/* Minification failed. Returning unminified contents.
(13680,17): run-time error CSS1002: Unterminated string: "\";
(13680,14): run-time error CSS1036: Expected expression, found '"\";
'
 */
/* line 1, ../scss/foundation.scss */
meta.foundation-version {
  font-family: "/5.5.3/";
}

/* line 4, ../scss/foundation.scss */
meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0;
}

/* line 8, ../scss/foundation.scss */
meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0;
}

/* line 12, ../scss/foundation.scss */
meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.0625em)/";
  width: 40.0625em;
}

/* line 16, ../scss/foundation.scss */
meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.0625em) and (max-width:64em)/";
  width: 40.0625em;
}

/* line 20, ../scss/foundation.scss */
meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.0625em)/";
  width: 64.0625em;
}

/* line 24, ../scss/foundation.scss */
meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.0625em) and (max-width:90em)/";
  width: 64.0625em;
}

/* line 28, ../scss/foundation.scss */
meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.0625em)/";
  width: 90.0625em;
}

/* line 32, ../scss/foundation.scss */
meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
  width: 90.0625em;
}

/* line 36, ../scss/foundation.scss */
meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.0625em)/";
  width: 120.0625em;
}

/* line 40, ../scss/foundation.scss */
meta.foundation-data-attribute-namespace {
  font-family: false;
}

/* line 43, ../scss/foundation.scss */
html, body {
  height: 100%;
}

/* line 48, ../scss/foundation.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 54, ../scss/foundation.scss */
html,
body {
  font-size: 100%;
}

/* line 57, ../scss/foundation.scss */
body {
  background: #fff;
  color: #222;
  cursor: auto;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative;
}

/* line 69, ../scss/foundation.scss */
a:hover {
  cursor: pointer;
}

/* line 72, ../scss/foundation.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 76, ../scss/foundation.scss */
img {
  -ms-interpolation-mode: bicubic;
}

/* line 87, ../scss/foundation.scss */
#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;
}

/* line 90, ../scss/foundation.scss */
.left {
  float: left !important;
}

/* line 93, ../scss/foundation.scss */
.right {
  float: right !important;
}

/* line 96, ../scss/foundation.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

/* line 99, ../scss/foundation.scss */
.clearfix:after {
  clear: both;
}

/* line 102, ../scss/foundation.scss */
.hide {
  display: none;
}

/* line 105, ../scss/foundation.scss */
.invisible {
  visibility: hidden;
}

/* line 108, ../scss/foundation.scss */
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 112, ../scss/foundation.scss */
img {
  display: inline-block;
  vertical-align: middle;
}

/* line 116, ../scss/foundation.scss */
textarea {
  height: auto;
  min-height: 50px;
}

/* line 120, ../scss/foundation.scss */
select {
  width: 100%;
}

/* line 123, ../scss/foundation.scss */
.row {
  margin: 0 auto;
  max-width: 81.3rem;
  width: 100%;
}

/* line 127, ../scss/foundation.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}

/* line 130, ../scss/foundation.scss */
.row:after {
  clear: both;
}

/* line 133, ../scss/foundation.scss */
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

/* line 136, ../scss/foundation.scss */
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}

/* line 139, ../scss/foundation.scss */
.row .row {
  margin: 0 -0.9375rem;
  max-width: none;
  width: auto;
}

/* line 143, ../scss/foundation.scss */
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}

/* line 146, ../scss/foundation.scss */
.row .row:after {
  clear: both;
}

/* line 148, ../scss/foundation.scss */
.row .row.collapse {
  margin: 0;
  max-width: none;
  width: auto;
}

/* line 152, ../scss/foundation.scss */
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}

/* line 155, ../scss/foundation.scss */
.row .row.collapse:after {
  clear: both;
}

/* line 159, ../scss/foundation.scss */
.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}

/* line 169, ../scss/foundation.scss */
.column + .column:last-child,
.columns + .column:last-child, .column +
.columns:last-child,
.columns +
.columns:last-child {
  float: right;
}

/* line 175, ../scss/foundation.scss */
.column + .column.end,
.columns + .column.end, .column +
.columns.end,
.columns +
.columns.end {
  float: left;
}

@media only screen {
  /* line 179, ../scss/foundation.scss */
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  /* line 184, ../scss/foundation.scss */
  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  /* line 189, ../scss/foundation.scss */
  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 194, ../scss/foundation.scss */
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 199, ../scss/foundation.scss */
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 204, ../scss/foundation.scss */
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 209, ../scss/foundation.scss */
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 214, ../scss/foundation.scss */
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 219, ../scss/foundation.scss */
  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 224, ../scss/foundation.scss */
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 229, ../scss/foundation.scss */
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 234, ../scss/foundation.scss */
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 239, ../scss/foundation.scss */
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 244, ../scss/foundation.scss */
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 249, ../scss/foundation.scss */
  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 254, ../scss/foundation.scss */
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 259, ../scss/foundation.scss */
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 264, ../scss/foundation.scss */
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 269, ../scss/foundation.scss */
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 274, ../scss/foundation.scss */
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 279, ../scss/foundation.scss */
  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 284, ../scss/foundation.scss */
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 289, ../scss/foundation.scss */
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 294, ../scss/foundation.scss */
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 300, ../scss/foundation.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  /* line 306, ../scss/foundation.scss */
  .small-1 {
    width: 8.33333%;
  }

  /* line 309, ../scss/foundation.scss */
  .small-2 {
    width: 16.66667%;
  }

  /* line 312, ../scss/foundation.scss */
  .small-3 {
    width: 25%;
  }

  /* line 315, ../scss/foundation.scss */
  .small-4 {
    width: 33.33333%;
  }

  /* line 318, ../scss/foundation.scss */
  .small-5 {
    width: 41.66667%;
  }

  /* line 321, ../scss/foundation.scss */
  .small-6 {
    width: 50%;
  }

  /* line 324, ../scss/foundation.scss */
  .small-7 {
    width: 58.33333%;
  }

  /* line 327, ../scss/foundation.scss */
  .small-8 {
    width: 66.66667%;
  }

  /* line 330, ../scss/foundation.scss */
  .small-9 {
    width: 75%;
  }

  /* line 333, ../scss/foundation.scss */
  .small-10 {
    width: 83.33333%;
  }

  /* line 336, ../scss/foundation.scss */
  .small-11 {
    width: 91.66667%;
  }

  /* line 339, ../scss/foundation.scss */
  .small-12 {
    width: 100%;
  }

  /* line 342, ../scss/foundation.scss */
  .small-offset-0 {
    margin-left: 0 !important;
  }

  /* line 345, ../scss/foundation.scss */
  .small-offset-1 {
    margin-left: 8.33333% !important;
  }

  /* line 348, ../scss/foundation.scss */
  .small-offset-2 {
    margin-left: 16.66667% !important;
  }

  /* line 351, ../scss/foundation.scss */
  .small-offset-3 {
    margin-left: 25% !important;
  }

  /* line 354, ../scss/foundation.scss */
  .small-offset-4 {
    margin-left: 33.33333% !important;
  }

  /* line 357, ../scss/foundation.scss */
  .small-offset-5 {
    margin-left: 41.66667% !important;
  }

  /* line 360, ../scss/foundation.scss */
  .small-offset-6 {
    margin-left: 50% !important;
  }

  /* line 363, ../scss/foundation.scss */
  .small-offset-7 {
    margin-left: 58.33333% !important;
  }

  /* line 366, ../scss/foundation.scss */
  .small-offset-8 {
    margin-left: 66.66667% !important;
  }

  /* line 369, ../scss/foundation.scss */
  .small-offset-9 {
    margin-left: 75% !important;
  }

  /* line 372, ../scss/foundation.scss */
  .small-offset-10 {
    margin-left: 83.33333% !important;
  }

  /* line 375, ../scss/foundation.scss */
  .small-offset-11 {
    margin-left: 91.66667% !important;
  }

  /* line 378, ../scss/foundation.scss */
  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

  /* line 386, ../scss/foundation.scss */
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  /* line 392, ../scss/foundation.scss */
  .column.small-uncentered,
  .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  /* line 398, ../scss/foundation.scss */
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none;
  }

  /* line 402, ../scss/foundation.scss */
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left;
  }

  /* line 406, ../scss/foundation.scss */
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }

  /* line 410, ../scss/foundation.scss */
  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 413, ../scss/foundation.scss */
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }

  /* line 417, ../scss/foundation.scss */
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
}
@media only screen and (min-width: 40.0625em) {
  /* line 422, ../scss/foundation.scss */
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  /* line 427, ../scss/foundation.scss */
  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  /* line 432, ../scss/foundation.scss */
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 437, ../scss/foundation.scss */
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 442, ../scss/foundation.scss */
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 447, ../scss/foundation.scss */
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 452, ../scss/foundation.scss */
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 457, ../scss/foundation.scss */
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 462, ../scss/foundation.scss */
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 467, ../scss/foundation.scss */
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 472, ../scss/foundation.scss */
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 477, ../scss/foundation.scss */
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 482, ../scss/foundation.scss */
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 487, ../scss/foundation.scss */
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 492, ../scss/foundation.scss */
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 497, ../scss/foundation.scss */
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 502, ../scss/foundation.scss */
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 507, ../scss/foundation.scss */
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 512, ../scss/foundation.scss */
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 517, ../scss/foundation.scss */
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 522, ../scss/foundation.scss */
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 527, ../scss/foundation.scss */
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 532, ../scss/foundation.scss */
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 537, ../scss/foundation.scss */
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 543, ../scss/foundation.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  /* line 549, ../scss/foundation.scss */
  .medium-1 {
    width: 8.33333%;
  }

  /* line 552, ../scss/foundation.scss */
  .medium-2 {
    width: 16.66667%;
  }

  /* line 555, ../scss/foundation.scss */
  .medium-3 {
    width: 25%;
  }

  /* line 558, ../scss/foundation.scss */
  .medium-4 {
    width: 33.33333%;
  }

  /* line 561, ../scss/foundation.scss */
  .medium-5 {
    width: 41.66667%;
  }

  /* line 564, ../scss/foundation.scss */
  .medium-6 {
    width: 50%;
  }

  /* line 567, ../scss/foundation.scss */
  .medium-7 {
    width: 58.33333%;
  }

  /* line 570, ../scss/foundation.scss */
  .medium-8 {
    width: 66.66667%;
  }

  /* line 573, ../scss/foundation.scss */
  .medium-9 {
    width: 75%;
  }

  /* line 576, ../scss/foundation.scss */
  .medium-10 {
    width: 83.33333%;
  }

  /* line 579, ../scss/foundation.scss */
  .medium-11 {
    width: 91.66667%;
  }

  /* line 582, ../scss/foundation.scss */
  .medium-12 {
    width: 100%;
  }

  /* line 585, ../scss/foundation.scss */
  .medium-offset-0 {
    margin-left: 0 !important;
  }

  /* line 588, ../scss/foundation.scss */
  .medium-offset-1 {
    margin-left: 8.33333% !important;
  }

  /* line 591, ../scss/foundation.scss */
  .medium-offset-2 {
    margin-left: 16.66667% !important;
  }

  /* line 594, ../scss/foundation.scss */
  .medium-offset-3 {
    margin-left: 25% !important;
  }

  /* line 597, ../scss/foundation.scss */
  .medium-offset-4 {
    margin-left: 33.33333% !important;
  }

  /* line 600, ../scss/foundation.scss */
  .medium-offset-5 {
    margin-left: 41.66667% !important;
  }

  /* line 603, ../scss/foundation.scss */
  .medium-offset-6 {
    margin-left: 50% !important;
  }

  /* line 606, ../scss/foundation.scss */
  .medium-offset-7 {
    margin-left: 58.33333% !important;
  }

  /* line 609, ../scss/foundation.scss */
  .medium-offset-8 {
    margin-left: 66.66667% !important;
  }

  /* line 612, ../scss/foundation.scss */
  .medium-offset-9 {
    margin-left: 75% !important;
  }

  /* line 615, ../scss/foundation.scss */
  .medium-offset-10 {
    margin-left: 83.33333% !important;
  }

  /* line 618, ../scss/foundation.scss */
  .medium-offset-11 {
    margin-left: 91.66667% !important;
  }

  /* line 621, ../scss/foundation.scss */
  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

  /* line 629, ../scss/foundation.scss */
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  /* line 635, ../scss/foundation.scss */
  .column.medium-uncentered,
  .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  /* line 641, ../scss/foundation.scss */
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none;
  }

  /* line 645, ../scss/foundation.scss */
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left;
  }

  /* line 649, ../scss/foundation.scss */
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }

  /* line 653, ../scss/foundation.scss */
  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 656, ../scss/foundation.scss */
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }

  /* line 660, ../scss/foundation.scss */
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  /* line 665, ../scss/foundation.scss */
  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  /* line 670, ../scss/foundation.scss */
  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  /* line 675, ../scss/foundation.scss */
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 680, ../scss/foundation.scss */
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 685, ../scss/foundation.scss */
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 690, ../scss/foundation.scss */
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 695, ../scss/foundation.scss */
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 700, ../scss/foundation.scss */
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 705, ../scss/foundation.scss */
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 710, ../scss/foundation.scss */
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 715, ../scss/foundation.scss */
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 720, ../scss/foundation.scss */
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 725, ../scss/foundation.scss */
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 730, ../scss/foundation.scss */
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 735, ../scss/foundation.scss */
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 740, ../scss/foundation.scss */
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 745, ../scss/foundation.scss */
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 750, ../scss/foundation.scss */
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 755, ../scss/foundation.scss */
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 760, ../scss/foundation.scss */
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 765, ../scss/foundation.scss */
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 770, ../scss/foundation.scss */
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 775, ../scss/foundation.scss */
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 780, ../scss/foundation.scss */
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  /* line 785, ../scss/foundation.scss */
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  /* line 790, ../scss/foundation.scss */
  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  /* line 795, ../scss/foundation.scss */
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 800, ../scss/foundation.scss */
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 805, ../scss/foundation.scss */
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 810, ../scss/foundation.scss */
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 815, ../scss/foundation.scss */
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 820, ../scss/foundation.scss */
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 825, ../scss/foundation.scss */
  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 830, ../scss/foundation.scss */
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 835, ../scss/foundation.scss */
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 840, ../scss/foundation.scss */
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 845, ../scss/foundation.scss */
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 850, ../scss/foundation.scss */
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 855, ../scss/foundation.scss */
  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 860, ../scss/foundation.scss */
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 865, ../scss/foundation.scss */
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 870, ../scss/foundation.scss */
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 875, ../scss/foundation.scss */
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 880, ../scss/foundation.scss */
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 885, ../scss/foundation.scss */
  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 890, ../scss/foundation.scss */
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 895, ../scss/foundation.scss */
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 900, ../scss/foundation.scss */
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 906, ../scss/foundation.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  /* line 912, ../scss/foundation.scss */
  .large-1 {
    width: 8.33333%;
  }

  /* line 915, ../scss/foundation.scss */
  .large-2 {
    width: 16.66667%;
  }

  /* line 918, ../scss/foundation.scss */
  .large-3 {
    width: 25%;
  }

  /* line 921, ../scss/foundation.scss */
  .large-4 {
    width: 33.33333%;
  }

  /* line 924, ../scss/foundation.scss */
  .large-5 {
    width: 41.66667%;
  }

  /* line 927, ../scss/foundation.scss */
  .large-6 {
    width: 50%;
  }

  /* line 930, ../scss/foundation.scss */
  .large-7 {
    width: 58.33333%;
  }

  /* line 933, ../scss/foundation.scss */
  .large-8 {
    width: 66.66667%;
  }

  /* line 936, ../scss/foundation.scss */
  .large-9 {
    width: 75%;
  }

  /* line 939, ../scss/foundation.scss */
  .large-10 {
    width: 83.33333%;
  }

  /* line 942, ../scss/foundation.scss */
  .large-11 {
    width: 91.66667%;
  }

  /* line 945, ../scss/foundation.scss */
  .large-12 {
    width: 100%;
  }

  /* line 948, ../scss/foundation.scss */
  .large-offset-0 {
    margin-left: 0 !important;
  }

  /* line 951, ../scss/foundation.scss */
  .large-offset-1 {
    margin-left: 8.33333% !important;
  }

  /* line 954, ../scss/foundation.scss */
  .large-offset-2 {
    margin-left: 16.66667% !important;
  }

  /* line 957, ../scss/foundation.scss */
  .large-offset-3 {
    margin-left: 25% !important;
  }

  /* line 960, ../scss/foundation.scss */
  .large-offset-4 {
    margin-left: 33.33333% !important;
  }

  /* line 963, ../scss/foundation.scss */
  .large-offset-5 {
    margin-left: 41.66667% !important;
  }

  /* line 966, ../scss/foundation.scss */
  .large-offset-6 {
    margin-left: 50% !important;
  }

  /* line 969, ../scss/foundation.scss */
  .large-offset-7 {
    margin-left: 58.33333% !important;
  }

  /* line 972, ../scss/foundation.scss */
  .large-offset-8 {
    margin-left: 66.66667% !important;
  }

  /* line 975, ../scss/foundation.scss */
  .large-offset-9 {
    margin-left: 75% !important;
  }

  /* line 978, ../scss/foundation.scss */
  .large-offset-10 {
    margin-left: 83.33333% !important;
  }

  /* line 981, ../scss/foundation.scss */
  .large-offset-11 {
    margin-left: 91.66667% !important;
  }

  /* line 984, ../scss/foundation.scss */
  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

  /* line 992, ../scss/foundation.scss */
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  /* line 998, ../scss/foundation.scss */
  .column.large-uncentered,
  .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  /* line 1004, ../scss/foundation.scss */
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none;
  }

  /* line 1008, ../scss/foundation.scss */
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left;
  }

  /* line 1012, ../scss/foundation.scss */
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }

  /* line 1016, ../scss/foundation.scss */
  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 1019, ../scss/foundation.scss */
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }

  /* line 1023, ../scss/foundation.scss */
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  /* line 1028, ../scss/foundation.scss */
  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  /* line 1033, ../scss/foundation.scss */
  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  /* line 1038, ../scss/foundation.scss */
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 1043, ../scss/foundation.scss */
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 1048, ../scss/foundation.scss */
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 1053, ../scss/foundation.scss */
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 1058, ../scss/foundation.scss */
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 1063, ../scss/foundation.scss */
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 1068, ../scss/foundation.scss */
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 1073, ../scss/foundation.scss */
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 1078, ../scss/foundation.scss */
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 1083, ../scss/foundation.scss */
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 1088, ../scss/foundation.scss */
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 1093, ../scss/foundation.scss */
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 1098, ../scss/foundation.scss */
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 1103, ../scss/foundation.scss */
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 1108, ../scss/foundation.scss */
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 1113, ../scss/foundation.scss */
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 1118, ../scss/foundation.scss */
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 1123, ../scss/foundation.scss */
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 1128, ../scss/foundation.scss */
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 1133, ../scss/foundation.scss */
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 1138, ../scss/foundation.scss */
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 1143, ../scss/foundation.scss */
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
/* line 1147, ../scss/foundation.scss */
.accordion {
  margin-bottom: 0;
  margin-left: 0;
}

/* line 1150, ../scss/foundation.scss */
.accordion:before, .accordion:after {
  content: " ";
  display: table;
}

/* line 1153, ../scss/foundation.scss */
.accordion:after {
  clear: both;
}

/* line 1155, ../scss/foundation.scss */
.accordion .accordion-navigation, .accordion dd {
  display: block;
  margin-bottom: 0 !important;
}

/* line 1158, ../scss/foundation.scss */
.accordion .accordion-navigation.active > a, .accordion dd.active > a {
  background: #e8e8e8;
  color: #222222;
}

/* line 1161, ../scss/foundation.scss */
.accordion .accordion-navigation > a, .accordion dd > a {
  background: #EFEFEF;
  color: #222222;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  padding: 1rem;
}

/* line 1168, ../scss/foundation.scss */
.accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
  background: #e3e3e3;
}

/* line 1170, ../scss/foundation.scss */
.accordion .accordion-navigation > .content, .accordion dd > .content {
  display: none;
  padding: 0.9375rem;
}

/* line 1173, ../scss/foundation.scss */
.accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
  background: #FFFFFF;
  display: block;
}

/* line 1177, ../scss/foundation.scss */
.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: #008CBA;
  border-color: #0078a0;
  color: #FFFFFF;
}

/* line 1190, ../scss/foundation.scss */
.alert-box .close {
  right: 0.25rem;
  background: inherit;
  color: #333333;
  font-size: 1.375rem;
  line-height: .9;
  margin-top: -0.6875rem;
  opacity: 0.3;
  padding: 0 6px 4px;
  position: absolute;
  top: 50%;
}

/* line 1201, ../scss/foundation.scss */
.alert-box .close:hover, .alert-box .close:focus {
  opacity: 0.5;
}

/* line 1203, ../scss/foundation.scss */
.alert-box.radius {
  border-radius: 3px;
}

/* line 1205, ../scss/foundation.scss */
.alert-box.round {
  border-radius: 1000px;
}

/* line 1207, ../scss/foundation.scss */
.alert-box.success {
  background-color: #43AC6A;
  border-color: #3a945b;
  color: #FFFFFF;
}

/* line 1211, ../scss/foundation.scss */
.alert-box.alert {
  background-color: #f04124;
  border-color: #de2d0f;
  color: #FFFFFF;
}

/* line 1215, ../scss/foundation.scss */
.alert-box.secondary {
  background-color: #e7e7e7;
  border-color: #c7c7c7;
  color: #4f4f4f;
}

/* line 1219, ../scss/foundation.scss */
.alert-box.warning {
  background-color: #f08a24;
  border-color: #de770f;
  color: #FFFFFF;
}

/* line 1223, ../scss/foundation.scss */
.alert-box.info {
  background-color: #a0d3e8;
  border-color: #74bfdd;
  color: #4f4f4f;
}

/* line 1227, ../scss/foundation.scss */
.alert-box.alert-close {
  opacity: 0;
}

/* line 1230, ../scss/foundation.scss */
[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
}

/* line 1234, ../scss/foundation.scss */
[class*="block-grid-"]:before, [class*="block-grid-"]:after {
  content: " ";
  display: table;
}

/* line 1237, ../scss/foundation.scss */
[class*="block-grid-"]:after {
  clear: both;
}

/* line 1239, ../scss/foundation.scss */
[class*="block-grid-"] > li {
  display: block;
  float: left;
  height: auto;
  padding: 0 0.625rem 1.25rem;
  padding: 0 0.425rem 0.825rem;
}

@media only screen {
  /* line 1246, ../scss/foundation.scss */
  .small-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }

  /* line 1249, ../scss/foundation.scss */
  .small-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1251, ../scss/foundation.scss */
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 1254, ../scss/foundation.scss */
  .small-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }

  /* line 1257, ../scss/foundation.scss */
  .small-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1259, ../scss/foundation.scss */
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 1262, ../scss/foundation.scss */
  .small-block-grid-3 > li {
    list-style: none;
    width: 33.33333%;
  }

  /* line 1265, ../scss/foundation.scss */
  .small-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1267, ../scss/foundation.scss */
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 1270, ../scss/foundation.scss */
  .small-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }

  /* line 1273, ../scss/foundation.scss */
  .small-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1275, ../scss/foundation.scss */
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 1278, ../scss/foundation.scss */
  .small-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }

  /* line 1281, ../scss/foundation.scss */
  .small-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1283, ../scss/foundation.scss */
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 1286, ../scss/foundation.scss */
  .small-block-grid-6 > li {
    list-style: none;
    width: 16.66667%;
  }

  /* line 1289, ../scss/foundation.scss */
  .small-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1291, ../scss/foundation.scss */
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 1294, ../scss/foundation.scss */
  .small-block-grid-7 > li {
    list-style: none;
    width: 14.28571%;
  }

  /* line 1297, ../scss/foundation.scss */
  .small-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1299, ../scss/foundation.scss */
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 1302, ../scss/foundation.scss */
  .small-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }

  /* line 1305, ../scss/foundation.scss */
  .small-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1307, ../scss/foundation.scss */
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 1310, ../scss/foundation.scss */
  .small-block-grid-9 > li {
    list-style: none;
    width: 11.11111%;
  }

  /* line 1313, ../scss/foundation.scss */
  .small-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1315, ../scss/foundation.scss */
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 1318, ../scss/foundation.scss */
  .small-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }

  /* line 1321, ../scss/foundation.scss */
  .small-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1323, ../scss/foundation.scss */
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 1326, ../scss/foundation.scss */
  .small-block-grid-11 > li {
    list-style: none;
    width: 9.09091%;
  }

  /* line 1329, ../scss/foundation.scss */
  .small-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1331, ../scss/foundation.scss */
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 1334, ../scss/foundation.scss */
  .small-block-grid-12 > li {
    list-style: none;
    width: 8.33333%;
  }

  /* line 1337, ../scss/foundation.scss */
  .small-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1339, ../scss/foundation.scss */
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 40.0625em) {
  /* line 1342, ../scss/foundation.scss */
  .medium-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }

  /* line 1345, ../scss/foundation.scss */
  .medium-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1347, ../scss/foundation.scss */
  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 1350, ../scss/foundation.scss */
  .medium-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }

  /* line 1353, ../scss/foundation.scss */
  .medium-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1355, ../scss/foundation.scss */
  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 1358, ../scss/foundation.scss */
  .medium-block-grid-3 > li {
    list-style: none;
    width: 33.33333%;
  }

  /* line 1361, ../scss/foundation.scss */
  .medium-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1363, ../scss/foundation.scss */
  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 1366, ../scss/foundation.scss */
  .medium-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }

  /* line 1369, ../scss/foundation.scss */
  .medium-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1371, ../scss/foundation.scss */
  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 1374, ../scss/foundation.scss */
  .medium-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }

  /* line 1377, ../scss/foundation.scss */
  .medium-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1379, ../scss/foundation.scss */
  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 1382, ../scss/foundation.scss */
  .medium-block-grid-6 > li {
    list-style: none;
    width: 16.66667%;
  }

  /* line 1385, ../scss/foundation.scss */
  .medium-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1387, ../scss/foundation.scss */
  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 1390, ../scss/foundation.scss */
  .medium-block-grid-7 > li {
    list-style: none;
    width: 14.28571%;
  }

  /* line 1393, ../scss/foundation.scss */
  .medium-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1395, ../scss/foundation.scss */
  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 1398, ../scss/foundation.scss */
  .medium-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }

  /* line 1401, ../scss/foundation.scss */
  .medium-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1403, ../scss/foundation.scss */
  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 1406, ../scss/foundation.scss */
  .medium-block-grid-9 > li {
    list-style: none;
    width: 11.11111%;
  }

  /* line 1409, ../scss/foundation.scss */
  .medium-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1411, ../scss/foundation.scss */
  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 1414, ../scss/foundation.scss */
  .medium-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }

  /* line 1417, ../scss/foundation.scss */
  .medium-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1419, ../scss/foundation.scss */
  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 1422, ../scss/foundation.scss */
  .medium-block-grid-11 > li {
    list-style: none;
    width: 9.09091%;
  }

  /* line 1425, ../scss/foundation.scss */
  .medium-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1427, ../scss/foundation.scss */
  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 1430, ../scss/foundation.scss */
  .medium-block-grid-12 > li {
    list-style: none;
    width: 8.33333%;
  }

  /* line 1433, ../scss/foundation.scss */
  .medium-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1435, ../scss/foundation.scss */
  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 64.0625em) {
  /* line 1438, ../scss/foundation.scss */
  .large-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }

  /* line 1441, ../scss/foundation.scss */
  .large-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1443, ../scss/foundation.scss */
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 1446, ../scss/foundation.scss */
  .large-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }

  /* line 1449, ../scss/foundation.scss */
  .large-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1451, ../scss/foundation.scss */
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 1454, ../scss/foundation.scss */
  .large-block-grid-3 > li {
    list-style: none;
    width: 33.33333%;
  }

  /* line 1457, ../scss/foundation.scss */
  .large-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1459, ../scss/foundation.scss */
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 1462, ../scss/foundation.scss */
  .large-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }

  /* line 1465, ../scss/foundation.scss */
  .large-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1467, ../scss/foundation.scss */
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 1470, ../scss/foundation.scss */
  .large-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }

  /* line 1473, ../scss/foundation.scss */
  .large-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1475, ../scss/foundation.scss */
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 1478, ../scss/foundation.scss */
  .large-block-grid-6 > li {
    list-style: none;
    width: 16.66667%;
  }

  /* line 1481, ../scss/foundation.scss */
  .large-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1483, ../scss/foundation.scss */
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 1486, ../scss/foundation.scss */
  .large-block-grid-7 > li {
    list-style: none;
    width: 14.28571%;
  }

  /* line 1489, ../scss/foundation.scss */
  .large-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1491, ../scss/foundation.scss */
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 1494, ../scss/foundation.scss */
  .large-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }

  /* line 1497, ../scss/foundation.scss */
  .large-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1499, ../scss/foundation.scss */
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 1502, ../scss/foundation.scss */
  .large-block-grid-9 > li {
    list-style: none;
    width: 11.11111%;
  }

  /* line 1505, ../scss/foundation.scss */
  .large-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1507, ../scss/foundation.scss */
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 1510, ../scss/foundation.scss */
  .large-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }

  /* line 1513, ../scss/foundation.scss */
  .large-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1515, ../scss/foundation.scss */
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 1518, ../scss/foundation.scss */
  .large-block-grid-11 > li {
    list-style: none;
    width: 9.09091%;
  }

  /* line 1521, ../scss/foundation.scss */
  .large-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1523, ../scss/foundation.scss */
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 1526, ../scss/foundation.scss */
  .large-block-grid-12 > li {
    list-style: none;
    width: 8.33333%;
  }

  /* line 1529, ../scss/foundation.scss */
  .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1531, ../scss/foundation.scss */
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
/* line 1533, ../scss/foundation.scss */
.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: 3px;
}

/* line 1544, ../scss/foundation.scss */
.breadcrumbs > * {
  color: #008CBA;
  float: left;
  font-size: 0.6875rem;
  line-height: 0.6875rem;
  margin: 0;
  text-transform: uppercase;
}

/* line 1551, ../scss/foundation.scss */
.breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
  text-decoration: underline;
}

/* line 1553, ../scss/foundation.scss */
.breadcrumbs > * a {
  color: #008CBA;
}

/* line 1555, ../scss/foundation.scss */
.breadcrumbs > *.current {
  color: #333333;
  cursor: default;
}

/* line 1558, ../scss/foundation.scss */
.breadcrumbs > *.current a {
  color: #333333;
  cursor: default;
}

/* line 1561, ../scss/foundation.scss */
.breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
  text-decoration: none;
}

/* line 1563, ../scss/foundation.scss */
.breadcrumbs > *.unavailable {
  color: #999999;
}

/* line 1565, ../scss/foundation.scss */
.breadcrumbs > *.unavailable a {
  color: #999999;
}

/* line 1568, ../scss/foundation.scss */
.breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
.breadcrumbs > *.unavailable a:focus {
  color: #999999;
  cursor: not-allowed;
  text-decoration: none;
}

/* line 1572, ../scss/foundation.scss */
.breadcrumbs > *:after {
  color: #AAAAAA;
  content: "/";
  margin: 0 0.75rem;
  position: relative;
  top: 1px;
}

/* line 1578, ../scss/foundation.scss */
.breadcrumbs > *:last-child:after {
  content: " ";
  margin: 0;
}

/* Accessibility - hides the backward slash */
/* line 1583, ../scss/foundation.scss */
[aria-label="breadcrumbs"] [aria-hidden="true"]:before {
  content: "/";
}

/* line 1586, ../scss/foundation.scss */
button, .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, 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: #008CBA;
  border-color: #007095;
  color: #FFFFFF;
  transition: background-color 300ms ease-out;
}

/* line 1607, ../scss/foundation.scss */
button:hover, button:focus, .button:hover, .button:focus {
  background-color: #007095;
}

/* line 1609, ../scss/foundation.scss */
button:hover, button:focus, .button:hover, .button:focus {
  color: #FFFFFF;
}

/* line 1611, ../scss/foundation.scss */
button.secondary, .button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
}

/* line 1615, ../scss/foundation.scss */
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background-color: #b9b9b9;
}

/* line 1617, ../scss/foundation.scss */
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  color: #333333;
}

/* line 1619, ../scss/foundation.scss */
button.success, .button.success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
}

/* line 1623, ../scss/foundation.scss */
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: #368a55;
}

/* line 1625, ../scss/foundation.scss */
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  color: #FFFFFF;
}

/* line 1627, ../scss/foundation.scss */
button.alert, .button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
}

/* line 1631, ../scss/foundation.scss */
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background-color: #cf2a0e;
}

/* line 1633, ../scss/foundation.scss */
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  color: #FFFFFF;
}

/* line 1635, ../scss/foundation.scss */
button.warning, .button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
}

/* line 1639, ../scss/foundation.scss */
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  background-color: #cf6e0e;
}

/* line 1641, ../scss/foundation.scss */
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  color: #FFFFFF;
}

/* line 1643, ../scss/foundation.scss */
button.info, .button.info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
}

/* line 1647, ../scss/foundation.scss */
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  background-color: #61b6d9;
}

/* line 1649, ../scss/foundation.scss */
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  color: #FFFFFF;
}

/* line 1651, ../scss/foundation.scss */
button.large, .button.large {
  padding: 1.125rem 2.25rem 1.1875rem 2.25rem;
  font-size: 1.25rem;
}

/* line 1654, ../scss/foundation.scss */
button.small, .button.small {
  padding: 0.875rem 1.75rem 0.9375rem 1.75rem;
  font-size: 0.8125rem;
}

/* line 1657, ../scss/foundation.scss */
button.tiny, .button.tiny {
  padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
  font-size: 0.6875rem;
}

/* line 1660, ../scss/foundation.scss */
button.expand, .button.expand {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

/* line 1664, ../scss/foundation.scss */
button.left-align, .button.left-align {
  text-align: left;
  text-indent: 0.75rem;
}

/* line 1667, ../scss/foundation.scss */
button.right-align, .button.right-align {
  text-align: right;
  padding-right: 0.75rem;
}

/* line 1670, ../scss/foundation.scss */
button.radius, .button.radius {
  border-radius: 3px;
}

/* line 1672, ../scss/foundation.scss */
button.round, .button.round {
  border-radius: 1000px;
}

/* line 1674, ../scss/foundation.scss */
button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #008CBA;
  border-color: #007095;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}

/* line 1681, ../scss/foundation.scss */
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: #007095;
}

/* line 1683, ../scss/foundation.scss */
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;
}

/* line 1685, ../scss/foundation.scss */
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: #008CBA;
}

/* line 1687, ../scss/foundation.scss */
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;
}

/* line 1694, ../scss/foundation.scss */
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;
}

/* line 1696, ../scss/foundation.scss */
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;
}

/* line 1698, ../scss/foundation.scss */
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;
}

/* line 1700, ../scss/foundation.scss */
button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}

/* line 1707, ../scss/foundation.scss */
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: #368a55;
}

/* line 1709, ../scss/foundation.scss */
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;
}

/* line 1711, ../scss/foundation.scss */
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: #43AC6A;
}

/* line 1713, ../scss/foundation.scss */
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;
}

/* line 1720, ../scss/foundation.scss */
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;
}

/* line 1722, ../scss/foundation.scss */
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;
}

/* line 1724, ../scss/foundation.scss */
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;
}

/* line 1726, ../scss/foundation.scss */
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;
}

/* line 1733, ../scss/foundation.scss */
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;
}

/* line 1735, ../scss/foundation.scss */
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;
}

/* line 1737, ../scss/foundation.scss */
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;
}

/* line 1739, ../scss/foundation.scss */
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;
}

/* line 1746, ../scss/foundation.scss */
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;
}

/* line 1748, ../scss/foundation.scss */
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;
}

/* line 1750, ../scss/foundation.scss */
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;
}

/* line 1753, ../scss/foundation.scss */
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

@media only screen and (min-width: 40.0625em) {
  /* line 1758, ../scss/foundation.scss */
  button, .button {
    display: inline-block;
  }
}
/* line 1760, ../scss/foundation.scss */
.button-group {
  list-style: none;
  margin: 0;
  left: 0;
}

/* line 1764, ../scss/foundation.scss */
.button-group:before, .button-group:after {
  content: " ";
  display: table;
}

/* line 1767, ../scss/foundation.scss */
.button-group:after {
  clear: both;
}

/* line 1769, ../scss/foundation.scss */
.button-group.even-2 li {
  float: left;
  display: inline-block;
  margin: 0 -2px;
  width: 50%;
}

/* line 1774, ../scss/foundation.scss */
.button-group.even-2 li > button, .button-group.even-2 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

/* line 1777, ../scss/foundation.scss */
.button-group.even-2 li:first-child button, .button-group.even-2 li:first-child .button {
  border-left: 0;
}

/* line 1779, ../scss/foundation.scss */
.button-group.even-2 li button, .button-group.even-2 li .button {
  width: 100%;
}

/* line 1781, ../scss/foundation.scss */
.button-group.even-3 li {
  float: left;
  display: inline-block;
  margin: 0 -2px;
  width: 33.33333%;
}

/* line 1786, ../scss/foundation.scss */
.button-group.even-3 li > button, .button-group.even-3 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

/* line 1789, ../scss/foundation.scss */
.button-group.even-3 li:first-child button, .button-group.even-3 li:first-child .button {
  border-left: 0;
}

/* line 1791, ../scss/foundation.scss */
.button-group.even-3 li button, .button-group.even-3 li .button {
  width: 100%;
}

/* line 1793, ../scss/foundation.scss */
.button-group.even-4 li {
  float: left;
  display: inline-block;
  margin: 0 -2px;
  width: 25%;
}

/* line 1798, ../scss/foundation.scss */
.button-group.even-4 li > button, .button-group.even-4 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

/* line 1801, ../scss/foundation.scss */
.button-group.even-4 li:first-child button, .button-group.even-4 li:first-child .button {
  border-left: 0;
}

/* line 1803, ../scss/foundation.scss */
.button-group.even-4 li button, .button-group.even-4 li .button {
  width: 100%;
}

/* line 1805, ../scss/foundation.scss */
.button-group.even-5 li {
  float: left;
  display: inline-block;
  margin: 0 -2px;
  width: 20%;
}

/* line 1810, ../scss/foundation.scss */
.button-group.even-5 li > button, .button-group.even-5 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

/* line 1813, ../scss/foundation.scss */
.button-group.even-5 li:first-child button, .button-group.even-5 li:first-child .button {
  border-left: 0;
}

/* line 1815, ../scss/foundation.scss */
.button-group.even-5 li button, .button-group.even-5 li .button {
  width: 100%;
}

/* line 1817, ../scss/foundation.scss */
.button-group.even-6 li {
  float: left;
  display: inline-block;
  margin: 0 -2px;
  width: 16.66667%;
}

/* line 1822, ../scss/foundation.scss */
.button-group.even-6 li > button, .button-group.even-6 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

/* line 1825, ../scss/foundation.scss */
.button-group.even-6 li:first-child button, .button-group.even-6 li:first-child .button {
  border-left: 0;
}

/* line 1827, ../scss/foundation.scss */
.button-group.even-6 li button, .button-group.even-6 li .button {
  width: 100%;
}

/* line 1829, ../scss/foundation.scss */
.button-group.even-7 li {
  float: left;
  display: inline-block;
  margin: 0 -2px;
  width: 14.28571%;
}

/* line 1834, ../scss/foundation.scss */
.button-group.even-7 li > button, .button-group.even-7 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

/* line 1837, ../scss/foundation.scss */
.button-group.even-7 li:first-child button, .button-group.even-7 li:first-child .button {
  border-left: 0;
}

/* line 1839, ../scss/foundation.scss */
.button-group.even-7 li button, .button-group.even-7 li .button {
  width: 100%;
}

/* line 1841, ../scss/foundation.scss */
.button-group.even-8 li {
  float: left;
  display: inline-block;
  margin: 0 -2px;
  width: 12.5%;
}

/* line 1846, ../scss/foundation.scss */
.button-group.even-8 li > button, .button-group.even-8 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

/* line 1849, ../scss/foundation.scss */
.button-group.even-8 li:first-child button, .button-group.even-8 li:first-child .button {
  border-left: 0;
}

/* line 1851, ../scss/foundation.scss */
.button-group.even-8 li button, .button-group.even-8 li .button {
  width: 100%;
}

/* line 1853, ../scss/foundation.scss */
.button-group > li {
  float: left;
  display: inline-block;
  margin: 0 -2px;
}

/* line 1857, ../scss/foundation.scss */
.button-group > li > button, .button-group > li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

/* line 1860, ../scss/foundation.scss */
.button-group > li:first-child button, .button-group > li:first-child .button {
  border-left: 0;
}

/* line 1862, ../scss/foundation.scss */
.button-group.stack > li {
  float: left;
  display: block;
  margin: 0;
  float: none;
}

/* line 1867, ../scss/foundation.scss */
.button-group.stack > li > button, .button-group.stack > li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

/* line 1870, ../scss/foundation.scss */
.button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
  border-left: 0;
}

/* line 1872, ../scss/foundation.scss */
.button-group.stack > li > button, .button-group.stack > li .button {
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0;
  border-top: 1px solid;
  display: block;
  margin: 0;
}

/* line 1878, ../scss/foundation.scss */
.button-group.stack > li > button {
  width: 100%;
}

/* line 1880, ../scss/foundation.scss */
.button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
  border-top: 0;
}

/* line 1882, ../scss/foundation.scss */
.button-group.stack-for-small > li {
  float: left;
  display: inline-block;
  margin: 0 -2px;
}

/* line 1886, ../scss/foundation.scss */
.button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

/* line 1889, ../scss/foundation.scss */
.button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
  border-left: 0;
}

@media only screen and (max-width: 40em) {
  /* line 1892, ../scss/foundation.scss */
  .button-group.stack-for-small > li {
    float: left;
    display: block;
    margin: 0;
    width: 100%;
  }

  /* line 1897, ../scss/foundation.scss */
  .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }

  /* line 1900, ../scss/foundation.scss */
  .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
    border-left: 0;
  }

  /* line 1902, ../scss/foundation.scss */
  .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    border-top: 1px solid;
    display: block;
    margin: 0;
  }

  /* line 1908, ../scss/foundation.scss */
  .button-group.stack-for-small > li > button {
    width: 100%;
  }

  /* line 1910, ../scss/foundation.scss */
  .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
    border-top: 0;
  }
}
/* line 1912, ../scss/foundation.scss */
.button-group.radius > * {
  float: left;
  display: inline-block;
  margin: 0 -2px;
}

/* line 1916, ../scss/foundation.scss */
.button-group.radius > * > button, .button-group.radius > * .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

/* line 1919, ../scss/foundation.scss */
.button-group.radius > *:first-child button, .button-group.radius > *:first-child .button {
  border-left: 0;
}

/* line 1924, ../scss/foundation.scss */
.button-group.radius > *,
.button-group.radius > * > a,
.button-group.radius > * > button,
.button-group.radius > * > .button {
  border-radius: 0;
}

/* line 1926, ../scss/foundation.scss */
.button-group.radius > *:first-child, .button-group.radius > *:first-child > a, .button-group.radius > *:first-child > button, .button-group.radius > *:first-child > .button {
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 1931, ../scss/foundation.scss */
.button-group.radius > *:last-child, .button-group.radius > *:last-child > a, .button-group.radius > *:last-child > button, .button-group.radius > *:last-child > .button {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 1936, ../scss/foundation.scss */
.button-group.radius.stack > * {
  float: left;
  display: block;
  margin: 0;
}

/* line 1940, ../scss/foundation.scss */
.button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

/* line 1943, ../scss/foundation.scss */
.button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
  border-left: 0;
}

/* line 1945, ../scss/foundation.scss */
.button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0;
  border-top: 1px solid;
  display: block;
  margin: 0;
}

/* line 1951, ../scss/foundation.scss */
.button-group.radius.stack > * > button {
  width: 100%;
}

/* line 1953, ../scss/foundation.scss */
.button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
  border-top: 0;
}

/* line 1958, ../scss/foundation.scss */
.button-group.radius.stack > *,
.button-group.radius.stack > * > a,
.button-group.radius.stack > * > button,
.button-group.radius.stack > * > .button {
  border-radius: 0;
}

/* line 1960, ../scss/foundation.scss */
.button-group.radius.stack > *:first-child, .button-group.radius.stack > *:first-child > a, .button-group.radius.stack > *:first-child > button, .button-group.radius.stack > *:first-child > .button {
  -webkit-top-left-radius: 3px;
  -webkit-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 1965, ../scss/foundation.scss */
.button-group.radius.stack > *:last-child, .button-group.radius.stack > *:last-child > a, .button-group.radius.stack > *:last-child > button, .button-group.radius.stack > *:last-child > .button {
  -webkit-bottom-left-radius: 3px;
  -webkit-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

@media only screen and (min-width: 40.0625em) {
  /* line 1971, ../scss/foundation.scss */
  .button-group.radius.stack-for-small > * {
    float: left;
    display: inline-block;
    margin: 0 -2px;
  }

  /* line 1975, ../scss/foundation.scss */
  .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }

  /* line 1978, ../scss/foundation.scss */
  .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
    border-left: 0;
  }

  /* line 1983, ../scss/foundation.scss */
  .button-group.radius.stack-for-small > *,
  .button-group.radius.stack-for-small > * > a,
  .button-group.radius.stack-for-small > * > button,
  .button-group.radius.stack-for-small > * > .button {
    border-radius: 0;
  }

  /* line 1985, ../scss/foundation.scss */
  .button-group.radius.stack-for-small > *:first-child, .button-group.radius.stack-for-small > *:first-child > a, .button-group.radius.stack-for-small > *:first-child > button, .button-group.radius.stack-for-small > *:first-child > .button {
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
  }

  /* line 1990, ../scss/foundation.scss */
  .button-group.radius.stack-for-small > *:last-child, .button-group.radius.stack-for-small > *:last-child > a, .button-group.radius.stack-for-small > *:last-child > button, .button-group.radius.stack-for-small > *:last-child > .button {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
  }
}
@media only screen and (max-width: 40em) {
  /* line 1996, ../scss/foundation.scss */
  .button-group.radius.stack-for-small > * {
    float: left;
    display: block;
    margin: 0;
  }

  /* line 2000, ../scss/foundation.scss */
  .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }

  /* line 2003, ../scss/foundation.scss */
  .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
    border-left: 0;
  }

  /* line 2005, ../scss/foundation.scss */
  .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    border-top: 1px solid;
    display: block;
    margin: 0;
  }

  /* line 2011, ../scss/foundation.scss */
  .button-group.radius.stack-for-small > * > button {
    width: 100%;
  }

  /* line 2013, ../scss/foundation.scss */
  .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
    border-top: 0;
  }

  /* line 2018, ../scss/foundation.scss */
  .button-group.radius.stack-for-small > *,
  .button-group.radius.stack-for-small > * > a,
  .button-group.radius.stack-for-small > * > button,
  .button-group.radius.stack-for-small > * > .button {
    border-radius: 0;
  }

  /* line 2020, ../scss/foundation.scss */
  .button-group.radius.stack-for-small > *:first-child, .button-group.radius.stack-for-small > *:first-child > a, .button-group.radius.stack-for-small > *:first-child > button, .button-group.radius.stack-for-small > *:first-child > .button {
    -webkit-top-left-radius: 3px;
    -webkit-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }

  /* line 2025, ../scss/foundation.scss */
  .button-group.radius.stack-for-small > *:last-child, .button-group.radius.stack-for-small > *:last-child > a, .button-group.radius.stack-for-small > *:last-child > button, .button-group.radius.stack-for-small > *:last-child > .button {
    -webkit-bottom-left-radius: 3px;
    -webkit-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }
}
/* line 2030, ../scss/foundation.scss */
.button-group.round > * {
  float: left;
  display: inline-block;
  margin: 0 -2px;
}

/* line 2034, ../scss/foundation.scss */
.button-group.round > * > button, .button-group.round > * .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

/* line 2037, ../scss/foundation.scss */
.button-group.round > *:first-child button, .button-group.round > *:first-child .button {
  border-left: 0;
}

/* line 2042, ../scss/foundation.scss */
.button-group.round > *,
.button-group.round > * > a,
.button-group.round > * > button,
.button-group.round > * > .button {
  border-radius: 0;
}

/* line 2044, ../scss/foundation.scss */
.button-group.round > *:first-child, .button-group.round > *:first-child > a, .button-group.round > *:first-child > button, .button-group.round > *:first-child > .button {
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

/* line 2049, ../scss/foundation.scss */
.button-group.round > *:last-child, .button-group.round > *:last-child > a, .button-group.round > *:last-child > button, .button-group.round > *:last-child > .button {
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

/* line 2054, ../scss/foundation.scss */
.button-group.round.stack > * {
  float: left;
  display: block;
  margin: 0;
}

/* line 2058, ../scss/foundation.scss */
.button-group.round.stack > * > button, .button-group.round.stack > * .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

/* line 2061, ../scss/foundation.scss */
.button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
  border-left: 0;
}

/* line 2063, ../scss/foundation.scss */
.button-group.round.stack > * > button, .button-group.round.stack > * .button {
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0;
  border-top: 1px solid;
  display: block;
  margin: 0;
}

/* line 2069, ../scss/foundation.scss */
.button-group.round.stack > * > button {
  width: 100%;
}

/* line 2071, ../scss/foundation.scss */
.button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
  border-top: 0;
}

/* line 2076, ../scss/foundation.scss */
.button-group.round.stack > *,
.button-group.round.stack > * > a,
.button-group.round.stack > * > button,
.button-group.round.stack > * > .button {
  border-radius: 0;
}

/* line 2078, ../scss/foundation.scss */
.button-group.round.stack > *:first-child, .button-group.round.stack > *:first-child > a, .button-group.round.stack > *:first-child > button, .button-group.round.stack > *:first-child > .button {
  -webkit-top-left-radius: 1rem;
  -webkit-top-right-radius: 1rem;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

/* line 2083, ../scss/foundation.scss */
.button-group.round.stack > *:last-child, .button-group.round.stack > *:last-child > a, .button-group.round.stack > *:last-child > button, .button-group.round.stack > *:last-child > .button {
  -webkit-bottom-left-radius: 1rem;
  -webkit-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 2089, ../scss/foundation.scss */
  .button-group.round.stack-for-small > * {
    float: left;
    display: inline-block;
    margin: 0 -2px;
  }

  /* line 2093, ../scss/foundation.scss */
  .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }

  /* line 2096, ../scss/foundation.scss */
  .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
    border-left: 0;
  }

  /* line 2101, ../scss/foundation.scss */
  .button-group.round.stack-for-small > *,
  .button-group.round.stack-for-small > * > a,
  .button-group.round.stack-for-small > * > button,
  .button-group.round.stack-for-small > * > .button {
    border-radius: 0;
  }

  /* line 2103, ../scss/foundation.scss */
  .button-group.round.stack-for-small > *:first-child, .button-group.round.stack-for-small > *:first-child > a, .button-group.round.stack-for-small > *:first-child > button, .button-group.round.stack-for-small > *:first-child > .button {
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px;
  }

  /* line 2108, ../scss/foundation.scss */
  .button-group.round.stack-for-small > *:last-child, .button-group.round.stack-for-small > *:last-child > a, .button-group.round.stack-for-small > *:last-child > button, .button-group.round.stack-for-small > *:last-child > .button {
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
  }
}
@media only screen and (max-width: 40em) {
  /* line 2114, ../scss/foundation.scss */
  .button-group.round.stack-for-small > * {
    float: left;
    display: block;
    margin: 0;
  }

  /* line 2118, ../scss/foundation.scss */
  .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }

  /* line 2121, ../scss/foundation.scss */
  .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
    border-left: 0;
  }

  /* line 2123, ../scss/foundation.scss */
  .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    border-top: 1px solid;
    display: block;
    margin: 0;
  }

  /* line 2129, ../scss/foundation.scss */
  .button-group.round.stack-for-small > * > button {
    width: 100%;
  }

  /* line 2131, ../scss/foundation.scss */
  .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
    border-top: 0;
  }

  /* line 2136, ../scss/foundation.scss */
  .button-group.round.stack-for-small > *,
  .button-group.round.stack-for-small > * > a,
  .button-group.round.stack-for-small > * > button,
  .button-group.round.stack-for-small > * > .button {
    border-radius: 0;
  }

  /* line 2138, ../scss/foundation.scss */
  .button-group.round.stack-for-small > *:first-child, .button-group.round.stack-for-small > *:first-child > a, .button-group.round.stack-for-small > *:first-child > button, .button-group.round.stack-for-small > *:first-child > .button {
    -webkit-top-left-radius: 1rem;
    -webkit-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  /* line 2143, ../scss/foundation.scss */
  .button-group.round.stack-for-small > *:last-child, .button-group.round.stack-for-small > *:last-child > a, .button-group.round.stack-for-small > *:last-child > button, .button-group.round.stack-for-small > *:last-child > .button {
    -webkit-bottom-left-radius: 1rem;
    -webkit-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }
}
/* line 2149, ../scss/foundation.scss */
.button-bar:before, .button-bar:after {
  content: " ";
  display: table;
}

/* line 2152, ../scss/foundation.scss */
.button-bar:after {
  clear: both;
}

/* line 2154, ../scss/foundation.scss */
.button-bar .button-group {
  float: left;
  margin-right: 0.625rem;
}

/* line 2157, ../scss/foundation.scss */
.button-bar .button-group div {
  overflow: hidden;
}

/* Clearing Styles */
/* line 2161, ../scss/foundation.scss */
.clearing-thumbs, [data-clearing] {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}

/* line 2165, ../scss/foundation.scss */
.clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after {
  content: " ";
  display: table;
}

/* line 2168, ../scss/foundation.scss */
.clearing-thumbs:after, [data-clearing]:after {
  clear: both;
}

/* line 2170, ../scss/foundation.scss */
.clearing-thumbs li, [data-clearing] li {
  float: left;
  margin-right: 10px;
}

/* line 2173, ../scss/foundation.scss */
.clearing-thumbs[class*="block-grid-"] li, [data-clearing][class*="block-grid-"] li {
  margin-right: 0;
}

/* line 2176, ../scss/foundation.scss */
.clearing-blackout {
  background: #333333;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 998;
  left: 0;
}

/* line 2184, ../scss/foundation.scss */
.clearing-blackout .clearing-close {
  display: block;
}

/* line 2187, ../scss/foundation.scss */
.clearing-container {
  height: 100%;
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 998;
}

/* line 2194, ../scss/foundation.scss */
.clearing-touch-label {
  color: #AAAAAA;
  font-size: .6em;
  left: 50%;
  position: absolute;
  top: 50%;
}

/* line 2201, ../scss/foundation.scss */
.visible-img {
  height: 95%;
  position: relative;
}

/* line 2204, ../scss/foundation.scss */
.visible-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  max-height: 100%;
  max-width: 100%;
}

/* line 2216, ../scss/foundation.scss */
.clearing-caption {
  background: #333333;
  bottom: 0;
  color: #CCCCCC;
  font-size: 0.875em;
  line-height: 1.3;
  margin-bottom: 0;
  padding: 10px 30px 20px;
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0;
}

/* line 2229, ../scss/foundation.scss */
.clearing-close {
  color: #CCCCCC;
  display: none;
  font-size: 30px;
  line-height: 1;
  padding-left: 20px;
  padding-top: 10px;
  z-index: 999;
}

/* line 2237, ../scss/foundation.scss */
.clearing-close:hover, .clearing-close:focus {
  color: #CCCCCC;
}

/* line 2240, ../scss/foundation.scss */
.clearing-assembled .clearing-container {
  height: 100%;
}

/* line 2242, ../scss/foundation.scss */
.clearing-assembled .clearing-container .carousel > ul {
  display: none;
}

/* line 2245, ../scss/foundation.scss */
.clearing-feature li {
  display: none;
}

/* line 2247, ../scss/foundation.scss */
.clearing-feature li.clearing-featured-img {
  display: block;
}

@media only screen and (min-width: 40.0625em) {
  /* line 2252, ../scss/foundation.scss */
  .clearing-main-prev,
  .clearing-main-next {
    height: 100%;
    position: absolute;
    top: 0;
    width: 40px;
  }

  /* line 2258, ../scss/foundation.scss */
  .clearing-main-prev > span,
  .clearing-main-next > span {
    border: solid 12px;
    display: block;
    height: 0;
    position: absolute;
    top: 50%;
    width: 0;
  }

  /* line 2266, ../scss/foundation.scss */
  .clearing-main-prev > span:hover,
  .clearing-main-next > span:hover {
    opacity: .8;
  }

  /* line 2269, ../scss/foundation.scss */
  .clearing-main-prev {
    left: 0;
  }

  /* line 2271, ../scss/foundation.scss */
  .clearing-main-prev > span {
    left: 5px;
    border-color: transparent;
    border-right-color: #CCCCCC;
  }

  /* line 2276, ../scss/foundation.scss */
  .clearing-main-next {
    right: 0;
  }

  /* line 2278, ../scss/foundation.scss */
  .clearing-main-next > span {
    border-color: transparent;
    border-left-color: #CCCCCC;
  }

  /* line 2283, ../scss/foundation.scss */
  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
    opacity: .3;
  }

  /* line 2286, ../scss/foundation.scss */
  .clearing-assembled .clearing-container .carousel {
    background: rgba(51, 51, 51, 0.8);
    height: 120px;
    margin-top: 10px;
    text-align: center;
  }

  /* line 2291, ../scss/foundation.scss */
  .clearing-assembled .clearing-container .carousel > ul {
    display: inline-block;
    z-index: 999;
    height: 100%;
    position: relative;
    float: none;
  }

  /* line 2297, ../scss/foundation.scss */
  .clearing-assembled .clearing-container .carousel > ul li {
    clear: none;
    cursor: pointer;
    display: block;
    float: left;
    margin-right: 0;
    min-height: inherit;
    opacity: .4;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 120px;
  }

  /* line 2309, ../scss/foundation.scss */
  .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
    height: 100%;
    max-width: none;
  }

  /* line 2312, ../scss/foundation.scss */
  .clearing-assembled .clearing-container .carousel > ul li a.th {
    border: none;
    box-shadow: none;
    display: block;
  }

  /* line 2316, ../scss/foundation.scss */
  .clearing-assembled .clearing-container .carousel > ul li img {
    cursor: pointer !important;
    width: 100% !important;
  }

  /* line 2319, ../scss/foundation.scss */
  .clearing-assembled .clearing-container .carousel > ul li.visible {
    opacity: 1;
  }

  /* line 2321, ../scss/foundation.scss */
  .clearing-assembled .clearing-container .carousel > ul li:hover {
    opacity: .8;
  }

  /* line 2323, ../scss/foundation.scss */
  .clearing-assembled .clearing-container .visible-img {
    background: #333333;
    height: 85%;
    overflow: hidden;
  }

  /* line 2328, ../scss/foundation.scss */
  .clearing-close {
    padding-left: 0;
    padding-top: 0;
    position: absolute;
    top: 10px;
    right: 20px;
  }
}
/* Foundation Dropdowns */
/* line 2335, ../scss/foundation.scss */
.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;
}

/* line 2350, ../scss/foundation.scss */
.f-dropdown.open {
  display: block;
}

/* line 2352, ../scss/foundation.scss */
.f-dropdown > *:first-child {
  margin-top: 0;
}

/* line 2354, ../scss/foundation.scss */
.f-dropdown > *:last-child {
  margin-bottom: 0;
}

/* line 2356, ../scss/foundation.scss */
.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;
}

/* line 2368, ../scss/foundation.scss */
.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;
}

/* line 2380, ../scss/foundation.scss */
.f-dropdown.right:before {
  left: auto;
  right: 10px;
}

/* line 2383, ../scss/foundation.scss */
.f-dropdown.right:after {
  left: auto;
  right: 9px;
}

/* line 2386, ../scss/foundation.scss */
.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;
}

/* line 2402, ../scss/foundation.scss */
.f-dropdown.drop-right.open {
  display: block;
}

/* line 2404, ../scss/foundation.scss */
.f-dropdown.drop-right > *:first-child {
  margin-top: 0;
}

/* line 2406, ../scss/foundation.scss */
.f-dropdown.drop-right > *:last-child {
  margin-bottom: 0;
}

/* line 2408, ../scss/foundation.scss */
.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;
}

/* line 2420, ../scss/foundation.scss */
.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;
}

/* line 2432, ../scss/foundation.scss */
.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;
}

/* line 2448, ../scss/foundation.scss */
.f-dropdown.drop-left.open {
  display: block;
}

/* line 2450, ../scss/foundation.scss */
.f-dropdown.drop-left > *:first-child {
  margin-top: 0;
}

/* line 2452, ../scss/foundation.scss */
.f-dropdown.drop-left > *:last-child {
  margin-bottom: 0;
}

/* line 2454, ../scss/foundation.scss */
.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;
}

/* line 2467, ../scss/foundation.scss */
.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;
}

/* line 2480, ../scss/foundation.scss */
.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;
}

/* line 2496, ../scss/foundation.scss */
.f-dropdown.drop-top.open {
  display: block;
}

/* line 2498, ../scss/foundation.scss */
.f-dropdown.drop-top > *:first-child {
  margin-top: 0;
}

/* line 2500, ../scss/foundation.scss */
.f-dropdown.drop-top > *:last-child {
  margin-bottom: 0;
}

/* line 2502, ../scss/foundation.scss */
.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;
}

/* line 2516, ../scss/foundation.scss */
.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;
}

/* line 2530, ../scss/foundation.scss */
.f-dropdown li {
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin: 0;
}

/* line 2535, ../scss/foundation.scss */
.f-dropdown li:hover, .f-dropdown li:focus {
  background: #EEEEEE;
}

/* line 2537, ../scss/foundation.scss */
.f-dropdown li a {
  display: block;
  padding: 0.5rem;
  color: #555555;
}

/* line 2541, ../scss/foundation.scss */
.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;
}

/* line 2556, ../scss/foundation.scss */
.f-dropdown.content.open {
  display: block;
}

/* line 2558, ../scss/foundation.scss */
.f-dropdown.content > *:first-child {
  margin-top: 0;
}

/* line 2560, ../scss/foundation.scss */
.f-dropdown.content > *:last-child {
  margin-bottom: 0;
}

/* line 2562, ../scss/foundation.scss */
.f-dropdown.radius {
  border-radius: 3px;
}

/* line 2564, ../scss/foundation.scss */
.f-dropdown.tiny {
  max-width: 200px;
}

/* line 2566, ../scss/foundation.scss */
.f-dropdown.small {
  max-width: 300px;
}

/* line 2568, ../scss/foundation.scss */
.f-dropdown.medium {
  max-width: 500px;
}

/* line 2570, ../scss/foundation.scss */
.f-dropdown.large {
  max-width: 800px;
}

/* line 2572, ../scss/foundation.scss */
.f-dropdown.mega {
  width: 100% !important;
  max-width: 100% !important;
}

/* line 2575, ../scss/foundation.scss */
.f-dropdown.mega.open {
  left: 0 !important;
}

/* line 2578, ../scss/foundation.scss */
.dropdown.button, button.dropdown {
  position: relative;
  padding-right: 3.5625rem;
}

/* line 2581, ../scss/foundation.scss */
.dropdown.button::after, button.dropdown::after {
  border-color: #FFFFFF transparent transparent transparent;
  border-style: solid;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 2590, ../scss/foundation.scss */
.dropdown.button::after, button.dropdown::after {
  border-width: 0.375rem;
  right: 1.40625rem;
  margin-top: -0.15625rem;
}

/* line 2594, ../scss/foundation.scss */
.dropdown.button::after, button.dropdown::after {
  border-color: #FFFFFF transparent transparent transparent;
}

/* line 2596, ../scss/foundation.scss */
.dropdown.button.tiny, button.dropdown.tiny {
  padding-right: 2.625rem;
}

/* line 2598, ../scss/foundation.scss */
.dropdown.button.tiny:after, button.dropdown.tiny:after {
  border-width: 0.375rem;
  right: 1.125rem;
  margin-top: -0.125rem;
}

/* line 2602, ../scss/foundation.scss */
.dropdown.button.tiny::after, button.dropdown.tiny::after {
  border-color: #FFFFFF transparent transparent transparent;
}

/* line 2604, ../scss/foundation.scss */
.dropdown.button.small, button.dropdown.small {
  padding-right: 3.0625rem;
}

/* line 2606, ../scss/foundation.scss */
.dropdown.button.small::after, button.dropdown.small::after {
  border-width: 0.4375rem;
  right: 1.3125rem;
  margin-top: -0.15625rem;
}

/* line 2610, ../scss/foundation.scss */
.dropdown.button.small::after, button.dropdown.small::after {
  border-color: #FFFFFF transparent transparent transparent;
}

/* line 2612, ../scss/foundation.scss */
.dropdown.button.large, button.dropdown.large {
  padding-right: 3.625rem;
}

/* line 2614, ../scss/foundation.scss */
.dropdown.button.large::after, button.dropdown.large::after {
  border-width: 0.3125rem;
  right: 1.71875rem;
  margin-top: -0.15625rem;
}

/* line 2618, ../scss/foundation.scss */
.dropdown.button.large::after, button.dropdown.large::after {
  border-color: #FFFFFF transparent transparent transparent;
}

/* line 2620, ../scss/foundation.scss */
.dropdown.button.secondary:after, button.dropdown.secondary:after {
  border-color: #333333 transparent transparent transparent;
}

/* line 2623, ../scss/foundation.scss */
.flex-video {
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.5625rem;
  position: relative;
}

/* line 2630, ../scss/foundation.scss */
.flex-video.widescreen {
  padding-bottom: 56.34%;
}

/* line 2632, ../scss/foundation.scss */
.flex-video.vimeo {
  padding-top: 0;
}

/* line 2637, ../scss/foundation.scss */
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}

/* Standard Forms */
/* line 2645, ../scss/foundation.scss */
form {
  margin: 0 0 1rem;
}

/* Using forms within rows, we need to set some defaults */
/* line 2649, ../scss/foundation.scss */
form .row .row {
  margin: 0 -0.5rem;
}

/* line 2652, ../scss/foundation.scss */
form .row .row .column,
form .row .row .columns {
  padding: 0 0.5rem;
}

/* line 2654, ../scss/foundation.scss */
form .row .row.collapse {
  margin: 0;
}

/* line 2657, ../scss/foundation.scss */
form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}

/* line 2659, ../scss/foundation.scss */
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;
}

/* line 2667, ../scss/foundation.scss */
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem;
}

/* Label Styles */
/* line 2671, ../scss/foundation.scss */
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 */
}

/* line 2680, ../scss/foundation.scss */
label.right {
  float: none !important;
  text-align: right;
}

/* line 2683, ../scss/foundation.scss */
label.inline {
  margin: 0 0 1rem 0;
  line-height: 2.375rem;
}

/* line 2686, ../scss/foundation.scss */
label small {
  text-transform: capitalize;
  color: #676767;
}

/* Attach elements to the beginning or end of an input */
/* line 2692, ../scss/foundation.scss */
.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 */
/* line 2708, ../scss/foundation.scss */
.postfix.button {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center;
}

/* line 2716, ../scss/foundation.scss */
.prefix.button {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center;
}

/* line 2724, ../scss/foundation.scss */
.prefix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 2731, ../scss/foundation.scss */
.postfix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 2738, ../scss/foundation.scss */
.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;
}

/* line 2745, ../scss/foundation.scss */
.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 */
/* line 2753, ../scss/foundation.scss */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc;
}

/* line 2759, ../scss/foundation.scss */
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 */
/* line 2766, ../scss/foundation.scss */
input:not([type]), 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: #444444;
  display: block;
  font-family: inherit;
  font-size: 0.875rem;
  height: 2.3125rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.15s linear, background 0.15s linear;
  -moz-transition: border-color 0.15s linear, background 0.15s linear;
  -ms-transition: border-color 0.15s linear, background 0.15s linear;
  -o-transition: border-color 0.15s linear, background 0.15s linear;
  transition: border-color 0.15s linear, background 0.15s linear;
}

/* line 2791, ../scss/foundation.scss */
input:not([type]):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-color: #fafafa;
  border-color: #999999;
  outline: none;
}

/* line 2795, ../scss/foundation.scss */
input:not([type]):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;
}

/* line 2798, ../scss/foundation.scss */
input:not([type])[disabled], input:not([type])[readonly], fieldset[disabled] input:not([type]), 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;
}

/* line 2801, ../scss/foundation.scss */
input:not([type]).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: 3px;
}

/* line 2807, ../scss/foundation.scss */
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: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 2813, ../scss/foundation.scss */
form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 2822, ../scss/foundation.scss */
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: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 2828, ../scss/foundation.scss */
form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 2837, ../scss/foundation.scss */
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;
}

/* line 2843, ../scss/foundation.scss */
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;
}

/* line 2852, ../scss/foundation.scss */
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;
}

/* line 2858, ../scss/foundation.scss */
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;
}

/* line 2865, ../scss/foundation.scss */
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}

/* Respect enforced amount of rows for textarea */
/* line 2871, ../scss/foundation.scss */
textarea[rows] {
  height: auto;
}

/* Not allow resize out of parent */
/* line 2875, ../scss/foundation.scss */
textarea {
  max-width: 100%;
}

/* line 2878, ../scss/foundation.scss */
::-webkit-input-placeholder {
  color: #AAAAAA;
}

/* line 2881, ../scss/foundation.scss */
:-moz-placeholder {
  /* Firefox 18- */
  color: #AAAAAA;
}

/* line 2885, ../scss/foundation.scss */
::-moz-placeholder {
  /* Firefox 19+ */
  color: #AAAAAA;
}

/* line 2889, ../scss/foundation.scss */
:-ms-input-placeholder {
  color: #AAAAAA;
}

/* Add height value for select elements to match text input height */
/* line 2893, ../scss/foundation.scss */
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: #444444;
  font-family: inherit;
  font-size: 0.875rem;
  line-height: normal;
  padding: 0.5rem;
  border-radius: 0;
  height: 2.3125rem;
}

/* line 2911, ../scss/foundation.scss */
select::-ms-expand {
  display: none;
}

/* line 2913, ../scss/foundation.scss */
select.radius {
  border-radius: 3px;
}

/* line 2915, ../scss/foundation.scss */
select:focus {
  background-color: #f3f3f3;
  border-color: #999999;
}

/* line 2918, ../scss/foundation.scss */
select:disabled {
  background-color: #DDDDDD;
  cursor: default;
}

/* line 2921, ../scss/foundation.scss */
select[multiple] {
  height: auto;
}

/* Adjust margin for form elements below */
/* line 2928, ../scss/foundation.scss */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1rem 0;
}

/* line 2932, ../scss/foundation.scss */
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 */
/* line 2940, ../scss/foundation.scss */
input[type="file"] {
  width: 100%;
}

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
/* line 2945, ../scss/foundation.scss */
fieldset {
  border: 1px solid #DDDDDD;
  margin: 1.125rem 0;
  padding: 1.25rem;
}

/* line 2949, ../scss/foundation.scss */
fieldset legend {
  font-weight: bold;
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

/* Error Handling */
/* line 2956, ../scss/foundation.scss */
[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;
}

/* line 2966, ../scss/foundation.scss */
[data-abide] span.error, [data-abide] small.error {
  display: none;
}

/* line 2969, ../scss/foundation.scss */
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;
}

/* line 2982, ../scss/foundation.scss */
.error input,
.error textarea,
.error select {
  margin-bottom: 0;
}

/* line 2985, ../scss/foundation.scss */
.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1rem;
}

/* line 2988, ../scss/foundation.scss */
.error label,
.error label.error {
  color: #f04124;
}

/* line 2990, ../scss/foundation.scss */
.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;
}

/* line 3000, ../scss/foundation.scss */
.error > label > small {
  background: transparent;
  color: #676767;
  display: inline;
  font-size: 60%;
  font-style: normal;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}

/* line 3009, ../scss/foundation.scss */
.error span.error-message {
  display: block;
}

/* line 3014, ../scss/foundation.scss */
input.error,
textarea.error,
select.error {
  margin-bottom: 0;
}

/* line 3017, ../scss/foundation.scss */
label.error {
  color: #f04124;
}

/* line 3020, ../scss/foundation.scss */
.icon-bar {
  display: inline-block;
  font-size: 0;
  width: 100%;
  background: #333333;
}

/* line 3025, ../scss/foundation.scss */
.icon-bar > * {
  display: block;
  float: left;
  font-size: 1rem;
  margin: 0 auto;
  padding: 1.25rem;
  text-align: center;
  width: 25%;
}

/* line 3033, ../scss/foundation.scss */
.icon-bar > * i, .icon-bar > * img {
  display: block;
  margin: 0 auto;
}

/* line 3036, ../scss/foundation.scss */
.icon-bar > * i + label, .icon-bar > * img + label {
  margin-top: .0625rem;
}

/* line 3038, ../scss/foundation.scss */
.icon-bar > * i {
  font-size: 1.875rem;
  vertical-align: middle;
}

/* line 3041, ../scss/foundation.scss */
.icon-bar > * img {
  height: 1.875rem;
  width: 1.875rem;
}

/* line 3044, ../scss/foundation.scss */
.icon-bar.label-right > * i, .icon-bar.label-right > * img {
  display: inline-block;
  margin: 0 .0625rem 0 0;
}

/* line 3047, ../scss/foundation.scss */
.icon-bar.label-right > * i + label, .icon-bar.label-right > * img + label {
  margin-top: 0;
}

/* line 3049, ../scss/foundation.scss */
.icon-bar.label-right > * label {
  display: inline-block;
}

/* line 3051, ../scss/foundation.scss */
.icon-bar.vertical.label-right > * {
  text-align: left;
}

/* line 3053, ../scss/foundation.scss */
.icon-bar.vertical, .icon-bar.small-vertical {
  height: 100%;
  width: auto;
}

/* line 3056, ../scss/foundation.scss */
.icon-bar.vertical .item, .icon-bar.small-vertical .item {
  float: none;
  margin: auto;
  width: auto;
}

@media only screen and (min-width: 40.0625em) {
  /* line 3061, ../scss/foundation.scss */
  .icon-bar.medium-vertical {
    height: 100%;
    width: auto;
  }

  /* line 3064, ../scss/foundation.scss */
  .icon-bar.medium-vertical .item {
    float: none;
    margin: auto;
    width: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  /* line 3069, ../scss/foundation.scss */
  .icon-bar.large-vertical {
    height: 100%;
    width: auto;
  }

  /* line 3072, ../scss/foundation.scss */
  .icon-bar.large-vertical .item {
    float: none;
    margin: auto;
    width: auto;
  }
}
/* line 3076, ../scss/foundation.scss */
.icon-bar > * {
  font-size: 1rem;
  padding: 1.25rem;
}

/* line 3079, ../scss/foundation.scss */
.icon-bar > * i + label, .icon-bar > * img + label {
  margin-top: .0625rem;
  font-size: 1rem;
}

/* line 3082, ../scss/foundation.scss */
.icon-bar > * i {
  font-size: 1.875rem;
}

/* line 3084, ../scss/foundation.scss */
.icon-bar > * img {
  height: 1.875rem;
  width: 1.875rem;
}

/* line 3087, ../scss/foundation.scss */
.icon-bar > * label {
  color: #FFFFFF;
}

/* line 3089, ../scss/foundation.scss */
.icon-bar > * i {
  color: #FFFFFF;
}

/* line 3091, ../scss/foundation.scss */
.icon-bar > a:hover {
  background: #008CBA;
}

/* line 3093, ../scss/foundation.scss */
.icon-bar > a:hover label {
  color: #FFFFFF;
}

/* line 3095, ../scss/foundation.scss */
.icon-bar > a:hover i {
  color: #FFFFFF;
}

/* line 3097, ../scss/foundation.scss */
.icon-bar > a.active {
  background: #008CBA;
}

/* line 3099, ../scss/foundation.scss */
.icon-bar > a.active label {
  color: #FFFFFF;
}

/* line 3101, ../scss/foundation.scss */
.icon-bar > a.active i {
  color: #FFFFFF;
}

/* line 3103, ../scss/foundation.scss */
.icon-bar .item.disabled {
  cursor: not-allowed;
  opacity: 0.7;
  pointer-events: none;
}

/* line 3107, ../scss/foundation.scss */
.icon-bar .item.disabled > * {
  opacity: 0.7;
  cursor: not-allowed;
}

/* line 3110, ../scss/foundation.scss */
.icon-bar.two-up .item {
  width: 50%;
}

/* line 3112, ../scss/foundation.scss */
.icon-bar.two-up.vertical .item, .icon-bar.two-up.small-vertical .item {
  width: auto;
}

@media only screen and (min-width: 40.0625em) {
  /* line 3115, ../scss/foundation.scss */
  .icon-bar.two-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  /* line 3118, ../scss/foundation.scss */
  .icon-bar.two-up.large-vertical .item {
    width: auto;
  }
}
/* line 3120, ../scss/foundation.scss */
.icon-bar.three-up .item {
  width: 33.3333%;
}

/* line 3122, ../scss/foundation.scss */
.icon-bar.three-up.vertical .item, .icon-bar.three-up.small-vertical .item {
  width: auto;
}

@media only screen and (min-width: 40.0625em) {
  /* line 3125, ../scss/foundation.scss */
  .icon-bar.three-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  /* line 3128, ../scss/foundation.scss */
  .icon-bar.three-up.large-vertical .item {
    width: auto;
  }
}
/* line 3130, ../scss/foundation.scss */
.icon-bar.four-up .item {
  width: 25%;
}

/* line 3132, ../scss/foundation.scss */
.icon-bar.four-up.vertical .item, .icon-bar.four-up.small-vertical .item {
  width: auto;
}

@media only screen and (min-width: 40.0625em) {
  /* line 3135, ../scss/foundation.scss */
  .icon-bar.four-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  /* line 3138, ../scss/foundation.scss */
  .icon-bar.four-up.large-vertical .item {
    width: auto;
  }
}
/* line 3140, ../scss/foundation.scss */
.icon-bar.five-up .item {
  width: 20%;
}

/* line 3142, ../scss/foundation.scss */
.icon-bar.five-up.vertical .item, .icon-bar.five-up.small-vertical .item {
  width: auto;
}

@media only screen and (min-width: 40.0625em) {
  /* line 3145, ../scss/foundation.scss */
  .icon-bar.five-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  /* line 3148, ../scss/foundation.scss */
  .icon-bar.five-up.large-vertical .item {
    width: auto;
  }
}
/* line 3150, ../scss/foundation.scss */
.icon-bar.six-up .item {
  width: 16.66667%;
}

/* line 3152, ../scss/foundation.scss */
.icon-bar.six-up.vertical .item, .icon-bar.six-up.small-vertical .item {
  width: auto;
}

@media only screen and (min-width: 40.0625em) {
  /* line 3155, ../scss/foundation.scss */
  .icon-bar.six-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  /* line 3158, ../scss/foundation.scss */
  .icon-bar.six-up.large-vertical .item {
    width: auto;
  }
}
/* line 3160, ../scss/foundation.scss */
.icon-bar.seven-up .item {
  width: 14.28571%;
}

/* line 3162, ../scss/foundation.scss */
.icon-bar.seven-up.vertical .item, .icon-bar.seven-up.small-vertical .item {
  width: auto;
}

@media only screen and (min-width: 40.0625em) {
  /* line 3165, ../scss/foundation.scss */
  .icon-bar.seven-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  /* line 3168, ../scss/foundation.scss */
  .icon-bar.seven-up.large-vertical .item {
    width: auto;
  }
}
/* line 3170, ../scss/foundation.scss */
.icon-bar.eight-up .item {
  width: 12.5%;
}

/* line 3172, ../scss/foundation.scss */
.icon-bar.eight-up.vertical .item, .icon-bar.eight-up.small-vertical .item {
  width: auto;
}

@media only screen and (min-width: 40.0625em) {
  /* line 3175, ../scss/foundation.scss */
  .icon-bar.eight-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  /* line 3178, ../scss/foundation.scss */
  .icon-bar.eight-up.large-vertical .item {
    width: auto;
  }
}
/* line 3181, ../scss/foundation.scss */
.icon-bar.two-up .item {
  width: 50%;
}

/* line 3183, ../scss/foundation.scss */
.icon-bar.two-up.vertical .item, .icon-bar.two-up.small-vertical .item {
  width: auto;
}

@media only screen and (min-width: 40.0625em) {
  /* line 3186, ../scss/foundation.scss */
  .icon-bar.two-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  /* line 3189, ../scss/foundation.scss */
  .icon-bar.two-up.large-vertical .item {
    width: auto;
  }
}
/* line 3191, ../scss/foundation.scss */
.icon-bar.three-up .item {
  width: 33.3333%;
}

/* line 3193, ../scss/foundation.scss */
.icon-bar.three-up.vertical .item, .icon-bar.three-up.small-vertical .item {
  width: auto;
}

@media only screen and (min-width: 40.0625em) {
  /* line 3196, ../scss/foundation.scss */
  .icon-bar.three-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  /* line 3199, ../scss/foundation.scss */
  .icon-bar.three-up.large-vertical .item {
    width: auto;
  }
}
/* line 3201, ../scss/foundation.scss */
.icon-bar.four-up .item {
  width: 25%;
}

/* line 3203, ../scss/foundation.scss */
.icon-bar.four-up.vertical .item, .icon-bar.four-up.small-vertical .item {
  width: auto;
}

@media only screen and (min-width: 40.0625em) {
  /* line 3206, ../scss/foundation.scss */
  .icon-bar.four-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  /* line 3209, ../scss/foundation.scss */
  .icon-bar.four-up.large-vertical .item {
    width: auto;
  }
}
/* line 3211, ../scss/foundation.scss */
.icon-bar.five-up .item {
  width: 20%;
}

/* line 3213, ../scss/foundation.scss */
.icon-bar.five-up.vertical .item, .icon-bar.five-up.small-vertical .item {
  width: auto;
}

@media only screen and (min-width: 40.0625em) {
  /* line 3216, ../scss/foundation.scss */
  .icon-bar.five-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  /* line 3219, ../scss/foundation.scss */
  .icon-bar.five-up.large-vertical .item {
    width: auto;
  }
}
/* line 3221, ../scss/foundation.scss */
.icon-bar.six-up .item {
  width: 16.66667%;
}

/* line 3223, ../scss/foundation.scss */
.icon-bar.six-up.vertical .item, .icon-bar.six-up.small-vertical .item {
  width: auto;
}

@media only screen and (min-width: 40.0625em) {
  /* line 3226, ../scss/foundation.scss */
  .icon-bar.six-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  /* line 3229, ../scss/foundation.scss */
  .icon-bar.six-up.large-vertical .item {
    width: auto;
  }
}
/* line 3231, ../scss/foundation.scss */
.icon-bar.seven-up .item {
  width: 14.28571%;
}

/* line 3233, ../scss/foundation.scss */
.icon-bar.seven-up.vertical .item, .icon-bar.seven-up.small-vertical .item {
  width: auto;
}

@media only screen and (min-width: 40.0625em) {
  /* line 3236, ../scss/foundation.scss */
  .icon-bar.seven-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  /* line 3239, ../scss/foundation.scss */
  .icon-bar.seven-up.large-vertical .item {
    width: auto;
  }
}
/* line 3241, ../scss/foundation.scss */
.icon-bar.eight-up .item {
  width: 12.5%;
}

/* line 3243, ../scss/foundation.scss */
.icon-bar.eight-up.vertical .item, .icon-bar.eight-up.small-vertical .item {
  width: auto;
}

@media only screen and (min-width: 40.0625em) {
  /* line 3246, ../scss/foundation.scss */
  .icon-bar.eight-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  /* line 3249, ../scss/foundation.scss */
  .icon-bar.eight-up.large-vertical .item {
    width: auto;
  }
}
/* line 3252, ../scss/foundation.scss */
.inline-list {
  list-style: none;
  margin-top: 0;
  margin-bottom: 1.0625rem;
  margin-left: -1.375rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0;
}

/* line 3260, ../scss/foundation.scss */
.inline-list > li {
  display: block;
  float: left;
  list-style: none;
  margin-left: 1.375rem;
}

/* line 3265, ../scss/foundation.scss */
.inline-list > li > * {
  display: block;
}

/* Foundation Joyride */
/* line 3269, ../scss/foundation.scss */
.joyride-list {
  display: none;
}

/* Default styles for the container */
/* line 3273, ../scss/foundation.scss */
.joyride-tip-guide {
  background: #333333;
  color: #FFFFFF;
  display: none;
  font-family: inherit;
  font-weight: normal;
  position: absolute;
  top: 0;
  width: 95%;
  z-index: 103;
  left: 2.5%;
}

/* line 3285, ../scss/foundation.scss */
.lt-ie9 .joyride-tip-guide {
  margin-left: -400px;
  max-width: 800px;
  left: 50%;
}

/* line 3290, ../scss/foundation.scss */
.joyride-content-wrapper {
  padding: 1.125rem 1.25rem 1.5rem;
  width: 100%;
}

/* line 3293, ../scss/foundation.scss */
.joyride-content-wrapper .button {
  margin-bottom: 0 !important;
}

/* line 3295, ../scss/foundation.scss */
.joyride-content-wrapper .joyride-prev-tip {
  margin-right: 10px;
}

/* Add a little css triangle pip, older browser just miss out on the fanciness of it */
/* line 3299, ../scss/foundation.scss */
.joyride-tip-guide .joyride-nub {
  border: 10px solid #333333;
  display: block;
  height: 0;
  position: absolute;
  width: 0;
  left: 22px;
}

/* line 3306, ../scss/foundation.scss */
.joyride-tip-guide .joyride-nub.top {
  border-color: #333333;
  border-top-color: transparent !important;
  border-top-style: solid;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  top: -20px;
}

/* line 3313, ../scss/foundation.scss */
.joyride-tip-guide .joyride-nub.bottom {
  border-color: #333333 !important;
  border-bottom-color: transparent !important;
  border-bottom-style: solid;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  bottom: -20px;
}

/* line 3320, ../scss/foundation.scss */
.joyride-tip-guide .joyride-nub.right {
  right: -20px;
}

/* line 3322, ../scss/foundation.scss */
.joyride-tip-guide .joyride-nub.left {
  left: -20px;
}

/* Typography */
/* line 3331, ../scss/foundation.scss */
.joyride-tip-guide h1,
.joyride-tip-guide h2,
.joyride-tip-guide h3,
.joyride-tip-guide h4,
.joyride-tip-guide h5,
.joyride-tip-guide h6 {
  color: #FFFFFF;
  font-weight: bold;
  line-height: 1.25;
  margin: 0;
}

/* line 3337, ../scss/foundation.scss */
.joyride-tip-guide p {
  font-size: 0.875rem;
  line-height: 1.3;
  margin: 0 0 1.125rem 0;
}

/* line 3342, ../scss/foundation.scss */
.joyride-timer-indicator-wrap {
  border: solid 1px #555555;
  bottom: 1rem;
  height: 3px;
  position: absolute;
  width: 50px;
  right: 1.0625rem;
}

/* line 3350, ../scss/foundation.scss */
.joyride-timer-indicator {
  background: #666666;
  display: block;
  height: inherit;
  width: 0;
}

/* line 3356, ../scss/foundation.scss */
.joyride-close-tip {
  color: #777777 !important;
  font-size: 24px;
  font-weight: normal;
  line-height: .5 !important;
  position: absolute;
  text-decoration: none;
  top: 10px;
  right: 12px;
}

/* line 3365, ../scss/foundation.scss */
.joyride-close-tip:hover, .joyride-close-tip:focus {
  color: #EEEEEE !important;
}

/* line 3368, ../scss/foundation.scss */
.joyride-modal-bg {
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  left: 0;
}

/* line 3379, ../scss/foundation.scss */
.joyride-expose-wrapper {
  background-color: #FFFFFF;
  border-radius: 3px;
  box-shadow: 0 0 15px #FFFFFF;
  position: absolute;
  z-index: 102;
}

/* line 3386, ../scss/foundation.scss */
.joyride-expose-cover {
  background: transparent;
  border-radius: 3px;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 9999;
}

/* Styles for screens that are at least 768px; */
@media only screen {
  /* line 3396, ../scss/foundation.scss */
  .joyride-tip-guide {
    width: 300px;
    left: inherit;
  }

  /* line 3399, ../scss/foundation.scss */
  .joyride-tip-guide .joyride-nub.bottom {
    border-color: #333333 !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    bottom: -20px;
  }

  /* line 3405, ../scss/foundation.scss */
  .joyride-tip-guide .joyride-nub.right {
    border-color: #333333 !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    border-top-color: transparent !important;
    left: auto;
    right: -20px;
    top: 22px;
  }

  /* line 3413, ../scss/foundation.scss */
  .joyride-tip-guide .joyride-nub.left {
    border-color: #333333 !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-top-color: transparent !important;
    left: -20px;
    right: auto;
    top: 22px;
  }
}
/* line 3422, ../scss/foundation.scss */
.keystroke,
kbd {
  background-color: #ededed;
  border-color: #dddddd;
  color: #222222;
  border-style: solid;
  border-width: 1px;
  font-family: "Consolas", "Menlo", "Courier", monospace;
  font-size: inherit;
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  border-radius: 3px;
}

/* line 3434, ../scss/foundation.scss */
.label {
  display: inline-block;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, 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: #008CBA;
  color: #FFFFFF;
}

/* line 3448, ../scss/foundation.scss */
.label.radius {
  border-radius: 3px;
}

/* line 3450, ../scss/foundation.scss */
.label.round {
  border-radius: 1000px;
}

/* line 3452, ../scss/foundation.scss */
.label.alert {
  background-color: #f04124;
  color: #FFFFFF;
}

/* line 3455, ../scss/foundation.scss */
.label.warning {
  background-color: #f08a24;
  color: #FFFFFF;
}

/* line 3458, ../scss/foundation.scss */
.label.success {
  background-color: #43AC6A;
  color: #FFFFFF;
}

/* line 3461, ../scss/foundation.scss */
.label.secondary {
  background-color: #e7e7e7;
  color: #333333;
}

/* line 3464, ../scss/foundation.scss */
.label.info {
  background-color: #a0d3e8;
  color: #333333;
}

/* line 3468, ../scss/foundation.scss */
[data-magellan-expedition], [data-magellan-expedition-clone] {
  background: #FFFFFF;
  min-width: 100%;
  padding: 10px;
  z-index: 50;
}

/* line 3473, ../scss/foundation.scss */
[data-magellan-expedition] .sub-nav, [data-magellan-expedition-clone] .sub-nav {
  margin-bottom: 0;
}

/* line 3475, ../scss/foundation.scss */
[data-magellan-expedition] .sub-nav dd, [data-magellan-expedition-clone] .sub-nav dd {
  margin-bottom: 0;
}

/* line 3477, ../scss/foundation.scss */
[data-magellan-expedition] .sub-nav a, [data-magellan-expedition-clone] .sub-nav a {
  line-height: 1.8em;
}

@-webkit-keyframes rotate {
  /* line 3481, ../scss/foundation.scss */
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  /* line 3484, ../scss/foundation.scss */
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  /* line 3488, ../scss/foundation.scss */
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  /* line 3493, ../scss/foundation.scss */
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Orbit Graceful Loading */
/* line 3499, ../scss/foundation.scss */
.slideshow-wrapper {
  position: relative;
}

/* line 3501, ../scss/foundation.scss */
.slideshow-wrapper ul {
  list-style-type: none;
  margin: 0;
}

/* line 3505, ../scss/foundation.scss */
.slideshow-wrapper ul li,
.slideshow-wrapper ul li .orbit-caption {
  display: none;
}

/* line 3507, ../scss/foundation.scss */
.slideshow-wrapper ul li:first-child {
  display: block;
}

/* line 3509, ../scss/foundation.scss */
.slideshow-wrapper .orbit-container {
  background-color: transparent;
}

/* line 3511, ../scss/foundation.scss */
.slideshow-wrapper .orbit-container li {
  display: block;
}

/* line 3513, ../scss/foundation.scss */
.slideshow-wrapper .orbit-container li .orbit-caption {
  display: block;
}

/* line 3515, ../scss/foundation.scss */
.slideshow-wrapper .orbit-container .orbit-bullets li {
  display: inline-block;
}

/* line 3517, ../scss/foundation.scss */
.slideshow-wrapper .preloader {
  border-radius: 1000px;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: rotate;
  animation-timing-function: linear;
  border-color: #555555 #FFFFFF;
  border: solid 3px;
  display: block;
  height: 40px;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 40px;
}

/* line 3534, ../scss/foundation.scss */
.orbit-container {
  background: none;
  overflow: hidden;
  position: relative;
  width: 100%;
}

/* line 3539, ../scss/foundation.scss */
.orbit-container .orbit-slides-container {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

/* line 3549, ../scss/foundation.scss */
.orbit-container .orbit-slides-container img {
  display: block;
  max-width: 100%;
}

/* line 3552, ../scss/foundation.scss */
.orbit-container .orbit-slides-container > * {
  position: absolute;
  top: 0;
  width: 100%;
  margin-left: 100%;
}

/* line 3557, ../scss/foundation.scss */
.orbit-container .orbit-slides-container > *:first-child {
  margin-left: 0;
}

/* line 3559, ../scss/foundation.scss */
.orbit-container .orbit-slides-container > * .orbit-caption {
  bottom: 0;
  position: absolute;
  background-color: rgba(51, 51, 51, 0.8);
  color: #FFFFFF;
  font-size: 0.875rem;
  padding: 0.625rem 0.875rem;
  width: 100%;
}

/* line 3567, ../scss/foundation.scss */
.orbit-container .orbit-slide-number {
  left: 10px;
  background: transparent;
  color: #FFFFFF;
  font-size: 12px;
  position: absolute;
  top: 10px;
  z-index: 10;
}

/* line 3575, ../scss/foundation.scss */
.orbit-container .orbit-slide-number span {
  font-weight: 700;
  padding: 0.3125rem;
}

/* line 3578, ../scss/foundation.scss */
.orbit-container .orbit-timer {
  position: absolute;
  top: 12px;
  right: 10px;
  height: 6px;
  width: 100px;
  z-index: 10;
}

/* line 3585, ../scss/foundation.scss */
.orbit-container .orbit-timer .orbit-progress {
  height: 3px;
  background-color: rgba(255, 255, 255, 0.3);
  display: block;
  width: 0;
  position: relative;
  right: 20px;
  top: 5px;
}

/* line 3593, ../scss/foundation.scss */
.orbit-container .orbit-timer > span {
  border: solid 4px #FFFFFF;
  border-bottom: none;
  border-top: none;
  display: none;
  height: 14px;
  position: absolute;
  top: 0;
  width: 11px;
  right: 0;
}

/* line 3603, ../scss/foundation.scss */
.orbit-container .orbit-timer.paused > span {
  top: 0;
  width: 11px;
  height: 14px;
  border: inset 8px;
  border-left-style: solid;
  border-color: transparent;
  border-left-color: #FFFFFF;
  right: -4px;
}

/* line 3612, ../scss/foundation.scss */
.orbit-container .orbit-timer.paused > span.dark {
  border-left-color: #333333;
}

/* line 3614, ../scss/foundation.scss */
.orbit-container:hover .orbit-timer > span {
  display: block;
}

/* line 3617, ../scss/foundation.scss */
.orbit-container .orbit-prev,
.orbit-container .orbit-next {
  background-color: transparent;
  color: white;
  height: 60px;
  line-height: 50px;
  margin-top: -25px;
  position: absolute;
  text-indent: -9999px !important;
  top: 45%;
  width: 36px;
  z-index: 10;
}

/* line 3629, ../scss/foundation.scss */
.orbit-container .orbit-prev:hover,
.orbit-container .orbit-next:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

/* line 3632, ../scss/foundation.scss */
.orbit-container .orbit-prev > span,
.orbit-container .orbit-next > span {
  border: inset 10px;
  display: block;
  height: 0;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 3640, ../scss/foundation.scss */
.orbit-container .orbit-prev {
  left: 0;
}

/* line 3642, ../scss/foundation.scss */
.orbit-container .orbit-prev > span {
  border-right-style: solid;
  border-color: transparent;
  border-right-color: #FFFFFF;
}

/* line 3646, ../scss/foundation.scss */
.orbit-container .orbit-prev:hover > span {
  border-right-color: #FFFFFF;
}

/* line 3648, ../scss/foundation.scss */
.orbit-container .orbit-next {
  right: 0;
}

/* line 3650, ../scss/foundation.scss */
.orbit-container .orbit-next > span {
  border-color: transparent;
  border-left-style: solid;
  border-left-color: #FFFFFF;
  left: 50%;
  margin-left: -4px;
}

/* line 3656, ../scss/foundation.scss */
.orbit-container .orbit-next:hover > span {
  border-left-color: #FFFFFF;
}

/* line 3659, ../scss/foundation.scss */
.orbit-bullets-container {
  text-align: center;
}

/* line 3662, ../scss/foundation.scss */
.orbit-bullets {
  display: block;
  float: none;
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  top: 10px;
}

/* line 3670, ../scss/foundation.scss */
.orbit-bullets li {
  background: #CCCCCC;
  cursor: pointer;
  display: inline-block;
  float: none;
  height: 0.5625rem;
  margin-right: 6px;
  width: 0.5625rem;
  border-radius: 1000px;
}

/* line 3679, ../scss/foundation.scss */
.orbit-bullets li.active {
  background: #999999;
}

/* line 3681, ../scss/foundation.scss */
.orbit-bullets li:last-child {
  margin-right: 0;
}

/* line 3685, ../scss/foundation.scss */
.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: none;
}

/* line 3687, ../scss/foundation.scss */
.touch .orbit-bullets {
  display: none;
}

@media only screen and (min-width: 40.0625em) {
  /* line 3692, ../scss/foundation.scss */
  .touch .orbit-container .orbit-prev,
  .touch .orbit-container .orbit-next {
    display: inherit;
  }

  /* line 3694, ../scss/foundation.scss */
  .touch .orbit-bullets {
    display: block;
  }
}
@media only screen and (max-width: 40em) {
  /* line 3697, ../scss/foundation.scss */
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important;
  }

  /* line 3699, ../scss/foundation.scss */
  .orbit-stack-on-small .orbit-slides-container > * {
    margin: 0  !important;
    opacity: 1 !important;
    position: relative;
  }

  /* line 3703, ../scss/foundation.scss */
  .orbit-stack-on-small .orbit-slide-number {
    display: none;
  }

  /* line 3706, ../scss/foundation.scss */
  .orbit-timer {
    display: none;
  }

  /* line 3709, ../scss/foundation.scss */
  .orbit-next, .orbit-prev {
    display: none;
  }

  /* line 3712, ../scss/foundation.scss */
  .orbit-bullets {
    display: none;
  }
}
/* line 3714, ../scss/foundation.scss */
ul.pagination {
  display: block;
  margin-left: -0.3125rem;
  min-height: 1.5rem;
}

/* line 3718, ../scss/foundation.scss */
ul.pagination li {
  color: #222222;
  font-size: 0.875rem;
  height: 1.5rem;
  margin-left: 0.3125rem;
}

/* line 3723, ../scss/foundation.scss */
ul.pagination li a, ul.pagination li button {
  border-radius: 3px;
  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;
}

/* line 3735, ../scss/foundation.scss */
ul.pagination li:hover a,
ul.pagination li a:focus, ul.pagination li:hover button,
ul.pagination li button:focus {
  background: #e6e6e6;
}

/* line 3737, ../scss/foundation.scss */
ul.pagination li.unavailable a, ul.pagination li.unavailable button {
  cursor: default;
  color: #999999;
  pointer-events: none;
}

/* line 3741, ../scss/foundation.scss */
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;
}

/* line 3743, ../scss/foundation.scss */
ul.pagination li.current a, ul.pagination li.current button {
  background: #008CBA;
  color: #FFFFFF;
  cursor: default;
  font-weight: bold;
}

/* line 3748, ../scss/foundation.scss */
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: #008CBA;
}

/* line 3750, ../scss/foundation.scss */
ul.pagination li {
  display: block;
  float: left;
}

/* Pagination centred wrapper */
/* line 3755, ../scss/foundation.scss */
.pagination-centered {
  text-align: center;
}

/* line 3757, ../scss/foundation.scss */
.pagination-centered ul.pagination li {
  display: inline-block;
  float: none;
}

/* Panels */
/* line 3762, ../scss/foundation.scss */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f2f2;
  color: #333333;
}

/* line 3770, ../scss/foundation.scss */
.panel > :first-child {
  margin-top: 0;
}

/* line 3772, ../scss/foundation.scss */
.panel > :last-child {
  margin-bottom: 0;
}

/* line 3774, ../scss/foundation.scss */
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p, .panel li, .panel dl {
  color: #333333;
}

/* line 3776, ../scss/foundation.scss */
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
  line-height: 1;
  margin-bottom: 0.625rem;
}

/* line 3779, ../scss/foundation.scss */
.panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
  line-height: 1.4;
}

/* line 3781, ../scss/foundation.scss */
.panel.callout {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #ecfaff;
  color: #333333;
}

/* line 3789, ../scss/foundation.scss */
.panel.callout > :first-child {
  margin-top: 0;
}

/* line 3791, ../scss/foundation.scss */
.panel.callout > :last-child {
  margin-bottom: 0;
}

/* line 3793, ../scss/foundation.scss */
.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;
}

/* line 3795, ../scss/foundation.scss */
.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;
}

/* line 3798, ../scss/foundation.scss */
.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;
}

/* line 3800, ../scss/foundation.scss */
.panel.callout a:not(.button) {
  color: #008CBA;
}

/* line 3802, ../scss/foundation.scss */
.panel.callout a:not(.button):hover, .panel.callout a:not(.button):focus {
  color: #0078a0;
}

/* line 3804, ../scss/foundation.scss */
.panel.radius {
  border-radius: 3px;
}

/* Pricing Tables */
/* line 3808, ../scss/foundation.scss */
.pricing-table {
  border: solid 1px #DDDDDD;
  margin-left: 0;
  margin-bottom: 1.25rem;
}

/* line 3812, ../scss/foundation.scss */
.pricing-table * {
  list-style: none;
  line-height: 1;
}

/* line 3815, ../scss/foundation.scss */
.pricing-table .title {
  background-color: #333333;
  color: #EEEEEE;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  padding: 0.9375rem 1.25rem;
  text-align: center;
}

/* line 3823, ../scss/foundation.scss */
.pricing-table .price {
  background-color: #F6F6F6;
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 2rem;
  font-weight: normal;
  padding: 0.9375rem 1.25rem;
  text-align: center;
}

/* line 3831, ../scss/foundation.scss */
.pricing-table .description {
  background-color: #FFFFFF;
  border-bottom: dotted 1px #DDDDDD;
  color: #777777;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.4;
  padding: 0.9375rem;
  text-align: center;
}

/* line 3840, ../scss/foundation.scss */
.pricing-table .bullet-item {
  background-color: #FFFFFF;
  border-bottom: dotted 1px #DDDDDD;
  color: #333333;
  font-size: 0.875rem;
  font-weight: normal;
  padding: 0.9375rem;
  text-align: center;
}

/* line 3848, ../scss/foundation.scss */
.pricing-table .cta-button {
  background-color: #FFFFFF;
  padding: 1.25rem 1.25rem 0;
  text-align: center;
}

/* Progress Bar */
/* line 3854, ../scss/foundation.scss */
.progress {
  background-color: #F6F6F6;
  border: 1px solid white;
  height: 1.5625rem;
  margin-bottom: 0.625rem;
  padding: 0.125rem;
}

/* line 3860, ../scss/foundation.scss */
.progress .meter {
  background: #008CBA;
  display: block;
  height: 100%;
  float: left;
  width: 0%;
}

/* line 3866, ../scss/foundation.scss */
.progress .meter.secondary {
  background: #e7e7e7;
  display: block;
  height: 100%;
  float: left;
  width: 0%;
}

/* line 3872, ../scss/foundation.scss */
.progress .meter.success {
  background: #43AC6A;
  display: block;
  height: 100%;
  float: left;
  width: 0%;
}

/* line 3878, ../scss/foundation.scss */
.progress .meter.alert {
  background: #f04124;
  display: block;
  height: 100%;
  float: left;
  width: 0%;
}

/* line 3884, ../scss/foundation.scss */
.progress.secondary .meter {
  background: #e7e7e7;
  display: block;
  height: 100%;
  float: left;
  width: 0%;
}

/* line 3890, ../scss/foundation.scss */
.progress.success .meter {
  background: #43AC6A;
  display: block;
  height: 100%;
  float: left;
  width: 0%;
}

/* line 3896, ../scss/foundation.scss */
.progress.alert .meter {
  background: #f04124;
  display: block;
  height: 100%;
  float: left;
  width: 0%;
}

/* line 3902, ../scss/foundation.scss */
.progress.radius {
  border-radius: 3px;
}

/* line 3904, ../scss/foundation.scss */
.progress.radius .meter {
  border-radius: 2px;
}

/* line 3906, ../scss/foundation.scss */
.progress.round {
  border-radius: 1000px;
}

/* line 3908, ../scss/foundation.scss */
.progress.round .meter {
  border-radius: 999px;
}

/* line 3911, ../scss/foundation.scss */
.range-slider {
  border: 1px solid #DDDDDD;
  margin: 1.25rem 0;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  display: block;
  height: 1rem;
  width: 100%;
  background: #FAFAFA;
}

/* line 3921, ../scss/foundation.scss */
.range-slider.vertical-range {
  border: 1px solid #DDDDDD;
  margin: 1.25rem 0;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  display: inline-block;
  height: 12.5rem;
  width: 1rem;
}

/* line 3930, ../scss/foundation.scss */
.range-slider.vertical-range .range-slider-handle {
  bottom: -10.5rem;
  margin-left: -0.5rem;
  margin-top: 0;
  position: absolute;
}

/* line 3935, ../scss/foundation.scss */
.range-slider.vertical-range .range-slider-active-segment {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  border-top-left-radius: initial;
  bottom: 0;
  height: auto;
  width: 0.875rem;
}

/* line 3942, ../scss/foundation.scss */
.range-slider.radius {
  background: #FAFAFA;
  border-radius: 3px;
}

/* line 3945, ../scss/foundation.scss */
.range-slider.radius .range-slider-handle {
  background: #008CBA;
  border-radius: 3px;
}

/* line 3948, ../scss/foundation.scss */
.range-slider.radius .range-slider-handle:hover {
  background: #007ba4;
}

/* line 3950, ../scss/foundation.scss */
.range-slider.round {
  background: #FAFAFA;
  border-radius: 1000px;
}

/* line 3953, ../scss/foundation.scss */
.range-slider.round .range-slider-handle {
  background: #008CBA;
  border-radius: 1000px;
}

/* line 3956, ../scss/foundation.scss */
.range-slider.round .range-slider-handle:hover {
  background: #007ba4;
}

/* line 3958, ../scss/foundation.scss */
.range-slider.disabled, .range-slider[disabled] {
  background: #FAFAFA;
  cursor: not-allowed;
  opacity: 0.7;
}

/* line 3962, ../scss/foundation.scss */
.range-slider.disabled .range-slider-handle, .range-slider[disabled] .range-slider-handle {
  background: #008CBA;
  cursor: default;
  opacity: 0.7;
}

/* line 3966, ../scss/foundation.scss */
.range-slider.disabled .range-slider-handle:hover, .range-slider[disabled] .range-slider-handle:hover {
  background: #007ba4;
}

/* line 3969, ../scss/foundation.scss */
.range-slider-active-segment {
  background: #e5e5e5;
  border-bottom-left-radius: inherit;
  border-top-left-radius: inherit;
  display: inline-block;
  height: 0.875rem;
  position: absolute;
}

/* line 3977, ../scss/foundation.scss */
.range-slider-handle {
  border: 1px solid none;
  cursor: pointer;
  display: inline-block;
  height: 1.375rem;
  position: absolute;
  top: -0.3125rem;
  width: 2rem;
  z-index: 1;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #008CBA;
}

/* line 3989, ../scss/foundation.scss */
.range-slider-handle:hover {
  background: #007ba4;
}

/* line 3992, ../scss/foundation.scss */
.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;
}

/* line 4004, ../scss/foundation.scss */
.reveal-modal {
  border-radius: 3px;
  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: 40em) {
  /* line 4018, ../scss/foundation.scss */
  .reveal-modal {
    min-height: 100vh;
  }
}
/* line 4020, ../scss/foundation.scss */
.reveal-modal .column, .reveal-modal .columns {
  min-width: 0;
}

/* line 4022, ../scss/foundation.scss */
.reveal-modal > :first-child {
  margin-top: 0;
}

/* line 4024, ../scss/foundation.scss */
.reveal-modal > :last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 40.0625em) {
  /* line 4027, ../scss/foundation.scss */
  .reveal-modal {
    left: 0;
    margin: 0 auto;
    max-width: 62.5rem;
    right: 0;
    width: 80%;
  }
}
@media only screen and (min-width: 40.0625em) {
  /* line 4034, ../scss/foundation.scss */
  .reveal-modal {
    top: 6.25rem;
  }
}
/* line 4036, ../scss/foundation.scss */
.reveal-modal.radius {
  box-shadow: none;
  border-radius: 3px;
}

/* line 4039, ../scss/foundation.scss */
.reveal-modal.round {
  box-shadow: none;
  border-radius: 1000px;
}

/* line 4042, ../scss/foundation.scss */
.reveal-modal.collapse {
  padding: 0;
  box-shadow: none;
}

@media only screen and (min-width: 40.0625em) {
  /* line 4046, ../scss/foundation.scss */
  .reveal-modal.tiny {
    left: 0;
    margin: 0 auto;
    max-width: 62.5rem;
    right: 0;
    width: 30%;
  }
}
@media only screen and (min-width: 40.0625em) {
  /* line 4053, ../scss/foundation.scss */
  .reveal-modal.small {
    left: 0;
    margin: 0 auto;
    max-width: 62.5rem;
    right: 0;
    width: 40%;
  }
}
@media only screen and (min-width: 40.0625em) {
  /* line 4060, ../scss/foundation.scss */
  .reveal-modal.medium {
    left: 0;
    margin: 0 auto;
    max-width: 62.5rem;
    right: 0;
    width: 60%;
  }
}
@media only screen and (min-width: 40.0625em) {
  /* line 4067, ../scss/foundation.scss */
  .reveal-modal.large {
    left: 0;
    margin: 0 auto;
    max-width: 62.5rem;
    right: 0;
    width: 70%;
  }
}
@media only screen and (min-width: 40.0625em) {
  /* line 4074, ../scss/foundation.scss */
  .reveal-modal.xlarge {
    left: 0;
    margin: 0 auto;
    max-width: 62.5rem;
    right: 0;
    width: 95%;
  }
}
/* line 4080, ../scss/foundation.scss */
.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: 40.0625em) {
  /* line 4089, ../scss/foundation.scss */
  .reveal-modal.full {
    left: 0;
    margin: 0 auto;
    max-width: 62.5rem;
    right: 0;
    width: 100%;
  }
}
/* line 4095, ../scss/foundation.scss */
.reveal-modal.toback {
  z-index: 1003;
}

/* line 4097, ../scss/foundation.scss */
.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;
  text-decoration: none;
}

/* line 4108, ../scss/foundation.scss */
.side-nav {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 0.875rem 0;
}

/* line 4115, ../scss/foundation.scss */
.side-nav li {
  font-size: 0.875rem;
  font-weight: normal;
  margin: 0 0 0.4375rem 0;
}

/* line 4119, ../scss/foundation.scss */
.side-nav li a:not(.button) {
  color: #008CBA;
  display: block;
  margin: 0;
  padding: 0.4375rem 0.875rem;
}

/* line 4124, ../scss/foundation.scss */
.side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus {
  background: rgba(0, 0, 0, 0.025);
  color: #1cc7ff;
}

/* line 4127, ../scss/foundation.scss */
.side-nav li a:not(.button):active {
  color: #1cc7ff;
}

/* line 4129, ../scss/foundation.scss */
.side-nav li.active > a:first-child:not(.button) {
  color: #1cc7ff;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
}

/* line 4133, ../scss/foundation.scss */
.side-nav li.divider {
  border-top: 1px solid;
  height: 0;
  list-style: none;
  padding: 0;
  border-top-color: #e6e6e6;
}

/* line 4139, ../scss/foundation.scss */
.side-nav li.heading {
  color: #008CBA;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 4145, ../scss/foundation.scss */
.split.button {
  position: relative;
  padding-right: 5.0625rem;
}

/* line 4148, ../scss/foundation.scss */
.split.button span {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: solid 1px;
}

/* line 4155, ../scss/foundation.scss */
.split.button span:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: inset;
  top: 50%;
  left: 50%;
}

/* line 4164, ../scss/foundation.scss */
.split.button span:active {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 4166, ../scss/foundation.scss */
.split.button span {
  border-left-color: rgba(255, 255, 255, 0.5);
}

/* line 4168, ../scss/foundation.scss */
.split.button span {
  width: 3.09375rem;
}

/* line 4170, ../scss/foundation.scss */
.split.button span:after {
  border-top-style: solid;
  border-width: 0.375rem;
  margin-left: -0.375rem;
  top: 48%;
}

/* line 4175, ../scss/foundation.scss */
.split.button span:after {
  border-color: #FFFFFF transparent transparent transparent;
}

/* line 4177, ../scss/foundation.scss */
.split.button.secondary span {
  border-left-color: rgba(255, 255, 255, 0.5);
}

/* line 4179, ../scss/foundation.scss */
.split.button.secondary span:after {
  border-color: #FFFFFF transparent transparent transparent;
}

/* line 4181, ../scss/foundation.scss */
.split.button.alert span {
  border-left-color: rgba(255, 255, 255, 0.5);
}

/* line 4183, ../scss/foundation.scss */
.split.button.success span {
  border-left-color: rgba(255, 255, 255, 0.5);
}

/* line 4185, ../scss/foundation.scss */
.split.button.tiny {
  padding-right: 3.75rem;
}

/* line 4187, ../scss/foundation.scss */
.split.button.tiny span {
  width: 2.25rem;
}

/* line 4189, ../scss/foundation.scss */
.split.button.tiny span:after {
  border-top-style: solid;
  border-width: 0.375rem;
  margin-left: -0.375rem;
  top: 48%;
}

/* line 4194, ../scss/foundation.scss */
.split.button.small {
  padding-right: 4.375rem;
}

/* line 4196, ../scss/foundation.scss */
.split.button.small span {
  width: 2.625rem;
}

/* line 4198, ../scss/foundation.scss */
.split.button.small span:after {
  border-top-style: solid;
  border-width: 0.4375rem;
  margin-left: -0.375rem;
  top: 48%;
}

/* line 4203, ../scss/foundation.scss */
.split.button.large {
  padding-right: 5.5rem;
}

/* line 4205, ../scss/foundation.scss */
.split.button.large span {
  width: 3.4375rem;
}

/* line 4207, ../scss/foundation.scss */
.split.button.large span:after {
  border-top-style: solid;
  border-width: 0.3125rem;
  margin-left: -0.375rem;
  top: 48%;
}

/* line 4212, ../scss/foundation.scss */
.split.button.expand {
  padding-left: 2rem;
}

/* line 4214, ../scss/foundation.scss */
.split.button.secondary span:after {
  border-color: #333333 transparent transparent transparent;
}

/* line 4216, ../scss/foundation.scss */
.split.button.radius span {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 4221, ../scss/foundation.scss */
.split.button.round span {
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

/* line 4226, ../scss/foundation.scss */
.split.button.no-pip span:before {
  border-style: none;
}

/* line 4228, ../scss/foundation.scss */
.split.button.no-pip span:after {
  border-style: none;
}

/* line 4230, ../scss/foundation.scss */
.split.button.no-pip span > i {
  display: block;
  left: 50%;
  margin-left: -0.28889em;
  margin-top: -0.48889em;
  position: absolute;
  top: 50%;
}

/* line 4238, ../scss/foundation.scss */
.sub-nav {
  display: block;
  margin: -0.25rem 0 1.125rem;
  overflow: hidden;
  padding-top: 0.25rem;
  width: auto;
}

/* line 4244, ../scss/foundation.scss */
.sub-nav dt {
  text-transform: uppercase;
}

/* line 4248, ../scss/foundation.scss */
.sub-nav dt,
.sub-nav dd,
.sub-nav li {
  color: #999999;
  float: left;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: normal;
  margin-left: 1rem;
  margin-bottom: 0;
}

/* line 4258, ../scss/foundation.scss */
.sub-nav dt a,
.sub-nav dd a,
.sub-nav li a {
  color: #999999;
  padding: 0.1875rem 1rem;
  text-decoration: none;
}

/* line 4264, ../scss/foundation.scss */
.sub-nav dt a:hover,
.sub-nav dd a:hover,
.sub-nav li a:hover {
  color: #737373;
}

/* line 4268, ../scss/foundation.scss */
.sub-nav dt.active a,
.sub-nav dd.active a,
.sub-nav li.active a {
  border-radius: 3px;
  background: #008CBA;
  color: #FFFFFF;
  cursor: default;
  font-weight: normal;
  padding: 0.1875rem 1rem;
}

/* line 4277, ../scss/foundation.scss */
.sub-nav dt.active a:hover,
.sub-nav dd.active a:hover,
.sub-nav li.active a:hover {
  background: #0078a0;
}

/* line 4280, ../scss/foundation.scss */
.switch {
  border: none;
  margin-bottom: 1.5rem;
  outline: 0;
  padding: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 4290, ../scss/foundation.scss */
.switch label {
  background: #DDDDDD;
  color: transparent;
  cursor: pointer;
  display: block;
  margin-bottom: 1rem;
  position: relative;
  text-indent: 100%;
  width: 4rem;
  height: 2rem;
  transition: left 0.15s ease-out;
}

/* line 4301, ../scss/foundation.scss */
.switch input {
  left: 10px;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 9px;
}

/* line 4307, ../scss/foundation.scss */
.switch input + label {
  margin-left: 0;
  margin-right: 0;
}

/* line 4310, ../scss/foundation.scss */
.switch label:after {
  background: #FFFFFF;
  content: "";
  display: block;
  height: 1.5rem;
  left: .25rem;
  position: absolute;
  top: .25rem;
  width: 1.5rem;
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: translate3d(0, 0, 0);
  transition: left 0.15s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 4328, ../scss/foundation.scss */
.switch input:checked + label {
  background: #008CBA;
}

/* line 4330, ../scss/foundation.scss */
.switch input:checked + label:after {
  left: 2.25rem;
}

/* line 4332, ../scss/foundation.scss */
.switch label {
  height: 2rem;
  width: 4rem;
}

/* line 4335, ../scss/foundation.scss */
.switch label:after {
  height: 1.5rem;
  width: 1.5rem;
}

/* line 4338, ../scss/foundation.scss */
.switch input:checked + label:after {
  left: 2.25rem;
}

/* line 4340, ../scss/foundation.scss */
.switch label {
  color: transparent;
  background: #DDDDDD;
}

/* line 4343, ../scss/foundation.scss */
.switch label:after {
  background: #FFFFFF;
}

/* line 4345, ../scss/foundation.scss */
.switch input:checked + label {
  background: #008CBA;
}

/* line 4347, ../scss/foundation.scss */
.switch.large label {
  height: 2.5rem;
  width: 5rem;
}

/* line 4350, ../scss/foundation.scss */
.switch.large label:after {
  height: 2rem;
  width: 2rem;
}

/* line 4353, ../scss/foundation.scss */
.switch.large input:checked + label:after {
  left: 2.75rem;
}

/* line 4355, ../scss/foundation.scss */
.switch.small label {
  height: 1.75rem;
  width: 3.5rem;
}

/* line 4358, ../scss/foundation.scss */
.switch.small label:after {
  height: 1.25rem;
  width: 1.25rem;
}

/* line 4361, ../scss/foundation.scss */
.switch.small input:checked + label:after {
  left: 2rem;
}

/* line 4363, ../scss/foundation.scss */
.switch.tiny label {
  height: 1.5rem;
  width: 3rem;
}

/* line 4366, ../scss/foundation.scss */
.switch.tiny label:after {
  height: 1rem;
  width: 1rem;
}

/* line 4369, ../scss/foundation.scss */
.switch.tiny input:checked + label:after {
  left: 1.75rem;
}

/* line 4371, ../scss/foundation.scss */
.switch.radius label {
  border-radius: 4px;
}

/* line 4373, ../scss/foundation.scss */
.switch.radius label:after {
  border-radius: 3px;
}

/* line 4375, ../scss/foundation.scss */
.switch.round {
  border-radius: 1000px;
}

/* line 4377, ../scss/foundation.scss */
.switch.round label {
  border-radius: 2rem;
}

/* line 4379, ../scss/foundation.scss */
.switch.round label:after {
  border-radius: 2rem;
}

/* line 4382, ../scss/foundation.scss */
table {
  background: #FFFFFF;
  border: solid 1px #DDDDDD;
  margin-bottom: 1.25rem;
  table-layout: auto;
}

/* line 4387, ../scss/foundation.scss */
table caption {
  background: transparent;
  color: #222222;
  font-size: 1rem;
  font-weight: bold;
}

/* line 4392, ../scss/foundation.scss */
table thead {
  background: #F5F5F5;
}

/* line 4395, ../scss/foundation.scss */
table thead tr th,
table thead tr td {
  color: #222222;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 0.5rem 0.625rem 0.625rem;
}

/* line 4400, ../scss/foundation.scss */
table tfoot {
  background: #F5F5F5;
}

/* line 4403, ../scss/foundation.scss */
table tfoot tr th,
table tfoot tr td {
  color: #222222;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 0.5rem 0.625rem 0.625rem;
}

/* line 4409, ../scss/foundation.scss */
table tr th,
table tr td {
  color: #222222;
  font-size: 0.875rem;
  padding: 0.5625rem 0.625rem;
  text-align: left;
}

/* line 4414, ../scss/foundation.scss */
table tr.even, table tr.alt, table tr:nth-of-type(even) {
  background: #F9F9F9;
}

/* line 4421, ../scss/foundation.scss */
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;
}

/* line 4425, ../scss/foundation.scss */
.tabs {
  margin-bottom: 0 !important;
  margin-left: 0;
}

/* line 4428, ../scss/foundation.scss */
.tabs:before, .tabs:after {
  content: " ";
  display: table;
}

/* line 4431, ../scss/foundation.scss */
.tabs:after {
  clear: both;
}

/* line 4434, ../scss/foundation.scss */
.tabs dd,
.tabs .tab-title {
  float: left;
  list-style: none;
  margin-bottom: 0 !important;
  position: relative;
}

/* line 4440, ../scss/foundation.scss */
.tabs dd > a,
.tabs .tab-title > a {
  display: block;
  background-color: #EFEFEF;
  color: #222222;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  padding: 1rem 2rem;
}

/* line 4448, ../scss/foundation.scss */
.tabs dd > a:hover,
.tabs .tab-title > a:hover {
  background-color: #e1e1e1;
}

/* line 4451, ../scss/foundation.scss */
.tabs dd.active > a,
.tabs .tab-title.active > a {
  background-color: #FFFFFF;
  color: #222222;
}

/* line 4455, ../scss/foundation.scss */
.tabs.radius dd:first-child a,
.tabs.radius .tab:first-child a {
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 4461, ../scss/foundation.scss */
.tabs.radius dd:last-child a,
.tabs.radius .tab:last-child a {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 4467, ../scss/foundation.scss */
.tabs.vertical dd,
.tabs.vertical .tab-title {
  position: inherit;
  float: none;
  display: block;
  top: auto;
}

/* line 4473, ../scss/foundation.scss */
.tabs-content {
  margin-bottom: 1.5rem;
  width: 100%;
}

/* line 4476, ../scss/foundation.scss */
.tabs-content:before, .tabs-content:after {
  content: " ";
  display: table;
}

/* line 4479, ../scss/foundation.scss */
.tabs-content:after {
  clear: both;
}

/* line 4481, ../scss/foundation.scss */
.tabs-content > .content {
  display: none;
  float: left;
  padding: 0.9375rem 0;
  width: 100%;
}

/* line 4486, ../scss/foundation.scss */
.tabs-content > .content.active {
  display: block;
  float: none;
}

/* line 4489, ../scss/foundation.scss */
.tabs-content > .content.contained {
  padding: 0.9375rem;
}

/* line 4491, ../scss/foundation.scss */
.tabs-content.vertical {
  display: block;
}

/* line 4493, ../scss/foundation.scss */
.tabs-content.vertical > .content {
  padding: 0 0.9375rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 4497, ../scss/foundation.scss */
  .tabs.vertical {
    float: left;
    margin: 0;
    margin-bottom: 1.25rem !important;
    max-width: 20%;
    width: 20%;
  }

  /* line 4504, ../scss/foundation.scss */
  .tabs-content.vertical {
    float: left;
    margin-left: -1px;
    max-width: 80%;
    padding-left: 1rem;
    width: 80%;
  }
}
/* line 4510, ../scss/foundation.scss */
.no-js .tabs-content > .content {
  display: block;
  float: none;
}

/* Image Thumbnails */
/* line 4515, ../scss/foundation.scss */
.th {
  border: solid 4px #FFFFFF;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: all 200ms ease-out;
}

/* line 4522, ../scss/foundation.scss */
.th:hover, .th:focus {
  box-shadow: 0 0 6px 1px rgba(0, 140, 186, 0.5);
}

/* line 4524, ../scss/foundation.scss */
.th.radius {
  border-radius: 3px;
}

/* Tooltips */
/* line 4528, ../scss/foundation.scss */
.has-tip {
  border-bottom: dotted 1px #CCCCCC;
  color: #333333;
  cursor: help;
  font-weight: bold;
}

/* line 4533, ../scss/foundation.scss */
.has-tip:hover, .has-tip:focus {
  border-bottom: dotted 1px #003f54;
  color: #008CBA;
}

/* line 4536, ../scss/foundation.scss */
.has-tip.tip-left, .has-tip.tip-right {
  float: none !important;
}

/* line 4539, ../scss/foundation.scss */
.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%;
}

/* line 4552, ../scss/foundation.scss */
.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;
}

/* line 4562, ../scss/foundation.scss */
.tooltip > .nub.rtl {
  left: auto;
  right: 5px;
}

/* line 4565, ../scss/foundation.scss */
.tooltip.radius {
  border-radius: 3px;
}

/* line 4567, ../scss/foundation.scss */
.tooltip.round {
  border-radius: 1000px;
}

/* line 4569, ../scss/foundation.scss */
.tooltip.round > .nub {
  left: 2rem;
}

/* line 4571, ../scss/foundation.scss */
.tooltip.opened {
  border-bottom: dotted 1px #003f54 !important;
  color: #008CBA !important;
}

/* line 4575, ../scss/foundation.scss */
.tap-to-close {
  color: #777777;
  display: block;
  font-size: 0.625rem;
  font-weight: normal;
}

@media only screen {
  /* line 4582, ../scss/foundation.scss */
  .tooltip > .nub {
    border-color: transparent transparent #333333 transparent;
    top: -10px;
  }

  /* line 4585, ../scss/foundation.scss */
  .tooltip.tip-top > .nub {
    border-color: #333333 transparent transparent transparent;
    bottom: -10px;
    top: auto;
  }

  /* line 4589, ../scss/foundation.scss */
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important;
  }

  /* line 4591, ../scss/foundation.scss */
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #333333;
    left: auto;
    margin-top: -5px;
    right: -10px;
    top: 50%;
  }

  /* line 4597, ../scss/foundation.scss */
  .tooltip.tip-right > .nub {
    border-color: transparent #333333 transparent transparent;
    left: -10px;
    margin-top: -5px;
    right: auto;
    top: 50%;
  }

  /* line 4604, ../scss/foundation.scss */
  .tooltip.tip-override > .nub {
    border-color: transparent transparent #333333 transparent;
  }

  /* line 4606, ../scss/foundation.scss */
  .tooltip.tip-override.tip-left > .nub, .tooltip.tip-override.tip-right > .nub {
    margin-top: 0;
  }
}
/* line 4608, ../scss/foundation.scss */
meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:40.0625em)/";
  width: 40.0625em;
}

/* Wrapped around .top-bar to contain to grid width */
/* line 4613, ../scss/foundation.scss */
.contain-to-grid {
  width: 100%;
  background: #333333;
}

/* line 4616, ../scss/foundation.scss */
.contain-to-grid .top-bar {
  margin-bottom: 0;
}

/* line 4619, ../scss/foundation.scss */
.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  left: 0;
}

/* line 4625, ../scss/foundation.scss */
.fixed.expanded:not(.top-bar) {
  height: auto;
  max-height: 100%;
  overflow-y: auto;
  width: 100%;
}

/* line 4630, ../scss/foundation.scss */
.fixed.expanded:not(.top-bar) .title-area {
  position: fixed;
  width: 100%;
  z-index: 99;
}

/* line 4634, ../scss/foundation.scss */
.fixed.expanded:not(.top-bar) .top-bar-section {
  margin-top: 2.8125rem;
  z-index: 98;
}

/* line 4638, ../scss/foundation.scss */
.top-bar {
  background: #333333;
  height: 2.8125rem;
  line-height: 2.8125rem;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
}

/* line 4645, ../scss/foundation.scss */
.top-bar ul {
  list-style: none;
  margin-bottom: 0;
}

/* line 4648, ../scss/foundation.scss */
.top-bar .row {
  max-width: none;
}

/* line 4652, ../scss/foundation.scss */
.top-bar form,
.top-bar input,
.top-bar select {
  margin-bottom: 0;
}

/* line 4655, ../scss/foundation.scss */
.top-bar input,
.top-bar select {
  font-size: 0.75rem;
  height: 1.75rem;
  padding-bottom: .35rem;
  padding-top: .35rem;
}

/* line 4660, ../scss/foundation.scss */
.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: 40em) {
  /* line 4666, ../scss/foundation.scss */
  .top-bar .button, .top-bar button {
    position: relative;
    top: -1px;
  }
}
/* line 4669, ../scss/foundation.scss */
.top-bar .title-area {
  margin: 0;
  position: relative;
}

/* line 4672, ../scss/foundation.scss */
.top-bar .name {
  font-size: 16px;
  height: 2.8125rem;
  margin: 0;
}

/* line 4676, ../scss/foundation.scss */
.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: 2.8125rem;
  margin: 0;
}

/* line 4680, ../scss/foundation.scss */
.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: #FFFFFF;
  display: block;
  font-weight: normal;
  padding: 0 0.9375rem;
  width: 75%;
}

/* line 4686, ../scss/foundation.scss */
.top-bar .toggle-topbar {
  position: absolute;
  right: 0;
  top: 0;
}

/* line 4690, ../scss/foundation.scss */
.top-bar .toggle-topbar a {
  color: #FFFFFF;
  display: block;
  font-size: 0.8125rem;
  font-weight: bold;
  height: 2.8125rem;
  line-height: 2.8125rem;
  padding: 0 0.9375rem;
  position: relative;
  text-transform: uppercase;
}

/* line 4700, ../scss/foundation.scss */
.top-bar .toggle-topbar.menu-icon {
  margin-top: -16px;
  top: 50%;
}

/* line 4703, ../scss/foundation.scss */
.top-bar .toggle-topbar.menu-icon a {
  color: #FFFFFF;
  height: 34px;
  line-height: 33px;
  padding: 0 2.5rem 0 0.9375rem;
  position: relative;
}

/* line 4709, ../scss/foundation.scss */
.top-bar .toggle-topbar.menu-icon a span::after {
  content: "";
  display: block;
  height: 0;
  position: absolute;
  margin-top: -8px;
  top: 50%;
  right: 0.9375rem;
  box-shadow: 0 0 0 1px white, 0 7px 0 1px white, 0 14px 0 1px white;
  -webkit-box-shadow: 0 0 0 1px white, 0 7px 0 1px white, 0 14px 0 1px white;
  width: 16px;
}

/* line 4720, ../scss/foundation.scss */
.top-bar .toggle-topbar.menu-icon a span:hover:after {
  box-shadow: 0 0 0 1px "", 0 7px 0 1px "", 0 14px 0 1px "";
  -webkit-box-shadow: 0 0 0 1px "", 0 7px 0 1px "", 0 14px 0 1px "";
}

/* line 4723, ../scss/foundation.scss */
.top-bar.expanded {
  background: transparent;
  height: auto;
}

/* line 4726, ../scss/foundation.scss */
.top-bar.expanded .title-area {
  background: #333333;
}

/* line 4728, ../scss/foundation.scss */
.top-bar.expanded .toggle-topbar a {
  color: #888888;
}

/* line 4730, ../scss/foundation.scss */
.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) {
  /* line 4734, ../scss/foundation.scss */
  .top-bar.expanded .top-bar-section .has-dropdown.moved > .dropdown,
  .top-bar.expanded .top-bar-section .dropdown {
    clip: initial;
  }

  /* line 4736, ../scss/foundation.scss */
  .top-bar.expanded .top-bar-section .has-dropdown:not(.moved) > ul {
    padding: 0;
  }
}
/* line 4739, ../scss/foundation.scss */
.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  transition: left 300ms ease-out;
}

/* line 4744, ../scss/foundation.scss */
.top-bar-section ul {
  display: block;
  font-size: 16px;
  height: auto;
  margin: 0;
  padding: 0;
  width: 100%;
}

/* line 4752, ../scss/foundation.scss */
.top-bar-section .divider,
.top-bar-section [role="separator"] {
  border-top: solid 1px #1a1a1a;
  clear: both;
  height: 1px;
  width: 100%;
}

/* line 4757, ../scss/foundation.scss */
.top-bar-section ul li {
  background: #333333;
}

/* line 4759, ../scss/foundation.scss */
.top-bar-section ul li > a {
  color: #FFFFFF;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.8125rem;
  font-weight: normal;
  padding-left: 0.9375rem;
  padding: 12px 0 12px 0.9375rem;
  text-transform: none;
  width: 100%;
}

/* line 4769, ../scss/foundation.scss */
.top-bar-section ul li > a.button {
  font-size: 0.8125rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  background-color: #008CBA;
  border-color: #007095;
  color: #FFFFFF;
}

/* line 4776, ../scss/foundation.scss */
.top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
  background-color: #007095;
}

/* line 4778, ../scss/foundation.scss */
.top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
  color: #FFFFFF;
}

/* line 4780, ../scss/foundation.scss */
.top-bar-section ul li > a.button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
}

/* line 4784, ../scss/foundation.scss */
.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
  background-color: #b9b9b9;
}

/* line 4786, ../scss/foundation.scss */
.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
  color: #333333;
}

/* line 4788, ../scss/foundation.scss */
.top-bar-section ul li > a.button.success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
}

/* line 4792, ../scss/foundation.scss */
.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
  background-color: #368a55;
}

/* line 4794, ../scss/foundation.scss */
.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
  color: #FFFFFF;
}

/* line 4796, ../scss/foundation.scss */
.top-bar-section ul li > a.button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
}

/* line 4800, ../scss/foundation.scss */
.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
  background-color: #cf2a0e;
}

/* line 4802, ../scss/foundation.scss */
.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
  color: #FFFFFF;
}

/* line 4804, ../scss/foundation.scss */
.top-bar-section ul li > a.button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
}

/* line 4808, ../scss/foundation.scss */
.top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
  background-color: #cf6e0e;
}

/* line 4810, ../scss/foundation.scss */
.top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
  color: #FFFFFF;
}

/* line 4812, ../scss/foundation.scss */
.top-bar-section ul li > a.button.info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
}

/* line 4816, ../scss/foundation.scss */
.top-bar-section ul li > a.button.info:hover, .top-bar-section ul li > a.button.info:focus {
  background-color: #61b6d9;
}

/* line 4818, ../scss/foundation.scss */
.top-bar-section ul li > a.button.info:hover, .top-bar-section ul li > a.button.info:focus {
  color: #FFFFFF;
}

/* line 4820, ../scss/foundation.scss */
.top-bar-section ul li > button {
  font-size: 0.8125rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  background-color: #008CBA;
  border-color: #007095;
  color: #FFFFFF;
}

/* line 4827, ../scss/foundation.scss */
.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
  background-color: #007095;
}

/* line 4829, ../scss/foundation.scss */
.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
  color: #FFFFFF;
}

/* line 4831, ../scss/foundation.scss */
.top-bar-section ul li > button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
}

/* line 4835, ../scss/foundation.scss */
.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
  background-color: #b9b9b9;
}

/* line 4837, ../scss/foundation.scss */
.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
  color: #333333;
}

/* line 4839, ../scss/foundation.scss */
.top-bar-section ul li > button.success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
}

/* line 4843, ../scss/foundation.scss */
.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
  background-color: #368a55;
}

/* line 4845, ../scss/foundation.scss */
.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
  color: #FFFFFF;
}

/* line 4847, ../scss/foundation.scss */
.top-bar-section ul li > button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
}

/* line 4851, ../scss/foundation.scss */
.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
  background-color: #cf2a0e;
}

/* line 4853, ../scss/foundation.scss */
.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
  color: #FFFFFF;
}

/* line 4855, ../scss/foundation.scss */
.top-bar-section ul li > button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
}

/* line 4859, ../scss/foundation.scss */
.top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
  background-color: #cf6e0e;
}

/* line 4861, ../scss/foundation.scss */
.top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
  color: #FFFFFF;
}

/* line 4863, ../scss/foundation.scss */
.top-bar-section ul li > button.info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
}

/* line 4867, ../scss/foundation.scss */
.top-bar-section ul li > button.info:hover, .top-bar-section ul li > button.info:focus {
  background-color: #61b6d9;
}

/* line 4869, ../scss/foundation.scss */
.top-bar-section ul li > button.info:hover, .top-bar-section ul li > button.info:focus {
  color: #FFFFFF;
}

/* line 4871, ../scss/foundation.scss */
.top-bar-section ul li:hover:not(.has-form) > a {
  background-color: #555555;
  color: #FFFFFF;
  background: #222222;
}

/* line 4875, ../scss/foundation.scss */
.top-bar-section ul li.active > a {
  background: #008CBA;
  color: #FFFFFF;
}

/* line 4878, ../scss/foundation.scss */
.top-bar-section ul li.active > a:hover {
  background: #0078a0;
  color: #FFFFFF;
}

/* line 4881, ../scss/foundation.scss */
.top-bar-section .has-form {
  padding: 0.9375rem;
}

/* line 4883, ../scss/foundation.scss */
.top-bar-section .has-dropdown {
  position: relative;
}

/* line 4885, ../scss/foundation.scss */
.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: 0.9375rem;
  margin-top: -4.5px;
  position: absolute;
  top: 50%;
  right: 0;
}

/* line 4898, ../scss/foundation.scss */
.top-bar-section .has-dropdown.moved {
  position: static;
}

/* line 4900, ../scss/foundation.scss */
.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%;
}

/* line 4909, ../scss/foundation.scss */
.top-bar-section .has-dropdown.moved > a:after {
  display: none;
}

/* line 4911, ../scss/foundation.scss */
.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%;
}

/* line 4923, ../scss/foundation.scss */
.top-bar-section .dropdown li {
  height: auto;
  width: 100%;
}

/* line 4926, ../scss/foundation.scss */
.top-bar-section .dropdown li a {
  font-weight: normal;
  padding: 8px 0.9375rem;
}

/* line 4929, ../scss/foundation.scss */
.top-bar-section .dropdown li a.parent-link {
  font-weight: normal;
}

/* line 4931, ../scss/foundation.scss */
.top-bar-section .dropdown li.title h5, .top-bar-section .dropdown li.parent-link {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 1.125rem;
}

/* line 4935, ../scss/foundation.scss */
.top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {
  color: #FFFFFF;
  display: block;
}

/* line 4938, ../scss/foundation.scss */
.top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.parent-link a:hover {
  background: none;
}

/* line 4940, ../scss/foundation.scss */
.top-bar-section .dropdown li.has-form {
  padding: 8px 0.9375rem;
}

/* line 4943, ../scss/foundation.scss */
.top-bar-section .dropdown li .button,
.top-bar-section .dropdown li button {
  top: auto;
}

/* line 4945, ../scss/foundation.scss */
.top-bar-section .dropdown label {
  color: #777777;
  font-size: 0.625rem;
  font-weight: bold;
  margin-bottom: 0;
  padding: 8px 0.9375rem 2px;
  text-transform: uppercase;
}

/* line 4953, ../scss/foundation.scss */
.js-generated {
  display: block;
}

@media only screen and (min-width: 40.0625em) {
  /* line 4957, ../scss/foundation.scss */
  .top-bar {
    background: #333333;
    overflow: visible;
  }

  /* line 4960, ../scss/foundation.scss */
  .top-bar:before, .top-bar:after {
    content: " ";
    display: table;
  }

  /* line 4963, ../scss/foundation.scss */
  .top-bar:after {
    clear: both;
  }

  /* line 4965, ../scss/foundation.scss */
  .top-bar .toggle-topbar {
    display: none;
  }

  /* line 4967, ../scss/foundation.scss */
  .top-bar .title-area {
    float: left;
  }

  /* line 4974, ../scss/foundation.scss */
  .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;
  }

  /* line 4979, ../scss/foundation.scss */
  .top-bar input,
  .top-bar select,
  .top-bar .button,
  .top-bar button {
    font-size: 0.875rem;
    height: 1.75rem;
    position: relative;
    top: 0.53125rem;
  }

  /* line 4985, ../scss/foundation.scss */
  .top-bar .has-form > .button,
  .top-bar .has-form > button {
    font-size: 0.875rem;
    height: 1.75rem;
    position: relative;
    top: 0.53125rem;
  }

  /* line 4990, ../scss/foundation.scss */
  .top-bar.expanded {
    background: #333333;
  }

  /* line 4993, ../scss/foundation.scss */
  .contain-to-grid .top-bar {
    margin: 0 auto;
    margin-bottom: 0;
    max-width: 62.5rem;
  }

  /* line 4998, ../scss/foundation.scss */
  .top-bar-section {
    transition: none 0 0;
    left: 0 !important;
  }

  /* line 5001, ../scss/foundation.scss */
  .top-bar-section ul {
    display: inline;
    height: auto !important;
    width: auto;
  }

  /* line 5005, ../scss/foundation.scss */
  .top-bar-section ul li {
    float: left;
  }

  /* line 5007, ../scss/foundation.scss */
  .top-bar-section ul li .js-generated {
    display: none;
  }

  /* line 5009, ../scss/foundation.scss */
  .top-bar-section li.hover > a:not(.button) {
    background-color: #555555;
    background: #222222;
    color: #FFFFFF;
  }

  /* line 5013, ../scss/foundation.scss */
  .top-bar-section li:not(.has-form) a:not(.button) {
    background: #333333;
    line-height: 2.8125rem;
    padding: 0 0.9375rem;
  }

  /* line 5017, ../scss/foundation.scss */
  .top-bar-section li:not(.has-form) a:not(.button):hover {
    background-color: #555555;
    background: #222222;
  }

  /* line 5020, ../scss/foundation.scss */
  .top-bar-section li.active:not(.has-form) a:not(.button) {
    background: #008CBA;
    color: #FFFFFF;
    line-height: 2.8125rem;
    padding: 0 0.9375rem;
  }

  /* line 5025, ../scss/foundation.scss */
  .top-bar-section li.active:not(.has-form) a:not(.button):hover {
    background: #0078a0;
    color: #FFFFFF;
  }

  /* line 5028, ../scss/foundation.scss */
  .top-bar-section .has-dropdown > a {
    padding-right: 2.1875rem !important;
  }

  /* line 5030, ../scss/foundation.scss */
  .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.40625rem;
  }

  /* line 5040, ../scss/foundation.scss */
  .top-bar-section .has-dropdown.moved {
    position: relative;
  }

  /* line 5042, ../scss/foundation.scss */
  .top-bar-section .has-dropdown.moved > .dropdown {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    display: block;
  }

  /* line 5049, ../scss/foundation.scss */
  .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;
  }

  /* line 5057, ../scss/foundation.scss */
  .top-bar-section .has-dropdown > a:focus + .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
  }

  /* line 5065, ../scss/foundation.scss */
  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    border: none;
    content: "\00bb";
    top: 0.1875rem;
    right: 5px;
  }

  /* line 5070, ../scss/foundation.scss */
  .top-bar-section .dropdown {
    left: 0;
    background: transparent;
    min-width: 100%;
    top: auto;
  }

  /* line 5075, ../scss/foundation.scss */
  .top-bar-section .dropdown li a {
    background: #333333;
    color: #FFFFFF;
    line-height: 2.8125rem;
    padding: 12px 0.9375rem;
    white-space: nowrap;
  }

  /* line 5081, ../scss/foundation.scss */
  .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
    background: #333333;
    color: #FFFFFF;
  }

  /* line 5084, ../scss/foundation.scss */
  .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
    background-color: #555555;
    color: #FFFFFF;
    background: #222222;
  }

  /* line 5088, ../scss/foundation.scss */
  .top-bar-section .dropdown li label {
    background: #333333;
    white-space: nowrap;
  }

  /* line 5091, ../scss/foundation.scss */
  .top-bar-section .dropdown li .dropdown {
    left: 100%;
    top: 0;
  }

  /* line 5095, ../scss/foundation.scss */
  .top-bar-section > ul > .divider,
  .top-bar-section > ul > [role="separator"] {
    border-right: solid 1px #4e4e4e;
    border-bottom: none;
    border-top: none;
    clear: none;
    height: 2.8125rem;
    width: 0;
  }

  /* line 5102, ../scss/foundation.scss */
  .top-bar-section .has-form {
    background: #333333;
    height: 2.8125rem;
    padding: 0 0.9375rem;
  }

  /* line 5106, ../scss/foundation.scss */
  .top-bar-section .right li .dropdown {
    left: auto;
    right: 0;
  }

  /* line 5109, ../scss/foundation.scss */
  .top-bar-section .right li .dropdown li .dropdown {
    right: 100%;
  }

  /* line 5111, ../scss/foundation.scss */
  .top-bar-section .left li .dropdown {
    right: auto;
    left: 0;
  }

  /* line 5114, ../scss/foundation.scss */
  .top-bar-section .left li .dropdown li .dropdown {
    left: 100%;
  }

  /* line 5117, ../scss/foundation.scss */
  .no-js .top-bar-section ul li:hover > a {
    background-color: #555555;
    background: #222222;
    color: #FFFFFF;
  }

  /* line 5121, ../scss/foundation.scss */
  .no-js .top-bar-section ul li:active > a {
    background: #008CBA;
    color: #FFFFFF;
  }

  /* line 5124, ../scss/foundation.scss */
  .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;
  }

  /* line 5132, ../scss/foundation.scss */
  .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;
  }
}
/* line 5140, ../scss/foundation.scss */
.text-left {
  text-align: left !important;
}

/* line 5143, ../scss/foundation.scss */
.text-right {
  text-align: right !important;
}

/* line 5146, ../scss/foundation.scss */
.text-center {
  text-align: center !important;
}

/* line 5149, ../scss/foundation.scss */
.text-justify {
  text-align: justify !important;
}

@media only screen and (max-width: 40em) {
  /* line 5153, ../scss/foundation.scss */
  .small-only-text-left {
    text-align: left !important;
  }

  /* line 5156, ../scss/foundation.scss */
  .small-only-text-right {
    text-align: right !important;
  }

  /* line 5159, ../scss/foundation.scss */
  .small-only-text-center {
    text-align: center !important;
  }

  /* line 5162, ../scss/foundation.scss */
  .small-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen {
  /* line 5165, ../scss/foundation.scss */
  .small-text-left {
    text-align: left !important;
  }

  /* line 5168, ../scss/foundation.scss */
  .small-text-right {
    text-align: right !important;
  }

  /* line 5171, ../scss/foundation.scss */
  .small-text-center {
    text-align: center !important;
  }

  /* line 5174, ../scss/foundation.scss */
  .small-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
  /* line 5177, ../scss/foundation.scss */
  .medium-only-text-left {
    text-align: left !important;
  }

  /* line 5180, ../scss/foundation.scss */
  .medium-only-text-right {
    text-align: right !important;
  }

  /* line 5183, ../scss/foundation.scss */
  .medium-only-text-center {
    text-align: center !important;
  }

  /* line 5186, ../scss/foundation.scss */
  .medium-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 40.0625em) {
  /* line 5189, ../scss/foundation.scss */
  .medium-text-left {
    text-align: left !important;
  }

  /* line 5192, ../scss/foundation.scss */
  .medium-text-right {
    text-align: right !important;
  }

  /* line 5195, ../scss/foundation.scss */
  .medium-text-center {
    text-align: center !important;
  }

  /* line 5198, ../scss/foundation.scss */
  .medium-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 64.0625em) and (max-width: 90em) {
  /* line 5201, ../scss/foundation.scss */
  .large-only-text-left {
    text-align: left !important;
  }

  /* line 5204, ../scss/foundation.scss */
  .large-only-text-right {
    text-align: right !important;
  }

  /* line 5207, ../scss/foundation.scss */
  .large-only-text-center {
    text-align: center !important;
  }

  /* line 5210, ../scss/foundation.scss */
  .large-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 64.0625em) {
  /* line 5213, ../scss/foundation.scss */
  .large-text-left {
    text-align: left !important;
  }

  /* line 5216, ../scss/foundation.scss */
  .large-text-right {
    text-align: right !important;
  }

  /* line 5219, ../scss/foundation.scss */
  .large-text-center {
    text-align: center !important;
  }

  /* line 5222, ../scss/foundation.scss */
  .large-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 90.0625em) and (max-width: 120em) {
  /* line 5225, ../scss/foundation.scss */
  .xlarge-only-text-left {
    text-align: left !important;
  }

  /* line 5228, ../scss/foundation.scss */
  .xlarge-only-text-right {
    text-align: right !important;
  }

  /* line 5231, ../scss/foundation.scss */
  .xlarge-only-text-center {
    text-align: center !important;
  }

  /* line 5234, ../scss/foundation.scss */
  .xlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 90.0625em) {
  /* line 5237, ../scss/foundation.scss */
  .xlarge-text-left {
    text-align: left !important;
  }

  /* line 5240, ../scss/foundation.scss */
  .xlarge-text-right {
    text-align: right !important;
  }

  /* line 5243, ../scss/foundation.scss */
  .xlarge-text-center {
    text-align: center !important;
  }

  /* line 5246, ../scss/foundation.scss */
  .xlarge-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 120.0625em) and (max-width: 6249999.9375em) {
  /* line 5249, ../scss/foundation.scss */
  .xxlarge-only-text-left {
    text-align: left !important;
  }

  /* line 5252, ../scss/foundation.scss */
  .xxlarge-only-text-right {
    text-align: right !important;
  }

  /* line 5255, ../scss/foundation.scss */
  .xxlarge-only-text-center {
    text-align: center !important;
  }

  /* line 5258, ../scss/foundation.scss */
  .xxlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 120.0625em) {
  /* line 5261, ../scss/foundation.scss */
  .xxlarge-text-left {
    text-align: left !important;
  }

  /* line 5264, ../scss/foundation.scss */
  .xxlarge-text-right {
    text-align: right !important;
  }

  /* line 5267, ../scss/foundation.scss */
  .xxlarge-text-center {
    text-align: center !important;
  }

  /* line 5270, ../scss/foundation.scss */
  .xxlarge-text-justify {
    text-align: justify !important;
  }
}
/* Typography resets */
/* line 5291, ../scss/foundation.scss */
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 */
/* line 5296, ../scss/foundation.scss */
a {
  color: #008CBA;
  line-height: inherit;
  text-decoration: none;
}

/* line 5300, ../scss/foundation.scss */
a:hover, a:focus {
  color: #0078a0;
}

/* line 5302, ../scss/foundation.scss */
a img {
  border: none;
}

/* Default paragraph styles */
/* line 5306, ../scss/foundation.scss */
p {
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
}

/* line 5313, ../scss/foundation.scss */
p.lead {
  font-size: 1.21875rem;
  line-height: 1.6;
}

/* line 5316, ../scss/foundation.scss */
p aside {
  font-size: 0.875rem;
  font-style: italic;
  line-height: 1.35;
}

/* Default header styles */
/* line 5322, ../scss/foundation.scss */
h1, h2, h3, h4, h5, h6 {
  color: #222222;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
  text-rendering: optimizeLegibility;
}

/* line 5331, ../scss/foundation.scss */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  color: #6f6f6f;
  font-size: 60%;
  line-height: 0;
}

/* line 5336, ../scss/foundation.scss */
h1 {
  font-size: 2.125rem;
}

/* line 5339, ../scss/foundation.scss */
h2 {
  font-size: 1.6875rem;
}

/* line 5342, ../scss/foundation.scss */
h3 {
  font-size: 1.375rem;
}

/* line 5345, ../scss/foundation.scss */
h4 {
  font-size: 1.125rem;
}

/* line 5348, ../scss/foundation.scss */
h5 {
  font-size: 1.125rem;
}

/* line 5351, ../scss/foundation.scss */
h6 {
  font-size: 1rem;
}

/* line 5354, ../scss/foundation.scss */
.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}

/* line 5361, ../scss/foundation.scss */
hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 1.25rem 0 1.1875rem;
}

/* Helpful Typography Defaults */
/* line 5370, ../scss/foundation.scss */
em,
i {
  font-style: italic;
  line-height: inherit;
}

/* line 5375, ../scss/foundation.scss */
strong,
b {
  font-weight: bold;
  line-height: inherit;
}

/* line 5379, ../scss/foundation.scss */
small {
  font-size: 60%;
  line-height: inherit;
}

/* line 5383, ../scss/foundation.scss */
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 */
/* line 5396, ../scss/foundation.scss */
ul,
ol,
dl {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.6;
  list-style-position: outside;
  margin-bottom: 1.25rem;
}

/* line 5403, ../scss/foundation.scss */
ul {
  margin-left: 1.1rem;
}

/* Unordered Lists */
/* line 5408, ../scss/foundation.scss */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

/* line 5411, ../scss/foundation.scss */
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}

/* line 5413, ../scss/foundation.scss */
ul.square {
  list-style-type: square;
  margin-left: 1.1rem;
}

/* line 5416, ../scss/foundation.scss */
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem;
}

/* line 5419, ../scss/foundation.scss */
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem;
}

/* Ordered Lists */
/* line 5424, ../scss/foundation.scss */
ol {
  margin-left: 1.4rem;
}

/* line 5427, ../scss/foundation.scss */
ol li ul,
ol li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

/* line 5431, ../scss/foundation.scss */
.no-bullet {
  list-style-type: none;
  margin-left: 0;
}

/* line 5435, ../scss/foundation.scss */
.no-bullet li ul,
.no-bullet li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style: none;
}

/* Definition Lists */
/* line 5441, ../scss/foundation.scss */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

/* line 5444, ../scss/foundation.scss */
dl dd {
  margin-bottom: 0.75rem;
}

/* Abbreviations */
/* line 5449, ../scss/foundation.scss */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  cursor: help;
}

/* line 5455, ../scss/foundation.scss */
abbr {
  text-transform: none;
}

/* line 5457, ../scss/foundation.scss */
abbr[title] {
  border-bottom: 1px dotted #DDDDDD;
}

/* Blockquotes */
/* line 5461, ../scss/foundation.scss */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #DDDDDD;
}

/* line 5465, ../scss/foundation.scss */
blockquote cite {
  display: block;
  font-size: 0.8125rem;
  color: #555555;
}

/* line 5469, ../scss/foundation.scss */
blockquote cite:before {
  content: "\2014 \0020";
}

/* line 5472, ../scss/foundation.scss */
blockquote cite a,
blockquote cite a:visited {
  color: #555555;
}

/* line 5476, ../scss/foundation.scss */
blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f;
}

/* Microformats */
/* line 5481, ../scss/foundation.scss */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.625rem 0.75rem;
}

/* line 5486, ../scss/foundation.scss */
.vcard li {
  margin: 0;
  display: block;
}

/* line 5489, ../scss/foundation.scss */
.vcard .fn {
  font-weight: bold;
  font-size: 0.9375rem;
}

/* line 5493, ../scss/foundation.scss */
.vevent .summary {
  font-weight: bold;
}

/* line 5495, ../scss/foundation.scss */
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 5503, ../scss/foundation.scss */
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }

  /* line 5506, ../scss/foundation.scss */
  h1 {
    font-size: 2.75rem;
  }

  /* line 5509, ../scss/foundation.scss */
  h2 {
    font-size: 2.3125rem;
  }

  /* line 5512, ../scss/foundation.scss */
  h3 {
    font-size: 1.6875rem;
  }

  /* line 5515, ../scss/foundation.scss */
  h4 {
    font-size: 1.4375rem;
  }

  /* line 5518, ../scss/foundation.scss */
  h5 {
    font-size: 1.125rem;
  }

  /* line 5521, ../scss/foundation.scss */
  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 {
  /* line 5530, ../scss/foundation.scss */
  * {
    background: transparent !important;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 5538, ../scss/foundation.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 5541, ../scss/foundation.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 5544, ../scss/foundation.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 5549, ../scss/foundation.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 5553, ../scss/foundation.scss */
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }

  /* line 5557, ../scss/foundation.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  /* line 5562, ../scss/foundation.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 5565, ../scss/foundation.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.34in;
}

  /* line 5572, ../scss/foundation.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 5577, ../scss/foundation.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* line 5579, ../scss/foundation.scss */
.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 5584, ../scss/foundation.scss */
.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;
}

/* line 5588, ../scss/foundation.scss */
.inner-wrap {
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}

/* line 5596, ../scss/foundation.scss */
.inner-wrap:before, .inner-wrap:after {
  content: " ";
  display: table;
}

/* line 5599, ../scss/foundation.scss */
.inner-wrap:after {
  clear: both;
}

/* line 5602, ../scss/foundation.scss */
.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #333333;
  color: #FFFFFF;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative;
}

/* line 5609, ../scss/foundation.scss */
.tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4, .tab-bar h5, .tab-bar h6 {
  color: #FFFFFF;
  font-weight: bold;
  line-height: 2.8125rem;
  margin: 0;
}

/* line 5614, ../scss/foundation.scss */
.tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4 {
  font-size: 1.125rem;
}

/* line 5617, ../scss/foundation.scss */
.left-small {
  height: 2.8125rem;
  position: absolute;
  top: 0;
  width: 2.8125rem;
  border-right: solid 1px #1a1a1a;
  left: 0;
}

/* line 5625, ../scss/foundation.scss */
.right-small {
  height: 2.8125rem;
  position: absolute;
  top: 0;
  width: 2.8125rem;
  border-left: solid 1px #1a1a1a;
  right: 0;
}

/* line 5633, ../scss/foundation.scss */
.tab-bar-section {
  height: 2.8125rem;
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  top: 0;
}

/* line 5639, ../scss/foundation.scss */
.tab-bar-section.left {
  text-align: left;
}

/* line 5641, ../scss/foundation.scss */
.tab-bar-section.right {
  text-align: right;
}

/* line 5643, ../scss/foundation.scss */
.tab-bar-section.left {
  left: 0;
  right: 2.8125rem;
}

/* line 5646, ../scss/foundation.scss */
.tab-bar-section.right {
  left: 2.8125rem;
  right: 0;
}

/* line 5649, ../scss/foundation.scss */
.tab-bar-section.middle {
  left: 2.8125rem;
  right: 2.8125rem;
}

/* line 5653, ../scss/foundation.scss */
.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;
}

/* line 5662, ../scss/foundation.scss */
.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 white, 0 7px 0 1px white, 0 14px 0 1px white;
  -webkit-box-shadow: 0 0 0 1px white, 0 7px 0 1px white, 0 14px 0 1px white;
  width: 1rem;
}

/* line 5673, ../scss/foundation.scss */
.tab-bar .menu-icon span:hover:after {
  box-shadow: 0 0 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3;
  -webkit-box-shadow: 0 0 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3;
}

/* line 5677, ../scss/foundation.scss */
.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;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
  top: 0;
}

/* line 5697, ../scss/foundation.scss */
.left-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

/* line 5700, ../scss/foundation.scss */
.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;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  top: 0;
}

/* line 5720, ../scss/foundation.scss */
.right-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

/* line 5723, ../scss/foundation.scss */
.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;
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate(0, -100%);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  top: 0;
  width: 100%;
  height: 18.75rem;
}

/* line 5744, ../scss/foundation.scss */
.top-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

/* line 5747, ../scss/foundation.scss */
.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;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate(0, 100%);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  bottom: 0;
  width: 100%;
  height: 18.75rem;
}

/* line 5768, ../scss/foundation.scss */
.bottom-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

/* line 5771, ../scss/foundation.scss */
ul.off-canvas-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 5775, ../scss/foundation.scss */
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;
}

/* line 5786, ../scss/foundation.scss */
ul.off-canvas-list li a {
  border-bottom: 1px solid #262626;
  color: rgba(255, 255, 255, 0.7);
  display: block;
  padding: 0.66667rem;
  transition: background 300ms ease;
}

/* line 5792, ../scss/foundation.scss */
ul.off-canvas-list li a:hover {
  background: #242424;
}

/* line 5794, ../scss/foundation.scss */
ul.off-canvas-list li a:active {
  background: #242424;
}

/* line 5797, ../scss/foundation.scss */
.move-right > .inner-wrap {
  -webkit-transform: translate3d(15.625rem, 0, 0);
  -moz-transform: translate3d(15.625rem, 0, 0);
  -ms-transform: translate(15.625rem, 0);
  -o-transform: translate3d(15.625rem, 0, 0);
  transform: translate3d(15.625rem, 0, 0);
}

/* line 5803, ../scss/foundation.scss */
.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: transparent;
  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: 40.0625em) {
  /* line 5818, ../scss/foundation.scss */
  .move-right .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}
/* line 5821, ../scss/foundation.scss */
.move-left > .inner-wrap {
  -webkit-transform: translate3d(-15.625rem, 0, 0);
  -moz-transform: translate3d(-15.625rem, 0, 0);
  -ms-transform: translate(-15.625rem, 0);
  -o-transform: translate3d(-15.625rem, 0, 0);
  transform: translate3d(-15.625rem, 0, 0);
}

/* line 5827, ../scss/foundation.scss */
.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: transparent;
  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: 40.0625em) {
  /* line 5842, ../scss/foundation.scss */
  .move-left .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}
/* line 5845, ../scss/foundation.scss */
.move-top > .inner-wrap {
  -webkit-transform: translate3d(0, -18.75rem, 0);
  -moz-transform: translate3d(0, -18.75rem, 0);
  -ms-transform: translate(0, -18.75rem);
  -o-transform: translate3d(0, -18.75rem, 0);
  transform: translate3d(0, -18.75rem, 0);
}

/* line 5851, ../scss/foundation.scss */
.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: transparent;
  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: 40.0625em) {
  /* line 5866, ../scss/foundation.scss */
  .move-top .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}
/* line 5869, ../scss/foundation.scss */
.move-bottom > .inner-wrap {
  -webkit-transform: translate3d(0, 18.75rem, 0);
  -moz-transform: translate3d(0, 18.75rem, 0);
  -ms-transform: translate(0, 18.75rem);
  -o-transform: translate3d(0, 18.75rem, 0);
  transform: translate3d(0, 18.75rem, 0);
}

/* line 5875, ../scss/foundation.scss */
.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: transparent;
  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: 40.0625em) {
  /* line 5890, ../scss/foundation.scss */
  .move-bottom .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}
/* line 5894, ../scss/foundation.scss */
.offcanvas-overlap .left-off-canvas-menu, .offcanvas-overlap .right-off-canvas-menu,
.offcanvas-overlap .top-off-canvas-menu, .offcanvas-overlap .bottom-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}

/* line 5901, ../scss/foundation.scss */
.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: transparent;
  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: 40.0625em) {
  /* line 5916, ../scss/foundation.scss */
  .offcanvas-overlap .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}
/* line 5919, ../scss/foundation.scss */
.offcanvas-overlap-left .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}

/* line 5926, ../scss/foundation.scss */
.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: transparent;
  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: 40.0625em) {
  /* line 5941, ../scss/foundation.scss */
  .offcanvas-overlap-left .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}
/* line 5944, ../scss/foundation.scss */
.offcanvas-overlap-right .left-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}

/* line 5951, ../scss/foundation.scss */
.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: transparent;
  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: 40.0625em) {
  /* line 5966, ../scss/foundation.scss */
  .offcanvas-overlap-right .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}
/* line 5969, ../scss/foundation.scss */
.offcanvas-overlap-top .bottom-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}

/* line 5976, ../scss/foundation.scss */
.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: transparent;
  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: 40.0625em) {
  /* line 5991, ../scss/foundation.scss */
  .offcanvas-overlap-top .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}
/* line 5994, ../scss/foundation.scss */
.offcanvas-overlap-bottom .top-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}

/* line 6001, ../scss/foundation.scss */
.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: transparent;
  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: 40.0625em) {
  /* line 6016, ../scss/foundation.scss */
  .offcanvas-overlap-bottom .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}
/* line 6019, ../scss/foundation.scss */
.no-csstransforms .left-off-canvas-menu {
  left: -15.625rem;
}

/* line 6021, ../scss/foundation.scss */
.no-csstransforms .right-off-canvas-menu {
  right: -15.625rem;
}

/* line 6023, ../scss/foundation.scss */
.no-csstransforms .top-off-canvas-menu {
  top: -18.75rem;
}

/* line 6025, ../scss/foundation.scss */
.no-csstransforms .bottom-off-canvas-menu {
  bottom: -18.75rem;
}

/* line 6027, ../scss/foundation.scss */
.no-csstransforms .move-left > .inner-wrap {
  right: 15.625rem;
}

/* line 6029, ../scss/foundation.scss */
.no-csstransforms .move-right > .inner-wrap {
  left: 15.625rem;
}

/* line 6031, ../scss/foundation.scss */
.no-csstransforms .move-top > .inner-wrap {
  right: 18.75rem;
}

/* line 6033, ../scss/foundation.scss */
.no-csstransforms .move-bottom > .inner-wrap {
  left: 18.75rem;
}

/* line 6036, ../scss/foundation.scss */
.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;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}

/* line 6061, ../scss/foundation.scss */
.left-submenu * {
  -webkit-backface-visibility: hidden;
}

/* line 6063, ../scss/foundation.scss */
.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;
}

/* line 6072, ../scss/foundation.scss */
.left-submenu .back > a:hover {
  background: #303030;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
}

/* line 6076, ../scss/foundation.scss */
.left-submenu .back > a:before {
  content: "\AB";
  margin-right: .5rem;
  display: inline;
}

/* line 6080, ../scss/foundation.scss */
.left-submenu.move-right, .left-submenu.offcanvas-overlap-right, .left-submenu.offcanvas-overlap {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate(0%, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

/* line 6087, ../scss/foundation.scss */
.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;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}

/* line 6112, ../scss/foundation.scss */
.right-submenu * {
  -webkit-backface-visibility: hidden;
}

/* line 6114, ../scss/foundation.scss */
.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;
}

/* line 6123, ../scss/foundation.scss */
.right-submenu .back > a:hover {
  background: #303030;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
}

/* line 6127, ../scss/foundation.scss */
.right-submenu .back > a:after {
  content: "\BB";
  margin-left: .5rem;
  display: inline;
}

/* line 6131, ../scss/foundation.scss */
.right-submenu.move-left, .right-submenu.offcanvas-overlap-left, .right-submenu.offcanvas-overlap {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate(0%, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

/* line 6138, ../scss/foundation.scss */
.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;
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate(0, -100%);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  top: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}

/* line 6164, ../scss/foundation.scss */
.top-submenu * {
  -webkit-backface-visibility: hidden;
}

/* line 6166, ../scss/foundation.scss */
.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;
}

/* line 6175, ../scss/foundation.scss */
.top-submenu .back > a:hover {
  background: #303030;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
}

/* line 6179, ../scss/foundation.scss */
.top-submenu.move-bottom, .top-submenu.offcanvas-overlap-bottom, .top-submenu.offcanvas-overlap {
  -webkit-transform: translate3d(0, 0%, 0);
  -moz-transform: translate3d(0, 0%, 0);
  -ms-transform: translate(0, 0%);
  -o-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}

/* line 6186, ../scss/foundation.scss */
.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;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate(0, 100%);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  bottom: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}

/* line 6212, ../scss/foundation.scss */
.bottom-submenu * {
  -webkit-backface-visibility: hidden;
}

/* line 6214, ../scss/foundation.scss */
.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;
}

/* line 6223, ../scss/foundation.scss */
.bottom-submenu .back > a:hover {
  background: #303030;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
}

/* line 6227, ../scss/foundation.scss */
.bottom-submenu.move-top, .bottom-submenu.offcanvas-overlap-top, .bottom-submenu.offcanvas-overlap {
  -webkit-transform: translate3d(0, 0%, 0);
  -moz-transform: translate3d(0, 0%, 0);
  -ms-transform: translate(0, 0%);
  -o-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}

/* line 6234, ../scss/foundation.scss */
.left-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after {
  content: "\BB";
  margin-left: .5rem;
  display: inline;
}

/* line 6239, ../scss/foundation.scss */
.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before {
  content: "\AB";
  margin-right: .5rem;
  display: inline;
}

/* small displays */
@media only screen {
  /* line 6246, ../scss/foundation.scss */
  .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;
  }

  /* line 6249, ../scss/foundation.scss */
  .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;
  }

  /* line 6252, ../scss/foundation.scss */
  .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;
  }

  /* line 6259, ../scss/foundation.scss */
  .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;
  }

  /* line 6266, ../scss/foundation.scss */
  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;
  }

  /* line 6269, ../scss/foundation.scss */
  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;
  }

  /* line 6272, ../scss/foundation.scss */
  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;
  }

  /* line 6275, ../scss/foundation.scss */
  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;
  }

  /* line 6278, ../scss/foundation.scss */
  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: 40.0625em) {
  /* line 6282, ../scss/foundation.scss */
  .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;
  }

  /* line 6285, ../scss/foundation.scss */
  .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;
  }

  /* line 6288, ../scss/foundation.scss */
  .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;
  }

  /* line 6295, ../scss/foundation.scss */
  .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;
  }

  /* line 6302, ../scss/foundation.scss */
  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;
  }

  /* line 6305, ../scss/foundation.scss */
  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;
  }

  /* line 6308, ../scss/foundation.scss */
  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;
  }

  /* line 6311, ../scss/foundation.scss */
  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;
  }

  /* line 6314, ../scss/foundation.scss */
  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) {
  /* line 6318, ../scss/foundation.scss */
  .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;
  }

  /* line 6321, ../scss/foundation.scss */
  .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;
  }

  /* line 6324, ../scss/foundation.scss */
  .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;
  }

  /* line 6331, ../scss/foundation.scss */
  .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;
  }

  /* line 6338, ../scss/foundation.scss */
  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;
  }

  /* line 6341, ../scss/foundation.scss */
  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;
  }

  /* line 6344, ../scss/foundation.scss */
  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;
  }

  /* line 6347, ../scss/foundation.scss */
  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;
  }

  /* line 6350, ../scss/foundation.scss */
  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) {
  /* line 6354, ../scss/foundation.scss */
  .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;
  }

  /* line 6357, ../scss/foundation.scss */
  .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;
  }

  /* line 6360, ../scss/foundation.scss */
  .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;
  }

  /* line 6367, ../scss/foundation.scss */
  .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;
  }

  /* line 6374, ../scss/foundation.scss */
  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;
  }

  /* line 6377, ../scss/foundation.scss */
  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;
  }

  /* line 6380, ../scss/foundation.scss */
  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;
  }

  /* line 6383, ../scss/foundation.scss */
  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;
  }

  /* line 6386, ../scss/foundation.scss */
  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) {
  /* line 6390, ../scss/foundation.scss */
  .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;
  }

  /* line 6393, ../scss/foundation.scss */
  .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;
  }

  /* line 6396, ../scss/foundation.scss */
  .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;
  }

  /* line 6403, ../scss/foundation.scss */
  .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;
  }

  /* line 6410, ../scss/foundation.scss */
  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;
  }

  /* line 6413, ../scss/foundation.scss */
  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;
  }

  /* line 6416, ../scss/foundation.scss */
  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;
  }

  /* line 6419, ../scss/foundation.scss */
  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;
  }

  /* line 6422, ../scss/foundation.scss */
  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 */
/* line 6426, ../scss/foundation.scss */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

/* line 6430, ../scss/foundation.scss */
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visibility for tables */
/* line 6434, ../scss/foundation.scss */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important;
}

/* line 6437, ../scss/foundation.scss */
thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}

/* line 6440, ../scss/foundation.scss */
tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}

/* line 6443, ../scss/foundation.scss */
tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}

/* line 6448, ../scss/foundation.scss */
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) {
  /* line 6453, ../scss/foundation.scss */
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }

  /* line 6457, ../scss/foundation.scss */
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }

  /* Specific visibility for tables */
  /* line 6461, ../scss/foundation.scss */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important;
  }

  /* line 6464, ../scss/foundation.scss */
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }

  /* line 6467, ../scss/foundation.scss */
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }

  /* line 6470, ../scss/foundation.scss */
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }

  /* line 6475, ../scss/foundation.scss */
  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) {
  /* line 6479, ../scss/foundation.scss */
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }

  /* line 6483, ../scss/foundation.scss */
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }

  /* Specific visibility for tables */
  /* line 6487, ../scss/foundation.scss */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important;
  }

  /* line 6490, ../scss/foundation.scss */
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }

  /* line 6493, ../scss/foundation.scss */
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }

  /* line 6496, ../scss/foundation.scss */
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }

  /* line 6501, ../scss/foundation.scss */
  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important;
  }
}
/* Touch-enabled device targeting */
/* line 6504, ../scss/foundation.scss */
.show-for-touch {
  display: none !important;
}

/* line 6507, ../scss/foundation.scss */
.hide-for-touch {
  display: inherit !important;
}

/* line 6510, ../scss/foundation.scss */
.touch .show-for-touch {
  display: inherit !important;
}

/* line 6513, ../scss/foundation.scss */
.touch .hide-for-touch {
  display: none !important;
}

/* Specific visibility for tables */
/* line 6517, ../scss/foundation.scss */
table.hide-for-touch {
  display: table !important;
}

/* line 6520, ../scss/foundation.scss */
.touch table.show-for-touch {
  display: table !important;
}

/* line 6523, ../scss/foundation.scss */
thead.hide-for-touch {
  display: table-header-group !important;
}

/* line 6526, ../scss/foundation.scss */
.touch thead.show-for-touch {
  display: table-header-group !important;
}

/* line 6529, ../scss/foundation.scss */
tbody.hide-for-touch {
  display: table-row-group !important;
}

/* line 6532, ../scss/foundation.scss */
.touch tbody.show-for-touch {
  display: table-row-group !important;
}

/* line 6535, ../scss/foundation.scss */
tr.hide-for-touch {
  display: table-row !important;
}

/* line 6538, ../scss/foundation.scss */
.touch tr.show-for-touch {
  display: table-row !important;
}

/* line 6541, ../scss/foundation.scss */
td.hide-for-touch {
  display: table-cell !important;
}

/* line 6544, ../scss/foundation.scss */
.touch td.show-for-touch {
  display: table-cell !important;
}

/* line 6547, ../scss/foundation.scss */
th.hide-for-touch {
  display: table-cell !important;
}

/* line 6550, ../scss/foundation.scss */
.touch th.show-for-touch {
  display: table-cell !important;
}

/* Screen reader-specific classes */
/* line 6554, ../scss/foundation.scss */
.show-for-sr {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

/* line 6561, ../scss/foundation.scss */
.show-on-focus {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

/* line 6567, ../scss/foundation.scss */
.show-on-focus:focus, .show-on-focus:active {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

/* Print visibility */
/* line 6576, ../scss/foundation.scss */
.print-only,
.show-for-print {
  display: none !important;
}

@media print {
  /* line 6581, ../scss/foundation.scss */
  .print-only,
  .show-for-print {
    display: block !important;
  }

  /* line 6585, ../scss/foundation.scss */
  .hide-on-print,
  .hide-for-print {
    display: none !important;
  }

  /* line 6588, ../scss/foundation.scss */
  table.show-for-print {
    display: table !important;
  }

  /* line 6591, ../scss/foundation.scss */
  thead.show-for-print {
    display: table-header-group !important;
  }

  /* line 6594, ../scss/foundation.scss */
  tbody.show-for-print {
    display: table-row-group !important;
  }

  /* line 6597, ../scss/foundation.scss */
  tr.show-for-print {
    display: table-row !important;
  }

  /* line 6600, ../scss/foundation.scss */
  td.show-for-print {
    display: table-cell !important;
  }

  /* line 6603, ../scss/foundation.scss */
  th.show-for-print {
    display: table-cell !important;
  }
}
/*# sourceMappingURL=foundation.css.map */

/* line 1, ../scss/base/_reset.scss */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

/* line 2, ../scss/base/_reset.scss */
body {
  line-height: 1;
}

/* line 3, ../scss/base/_reset.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 4, ../scss/base/_reset.scss */
nav ul {
  list-style: none;
}

/* line 5, ../scss/base/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 6, ../scss/base/_reset.scss */
blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

/* line 7, ../scss/base/_reset.scss */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* line 8, ../scss/base/_reset.scss */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* line 9, ../scss/base/_reset.scss */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* line 10, ../scss/base/_reset.scss */
del {
  text-decoration: line-through;
}

/* line 11, ../scss/base/_reset.scss */
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/* line 12, ../scss/base/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 13, ../scss/base/_reset.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* line 14, ../scss/base/_reset.scss */
input, select {
  vertical-align: middle;
}

/* line 11, ../scss/base/_colors.scss */
.bgdark {
  background-color: #1f4b58;
}

/* line 12, ../scss/base/_colors.scss */
.bgblack {
  background-color: #000;
}

/* line 13, ../scss/base/_colors.scss */
.bglightgreen {
  background-color: #9cb327;
}

/* line 13, ../scss/base/_icons.scss */
.bggreen {
  background: #103a46;
}

/* line 16, ../scss/base/_icons.scss */
.lightgreen {
  background: #1f4b58;
}

/* line 20, ../scss/base/_icons.scss */
.bgred {
  background: #af1d35;
}

/* line 25, ../scss/base/_icons.scss */
.icon-SOL_facebook {
  background-color: #3b5998;
  color: #FFF;
  border: 0px!important;
}

/* line 30, ../scss/base/_icons.scss */
.icon-SOL_google_plus {
  background-color: #dd4b39;
  color: #FFF;
  border: 0px!important;
}

/* line 35, ../scss/base/_icons.scss */
.icon-SOL_linkdin {
  background-color: #007bb5;
  color: #FFF;
  border: 0px!important;
}

.icon-SOL_whatsapp {
  background-color: #64af00;
  color: #FFF;
  border: 0px!important;
}

.icon-SOL_instagram {
  color: #FFF;
  border: 0px!important;
}

.icon-SOL_youtube {
  background-color: #ff1e00;
  color: #FFF;
  border: 0px!important;
}

/* line 40, ../scss/base/_icons.scss */
.icon-SOL_mail {
  background-color: #000;
  color: #FFF;
  border: 0px!important;
}

/* line 45, ../scss/base/_icons.scss */
.icon-SOL_print {
  border: 1px solid #000;
}

/* line 48, ../scss/base/_icons.scss */
.icon-SOL_twitter {
  background-color: #55acee;
  color: #FFF;
  border: 0px!important;
}

/* line 54, ../scss/base/_icons.scss */
span.iconother {
  text-transform: uppercase;
  border: 1px solid #000;
  padding: 0.47em 0.3em;
  vertical-align: super;
  font-family: 'Lato', sans-serif;
  font-size: 0.8em;
}

/* line 63, ../scss/base/_icons.scss */
[class^="icon"] {
  padding: 0.1em;
}

/* line 66, ../scss/base/_icons.scss */
[class^="icon-SOL_"].square {
  border: 1px solid #000;
}

/* line 69, ../scss/base/_icons.scss */
[class^="icon-SOL_"].radius {
  border: 1px solid #000;
  border-radius: 2px;
}

/* line 73, ../scss/base/_icons.scss */
[class^="icon-SOL_"].circle {
  border: 1px solid #000;
  border-radius: 50px;
}

/* line 78, ../scss/base/_icons.scss */
[class^="icon-SOL_"].big {
  font-size: 1.4em;
  margin: 0em 0.1em;
}

/* line 82, ../scss/base/_icons.scss */
[class^="icon-SOL_"].biggest {
  font-size: 2.2em;
  margin: 0em 0.2em;
}

/* line 87, ../scss/base/_icons.scss */
span.icon-SOL_related.big.circle.left {
  margin-right: 0.5em;
}

/* line 90, ../scss/base/_icons.scss */
.light {
  background: none!important;
  padding: 0.2em;
  border: 1px solid #FFF!important;
}

/* line 12, ../scss/base/_fonts.scss */
p {
  font-family: "Merriweather", serif;
  line-height: 1.4em;
  font-size: 0.9em;
  color: #7d7d7d;
}

/* line 19, ../scss/base/_fonts.scss */
h1, h2, h3, h4, h5 {
  font-family: "Merriweather", serif;
  line-height: normal;
}

/* line 1, ../scss/layout/_layout.scss */
header#topbar {
  background: #1f4b58;
  padding: 1em 0em 0em 0em;
  z-index: 150;
  margin-bottom: 1.5em;
 /* margin-top: 2em;*/

}

/* line 9, ../scss/layout/_layout.scss */
#block1, #block2 {
  margin-bottom: 2em;
}

/* line 13, ../scss/layout/_layout.scss */
.medium-block .content p {
  font-size: 0.8em;
}

/* line 20, ../scss/layout/_layout.scss */
#tagbar {
  margin-top: 1rem;
}

/* line 23, ../scss/layout/_layout.scss */
.noborder {
  border: 0em!important;
}

/* line 27, ../scss/layout/_layout.scss */
img.logo {
  height: 65px;
}

/* line 30, ../scss/layout/_layout.scss */
.topbarleft, .topbarright {
  margin-top: 1.5em;
}

/* line 34, ../scss/layout/_layout.scss */
.medium-block.opiniao header {
  padding-right: 1em;
  border-bottom: 1px;
  border-color: #2B6171;
  border-style: solid;
}

/* line 41, ../scss/layout/_layout.scss */
.medium-block.opiniao header .contentautor {
  padding: 1em 0em;
}

/* line 45, ../scss/layout/_layout.scss */
.medium-block.opiniao header .contentautor .tag a {
  color: #eeb300 !important;
}

/* line 49, ../scss/layout/_layout.scss */
.actualidade-12 .medium-block {
  height: 360px;
}

/* line 53, ../scss/layout/_layout.scss */
.content-manchete p a, .content-manchete p a:visited, .content-manchete .autor {
  color: #FFF;
}

/* line 57, ../scss/layout/_layout.scss */
.actualidade-12 .img-wrapper .img {
  height: 230px!important;
}

/* line 62, ../scss/layout/_layout.scss */
.light-block a:link, .light-block a:visited {
  color: #000;
  font-weight: 100;
}

/* line 64, ../scss/layout/_layout.scss */
.list {
  padding: 10px;
  background: #FFF;
  font-size: 0.8em;
  position: relative;
}

/* line 72, ../scss/layout/_layout.scss */
.list h2 {
  font-size: 1.2em;
  font-weight: 600;
}

/*
.list .author{
	position: absolute;
	bottom: 1em;
}
*/
/* line 82, ../scss/layout/_layout.scss */
.list article:first {
  margin-bottom: 0px;
}

/* line 87, ../scss/layout/_layout.scss */
.content-manchete .author a {
  color: #FFF;
}

/* line 92, ../scss/layout/_layout.scss */
.list.submanchetes {
  height: 25%;
}

/* line 95, ../scss/layout/_layout.scss */
.submanchetes .list .content {
  top: 50%;
  transform: translateY(-50%);
  position: relative;
}

/* line 100, ../scss/layout/_layout.scss */
.submanchetes .list h2 {
  font-size: 1.24em;
  font-weight: 600;
  float: left;
  width: 100%;
  margin-bottom: 0.7em;
}

/* line 107, ../scss/layout/_layout.scss */
.submanchetes .list .author {
  position: initial;
  width: 100%;
}

/* line 112, ../scss/layout/_layout.scss */
.submanchetes ul.relacionados li {
  list-style-type: disc;
  margin: 1em;
  font-weight: 100;
}

/* line 119, ../scss/layout/_layout.scss */
.submanchetes .author {
  position: absolute;
  bottom: 0.8em;
}

/* line 123, ../scss/layout/_layout.scss */
.submanchetes .content p {
  margin: 0.5em 0em;
}

/* line 127, ../scss/layout/_layout.scss */
.list a:link, .list a:visited {
  color: #000;
}

/* line 133, ../scss/layout/_layout.scss */
.list a {
  color: #0090B2;
}
/* line 135, ../scss/layout/_layout.scss */
.list a:hover {
  color: #000;
  text-decoration: none;
}
/* line 139, ../scss/layout/_layout.scss */
.list a:active {
  color: #B25500;
}

/* line 146, ../scss/layout/_layout.scss */
.list .dark a, .list .tint a {
  color: #FFF;
}
/* line 148, ../scss/layout/_layout.scss */
.list .dark a:link, .list .tint a:link {
  color: #FFF;
}
/* line 151, ../scss/layout/_layout.scss */
.list .dark a:hover, .list .tint a:hover {
  color: #CECECE;
}
/* line 154, ../scss/layout/_layout.scss */
.list .dark a:active, .list .tint a:active {
  color: #FFF;
}
/* line 157, ../scss/layout/_layout.scss */
.list .dark a:visited, .list .tint a:visited {
  color: #FFF;
}

/* line 166, ../scss/layout/_layout.scss */
.list img {
  float: left;
}

/* line 171, ../scss/layout/_layout.scss */
.list::last-of-type, .list::first-of-type {
  margin-bottom: 0em;
}

/* line 178, ../scss/layout/_layout.scss */
.list .tag a {
  float: left;
  padding-right: 0.5em;
}
/* line 182, ../scss/layout/_layout.scss */
.list .tag:hover {
  color: #7b7b7b;
}

/* line 187, ../scss/layout/_layout.scss */
.list span.tag, .tag {
  font-size: 0.6em;
  line-height: 1.8em;
  text-transform: uppercase;
  margin-top: 1em;
  display: inline-block;
}

/* line 194, ../scss/layout/_layout.scss */
.tag.ultimashoras a {
  background: #af1e35;
  padding: 0.3em;
  color: #FFF;
}

/* line 200, ../scss/layout/_layout.scss */
.tag.left a {
  background: #f3c017;
}

/* line 203, ../scss/layout/_layout.scss */
.tag a {
  background: transparent;
  padding: 0.3em;
  color: #000;
}

/* line 208, ../scss/layout/_layout.scss */
.tag.emdesenvolvimento a {
  background: #1f4b58;
  padding: 0.3em;
  color: #FFF;
}

/* line 213, ../scss/layout/_layout.scss */
.opiniao, .sociedade, .economia, .vida, .desporto, .politica, .tecnologia, .lifestyle, .bi, .economia, .multimedia {
  background: transparent;
}

/* line 218, ../scss/layout/_layout.scss */
.list span.tag a::after {
  padding-right: 0.5em;
}

/* line 222, ../scss/layout/_layout.scss */
.dark {
  background: #1f4b58 !important;
  color: #FFF!important;
}

/* line 228, ../scss/layout/_layout.scss */
.tint {
  background: #af1d35 !important;
  color: #FFF!important;
}

/* line 231, ../scss/layout/_layout.scss */
.tint a, .dark a {
  color: #FFF!important;
  text-decoration: none;
}

/* line 234, ../scss/layout/_layout.scss */
.tint a:hover, .dark a:hover {
  color: #FFF!important;
  text-decoration: none;
}

/* line 237, ../scss/layout/_layout.scss */
body.firefox a {
  font-weight: normal;
}

/* line 240, ../scss/layout/_layout.scss */
.list author, .author a {
  padding-top: 0.5em;
  display: block;
  font-size: 0.9em;
}

/* line 249, ../scss/layout/_layout.scss */
.content-bgimage h1 {
  font-size: 2em;
  color: #FFF;
  font-weight: 700;
}
/* line 253, ../scss/layout/_layout.scss */
.content-bgimage h1 a {
  color: #FFF;
}

/* line 258, ../scss/layout/_layout.scss */
.artic_container {
  background: #FFF;
}

/* line 264, ../scss/layout/_layout.scss */
.bgimgartic {
  position: fixed;
  background-size: cover;
  width: 100%;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 75vh;
  background-position: center center;
  z-index: -1;
  margin-top: 4em;
}

/* line 277, ../scss/layout/_layout.scss */
.bgimgartic.bi {
  height: 35vh;
}

/* line 281, ../scss/layout/_layout.scss */
.artic_container.primeiro {
  top: 75vh;
}

/* line 285, ../scss/layout/_layout.scss */
.artic_content img {
  width: 100%;
  height: auto;
  background: -moz-linear-gradient(270deg, rgba(153, 218, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(153, 218, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.5)));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(270deg, rgba(153, 218, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(270deg, rgba(153, 218, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(270deg, rgba(153, 218, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* ie10+ */
  background: linear-gradient(180deg, rgba(153, 218, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99DAFF', endColorstr='#000000',GradientType=0 );
  /* ie6-9 */
}

/* line 298, ../scss/layout/_layout.scss */
.artic_content .caption {
  bottom: 0;
  padding: 0.4em;
  color: #FFF;
  font-size: 0.8em;
  margin: 0em;
  display: inline-block;
}

/* line 307, ../scss/layout/_layout.scss */
.artic_content .creditos {
  bottom: 0;
  margin-bottom: 0em;
  right: 0;
  font-size: 0.8em;
  line-height: initial;
}

/* line 315, ../scss/layout/_layout.scss */
.artic_content .creditos span {
  background: #eeb300;
}

/* line 318, ../scss/layout/_layout.scss */
.artic_content .creditos a span:hover {
  color: #000;
}

/* line 326, ../scss/layout/_layout.scss */
.medium-block .dark, .medium-block.dark a:link {
  background: transparent!important;
  color: #FFF;
}

/* line 332, ../scss/layout/_layout.scss */
.light-block {
  margin-bottom: 0.5em;
}

/* line 336, ../scss/layout/_layout.scss */
.medium-block {
  background: #FFF;
  display: block;
  height: 322px;
  width: 100%;
}

/* line 343, ../scss/layout/_layout.scss */
.medium-block .content {
  padding: 0.5em;
  min-height:162px;
}
/* line 347, ../scss/layout/_layout.scss */
.medium-block .author {
  bottom: 0.4em;
  font-size: 0.9em;
}

/* line 352, ../scss/layout/_layout.scss */
.medium-block .centered.absolute {
  margin: auto;
  left: 0;
  right: 0;
}

/* line 358, ../scss/layout/_layout.scss */
.medium-block h2 {
  font-weight: 700;
  margin: 0.5em 0em;
  font-size: 1.2rem;
}

/* line 365, ../scss/layout/_layout.scss */
.medium-block.noimg h2 {
  margin-bottom: 0.5em;
}

/* line 368, ../scss/layout/_layout.scss */
.medium-block.noimg a:link {
  color: #000;
}

/* line 372, ../scss/layout/_layout.scss */
.medium-block.noimg .author {
  text-align: center;
  position: initial;
}

/* line 378, ../scss/layout/_layout.scss */
#toptags li {
  display: inline-block;
}

/* line 383, ../scss/layout/_layout.scss */
.img-wrapper .icon {
  border: 2px solid #FFF;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  left: 10px;
  position: absolute;
  bottom: 15px;
}

/* line 394, ../scss/layout/_layout.scss */
.img-wrapper .img {
  height: 160px!important;
}

/* line 397, ../scss/layout/_layout.scss */
.center {
  text-align: center;
}

/*PORTUGAL E O MUNDO */
/* line 403, ../scss/layout/_layout.scss */
.inandout .row {
  padding: 3rem 0rem;
}

/* line 406, ../scss/layout/_layout.scss */
.inandout header {
  margin-bottom: 0.5em;
}

/* line 409, ../scss/layout/_layout.scss */
.inandout header:after {
  border: 1px solid #eeb300;
  content: "";
  display: block;
  margin: 1.5em 0em 0.8em 0em;
}

/* line 417, ../scss/layout/_layout.scss */
.inandout header h2 {
  background: #FFF;
  display: block;
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 0em;
  font-weight: 600;
  padding: 0.5rem;
}

/* line 427, ../scss/layout/_layout.scss */
.inandout article {
  padding: 1.5em 0.5em;
  margin: 0.4em;
}

/* line 428, ../scss/layout/_layout.scss */
.inandout article h2 a:link {
  font-weight: 600;
}

/* line 429, ../scss/layout/_layout.scss */
.inandout article:first-child {
  margin-left: 0em;
}

/* line 430, ../scss/layout/_layout.scss */
.inandout article:last-child {
  margin-left: 0em;
  margin-bottom: 0em;
}

/* line 431, ../scss/layout/_layout.scss */
.inandout .content-manchete {
  height: 400px;
  margin-bottom: 0.5em;
  margin: 0em;
  padding: 0em;
}

/* line 438, ../scss/layout/_layout.scss */
.inandout .content-manchete h2 a {
  color: #FFF;
}

/* line 439, ../scss/layout/_layout.scss */
.inandout .content-manchete .author a {
  color: #eeb300;
}

/* line 442, ../scss/layout/_layout.scss */
.inandout .light-block {
  background: #FFF;
  float: left;
  padding: 0.4em;
  padding-left: 0em;
  padding-right: 0em;
}

/* line 452, ../scss/layout/_layout.scss */
.inandout ul li {
  margin-bottom: 1em;
  line-height: 1.2em;
  text-indent: -0.1em;
  font-size: 1em;
}

/* line 459, ../scss/layout/_layout.scss */
.inandout ul li:before {
  content: "";
  color: #000;
  /* or whatever color you prefer */
}

/* line 463, ../scss/layout/_layout.scss */
.inandout li span {
  margin-bottom: 1rem;
  margin-right: 0.5rem;
}

/* line 467, ../scss/layout/_layout.scss */
.inandout li a:link {
  display: block;
  padding-top: 0.5em;
}

/*ARTICLE FULL*/
/* line 474, ../scss/layout/_layout.scss */
#article-full h1, .multimedia h1 {
  font-size: 2.5em;
  margin: auto;
  margin-bottom: 0.1em;
  font-weight: 900;
  margin-top: 1em;
}

/* line 480, ../scss/layout/_layout.scss */
p.lead {
  font-weight: 100;
  color: #000;
  padding: 0.5em;
  padding-left: 0em;
  margin-bottom: 0em;
}

/* line 488, ../scss/layout/_layout.scss */
.artic_content {
  padding-left: 0em;
}

/* line 491, ../scss/layout/_layout.scss */
.artic_content .corpo p:first-of-type:first-letter {
	/* Este é o código que faz a primeira letra ficar diferente:
  font-size: 6em;
  line-height: 0.7em;
  float: left;
  padding: 0.101em 0.1em 0 0;
  font-weight: 700;
  */
}

/* line 499, ../scss/layout/_layout.scss */
.artic_content p {
  font-size: 1.1em;
  line-height: 1.72380952;
  font-weight: 100;
  color: #000;
  margin-bottom: 1.5em;
}

/* line 507, ../scss/layout/_layout.scss */
.artic_content .imgwrapper p {
  position: absolute;
  bottom: 0;
  margin-bottom: 0em;
  color: #FFF;
  font-size: 0.8em;
  padding: 0.5em;
}

/* line 516, ../scss/layout/_layout.scss */
.artic_content blockquote {
  background: #1f4b58;
  padding: 1em;
  color: #FFF;
  font-weight: 600;
  margin-bottom: 1.5em;
  font-size: 1.2em;
  quotes: "\201C""\201D""\2018""\2019";
}

.artic_content blockquote p {
	font-size: 1.1em;
	line-height: 1.72380952;
	font-weight: 600;
	color: #FFF;
	margin-bottom: 1.5em;
	text-align:center;
}

/* line 525, ../scss/layout/_layout.scss */
.artic_content blockquote:before {
  content: open-quote;
  font-size: 2em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

/* line 533, ../scss/layout/_layout.scss */
.artic_content blockquote:after {
	/*
		content: close-quote;
		font-size: 2em;
		line-height: 0.1em;
		margin-left: 0.25em;
		vertical-align: -0.4em;
  */
}

/* line 542, ../scss/layout/_layout.scss */
.artic_content ul.relacionados {
  margin-bottom: 1.5rem;
}

/* line 546, ../scss/layout/_layout.scss */
.artic_content ul.relacionados li {
  background: #f2f2f2;
  font-size: 1.2em;
  padding: 1.5em;
  font-weight: 100;
  border-bottom: 1px solid #d4d4d4;
  line-height: initial;
}

/* line 556, ../scss/layout/_layout.scss */
.artic_content ul.relacionados li:last-child {
  border-bottom: 0px;
}

/* line 562, ../scss/layout/_layout.scss */
a, a:visited {
  color: #000;
}

/* line 565, ../scss/layout/_layout.scss */
a:hover {
  color: #1f4b58;
}

/* line 570, ../scss/layout/_layout.scss */
.artic_content .tag.default {
  position: initial;
  text-align: left;
  background: #1f4b58;
  padding: 0.6em;
}

/* line 578, ../scss/layout/_layout.scss */
.artic_content .tag.default a {
  color: #FFF;
}

/* line 582, ../scss/layout/_layout.scss */
time {
  margin: auto;
  text-align: center;
  font-size: 0.8em;
  margin-bottom: 3em;
}

/* line 589, ../scss/layout/_layout.scss */
time.default {
  margin: 1em 0em;
  text-align: left;
  padding-left: 0em;
}

/* line 596, ../scss/layout/_layout.scss */
.artic_content .tag {
  top: 0;
  margin: auto;
  margin-top: -3.5em;
  text-align: center;
}

/* line 602, ../scss/layout/_layout.scss */
.artic_content .tag h2 {
  background: #eeb300;
  color: #000;
  padding: 0.5em 2em;
  display: inline-block;
  margin: 0 auto;
}

/* line 610, ../scss/layout/_layout.scss */
.artic_content .tag h2 a {
  color: #000;
}

/* line 614, ../scss/layout/_layout.scss */
.social {
  margin: auto;
  padding: 1em 0em;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  margin-bottom: 1.5em;
}

/* line 621, ../scss/layout/_layout.scss */
.share.social {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  margin-top: 1em;
}

/* line 626, ../scss/layout/_layout.scss */
#topbar .share.social {
  border: 0px;
  margin: 0em;
  padding: 0em;
}

/* line 631, ../scss/layout/_layout.scss */
#topbar .share.social li {
  color: #000;
  background: #FFF;
  margin: 0 0.3em;
}

/* line 637, ../scss/layout/_layout.scss */
#topbar .share.social li a span {
  color: #103A46;
  border-color: #FFF;
  background: #FFF;
}

/* line 642, ../scss/layout/_layout.scss */
.social li {
  display: inline-block;
}

/* line 645, ../scss/layout/_layout.scss */
h1
.autor {
  margin-bottom: 2em;
}

/* line 649, ../scss/layout/_layout.scss */
.autor p {
  font-size: 12px;
  margin-top: 1em;
}

/* line 654, ../scss/layout/_layout.scss */
.autor a {
  color: #000;
}

/* line 657, ../scss/layout/_layout.scss */
.autor img {
  margin: auto;
  margin-bottom: 1em;
  width: 4em;
  border-radius: 12em;
  border: 1px solid #DDDDDD;
  margin-right: 0.5em;
}

/* line 666, ../scss/layout/_layout.scss */
.autor.medium-down img {
  margin-right: auto!important;
}

/* line 670, ../scss/layout/_layout.scss */
.planos {
  margin-top: 3em;
}

/* line 673, ../scss/layout/_layout.scss */
.planos li .block {
  background: #10313a;
  color: #FFF;
}

/* line 678, ../scss/layout/_layout.scss */
.planos li .price {
  color: #FFF;
  font-size: 3em;
  font-weight: 700;
  padding-top: 1em;
  margin-bottom: 1em;
}

/* line 685, ../scss/layout/_layout.scss */
.planos h3 {
  padding: 1.5em 0em;
  color: #f4c110;
  font-size: 1.4em;
  border-bottom: 1px solid #FFF;
}

/* line 691, ../scss/layout/_layout.scss */
.planos button {
  background: #f4c110;
  font-family: "Merriweather", serif;
  padding: 0.5em 2em;
  color: #000;
}

/* line 699, ../scss/layout/_layout.scss */
.quemdiria-bar header {
  color: #FFF;
  text-align: center;
  padding: 1em;
  text-transform: uppercase;
  border-bottom: 1px solid #FFF;
  margin-bottom: 1em;
  font-weight: 100;
}

/* line 708, ../scss/layout/_layout.scss */
.quemdiria-bar ul li {
  width: 100%;
}

/* line 711, ../scss/layout/_layout.scss */
.quemdiria-bar li .medium-block {
  height: auto!important;
}

/* line 716, ../scss/layout/_layout.scss */
.quemdiria-bar .medium-block h2 {
  font-size: 0.9rem;
}

/* line 719, ../scss/layout/_layout.scss */
.quemdiria-bar ul > :first-child span.num {
  width: 2em;
  height: 2em;
  padding-top: 0.2em;
  font-size: 1.9em;
  background: #eeb300;
}

/* line 726, ../scss/layout/_layout.scss */
.quemdiria-bar li span.num {
  display: block;
  margin: auto;
  font-size: 1.8em;
  font-weight: 900;
  border-radius: 7em;
  width: 2em;
  height: 2em;
  color: #1f4b58;
  padding-top: 0em;
}

/* line 738, ../scss/layout/_layout.scss */
.quemdiria-bar p.tag a {
  background: transparent;
}

/* line 742, ../scss/layout/_layout.scss */
.quemdiria-bar .social {
  border: 0px!important;
  margin-bottom: 0em;
}

/* line 746, ../scss/layout/_layout.scss */
.quemdiria-bar h2 {
  margin: 0em auto;
}

/* line 749, ../scss/layout/_layout.scss */
.quemdiria-bar .social li a span {
  background: #eeb300;
}

/* line 753, ../scss/layout/_layout.scss */
.quemdiria-bar ul li ul {
  margin-left: 0em;
}

/* line 756, ../scss/layout/_layout.scss */
.quemdiria-bar p.tag {
  line-height: 1.6em;
  margin-top: 1em;
}

/* line 761, ../scss/layout/_layout.scss */
.articgradient .img::before, .quemdiria .bg::before, .manchete-relacionados .img::before, .inandout .img::before {
  content: "";
  display: block;
  height: 100%;
  background: -moz-linear-gradient(270deg, rgba(153, 218, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(153, 218, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.5)));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(270deg, rgba(153, 218, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(270deg, rgba(153, 218, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(270deg, rgba(153, 218, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* ie10+ */
  background: linear-gradient(180deg, rgba(153, 218, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99DAFF', endColorstr='#000000',GradientType=0 );
  /* ie6-9 */
}

/* line 777, ../scss/layout/_layout.scss */
.articgradient .icon {
  top: 0em;
  margin: 0.3em;
  color: #FFF;
}

/* line 783, ../scss/layout/_layout.scss */
.articgradient .icon.circle {
  border: 2px solid #FFF;
}

/* line 787, ../scss/layout/_layout.scss */
.content-manchete .content-bgimage {
  padding: 1em;
}

/* line 790, ../scss/layout/_layout.scss */
a .image-wrapper::before {
  z-index: 100;
  position: relative;
  height: 100%;
  width: 100%;
}

/* line 799, ../scss/layout/_layout.scss */
.content-bgimage {
  bottom: 0;
  color: #FFF;
}

/* line 805, ../scss/layout/_layout.scss */
.articgradient .img {
  height: 240px!important;
}

/* line 809, ../scss/layout/_layout.scss */
.local .medium-block, #especiais .medium-block {
  height: auto!important;
  padding-bottom: 1em;
}

/* line 814, ../scss/layout/_layout.scss */
.local .articgradient .img {
  height: 440px!important;
}

/* line 818, ../scss/layout/_layout.scss */
.local .articgradient.manchete {
  margin-bottom: 1em;
}

/* line 821, ../scss/layout/_layout.scss */
.local .articgradient.manchete h2 {
  font-size: 1.5em;
}

/* line 825, ../scss/layout/_layout.scss */
.articgradient .img li div {
  background-size: cover;
}

/* line 829, ../scss/layout/_layout.scss */
.articgradient li .block {
  bottom: 2em;
  position: absolute;
  padding: 0em 1em;
}

/* line 835, ../scss/layout/_layout.scss */
.articgradient li h2 {
  font-size: 1em;
  color: #FFF;
  font-weight: 700;
}

/* line 841, ../scss/layout/_layout.scss */
.articgradient li .autor {
  color: #eeb300;
  font-size: 0.7em;
}

/* line 847, ../scss/layout/_layout.scss */
.quemdiria-bar .tag {
  text-transform: inherit;
}

/*NOTICIAS LOCAL*/
/* line 857, ../scss/layout/_layout.scss */
.local header {
  border-bottom: 2px solid #000;
  margin-bottom: 0.5em;
}

/* line 863, ../scss/layout/_layout.scss */
.temas, .maisdoautor {
  margin: 1em 1em;
}

/* line 869, ../scss/layout/_layout.scss */
.temas h2, .maisdoautor h2 {
  text-align: center;
  border-bottom: 1px solid #CCC;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  font-size: 0.9em;
  font-weight: 600;
}

/* line 877, ../scss/layout/_layout.scss */
ul.maisdoautor li a {
  color: #000;
  font-size: 0.9em;
  display: block;
  padding: 0.2em;
  margin-bottom: 0.5em;
  text-align: left;
  line-height: initial;
}

/* line 886, ../scss/layout/_layout.scss */
ul.maisdoautor li a:hover {
  color: #CCC;
}

/* line 891, ../scss/layout/_layout.scss */
ul.temas li a {
  background: #1f4b58;
  color: #FFF;
  font-size: 0.8em;
  display: block;
  padding: 0.2em;
  margin-bottom: 0.5em;
  font-weight: 100;
  text-align: center;
}

/* line 901, ../scss/layout/_layout.scss */
ul.temas li a:hover {
  color: #CCC;
}

/* line 905, ../scss/layout/_layout.scss */
ul.temas.horizontal {
  margin: 2em 0em;
}

/* line 908, ../scss/layout/_layout.scss */
ul.temas.horizontal li {
  display: inline-block;
}

/* line 912, ../scss/layout/_layout.scss */
.lertambem {
  padding: 0em 0em 2em 0em;
}

/* line 915, ../scss/layout/_layout.scss */
.lertambem header h2 {
  color: #FFF;
  font-weight: 100;
  font-size: 1.3em;
  padding: 0.7em 0em;
  padding-bottom: 0em;
  text-transform: uppercase;
}

/* line 924, ../scss/layout/_layout.scss */
.lertambem li img {
  margin-bottom: 0.5em;
}

/* line 928, ../scss/layout/_layout.scss */
.lertambem ul li {
  padding: 1em;
}

/* line 932, ../scss/layout/_layout.scss */
.lertambem ul li h2 a {
  color: #FFF;
  font-size: 1em;
      padding-top: 1em;
    padding-bottom: 1.5em;
    padding-left: 0.2em;
}

/*Side Bar changed bu jp*/
/* line 940, ../scss/layout/_layout.scss */
.actualidade-tres  {
  margin-bottom: 3em;
}

/*Ultimas*/
/* line 946, ../scss/layout/_layout.scss */
#ultimas header, #especiais header, #maisvistas header {
  border-bottom: 1px solid #000;
  margin-top: 2em;
  margin-bottom: 1em;
}

/* line 952, ../scss/layout/_layout.scss */
#ultimas header h2, #especiais header h2, #maisvistas header h2 {
  background: #000;
  display: inline-block;
  color: #FFF;
  padding: 0.5em;
  font-weight: 600;
  font-size: 0.9em;
  text-transform: uppercase;
}

/* line 963, ../scss/layout/_layout.scss */
#ultimas ul, #maisvistas ul {
  width: 100%;
}

/* line 967, ../scss/layout/_layout.scss */
#maisvistas ul {
  background: #FFF;
}

/* line 971, ../scss/layout/_layout.scss */
#maisvistas li {
  padding: 0.5em;
}

/* line 975, ../scss/layout/_layout.scss */
#ultimas li a, #maisvistas li a {
  position: relative;
  display: block;
  height: 4.5em;
  font-size: 0.9em;
  padding: 0.4em 0em;
  border-bottom: 1px dotted #CECECE;
}

/* line 984, ../scss/layout/_layout.scss */
#maisvistas li a {
  padding: 0.4em;
  border: 0em;
}

/* line 989, ../scss/layout/_layout.scss */
#ultimas li:last-child a, #maisvistas li:last-child a {
  border-bottom: 0px;
}

/* line 992, ../scss/layout/_layout.scss */
#ultimas li a strong, #maisvistas li a strong {
  position: absolute;
  font-family: 'Lato', sans-serif;
  font-size: 0.8rem;
  line-height: 1;
}

/* line 999, ../scss/layout/_layout.scss */
#maisvistas li a strong {
  font-size: 2.8em;
  color: #9bb226;
  font-weight: 900;
  line-height: 0.8em;
}

/* line 1006, ../scss/layout/_layout.scss */
#ultimas li a span, #maisvistas li a span {
  position: absolute;
  left: 3.5em;
  font-weight: 100;
  line-height: 1.3em;
  color: #1f4b5a;
}

/* line 1014, ../scss/layout/_layout.scss */
.multimedia h1 {
  font-weight: 700;
}

/* line 1018, ../scss/layout/_layout.scss */
.multimedia h1, .multimedia p {
  color: #FFF;
}

/* line 1022, ../scss/layout/_layout.scss */
.multimedia p {
  font-size: 1.2em;
  font-weight: 100;
}

/* line 1026, ../scss/layout/_layout.scss */
.multimedia .social li a {
  color: #FFF;
}

/* line 1029, ../scss/layout/_layout.scss */
.multimedia .social {
  border: 0px;
}

/* line 1033, ../scss/layout/_layout.scss */
#capa {
  background: #1f4b58;
  padding: 1em;
  padding-bottom: 0em;
}

/* line 1039, ../scss/layout/_layout.scss */
#capa button {
  padding: 0.6em;
  background: #153b46;
  font-family: "Merriweather", serif;
  text-transform: uppercase;
  font-size: 0.8em;
}

/* line 1050, ../scss/layout/_layout.scss */
.icon-SOL.weather {
  font-size: 2em;
}

/* line 1057, ../scss/layout/_layout.scss */
.weather li {
  display: block;
  border: 1px solid #CCC;
  margin: auto;
  text-align: center;
  background: #FFF;
  margin: 0.5em;
  padding-top: 1em;
}

/* line 1067, ../scss/layout/_layout.scss */
[class^="icon-"], [class*=" icon-"] .weather {
  font-size: 2em;
}

/* line 1071, ../scss/layout/_layout.scss */
.weather .min::after {
  content: "/";
}

/* line 1074, ../scss/layout/_layout.scss */
.weather .min, .weather .max {
  font-size: 2em;
}

/* line 1079, ../scss/layout/_layout.scss */
.weather .active, .weather .active p {
  background: #1f4b58;
  color: #FFF;
}

/* line 1084, ../scss/layout/_layout.scss */
.resultado_pesquisa {
  color: #FFF;
  padding: 1em;
}

/* line 1088, ../scss/layout/_layout.scss */
.resultado_pesquisa h2 {
  color: #FFF;
  padding-right: 0.5em;
  border-right: 2px solid #FFF;
}

/* line 1095, ../scss/layout/_layout.scss */
.resultado_pesquisa p {
  padding-left: 0.5em;
  color: #FFF;
  line-height: 1.8em;
}

/* tagbar */
/* line 1102, ../scss/layout/_layout.scss */
#tagbar ul {
  padding: 0.5em;
}

/* line 1106, ../scss/layout/_layout.scss */
#tagbar ul li {
  display: inline-block;
  font-size: 0.7em;
  padding: 0em 1em;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
}

/* line 1113, ../scss/layout/_layout.scss */
#tagbar ul li a {
  color: #FFF;
}

/*MENU*/
/* line 1122, ../scss/layout/_layout.scss */
#topbar nav ul li {
  float: left;
  font-family: 'Lato', sans-serif;
  font-size: 0.8em;
}

/* line 1128, ../scss/layout/_layout.scss */
#topbar:first-child {
  padding-top: 1.5em;
}

/* line 1132, ../scss/layout/_layout.scss */
#topbar .padingtop {
  margin: 0.4em 0.2em;
}

/* line 1136, ../scss/layout/_layout.scss */
span.icon-SOL_menu.small {
  font-size: 2em;
}

/* line 1141, ../scss/layout/_layout.scss */
span.icon-SOL_zoom_out {
  font-size: 1.8em;
}

/* line 1145, ../scss/layout/_layout.scss */
li .icon-SOL_zoom_out {
  font-size: 1.8em;
  margin-top: 2em;
}

/* line 1150, ../scss/layout/_layout.scss */
#topbar nav ul li a span {
  color: #FFF;
  border-color: #FFF;
}

/* line 1157, ../scss/layout/_layout.scss */
#topbar nav ul li a span:hover {
  background: #FFFFFF!important;
  color: #000;
  border-color: #FFF;
}

/* line 1165, ../scss/layout/_layout.scss */
#topbar span.iconother {
  text-transform: uppercase;
  border: 1px solid #000;
  padding: 0.4em 1.7em;
  vertical-align: super;
  font-size: 0.8em;
}

/*opinião slide*/
/* line 1176, ../scss/layout/_layout.scss */
.opiniaoslide header span {
  background: #78939a;
  display: inline-block;
  padding: 0.5em;
  margin-bottom: 1em;
  color: #FFF;
}

/* line 1184, ../scss/layout/_layout.scss */
.opiniaoslide li .autor {
  color: #eeb300;
}

/* line 1188, ../scss/layout/_layout.scss */
.opiniaoslide li {
  padding-bottom: 0em;
}

/* line 1192, ../scss/layout/_layout.scss */
.opiniaoslide li h2 a {
  color: #FFF;
  font-size: 1.5em;
}

/*BI*/
/* line 1203, ../scss/layout/_layout.scss */
.bi .sidebar {
  background: #ed008c;
}

/*manchete relacionados*/
/* line 1217, ../scss/layout/_layout.scss */
.manchete-relacionados h2, .manchete-relacionados div.tag, .manchete-relacionados span.autor {
  text-align: center;
  display: block;
  color: #FFF;
}

/* line 1223, ../scss/layout/_layout.scss */
.manchete-relacionados {
  margin-bottom: 1em;
}

/* line 1227, ../scss/layout/_layout.scss */
.manchete-relacionados div.tag {
  text-align: center;
  margin: auto;
  display: table;
  left: 0;
  right: 0;
  top: 0;
  margin-bottom: 0.5em;
  margin-top: 1em;
  width: 100%;
}

/* line 1238, ../scss/layout/_layout.scss */
.manchete-relacionados div.tag a {
  padding: 0.3em 0.5em;
  font-size: 1.3em;
  background: #eeb300;
}

/* line 1244, ../scss/layout/_layout.scss */
.manchete-relacionados div.tag a {
  color: #000;
}

/* line 1247, ../scss/layout/_layout.scss */
.manchete-relacionados h2 a {
  color: #FFF;
  font-size: 2.4em;
  font-weight: 700;
      padding-left: 0.35em;
    padding-right: 0.35em;
    display: block;
}

/* line 1254, ../scss/layout/_layout.scss */
.manchete-relacionados ul {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1em;
  margin-top: 1.5em;
  color: rgba(255, 255, 255, 0.5);
}

/* line 1263, ../scss/layout/_layout.scss */
.manchete-relacionados ul li {
  border: 1px solid rgba(255, 255, 255, 0.5);
}

/* line 1272, ../scss/layout/_layout.scss */
.manchete-relacionados ul li a {
  display: inline-block;
  color: #FFF;
  font-size: 0.8em;
  text-align: center;
  vertical-align: middle;
    padding-top: 2em;
    padding-bottom: 0.4em;
  font-weight: 100;
  padding-left: 2em;
  padding-right: 2em;
}

/* line 1283, ../scss/layout/_layout.scss */
.manchete-relacionados .autor {
  font-size: 0.8em;
  margin: 1em 0em;
}

/* line 1288, ../scss/layout/_layout.scss */
.resultado h2 {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 1em;
}

/* line 1293, ../scss/layout/_layout.scss */
.resultado article {
  margin-top: 1em;
}

/* line 1298, ../scss/layout/_layout.scss */
ul.pagination li {
  display: inline-block;
  float: none!important;
}

/* line 1303, ../scss/layout/_layout.scss */
.multimedia_homepage h2 {
  font-weight: 700;
  font-size: 3em;
  padding-top: 1em;
}

/* line 1310, ../scss/layout/_layout.scss */
.multimedia_homepage .icon {
  top: -98px;
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
  display: block;
  font-size: 6em;
  margin: 0 auto;
  text-align: center;
}

/* line 1319, ../scss/layout/_layout.scss */
.multimedia_homepage h2 a {
  color: #FFF;
  text-align: center;
}

/* line 1324, ../scss/layout/_layout.scss */
.multimedia_homepage .info {
  bottom: 0em;
  text-align: center;
  padding: 1em;
}

/* line 1330, ../scss/layout/_layout.scss */
.multimedia_homepage .autor {
  margin-top: -1.5em;
}

/* line 1334, ../scss/layout/_layout.scss */
.multimedia_homepage .autor a {
  background: transparent;
  border: 0px solid #FFF;
  padding: 1em 2em;
  color: #FFF;
  margin-bottom: 1em;
  margin: auto;
}

/* line 1347, ../scss/layout/_layout.scss */
.bi_homepage .capa {
  padding-top: 1em;
  padding-bottom: 0.5em;
}

/* line 1352, ../scss/layout/_layout.scss */
.bi_homepage .articgradient li h2 {
  border-top: 1px solid #CCC;
  padding-top: 0.5em;
}

/* line 1356, ../scss/layout/_layout.scss */
.bi_homepage ul.articgradient {
  margin-top: 1em;
}

/* line 1359, ../scss/layout/_layout.scss */
.bi_homepage .articgradient .img {
  height: 260px!important;
}

/* line 1363, ../scss/layout/_layout.scss */
footer {
  padding: 1em 0em;
  background: #222222;
}

/* line 1368, ../scss/layout/_layout.scss */
footer ul {
  padding-top: 1em;
}

/* line 1371, ../scss/layout/_layout.scss */
footer ul li {
  display: inline;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-size: 0.8em;
  padding: 0em 0.5em;
}

/* line 1379, ../scss/layout/_layout.scss */
footer ul li a:link, footer ul li a:visited {
  color: #FFF;
}

@media print {
  /* line 3, ../scss/utils/print.scss */
  #topbar, .social, .autor, .maisdoautor, .temas, .relacionados, #ultimas, #sidebar, nav, footer, .bgdark.full.lertambem {
    display: none;
  }

  /* line 7, ../scss/utils/print.scss */
  h1 {
    line-height: inherit;
  }

  /* line 10, ../scss/utils/print.scss */
  #article-full {
    margin-top: 0em!important;
  }

  /* line 13, ../scss/utils/print.scss */
  img {
    margin: 0 0 1.5em 0em;
  }

  /* line 17, ../scss/utils/print.scss */
  blockquote {
    font-weight: 600!important;
    margin-bottom: 0em!important;
    padding: 1em 0em;
  }
}
/* Define mobile styles */
@media only screen and (max-width: 40em) {
  /* line 10, ../scss/base/_mobile.scss */
  .medium-block {
    height: auto!important;
  }

  /* line 14, ../scss/base/_mobile.scss */
  .quarter-content, .third-content {
    height: auto!important;
  }

  /* line 18, ../scss/base/_mobile.scss */
  .social li {
    display: inline-block;
    margin: 0.3em 0em;
  }

  /* line 22, ../scss/base/_mobile.scss */
  #article-full h1, .multimedia h1 {
    font-size: 1.5em;
  }

  /* line 26, ../scss/base/_mobile.scss */
  .medium-block .author {
    position: inherit!important;
  }

  /* line 30, ../scss/base/_mobile.scss */
  p.lead, time.default {
    padding: 0em;
  }

  /* line 35, ../scss/base/_mobile.scss */
  .artic_content p {
    font-size: 1em;
  }

  /* line 40, ../scss/base/_mobile.scss */
  .artic_content blockquote {
    font-size: 1em;
  }

  /* line 44, ../scss/base/_mobile.scss */
  .artic_container.primeiro {
    top: 45vh;
  }

  /* line 48, ../scss/base/_mobile.scss */
  .bgimgartic {
    height: 45vh;
    background-position: center center!important;
  }

  /* line 54, ../scss/base/_mobile.scss */
  .artic_content .tag {
    margin-top: -4em;
  }

  /* line 57, ../scss/base/_mobile.scss */
  .list span.tag, .tag {
    font-size: 0.6em;
  }

  /* line 62, ../scss/base/_mobile.scss */
  .artic_content ul.relacionados li {
    font-size: 0.9em;
  }

  /* line 66, ../scss/base/_mobile.scss */
  [class^="icon-"], [class*=" icon-"] .weather {
    font-size: 2em;
  }

  /* line 70, ../scss/base/_mobile.scss */
  .content-bgimage h1 {
    font-size: 1.5em;
  }

  /* line 72, ../scss/base/_mobile.scss */
  .lertambem ul li {
    padding: 0em;
    font-size: 0.8em;
  }

  /* line 76, ../scss/base/_mobile.scss */
  .lertambem li img {
    margin-bottom: 0.5em!important;
    margin: 0em 0.5em;
  }

  /* line 80, ../scss/base/_mobile.scss */
  .manchete-relacionados ul {
    padding: 1em;
  }

  /* line 83, ../scss/base/_mobile.scss */
  .manchete-relacionados ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }

  /**/
  .img-wrapper .img {
    height: 230px!important;
}
}
/* max-width 640px, mobile-only styles, use when QAing mobile issues */
/* min-width 641px, medium screens */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  /* line 7, ../scss/base/_tablet.scss */
  

  /* line 10, ../scss/base/_tablet.scss */
  #topbar li a {
    font-size: 70%;
  }

  /* line 13, ../scss/base/_tablet.scss */
  #topbar .padingtop {
    margin-top: 0em;
  }

  /* line 16, ../scss/base/_tablet.scss */
  #topbar nav ul li {
    font-size: 1.2em;
  }

    #topbar nav .social ul li {
    font-size: 0.8em;
  }

  /* line 17, ../scss/base/_tablet.scss */
  .multimedia h1, #article-full h1 {
    font-size: 2em;
  }

  /* line 19, ../scss/base/_tablet.scss */
  .artic_content ul.relacionados li {
    font-size: 1em;
  }

  /* line 23, ../scss/base/_tablet.scss */
  #ultimas li a span {
    line-height: 1.2em;
  }

  /* line 27, ../scss/base/_tablet.scss */
  #ultimas li a {
    height: 4.5em;
  }

  /* line 30, ../scss/base/_tablet.scss */
  .submanchetes {
    height: auto!important;
  }

  /* line 33, ../scss/base/_tablet.scss */
  .submanchetes .quarter-content {
    min-height: 8em;
  }

  /* line 38, ../scss/base/_tablet.scss */
  [class^="icon-SOL_"].biggest {
    font-size: 1.7em;
  }
}
/* min-width 641px and max-width 1024px, use when QAing tablet-only issues */
/* min-width 1025px, large screens */
/* min-width 1025px and max-width 1440px, use when QAing large screen-only issues */
/* line 20, ../scss/main.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 27, ../scss/main.scss */
a:hover {
  text-decoration: none;
}

/* line 31, ../scss/main.scss */
::-moz-selection {
  /* Code for Firefox */
  color: red;
  background: yellow;
}

/* line 36, ../scss/main.scss */
::selection {
  color: #FFF;
  background: #1f4b58;
}

/* line 42, ../scss/main.scss */
body {
  font-family: "Merriweather", serif;
  font-size: 100%;
}

/* line 49, ../scss/main.scss */
body.artigo {
  background: #FFF;
}

/* line 52, ../scss/main.scss */
li {
  list-style: none;
}

/* line 55, ../scss/main.scss */
.nopad {
  padding: 0rem!important;
}

/* line 60, ../scss/main.scss */
[class*="block-grid-"] {
  margin: 0em;
}

/* line 64, ../scss/main.scss */
.absolute {
  position: absolute;
}

/* line 65, ../scss/main.scss */
.relative {
  position: relative;
}

/* line 68, ../scss/main.scss */
.half-content {
  height: 150px;
  margin-bottom: 7px;
  height: calc(50% - 3.5px );
}

/* line 69, ../scss/main.scss */
.third-content {
  height: 100px;
  margin-bottom: 7px;
  height: calc(33% - 7px );
      float: left;
    width: 100%;
}

/* line 70, ../scss/main.scss */
.quarter-content {
  height: 75px;
  margin-bottom: 7px;
  height: calc(25% - 6.25px );
}

/* line 72, ../scss/main.scss */
.three-column {
  -webkit-columns: 3 200px;
  -moz-columns: 3 200px;
  columns: 3 200px;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
}

/* line 81, ../scss/main.scss */
.content-manchete {
  height: 500px;
}

/* line 82, ../scss/main.scss */
.content-manchete .content-medium {
  height: 300px;
}

/* line 83, ../scss/main.scss */
.content-manchete .half-content {
  height: 290px;
  margin-bottom: 29px;
}

/* line 84, ../scss/main.scss */
.content-manchete .third-content {
  height: 190px;
  margin-bottom: 19px;
}

/* line 85, ../scss/main.scss */
.content-manchete .quarter-content {
  height: 140px;
  margin-bottom: 7px;
  height: calc(25% - 10.5px );
}

/* line 86, ../scss/main.scss */
.submanchetes {
  height: 500px!important;
}

/* line 89, ../scss/main.scss */
.full {
  width: 100%;
  display: block;
  clear: both;
}

/* line 96, ../scss/main.scss */
button, .button {
  background: #1f4b58;
}

/* line 101, ../scss/main.scss */
.column, .columns {
  position: relative;
  padding-left: 0.4rem!important;
  padding-right: 0.4rem!important;
  float: left;
}

/* line 109, ../scss/main.scss */
.image-wrapper {
  height: 100%;
  background-size: cover;
  background-position: center center;
}



/*Alteracoes jp */

.quemdiria-bar header {
  color: #FFF;
  text-align: center;
  padding: 1em;
  text-transform: uppercase;
  border-bottom: 1px solid #FFF;
  margin-bottom: 1em;
  font-weight: 100;
}

/* line 708, ../scss/layout/_layout.scss */
.quemdiria-bar ul li {
  width: 100%;
}

/* line 711, ../scss/layout/_layout.scss */
.quemdiria-bar li .medium-block {
  height: auto!important;
}

/* line 716, ../scss/layout/_layout.scss */
.quemdiria-bar .medium-block h2 {
  font-size: 0.9rem;
}

/* line 719, ../scss/layout/_layout.scss */
.quemdiria-bar ul > :first-child span.num {
  width: 2em;
  height: 2em;
  padding-top: 0.2em;
  font-size: 1.9em;
  background: #eeb300;
}

/* line 726, ../scss/layout/_layout.scss */
.quemdiria-bar li span.num {
  display: block;
  margin: auto;
  font-size: 1.8em;
  font-weight: 900;
  border-radius: 7em;
  width: 2em;
  height: 2em;
  color: #1f4b58;
  padding-top: 0em;
}

/* line 738, ../scss/layout/_layout.scss */
.quemdiria-bar p.tag a {
  background: transparent;
}

/* line 742, ../scss/layout/_layout.scss */
.quemdiria-bar .social {
  border: 0px!important;
  margin-bottom: 0em;
}

/* line 746, ../scss/layout/_layout.scss */
.quemdiria-bar h2 {
  margin: 0em auto;
}

/* line 749, ../scss/layout/_layout.scss */
.quemdiria-bar .social li a span {
  background: #eeb300;
}

/* line 753, ../scss/layout/_layout.scss */
.quemdiria-bar ul li ul {
  margin-left: 0em;
}

/* line 756, ../scss/layout/_layout.scss */
.quemdiria-bar p.tag {
  line-height: 1.6em;
  margin-top: 1em;
}

.quemdiria-bar p.tag {
  line-height: 1.6em;
  margin-top: 1em;
}

.medium-block .author {font-size: 0.7em;}

.content-medium [class*="block-grid-"] > li {
  padding: 0 0.55rem 1.75rem;
  
}

.actualidade-12 .medium-block {height:422px;}
.content-medium .actualidade-13 li,.content-medium .actualidade-14  li {height: 349px;}




 .listultimas li {padding: 0 0.425rem 0.825rem;}
 #capa  {    margin-left: 0.425rem; margin-top:1rem;}
 #ultimas li a strong, #maisvistas li a strong {
    line-height: 1.3;
}

 #ultimas header h2, #especiais header h2, #maisvistas header h2 {
 text-transform:none;
}

 .list author, .author a {font-size: 0.7rem;}

  .list.oped span.tag, .tag {
    line-height: 1em;
    margin-top: 0em;
}

  .list.oped h2 {
    font-size: 1.1em;
}
 

   .list.oped .author, .author a {
    font-size: 0.7rem;
    
}

      .list.oped .author {
    position: absolute;
    bottom: 8px;
}
  .list.oped img {height:80px;}
.inandout ul li {
    clear: both;
    margin-bottom:1.2rem;
}

.caixasfundo article {height:88px;}



.inandout .mundo .content-manchete {
    padding-left: 0em !IMPORTANT;
    padding-right: 0.8REM !IMPORTANT;
}

#especiais li {margin-bottom:1rem;}

#ultimas ul, #maisvistas ul {
    width: 100%;
    width: calc( 100% - 0.425em );
    margin-left:0.425rem;
}

.local .medium-block {
    height: 100% !important;
    padding-bottom: 1em;
}

.local div.manchete { padding-bottom:1.2rem;}

#tagbar {
    margin-top: 0rem;
}

img.logo {
    height: 74px;
     margin-bottom: 0.5em; 

}

.top-bar-section li:not(.has-form) a:not(.button) {
    line-height: 2rem;
}
#topbar .padingtop {
    margin: 0em 0em;
}

.bi_homepage [class*="block-grid-"] > li {
    padding: 0 0.725rem 1.225rem;
}

.opiniaoslide header span {
    margin-bottom: 4.2em;
}

.quemdiria-bar [class*="block-grid-"] > li,.actualidade-tres [class*="block-grid-"] > li {
    padding: 0 0.425rem 1.9rem;
}

.bgwhite {
    background: #ffffff;
    color:#000;
    margin-top:2em;
    margin-bottom:2em;
}

.bi_homepage .capa {
    padding-top: 1em;
    padding-bottom: 1.9em;
}

.bi_homepage div.row {    padding-left: 0.425rem;}

.lertambem {
    margin-bottom: 0.1em;
    margin-top: 0.1em;
}

.lertambem header h2 {
    padding: 1em 0.5em;
padding-bottom:0;
}

.multimedia p {
    font-size: 1em;
    line-height: 1.4em;
    font-weight: 100;
    padding-top: 0.8em;
}

.full {
    width: 100%;
    display: block;
    clear: both;
    margin-top: 2.5em;
    margin-bottom: 4.5em;
}

.manchete-relacionados ul li a {
    font-weight: 400;
}
.manchete-relacionados ul li {
    background: rgba(0,0,0,0.4);
}
.lertambem.full {
    margin-bottom: 0.1em;
    margin-top: 0.1em;
}

time.default {
    font-family: lato;
}

.multimedia_homepage .autor a {
   
}

.bi .manchete .img-wrapper .img {
    height: 250px!important;
}

.bi .entrevistas  .img-wrapper .img {
    height: 200px!important;
}
.bi .entrevistas .author a {color:#fff;font-weight:100;}

.bi .entrevistas .author a,.bi .entrevistas .content h2 a {color:#fff;font-weight:100;}
 .bi .medium-block h2, .entrevistas a  { font-weight:100;text-align: left;}
 .bi .manchete .medium-block h2 { min-height:48px;}
.bgpink {
    color: #ffffff;
      background: #ed008c;
    margin-top: 2em;
    margin-bottom: 2em;
    font-weight:100;
}
.largemenu .hideonlmenu ,.smallmenu .hideonsmenu  { display:none;}
.bglgreen { background-color: #1f4b58;}
.bi header {color:#fff; text-align:center;font-size:2em;padding-top:2em;padding-bottom:1em;font-weight:100;}
header#topbar {
    background: #1f4b58;
    padding: 1em 0em 0em 0em;
    z-index: 150;
    margin-bottom: 1.5em;
    margin-top: 2em;
}
header#topbar.largemenu {
    background: #1f4b58;
    padding: 1em 0em 0em 0em;
	z-index: 102;
    /*z-index: 150;*/
    margin-bottom: 1.5em;
    /*margin-top: 2em;*/
}
header#topbar.smallmenu {
    background: #1f4b58;
    padding: 0em 0em 0em 0em;
    /* z-index: 150; */
	z-index: 102;
    margin-bottom: 0em;
	/* old bsu to new bsu */
    /* margin-top: 1em; */
}
header#topbar.smallmenu #tagbar {width:100%; height:0.4em;}
header#topbar.smallmenu .share.social li  {font-size:1.3em;line-height:1.3em;}
header#topbar.smallmenu .share.social ,   header#topbar.smallmenu .padingtop  { margin-top: 0.6em;}
header#topbar.smallmenu .topbarright li #c-button--slide-right span  {font-size:2.8em;line-height:1.4em;}
footer {    background: #103a46;}

.opiniaoslide img {  -webkit-filter: grayscale(100%); 
    filter: grayscale(100%);}
.multimedia_homepage {margin-bottom:0px;}

.quemdiria-bar header a {
    color: #FFF;
  font-family: lato;
}
.multimedia_homepage .icon {
    position: absolute;
    left: 0;
    right: 0;
    width: 94px;
    margin: auto;
    height: 98px;
    padding: 0;
    font-size: 6em;
}

a.c-menu__link:hover { color: #eeb300; font-size: 90%;
    line-height: 95%;}
.c-menu__item.sp .c-menu__link {font-weight:bold;     color: #eeb300;}
.c-menu__item.sp a.c-menu__link:hover {    font-size: 90%;
    line-height: 95%;}

#block1tit {
    font-size: 3em;
    line-height: 4em;
    margin: 0;
    text-align: center;
    color: #eeb300;
    font-family: lato;
    font-weight:900;
    margin-bottom:0.5em;
    background: transparent;
}

#block1tit .bgcolored {
    
    background:#1f4b58;
    padding:0.2em;
}
#block1tit .borderedcolored {    border: 1px solid #eeb300;}
header#topbarmobile.smallmenu {
    background: #1f4b58;
    padding: 0.1em 0em 0em 0em;
	/* old bsu to new bsu */
    /* z-index: 150; */
	/* z-index: 10; */
	z-index: 102;
    margin-bottom: 1.5em;
	/* old bsu to new bsu */
    /* margin-top: 22px; */
	margin-top: 60px;
}

#topbarmobile nav ul li a span {
    color: #FFF;
    border-color: #FFF;
}


.smallmenu .destaques li {float:left;border-right:1px solid #fff; text-transform:uppercase;}
.smallmenu .destaques li.c-menu__item {float:left;padding-top:0em;padding-right:0.5em; line-height:normal;opacity: 0.5;
    filter: alpha(opacity=50);  }
.smallmenu .destaques li.c-menu__item :hover {opacity: 1;
    filter: alpha(opacity=100);  }
.smallmenu .destaques li:first-child,.smallmenu .destaques li:last-child {border-right:0px solid #fff;}
.smallmenu .destaques li h3 { color:#eeb300;}
.smallmenu .destaques li.c-menu__item a { color:#fff;opacity: 0.5;
    filter: alpha(opacity=50);}
.smallmenu .destaques {margin-right:30px; padding:0.8em;}

.bihomepage .block { width:96%;}
.bihomepage .block a,.bihomepage .block a h2 { width:100%;}

/**/
.artic_content .creditos {
    bottom: 0;
    margin-bottom: 0em;
    right: 0;
    font-size: 0.8em;
    line-height: initial;
    background: rgba(0,0,0,0.5);
    /* color: #fff; */
    color: #eeb300;
    font-family: lato;
    width: 100%;
}

  /*
        .artic_content .creditos:hover { visibility: visible;  }
      */
.artic_content .creditos a {
    color: #fff;
    padding: 0.5em;
    float: right;
}

.artic_content .icon-SOL_informacao-02 {
    display:none;
}

ul.temas.horizontal li a {
   
    padding: 0.4em;
    
}

    .manchete-relacionados ul li.sub-l2 {
    border: 1px solid rgba(255, 255, 255, 0.5);
    min-height: 5em;
    float: left;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 0.5em;
}

    .manchete-relacionados ul li.sub-l3 {
    border: 1px solid rgba(255, 255, 255, 0.5);
    min-height: 5em;
    float: left;
    width: 30%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 0.5em;
}



        .manchete-relacionados ul li.sub-l4 {
    border: 1px solid rgba(255, 255, 255, 0.5);
    min-height: 6em;
    float: left;
    width: 23%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 0.5em;
}



               .manchete-relacionados ul li.sub-l5 {
    border: 1px solid rgba(255, 255, 255, 0.5);
    min-height: 6em;
    float: left;
    width: 18%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 0.5em;
}
   
  .manchete-relacionados ul li.sub-l6 {
    border: 1px solid rgba(255, 255, 255, 0.5);
    min-height: 7em;
    float: left;
    width: 16%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 0.5em;
}

.opiniaoslide li a img {height:214px !important;}
  .actualidade-11 .column, .local [class*="block-grid-"] > li {
        padding: 0 0.55rem 1.75rem;
        height: 349px;
            height: 362px;
    }

    .medium-block.center.tint.relative .content, .medium-block.center.dark.relative .content {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 68%;
    margin: auto;
}

  
.actualidade-11 .quemdiria-bar .column, .local [class*="block-grid-"]>li {
   height: auto;
}
       #mobilecredits {width:100%;    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc; margin-top:0.7em;margin-bottom:0.7em;}
                  #mobilecredits img {margin: auto;
    margin-bottom: 0em;
    width: 2.5em;
    margin-top:0.2em;
    border-radius: 12em;
    border: 1px solid #ddd;
    margin-right: .5em;}
    #mobilecredits img {display:none;}
                  #mobilecredits a.imagemautor {float:left;display:none;}
#mobilecredits .maisdoautor {display:none;}
                  #mobilecredits p {float:left;font-size:0.8em;    margin-top: 0.33em;
    margin-bottom: 0.3em;}

                  #mobilecredits p a {font-size:0.8em;}
              #mobilecredits a.autorname {text-transform:uppercase;}
@media only screen and (min-width: 40em)  and (max-width: 800px) {
 
    .actualidade-11 .column, .local [class*="block-grid-"] > li {
        padding: 0 0.55rem 1.75rem;
        height: 349px;
    }
.opiniaoslide li a img {height:160px !important;}
.quemdiria-bar li,.local .quemdiria-bar [class*="block-grid-"] >  li {
height:auto;
}
    .medium-block.center.tint.relative .content,.medium-block.center.dark.relative .content
{   position: absolute;
    top: 0px;
    bottom: 0px;
    height: 68%;
    margin: auto;
}
      .manchete-relacionados ul li.sub-l2 {
    border: 1px solid rgba(255, 255, 255, 0.5);
    min-height: 5em;
    float: left;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 0.5em;
}

    .manchete-relacionados ul li.sub-l3 {
    border: 1px solid rgba(255, 255, 255, 0.5);
    min-height: 5em;
    float: left;
    width: 30%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 0.5em;
}



        .manchete-relacionados ul li.sub-l4 {
    border: 1px solid rgba(255, 255, 255, 0.5);
    min-height: 6em;
    float: left;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 0.5em;
}



               .manchete-relacionados ul li.sub-l5 {
    border: 1px solid rgba(255, 255, 255, 0.5);
    min-height: 6em;
    float: left;
    width: 18%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 0.5em;
}
   
  .manchete-relacionados ul li.sub-l6 {
    border: 1px solid rgba(255, 255, 255, 0.5);
    min-height: 7em;
    float: left;
    width: 16%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 0.5em;
}
.articgradient li h2 {
    font-size: 0.9em;
    }
}


@media only screen and (max-width: 40em){

    .manchete-relacionados ul li.sub-l2 , .manchete-relacionados ul li.sub-l3 ,.manchete-relacionados ul li.sub-l4 ,.manchete-relacionados ul li.sub-l5, .manchete-relacionados ul li.sub-l6 {
    border: 1px solid rgba(255, 255, 255, 0.5);
    min-height: 0px;
    float: left;
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 0.5em;
}


    .list h2 {
        margin-bottom: 1em;
    }

    .actualidade-11 div.column {
        margin-bottom:2.5em;
    }

    .content-medium [class*="block-grid-"] > li {
  padding: 0 0.425rem 0.525rem;
}
    .full {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
    .content-medium .actualidade-13 li, .content-medium .actualidade-14 li {
    height: auto;
}
    div.row.local { margin-top:0.5em;}

  .inandout .mundo .content-manchete {

    padding-right: 0rem !important; 
}

  .local .articgradient .img {
    height:240px !important;
}
  .actualidade-tres [class*="block-grid-"] > li {
    padding: 0 0.425rem 0.5rem;
}
  .actualidade-tres  .third-content {
   height: calc( 33% - 7px );

}
  .manchete .articgradient li .block {
    bottom: 2em;
    position: static;
    padding: 0em 1em;
}

  .actualidade-11  .list.small.third-content {background:#af1d35 !important;color:#fff;}
  .actualidade-11  .list.small.third-content a:link,.actualidade-11 .list.small.third-content a:visited {color:#ffffff !important;}
  .actualidade-11  .list.dark.third-content {
    background: #1f4b58 !important;
}

  .third-content,.medium-block.dark,.medium-block.tint  {
  
    padding-top: 2em;
    padding-bottom: 2em;
}

  #block1, #block2 {
    margin-bottom: 0.5em;
}

 .fixed.smallmenu img.logo {
    height: 50px;
    margin-top: 1.3em;
}
.opiniaoslide li a img {height:auto !important;clear:both;width:100%;border-bottom:1px solid #eeb300;margin-bottom:0.5em;}
 .lertambem {
    padding: 0em 0em 0em 0em;
}


 .lertambem li.left.dark,li.left.dark.rm1,li.left.dark.rm2,li.left.dark.rm3 {padding:1em;}

 li.left.dark.rm1,li.left.dark.rm3 {background:#af1d35 !important;}

 .manchete-relacionados h2 a {
    font-size: 1.4em;
}

 
.local .manchete div.articgradient {
    padding-top:0.5em;
    padding-bottom:0.5em;
    margin-bottom:0.5em;
    margin-top:0.5em;
        background-color: #1f4b58;
   
}

.local .articgradient li h2 {
    font-size: 1.5em;
    padding-top:0.2em;
    padding-bottom:0.2em;
    color:#fff;
}

.multimedia_homepage h2 a {
color: #FFF;
    text-align: center;
    font-size: 0.5em;
    line-height: 0.55em;
    padding-left: 0.2em;
    padding-right: 0.2em;
}

.quemdiria-bar li {
height:auto;
}
#block1tit .bgcolored {
 padding: 0em;
}
#block1tit {line-height:2em;}

.artic_content .corpo p:first-of-type:first-letter {
	/* Este é o código que faz a primeira letra ficar diferente:
  font-size: 3em;
  line-height: 0.9em;
  float: left;
  padding: 0.101em 0.1em 0.1em 0;
  font-weight: 700;
  */
}

.articgradient li h2 {
    font-size: 0.8em;
    }

.opiniaoslide h2,.opiniaoslide p {text-align:center;}

.medium-block.center.tint.relative .content, .medium-block.center.dark.relative .content {
    position: relative;
   
}

}




  @media (min-width:1024px){


.inandout .img  { height: 31em !important;}

}
@media (min-width:645px){
.inandout ul li {
    clear: both;
    margin-bottom: 1.2rem;
    min-height: 4em;
}
}

#readmore {
	cursor: pointer;
	width: 100%;
	height: 136px;
	margin-top: -8.5rem;
	background: url(../../images/hover.png);
	font-size: 1rem;
	position: absolute;
	margin-bottom: 20px;
}
#readmore p {
	font-size: 0.9rem!important;
	margin-top: 6rem;
	display: -webkit-inline-box;
	background-color: #1f4b58;
	color: #FFF;
	padding: 1rem 2rem 1.0625rem 2rem;
	border-radius: 25px;
}
@font-face {
    font-family: 'Jornal-Sol';
    src:    url('/fonts/Jornal-Sol.eot?b50ali');
    src:    url('/fonts/Jornal-Sol.eot?b50ali#iefix') format('embedded-opentype'),
        url('/fonts/Jornal-Sol.ttf?b50ali') format('truetype'),
        url('/fonts/Jornal-Sol.woff?b50ali') format('woff'),
        url('/fonts/Jornal-Sol.svg?b50ali#Jornal-Sol') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'Jornal-Sol' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before {
    content: "\e972";
}
.icon-SOL_whatsapp:before {
    content: url(https://cdn1.newsplex.pt/fotos/mobile/icon-whatsapp2.png);
}
.icon-SOL_facebook:before {
    content: "\e901";
}
.icon-SOL_favourite:before {
    content: "\e902";
}
.icon-SOL_google_plus:before {
    content: "\e903";
}
.icon-SOL_instagram:before {
    content: "\e904";
}
.icon-SOL_linkdin:before {
    content: "\e905";
}
.icon-SOL_rss:before {
    content: "\";
}
.icon-SOL_twitter:before {
    content: "\e906";
}
.icon-SOL_youtube:before {
    content: "\e907";
}
.icon-SOL_related:before {
    content: "\e908";
}
.icon-SOL_trending:before {
    content: "\e909";
}
.icon-SOL-24:before {
    content: "\e90a";
}
.icon-SOL-26:before {
    content: "\e90b";
}
.icon-SOL-27:before {
    content: "\e90c";
}
.icon-SOL_get_link:before {
    content: "\e90d";
}
.icon-SOL_left:before {
    content: "\e90e";
}
.icon-SOL_right:before {
    content: "\e90f";
}
.icon-SOL_share:before {
    content: "\e910";
}
.icon-SOL_user:before {
    content: "\e911";
}
.icon-SOL_video:before {
    content: "\e912";
}
.icon-SOL_maximize:before {
    content: "\e913";
}
.icon-SOL_minimize:before {
    content: "\e914";
}
.icon-SOL_pin_map:before {
    content: "\e915";
}
.icon-SOL_review:before {
    content: "\e916";
}
.icon-SOL_thumbs_up:before {
    content: "\e917";
}
.icon-SOL_zoom_out:before {
    content: "\e918";
}
.icon-SOL_comment:before {
    content: "\e919";
}
.icon-SOL_less:before {
    content: "\e91a";
}
.icon-SOL_menu:before {
    content: "\e91b";
}
.icon-SOL_more:before {
    content: "\e91c";
}
.icon-SOL_zoom_in:before {
    content: "\e91d";
}
.icon-SOL_config:before {
    content: "\e91e";
}
.icon-SOL_fechar:before {
    content: "\e91f";
}
.icon-SOL_foto:before {
    content: "\e920";
}
.icon-SOL_mail:before {
    content: "\e921";
}
.icon-SOL_print:before {
    content: "\e922";
}
.icon-SOL_whatsapp2:before {
    content: "\e923";
}
.icon-SOL_facebook2:before {
    content: "\e924";
}
.icon-SOL_favourite2:before {
    content: "\e925";
}
.icon-SOL_google_plus2:before {
    content: "\e926";
}
.icon-SOL_instagram2:before {
    content: "\e927";
}
.icon-SOL_linkdin2:before {
    content: "\e928";
}
.icon-SOL_twitter2:before {
    content: "\e929";
}
.icon-SOL_youtube2:before {
    content: "\e92a";
}
.icon-SOL_related2:before {
    content: "\e92b";
}
.icon-SOL_trending2:before {
    content: "\e92c";
}
.icon-SOL-242:before {
    content: "\e92d";
}
.icon-SOL-262:before {
    content: "\e92e";
}
.icon-SOL-272:before {
    content: "\e92f";
}
.icon-SOL_get_link2:before {
    content: "\e930";
}
.icon-SOL_left2:before {
    content: "\e931";
}
.icon-SOL_right2:before {
    content: "\e932";
}
.icon-SOL_share2:before {
    content: "\e933";
}
.icon-SOL_user2:before {
    content: "\e934";
}
.icon-SOL_video2:before {
    content: "\e935";
}
.icon-SOL_maximize2:before {
    content: "\e936";
}
.icon-SOL_minimize2:before {
    content: "\e937";
}
.icon-SOL_pin_map2:before {
    content: "\e938";
}
.icon-SOL_review2:before {
    content: "\e939";
}
.icon-SOL_thumbs_up2:before {
    content: "\e93a";
}
.icon-SOL_zoom_out2:before {
    content: "\e93b";
}
.icon-SOL_comment2:before {
    content: "\e93c";
}
.icon-SOL_less2:before {
    content: "\e93d";
}
.icon-SOL_menu2:before {
    content: "\e93e";
}
.icon-SOL_more2:before {
    content: "\e93f";
}
.icon-SOL_zoom_in2:before {
    content: "\e940";
}
.icon-SOL_config2:before {
    content: "\e941";
}
.icon-SOL_fechar2:before {
    content: "\e942";
}
.icon-SOL_foto2:before {
    content: "\e943";
}
.icon-SOL_mail2:before {
    content: "\e944";
}
.icon-SOL_print2:before {
    content: "\e945";
}
.icon-SOL_sun:before {
    content: "\e95b";
}
.icon-SOL_cloud-remove:before {
    content: "\e946";
}
.icon-SOL_cloud-add:before {
    content: "\e947";
}
.icon-SOL_clouds:before {
    content: "\e948";
}
.icon-SOL_clouds2:before {
    content: "\e949";
}
.icon-SOL_cloud-moon-snowflakes:before {
    content: "\e94a";
}
.icon-SOL_cloud-sun-snowflakes:before {
    content: "\e94b";
}
.icon-SOL_cloud-snowflakes:before {
    content: "\e94c";
}
.icon-SOL_cloud-moon-raindrops:before {
    content: "\e94d";
}
.icon-SOL_cloud-sun-raindrops:before {
    content: "\e94e";
}
.icon-SOL_cloud-raindrops:before {
    content: "\e94f";
}
.icon-SOL_cloud-wind:before {
    content: "\e950";
}
.icon-SOL_cloud-moon-lightning:before {
    content: "\e951";
}
.icon-SOL_cloud-moon-snow:before {
    content: "\e952";
}
.icon-SOL_cloud-moon-rain:before {
    content: "\e953";
}
.icon-SOL_cloud-sun-rain:before {
    content: "\e954";
}
.icon-SOL_cloud-moon:before {
    content: "\e955";
}
.icon-SOL_cloud-lightning:before {
    content: "\e956";
}
.icon-SOL_cloud-sun:before {
    content: "\e957";
}
.icon-SOL_cloud-snow:before {
    content: "\e958";
}
.icon-SOL_cloud-rain:before {
    content: "\e959";
}
.icon-SOL_cloud:before {
    content: "\e95a";
}
.icon-SOL_sun2:before {
    content: "\e95c";
}
.icon-SOL_cloud-remove2:before {
    content: "\e95d";
}
.icon-SOL_cloud-add2:before {
    content: "\e95e";
}
.icon-SOL_clouds3:before {
    content: "\e95f";
}
.icon-SOL_clouds22:before {
    content: "\e960";
}
.icon-SOL_cloud-moon-snowflakes2:before {
    content: "\e961";
}
.icon-SOL_cloud-sun-snowflakes2:before {
    content: "\e962";
}
.icon-SOL_cloud-snowflakes2:before {
    content: "\e963";
}
.icon-SOL_cloud-moon-raindrops2:before {
    content: "\e964";
}
.icon-SOL_cloud-sun-raindrops2:before {
    content: "\e965";
}
.icon-SOL_cloud-raindrops2:before {
    content: "\e966";
}
.icon-SOL_cloud-wind2:before {
    content: "\e967";
}
.icon-SOL_cloud-moon-lightning2:before {
    content: "\e968";
}
.icon-SOL_cloud-moon-snow2:before {
    content: "\e969";
}
.icon-SOL_cloud-moon-rain2:before {
    content: "\e96a";
}
.icon-SOL_cloud-sun-rain2:before {
    content: "\e96b";
}
.icon-SOL_cloud-moon2:before {
    content: "\e96c";
}
.icon-SOL_cloud-lightning2:before {
    content: "\e96d";
}
.icon-SOL_cloud-sun2:before {
    content: "\e96e";
}
.icon-SOL_cloud-snow2:before {
    content: "\e96f";
}
.icon-SOL_cloud-rain2:before {
    content: "\e970";
}
.icon-SOL_cloud2:before {
    content: "\e971";
}


