/* line 36, ../scss/base/_fonts.scss */
body {
  text-rendering: optimizeLegibility;
  /* optional: for older browsers */
  -webkit-font-variant-ligatures: common-ligatures;
  /* for iOS and Safari 6 */
  font-variant-ligatures: common-ligatures;
  /* for up-to-date browsers, including IE10 and Opera 21 */
}

/* line 43, ../scss/base/_fonts.scss */
body {
  text-rendering: optimizeLegibility;
  /* optional: for older browsers */
  -moz-font-feature-settings: "kern=1";
  /* pre-Firefox 14+ */
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  /* Firefox 14+ */
  font-feature-settings: "kern";
  /* standard */
  font-kerning: normal;
  /* Safari 7+, Firefox 24+, Chrome 33(?)+, Opera 21+*/
}

/* line 52, ../scss/base/_fonts.scss */
.light {
  font-weight: 100;
}

/* line 53, ../scss/base/_fonts.scss */
.regular {
  font-weight: 400;
}

/* line 54, ../scss/base/_fonts.scss */
.bold {
  font-weight: 700;
}

@media screen and (max-device-width: 480px) {
  /* line 59, ../scss/base/_fonts.scss */
  body {
    text-rendering: optimizeSpeed;
  }
}
/*body {
  font-size:$base-font-size;
  line-height:$base-line-height;
  font-family: $base-font-family;
  }*/
/* line 68, ../scss/base/_fonts.scss */
p {
  font-size: 0.875em;
}

/* line 69, ../scss/base/_fonts.scss */
sup {
  vertical-align: baseline;
  position: relative;
  font-size: 70%;
  top: -0.4em;
}

/* line 75, ../scss/base/_fonts.scss */
.comment {
  font-size: 0.75em;
}

/* line 347, ../bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-version {
  font-family: "/5.4.5/";
}

/* line 351, ../bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

/* line 356, ../bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:48.688em)/";
  width: 48.688em;
}

/* line 361, ../bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

/* line 366, ../bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

/* line 371, ../bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

/* line 376, ../bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-data-attribute-namespace {
  font-family: false;
}

/* line 383, ../bower_components/foundation/scss/foundation/components/_global.scss */
html, body {
  height: 100%;
}

/* line 386, ../bower_components/foundation/scss/foundation/components/_global.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 392, ../bower_components/foundation/scss/foundation/components/_global.scss */
html,
body {
  font-size: 100%;
}

/* line 396, ../bower_components/foundation/scss/foundation/components/_global.scss */
body {
  background: white;
  color: #222222;
  padding: 0;
  margin: 0;
  font-family: "Avenir Next W01", Avenir, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.125em;
  position: relative;
  cursor: auto;
}

/* line 409, ../bower_components/foundation/scss/foundation/components/_global.scss */
a:hover {
  cursor: pointer;
}

/* line 412, ../bower_components/foundation/scss/foundation/components/_global.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 414, ../bower_components/foundation/scss/foundation/components/_global.scss */
img {
  -ms-interpolation-mode: bicubic;
}

/* line 418, ../bower_components/foundation/scss/foundation/components/_global.scss */
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

/* line 425, ../bower_components/foundation/scss/foundation/components/_global.scss */
.left {
  float: left !important;
}

/* line 426, ../bower_components/foundation/scss/foundation/components/_global.scss */
.right {
  float: right !important;
}

/* line 172, ../bower_components/foundation/scss/foundation/components/_global.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 173, ../bower_components/foundation/scss/foundation/components/_global.scss */
.clearfix:after {
  clear: both;
}

/* line 428, ../bower_components/foundation/scss/foundation/components/_global.scss */
.hide {
  display: none;
}

/* line 434, ../bower_components/foundation/scss/foundation/components/_global.scss */
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 437, ../bower_components/foundation/scss/foundation/components/_global.scss */
img {
  display: inline-block;
  vertical-align: middle;
}

/* line 447, ../bower_components/foundation/scss/foundation/components/_global.scss */
textarea {
  height: auto;
  min-height: 50px;
}

/* line 450, ../bower_components/foundation/scss/foundation/components/_global.scss */
select {
  width: 100%;
}

/* line 218, ../bower_components/foundation/scss/foundation/components/_grid.scss */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
}
/* line 172, ../bower_components/foundation/scss/foundation/components/_global.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 173, ../bower_components/foundation/scss/foundation/components/_global.scss */
.row:after {
  clear: both;
}
/* line 222, ../bower_components/foundation/scss/foundation/components/_grid.scss */
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
/* line 225, ../bower_components/foundation/scss/foundation/components/_grid.scss */
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
/* line 228, ../bower_components/foundation/scss/foundation/components/_grid.scss */
.row .row {
  width: auto;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}
/* line 172, ../bower_components/foundation/scss/foundation/components/_global.scss */
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
/* line 173, ../bower_components/foundation/scss/foundation/components/_global.scss */
.row .row:after {
  clear: both;
}
/* line 229, ../bower_components/foundation/scss/foundation/components/_grid.scss */
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
}
/* line 172, ../bower_components/foundation/scss/foundation/components/_global.scss */
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
/* line 173, ../bower_components/foundation/scss/foundation/components/_global.scss */
.row .row.collapse:after {
  clear: both;
}

/* line 233, ../bower_components/foundation/scss/foundation/components/_grid.scss */
.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}

/* line 236, ../bower_components/foundation/scss/foundation/components/_grid.scss */
[class*="column"] + [class*="column"]:last-child {
  float: right;
}

/* line 237, ../bower_components/foundation/scss/foundation/components/_grid.scss */
[class*="column"] + [class*="column"].end {
  float: left;
}

@media only screen {
  /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 167, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-1 {
    width: 8.33333%;
  }

  /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-2 {
    width: 16.66667%;
  }

  /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-3 {
    width: 25%;
  }

  /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-4 {
    width: 33.33333%;
  }

  /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-5 {
    width: 41.66667%;
  }

  /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-6 {
    width: 50%;
  }

  /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-7 {
    width: 58.33333%;
  }

  /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-8 {
    width: 66.66667%;
  }

  /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-9 {
    width: 75%;
  }

  /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-10 {
    width: 83.33333%;
  }

  /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-11 {
    width: 91.66667%;
  }

  /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-12 {
    width: 100%;
  }

  /* line 178, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-0 {
    margin-left: 0% !important;
  }

  /* line 178, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-1 {
    margin-left: 8.33333% !important;
  }

  /* line 178, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-2 {
    margin-left: 16.66667% !important;
  }

  /* line 178, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-3 {
    margin-left: 25% !important;
  }

  /* line 178, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-4 {
    margin-left: 33.33333% !important;
  }

  /* line 178, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-5 {
    margin-left: 41.66667% !important;
  }

  /* line 178, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-6 {
    margin-left: 50% !important;
  }

  /* line 178, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-7 {
    margin-left: 58.33333% !important;
  }

  /* line 178, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-8 {
    margin-left: 66.66667% !important;
  }

  /* line 178, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-9 {
    margin-left: 75% !important;
  }

  /* line 178, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-10 {
    margin-left: 83.33333% !important;
  }

  /* line 178, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-11 {
    margin-left: 91.66667% !important;
  }

  /* line 180, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  /* line 188, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  /* line 191, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  /* line 199, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none;
  }

  /* line 205, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left;
  }

  /* line 210, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }
}
@media only screen and (min-width: 48.688em) {
  /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 167, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-1 {
    width: 8.33333%;
  }

  /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-2 {
    width: 16.66667%;
  }

  /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-3 {
    width: 25%;
  }

  /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-4 {
    width: 33.33333%;
  }

  /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-5 {
    width: 41.66667%;
  }

  /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-6 {
    width: 50%;
  }

  /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-7 {
    width: 58.33333%;
  }

  /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-8 {
    width: 66.66667%;
  }

  /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-9 {
    width: 75%;
  }

  /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-10 {
    width: 83.33333%;
  }

  /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-11 {
    width: 91.66667%;
  }

  /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-12 {
    width: 100%;
  }

  /* line 178, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-0 {
    margin-left: 0% !important;
  }

  /* line 178, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-1 {
    margin-left: 8.33333% !important;
  }

  /* line 178, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-2 {
    margin-left: 16.66667% !important;
  }

  /* line 178, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-3 {
    margin-left: 25% !important;
  }

  /* line 178, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-4 {
    margin-left: 33.33333% !important;
  }

  /* line 178, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-5 {
    margin-left: 41.66667% !important;
  }

  /* line 178, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-6 {
    margin-left: 50% !important;
  }

  /* line 178, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-7 {
    margin-left: 58.33333% !important;
  }

  /* line 178, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-8 {
    margin-left: 66.66667% !important;
  }

  /* line 178, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-9 {
    margin-left: 75% !important;
  }

  /* line 178, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-10 {
    margin-left: 83.33333% !important;
  }

  /* line 178, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-11 {
    margin-left: 91.66667% !important;
  }

  /* line 180, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  /* line 188, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  /* line 191, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  /* line 199, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none;
  }

  /* line 205, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left;
  }

  /* line 210, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }

  /* line 247, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  /* line 250, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  /* line 247, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 250, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 247, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 250, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 247, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 250, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 247, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 250, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 247, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 250, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 247, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 250, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 247, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 250, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 247, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 250, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 247, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 250, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 247, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 250, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 247, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 250, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 167, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-1 {
    width: 8.33333%;
  }

  /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-2 {
    width: 16.66667%;
  }

  /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-3 {
    width: 25%;
  }

  /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-4 {
    width: 33.33333%;
  }

  /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-5 {
    width: 41.66667%;
  }

  /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-6 {
    width: 50%;
  }

  /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-7 {
    width: 58.33333%;
  }

  /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-8 {
    width: 66.66667%;
  }

  /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-9 {
    width: 75%;
  }

  /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-10 {
    width: 83.33333%;
  }

  /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-11 {
    width: 91.66667%;
  }

  /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-12 {
    width: 100%;
  }

  /* line 178, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-0 {
    margin-left: 0% !important;
  }

  /* line 178, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-1 {
    margin-left: 8.33333% !important;
  }

  /* line 178, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-2 {
    margin-left: 16.66667% !important;
  }

  /* line 178, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-3 {
    margin-left: 25% !important;
  }

  /* line 178, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-4 {
    margin-left: 33.33333% !important;
  }

  /* line 178, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-5 {
    margin-left: 41.66667% !important;
  }

  /* line 178, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-6 {
    margin-left: 50% !important;
  }

  /* line 178, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-7 {
    margin-left: 58.33333% !important;
  }

  /* line 178, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-8 {
    margin-left: 66.66667% !important;
  }

  /* line 178, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-9 {
    margin-left: 75% !important;
  }

  /* line 178, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-10 {
    margin-left: 83.33333% !important;
  }

  /* line 178, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-11 {
    margin-left: 91.66667% !important;
  }

  /* line 180, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  /* line 188, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  /* line 191, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  /* line 199, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none;
  }

  /* line 205, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left;
  }

  /* line 210, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }

  /* line 258, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  /* line 261, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  /* line 258, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 261, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 258, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 261, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 258, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 261, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 258, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 261, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 258, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 261, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 258, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 261, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 258, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 261, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 258, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 261, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 258, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 261, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 258, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 261, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 258, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 261, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
/* line 106, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.9375rem;
}
/* line 172, ../bower_components/foundation/scss/foundation/components/_global.scss */
[class*="block-grid-"]:before, [class*="block-grid-"]:after {
  content: " ";
  display: table;
}
/* line 173, ../bower_components/foundation/scss/foundation/components/_global.scss */
[class*="block-grid-"]:after {
  clear: both;
}
/* line 50, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
[class*="block-grid-"] > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 0.9375rem 1.875rem;
}

@media only screen {
  /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }
  /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }
  /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }
  /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }
  /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }
  /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }
  /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 48.688em) {
  /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }
  /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }
  /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }
  /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }
  /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }
  /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }
  /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }
  /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }
  /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }
  /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }
  /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }
  /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }
  /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
/* line 118, ../bower_components/foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs {
  display: block;
  padding: 0.5625rem 0.875rem 0.5625rem;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 1px;
  background-color: #f4f4f4;
  border-color: gainsboro;
  border-radius: 3px;
}
/* line 122, ../bower_components/foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > * {
  margin: 0;
  float: left;
  font-size: 0.6875rem;
  line-height: 0.6875rem;
  text-transform: uppercase;
  color: #f8f625;
}
/* line 68, ../bower_components/foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
  text-decoration: underline;
}
/* line 70, ../bower_components/foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > * a {
  color: #f8f625;
}
/* line 75, ../bower_components/foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.current {
  cursor: default;
  color: #333333;
}
/* line 78, ../bower_components/foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.current a {
  cursor: default;
  color: #333333;
}
/* line 83, ../bower_components/foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
  text-decoration: none;
}
/* line 88, ../bower_components/foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.unavailable {
  color: #999999;
}
/* line 90, ../bower_components/foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.unavailable a {
  color: #999999;
}
/* line 92, ../bower_components/foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
.breadcrumbs > *.unavailable a:focus {
  text-decoration: none;
  color: #999999;
  cursor: default;
}
/* line 102, ../bower_components/foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *:before {
  content: "/";
  color: #aaaaaa;
  margin: 0 0.75rem;
  position: relative;
  top: 1px;
}
/* line 110, ../bower_components/foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *:first-child:before {
  content: " ";
  margin: 0;
}

/* Accessibility - hides the forward slash */
/* line 130, ../bower_components/foundation/scss/foundation/components/_breadcrumbs.scss */
[aria-label="breadcrumbs"] [aria-hidden="true"]:after {
  content: "/";
}

/* line 217, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button, .button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "Avenir Next W01", Avenir, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #f8f625;
  border-color: #dddb07;
  color: white;
  transition: background-color 300ms ease-out;
}
/* line 161, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button:hover, button:focus, .button:hover, .button:focus {
  background-color: #dddb07;
}
/* line 167, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button:hover, button:focus, .button:hover, .button:focus {
  color: white;
}
/* line 224, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.secondary, .button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
}
/* line 161, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background-color: #b9b9b9;
}
/* line 167, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  color: #333333;
}
/* line 225, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.success, .button.success {
  background-color: #43ac6a;
  border-color: #368a55;
  color: white;
}
/* line 161, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: #368a55;
}
/* line 167, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  color: white;
}
/* line 226, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.alert, .button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: white;
}
/* line 161, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background-color: #cf2a0e;
}
/* line 167, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  color: white;
}
/* line 227, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.warning, .button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: white;
}
/* line 161, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  background-color: #cf6e0e;
}
/* line 167, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  color: white;
}
/* line 228, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.info, .button.info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
}
/* line 161, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  background-color: #61b6d9;
}
/* line 167, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  color: white;
}
/* line 230, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.large, .button.large {
  padding-top: 1.125rem;
  padding-right: 2.25rem;
  padding-bottom: 1.1875rem;
  padding-left: 2.25rem;
  font-size: 1.25rem;
}
/* line 231, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.small, .button.small {
  padding-top: 0.875rem;
  padding-right: 1.75rem;
  padding-bottom: 0.9375rem;
  padding-left: 1.75rem;
  font-size: 0.8125rem;
}
/* line 232, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.tiny, .button.tiny {
  padding-top: 0.625rem;
  padding-right: 1.25rem;
  padding-bottom: 0.6875rem;
  padding-left: 1.25rem;
  font-size: 0.6875rem;
}
/* line 233, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.expand, .button.expand {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}
/* line 235, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.left-align, .button.left-align {
  text-align: left;
  text-indent: 0.75rem;
}
/* line 236, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.right-align, .button.right-align {
  text-align: right;
  padding-right: 0.75rem;
}
/* line 238, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.radius, .button.radius {
  border-radius: 3px;
}
/* line 239, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.round, .button.round {
  border-radius: 1000px;
}
/* line 241, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #f8f625;
  border-color: #dddb07;
  color: white;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
/* line 161, ../bower_components/foundation/scss/foundation/components/_buttons.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: #dddb07;
}
/* line 167, ../bower_components/foundation/scss/foundation/components/_buttons.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: white;
}
/* line 178, ../bower_components/foundation/scss/foundation/components/_buttons.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: #f8f625;
}
/* line 242, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
/* line 161, ../bower_components/foundation/scss/foundation/components/_buttons.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 167, ../bower_components/foundation/scss/foundation/components/_buttons.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 178, ../bower_components/foundation/scss/foundation/components/_buttons.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 243, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
  background-color: #43ac6a;
  border-color: #368a55;
  color: white;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
/* line 161, ../bower_components/foundation/scss/foundation/components/_buttons.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 167, ../bower_components/foundation/scss/foundation/components/_buttons.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: white;
}
/* line 178, ../bower_components/foundation/scss/foundation/components/_buttons.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 244, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: white;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
/* line 161, ../bower_components/foundation/scss/foundation/components/_buttons.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 167, ../bower_components/foundation/scss/foundation/components/_buttons.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: white;
}
/* line 178, ../bower_components/foundation/scss/foundation/components/_buttons.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 245, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: white;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
/* line 161, ../bower_components/foundation/scss/foundation/components/_buttons.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 167, ../bower_components/foundation/scss/foundation/components/_buttons.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: white;
}
/* line 178, ../bower_components/foundation/scss/foundation/components/_buttons.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 246, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
/* line 161, ../bower_components/foundation/scss/foundation/components/_buttons.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 167, ../bower_components/foundation/scss/foundation/components/_buttons.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: white;
}
/* line 178, ../bower_components/foundation/scss/foundation/components/_buttons.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 251, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

@media only screen and (min-width: 48.688em) {
  /* line 254, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
  button, .button {
    display: inline-block;
  }
}
/* Foundation Dropdowns */
/* line 224, ../bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: white;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  margin-top: 2px;
  max-width: 200px;
}
/* line 72, ../bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown > *:first-child {
  margin-top: 0;
}
/* line 73, ../bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown > *:last-child {
  margin-bottom: 0;
}
/* line 98, ../bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent white transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -12px;
  left: 10px;
  z-index: 89;
}
/* line 105, ../bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent transparent #cccccc transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -14px;
  left: 9px;
  z-index: 88;
}
/* line 113, ../bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.right:before {
  left: auto;
  right: 10px;
}
/* line 117, ../bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.right:after {
  left: auto;
  right: 9px;
}
/* line 227, ../bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-right {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: white;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  margin-top: 0;
  margin-left: 300px;
  max-width: 200px;
}
/* line 72, ../bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-right > *:first-child {
  margin-top: 0;
}
/* line 73, ../bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-right > *:last-child {
  margin-bottom: 0;
}
/* line 127, ../bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-right:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent white transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 10px;
  left: -12px;
  z-index: 89;
}
/* line 134, ../bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-right:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent #cccccc transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 9px;
  left: -14px;
  z-index: 88;
}
/* line 231, ../bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-left {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: white;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  margin-top: 0;
  margin-left: -300px;
  max-width: 200px;
}
/* line 72, ../bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-left > *:first-child {
  margin-top: 0;
}
/* line 73, ../bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-left > *:last-child {
  margin-bottom: 0;
}
/* line 148, ../bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-left:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent transparent white;
  border-left-style: solid;
  position: absolute;
  top: 10px;
  right: -12px;
  left: auto;
  z-index: 89;
}
/* line 156, ../bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-left:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent transparent transparent #cccccc;
  border-left-style: solid;
  position: absolute;
  top: 9px;
  right: -14px;
  left: auto;
  z-index: 88;
}
/* line 235, ../bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-top {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: white;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  margin-top: -2px;
  margin-left: 0;
  max-width: 200px;
}
/* line 72, ../bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-top > *:first-child {
  margin-top: 0;
}
/* line 73, ../bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-top > *:last-child {
  margin-bottom: 0;
}
/* line 171, ../bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-top:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: white transparent transparent transparent;
  border-top-style: solid;
  position: absolute;
  top: auto;
  bottom: -12px;
  left: 10px;
  right: auto;
  z-index: 89;
}
/* line 180, ../bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-top:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: #cccccc transparent transparent transparent;
  border-top-style: solid;
  position: absolute;
  top: auto;
  bottom: -14px;
  left: 9px;
  right: auto;
  z-index: 88;
}
/* line 240, ../bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown li {
  font-size: 0.875rem;
  cursor: pointer;
  line-height: 1.125rem;
  margin: 0;
}
/* line 208, ../bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown li:hover, .f-dropdown li:focus {
  background: #eeeeee;
}
/* line 211, ../bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown li.radius {
  border-radius: 3px;
}
/* line 213, ../bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown li a {
  display: block;
  padding: 0.5rem;
  color: #2c2926;
}
/* line 243, ../bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.content {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  padding: 1.25rem;
  width: 100%;
  height: auto;
  max-height: none;
  background: white;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  max-width: 200px;
}
/* line 72, ../bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.content > *:first-child {
  margin-top: 0;
}
/* line 73, ../bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.content > *:last-child {
  margin-bottom: 0;
}
/* line 246, ../bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.tiny {
  max-width: 200px;
}
/* line 247, ../bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.small {
  max-width: 300px;
}
/* line 248, ../bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.medium {
  max-width: 500px;
}
/* line 249, ../bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.large {
  max-width: 800px;
}
/* line 250, ../bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.mega {
  width: 100% !important;
  max-width: 100% !important;
}
/* line 254, ../bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.mega.open {
  left: 0 !important;
}

/* line 122, ../bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button, button.dropdown {
  position: relative;
  padding-right: 3.5625rem;
}
/* line 62, ../bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button:after, button.dropdown:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-color: white transparent transparent transparent;
  top: 50%;
}
/* line 97, ../bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button:after, button.dropdown:after {
  border-width: 0.375rem;
  right: 1.40625rem;
  margin-top: -0.15625rem;
}
/* line 116, ../bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button:after, button.dropdown:after {
  border-color: white transparent transparent transparent;
}
/* line 123, ../bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.tiny, button.dropdown.tiny {
  padding-right: 2.625rem;
}
/* line 77, ../bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.tiny:before, button.dropdown.tiny:before {
  border-width: 0.375rem;
  right: 1.125rem;
  margin-top: -0.125rem;
}
/* line 116, ../bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.tiny:after, button.dropdown.tiny:after {
  border-color: white transparent transparent transparent;
}
/* line 124, ../bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.small, button.dropdown.small {
  padding-right: 3.0625rem;
}
/* line 87, ../bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.small:after, button.dropdown.small:after {
  border-width: 0.4375rem;
  right: 1.3125rem;
  margin-top: -0.15625rem;
}
/* line 116, ../bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.small:after, button.dropdown.small:after {
  border-color: white transparent transparent transparent;
}
/* line 125, ../bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.large, button.dropdown.large {
  padding-right: 3.625rem;
}
/* line 107, ../bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.large:after, button.dropdown.large:after {
  border-width: 0.3125rem;
  right: 1.71875rem;
  margin-top: -0.15625rem;
}
/* line 116, ../bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.large:after, button.dropdown.large:after {
  border-color: white transparent transparent transparent;
}
/* line 126, ../bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.secondary:after, button.dropdown.secondary:after {
  border-color: #333333 transparent transparent transparent;
}

/* line 49, ../bower_components/foundation/scss/foundation/components/_flex-video.scss */
.flex-video {
  position: relative;
  padding-top: 1.5625rem;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
}
/* line 32, ../bower_components/foundation/scss/foundation/components/_flex-video.scss */
.flex-video.widescreen {
  padding-bottom: 56.34%;
}
/* line 33, ../bower_components/foundation/scss/foundation/components/_flex-video.scss */
.flex-video.vimeo {
  padding-top: 0;
}
/* line 35, ../bower_components/foundation/scss/foundation/components/_flex-video.scss */
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Standard Forms */
/* line 367, ../bower_components/foundation/scss/foundation/components/_forms.scss */
form {
  margin: 0 0 1rem;
}

/* Using forms within rows, we need to set some defaults */
/* line 86, ../bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .row {
  margin: 0 -0.5rem;
}
/* line 88, ../bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .row .column,
form .row .row .columns {
  padding: 0 0.5rem;
}
/* line 92, ../bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .row.collapse {
  margin: 0;
}
/* line 94, ../bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}
/* line 96, ../bower_components/foundation/scss/foundation/components/_forms.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 102, ../bower_components/foundation/scss/foundation/components/_forms.scss */
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem;
}

/* Label Styles */
/* line 373, ../bower_components/foundation/scss/foundation/components/_forms.scss */
label {
  font-size: 0.875rem;
  color: rgba(203, 203, 203, 0.75);
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */
}
/* line 374, ../bower_components/foundation/scss/foundation/components/_forms.scss */
label.right {
  float: none !important;
  text-align: right;
}
/* line 375, ../bower_components/foundation/scss/foundation/components/_forms.scss */
label.inline {
  margin: 0 0 1rem 0;
  padding: 0.5625rem 0;
}
/* line 377, ../bower_components/foundation/scss/foundation/components/_forms.scss */
label small {
  text-transform: capitalize;
  color: rgba(211, 211, 211, 0.75);
}

/* line 383, ../bower_components/foundation/scss/foundation/components/_forms.scss */
select::-ms-expand {
  display: none;
}

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

/* Adjust padding, alignment and radius if pre/post element is a button */
/* line 392, ../bower_components/foundation/scss/foundation/components/_forms.scss */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none;
}

/* line 393, ../bower_components/foundation/scss/foundation/components/_forms.scss */
.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none;
}

/* line 395, ../bower_components/foundation/scss/foundation/components/_forms.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 396, ../bower_components/foundation/scss/foundation/components/_forms.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 397, ../bower_components/foundation/scss/foundation/components/_forms.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 398, ../bower_components/foundation/scss/foundation/components/_forms.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 401, ../bower_components/foundation/scss/foundation/components/_forms.scss */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc;
}

/* line 402, ../bower_components/foundation/scss/foundation/components/_forms.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 405, ../bower_components/foundation/scss/foundation/components/_forms.scss */
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;
  -webkit-border-radius: 0px;
  background-color: rgba(40, 40, 40, 0.8);
  font-family: inherit;
  border: 1px solid #343434;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #646464;
  display: block;
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 2.3125rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}
/* line 185, ../bower_components/foundation/scss/foundation/components/_global.scss */
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 {
  box-shadow: 0 0 5px #fdbe00;
  border-color: #fdbe00;
}
/* line 128, ../bower_components/foundation/scss/foundation/components/_forms.scss */
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: black;
  border-color: #fdbe00;
  outline: none;
}
/* line 134, ../bower_components/foundation/scss/foundation/components/_forms.scss */
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 140, ../bower_components/foundation/scss/foundation/components/_forms.scss */
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 426, ../bower_components/foundation/scss/foundation/components/_forms.scss */
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 434, ../bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select {
  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 437, ../bower_components/foundation/scss/foundation/components/_forms.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 440, ../bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select {
  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 443, ../bower_components/foundation/scss/foundation/components/_forms.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 446, ../bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select {
  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 449, ../bower_components/foundation/scss/foundation/components/_forms.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 452, ../bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select {
  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 455, ../bower_components/foundation/scss/foundation/components/_forms.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 460, ../bower_components/foundation/scss/foundation/components/_forms.scss */
input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

/* Respect enforced amount of rows for textarea */
/* line 466, ../bower_components/foundation/scss/foundation/components/_forms.scss */
textarea[rows] {
  height: auto;
}

/* Add height value for select elements to match text input height */
/* line 471, ../bower_components/foundation/scss/foundation/components/_forms.scss */
select {
  -webkit-appearance: none !important;
  -webkit-border-radius: 0px;
  background-color: rgba(40, 40, 40, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border: 1px solid #343434;
  padding: 0.5rem;
  font-size: 0.875rem;
  font-family: "Avenir Next W01", Avenir, Arial, sans-serif;
  color: #646464;
  line-height: normal;
  border-radius: 0;
  height: 2.3125rem;
}
/* line 340, ../bower_components/foundation/scss/foundation/components/_forms.scss */
select.radius {
  border-radius: 3px;
}
/* line 341, ../bower_components/foundation/scss/foundation/components/_forms.scss */
select:hover {
  background-color: rgba(39, 39, 39, 0.8);
  border-color: #fdbe00;
}
/* line 346, ../bower_components/foundation/scss/foundation/components/_forms.scss */
select:disabled {
  background-color: #dddddd;
  cursor: default;
}

/* Adjust margin for form elements below */
/* line 477, ../bower_components/foundation/scss/foundation/components/_forms.scss */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1rem 0;
}

/* line 484, ../bower_components/foundation/scss/foundation/components/_forms.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 494, ../bower_components/foundation/scss/foundation/components/_forms.scss */
input[type="file"] {
  width: 100%;
}

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
/* line 508, ../bower_components/foundation/scss/foundation/components/_forms.scss */
fieldset {
  border: 1px solid #dddddd;
  padding: 1.25rem;
  margin: 1.125rem 0;
}
/* line 269, ../bower_components/foundation/scss/foundation/components/_forms.scss */
fieldset legend {
  font-weight: bold;
  background: white;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
}

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

/* line 521, ../bower_components/foundation/scss/foundation/components/_forms.scss */
span.error, small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: white;
}

/* line 526, ../bower_components/foundation/scss/foundation/components/_forms.scss */
.error input,
.error textarea,
.error select {
  margin-bottom: 0;
}
/* line 532, ../bower_components/foundation/scss/foundation/components/_forms.scss */
.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1rem;
}
/* line 537, ../bower_components/foundation/scss/foundation/components/_forms.scss */
.error label,
.error label.error {
  color: #f04124;
}
/* line 542, ../bower_components/foundation/scss/foundation/components/_forms.scss */
.error small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: white;
}
/* line 547, ../bower_components/foundation/scss/foundation/components/_forms.scss */
.error > label > small {
  color: rgba(211, 211, 211, 0.75);
  background: transparent;
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline;
}
/* line 559, ../bower_components/foundation/scss/foundation/components/_forms.scss */
.error span.error-message {
  display: block;
}

/* line 564, ../bower_components/foundation/scss/foundation/components/_forms.scss */
input.error,
textarea.error,
select.error {
  margin-bottom: 0;
}

/* line 569, ../bower_components/foundation/scss/foundation/components/_forms.scss */
label.error {
  color: #f04124;
}

/* line 53, ../bower_components/foundation/scss/foundation/components/_inline-lists.scss */
.inline-list {
  margin: 0 auto 1.0625rem auto;
  margin-left: -1.375rem;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
/* line 42, ../bower_components/foundation/scss/foundation/components/_inline-lists.scss */
.inline-list > li {
  list-style: none;
  float: left;
  margin-left: 1.375rem;
  display: block;
}
/* line 47, ../bower_components/foundation/scss/foundation/components/_inline-lists.scss */
.inline-list > li > * {
  display: block;
}

/* line 149, ../bower_components/foundation/scss/foundation/components/_pagination.scss */
ul.pagination {
  display: block;
  min-height: 1.5rem;
  margin-left: -0.3125rem;
}
/* line 104, ../bower_components/foundation/scss/foundation/components/_pagination.scss */
ul.pagination li {
  height: 1.5rem;
  color: #222222;
  font-size: 0.875rem;
  margin-left: 0.3125rem;
}
/* line 110, ../bower_components/foundation/scss/foundation/components/_pagination.scss */
ul.pagination li a, ul.pagination li button {
  display: block;
  padding: 0.0625rem 0.625rem 0.0625rem;
  color: #999999;
  background: none;
  border-radius: 3px;
  font-weight: normal;
  font-size: 1em;
  line-height: inherit;
  transition: background-color 300ms ease-out;
}
/* line 122, ../bower_components/foundation/scss/foundation/components/_pagination.scss */
ul.pagination li:hover a,
ul.pagination li a:focus, ul.pagination li:hover button,
ul.pagination li button:focus {
  background: #e6e6e6;
}
/* line 51, ../bower_components/foundation/scss/foundation/components/_pagination.scss */
ul.pagination li.unavailable a, ul.pagination li.unavailable button {
  cursor: default;
  color: #999999;
}
/* line 55, ../bower_components/foundation/scss/foundation/components/_pagination.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 68, ../bower_components/foundation/scss/foundation/components/_pagination.scss */
ul.pagination li.current a, ul.pagination li.current button {
  background: #f8f625;
  color: white;
  font-weight: bold;
  cursor: default;
}
/* line 74, ../bower_components/foundation/scss/foundation/components/_pagination.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: #f8f625;
}
/* line 136, ../bower_components/foundation/scss/foundation/components/_pagination.scss */
ul.pagination li {
  float: left;
  display: block;
}

/* Pagination centred wrapper */
/* line 154, ../bower_components/foundation/scss/foundation/components/_pagination.scss */
.pagination-centered {
  text-align: center;
}
/* line 136, ../bower_components/foundation/scss/foundation/components/_pagination.scss */
.pagination-centered ul.pagination li {
  float: none;
  display: inline-block;
}

/* Panels */
/* line 79, ../bower_components/foundation/scss/foundation/components/_panels.scss */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f2f2;
  color: #333333;
}
/* line 54, ../bower_components/foundation/scss/foundation/components/_panels.scss */
.panel > :first-child {
  margin-top: 0;
}
/* line 55, ../bower_components/foundation/scss/foundation/components/_panels.scss */
.panel > :last-child {
  margin-bottom: 0;
}
/* line 60, ../bower_components/foundation/scss/foundation/components/_panels.scss */
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p, .panel li, .panel dl {
  color: #333333;
}
/* line 67, ../bower_components/foundation/scss/foundation/components/_panels.scss */
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
  line-height: 1;
  margin-bottom: 0.625rem;
}
/* line 69, ../bower_components/foundation/scss/foundation/components/_panels.scss */
.panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
  line-height: 1.4;
}
/* line 81, ../bower_components/foundation/scss/foundation/components/_panels.scss */
.panel.callout {
  border-style: solid;
  border-width: 1px;
  border-color: #fdfcbd;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #fffef2;
  color: #333333;
}
/* line 54, ../bower_components/foundation/scss/foundation/components/_panels.scss */
.panel.callout > :first-child {
  margin-top: 0;
}
/* line 55, ../bower_components/foundation/scss/foundation/components/_panels.scss */
.panel.callout > :last-child {
  margin-bottom: 0;
}
/* line 60, ../bower_components/foundation/scss/foundation/components/_panels.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 67, ../bower_components/foundation/scss/foundation/components/_panels.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 69, ../bower_components/foundation/scss/foundation/components/_panels.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 83, ../bower_components/foundation/scss/foundation/components/_panels.scss */
.panel.callout a:not(.button) {
  color: #f8f625;
}
/* line 88, ../bower_components/foundation/scss/foundation/components/_panels.scss */
.panel.radius {
  border-radius: 3px;
}

/* line 164, ../bower_components/foundation/scss/foundation/components/_reveal.scss */
.reveal-modal-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: black;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1004;
  display: none;
  left: 0;
}

/* line 166, ../bower_components/foundation/scss/foundation/components/_reveal.scss */
.reveal-modal, dialog {
  visibility: hidden;
  display: none;
  position: absolute;
  z-index: 1005;
  width: 100vw;
  top: 0;
  border-radius: 3px;
  left: 0;
  background-color: white;
  padding: 1.25rem;
  border: solid 1px #666666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  padding: 1.875rem;
}
@media only screen and (max-width: 41.75em) {
  /* line 166, ../bower_components/foundation/scss/foundation/components/_reveal.scss */
  .reveal-modal, dialog {
    min-height: 100vh;
  }
}
/* line 84, ../bower_components/foundation/scss/foundation/components/_reveal.scss */
.reveal-modal .column, dialog .column, .reveal-modal .columns, dialog .columns {
  min-width: 0;
}
/* line 87, ../bower_components/foundation/scss/foundation/components/_reveal.scss */
.reveal-modal > :first-child, dialog > :first-child {
  margin-top: 0;
}
/* line 89, ../bower_components/foundation/scss/foundation/components/_reveal.scss */
.reveal-modal > :last-child, dialog > :last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 48.688em) {
  /* line 166, ../bower_components/foundation/scss/foundation/components/_reveal.scss */
  .reveal-modal, dialog {
    width: 80%;
    max-width: 62.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 48.688em) {
  /* line 166, ../bower_components/foundation/scss/foundation/components/_reveal.scss */
  .reveal-modal, dialog {
    top: 6.25rem;
  }
}
/* line 178, ../bower_components/foundation/scss/foundation/components/_reveal.scss */
.reveal-modal.radius, dialog.radius {
  border-radius: 3px;
}
/* line 179, ../bower_components/foundation/scss/foundation/components/_reveal.scss */
.reveal-modal.round, dialog.round {
  border-radius: 1000px;
}
/* line 180, ../bower_components/foundation/scss/foundation/components/_reveal.scss */
.reveal-modal.collapse, dialog.collapse {
  padding: 0;
}
@media only screen and (min-width: 48.688em) {
  /* line 181, ../bower_components/foundation/scss/foundation/components/_reveal.scss */
  .reveal-modal.tiny, dialog.tiny {
    width: 30%;
    max-width: 62.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 48.688em) {
  /* line 182, ../bower_components/foundation/scss/foundation/components/_reveal.scss */
  .reveal-modal.small, dialog.small {
    width: 40%;
    max-width: 62.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 48.688em) {
  /* line 183, ../bower_components/foundation/scss/foundation/components/_reveal.scss */
  .reveal-modal.medium, dialog.medium {
    width: 60%;
    max-width: 62.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 48.688em) {
  /* line 184, ../bower_components/foundation/scss/foundation/components/_reveal.scss */
  .reveal-modal.large, dialog.large {
    width: 70%;
    max-width: 62.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 48.688em) {
  /* line 185, ../bower_components/foundation/scss/foundation/components/_reveal.scss */
  .reveal-modal.xlarge, dialog.xlarge {
    width: 95%;
    max-width: 62.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
/* line 186, ../bower_components/foundation/scss/foundation/components/_reveal.scss */
.reveal-modal.full, dialog.full {
  top: 0;
  left: 0;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  margin-left: 0 !important;
}
@media only screen and (min-width: 48.688em) {
  /* line 186, ../bower_components/foundation/scss/foundation/components/_reveal.scss */
  .reveal-modal.full, dialog.full {
    width: 100vw;
    max-width: 62.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
/* line 196, ../bower_components/foundation/scss/foundation/components/_reveal.scss */
.reveal-modal .close-reveal-modal, dialog .close-reveal-modal {
  font-size: 2.5rem;
  line-height: 1;
  position: absolute;
  top: 0.5rem;
  right: 0.6875rem;
  color: #aaaaaa;
  font-weight: bold;
  cursor: pointer;
}

/* line 199, ../bower_components/foundation/scss/foundation/components/_reveal.scss */
dialog {
  display: none;
}
/* line 203, ../bower_components/foundation/scss/foundation/components/_reveal.scss */
dialog::backdrop, dialog + .backdrop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: black;
  background: rgba(0, 0, 0, 0.45);
  z-index: auto;
  display: none;
  left: 0;
}
/* line 207, ../bower_components/foundation/scss/foundation/components/_reveal.scss */
dialog[open] {
  display: block;
}

@media print {
  /* line 214, ../bower_components/foundation/scss/foundation/components/_reveal.scss */
  dialog, .reveal-modal, dialog {
    display: none;
    background: white !important;
  }
}
/* line 114, ../bower_components/foundation/scss/foundation/components/_side-nav.scss */
.side-nav {
  display: block;
  margin: 0;
  padding: 0.875rem 0;
  list-style-type: none;
  list-style-position: outside;
  font-family: "Avenir Next W01", Avenir, Arial, sans-serif;
}
/* line 70, ../bower_components/foundation/scss/foundation/components/_side-nav.scss */
.side-nav li {
  margin: 0 0 0.4375rem 0;
  font-size: 0.875rem;
  font-weight: normal;
}
/* line 75, ../bower_components/foundation/scss/foundation/components/_side-nav.scss */
.side-nav li a:not(.button) {
  display: block;
  color: #f8f625;
  margin: 0;
  padding: 0.4375rem 0.875rem;
}
/* line 80, ../bower_components/foundation/scss/foundation/components/_side-nav.scss */
.side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus {
  background: rgba(0, 0, 0, 0.025);
  color: #faf966;
}
/* line 87, ../bower_components/foundation/scss/foundation/components/_side-nav.scss */
.side-nav li.active > a:first-child:not(.button) {
  color: #faf966;
  font-weight: normal;
  font-family: "Avenir Next W01", Avenir, Arial, sans-serif;
}
/* line 93, ../bower_components/foundation/scss/foundation/components/_side-nav.scss */
.side-nav li.divider {
  border-top: 1px solid;
  height: 0;
  padding: 0;
  list-style: none;
  border-top-color: white;
}
/* line 101, ../bower_components/foundation/scss/foundation/components/_side-nav.scss */
.side-nav li.heading {
  color: #f8f625;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 123, ../bower_components/foundation/scss/foundation/components/_sub-nav.scss */
.sub-nav {
  display: block;
  width: auto;
  overflow: hidden;
  margin: -0.25rem 0 1.125rem;
  padding-top: 0.25rem;
  margin-right: 0;
  margin-left: -0.75rem;
}
/* line 69, ../bower_components/foundation/scss/foundation/components/_sub-nav.scss */
.sub-nav dt {
  text-transform: uppercase;
}
/* line 73, ../bower_components/foundation/scss/foundation/components/_sub-nav.scss */
.sub-nav dt,
.sub-nav dd,
.sub-nav li {
  float: left;
  display: inline;
  margin-left: 1rem;
  margin-bottom: 0.625rem;
  font-family: "Avenir Next W01", Avenir, Arial, sans-serif;
  font-weight: normal;
  font-size: 0.875rem;
  color: #999999;
}
/* line 85, ../bower_components/foundation/scss/foundation/components/_sub-nav.scss */
.sub-nav dt a,
.sub-nav dd a,
.sub-nav li a {
  text-decoration: none;
  color: #999999;
  padding: 0.1875rem 1rem;
}
/* line 89, ../bower_components/foundation/scss/foundation/components/_sub-nav.scss */
.sub-nav dt a:hover,
.sub-nav dd a:hover,
.sub-nav li a:hover {
  color: #737373;
}
/* line 94, ../bower_components/foundation/scss/foundation/components/_sub-nav.scss */
.sub-nav dt.active a,
.sub-nav dd.active a,
.sub-nav li.active a {
  border-radius: 3px;
  font-weight: normal;
  background: #f8f625;
  padding: 0.1875rem 1rem;
  cursor: default;
  color: white;
}
/* line 101, ../bower_components/foundation/scss/foundation/components/_sub-nav.scss */
.sub-nav dt.active a:hover,
.sub-nav dd.active a:hover,
.sub-nav li.active a:hover {
  background: #edeb08;
}

/* Image Thumbnails */
/* line 59, ../bower_components/foundation/scss/foundation/components/_thumbs.scss */
.th {
  line-height: 0;
  display: inline-block;
  border: solid 4px white;
  max-width: 100%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  transition: all 200ms ease-out;
}
/* line 48, ../bower_components/foundation/scss/foundation/components/_thumbs.scss */
.th:hover, .th:focus {
  box-shadow: 0 0 6px 1px rgba(248, 246, 37, 0.5);
}
/* line 63, ../bower_components/foundation/scss/foundation/components/_thumbs.scss */
.th.radius {
  border-radius: 3px;
}

/* line 106, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:48.688em)/";
  width: 48.688em;
}

/* Wrapped around .top-bar to contain to grid width */
/* line 112, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.contain-to-grid {
  width: 100%;
  background: #333333;
}
/* line 116, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.contain-to-grid .top-bar {
  margin-bottom: 0;
}

/* line 120, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99;
}
/* line 127, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.fixed.expanded:not(.top-bar) {
  overflow-y: auto;
  height: auto;
  width: 100%;
  max-height: 100%;
}
/* line 133, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.fixed.expanded:not(.top-bar) .title-area {
  position: fixed;
  width: 100%;
  z-index: 99;
}
/* line 139, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.fixed.expanded:not(.top-bar) .top-bar-section {
  z-index: 98;
  margin-top: 45px;
}

/* line 146, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar {
  overflow: hidden;
  height: 45px;
  line-height: 45px;
  position: relative;
  background: #333333;
  margin-bottom: 0;
}
/* line 155, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar ul {
  margin-bottom: 0;
  list-style: none;
}
/* line 160, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .row {
  max-width: none;
}
/* line 162, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar form,
.top-bar input {
  margin-bottom: 0;
}
/* line 165, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar input {
  height: 1.8rem;
  padding-top: .35rem;
  padding-bottom: .35rem;
  font-size: 0.75rem;
}
/* line 167, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .button, .top-bar button {
  padding-top: 0.4125rem;
  padding-bottom: 0.4125rem;
  margin-bottom: 0;
  font-size: 0.75rem;
}
@media only screen and (max-width: 41.75em) {
  /* line 167, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar .button, .top-bar button {
    position: relative;
    top: -1px;
  }
}
/* line 183, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .title-area {
  position: relative;
  margin: 0;
}
/* line 188, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .name {
  height: 45px;
  margin: 0;
  font-size: 16px;
}
/* line 193, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .name h1 {
  line-height: 45px;
  font-size: 1.0625rem;
  margin: 0;
}
/* line 197, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .name h1 a {
  font-weight: normal;
  color: white;
  width: 75%;
  display: block;
  padding: 0 15px;
}
/* line 208, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar {
  position: absolute;
  right: 0;
  top: 0;
}
/* line 213, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar a {
  color: white;
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: bold;
  position: relative;
  display: block;
  padding: 0 15px;
  height: 45px;
  line-height: 45px;
}
/* line 226, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar.menu-icon {
  top: 50%;
  margin-top: -16px;
}
/* line 230, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar.menu-icon a {
  height: 34px;
  line-height: 33px;
  padding: 0 40px 0 15px;
  color: white;
  position: relative;
}
/* line 129, ../bower_components/foundation/scss/foundation/components/_global.scss */
.top-bar .toggle-topbar.menu-icon a span::after {
  content: "";
  position: absolute;
  display: block;
  height: 0;
  top: 50%;
  margin-top: -8px;
  right: 15px;
  box-shadow: 0 0px 0 1px white, 0 7px 0 1px white, 0 14px 0 1px white;
  width: 16px;
}
/* line 162, ../bower_components/foundation/scss/foundation/components/_global.scss */
.top-bar .toggle-topbar.menu-icon a span:hover:after {
  box-shadow: 0 0px 0 1px white, 0 7px 0 1px white, 0 14px 0 1px white;
}
/* line 259, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar.expanded {
  height: auto;
  background: transparent;
}
/* line 263, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar.expanded .title-area {
  background: #333333;
}
/* line 266, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar.expanded .toggle-topbar a {
  color: #888888;
}
/* line 267, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar.expanded .toggle-topbar a::after {
  box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888;
}

/* line 279, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  transition: left 300ms ease-out;
}
/* line 285, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul {
  padding: 0;
  width: 100%;
  height: auto;
  display: block;
  font-size: 16px;
  margin: 0;
}
/* line 294, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .divider,
.top-bar-section [role="separator"] {
  border-top: solid 1px #1a1a1a;
  clear: both;
  height: 1px;
  width: 100%;
}
/* line 302, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li {
  background: #333333;
}
/* line 304, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a {
  display: block;
  width: 100%;
  color: white;
  padding: 12px 0 12px 0;
  padding-left: 15px;
  font-family: "Avenir Next W01", Avenir, Arial, sans-serif;
  font-size: 0.8125rem;
  font-weight: normal;
  text-transform: none;
}
/* line 316, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button {
  font-size: 0.8125rem;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #f8f625;
  border-color: #dddb07;
  color: white;
}
/* line 161, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
  background-color: #dddb07;
}
/* line 167, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
  color: white;
}
/* line 322, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
}
/* line 161, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
  background-color: #b9b9b9;
}
/* line 167, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
  color: #333333;
}
/* line 323, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.success {
  background-color: #43ac6a;
  border-color: #368a55;
  color: white;
}
/* line 161, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
  background-color: #368a55;
}
/* line 167, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
  color: white;
}
/* line 324, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: white;
}
/* line 161, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
  background-color: #cf2a0e;
}
/* line 167, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
  color: white;
}
/* line 327, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > button {
  font-size: 0.8125rem;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #f8f625;
  border-color: #dddb07;
  color: white;
}
/* line 161, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
  background-color: #dddb07;
}
/* line 167, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
  color: white;
}
/* line 333, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
}
/* line 161, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
  background-color: #b9b9b9;
}
/* line 167, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
  color: #333333;
}
/* line 334, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > button.success {
  background-color: #43ac6a;
  border-color: #368a55;
  color: white;
}
/* line 161, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
  background-color: #368a55;
}
/* line 167, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
  color: white;
}
/* line 335, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: white;
}
/* line 161, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
  background-color: #cf2a0e;
}
/* line 167, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
  color: white;
}
/* line 339, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li:hover:not(.has-form) > a {
  background-color: #2c2926;
  background: #272727;
  color: white;
}
/* line 349, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li.active > a {
  background: #f8f625;
  color: white;
}
/* line 352, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li.active > a:hover {
  background: #edeb08;
  color: white;
}
/* line 360, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-form {
  padding: 15px;
}
/* line 363, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown {
  position: relative;
}
/* line 367, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown > a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
  border-left-style: solid;
  margin-right: 15px;
  margin-top: -4.5px;
  position: absolute;
  top: 50%;
  right: 0;
}
/* line 379, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown.moved {
  position: static;
}
/* line 380, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown.moved > .dropdown {
  display: block;
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
  position: absolute !important;
  width: 100%;
}
/* line 384, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown.moved > a:after {
  display: none;
}
/* line 391, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown {
  padding: 0;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 99;
  display: block;
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
/* line 399, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li {
  width: 100%;
  height: auto;
}
/* line 403, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li a {
  font-weight: normal;
  padding: 8px 15px;
}
/* line 406, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li a.parent-link {
  font-weight: normal;
}
/* line 411, ../bower_components/foundation/scss/foundation/components/_top-bar.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 416, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {
  color: white;
  display: block;
}
/* line 420, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.parent-link a:hover {
  background: none;
}
/* line 423, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.has-form {
  padding: 8px 15px;
}
/* line 424, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li .button, .top-bar-section .dropdown li button {
  top: auto;
}
/* line 427, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown label {
  padding: 8px 15px 2px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #777777;
  font-weight: bold;
  font-size: 0.625rem;
}

/* line 438, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.js-generated {
  display: block;
}

@media only screen and (min-width: 48.688em) {
  /* line 443, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar {
    background: #333333;
    overflow: visible;
  }
  /* line 172, ../bower_components/foundation/scss/foundation/components/_global.scss */
  .top-bar:before, .top-bar:after {
    content: " ";
    display: table;
  }
  /* line 173, ../bower_components/foundation/scss/foundation/components/_global.scss */
  .top-bar:after {
    clear: both;
  }
  /* line 448, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar .toggle-topbar {
    display: none;
  }
  /* line 450, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar .title-area {
    float: left;
  }
  /* line 451, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar .name h1 a {
    width: auto;
  }
  /* line 453, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar input,
  .top-bar .button,
  .top-bar button {
    font-size: 0.875rem;
    position: relative;
    top: 7px;
  }
  /* line 461, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar.expanded {
    background: #333333;
  }

  /* line 464, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .contain-to-grid .top-bar {
    max-width: 62.5rem;
    margin: 0 auto;
    margin-bottom: 0;
  }

  /* line 470, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section {
    transition: none 0 0;
    left: 0 !important;
  }
  /* line 474, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul {
    width: auto;
    height: auto !important;
    display: inline;
  }
  /* line 479, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul li {
    float: left;
  }
  /* line 481, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul li .js-generated {
    display: none;
  }
  /* line 487, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section li.hover > a:not(.button) {
    background-color: #2c2926;
    background: #272727;
    color: white;
  }
  /* line 496, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section li:not(.has-form) a:not(.button) {
    padding: 0 15px;
    line-height: 45px;
    background: #333333;
  }
  /* line 500, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section li:not(.has-form) a:not(.button):hover {
    background-color: #2c2926;
    background: #272727;
  }
  /* line 509, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section li.active:not(.has-form) a:not(.button) {
    padding: 0 15px;
    line-height: 45px;
    color: white;
    background: #f8f625;
  }
  /* line 514, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section li.active:not(.has-form) a:not(.button):hover {
    background: #edeb08;
    color: white;
  }
  /* line 526, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown > a {
    padding-right: 35px !important;
  }
  /* line 528, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown > a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
    border-top-style: solid;
    margin-top: -2.5px;
    top: 22.5px;
  }
  /* line 537, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.moved {
    position: relative;
  }
  /* line 538, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.moved > .dropdown {
    display: block;
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  /* line 544, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }
  /* line 548, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown > a:focus + .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }
  /* line 554, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    border: none;
    content: "\00bb";
    top: 1rem;
    margin-top: -1px;
    right: 5px;
    line-height: 1.2;
  }
  /* line 567, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown {
    left: 0;
    top: auto;
    background: transparent;
    min-width: 100%;
  }
  /* line 574, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li a {
    color: white;
    line-height: 45px;
    white-space: nowrap;
    padding: 12px 15px;
    background: #333333;
  }
  /* line 583, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
    color: white;
    background: #333333;
  }
  /* line 588, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
    color: white;
    background-color: #2c2926;
    background: #272727;
  }
  /* line 597, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li label {
    white-space: nowrap;
    background: #333333;
  }
  /* line 603, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li .dropdown {
    left: 100%;
    top: 0;
  }
  /* line 610, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
    border-bottom: none;
    border-top: none;
    border-right: solid 1px #4e4e4e;
    clear: none;
    height: 45px;
    width: 0;
  }
  /* line 620, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-form {
    background: #333333;
    padding: 0 15px;
    height: 45px;
  }
  /* line 628, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .right li .dropdown {
    left: auto;
    right: 0;
  }
  /* line 632, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .right li .dropdown li .dropdown {
    right: 100%;
  }
  /* line 636, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .left li .dropdown {
    right: auto;
    left: 0;
  }
  /* line 640, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .left li .dropdown li .dropdown {
    left: 100%;
  }

  /* line 650, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .no-js .top-bar-section ul li:hover > a {
    background-color: #2c2926;
    background: #272727;
    color: white;
  }
  /* line 659, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .no-js .top-bar-section ul li:active > a {
    background: #f8f625;
    color: white;
  }
  /* line 667, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }
  /* line 671, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }
}
/* line 155, ../bower_components/foundation/scss/foundation/components/_type.scss */
.text-left {
  text-align: left !important;
}

/* line 156, ../bower_components/foundation/scss/foundation/components/_type.scss */
.text-right {
  text-align: right !important;
}

/* line 157, ../bower_components/foundation/scss/foundation/components/_type.scss */
.text-center {
  text-align: center !important;
}

/* line 158, ../bower_components/foundation/scss/foundation/components/_type.scss */
.text-justify {
  text-align: justify !important;
}

@media only screen and (max-width: 41.75em) {
  /* line 162, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .small-only-text-left {
    text-align: left !important;
  }

  /* line 163, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .small-only-text-right {
    text-align: right !important;
  }

  /* line 164, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .small-only-text-center {
    text-align: center !important;
  }

  /* line 165, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .small-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen {
  /* line 162, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .small-text-left {
    text-align: left !important;
  }

  /* line 163, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .small-text-right {
    text-align: right !important;
  }

  /* line 164, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .small-text-center {
    text-align: center !important;
  }

  /* line 165, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .small-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 48.688em) and (max-width: 64em) {
  /* line 162, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .medium-only-text-left {
    text-align: left !important;
  }

  /* line 163, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .medium-only-text-right {
    text-align: right !important;
  }

  /* line 164, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .medium-only-text-center {
    text-align: center !important;
  }

  /* line 165, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .medium-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 48.688em) {
  /* line 162, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .medium-text-left {
    text-align: left !important;
  }

  /* line 163, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .medium-text-right {
    text-align: right !important;
  }

  /* line 164, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .medium-text-center {
    text-align: center !important;
  }

  /* line 165, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .medium-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  /* line 162, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .large-only-text-left {
    text-align: left !important;
  }

  /* line 163, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .large-only-text-right {
    text-align: right !important;
  }

  /* line 164, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .large-only-text-center {
    text-align: center !important;
  }

  /* line 165, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .large-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 162, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .large-text-left {
    text-align: left !important;
  }

  /* line 163, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .large-text-right {
    text-align: right !important;
  }

  /* line 164, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .large-text-center {
    text-align: center !important;
  }

  /* line 165, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .large-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 90.063em) and (max-width: 120em) {
  /* line 162, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .xlarge-only-text-left {
    text-align: left !important;
  }

  /* line 163, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .xlarge-only-text-right {
    text-align: right !important;
  }

  /* line 164, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .xlarge-only-text-center {
    text-align: center !important;
  }

  /* line 165, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .xlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 90.063em) {
  /* line 162, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .xlarge-text-left {
    text-align: left !important;
  }

  /* line 163, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .xlarge-text-right {
    text-align: right !important;
  }

  /* line 164, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .xlarge-text-center {
    text-align: center !important;
  }

  /* line 165, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .xlarge-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
  /* line 162, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .xxlarge-only-text-left {
    text-align: left !important;
  }

  /* line 163, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .xxlarge-only-text-right {
    text-align: right !important;
  }

  /* line 164, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .xxlarge-only-text-center {
    text-align: center !important;
  }

  /* line 165, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .xxlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 120.063em) {
  /* line 162, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .xxlarge-text-left {
    text-align: left !important;
  }

  /* line 163, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .xxlarge-text-right {
    text-align: right !important;
  }

  /* line 164, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .xxlarge-text-center {
    text-align: center !important;
  }

  /* line 165, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .xxlarge-text-justify {
    text-align: justify !important;
  }
}
/* Typography resets */
/* line 193, ../bower_components/foundation/scss/foundation/components/_type.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 217, ../bower_components/foundation/scss/foundation/components/_type.scss */
a {
  color: #f8f625;
  text-decoration: none;
  line-height: inherit;
}
/* line 222, ../bower_components/foundation/scss/foundation/components/_type.scss */
a:hover, a:focus {
  color: #edeb08;
}
/* line 230, ../bower_components/foundation/scss/foundation/components/_type.scss */
a img {
  border: none;
}

/* Default paragraph styles */
/* line 234, ../bower_components/foundation/scss/foundation/components/_type.scss */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
}
/* line 242, ../bower_components/foundation/scss/foundation/components/_type.scss */
p.lead {
  font-size: 1.21875rem;
  line-height: 1.6;
}
/* line 244, ../bower_components/foundation/scss/foundation/components/_type.scss */
p aside {
  font-size: 0.875rem;
  line-height: 1.35;
  font-style: italic;
}

/* Default header styles */
/* line 252, ../bower_components/foundation/scss/foundation/components/_type.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Avenir Next W01", Avenir, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
/* line 262, ../bower_components/foundation/scss/foundation/components/_type.scss */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 60%;
  color: #6f6f6f;
  line-height: 0;
}

/* line 269, ../bower_components/foundation/scss/foundation/components/_type.scss */
h1 {
  font-size: 2.125rem;
}

/* line 270, ../bower_components/foundation/scss/foundation/components/_type.scss */
h2 {
  font-size: 1.6875rem;
}

/* line 271, ../bower_components/foundation/scss/foundation/components/_type.scss */
h3 {
  font-size: 1.375rem;
}

/* line 272, ../bower_components/foundation/scss/foundation/components/_type.scss */
h4 {
  font-size: 1.125rem;
}

/* line 273, ../bower_components/foundation/scss/foundation/components/_type.scss */
h5 {
  font-size: 1.125rem;
}

/* line 274, ../bower_components/foundation/scss/foundation/components/_type.scss */
h6 {
  font-size: 1rem;
}

/* line 276, ../bower_components/foundation/scss/foundation/components/_type.scss */
.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}

/* line 278, ../bower_components/foundation/scss/foundation/components/_type.scss */
hr {
  border: solid #dddddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  height: 0;
}

/* Helpful Typography Defaults */
/* line 287, ../bower_components/foundation/scss/foundation/components/_type.scss */
em,
i {
  font-style: italic;
  line-height: inherit;
}

/* line 293, ../bower_components/foundation/scss/foundation/components/_type.scss */
strong,
b {
  font-weight: bold;
  line-height: inherit;
}

/* line 299, ../bower_components/foundation/scss/foundation/components/_type.scss */
small {
  font-size: 60%;
  line-height: inherit;
}

/* line 304, ../bower_components/foundation/scss/foundation/components/_type.scss */
code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #333333;
  background-color: #f8f8f8;
  border-width: 1px;
  border-style: solid;
  border-color: #dfdfdf;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

/* Lists */
/* line 316, ../bower_components/foundation/scss/foundation/components/_type.scss */
ul,
ol,
dl {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  list-style-position: outside;
  font-family: inherit;
}

/* line 326, ../bower_components/foundation/scss/foundation/components/_type.scss */
ul {
  margin-left: 1.1rem;
}
/* line 328, ../bower_components/foundation/scss/foundation/components/_type.scss */
ul.no-bullet {
  margin-left: 0;
}
/* line 331, ../bower_components/foundation/scss/foundation/components/_type.scss */
ul.no-bullet li ul,
ul.no-bullet li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style: none;
}

/* Unordered Lists */
/* line 344, ../bower_components/foundation/scss/foundation/components/_type.scss */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}
/* line 353, ../bower_components/foundation/scss/foundation/components/_type.scss */
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}
/* line 356, ../bower_components/foundation/scss/foundation/components/_type.scss */
ul.square {
  list-style-type: square;
  margin-left: 1.1rem;
}
/* line 357, ../bower_components/foundation/scss/foundation/components/_type.scss */
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem;
}
/* line 358, ../bower_components/foundation/scss/foundation/components/_type.scss */
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem;
}
/* line 359, ../bower_components/foundation/scss/foundation/components/_type.scss */
ul.no-bullet {
  list-style: none;
}

/* Ordered Lists */
/* line 363, ../bower_components/foundation/scss/foundation/components/_type.scss */
ol {
  margin-left: 1.4rem;
}
/* line 366, ../bower_components/foundation/scss/foundation/components/_type.scss */
ol li ul,
ol li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

/* Definition Lists */
/* line 376, ../bower_components/foundation/scss/foundation/components/_type.scss */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}
/* line 380, ../bower_components/foundation/scss/foundation/components/_type.scss */
dl dd {
  margin-bottom: 0.75rem;
}

/* Abbreviations */
/* line 384, ../bower_components/foundation/scss/foundation/components/_type.scss */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222222;
  cursor: help;
}

/* line 391, ../bower_components/foundation/scss/foundation/components/_type.scss */
abbr {
  text-transform: none;
}
/* line 393, ../bower_components/foundation/scss/foundation/components/_type.scss */
abbr[title] {
  border-bottom: 1px dotted #dddddd;
}

/* Blockquotes */
/* line 399, ../bower_components/foundation/scss/foundation/components/_type.scss */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #dddddd;
}
/* line 404, ../bower_components/foundation/scss/foundation/components/_type.scss */
blockquote cite {
  display: block;
  font-size: 0.8125rem;
  color: #555555;
}
/* line 408, ../bower_components/foundation/scss/foundation/components/_type.scss */
blockquote cite:before {
  content: "\2014 \0020";
}
/* line 412, ../bower_components/foundation/scss/foundation/components/_type.scss */
blockquote cite a,
blockquote cite a:visited {
  color: #555555;
}

/* line 418, ../bower_components/foundation/scss/foundation/components/_type.scss */
blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f;
}

/* Microformats */
/* line 425, ../bower_components/foundation/scss/foundation/components/_type.scss */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #dddddd;
  padding: 0.625rem 0.75rem;
}
/* line 431, ../bower_components/foundation/scss/foundation/components/_type.scss */
.vcard li {
  margin: 0;
  display: block;
}
/* line 435, ../bower_components/foundation/scss/foundation/components/_type.scss */
.vcard .fn {
  font-weight: bold;
  font-size: 0.9375rem;
}

/* line 442, ../bower_components/foundation/scss/foundation/components/_type.scss */
.vevent .summary {
  font-weight: bold;
}
/* line 444, ../bower_components/foundation/scss/foundation/components/_type.scss */
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem;
}

@media only screen and (min-width: 48.688em) {
  /* line 455, ../bower_components/foundation/scss/foundation/components/_type.scss */
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }

  /* line 456, ../bower_components/foundation/scss/foundation/components/_type.scss */
  h1 {
    font-size: 2.75rem;
  }

  /* line 457, ../bower_components/foundation/scss/foundation/components/_type.scss */
  h2 {
    font-size: 2.3125rem;
  }

  /* line 458, ../bower_components/foundation/scss/foundation/components/_type.scss */
  h3 {
    font-size: 1.6875rem;
  }

  /* line 459, ../bower_components/foundation/scss/foundation/components/_type.scss */
  h4 {
    font-size: 1.4375rem;
  }

  /* line 460, ../bower_components/foundation/scss/foundation/components/_type.scss */
  h5 {
    font-size: 1.125rem;
  }

  /* line 461, ../bower_components/foundation/scss/foundation/components/_type.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)
*/
/* line 472, ../bower_components/foundation/scss/foundation/components/_type.scss */
.print-only {
  display: none !important;
}

@media print {
  /* line 474, ../bower_components/foundation/scss/foundation/components/_type.scss */
  * {
    background: transparent !important;
    color: black !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 481, ../bower_components/foundation/scss/foundation/components/_type.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 483, ../bower_components/foundation/scss/foundation/components/_type.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 485, ../bower_components/foundation/scss/foundation/components/_type.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 488, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 492, ../bower_components/foundation/scss/foundation/components/_type.scss */
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }

  /* line 498, ../bower_components/foundation/scss/foundation/components/_type.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  /* line 500, ../bower_components/foundation/scss/foundation/components/_type.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 503, ../bower_components/foundation/scss/foundation/components/_type.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 507, ../bower_components/foundation/scss/foundation/components/_type.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 514, ../bower_components/foundation/scss/foundation/components/_type.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 517, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .hide-on-print {
    display: none !important;
  }

  /* line 518, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .print-only {
    display: block !important;
  }

  /* line 519, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .hide-for-print {
    display: none !important;
  }

  /* line 520, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .show-for-print {
    display: inherit !important;
  }
}
/* small displays */
@media only screen {
  /* line 244, ../bower_components/foundation/scss/foundation/components/_visibility.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-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important;
  }

  /* line 247, ../bower_components/foundation/scss/foundation/components/_visibility.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-xxlarge-only, .show-for-xxlarge-up {
    display: none !important;
  }

  /* line 251, ../bower_components/foundation/scss/foundation/components/_visibility.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-xxlarge-only, .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  /* line 254, ../bower_components/foundation/scss/foundation/components/_visibility.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-xxlarge-only, .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  /* line 259, ../bower_components/foundation/scss/foundation/components/_visibility.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-xxlarge-only, table.hide-for-xxlarge-up {
    display: table;
  }

  /* line 262, ../bower_components/foundation/scss/foundation/components/_visibility.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-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important;
  }

  /* line 265, ../bower_components/foundation/scss/foundation/components/_visibility.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-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important;
  }

  /* line 268, ../bower_components/foundation/scss/foundation/components/_visibility.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-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important;
  }

  /* line 271, ../bower_components/foundation/scss/foundation/components/_visibility.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-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important;
  }
}
/* medium displays */
@media only screen and (min-width: 48.688em) {
  /* line 244, ../bower_components/foundation/scss/foundation/components/_visibility.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-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important;
  }

  /* line 247, ../bower_components/foundation/scss/foundation/components/_visibility.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-xxlarge-only, .show-for-xxlarge-up {
    display: none !important;
  }

  /* line 251, ../bower_components/foundation/scss/foundation/components/_visibility.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-xxlarge-only, .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  /* line 254, ../bower_components/foundation/scss/foundation/components/_visibility.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-xxlarge-only, .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  /* line 259, ../bower_components/foundation/scss/foundation/components/_visibility.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-xxlarge-only, table.hide-for-xxlarge-up {
    display: table;
  }

  /* line 262, ../bower_components/foundation/scss/foundation/components/_visibility.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-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important;
  }

  /* line 265, ../bower_components/foundation/scss/foundation/components/_visibility.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-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important;
  }

  /* line 268, ../bower_components/foundation/scss/foundation/components/_visibility.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-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important;
  }

  /* line 271, ../bower_components/foundation/scss/foundation/components/_visibility.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-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important;
  }
}
/* large displays */
@media only screen and (min-width: 64.063em) {
  /* line 244, ../bower_components/foundation/scss/foundation/components/_visibility.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-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important;
  }

  /* line 247, ../bower_components/foundation/scss/foundation/components/_visibility.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-xxlarge-only, .show-for-xxlarge-up {
    display: none !important;
  }

  /* line 251, ../bower_components/foundation/scss/foundation/components/_visibility.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-xxlarge-only, .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  /* line 254, ../bower_components/foundation/scss/foundation/components/_visibility.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-xxlarge-only, .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  /* line 259, ../bower_components/foundation/scss/foundation/components/_visibility.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-xxlarge-only, table.hide-for-xxlarge-up {
    display: table;
  }

  /* line 262, ../bower_components/foundation/scss/foundation/components/_visibility.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-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important;
  }

  /* line 265, ../bower_components/foundation/scss/foundation/components/_visibility.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-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important;
  }

  /* line 268, ../bower_components/foundation/scss/foundation/components/_visibility.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-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important;
  }

  /* line 271, ../bower_components/foundation/scss/foundation/components/_visibility.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-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important;
  }
}
/* xlarge displays */
@media only screen and (min-width: 90.063em) {
  /* line 244, ../bower_components/foundation/scss/foundation/components/_visibility.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, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important;
  }

  /* line 247, ../bower_components/foundation/scss/foundation/components/_visibility.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, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important;
  }

  /* line 251, ../bower_components/foundation/scss/foundation/components/_visibility.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, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  /* line 254, ../bower_components/foundation/scss/foundation/components/_visibility.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, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  /* line 259, ../bower_components/foundation/scss/foundation/components/_visibility.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.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
    display: table;
  }

  /* line 262, ../bower_components/foundation/scss/foundation/components/_visibility.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.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important;
  }

  /* line 265, ../bower_components/foundation/scss/foundation/components/_visibility.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.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important;
  }

  /* line 268, ../bower_components/foundation/scss/foundation/components/_visibility.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.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important;
  }

  /* line 271, ../bower_components/foundation/scss/foundation/components/_visibility.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.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important;
  }
}
/* xxlarge displays */
@media only screen and (min-width: 120.063em) {
  /* line 244, ../bower_components/foundation/scss/foundation/components/_visibility.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, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: inherit !important;
  }

  /* line 247, ../bower_components/foundation/scss/foundation/components/_visibility.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, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: none !important;
  }

  /* line 251, ../bower_components/foundation/scss/foundation/components/_visibility.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, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  /* line 254, ../bower_components/foundation/scss/foundation/components/_visibility.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, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  /* line 259, ../bower_components/foundation/scss/foundation/components/_visibility.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.show-for-xxlarge-only, table.show-for-xxlarge-up {
    display: table;
  }

  /* line 262, ../bower_components/foundation/scss/foundation/components/_visibility.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.show-for-xxlarge-only, thead.show-for-xxlarge-up {
    display: table-header-group !important;
  }

  /* line 265, ../bower_components/foundation/scss/foundation/components/_visibility.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.show-for-xxlarge-only, tbody.show-for-xxlarge-up {
    display: table-row-group !important;
  }

  /* line 268, ../bower_components/foundation/scss/foundation/components/_visibility.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.show-for-xxlarge-only, tr.show-for-xxlarge-up {
    display: table-row !important;
  }

  /* line 271, ../bower_components/foundation/scss/foundation/components/_visibility.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.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up {
    display: table-cell !important;
  }
}
/* Orientation targeting */
/* line 285, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

/* line 287, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visibility for tables */
/* line 292, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
table.hide-for-landscape, table.show-for-portrait {
  display: table;
}

/* line 296, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}

/* line 300, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}

/* line 304, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}

/* line 309, ../bower_components/foundation/scss/foundation/components/_visibility.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 314, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }

  /* line 316, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }

  /* Specific visibility for tables */
  /* line 321, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  table.show-for-landscape, table.hide-for-portrait {
    display: table;
  }

  /* line 325, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }

  /* line 329, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }

  /* line 333, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }

  /* line 338, ../bower_components/foundation/scss/foundation/components/_visibility.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 344, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }

  /* line 346, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }

  /* Specific visibility for tables */
  /* line 351, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  table.show-for-portrait, table.hide-for-landscape {
    display: table;
  }

  /* line 355, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }

  /* line 359, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }

  /* line 363, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }

  /* line 368, ../bower_components/foundation/scss/foundation/components/_visibility.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 374, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
.show-for-touch {
  display: none !important;
}

/* line 375, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
.hide-for-touch {
  display: inherit !important;
}

/* line 376, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
.touch .show-for-touch {
  display: inherit !important;
}

/* line 377, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
.touch .hide-for-touch {
  display: none !important;
}

/* Specific visibility for tables */
/* line 380, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
table.hide-for-touch {
  display: table;
}

/* line 381, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
.touch table.show-for-touch {
  display: table;
}

/* line 382, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
thead.hide-for-touch {
  display: table-header-group !important;
}

/* line 383, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
.touch thead.show-for-touch {
  display: table-header-group !important;
}

/* line 384, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
tbody.hide-for-touch {
  display: table-row-group !important;
}

/* line 385, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
.touch tbody.show-for-touch {
  display: table-row-group !important;
}

/* line 386, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
tr.hide-for-touch {
  display: table-row !important;
}

/* line 387, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
.touch tr.show-for-touch {
  display: table-row !important;
}

/* line 388, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
td.hide-for-touch {
  display: table-cell !important;
}

/* line 389, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
.touch td.show-for-touch {
  display: table-cell !important;
}

/* line 390, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
th.hide-for-touch {
  display: table-cell !important;
}

/* line 391, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
.touch th.show-for-touch {
  display: table-cell !important;
}

/* Print visibility */
@media print {
  /* line 396, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  .show-for-print {
    display: block;
  }

  /* line 397, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hide-for-print {
    display: none;
  }

  /* line 399, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  table.show-for-print {
    display: table;
  }

  /* line 400, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  thead.show-for-print {
    display: table-header-group !important;
  }

  /* line 401, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  tbody.show-for-print {
    display: table-row-group !important;
  }

  /* line 402, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  tr.show-for-print {
    display: table-row !important;
  }

  /* line 403, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  td.show-for-print {
    display: table-cell !important;
  }

  /* line 404, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  th.show-for-print {
    display: table-cell !important;
  }
}
@font-face {
  font-family: '[set]Foundicons';
  src: url("http://teamhfa.com/styles/fonts/[set]_foundicons.eot");
  src: url("http://teamhfa.com/styles/fonts/[set]_foundicons.eot#iefix") format("embedded-opentype"), url("http://teamhfa.com/styles/fonts/[set]_foundicons.woff") format("woff"), url("http://teamhfa.com/styles/fonts/[set]_foundicons.ttf") format("truetype"), url("fonts/[set]_foundicons.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 14, ../scss/base/_foundation-icons.scss */
[class*="foundicon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: inherit;
  vertical-align: baseline;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
}

/* line 25, ../scss/base/_foundation-icons.scss */
[class*="foundicon-"]:before {
  font-family: "[set]Foundicons";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}

/* 
 * Foundation Icons v 3.0
 * Made by ZURB 2013 http://zurb.com/playground/foundation-icon-fonts-3
 * MIT License
 */
@font-face {
  font-family: "foundation-icons";
  src: url("foundation-icons.eot");
  src: url("foundation-icons.eot#iefix") format("embedded-opentype"), url("foundation-icons.woff") format("woff"), url("foundation-icons.ttf") format("truetype"), url("foundation-icons.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 49, ../scss/base/_foundation-icons.scss */
.fi-address-book:before,
.fi-alert:before,
.fi-align-center:before,
.fi-align-justify:before,
.fi-align-left:before,
.fi-align-right:before,
.fi-anchor:before,
.fi-annotate:before,
.fi-archive:before,
.fi-arrow-down:before,
.fi-arrow-left:before,
.fi-arrow-right:before,
.fi-arrow-up:before,
.fi-arrows-compress:before,
.fi-arrows-expand:before,
.fi-arrows-in:before,
.fi-arrows-out:before,
.fi-asl:before,
.fi-asterisk:before,
.fi-at-sign:before,
.fi-background-color:before,
.fi-battery-empty:before,
.fi-battery-full:before,
.fi-battery-half:before,
.fi-bitcoin-circle:before,
.fi-bitcoin:before,
.fi-blind:before,
.fi-bluetooth:before,
.fi-bold:before,
.fi-book-bookmark:before,
.fi-book:before,
.fi-bookmark:before,
.fi-braille:before,
.fi-burst-new:before,
.fi-burst-sale:before,
.fi-burst:before,
.fi-calendar:before,
.fi-camera:before,
.fi-check:before,
.fi-checkbox:before,
.fi-clipboard-notes:before,
.fi-clipboard-pencil:before,
.fi-clipboard:before,
.fi-clock:before,
.fi-closed-caption:before,
.fi-cloud:before,
.fi-comment-minus:before,
.fi-comment-quotes:before,
.fi-comment-video:before,
.fi-comment:before,
.fi-comments:before,
.fi-compass:before,
.fi-contrast:before,
.fi-credit-card:before,
.fi-crop:before,
.fi-crown:before,
.fi-css3:before,
.fi-database:before,
.fi-die-five:before,
.fi-die-four:before,
.fi-die-one:before,
.fi-die-six:before,
.fi-die-three:before,
.fi-die-two:before,
.fi-dislike:before,
.fi-dollar-bill:before,
.fi-dollar:before,
.fi-download:before,
.fi-eject:before,
.fi-elevator:before,
.fi-euro:before,
.fi-eye:before,
.fi-fast-forward:before,
.fi-female-symbol:before,
.fi-female:before,
.fi-filter:before,
.fi-first-aid:before,
.fi-flag:before,
.fi-folder-add:before,
.fi-folder-lock:before,
.fi-folder:before,
.fi-foot:before,
.fi-foundation:before,
.fi-graph-bar:before,
.fi-graph-horizontal:before,
.fi-graph-pie:before,
.fi-graph-trend:before,
.fi-guide-dog:before,
.fi-hearing-aid:before,
.fi-heart:before,
.fi-home:before,
.fi-html5:before,
.fi-indent-less:before,
.fi-indent-more:before,
.fi-info:before,
.fi-italic:before,
.fi-key:before,
.fi-laptop:before,
.fi-layout:before,
.fi-lightbulb:before,
.fi-like:before,
.fi-link:before,
.fi-list-bullet:before,
.fi-list-number:before,
.fi-list-thumbnails:before,
.fi-list:before,
.fi-lock:before,
.fi-loop:before,
.fi-magnifying-glass:before,
.fi-mail:before,
.fi-male-female:before,
.fi-male-symbol:before,
.fi-male:before,
.fi-map:before,
.fi-marker:before,
.fi-megaphone:before,
.fi-microphone:before,
.fi-minus-circle:before,
.fi-minus:before,
.fi-mobile-signal:before,
.fi-mobile:before,
.fi-monitor:before,
.fi-mountains:before,
.fi-music:before,
.fi-next:before,
.fi-no-dogs:before,
.fi-no-smoking:before,
.fi-page-add:before,
.fi-page-copy:before,
.fi-page-csv:before,
.fi-page-delete:before,
.fi-page-doc:before,
.fi-page-edit:before,
.fi-page-export-csv:before,
.fi-page-export-doc:before,
.fi-page-export-pdf:before,
.fi-page-export:before,
.fi-page-filled:before,
.fi-page-multiple:before,
.fi-page-pdf:before,
.fi-page-remove:before,
.fi-page-search:before,
.fi-page:before,
.fi-paint-bucket:before,
.fi-paperclip:before,
.fi-pause:before,
.fi-paw:before,
.fi-paypal:before,
.fi-pencil:before,
.fi-photo:before,
.fi-play-circle:before,
.fi-play-video:before,
.fi-play:before,
.fi-plus:before,
.fi-pound:before,
.fi-power:before,
.fi-previous:before,
.fi-price-tag:before,
.fi-pricetag-multiple:before,
.fi-print:before,
.fi-prohibited:before,
.fi-projection-screen:before,
.fi-puzzle:before,
.fi-quote:before,
.fi-record:before,
.fi-refresh:before,
.fi-results-demographics:before,
.fi-results:before,
.fi-rewind-ten:before,
.fi-rewind:before,
.fi-rss:before,
.fi-safety-cone:before,
.fi-save:before,
.fi-share:before,
.fi-sheriff-badge:before,
.fi-shield:before,
.fi-shopping-bag:before,
.fi-shopping-cart:before,
.fi-shuffle:before,
.fi-skull:before,
.fi-social-500px:before,
.fi-social-adobe:before,
.fi-social-amazon:before,
.fi-social-android:before,
.fi-social-apple:before,
.fi-social-behance:before,
.fi-social-bing:before,
.fi-social-blogger:before,
.fi-social-delicious:before,
.fi-social-designer-news:before,
.fi-social-deviant-art:before,
.fi-social-digg:before,
.fi-social-dribbble:before,
.fi-social-drive:before,
.fi-social-dropbox:before,
.fi-social-evernote:before,
.fi-social-facebook:before,
.fi-social-flickr:before,
.fi-social-forrst:before,
.fi-social-foursquare:before,
.fi-social-game-center:before,
.fi-social-github:before,
.fi-social-google-plus:before,
.fi-social-hacker-news:before,
.fi-social-hi5:before,
.fi-social-instagram:before,
.fi-social-joomla:before,
.fi-social-lastfm:before,
.fi-social-linkedin:before,
.fi-social-medium:before,
.fi-social-myspace:before,
.fi-social-orkut:before,
.fi-social-path:before,
.fi-social-picasa:before,
.fi-social-pinterest:before,
.fi-social-rdio:before,
.fi-social-reddit:before,
.fi-social-skillshare:before,
.fi-social-skype:before,
.fi-social-smashing-mag:before,
.fi-social-snapchat:before,
.fi-social-spotify:before,
.fi-social-squidoo:before,
.fi-social-stack-overflow:before,
.fi-social-steam:before,
.fi-social-stumbleupon:before,
.fi-social-treehouse:before,
.fi-social-tumblr:before,
.fi-social-twitter:before,
.fi-social-vimeo:before,
.fi-social-windows:before,
.fi-social-xbox:before,
.fi-social-yahoo:before,
.fi-social-yelp:before,
.fi-social-youtube:before,
.fi-social-zerply:before,
.fi-social-zurb:before,
.fi-sound:before,
.fi-star:before,
.fi-stop:before,
.fi-strikethrough:before,
.fi-subscript:before,
.fi-superscript:before,
.fi-tablet-landscape:before,
.fi-tablet-portrait:before,
.fi-target-two:before,
.fi-target:before,
.fi-telephone-accessible:before,
.fi-telephone:before,
.fi-text-color:before,
.fi-thumbnails:before,
.fi-ticket:before,
.fi-torso-business:before,
.fi-torso-female:before,
.fi-torso:before,
.fi-torsos-all-female:before,
.fi-torsos-all:before,
.fi-torsos-female-male:before,
.fi-torsos-male-female:before,
.fi-torsos:before,
.fi-trash:before,
.fi-trees:before,
.fi-trophy:before,
.fi-underline:before,
.fi-universal-access:before,
.fi-unlink:before,
.fi-unlock:before,
.fi-upload-cloud:before,
.fi-upload:before,
.fi-usb:before,
.fi-video:before,
.fi-volume-none:before,
.fi-volume-strike:before,
.fi-volume:before,
.fi-web:before,
.fi-wheelchair:before,
.fi-widget:before,
.fi-wrench:before,
.fi-x-circle:before,
.fi-x:before,
.fi-yen:before,
.fi-zoom-in:before,
.fi-zoom-out:before {
  font-family: "foundation-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
}

/* line 343, ../scss/base/_foundation-icons.scss */
.fi-address-book:before {
  content: "\f100";
}

/* line 344, ../scss/base/_foundation-icons.scss */
.fi-alert:before {
  content: "\f101";
}

/* line 345, ../scss/base/_foundation-icons.scss */
.fi-align-center:before {
  content: "\f102";
}

/* line 346, ../scss/base/_foundation-icons.scss */
.fi-align-justify:before {
  content: "\f103";
}

/* line 347, ../scss/base/_foundation-icons.scss */
.fi-align-left:before {
  content: "\f104";
}

/* line 348, ../scss/base/_foundation-icons.scss */
.fi-align-right:before {
  content: "\f105";
}

/* line 349, ../scss/base/_foundation-icons.scss */
.fi-anchor:before {
  content: "\f106";
}

/* line 350, ../scss/base/_foundation-icons.scss */
.fi-annotate:before {
  content: "\f107";
}

/* line 351, ../scss/base/_foundation-icons.scss */
.fi-archive:before {
  content: "\f108";
}

/* line 352, ../scss/base/_foundation-icons.scss */
.fi-arrow-down:before {
  content: "\f109";
}

/* line 353, ../scss/base/_foundation-icons.scss */
.fi-arrow-left:before {
  content: "\f10a";
}

/* line 354, ../scss/base/_foundation-icons.scss */
.fi-arrow-right:before {
  content: "\f10b";
}

/* line 355, ../scss/base/_foundation-icons.scss */
.fi-arrow-up:before {
  content: "\f10c";
}

/* line 356, ../scss/base/_foundation-icons.scss */
.fi-arrows-compress:before {
  content: "\f10d";
}

/* line 357, ../scss/base/_foundation-icons.scss */
.fi-arrows-expand:before {
  content: "\f10e";
}

/* line 358, ../scss/base/_foundation-icons.scss */
.fi-arrows-in:before {
  content: "\f10f";
}

/* line 359, ../scss/base/_foundation-icons.scss */
.fi-arrows-out:before {
  content: "\f110";
}

/* line 360, ../scss/base/_foundation-icons.scss */
.fi-asl:before {
  content: "\f111";
}

/* line 361, ../scss/base/_foundation-icons.scss */
.fi-asterisk:before {
  content: "\f112";
}

/* line 362, ../scss/base/_foundation-icons.scss */
.fi-at-sign:before {
  content: "\f113";
}

/* line 363, ../scss/base/_foundation-icons.scss */
.fi-background-color:before {
  content: "\f114";
}

/* line 364, ../scss/base/_foundation-icons.scss */
.fi-battery-empty:before {
  content: "\f115";
}

/* line 365, ../scss/base/_foundation-icons.scss */
.fi-battery-full:before {
  content: "\f116";
}

/* line 366, ../scss/base/_foundation-icons.scss */
.fi-battery-half:before {
  content: "\f117";
}

/* line 367, ../scss/base/_foundation-icons.scss */
.fi-bitcoin-circle:before {
  content: "\f118";
}

/* line 368, ../scss/base/_foundation-icons.scss */
.fi-bitcoin:before {
  content: "\f119";
}

/* line 369, ../scss/base/_foundation-icons.scss */
.fi-blind:before {
  content: "\f11a";
}

/* line 370, ../scss/base/_foundation-icons.scss */
.fi-bluetooth:before {
  content: "\f11b";
}

/* line 371, ../scss/base/_foundation-icons.scss */
.fi-bold:before {
  content: "\f11c";
}

/* line 372, ../scss/base/_foundation-icons.scss */
.fi-book-bookmark:before {
  content: "\f11d";
}

/* line 373, ../scss/base/_foundation-icons.scss */
.fi-book:before {
  content: "\f11e";
}

/* line 374, ../scss/base/_foundation-icons.scss */
.fi-bookmark:before {
  content: "\f11f";
}

/* line 375, ../scss/base/_foundation-icons.scss */
.fi-braille:before {
  content: "\f120";
}

/* line 376, ../scss/base/_foundation-icons.scss */
.fi-burst-new:before {
  content: "\f121";
}

/* line 377, ../scss/base/_foundation-icons.scss */
.fi-burst-sale:before {
  content: "\f122";
}

/* line 378, ../scss/base/_foundation-icons.scss */
.fi-burst:before {
  content: "\f123";
}

/* line 379, ../scss/base/_foundation-icons.scss */
.fi-calendar:before {
  content: "\f124";
}

/* line 380, ../scss/base/_foundation-icons.scss */
.fi-camera:before {
  content: "\f125";
}

/* line 381, ../scss/base/_foundation-icons.scss */
.fi-check:before {
  content: "\f126";
}

/* line 382, ../scss/base/_foundation-icons.scss */
.fi-checkbox:before {
  content: "\f127";
}

/* line 383, ../scss/base/_foundation-icons.scss */
.fi-clipboard-notes:before {
  content: "\f128";
}

/* line 384, ../scss/base/_foundation-icons.scss */
.fi-clipboard-pencil:before {
  content: "\f129";
}

/* line 385, ../scss/base/_foundation-icons.scss */
.fi-clipboard:before {
  content: "\f12a";
}

/* line 386, ../scss/base/_foundation-icons.scss */
.fi-clock:before {
  content: "\f12b";
}

/* line 387, ../scss/base/_foundation-icons.scss */
.fi-closed-caption:before {
  content: "\f12c";
}

/* line 388, ../scss/base/_foundation-icons.scss */
.fi-cloud:before {
  content: "\f12d";
}

/* line 389, ../scss/base/_foundation-icons.scss */
.fi-comment-minus:before {
  content: "\f12e";
}

/* line 390, ../scss/base/_foundation-icons.scss */
.fi-comment-quotes:before {
  content: "\f12f";
}

/* line 391, ../scss/base/_foundation-icons.scss */
.fi-comment-video:before {
  content: "\f130";
}

/* line 392, ../scss/base/_foundation-icons.scss */
.fi-comment:before {
  content: "\f131";
}

/* line 393, ../scss/base/_foundation-icons.scss */
.fi-comments:before {
  content: "\f132";
}

/* line 394, ../scss/base/_foundation-icons.scss */
.fi-compass:before {
  content: "\f133";
}

/* line 395, ../scss/base/_foundation-icons.scss */
.fi-contrast:before {
  content: "\f134";
}

/* line 396, ../scss/base/_foundation-icons.scss */
.fi-credit-card:before {
  content: "\f135";
}

/* line 397, ../scss/base/_foundation-icons.scss */
.fi-crop:before {
  content: "\f136";
}

/* line 398, ../scss/base/_foundation-icons.scss */
.fi-crown:before {
  content: "\f137";
}

/* line 399, ../scss/base/_foundation-icons.scss */
.fi-css3:before {
  content: "\f138";
}

/* line 400, ../scss/base/_foundation-icons.scss */
.fi-database:before {
  content: "\f139";
}

/* line 401, ../scss/base/_foundation-icons.scss */
.fi-die-five:before {
  content: "\f13a";
}

/* line 402, ../scss/base/_foundation-icons.scss */
.fi-die-four:before {
  content: "\f13b";
}

/* line 403, ../scss/base/_foundation-icons.scss */
.fi-die-one:before {
  content: "\f13c";
}

/* line 404, ../scss/base/_foundation-icons.scss */
.fi-die-six:before {
  content: "\f13d";
}

/* line 405, ../scss/base/_foundation-icons.scss */
.fi-die-three:before {
  content: "\f13e";
}

/* line 406, ../scss/base/_foundation-icons.scss */
.fi-die-two:before {
  content: "\f13f";
}

/* line 407, ../scss/base/_foundation-icons.scss */
.fi-dislike:before {
  content: "\f140";
}

/* line 408, ../scss/base/_foundation-icons.scss */
.fi-dollar-bill:before {
  content: "\f141";
}

/* line 409, ../scss/base/_foundation-icons.scss */
.fi-dollar:before {
  content: "\f142";
}

/* line 410, ../scss/base/_foundation-icons.scss */
.fi-download:before {
  content: "\f143";
}

/* line 411, ../scss/base/_foundation-icons.scss */
.fi-eject:before {
  content: "\f144";
}

/* line 412, ../scss/base/_foundation-icons.scss */
.fi-elevator:before {
  content: "\f145";
}

/* line 413, ../scss/base/_foundation-icons.scss */
.fi-euro:before {
  content: "\f146";
}

/* line 414, ../scss/base/_foundation-icons.scss */
.fi-eye:before {
  content: "\f147";
}

/* line 415, ../scss/base/_foundation-icons.scss */
.fi-fast-forward:before {
  content: "\f148";
}

/* line 416, ../scss/base/_foundation-icons.scss */
.fi-female-symbol:before {
  content: "\f149";
}

/* line 417, ../scss/base/_foundation-icons.scss */
.fi-female:before {
  content: "\f14a";
}

/* line 418, ../scss/base/_foundation-icons.scss */
.fi-filter:before {
  content: "\f14b";
}

/* line 419, ../scss/base/_foundation-icons.scss */
.fi-first-aid:before {
  content: "\f14c";
}

/* line 420, ../scss/base/_foundation-icons.scss */
.fi-flag:before {
  content: "\f14d";
}

/* line 421, ../scss/base/_foundation-icons.scss */
.fi-folder-add:before {
  content: "\f14e";
}

/* line 422, ../scss/base/_foundation-icons.scss */
.fi-folder-lock:before {
  content: "\f14f";
}

/* line 423, ../scss/base/_foundation-icons.scss */
.fi-folder:before {
  content: "\f150";
}

/* line 424, ../scss/base/_foundation-icons.scss */
.fi-foot:before {
  content: "\f151";
}

/* line 425, ../scss/base/_foundation-icons.scss */
.fi-foundation:before {
  content: "\f152";
}

/* line 426, ../scss/base/_foundation-icons.scss */
.fi-graph-bar:before {
  content: "\f153";
}

/* line 427, ../scss/base/_foundation-icons.scss */
.fi-graph-horizontal:before {
  content: "\f154";
}

/* line 428, ../scss/base/_foundation-icons.scss */
.fi-graph-pie:before {
  content: "\f155";
}

/* line 429, ../scss/base/_foundation-icons.scss */
.fi-graph-trend:before {
  content: "\f156";
}

/* line 430, ../scss/base/_foundation-icons.scss */
.fi-guide-dog:before {
  content: "\f157";
}

/* line 431, ../scss/base/_foundation-icons.scss */
.fi-hearing-aid:before {
  content: "\f158";
}

/* line 432, ../scss/base/_foundation-icons.scss */
.fi-heart:before {
  content: "\f159";
}

/* line 433, ../scss/base/_foundation-icons.scss */
.fi-home:before {
  content: "\f15a";
}

/* line 434, ../scss/base/_foundation-icons.scss */
.fi-html5:before {
  content: "\f15b";
}

/* line 435, ../scss/base/_foundation-icons.scss */
.fi-indent-less:before {
  content: "\f15c";
}

/* line 436, ../scss/base/_foundation-icons.scss */
.fi-indent-more:before {
  content: "\f15d";
}

/* line 437, ../scss/base/_foundation-icons.scss */
.fi-info:before {
  content: "\f15e";
}

/* line 438, ../scss/base/_foundation-icons.scss */
.fi-italic:before {
  content: "\f15f";
}

/* line 439, ../scss/base/_foundation-icons.scss */
.fi-key:before {
  content: "\f160";
}

/* line 440, ../scss/base/_foundation-icons.scss */
.fi-laptop:before {
  content: "\f161";
}

/* line 441, ../scss/base/_foundation-icons.scss */
.fi-layout:before {
  content: "\f162";
}

/* line 442, ../scss/base/_foundation-icons.scss */
.fi-lightbulb:before {
  content: "\f163";
}

/* line 443, ../scss/base/_foundation-icons.scss */
.fi-like:before {
  content: "\f164";
}

/* line 444, ../scss/base/_foundation-icons.scss */
.fi-link:before {
  content: "\f165";
}

/* line 445, ../scss/base/_foundation-icons.scss */
.fi-list-bullet:before {
  content: "\f166";
}

/* line 446, ../scss/base/_foundation-icons.scss */
.fi-list-number:before {
  content: "\f167";
}

/* line 447, ../scss/base/_foundation-icons.scss */
.fi-list-thumbnails:before {
  content: "\f168";
}

/* line 448, ../scss/base/_foundation-icons.scss */
.fi-list:before {
  content: "\f169";
}

/* line 449, ../scss/base/_foundation-icons.scss */
.fi-lock:before {
  content: "\f16a";
}

/* line 450, ../scss/base/_foundation-icons.scss */
.fi-loop:before {
  content: "\f16b";
}

/* line 451, ../scss/base/_foundation-icons.scss */
.fi-magnifying-glass:before {
  content: "\f16c";
}

/* line 452, ../scss/base/_foundation-icons.scss */
.fi-mail:before {
  content: "\f16d";
}

/* line 453, ../scss/base/_foundation-icons.scss */
.fi-male-female:before {
  content: "\f16e";
}

/* line 454, ../scss/base/_foundation-icons.scss */
.fi-male-symbol:before {
  content: "\f16f";
}

/* line 455, ../scss/base/_foundation-icons.scss */
.fi-male:before {
  content: "\f170";
}

/* line 456, ../scss/base/_foundation-icons.scss */
.fi-map:before {
  content: "\f171";
}

/* line 457, ../scss/base/_foundation-icons.scss */
.fi-marker:before {
  content: "\f172";
}

/* line 458, ../scss/base/_foundation-icons.scss */
.fi-megaphone:before {
  content: "\f173";
}

/* line 459, ../scss/base/_foundation-icons.scss */
.fi-microphone:before {
  content: "\f174";
}

/* line 460, ../scss/base/_foundation-icons.scss */
.fi-minus-circle:before {
  content: "\f175";
}

/* line 461, ../scss/base/_foundation-icons.scss */
.fi-minus:before {
  content: "\f176";
}

/* line 462, ../scss/base/_foundation-icons.scss */
.fi-mobile-signal:before {
  content: "\f177";
}

/* line 463, ../scss/base/_foundation-icons.scss */
.fi-mobile:before {
  content: "\f178";
}

/* line 464, ../scss/base/_foundation-icons.scss */
.fi-monitor:before {
  content: "\f179";
}

/* line 465, ../scss/base/_foundation-icons.scss */
.fi-mountains:before {
  content: "\f17a";
}

/* line 466, ../scss/base/_foundation-icons.scss */
.fi-music:before {
  content: "\f17b";
}

/* line 467, ../scss/base/_foundation-icons.scss */
.fi-next:before {
  content: "\f17c";
}

/* line 468, ../scss/base/_foundation-icons.scss */
.fi-no-dogs:before {
  content: "\f17d";
}

/* line 469, ../scss/base/_foundation-icons.scss */
.fi-no-smoking:before {
  content: "\f17e";
}

/* line 470, ../scss/base/_foundation-icons.scss */
.fi-page-add:before {
  content: "\f17f";
}

/* line 471, ../scss/base/_foundation-icons.scss */
.fi-page-copy:before {
  content: "\f180";
}

/* line 472, ../scss/base/_foundation-icons.scss */
.fi-page-csv:before {
  content: "\f181";
}

/* line 473, ../scss/base/_foundation-icons.scss */
.fi-page-delete:before {
  content: "\f182";
}

/* line 474, ../scss/base/_foundation-icons.scss */
.fi-page-doc:before {
  content: "\f183";
}

/* line 475, ../scss/base/_foundation-icons.scss */
.fi-page-edit:before {
  content: "\f184";
}

/* line 476, ../scss/base/_foundation-icons.scss */
.fi-page-export-csv:before {
  content: "\f185";
}

/* line 477, ../scss/base/_foundation-icons.scss */
.fi-page-export-doc:before {
  content: "\f186";
}

/* line 478, ../scss/base/_foundation-icons.scss */
.fi-page-export-pdf:before {
  content: "\f187";
}

/* line 479, ../scss/base/_foundation-icons.scss */
.fi-page-export:before {
  content: "\f188";
}

/* line 480, ../scss/base/_foundation-icons.scss */
.fi-page-filled:before {
  content: "\f189";
}

/* line 481, ../scss/base/_foundation-icons.scss */
.fi-page-multiple:before {
  content: "\f18a";
}

/* line 482, ../scss/base/_foundation-icons.scss */
.fi-page-pdf:before {
  content: "\f18b";
}

/* line 483, ../scss/base/_foundation-icons.scss */
.fi-page-remove:before {
  content: "\f18c";
}

/* line 484, ../scss/base/_foundation-icons.scss */
.fi-page-search:before {
  content: "\f18d";
}

/* line 485, ../scss/base/_foundation-icons.scss */
.fi-page:before {
  content: "\f18e";
}

/* line 486, ../scss/base/_foundation-icons.scss */
.fi-paint-bucket:before {
  content: "\f18f";
}

/* line 487, ../scss/base/_foundation-icons.scss */
.fi-paperclip:before {
  content: "\f190";
}

/* line 488, ../scss/base/_foundation-icons.scss */
.fi-pause:before {
  content: "\f191";
}

/* line 489, ../scss/base/_foundation-icons.scss */
.fi-paw:before {
  content: "\f192";
}

/* line 490, ../scss/base/_foundation-icons.scss */
.fi-paypal:before {
  content: "\f193";
}

/* line 491, ../scss/base/_foundation-icons.scss */
.fi-pencil:before {
  content: "\f194";
}

/* line 492, ../scss/base/_foundation-icons.scss */
.fi-photo:before {
  content: "\f195";
}

/* line 493, ../scss/base/_foundation-icons.scss */
.fi-play-circle:before {
  content: "\f196";
}

/* line 494, ../scss/base/_foundation-icons.scss */
.fi-play-video:before {
  content: "\f197";
}

/* line 495, ../scss/base/_foundation-icons.scss */
.fi-play:before {
  content: "\f198";
}

/* line 496, ../scss/base/_foundation-icons.scss */
.fi-plus:before {
  content: "\f199";
}

/* line 497, ../scss/base/_foundation-icons.scss */
.fi-pound:before {
  content: "\f19a";
}

/* line 498, ../scss/base/_foundation-icons.scss */
.fi-power:before {
  content: "\f19b";
}

/* line 499, ../scss/base/_foundation-icons.scss */
.fi-previous:before {
  content: "\f19c";
}

/* line 500, ../scss/base/_foundation-icons.scss */
.fi-price-tag:before {
  content: "\f19d";
}

/* line 501, ../scss/base/_foundation-icons.scss */
.fi-pricetag-multiple:before {
  content: "\f19e";
}

/* line 502, ../scss/base/_foundation-icons.scss */
.fi-print:before {
  content: "\f19f";
}

/* line 503, ../scss/base/_foundation-icons.scss */
.fi-prohibited:before {
  content: "\f1a0";
}

/* line 504, ../scss/base/_foundation-icons.scss */
.fi-projection-screen:before {
  content: "\f1a1";
}

/* line 505, ../scss/base/_foundation-icons.scss */
.fi-puzzle:before {
  content: "\f1a2";
}

/* line 506, ../scss/base/_foundation-icons.scss */
.fi-quote:before {
  content: "\f1a3";
}

/* line 507, ../scss/base/_foundation-icons.scss */
.fi-record:before {
  content: "\f1a4";
}

/* line 508, ../scss/base/_foundation-icons.scss */
.fi-refresh:before {
  content: "\f1a5";
}

/* line 509, ../scss/base/_foundation-icons.scss */
.fi-results-demographics:before {
  content: "\f1a6";
}

/* line 510, ../scss/base/_foundation-icons.scss */
.fi-results:before {
  content: "\f1a7";
}

/* line 511, ../scss/base/_foundation-icons.scss */
.fi-rewind-ten:before {
  content: "\f1a8";
}

/* line 512, ../scss/base/_foundation-icons.scss */
.fi-rewind:before {
  content: "\f1a9";
}

/* line 513, ../scss/base/_foundation-icons.scss */
.fi-rss:before {
  content: "\f1aa";
}

/* line 514, ../scss/base/_foundation-icons.scss */
.fi-safety-cone:before {
  content: "\f1ab";
}

/* line 515, ../scss/base/_foundation-icons.scss */
.fi-save:before {
  content: "\f1ac";
}

/* line 516, ../scss/base/_foundation-icons.scss */
.fi-share:before {
  content: "\f1ad";
}

/* line 517, ../scss/base/_foundation-icons.scss */
.fi-sheriff-badge:before {
  content: "\f1ae";
}

/* line 518, ../scss/base/_foundation-icons.scss */
.fi-shield:before {
  content: "\f1af";
}

/* line 519, ../scss/base/_foundation-icons.scss */
.fi-shopping-bag:before {
  content: "\f1b0";
}

/* line 520, ../scss/base/_foundation-icons.scss */
.fi-shopping-cart:before {
  content: "\f1b1";
}

/* line 521, ../scss/base/_foundation-icons.scss */
.fi-shuffle:before {
  content: "\f1b2";
}

/* line 522, ../scss/base/_foundation-icons.scss */
.fi-skull:before {
  content: "\f1b3";
}

/* line 523, ../scss/base/_foundation-icons.scss */
.fi-social-500px:before {
  content: "\f1b4";
}

/* line 524, ../scss/base/_foundation-icons.scss */
.fi-social-adobe:before {
  content: "\f1b5";
}

/* line 525, ../scss/base/_foundation-icons.scss */
.fi-social-amazon:before {
  content: "\f1b6";
}

/* line 526, ../scss/base/_foundation-icons.scss */
.fi-social-android:before {
  content: "\f1b7";
}

/* line 527, ../scss/base/_foundation-icons.scss */
.fi-social-apple:before {
  content: "\f1b8";
}

/* line 528, ../scss/base/_foundation-icons.scss */
.fi-social-behance:before {
  content: "\f1b9";
}

/* line 529, ../scss/base/_foundation-icons.scss */
.fi-social-bing:before {
  content: "\f1ba";
}

/* line 530, ../scss/base/_foundation-icons.scss */
.fi-social-blogger:before {
  content: "\f1bb";
}

/* line 531, ../scss/base/_foundation-icons.scss */
.fi-social-delicious:before {
  content: "\f1bc";
}

/* line 532, ../scss/base/_foundation-icons.scss */
.fi-social-designer-news:before {
  content: "\f1bd";
}

/* line 533, ../scss/base/_foundation-icons.scss */
.fi-social-deviant-art:before {
  content: "\f1be";
}

/* line 534, ../scss/base/_foundation-icons.scss */
.fi-social-digg:before {
  content: "\f1bf";
}

/* line 535, ../scss/base/_foundation-icons.scss */
.fi-social-dribbble:before {
  content: "\f1c0";
}

/* line 536, ../scss/base/_foundation-icons.scss */
.fi-social-drive:before {
  content: "\f1c1";
}

/* line 537, ../scss/base/_foundation-icons.scss */
.fi-social-dropbox:before {
  content: "\f1c2";
}

/* line 538, ../scss/base/_foundation-icons.scss */
.fi-social-evernote:before {
  content: "\f1c3";
}

/* line 539, ../scss/base/_foundation-icons.scss */
.fi-social-facebook:before {
  content: "\f1c4";
}

/* line 540, ../scss/base/_foundation-icons.scss */
.fi-social-flickr:before {
  content: "\f1c5";
}

/* line 541, ../scss/base/_foundation-icons.scss */
.fi-social-forrst:before {
  content: "\f1c6";
}

/* line 542, ../scss/base/_foundation-icons.scss */
.fi-social-foursquare:before {
  content: "\f1c7";
}

/* line 543, ../scss/base/_foundation-icons.scss */
.fi-social-game-center:before {
  content: "\f1c8";
}

/* line 544, ../scss/base/_foundation-icons.scss */
.fi-social-github:before {
  content: "\f1c9";
}

/* line 545, ../scss/base/_foundation-icons.scss */
.fi-social-google-plus:before {
  content: "\f1ca";
}

/* line 546, ../scss/base/_foundation-icons.scss */
.fi-social-hacker-news:before {
  content: "\f1cb";
}

/* line 547, ../scss/base/_foundation-icons.scss */
.fi-social-hi5:before {
  content: "\f1cc";
}

/* line 548, ../scss/base/_foundation-icons.scss */
.fi-social-instagram:before {
  content: "\f1cd";
}

/* line 549, ../scss/base/_foundation-icons.scss */
.fi-social-joomla:before {
  content: "\f1ce";
}

/* line 550, ../scss/base/_foundation-icons.scss */
.fi-social-lastfm:before {
  content: "\f1cf";
}

/* line 551, ../scss/base/_foundation-icons.scss */
.fi-social-linkedin:before {
  content: "\f1d0";
}

/* line 552, ../scss/base/_foundation-icons.scss */
.fi-social-medium:before {
  content: "\f1d1";
}

/* line 553, ../scss/base/_foundation-icons.scss */
.fi-social-myspace:before {
  content: "\f1d2";
}

/* line 554, ../scss/base/_foundation-icons.scss */
.fi-social-orkut:before {
  content: "\f1d3";
}

/* line 555, ../scss/base/_foundation-icons.scss */
.fi-social-path:before {
  content: "\f1d4";
}

/* line 556, ../scss/base/_foundation-icons.scss */
.fi-social-picasa:before {
  content: "\f1d5";
}

/* line 557, ../scss/base/_foundation-icons.scss */
.fi-social-pinterest:before {
  content: "\f1d6";
}

/* line 558, ../scss/base/_foundation-icons.scss */
.fi-social-rdio:before {
  content: "\f1d7";
}

/* line 559, ../scss/base/_foundation-icons.scss */
.fi-social-reddit:before {
  content: "\f1d8";
}

/* line 560, ../scss/base/_foundation-icons.scss */
.fi-social-skillshare:before {
  content: "\f1d9";
}

/* line 561, ../scss/base/_foundation-icons.scss */
.fi-social-skype:before {
  content: "\f1da";
}

/* line 562, ../scss/base/_foundation-icons.scss */
.fi-social-smashing-mag:before {
  content: "\f1db";
}

/* line 563, ../scss/base/_foundation-icons.scss */
.fi-social-snapchat:before {
  content: "\f1dc";
}

/* line 564, ../scss/base/_foundation-icons.scss */
.fi-social-spotify:before {
  content: "\f1dd";
}

/* line 565, ../scss/base/_foundation-icons.scss */
.fi-social-squidoo:before {
  content: "\f1de";
}

/* line 566, ../scss/base/_foundation-icons.scss */
.fi-social-stack-overflow:before {
  content: "\f1df";
}

/* line 567, ../scss/base/_foundation-icons.scss */
.fi-social-steam:before {
  content: "\f1e0";
}

/* line 568, ../scss/base/_foundation-icons.scss */
.fi-social-stumbleupon:before {
  content: "\f1e1";
}

/* line 569, ../scss/base/_foundation-icons.scss */
.fi-social-treehouse:before {
  content: "\f1e2";
}

/* line 570, ../scss/base/_foundation-icons.scss */
.fi-social-tumblr:before {
  content: "\f1e3";
}

/* line 571, ../scss/base/_foundation-icons.scss */
.fi-social-twitter:before {
  content: "\f1e4";
}

/* line 572, ../scss/base/_foundation-icons.scss */
.fi-social-vimeo:before {
  content: "\f1e5";
}

/* line 573, ../scss/base/_foundation-icons.scss */
.fi-social-windows:before {
  content: "\f1e6";
}

/* line 574, ../scss/base/_foundation-icons.scss */
.fi-social-xbox:before {
  content: "\f1e7";
}

/* line 575, ../scss/base/_foundation-icons.scss */
.fi-social-yahoo:before {
  content: "\f1e8";
}

/* line 576, ../scss/base/_foundation-icons.scss */
.fi-social-yelp:before {
  content: "\f1e9";
}

/* line 577, ../scss/base/_foundation-icons.scss */
.fi-social-youtube:before {
  content: "\f1ea";
}

/* line 578, ../scss/base/_foundation-icons.scss */
.fi-social-zerply:before {
  content: "\f1eb";
}

/* line 579, ../scss/base/_foundation-icons.scss */
.fi-social-zurb:before {
  content: "\f1ec";
}

/* line 580, ../scss/base/_foundation-icons.scss */
.fi-sound:before {
  content: "\f1ed";
}

/* line 581, ../scss/base/_foundation-icons.scss */
.fi-star:before {
  content: "\f1ee";
}

/* line 582, ../scss/base/_foundation-icons.scss */
.fi-stop:before {
  content: "\f1ef";
}

/* line 583, ../scss/base/_foundation-icons.scss */
.fi-strikethrough:before {
  content: "\f1f0";
}

/* line 584, ../scss/base/_foundation-icons.scss */
.fi-subscript:before {
  content: "\f1f1";
}

/* line 585, ../scss/base/_foundation-icons.scss */
.fi-superscript:before {
  content: "\f1f2";
}

/* line 586, ../scss/base/_foundation-icons.scss */
.fi-tablet-landscape:before {
  content: "\f1f3";
}

/* line 587, ../scss/base/_foundation-icons.scss */
.fi-tablet-portrait:before {
  content: "\f1f4";
}

/* line 588, ../scss/base/_foundation-icons.scss */
.fi-target-two:before {
  content: "\f1f5";
}

/* line 589, ../scss/base/_foundation-icons.scss */
.fi-target:before {
  content: "\f1f6";
}

/* line 590, ../scss/base/_foundation-icons.scss */
.fi-telephone-accessible:before {
  content: "\f1f7";
}

/* line 591, ../scss/base/_foundation-icons.scss */
.fi-telephone:before {
  content: "\f1f8";
}

/* line 592, ../scss/base/_foundation-icons.scss */
.fi-text-color:before {
  content: "\f1f9";
}

/* line 593, ../scss/base/_foundation-icons.scss */
.fi-thumbnails:before {
  content: "\f1fa";
}

/* line 594, ../scss/base/_foundation-icons.scss */
.fi-ticket:before {
  content: "\f1fb";
}

/* line 595, ../scss/base/_foundation-icons.scss */
.fi-torso-business:before {
  content: "\f1fc";
}

/* line 596, ../scss/base/_foundation-icons.scss */
.fi-torso-female:before {
  content: "\f1fd";
}

/* line 597, ../scss/base/_foundation-icons.scss */
.fi-torso:before {
  content: "\f1fe";
}

/* line 598, ../scss/base/_foundation-icons.scss */
.fi-torsos-all-female:before {
  content: "\f1ff";
}

/* line 599, ../scss/base/_foundation-icons.scss */
.fi-torsos-all:before {
  content: "\f200";
}

/* line 600, ../scss/base/_foundation-icons.scss */
.fi-torsos-female-male:before {
  content: "\f201";
}

/* line 601, ../scss/base/_foundation-icons.scss */
.fi-torsos-male-female:before {
  content: "\f202";
}

/* line 602, ../scss/base/_foundation-icons.scss */
.fi-torsos:before {
  content: "\f203";
}

/* line 603, ../scss/base/_foundation-icons.scss */
.fi-trash:before {
  content: "\f204";
}

/* line 604, ../scss/base/_foundation-icons.scss */
.fi-trees:before {
  content: "\f205";
}

/* line 605, ../scss/base/_foundation-icons.scss */
.fi-trophy:before {
  content: "\f206";
}

/* line 606, ../scss/base/_foundation-icons.scss */
.fi-underline:before {
  content: "\f207";
}

/* line 607, ../scss/base/_foundation-icons.scss */
.fi-universal-access:before {
  content: "\f208";
}

/* line 608, ../scss/base/_foundation-icons.scss */
.fi-unlink:before {
  content: "\f209";
}

/* line 609, ../scss/base/_foundation-icons.scss */
.fi-unlock:before {
  content: "\f20a";
}

/* line 610, ../scss/base/_foundation-icons.scss */
.fi-upload-cloud:before {
  content: "\f20b";
}

/* line 611, ../scss/base/_foundation-icons.scss */
.fi-upload:before {
  content: "\f20c";
}

/* line 612, ../scss/base/_foundation-icons.scss */
.fi-usb:before {
  content: "\f20d";
}

/* line 613, ../scss/base/_foundation-icons.scss */
.fi-video:before {
  content: "\f20e";
}

/* line 614, ../scss/base/_foundation-icons.scss */
.fi-volume-none:before {
  content: "\f20f";
}

/* line 615, ../scss/base/_foundation-icons.scss */
.fi-volume-strike:before {
  content: "\f210";
}

/* line 616, ../scss/base/_foundation-icons.scss */
.fi-volume:before {
  content: "\f211";
}

/* line 617, ../scss/base/_foundation-icons.scss */
.fi-web:before {
  content: "\f212";
}

/* line 618, ../scss/base/_foundation-icons.scss */
.fi-wheelchair:before {
  content: "\f213";
}

/* line 619, ../scss/base/_foundation-icons.scss */
.fi-widget:before {
  content: "\f214";
}

/* line 620, ../scss/base/_foundation-icons.scss */
.fi-wrench:before {
  content: "\f215";
}

/* line 621, ../scss/base/_foundation-icons.scss */
.fi-x-circle:before {
  content: "\f216";
}

/* line 622, ../scss/base/_foundation-icons.scss */
.fi-x:before {
  content: "\f217";
}

/* line 623, ../scss/base/_foundation-icons.scss */
.fi-yen:before {
  content: "\f218";
}

/* line 624, ../scss/base/_foundation-icons.scss */
.fi-zoom-in:before {
  content: "\f219";
}

/* line 625, ../scss/base/_foundation-icons.scss */
.fi-zoom-out:before {
  content: "\f21a";
}

/* line 628, ../scss/base/_foundation-icons.scss */
.size-10 {
  font-size: 1em;
}

/* line 629, ../scss/base/_foundation-icons.scss */
.size-12 {
  font-size: 1.2em;
}

/* line 630, ../scss/base/_foundation-icons.scss */
.size-14 {
  font-size: 1.4em;
}

/* line 631, ../scss/base/_foundation-icons.scss */
.size-16 {
  font-size: 1.6em;
}

/* line 632, ../scss/base/_foundation-icons.scss */
.size-18 {
  font-size: 1.8em;
}

/* line 633, ../scss/base/_foundation-icons.scss */
.size-21 {
  font-size: 2.1em;
}

/* line 634, ../scss/base/_foundation-icons.scss */
.size-24 {
  font-size: 2.4em;
}

/* line 635, ../scss/base/_foundation-icons.scss */
.size-36 {
  font-size: 3.6em;
}

/* line 636, ../scss/base/_foundation-icons.scss */
.size-48 {
  font-size: 4.8em;
}

/* line 637, ../scss/base/_foundation-icons.scss */
.size-60 {
  font-size: 6.0em;
}

/* line 638, ../scss/base/_foundation-icons.scss */
.size-72 {
  font-size: 7.2em;
}

/* line 8, ../scss/base/_elements.scss */
.row.full-width {
  width: 100%;
  max-width: 100%;
}

/* line 14, ../scss/base/_elements.scss */
.collapse-right {
  padding-right: 0;
}

/* line 17, ../scss/base/_elements.scss */
.collapse-left {
  padding-left: 0;
}

/* line 20, ../scss/base/_elements.scss */
.collapse-both {
  padding: 0;
}

/* line 24, ../scss/base/_elements.scss */
.collapse-bottom {
  margin-bottom: 0;
}

/* line 28, ../scss/base/_elements.scss */
html {
  height: 100%;
}

/* line 30, ../scss/base/_elements.scss */
.full {
  width: 100%;
}

/* line 32, ../scss/base/_elements.scss */
body {
  position: relative;
  background: black;
}

@media screen and (max-width: 640px) {
  /* line 39, ../scss/base/_elements.scss */
  .hide-for-small {
    display: none;
  }
}
/* line 41, ../scss/base/_elements.scss */
.pane {
  background: white;
  color: black;
}

/* line 45, ../scss/base/_elements.scss */
.pane-dark {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f2f2;
  color: #333333;
  background: black;
  border-color: black;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  margin-top: 0;
}
/* line 54, ../bower_components/foundation/scss/foundation/components/_panels.scss */
.pane-dark > :first-child {
  margin-top: 0;
}
/* line 55, ../bower_components/foundation/scss/foundation/components/_panels.scss */
.pane-dark > :last-child {
  margin-bottom: 0;
}
/* line 60, ../bower_components/foundation/scss/foundation/components/_panels.scss */
.pane-dark h1, .pane-dark h2, .pane-dark h3, .pane-dark h4, .pane-dark h5, .pane-dark h6, .pane-dark p, .pane-dark li, .pane-dark dl {
  color: #333333;
}
/* line 67, ../bower_components/foundation/scss/foundation/components/_panels.scss */
.pane-dark h1, .pane-dark h2, .pane-dark h3, .pane-dark h4, .pane-dark h5, .pane-dark h6 {
  line-height: 1;
  margin-bottom: 0.625rem;
}
/* line 69, ../bower_components/foundation/scss/foundation/components/_panels.scss */
.pane-dark h1.subheader, .pane-dark h2.subheader, .pane-dark h3.subheader, .pane-dark h4.subheader, .pane-dark h5.subheader, .pane-dark h6.subheader {
  line-height: 1.4;
}
/* line 55, ../scss/base/_elements.scss */
.pane-dark p {
  color: white;
}
/* line 56, ../scss/base/_elements.scss */
.pane-dark h2 {
  color: #f8f625;
}
/* line 57, ../scss/base/_elements.scss */
.pane-dark h3 {
  color: inherit;
}
/* line 59, ../scss/base/_elements.scss */
.pane-dark .sub-head {
  color: #f8f625;
  line-height: 1.2em;
  margin-bottom: 0;
}

/* line 65, ../scss/base/_elements.scss */
.pane-light {
  background: #eeedf2;
  border-color: #eeedf2;
  color: #747474;
}

/*.black-belt {
    background: $black;
    position: relative;
    z-index: 1;
    padding: 2% 0;
}*/
/* line 79, ../scss/base/_elements.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 100;
  font-style: normal;
  color: black;
  text-rendering: optimizeLegibility;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
  line-height: 1.2125em;
}

/* line 89, ../scss/base/_elements.scss */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-weight: 700;
  font-style: normal;
  font-size: 100%;
  color: #f8f625;
  text-transform: uppercase;
}

/* line 96, ../scss/base/_elements.scss */
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, h7 span {
  font-weight: 700;
  font-size: 100%;
}

/* line 100, ../scss/base/_elements.scss */
h1 {
  font-size: 1.5em;
  line-height: 1;
  font-weight: 400;
  color: white;
  background: black;
  padding-left: .25em;
  padding-right: .25em;
  padding-bottom: 0;
  padding-top: .4em;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 113, ../scss/base/_elements.scss */
h2 {
  font-size: 1.875em;
  font-weight: 700;
}

/* line 117, ../scss/base/_elements.scss */
h3 {
  font-size: 1.286em;
  font-weight: 700;
}

/* line 121, ../scss/base/_elements.scss */
h4 {
  font-size: 1.025em;
  font-weight: 700;
}

/* line 125, ../scss/base/_elements.scss */
h5 {
  font-size: 1.125em;
}

/* line 128, ../scss/base/_elements.scss */
h6 {
  font-size: 1em;
  color: #f8f625;
}

@media only screen and (min-width: 48em) {
  /* line 133, ../scss/base/_elements.scss */
  h1, h2, h3, h4, h5, h6 {
    line-height: 1;
  }

  /* line 135, ../scss/base/_elements.scss */
  h1 {
    font-size: 1.5em;
    line-height: 1;
    font-weight: 400;
  }

  /* line 139, ../scss/base/_elements.scss */
  h2 {
    font-size: 1.875em;
  }

  /* line 141, ../scss/base/_elements.scss */
  h3 {
    font-size: 1.6875em;
  }

  /* line 143, ../scss/base/_elements.scss */
  h4 {
    font-size: 1.0375em;
  }

  /* line 145, ../scss/base/_elements.scss */
  h6 {
    color: #f8f625;
  }
}
/* line 150, ../scss/base/_elements.scss */
p {
  font-weight: 400;
}

/* line 153, ../scss/base/_elements.scss */
p.intro {
  font-family: inherit;
  font-weight: normal;
  font-size: 1.125em;
  line-height: 1.6em;
  margin-bottom: 1.25em;
  text-rendering: optimizeLegibility;
}

/* line 161, ../scss/base/_elements.scss */
span.big {
  text-transform: uppercase;
  font-size: 2.25em;
  font-weight: 700;
}

/* line 166, ../scss/base/_elements.scss */
span.big-hfa {
  font-size: 2.25em;
  font-weight: 700;
  font-style: italic;
}

/* line 171, ../scss/base/_elements.scss */
span.upcaps {
  font-size: 1.95em;
  font-weight: 700;
}

/* line 175, ../scss/base/_elements.scss */
span.bighfa {
  text-transform: lowercase;
  font-size: 2.25em;
  font-weight: 700;
  font-style: italic;
}

/* line 181, ../scss/base/_elements.scss */
.emphasis {
  color: white;
}

/* line 187, ../scss/base/_elements.scss */
.highlight {
  font-family: inherit;
  font-style: italic;
  font-weight: 700;
  text-transform: lowercase;
}

/* line 195, ../scss/base/_elements.scss */
ul,
ol,
dl {
  font-size: 1em;
  line-height: 1.6em;
  margin-bottom: 1.25em;
  list-style-position: outside;
  font-family: inherit;
}

/* line 204, ../scss/base/_elements.scss */
.description ul {
  margin: 10px 30px;
  font-weight: 400;
}

/* line 207, ../scss/base/_elements.scss */
ul.slash {
  list-style: none;
  font-size: 1.125em;
}

/* line 211, ../scss/base/_elements.scss */
ul.slash li:before {
  content: "/ ";
}

/* line 215, ../scss/base/_elements.scss */
blockquote {
  margin: 0 0 1.25em;
  padding: 0.5625em 1.25em 0 1.1875em;
  border-left: 1px solid #a3a0a0;
}

/* line 220, ../scss/base/_elements.scss */
blockquote,
blockquote p {
  line-height: 1.6em;
  color: #ffe9a7;
}

/* line 224, ../scss/base/_elements.scss */
form.custom .hidden-field {
  margin-left: -99999px;
  position: absolute;
  visibility: hidden;
}

/* line 229, ../scss/base/_elements.scss */
.pagination {
  margin-top: 1em;
  border-top: 1px solid #a3a0a0;
  border-bottom: 1px solid #a3a0a0;
  height: 1.8em;
}

/* line 235, ../scss/base/_elements.scss */
.pagination li,
.pagination li a {
  color: black;
}

/* line 239, ../scss/base/_elements.scss */
.pagination li.current a {
  padding: 0 .55em;
}

/* line 244, ../scss/base/_elements.scss */
.vcard {
  border: none;
}

/* line 4, ../scss/base/_buttons.scss */
button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: #f8f625;
}

/* line 11, ../scss/base/_buttons.scss */
.btn {
  text-transform: uppercase;
  margin: 0;
  color: #333333;
  background-color: #f8f625;
  padding-top: .75em;
  padding-bottom: .5em;
  box-shadow: 1px 1px 1px #a3a0a0;
}
/* line 20, ../scss/base/_buttons.scss */
.btn:hover {
  background: black;
  color: #f8f625;
}
/* line 24, ../scss/base/_buttons.scss */
.btn:after {
  content: ">";
  font-family: "Cabin Condensed", sans-serif;
}

/* line 29, ../scss/base/_buttons.scss */
.btn--small {
  width: 71%;
}

/* line 33, ../scss/base/_buttons.scss */
.btn--load-more {
  display: block;
  overflow: hidden;
  color: #565656;
  font-size: 1.1em;
  text-transform: uppercase;
}
/* line 39, ../scss/base/_buttons.scss */
.btn--load-more:hover {
  color: #a3a0a0;
}
/* line 40, ../scss/base/_buttons.scss */
.btn--load-more:after {
  display: block;
  content: ">";
  font-family: "Cabin Condensed", sans-serif;
  font-size: 2em;
  color: #565656;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}
/* line 53, ../scss/base/_buttons.scss */
.btn--load-more:hover:after {
  color: #a3a0a0;
}

/* line 60, ../scss/base/_buttons.scss */
.yellow {
  color: #f8f625;
}

/* line 62, ../scss/base/_buttons.scss */
.button {
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  background-color: transparent;
  color: white;
  text-align: left;
  font-family: "Avenir Next W01", Avenir, Arial, sans-serif;
  font-size: 1.5em;
  font-weight: 100;
}
/* line 76, ../scss/base/_buttons.scss */
.button.share-post {
  color: #a3a0a0;
  font-weight: 400;
  font-size: 1.05em;
}
@media only screen and (max-width: 40em) {
  /* line 76, ../scss/base/_buttons.scss */
  .button.share-post {
    margin-top: .5em;
  }
}
/* line 83, ../scss/base/_buttons.scss */
.button.share-post:after {
  content: ">";
  font-family: "Cabin Condensed", sans-serif;
}
/* line 87, ../scss/base/_buttons.scss */
.button.share-post:hover {
  color: black;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 97, ../scss/base/_buttons.scss */
.experience .button {
  line-height: .5em;
}

/* line 101, ../scss/base/_buttons.scss */
.arrow-before:before {
  content: "<";
  font-family: "Cabin Condensed", sans-serif;
  padding-right: 10px;
}

/* line 106, ../scss/base/_buttons.scss */
.arrow-after:after {
  content: ">";
  position: relative;
  top: 3px;
  padding-left: 6px;
  color: #f8f625;
  font-family: "Cabin Condensed", sans-serif;
  font-size: 1.75em;
}

/* line 115, ../scss/base/_buttons.scss */
.insights .arrow-after:after {
  color: #a3a0a0;
}

/* line 117, ../scss/base/_buttons.scss */
.experience .arrow-after:after,
.contact .arrow-after:after {
  color: #f8f625;
  font-size: 1.8em;
  position: relative;
  top: 0.09em;
}

/* line 125, ../scss/base/_buttons.scss */
.button:hover, .button:visited {
  background-color: transparent;
}

/* line 128, ../scss/base/_buttons.scss */
.button:focus, .button:active {
  background-color: transparent;
  outline: none;
}

/* line 133, ../scss/base/_buttons.scss */
.btn--x {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 15px;
  right: 20px;
  cursor: pointer;
  z-index: 200;
}

/* line 142, ../scss/base/_buttons.scss */
.btn--x::before,
.btn--x::after {
  content: '';
  position: absolute;
  width: 100%;
  top: 40%;
  height: 5px;
  background: #a3a0a0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 154, ../scss/base/_buttons.scss */
.btn--x::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 159, ../scss/base/_buttons.scss */
.btn--x:hover::before,
.btn--x:hover::after {
  background: #565656;
}

/* line 164, ../scss/base/_buttons.scss */
.insights .btn--x.hideContent {
  top: -87px;
  right: 24px;
}
@media only screen and (max-width: 30em) {
  /* line 164, ../scss/base/_buttons.scss */
  .insights .btn--x.hideContent {
    top: -78px;
    right: 17px;
  }
}

/* line 173, ../scss/base/_buttons.scss */
.dropdown.button:after {
  display: none;
}

/* line 176, ../scss/base/_buttons.scss */
.f-dropdown {
  background: rgba(40, 40, 40, 0.8);
  text-align: left;
}

/* line 180, ../scss/base/_buttons.scss */
.f-dropdown:focus {
  outline: none;
}

/* line 183, ../scss/base/_buttons.scss */
.f-dropdown li a {
  color: white;
}

/* line 186, ../scss/base/_buttons.scss */
.f-dropdown li a:hover {
  color: black;
  text-decoration: none;
}

/* line 195, ../scss/base/_buttons.scss */
.cta-button-arrow:before {
  position: relative;
  top: 3px;
  content: "<";
}
/* line 200, ../scss/base/_buttons.scss */
.cta-button-arrow:before .style1 {
  font-family: "Cabin Condensed", sans-serif;
  font-size: 1.7em;
}

/* line 208, ../scss/base/_buttons.scss */
.cta-button-arrow:after {
  position: relative;
  top: 3px;
  content: ">";
}
/* line 214, ../scss/base/_buttons.scss */
.cta-button-arrow:after .style1 {
  font-family: "Cabin Condensed", sans-serif;
  font-size: 1.7em;
}

/* line 7, ../scss/utility/_helpers.scss */
.video-wrapper {
  position: relative;
  padding-top: 1.5625rem;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
  max-width: 856px;
  height: auto;
}
/* line 32, ../bower_components/foundation/scss/foundation/components/_flex-video.scss */
.video-wrapper.widescreen {
  padding-bottom: 56.34%;
}
/* line 33, ../bower_components/foundation/scss/foundation/components/_flex-video.scss */
.video-wrapper.vimeo {
  padding-top: 0;
}
/* line 35, ../bower_components/foundation/scss/foundation/components/_flex-video.scss */
.video-wrapper iframe,
.video-wrapper object,
.video-wrapper embed,
.video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*! suit-flex-embed v1.4.0 | MIT License | github.com/suitcss */
/* line 14, ../scss/utility/_helpers.scss */
.FlexEmbed {
  display: block;
  overflow: hidden;
  position: relative;
}

/* line 20, ../scss/utility/_helpers.scss */
.FlexEmbed:before {
  content: "";
  display: block;
  width: 100%;
}

/* line 26, ../scss/utility/_helpers.scss */
.FlexEmbed--3by1:before {
  padding-bottom: 33.33333%;
}

/* line 30, ../scss/utility/_helpers.scss */
.FlexEmbed--2by1:before {
  padding-bottom: 50%;
}

/* line 34, ../scss/utility/_helpers.scss */
.FlexEmbed--16by9:before {
  padding-bottom: 56.25%;
}

/* line 38, ../scss/utility/_helpers.scss */
.FlexEmbed--4by3:before {
  padding-bottom: 75%;
}

/* line 42, ../scss/utility/_helpers.scss */
.coverImage-file-not-found {
  background-image: url("../404/uhoh.jpg");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto 1em;
  max-height: 520px;
  overflow: hidden;
}
/* line 52, ../scss/utility/_helpers.scss */
.coverImage-file-not-found:before {
  content: "";
  display: block;
  padding-bottom: 50%;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) {
  /* line 42, ../scss/utility/_helpers.scss */
  .coverImage-file-not-found {
    background-image: url("../404/uhoh-sm.jpg");
    overflow: visible;
  }
  /* line 66, ../scss/utility/_helpers.scss */
  .coverImage-file-not-found:before {
    content: "";
    display: block;
    padding-bottom: 75%;
  }
}
@media only screen and (max-width: 375px) {
  /* line 42, ../scss/utility/_helpers.scss */
  .coverImage-file-not-found {
    background-size: 100%;
    max-height: auto;
  }
}

/* line 80, ../scss/utility/_helpers.scss */
.static .contentWrapper {
  position: relative;
  top: 122px;
  margin-bottom: 8em;
}
@media only screen and (max-width: 41.75em) {
  /* line 80, ../scss/utility/_helpers.scss */
  .static .contentWrapper {
    top: 41px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1690px) {
  /* line 80, ../scss/utility/_helpers.scss */
  .static .contentWrapper {
    margin-bottom: 5.5em;
  }
}
@media only screen and (max-width: 375px) {
  /* line 80, ../scss/utility/_helpers.scss */
  .static .contentWrapper {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 375px) {
  /* line 80, ../scss/utility/_helpers.scss */
  .static .contentWrapper {
    margin-bottom: 0;
  }
}

/* line 100, ../scss/utility/_helpers.scss */
hr.hr-dashed-light {
  border: 0;
  border-bottom: 1px dashed #747474;
  background: black;
}

/* line 108, ../scss/utility/_helpers.scss */
.srt {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

@media only screen and (max-width: 640px) {
  /* line 119, ../scss/utility/_helpers.scss */
  .hide-br {
    display: none;
  }
}

/* line 125, ../scss/utility/_helpers.scss */
.uppercase {
  text-transform: uppercase;
}

/* line 126, ../scss/utility/_helpers.scss */
.lowercase {
  text-transform: lowercase;
}

@media screen and (max-width: 480px) {
  /* line 129, ../scss/utility/_helpers.scss */
  .column-list-small {
    margin-bottom: 0;
  }
}

/* line 137, ../scss/utility/_helpers.scss */
.partner-bio-name span,
.contact-name span {
  text-transform: lowercase;
  font-weight: 400;
}

/* line 152, ../scss/utility/_helpers.scss */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* line 158, ../scss/utility/_helpers.scss */
.vert-align {
  display: table-cell;
  vertical-align: middle;
  height: 50px;
  border: 1px solid red;
}

/* line 2, ../scss/layout/_header.scss */
header .main,
header .main ul,
.main .logo a,
header .gradient {
  -webkit-transition: all 1s;
  transition: all 1s;
}

/* line 13, ../scss/layout/_header.scss */
header.shift .main {
  padding-top: 0;
  height: 55px;
}
/* line 17, ../scss/layout/_header.scss */
header.shift .main ul {
  height: 67px;
}
/* line 21, ../scss/layout/_header.scss */
header.shift .main li {
  padding-top: 0.8%;
}
/* line 25, ../scss/layout/_header.scss */
header.shift .main .logo a {
  margin-top: -13px;
  background-size: 47% auto;
  height: 55px;
}
@media only screen and (min-width: 48.688em) and (max-width: 64em) {
  /* line 32, ../scss/layout/_header.scss */
  header.shift .main li {
    padding-top: 1.4%;
  }
  /* line 33, ../scss/layout/_header.scss */
  header.shift .main .logo a {
    /*margin-top: -27px;*/
    /*background-size: 36px auto; */
  }
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  /* line 40, ../scss/layout/_header.scss */
  header.shift .main li {
    padding-top: 1.4%;
  }
  /* line 41, ../scss/layout/_header.scss */
  header.shift .main .logo a {
    /*margin-top: -27px;*/
    /*background-size: 36px auto; */
  }
}
@media only screen and (min-width: 90.063em) {
  /* line 49, ../scss/layout/_header.scss */
  header.shift .main .logo a {
    /*margin-top: -28px;*/
    /*background-size: 38px auto; */
  }
}
/* line 58, ../scss/layout/_header.scss */
header.shift .top-bar {
  background-color: black;
}
/* line 63, ../scss/layout/_header.scss */
header.shift .gradient {
  opacity: 0;
}

/* line 68, ../scss/layout/_header.scss */
.top-bar-section ul li > a.button {
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
}
/* line 73, ../scss/layout/_header.scss */
.top-bar-section ul li > a.button:before {
  content: "";
  padding-right: 0;
}
/* line 78, ../scss/layout/_header.scss */
.top-bar-section ul li > a.button:after {
  content: "";
  padding-left: 0;
}

@media screen and (max-width: 640px) {
  /* line 87, ../scss/layout/_header.scss */
  .top-bar-section {
    overflow-y: scroll;
  }
  /* line 90, ../scss/layout/_header.scss */
  .top-bar-section ul {
    background: black;
  }
  /* line 93, ../scss/layout/_header.scss */
  .top-bar-section ul li > a {
    font-size: 1em;
  }
  /* line 96, ../scss/layout/_header.scss */
  .top-bar-section ul li > a.button {
    font-size: 1em;
  }
  /* line 100, ../scss/layout/_header.scss */
  .top-bar-section ul li > a:not(.button) {
    padding: 0 12px;
    line-height: 45px;
    background: black;
  }
  /* line 107, ../scss/layout/_header.scss */
  .top-bar-section ul .slash {
    padding-top: .65em;
    color: white;
    background: black;
  }
}
/* line 6, ../scss/layout/_navigation.scss */
nav.main a {
  -webkit-font-smoothing: subpixel-antialiased;
}

/* line 8, ../scss/layout/_navigation.scss */
nav ul {
  list-style: none;
}

/* line 11, ../scss/layout/_navigation.scss */
nav.main,
.subnav {
  display: block;
  padding-left: 0.875em;
  margin-left: 0;
  list-style: none;
  margin-bottom: 0;
}

/* line 20, ../scss/layout/_navigation.scss */
nav.main {
  color: white;
  padding: 0;
}
/* line 24, ../scss/layout/_navigation.scss */
nav.main a.current {
  color: #f8f625;
}
/* line 26, ../scss/layout/_navigation.scss */
nav.main ul {
  width: 100%;
  margin: 0;
  background-color: black;
  text-align: center;
  height: 40px;
}
/* line 35, ../scss/layout/_navigation.scss */
nav.main ul:after {
  content: "";
  height: 100%;
  display: block;
  margin-top: -62px;
  width: 610px;
  margin-left: auto;
  margin-right: auto;
  z-index: 0;
}
/* line 48, ../scss/layout/_navigation.scss */
nav.main li {
  display: inline-block;
  float: none;
  padding: 0.5% 8px 0;
  font-size: .95em;
  vertical-align: text-top;
}
/* line 55, ../scss/layout/_navigation.scss */
nav.main li:after {
  content: none;
}
/* line 59, ../scss/layout/_navigation.scss */
nav.main li a {
  color: white;
  font-weight: 100;
  letter-spacing: 1px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* line 59, ../scss/layout/_navigation.scss */
  nav.main li a {
    font-weight: 400;
  }
}

/* line 71, ../scss/layout/_navigation.scss */
.subnav li {
  margin: 0;
  padding: 0;
  float: left;
}

/* line 77, ../scss/layout/_navigation.scss */
.subnav li a:hover {
  color: #f8f625;
}

/* line 80, ../scss/layout/_navigation.scss */
nav.main a:hover,
nav.main .active a:hover {
  color: #f8f625;
}

/* line 84, ../scss/layout/_navigation.scss */
.subnav {
  background-color: white;
}

/* line 88, ../scss/layout/_navigation.scss */
.subnav li a {
  color: black;
}

/* line 91, ../scss/layout/_navigation.scss */
.subnav li .active {
  color: #ffcc20;
}

/* line 94, ../scss/layout/_navigation.scss */
.subnav li.active a, nav.main li.active a, nav.main li a.active {
  color: #f8f625;
}

/* line 98, ../scss/layout/_navigation.scss */
.subnav li:after {
  content: " / ";
}

/* line 101, ../scss/layout/_navigation.scss */
.subnav li:last-child:after, nav.main li:last-child:after {
  content: "";
}

/* line 105, ../scss/layout/_navigation.scss */
.subnav li {
  padding: 0 5px;
}

/* line 4, ../scss/layout/_footer.scss */
footer {
  text-align: center;
  font-size: .875em;
}
@media screen and (max-width: 640px) {
  /* line 4, ../scss/layout/_footer.scss */
  footer {
    font-size: .75em;
  }
}
/* line 12, ../scss/layout/_footer.scss */
footer.bottombar {
  background: black;
  color: #a3a0a0;
  padding: 1.5em 0;
  bottom: 0;
  width: 100%;
  border-top: 1px dashed #565656;
}
/* line 22, ../scss/layout/_footer.scss */
footer .nav-utility a {
  color: #a3a0a0;
  margin-right: .4em;
  transition: color 0.5s ease;
}
/* line 26, ../scss/layout/_footer.scss */
footer .nav-utility a:hover {
  color: #f8f625;
  text-decoration: none;
}
/* line 30, ../scss/layout/_footer.scss */
footer .nav-utility a:after {
  text-align: center;
  content: "\00a0 \00a0 \00a0 /";
  color: #a3a0a0;
}
/* line 37, ../scss/layout/_footer.scss */
footer .nav-utility a:nth-child(2n+0):after {
  content: "";
}
/* line 43, ../scss/layout/_footer.scss */
footer .nav-social {
  padding-top: 1.25em;
}
@media screen and (max-width: 640px) {
  /* line 43, ../scss/layout/_footer.scss */
  footer .nav-social {
    padding-top: 1.5em;
  }
}
/* line 51, ../scss/layout/_footer.scss */
footer .footer-contact {
  padding-top: 1em;
}
/* line 53, ../scss/layout/_footer.scss */
footer .footer-contact a:hover {
  text-decoration: none;
}
/* line 55, ../scss/layout/_footer.scss */
footer .tel-link {
  padding-right: 1.75em;
  color: #a3a0a0;
  transition: color 0.5s ease;
}
/* line 59, ../scss/layout/_footer.scss */
footer .tel-link:hover {
  color: #f8f625;
}
/* line 61, ../scss/layout/_footer.scss */
footer .email-link {
  color: #a3a0a0;
  transition: color 0.5s ease;
}
/* line 64, ../scss/layout/_footer.scss */
footer .email-link:hover {
  color: #f8f625;
}
/* line 66, ../scss/layout/_footer.scss */
footer .company-small {
  font-size: .75em;
  line-height: 1.5em;
  padding: 1.25em;
  text-align: center;
}

/* line 6, ../scss/layout/_page-overrides.scss */
.privacy a.terms-body-link,
.terms a.terms-body-link {
  color: black;
  text-decoration: underline;
}
@media only screen and (min-width: 64.063em) {
  /* line 12, ../scss/layout/_page-overrides.scss */
  .privacy .large-9,
  .terms .large-9 {
    width: 70%;
  }
}
@media only screen and (min-width: 90.063em) {
  /* line 15, ../scss/layout/_page-overrides.scss */
  .privacy .large-9,
  .terms .large-9 {
    width: 50%;
  }
}

/* line 21, ../scss/layout/_page-overrides.scss */
.privacy .contentWrapper,
.terms .contentWrapper {
  padding-top: 3em;
}
/* line 24, ../scss/layout/_page-overrides.scss */
.privacy .sub-title,
.terms .sub-title {
  margin-top: 1em;
}

/* line 30, ../scss/layout/_page-overrides.scss */
.site-map .contentBlock {
  padding: .5em 0 0 0;
}
/* line 33, ../scss/layout/_page-overrides.scss */
.site-map .contentBlock a {
  color: black;
  font-size: 90%;
}
/* line 34, ../scss/layout/_page-overrides.scss */
.site-map .contentBlock i {
  color: #ffcc20;
  text-decoration: none;
}
/* line 36, ../scss/layout/_page-overrides.scss */
.site-map .contentBlock .awards-complete-list > ul > li > ul > li.award-name {
  font-weight: 700;
}
/* line 37, ../scss/layout/_page-overrides.scss */
.site-map .contentBlock .awards-complete-list > ul > li > ul > li > ul > li {
  font-weight: normal;
}
/* line 38, ../scss/layout/_page-overrides.scss */
.site-map .contentBlock .section-heading {
  font-size: 1.25em;
  color: black;
}
/* line 42, ../scss/layout/_page-overrides.scss */
.site-map .contentBlock .center-items {
  margin: 0 auto;
  width: 90%;
}
@media only screen and (min-width: 64.063em) {
  /* line 42, ../scss/layout/_page-overrides.scss */
  .site-map .contentBlock .center-items {
    margin: 0;
  }
}
/* line 50, ../scss/layout/_page-overrides.scss */
.site-map .contentBlock .insights, .site-map .contentBlock .website {
  width: 202px;
}
/* line 51, ../scss/layout/_page-overrides.scss */
.site-map .contentBlock .portfolio, .site-map .contentBlock .social {
  width: 165px;
}
/* line 52, ../scss/layout/_page-overrides.scss */
.site-map .contentBlock .company, .site-map .contentBlock .news {
  width: 100px;
}
/* line 55, ../scss/layout/_page-overrides.scss */
.site-map .contentBlock .option1 ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* line 56, ../scss/layout/_page-overrides.scss */
.site-map .contentBlock .option1 ul li {
  position: relative;
  margin: 0;
}
/* line 57, ../scss/layout/_page-overrides.scss */
.site-map .contentBlock .option1 ul li a {
  position: relative;
  display: inline-block;
  padding-left: 22px;
}
/* line 58, ../scss/layout/_page-overrides.scss */
.site-map .contentBlock .option1 ul li i {
  position: absolute;
  padding-right: 25px;
  top: 0%;
}
/* line 60, ../scss/layout/_page-overrides.scss */
.site-map .contentBlock .long ul li {
  line-height: 2.2em;
}
/* line 61, ../scss/layout/_page-overrides.scss */
.site-map .contentBlock .long ul li a {
  line-height: 1.2em;
}
/* line 62, ../scss/layout/_page-overrides.scss */
.site-map .contentBlock .long ul li i.long {
  top: -17%;
}

/* line 71, ../scss/layout/_page-overrides.scss */
.banner-hero {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  top: 0;
}
/* line 79, ../scss/layout/_page-overrides.scss */
.banner-hero img {
  width: 100%;
  position: absolute;
  left: 0;
  margin: auto;
}

/* line 88, ../scss/layout/_page-overrides.scss */
.intro-screen {
  background-color: rgba(0, 0, 0, 0.7);
  padding-top: 120px;
}

/* line 92, ../scss/layout/_page-overrides.scss */
.intro-title {
  margin-top: 0;
  color: #f8f625;
  font-size: 3.125em;
  font-weight: 700;
  text-align: right;
}

/* line 99, ../scss/layout/_page-overrides.scss */
.intro-copy {
  color: white;
  font-size: 1em;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  /* line 99, ../scss/layout/_page-overrides.scss */
  .intro-copy {
    font-size: 1;
  }
}
@media screen and (max-width: 640px) {
  /* line 99, ../scss/layout/_page-overrides.scss */
  .intro-copy {
    padding: 0 5%;
  }
}
@media screen and (max-width: 480px) {
  /* line 99, ../scss/layout/_page-overrides.scss */
  .intro-copy {
    display: none;
  }
}

/* line 116, ../scss/layout/_page-overrides.scss */
.section-title {
  color: #f8f625;
  font-size: 3.5em;
  font-weight: 700;
  text-align: center;
  margin: 3% 0 3% 0;
}
@media only screen and (max-width: 640px) {
  /* line 116, ../scss/layout/_page-overrides.scss */
  .section-title {
    font-size: 2em;
  }
}
@media only screen and (max-width: 320px) {
  /* line 116, ../scss/layout/_page-overrides.scss */
  .section-title {
    font-size: 1.8em;
  }
}

/* line 129, ../scss/layout/_page-overrides.scss */
.slim {
  font-weight: 100;
}

/* line 135, ../scss/layout/_page-overrides.scss */
.about .first-contentBlock,
.experience .first-contentBlock {
  margin-top: 2em;
  margin-bottom: 2em;
}

/* line 141, ../scss/layout/_page-overrides.scss */
.about .banner-hero {
  height: 639px;
}
/* line 142, ../scss/layout/_page-overrides.scss */
.about .intro-title {
  font-size: 3.188em;
  font-weight: 400;
}
@media screen and (max-width: 1023px) {
  /* line 142, ../scss/layout/_page-overrides.scss */
  .about .intro-title {
    text-align: center;
  }
}

/* line 153, ../scss/layout/_page-overrides.scss */
.experience .contentWrapper {
  margin-top: 23em;
}
@media screen and (max-width: 1740px) {
  /* line 153, ../scss/layout/_page-overrides.scss */
  .experience .contentWrapper {
    margin-top: 31em;
  }
}
@media screen and (max-width: 1600px) {
  /* line 153, ../scss/layout/_page-overrides.scss */
  .experience .contentWrapper {
    margin-top: 28em;
  }
}
@media screen and (max-width: 1500px) {
  /* line 153, ../scss/layout/_page-overrides.scss */
  .experience .contentWrapper {
    margin-top: 25em;
  }
}
@media screen and (max-width: 1400px) {
  /* line 153, ../scss/layout/_page-overrides.scss */
  .experience .contentWrapper {
    margin-top: 22em;
  }
}
@media screen and (max-width: 1280px) {
  /* line 153, ../scss/layout/_page-overrides.scss */
  .experience .contentWrapper {
    margin-top: 19em;
  }
}
@media screen and (max-width: 1100px) {
  /* line 153, ../scss/layout/_page-overrides.scss */
  .experience .contentWrapper {
    margin-top: 14em;
  }
}
@media screen and (max-width: 768px) {
  /* line 153, ../scss/layout/_page-overrides.scss */
  .experience .contentWrapper {
    margin-top: 7em;
  }
}
@media screen and (max-width: 640px) {
  /* line 153, ../scss/layout/_page-overrides.scss */
  .experience .contentWrapper {
    margin-top: 3em;
  }
}
@media screen and (max-width: 480px) {
  /* line 153, ../scss/layout/_page-overrides.scss */
  .experience .contentWrapper {
    margin-top: 1em;
  }
}
/* line 185, ../scss/layout/_page-overrides.scss */
.experience .banner-hero img {
  margin-top: -60px;
}
@media screen and (max-width: 768px) {
  /* line 185, ../scss/layout/_page-overrides.scss */
  .experience .banner-hero img {
    margin-top: -30px;
  }
}
@media screen and (max-width: 640px) {
  /* line 185, ../scss/layout/_page-overrides.scss */
  .experience .banner-hero img {
    margin-top: -10px;
  }
}
@media screen and (max-width: 480px) {
  /* line 185, ../scss/layout/_page-overrides.scss */
  .experience .banner-hero img {
    margin-top: 0;
  }
}

/* line 201, ../scss/layout/_page-overrides.scss */
.insights .banner-hero {
  height: 400px;
}

/* line 205, ../scss/layout/_page-overrides.scss */
.portfolio .banner-hero,
.portfolio .intro-screen {
  height: 290px;
}
/* line 209, ../scss/layout/_page-overrides.scss */
.portfolio .intro-title {
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  /* line 209, ../scss/layout/_page-overrides.scss */
  .portfolio .intro-title {
    text-align: center;
  }
}

/* line 219, ../scss/layout/_page-overrides.scss */
.careers .intro-title {
  font-size: 2.250em;
}
@media screen and (max-width: 1023px) {
  /* line 219, ../scss/layout/_page-overrides.scss */
  .careers .intro-title {
    text-align: center;
  }
}

/* line 229, ../scss/layout/_page-overrides.scss */
.contact .banner-hero {
  height: 460px;
}
/* line 230, ../scss/layout/_page-overrides.scss */
.contact .contentWrapper {
  background-color: black;
  margin-top: 16em;
}
@media screen and (min-width: 1401px) {
  /* line 230, ../scss/layout/_page-overrides.scss */
  .contact .contentWrapper {
    margin-top: 12em;
  }
}
@media screen and (min-width: 1241px) and (max-width: 1400px) {
  /* line 230, ../scss/layout/_page-overrides.scss */
  .contact .contentWrapper {
    margin-top: 5em;
  }
}
@media screen and (min-width: 481px) and (max-width: 1240px) {
  /* line 230, ../scss/layout/_page-overrides.scss */
  .contact .contentWrapper {
    margin-top: 3em;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  /* line 230, ../scss/layout/_page-overrides.scss */
  .contact .contentWrapper {
    margin-top: 0;
  }
}
/* line 247, ../scss/layout/_page-overrides.scss */
.contact .intro-copy {
  padding: 0;
}
@media screen and (max-width: 768px) {
  /* line 247, ../scss/layout/_page-overrides.scss */
  .contact .intro-copy {
    display: none;
  }
}
/* line 254, ../scss/layout/_page-overrides.scss */
.contact .intro-title {
  font-size: 3.05em;
}
@media screen and (min-width: 690px) and (max-width: 825px) {
  /* line 254, ../scss/layout/_page-overrides.scss */
  .contact .intro-title {
    font-size: 2.5em;
  }
}
/* line 261, ../scss/layout/_page-overrides.scss */
.contact section {
  margin-bottom: 0;
}

/* line 265, ../scss/layout/_page-overrides.scss */
.sub-head {
  color: #f8f625;
  font-size: 1.4em;
  font-weight: 100;
  line-height: 1.2em;
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  /* line 265, ../scss/layout/_page-overrides.scss */
  .sub-head {
    font-size: .95em;
  }
}

/* line 276, ../scss/layout/_page-overrides.scss */
.list-heading {
  margin-top: 4%;
  margin-left: 0;
  color: white;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.6em;
  text-transform: uppercase;
  list-style-type: none;
}

/* line 5, ../scss/module/pages/_about.scss */
.about .intro-screen {
  padding-top: 114px;
}
@media only screen and (max-width: 767px) {
  /* line 5, ../scss/module/pages/_about.scss */
  .about .intro-screen {
    padding-top: 95px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 5, ../scss/module/pages/_about.scss */
  .about .intro-screen {
    padding-top: 66px;
  }
}
@media only screen and (max-width: 875px) {
  /* line 15, ../scss/module/pages/_about.scss */
  .about .intro-copy {
    font-size: .95em;
  }
}
@media only screen and (max-width: 728px) {
  /* line 15, ../scss/module/pages/_about.scss */
  .about .intro-copy {
    font-size: .85em;
  }
}
@media only screen and (max-width: 875px) {
  /* line 24, ../scss/module/pages/_about.scss */
  .about .intro-title {
    font-size: 2.5em;
  }
}
@media only screen and (min-width: 641px) and (max-width: 768px) {
  /* line 24, ../scss/module/pages/_about.scss */
  .about .intro-title {
    font-size: 1.925em;
    text-align: right;
  }
}
@media only screen and (max-width: 640px) {
  /* line 24, ../scss/module/pages/_about.scss */
  .about .intro-title {
    text-align: center;
    font-size: 2em;
  }
}

/* line 40, ../scss/module/pages/_about.scss */
.about .pane-dark {
  margin-bottom: 0;
  padding: 0;
}

/* line 47, ../scss/module/pages/_about.scss */
.about-sliders .slick-slide {
  height: 36em;
}
@media screen and (max-width: 769px) {
  /* line 47, ../scss/module/pages/_about.scss */
  .about-sliders .slick-slide {
    height: 25.6em;
  }
}
@media screen and (max-width: 480px) {
  /* line 47, ../scss/module/pages/_about.scss */
  .about-sliders .slick-slide {
    height: 13.6em;
  }
}
/* line 57, ../scss/module/pages/_about.scss */
.about-sliders .slick-slider {
  margin-bottom: 0;
}
/* line 60, ../scss/module/pages/_about.scss */
.about-sliders .slick-slide img {
  width: 100%;
  margin-top: 2em;
}
/* line 65, ../scss/module/pages/_about.scss */
.about-sliders .slick-next {
  right: 6px;
}
/* line 68, ../scss/module/pages/_about.scss */
.about-sliders .slick-prev {
  left: 10px;
}
@media screen and (max-width: 320px) {
  /* line 72, ../scss/module/pages/_about.scss */
  .about-sliders .slick-prev,
  .about-sliders .slick-next {
    display: none;
  }
}
/* line 80, ../scss/module/pages/_about.scss */
.about-sliders .about .wide-description {
  margin-bottom: 3.25rem;
}
@media screen and (min-width: 1025px) {
  /* line 86, ../scss/module/pages/_about.scss */
  .about-sliders .move-up-320 {
    position: relative;
    top: -320px;
  }
  /* line 87, ../scss/module/pages/_about.scss */
  .about-sliders .move-up-240 {
    position: relative;
    top: -240px;
  }
  /* line 88, ../scss/module/pages/_about.scss */
  .about-sliders .move-up-220 {
    position: relative;
    top: -220px;
  }
  /* line 89, ../scss/module/pages/_about.scss */
  .about-sliders .move-up-210 {
    position: relative;
    top: -210px;
  }
  /* line 90, ../scss/module/pages/_about.scss */
  .about-sliders .move-up-200 {
    position: relative;
    top: -200px;
  }
  /* line 91, ../scss/module/pages/_about.scss */
  .about-sliders .move-up-190 {
    position: relative;
    top: -190px;
  }
  /* line 92, ../scss/module/pages/_about.scss */
  .about-sliders .move-up-180 {
    position: relative;
    top: -180px;
  }
  /* line 93, ../scss/module/pages/_about.scss */
  .about-sliders .move-up-170 {
    position: relative;
    top: -170px;
  }
  /* line 94, ../scss/module/pages/_about.scss */
  .about-sliders .move-up-160 {
    position: relative;
    top: -160px;
  }
  /* line 95, ../scss/module/pages/_about.scss */
  .about-sliders .move-up-150 {
    position: relative;
    top: -150px;
  }
  /* line 96, ../scss/module/pages/_about.scss */
  .about-sliders .move-up-140 {
    position: relative;
    top: -140px;
  }
  /* line 97, ../scss/module/pages/_about.scss */
  .about-sliders .move-up-130 {
    position: relative;
    top: -130px;
  }
  /* line 98, ../scss/module/pages/_about.scss */
  .about-sliders .move-up-120 {
    position: relative;
    top: -120px;
  }
  /* line 99, ../scss/module/pages/_about.scss */
  .about-sliders .move-up-100 {
    position: relative;
    top: -100px;
  }
  /* line 100, ../scss/module/pages/_about.scss */
  .about-sliders .move-up-80 {
    position: relative;
    top: -80px;
  }
  /* line 101, ../scss/module/pages/_about.scss */
  .about-sliders .move-up-75 {
    position: relative;
    top: -75px;
  }
  /* line 102, ../scss/module/pages/_about.scss */
  .about-sliders .move-up-50 {
    position: relative;
    top: -50px;
  }
}

/* line 119, ../scss/module/pages/_about.scss */
*, *:before, *:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/* line 124, ../scss/module/pages/_about.scss */
.partner-hover-shape {
  position: relative;
  left: 0px;
  height: 250px;
  width: 250px;
  padding: 5px;
  background: #fcf306;
}

/* line 137, ../scss/module/pages/_about.scss */
.partner-grid {
  width: 90%;
  max-height: 430px;
  position: relative;
}
@media screen and (max-width: 769px) {
  /* line 137, ../scss/module/pages/_about.scss */
  .partner-grid {
    width: 80%;
  }
}

/* line 147, ../scss/module/pages/_about.scss */
.bio-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  z-index: 2;
  display: none;
}

/* line 157, ../scss/module/pages/_about.scss */
.photo-grid {
  text-align: center;
}
/* line 160, ../scss/module/pages/_about.scss */
.photo-grid li {
  display: inline-block;
  width: 209px;
  height: 208px;
}
/* line 165, ../scss/module/pages/_about.scss */
.photo-grid li figure {
  width: 215px;
  height: 215px;
  position: relative;
  margin: 0;
}
/* line 171, ../scss/module/pages/_about.scss */
.photo-grid li figure img {
  display: block;
  height: auto;
}
/* line 176, ../scss/module/pages/_about.scss */
.photo-grid li figure figcaption {
  background: #f8f625;
  color: #2c2926;
  display: table;
  width: 215px;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 20px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  transition-delay: 100ms;
  z-index: 1;
}
/* line 196, ../scss/module/pages/_about.scss */
.photo-grid li figure figcaption p {
  display: table-cell;
  font-size: 1.188em;
  text-transform: uppercase;
  position: relative;
  top: -40px;
  width: 215px;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  vertical-align: middle;
}
/* line 208, ../scss/module/pages/_about.scss */
.photo-grid li figure figcaption p span {
  text-transform: lowercase;
  font-weight: 400;
}
/* line 212, ../scss/module/pages/_about.scss */
.photo-grid li figure figcaption p .partner-title {
  display: block;
  color: black;
  font-size: 0.750em;
}
/* line 219, ../scss/module/pages/_about.scss */
.photo-grid li figure figcaption p .partner-icon:after {
  content: url(../images/nav/arrow-down-black.gif);
  display: block;
}
/* line 229, ../scss/module/pages/_about.scss */
.photo-grid li:hover figcaption {
  opacity: 1;
  z-index: 0;
}
/* line 233, ../scss/module/pages/_about.scss */
.photo-grid li:hover figcaption p {
  -moz-transform: translateY(40px);
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}

/* line 247, ../scss/module/pages/_about.scss */
.partner-bkg {
  max-width: 1200px;
  min-height: 430px;
  width: 100%;
  height: 430px;
  height: auto;
  top: 209px;
  padding: 1em 0;
  background-color: white;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 41.75em) {
  /* line 247, ../scss/module/pages/_about.scss */
  .partner-bkg {
    max-width: 100%;
    background-image: none !important;
  }
}
@media only screen and (min-width: 48.688em) and (max-width: 64em) {
  /* line 247, ../scss/module/pages/_about.scss */
  .partner-bkg {
    max-width: 100%;
    background-image: none !important;
  }
}

/* line 275, ../scss/module/pages/_about.scss */
.abraham {
  background-image: url("../images/partners/partner-chuck-abraham-full.jpg");
}

/* line 276, ../scss/module/pages/_about.scss */
.shriver {
  background-image: url("../images/partners/partner-shirley-shriver-full.jpg");
}

/* line 277, ../scss/module/pages/_about.scss */
.busch {
  background-image: url("../images/partners/partner-keith-busch-full.jpg");
}

/* line 278, ../scss/module/pages/_about.scss */
.mccutcheon {
  background-image: url("../images/partners/partner-tracy-mccutcheon-full.jpg");
}

/* line 279, ../scss/module/pages/_about.scss */
.elwell {
  background-image: url("../images/partners/partner-dale-elwell-full.jpg");
}

/* line 280, ../scss/module/pages/_about.scss */
.harris {
  background-image: url("../images/partners/partner-maggie-harris-full.jpg");
}

/* line 281, ../scss/module/pages/_about.scss */
.kinsley {
  background-image: url("../images/partners/partner-kevin-kinsley-full.jpg");
}

/* line 282, ../scss/module/pages/_about.scss */
.mmccallum {
  background-image: url("../images/partners/partner-matt-mccallum-full.jpg");
}

/* line 285, ../scss/module/pages/_about.scss */
.partner-bio {
  position: relative;
  top: -8px;
  max-width: 620px;
  width: 100%;
  height: auto;
  color: #2c2926;
  font-size: .9em;
}
@media large-up {
  /* line 285, ../scss/module/pages/_about.scss */
  .partner-bio {
    left: 23%;
  }
}

/* line 298, ../scss/module/pages/_about.scss */
.partner-bio-name,
.partner-bio-title {
  margin: 0.3em 0;
  font-size: 1.7em;
  color: #565656;
  font-weight: 400;
}

/* line 305, ../scss/module/pages/_about.scss */
.partner-bio-name {
  text-transform: uppercase;
}

/* line 308, ../scss/module/pages/_about.scss */
.partner-bio-contact {
  font-size: 1.2em;
  margin-top: 0.3em;
  margin-bottom: 0.25em;
}
/* line 313, ../scss/module/pages/_about.scss */
.partner-bio-contact .office-phone,
.partner-bio-contact .partner-email,
.partner-bio-contact .partner-linkedin {
  color: #565656;
}
/* line 318, ../scss/module/pages/_about.scss */
.partner-bio-contact .partner-email:hover,
.partner-bio-contact .partner-linkedin:hover {
  text-decoration: underline;
}

/* line 322, ../scss/module/pages/_about.scss */
.partner-bio-profile p {
  margin-bottom: .75em;
  font-size: .85em;
}

/* line 328, ../scss/module/pages/_about.scss */
.partner-bio-skillset li {
  list-style-type: none;
}
/* line 330, ../scss/module/pages/_about.scss */
.partner-bio-skillset li:nth-child(3) li:first-child {
  list-style-type: none;
  margin-top: 22px;
}
@media screen and (max-width: 534px) {
  /* line 330, ../scss/module/pages/_about.scss */
  .partner-bio-skillset li:nth-child(3) li:first-child {
    margin: 0;
  }
}
/* line 339, ../scss/module/pages/_about.scss */
.partner-bio-skillset li li {
  font-size: 0.8em;
  line-height: 1.7em;
  margin-left: -20px;
}

@media screen and (max-width: 534px) {
  /* line 345, ../scss/module/pages/_about.scss */
  li.partner-bio-history {
    display: block;
    margin-top: 1em;
    display: block;
  }
}

/* line 352, ../scss/module/pages/_about.scss */
.partner-bio-contact {
  color: #565656;
}

/* line 353, ../scss/module/pages/_about.scss */
.skills-col2 {
  margin-top: 25px;
}

/* line 355, ../scss/module/pages/_about.scss */
.meet-leaders {
  margin-left: 0;
}

/* line 5, ../scss/module/pages/_careers.scss */
.workplace-badges {
  margin-top: -37px;
  z-index: 2;
  position: absolute;
}
@media screen and (max-width: 1000px) {
  /* line 5, ../scss/module/pages/_careers.scss */
  .workplace-badges {
    display: none;
  }
}

@media only screen and (max-width: 667px) {
  /* line 15, ../scss/module/pages/_careers.scss */
  .careers .intro-screen {
    margin-bottom: -1em;
    padding-top: 70px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 15, ../scss/module/pages/_careers.scss */
  .careers .intro-screen {
    margin-bottom: -1em;
    padding-top: 56px;
  }
}
/* line 28, ../scss/module/pages/_careers.scss */
.careers .intro-title {
  font-size: 2em;
}
@media only screen and (max-width: 30em) {
  /* line 28, ../scss/module/pages/_careers.scss */
  .careers .intro-title {
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 40em) {
  /* line 28, ../scss/module/pages/_careers.scss */
  .careers .intro-title {
    text-align: center;
  }
}
@media only screen and (min-width: 40.063em) {
  /* line 28, ../scss/module/pages/_careers.scss */
  .careers .intro-title {
    text-align: right;
  }
}
@media only screen and (max-width: 30em) {
  /* line 35, ../scss/module/pages/_careers.scss */
  .careers .intro-copy {
    display: none;
  }
}

/* line 41, ../scss/module/pages/_careers.scss */
.careers section:first-child {
  margin-top: 8em;
  padding-top: 3em;
}
@media only screen and (min-width: 1025px) {
  /* line 41, ../scss/module/pages/_careers.scss */
  .careers section:first-child {
    margin-top: 15em;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 41, ../scss/module/pages/_careers.scss */
  .careers section:first-child {
    margin-top: 15em;
  }
}
@media only screen and (max-width: 667px) {
  /* line 41, ../scss/module/pages/_careers.scss */
  .careers section:first-child {
    margin-top: 6em;
  }
}
@media only screen and (max-width: 768px) {
  /* line 41, ../scss/module/pages/_careers.scss */
  .careers section:first-child {
    margin-top: 6em;
  }
}
@media only screen and (max-width: 667px) {
  /* line 41, ../scss/module/pages/_careers.scss */
  .careers section:first-child {
    margin-top: 0;
    padding-top: 2em;
  }
}
@media only screen and (max-width: 375px) {
  /* line 41, ../scss/module/pages/_careers.scss */
  .careers section:first-child {
    margin-top: 3em;
    padding-top: 2em;
  }
}
@media only screen and (max-width: 320px) {
  /* line 41, ../scss/module/pages/_careers.scss */
  .careers section:first-child {
    margin-top: 1em;
    padding-top: 1.7em;
  }
}

/* line 72, ../scss/module/pages/_careers.scss */
.careers .contact-details {
  margin-top: -22px;
}
@media only screen and (min-width: 320px) and (max-width: 667px) {
  /* line 72, ../scss/module/pages/_careers.scss */
  .careers .contact-details {
    font-size: 0.9em;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 667px) {
  /* line 79, ../scss/module/pages/_careers.scss */
  .careers .contact-details .button {
    margin-top: -22px;
  }
}

/* line 6, ../scss/module/pages/_contact.scss */
.contact section:first-child {
  padding: 3em 0;
}
/* line 7, ../scss/module/pages/_contact.scss */
.contact p {
  color: white;
  margin: 0;
}
/* line 11, ../scss/module/pages/_contact.scss */
.contact select {
  color: rgba(203, 203, 203, 0.75);
  font-family: "Avenir Next W01", Avenir, Arial, sans-serif;
}
/* line 14, ../scss/module/pages/_contact.scss */
.contact select:active, .contact select:focus {
  border-color: #ffe9a7 !important;
}
/* line 21, ../scss/module/pages/_contact.scss */
.contact select:hover,
.contact input:hover {
  border-color: #ffe9a7;
}
/* line 25, ../scss/module/pages/_contact.scss */
.contact input {
  color: rgba(203, 203, 203, 0.75);
}
@media screen and (max-width: 728px) {
  /* line 26, ../scss/module/pages/_contact.scss */
  .contact .address {
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  /* line 26, ../scss/module/pages/_contact.scss */
  .contact .address {
    font-size: 80%;
  }
}
/* line 35, ../scss/module/pages/_contact.scss */
.contact .intro-screen {
  padding-top: 114px;
}
@media only screen and (max-width: 767px) {
  /* line 35, ../scss/module/pages/_contact.scss */
  .contact .intro-screen {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 35, ../scss/module/pages/_contact.scss */
  .contact .intro-screen {
    padding-top: 66px;
  }
}
@media only screen and (max-width: 875px) {
  /* line 45, ../scss/module/pages/_contact.scss */
  .contact .intro-copy {
    font-size: .95em;
  }
}
@media only screen and (max-width: 728px) {
  /* line 45, ../scss/module/pages/_contact.scss */
  .contact .intro-copy {
    font-size: .85em;
  }
}
@media only screen and (max-width: 875px) {
  /* line 54, ../scss/module/pages/_contact.scss */
  .contact .intro-title {
    font-size: 2.5em;
  }
}
@media only screen and (min-width: 641px) and (max-width: 768px) {
  /* line 54, ../scss/module/pages/_contact.scss */
  .contact .intro-title {
    font-size: 1.925em;
    text-align: right;
  }
}
@media only screen and (max-width: 640px) {
  /* line 54, ../scss/module/pages/_contact.scss */
  .contact .intro-title {
    text-align: center;
    font-size: 1.5em;
  }
}

@media only screen and (max-width: 480px) {
  /* line 71, ../scss/module/pages/_contact.scss */
  .small-3, .small-9 {
    width: 100%;
  }

  /* line 74, ../scss/module/pages/_contact.scss */
  label {
    text-align: left !important;
    margin-bottom: 0 !important;
  }
}
/* line 80, ../scss/module/pages/_contact.scss */
.error {
  margin-top: -0.75em;
  font-size: 0.75em;
  color: #CC0000;
}

/* line 7, ../scss/module/pages/_experience.scss */
.experience .intro-screen {
  padding-top: 114px;
}
@media only screen and (max-width: 767px) {
  /* line 7, ../scss/module/pages/_experience.scss */
  .experience .intro-screen {
    padding-top: 95px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 7, ../scss/module/pages/_experience.scss */
  .experience .intro-screen {
    padding-top: 66px;
  }
}
@media only screen and (max-width: 875px) {
  /* line 17, ../scss/module/pages/_experience.scss */
  .experience .intro-copy {
    font-size: .95em;
  }
}
@media only screen and (max-width: 728px) {
  /* line 17, ../scss/module/pages/_experience.scss */
  .experience .intro-copy {
    font-size: .85em;
  }
}
@media only screen and (max-width: 875px) {
  /* line 26, ../scss/module/pages/_experience.scss */
  .experience .intro-title {
    font-size: 2.5em;
  }
}
@media only screen and (min-width: 641px) and (max-width: 768px) {
  /* line 26, ../scss/module/pages/_experience.scss */
  .experience .intro-title {
    font-size: 1.925em;
    text-align: right;
  }
}
@media only screen and (max-width: 640px) {
  /* line 26, ../scss/module/pages/_experience.scss */
  .experience .intro-title {
    text-align: center;
    font-size: 2em;
  }
}
/* line 41, ../scss/module/pages/_experience.scss */
.experience .banner-hero {
  height: 650px;
}
@media screen and (max-width: 1740px) {
  /* line 41, ../scss/module/pages/_experience.scss */
  .experience .banner-hero {
    height: 740px;
  }
}
@media screen and (max-width: 1600px) {
  /* line 41, ../scss/module/pages/_experience.scss */
  .experience .banner-hero {
    height: 690px;
  }
}
@media screen and (max-width: 1025px) {
  /* line 41, ../scss/module/pages/_experience.scss */
  .experience .banner-hero {
    height: 400px;
  }
}
/* line 55, ../scss/module/pages/_experience.scss */
.experience .contentBlock {
  padding-top: 2em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 61, ../scss/module/pages/_experience.scss */
  .experience .contentWrapper {
    margin-top: 5em;
  }
}
/* line 68, ../scss/module/pages/_experience.scss */
.experience .hero-box {
  min-height: 32em;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 48.688em) and (max-width: 64em) {
  /* line 68, ../scss/module/pages/_experience.scss */
  .experience .hero-box {
    min-height: 16em;
  }
}
@media only screen and (max-width: 41.75em) {
  /* line 68, ../scss/module/pages/_experience.scss */
  .experience .hero-box {
    min-height: 16em;
  }
}
/* line 77, ../scss/module/pages/_experience.scss */
.experience #hero-homebldg {
  background-image: url("../images/pages/experience/home-building-fw.jpg");
}
/* line 80, ../scss/module/pages/_experience.scss */
.experience #hero-healthcare {
  background-image: url("../images/pages/experience/healthcare-fw.jpg");
}
/* line 83, ../scss/module/pages/_experience.scss */
.experience #hero-more {
  background-image: url("../images/pages/experience/more-fw.jpg");
}
/* line 87, ../scss/module/pages/_experience.scss */
.experience .slick-prev, .experience .slick-next {
  display: none !important;
}
/* line 90, ../scss/module/pages/_experience.scss */
.experience .client-logos {
  margin: 0 auto;
  width: 100%;
  min-height: 60px;
  border-top: 1px dashed gray;
  border-bottom: 1px dashed gray;
  position: relative;
  box-sizing: border-box;
  padding: 1% 0;
}
/* line 99, ../scss/module/pages/_experience.scss */
.experience .client-logos.static > div {
  display: inline-block;
}
/* line 103, ../scss/module/pages/_experience.scss */
.experience .client-logos img {
  padding-right: 2em;
}
/* line 105, ../scss/module/pages/_experience.scss */
.experience .client-logos img:last-of-type {
  padding-right: 0;
}
/* line 110, ../scss/module/pages/_experience.scss */
.experience .client-logos .slick-slide img {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  /* line 117, ../scss/module/pages/_experience.scss */
  .experience .slick-slide {
    height: auto;
  }
}

/* line 6, ../scss/module/pages/_home.scss */
.feature {
  height: 600px;
  min-height: inherit;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 48.688em) {
  /* line 6, ../scss/module/pages/_home.scss */
  .feature {
    height: 800px;
    background-image: none !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* line 6, ../scss/module/pages/_home.scss */
  .feature {
    background-position: 50% 100%;
    background-size: 100% auto;
  }
}
/* line 27, ../scss/module/pages/_home.scss */
.feature .frame {
  width: 100%;
  background-color: black;
}
/* line 37, ../scss/module/pages/_home.scss */
.feature.agency {
  height: 360px;
  background-image: url(../images/mobile/hfa-bleachers.jpg);
}
@media only screen and (min-width: 48.688em) {
  /* line 37, ../scss/module/pages/_home.scss */
  .feature.agency {
    min-height: 480px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* line 37, ../scss/module/pages/_home.scss */
  .feature.agency {
    background-image: url(../images/1366x768/bleachers-stairs.jpg) !important;
  }
}
/* line 49, ../scss/module/pages/_home.scss */
.feature.force {
  background-image: url(../images/mobile/hfa-hq_768.jpg);
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* line 49, ../scss/module/pages/_home.scss */
  .feature.force {
    background-image: url(../images/1366x768/hfa-hq.jpg) !important;
  }
}
/* line 56, ../scss/module/pages/_home.scss */
.feature.automotive {
  background-image: url(../images/mobile/goodyear-tires.jpg);
  background-position: 50% 160px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* line 56, ../scss/module/pages/_home.scss */
  .feature.automotive {
    background-image: url(../images/1366x768/goodyear-tires.jpg) !important;
    background-position: 50% 115%;
  }
}
/* line 65, ../scss/module/pages/_home.scss */
.feature.home {
  background-image: url(../images/mobile/garage-door_960.jpg);
  background-position: 50% 155px;
  background-size: auto 520px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* line 65, ../scss/module/pages/_home.scss */
  .feature.home {
    background-image: url(../images/1366x768/garage-door-wide.jpg) !important;
    background-position: 0 360px;
  }
}
/* line 75, ../scss/module/pages/_home.scss */
.feature.building {
  background-image: url(../images/mobile/lp-siding_768.jpg);
  background-size: 100% auto;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* line 75, ../scss/module/pages/_home.scss */
  .feature.building {
    background-image: url(../images/1366x768/home-siding.jpg) !important;
    background-position: 50% 115%;
  }
}
/* line 84, ../scss/module/pages/_home.scss */
.feature.healthcare {
  height: 800px;
  background-image: url(../images/mobile/akron-general-track.jpg);
  background-position: 40% 240px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* line 84, ../scss/module/pages/_home.scss */
  .feature.healthcare {
    background-image: url(../images/1366x768/akron-general-track.jpg) !important;
    background-position: 50% 400px;
  }
}
@media only screen and (max-height: 375px) {
  /* line 6, ../scss/module/pages/_home.scss */
  .feature {
    background-size: cover;
    background-position: 50% 0;
  }
  /* line 101, ../scss/module/pages/_home.scss */
  .feature.automotive {
    background-position: 50% 0;
  }
  /* line 104, ../scss/module/pages/_home.scss */
  .feature.home {
    background-size: 760px auto;
    background-position: 50% 20px;
  }
  /* line 108, ../scss/module/pages/_home.scss */
  .feature.building {
    background-position: 50% 0;
  }
  /* line 111, ../scss/module/pages/_home.scss */
  .feature.healthcare {
    height: 600px;
    background-size: cover;
    background-position: 40% 200px;
  }
}

/* line 120, ../scss/module/pages/_home.scss */
.banner {
  text-align: center;
  padding: 4% 0;
}
@media only screen and (min-width: 48.688em) {
  /* line 120, ../scss/module/pages/_home.scss */
  .banner {
    font-size: 140%;
    padding: 3% 0;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 120, ../scss/module/pages/_home.scss */
  .banner {
    font-size: 150%;
    padding: 2% 0;
  }
}
/* line 136, ../scss/module/pages/_home.scss */
.banner .tag-prefix, .banner .tag-client, .banner .tag-unique {
  font-size: 1.5em;
  line-height: 1;
  font-weight: 100;
}
/* line 141, ../scss/module/pages/_home.scss */
.banner .tag-descrip {
  font-size: 4.0em;
  line-height: 0.9;
  font-weight: 100;
}
/* line 146, ../scss/module/pages/_home.scss */
.banner .tag-noun {
  font-size: 5.0em;
  line-height: 0.9;
  font-weight: 700;
}
@media only screen and (max-width: 480px) {
  /* line 146, ../scss/module/pages/_home.scss */
  .banner .tag-noun {
    font-size: 3.5em;
  }
}
@media only screen and (max-width: 320px) {
  /* line 146, ../scss/module/pages/_home.scss */
  .banner .tag-noun {
    font-size: 4.2em;
  }
}
/* line 158, ../scss/module/pages/_home.scss */
.banner .symbol {
  font-size: 60%;
  vertical-align: text-top;
}
/* line 162, ../scss/module/pages/_home.scss */
.banner .tag-unique {
  padding-top: 10px;
  margin-top: 10px;
  display: inline-block;
  border-top: 1px dashed #747474;
}
/* line 169, ../scss/module/pages/_home.scss */
.banner img {
  width: auto;
  height: 100%;
}

/* line 179, ../scss/module/pages/_home.scss */
.building .banner .tag-descrip {
  font-size: 3.5em;
}
@media only screen and (max-width: 480px) {
  /* line 179, ../scss/module/pages/_home.scss */
  .building .banner .tag-descrip {
    font-size: 3em;
  }
}
@media only screen and (max-width: 375px) {
  /* line 179, ../scss/module/pages/_home.scss */
  .building .banner .tag-descrip {
    font-size: 2.8em;
  }
}
@media only screen and (max-width: 320px) {
  /* line 179, ../scss/module/pages/_home.scss */
  .building .banner .tag-descrip {
    font-size: 2.6em;
  }
}

@media only screen and (max-width: 480px) {
  /* line 195, ../scss/module/pages/_home.scss */
  .banner.tag-line {
    padding: 8% 0;
  }
}
@media only screen and (max-width: 320px) {
  /* line 195, ../scss/module/pages/_home.scss */
  .banner.tag-line {
    padding: 8% 0;
  }
}

@media only screen and (max-width: 320px) {
  /* line 205, ../scss/module/pages/_home.scss */
  .feature {
    height: 470px;
  }
}

@media only screen and (max-width: 320px) {
  /* line 212, ../scss/module/pages/_home.scss */
  .feature.home {
    background-position: 50% 29px;
    height: 511px;
  }
}

@media only screen and (max-width: 375px) {
  /* line 220, ../scss/module/pages/_home.scss */
  .feature.healthcare {
    height: 620px;
  }
}
@media only screen and (max-width: 320px) {
  /* line 220, ../scss/module/pages/_home.scss */
  .feature.healthcare {
    height: 570px;
  }
}

/* line 231, ../scss/module/pages/_home.scss */
.cta-closing .tag-noun {
  font-size: 4.75em;
}
@media only screen and (max-width: 480px) {
  /* line 231, ../scss/module/pages/_home.scss */
  .cta-closing .tag-noun {
    font-size: 3.5em;
  }
}
@media only screen and (max-width: 320px) {
  /* line 231, ../scss/module/pages/_home.scss */
  .cta-closing .tag-noun {
    font-size: 4.2em;
  }
}

/* line 245, ../scss/module/pages/_home.scss */
.cta-closing .button {
  padding-right: 0;
  transition: color 0.5s ease;
}
/* line 249, ../scss/module/pages/_home.scss */
.cta-closing .button:hover {
  color: #f8f625;
}
@media only screen and (max-width: 480px) {
  /* line 252, ../scss/module/pages/_home.scss */
  .cta-closing .thin.yellow.tag-descrip {
    font-size: 3.5em;
  }
}
@media only screen and (max-width: 320px) {
  /* line 252, ../scss/module/pages/_home.scss */
  .cta-closing .thin.yellow.tag-descrip {
    font-size: 3em;
  }
}
@media only screen and (max-width: 480px) {
  /* line 262, ../scss/module/pages/_home.scss */
  .cta-closing .fat.yellow.tag-noun {
    font-size: 3.5em;
  }
}
@media only screen and (max-width: 320px) {
  /* line 262, ../scss/module/pages/_home.scss */
  .cta-closing .fat.yellow.tag-noun {
    font-size: 3.2em;
  }
}

/* line 274, ../scss/module/pages/_home.scss */
.bg {
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  height: 100%;
  z-index: -1;
}
/* line 283, ../scss/module/pages/_home.scss */
.bg.fixed {
  display: none;
  background-attachment: fixed;
}
@media only screen and (min-width: 48.688em) {
  /* line 283, ../scss/module/pages/_home.scss */
  .bg.fixed {
    display: block;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* line 283, ../scss/module/pages/_home.scss */
  .bg.fixed {
    display: none;
  }
}
/* line 295, ../scss/module/pages/_home.scss */
.bg.agency {
  top: 0;
  background-image: url(../images/1366x768/bleachers-stairs.jpg);
}
/* line 299, ../scss/module/pages/_home.scss */
.bg.force {
  top: 768px;
  background-image: url(../images/1366x768/hfa-hq.jpg);
}
/* line 303, ../scss/module/pages/_home.scss */
.bg.automotive {
  top: 1536px;
  background-image: url(../images/1366x768/goodyear-tires.jpg);
}
/* line 307, ../scss/module/pages/_home.scss */
.bg.home {
  top: 2304px;
  background-image: url(../images/1366x768/garage-door-wide.jpg);
}
@media only screen and (min-width: 48.688em) and (max-width: 64em) {
  /* line 307, ../scss/module/pages/_home.scss */
  .bg.home {
    background-image: url(../images/mobile/garage-door_960.jpg);
  }
}
/* line 315, ../scss/module/pages/_home.scss */
.bg.building {
  top: 3072px;
  background-image: url(../images/1366x768/home-siding.jpg);
}
/* line 319, ../scss/module/pages/_home.scss */
.bg.healthcare {
  top: 4000px;
  max-height: 800px;
  background-image: url(../images/1366x768/akron-general-track.jpg);
  background-position-y: 140px;
}

/* line 331, ../scss/module/pages/_home.scss */
header nav.main {
  position: fixed;
}

/* line 333, ../scss/module/pages/_home.scss */
header nav.main, header .top-bar {
  width: 100%;
  z-index: 100;
}
/* line 339, ../scss/module/pages/_home.scss */
header nav.main .logo .name a, header .top-bar .logo .name a {
  background: url(../images/logos/hfa-logo-yellow.png) no-repeat;
  display: inline-block;
  width: 50px;
  height: 45px;
  background-size: 26px auto;
  background-position: 50% 50%;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: -1px;
}
/* line 354, ../scss/module/pages/_home.scss */
header nav.main .button, header .top-bar .button {
  padding-top: .35em;
}
/* line 355, ../scss/module/pages/_home.scss */
header nav.main .toggle-topbar.menu-icon, header .top-bar .toggle-topbar.menu-icon {
  top: 0;
  margin-top: 5px;
}

/* line 360, ../scss/module/pages/_home.scss */
header nav.main .logo > a {
  margin-top: -30px;
  background: url(../images/logos/hfa-logo-yellow.png) no-repeat;
  width: 80px;
  height: 80px;
  background-size: 60px auto;
  background-position: 50% 50%;
  display: inline-block;
  z-index: 1;
}

/* line 373, ../scss/module/pages/_home.scss */
header nav.main {
  height: 100px;
  padding-top: 2.5%;
}
@media screen and (max-width: 768px) {
  /* line 373, ../scss/module/pages/_home.scss */
  header nav.main {
    padding-top: 4%;
  }
}

/*header .top-bar.expanded {
  position: relative;
}*/
/* line 385, ../scss/module/pages/_home.scss */
header .top-bar {
  height: 45px;
  background: black;
}

/* line 390, ../scss/module/pages/_home.scss */
header h2 {
  position: absolute;
  width: 100%;
  margin-top: 0;
  padding: 3% 3% 0 3%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.72) 50%, transparent 51%, transparent 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.72)), color-stop(50%, rgba(0, 0, 0, 0.72)), color-stop(51%, transparent), color-stop(100%, transparent));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.72) 50%, transparent 51%, transparent 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.72) 50%, transparent 51%, transparent 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.72) 50%, transparent 51%, transparent 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.72) 50%, transparent 51%, transparent 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8000000', endColorstr='#00000000',GradientType=0 );
  /* IE6-9 */
  display: block;
  z-index: 1;
}
/* line 409, ../scss/module/pages/_home.scss */
header h2:after {
  background-repeat: no-repeat;
  margin: 0 auto;
  background-position: 50% 40%;
  z-index: 10;
  content: "";
  height: 295px;
  max-width: 500px;
  display: block;
  background-image: url(../images/slices/an-advertising-agency.svg);
  background-size: contain;
}

/* line 427, ../scss/module/pages/_home.scss */
.pageBody {
  color: #a3a0a0;
  /* TODO: This is being applied globally on every page. Need to make more specific to this page if using.
    a {
    color: $yellow-vivid;
    text-decoration: none;
      &:hover { text-decoration: underline; }
    }
  */
}
/* line 438, ../scss/module/pages/_home.scss */
.pageBody p {
  font-size: 1em;
}

/* line 442, ../scss/module/pages/_home.scss */
.white {
  color: white;
}

/* line 443, ../scss/module/pages/_home.scss */
.black {
  color: black;
}

/* line 444, ../scss/module/pages/_home.scss */
.yellow-vivid {
  color: #f8f625;
}

/* line 446, ../scss/module/pages/_home.scss */
.cta-view-more {
  /*margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;

  text-align: center;*/
  text-transform: uppercase;
  margin: 1.9% 0 1.6% 0;
}
/* line 461, ../scss/module/pages/_home.scss */
.cta-view-more span {
  color: #f8f625;
}
/* line 463, ../scss/module/pages/_home.scss */
.cta-view-more a {
  color: white;
  font-size: 1.5em;
  font-weight: 100;
  display: block;
  letter-spacing: 1px;
}
@media only screen and (min-width: 64.063em) {
  /* line 463, ../scss/module/pages/_home.scss */
  .cta-view-more a {
    font-size: 1.1em;
  }
}
/* line 474, ../scss/module/pages/_home.scss */
.cta-view-more a:after {
  content: ">";
  position: relative;
  top: 3px;
  padding-left: 6px;
  color: #f8f625;
  font-family: "Cabin Condensed", sans-serif;
  font-size: 1.75em;
}

/* line 486, ../scss/module/pages/_home.scss */
.home .pane-dark {
  padding: 0;
}

@media only screen and (min-width: 48.688em) {
  /* line 490, ../scss/module/pages/_home.scss */
  header h2 {
    padding-top: 135px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.72) 60%, transparent 61%, transparent 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.72)), color-stop(60%, rgba(0, 0, 0, 0.72)), color-stop(61%, transparent), color-stop(100%, transparent));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.72) 60%, transparent 61%, transparent 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.72) 60%, transparent 61%, transparent 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.72) 60%, transparent 61%, transparent 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.72) 60%, transparent 61%, transparent 100%);
    /* W3C */
  }

  /* line 501, ../scss/module/pages/_home.scss */
  header h2:after {
    background-position: 50% 15px;
  }
}
/* line 7, ../scss/module/pages/_news.scss */
body.insights a {
  color: #565656;
}
/* line 15, ../scss/module/pages/_news.scss */
body.insights .intro-screen {
  padding-top: 114px;
}
@media only screen and (max-width: 767px) {
  /* line 15, ../scss/module/pages/_news.scss */
  body.insights .intro-screen {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 15, ../scss/module/pages/_news.scss */
  body.insights .intro-screen {
    padding-top: 66px;
  }
}
@media only screen and (max-width: 875px) {
  /* line 25, ../scss/module/pages/_news.scss */
  body.insights .intro-copy {
    font-size: .95em;
  }
}
@media only screen and (max-width: 728px) {
  /* line 25, ../scss/module/pages/_news.scss */
  body.insights .intro-copy {
    font-size: .85em;
  }
}
@media only screen and (max-width: 875px) {
  /* line 34, ../scss/module/pages/_news.scss */
  body.insights .intro-title {
    font-size: 2.5em;
  }
}
@media only screen and (min-width: 641px) and (max-width: 768px) {
  /* line 34, ../scss/module/pages/_news.scss */
  body.insights .intro-title {
    font-size: 1.925em;
    text-align: right;
  }
}
@media only screen and (max-width: 640px) {
  /* line 34, ../scss/module/pages/_news.scss */
  body.insights .intro-title {
    text-align: center;
    font-size: 1.5em;
  }
}

/* line 50, ../scss/module/pages/_news.scss */
.taxonomy-menu-bar {
  background: white;
  padding: 1.5em 0 0 0;
}
/* line 54, ../scss/module/pages/_news.scss */
.taxonomy-menu-bar .nav-filter {
  position: relative;
  overflow: visible;
  float: left;
  left: 50%;
  list-style-type: none;
  margin-left: 0;
}
/* line 62, ../scss/module/pages/_news.scss */
.taxonomy-menu-bar .nav-filter > li {
  position: relative;
  right: 52%;
  display: inline;
  font-size: 1.15em;
}
@media only screen and (max-width: 1024px) {
  /* line 62, ../scss/module/pages/_news.scss */
  .taxonomy-menu-bar .nav-filter > li {
    right: -27%;
  }
}
@media only screen and (max-width: 768px) {
  /* line 62, ../scss/module/pages/_news.scss */
  .taxonomy-menu-bar .nav-filter > li {
    right: -27px;
  }
}
@media only screen and (max-width: 667px) {
  /* line 62, ../scss/module/pages/_news.scss */
  .taxonomy-menu-bar .nav-filter > li {
    right: -5px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 62, ../scss/module/pages/_news.scss */
  .taxonomy-menu-bar .nav-filter > li {
    right: 0;
  }
}
@media only screen and (max-width: 375px) {
  /* line 62, ../scss/module/pages/_news.scss */
  .taxonomy-menu-bar .nav-filter > li {
    right: -32px;
  }
}
@media only screen and (max-width: 320px) {
  /* line 62, ../scss/module/pages/_news.scss */
  .taxonomy-menu-bar .nav-filter > li {
    right: -20px;
  }
}
/* line 88, ../scss/module/pages/_news.scss */
.taxonomy-menu-bar .nav-filter:after {
  content: "\00a0\00a0\00a0\00a0\00a0 /";
}
/* line 92, ../scss/module/pages/_news.scss */
.taxonomy-menu-bar .nav-filter:last-child:after {
  content: "";
}
/* line 95, ../scss/module/pages/_news.scss */
.taxonomy-menu-bar .nav-filter a {
  display: inline-block;
  color: white;
  margin: 0 1.5em;
  color: #a3a0a0;
  font-size: .85em;
  text-decoration: none;
  text-transform: uppercase;
  transition: all .5s;
  border-bottom: 3px solid white;
}
/* line 105, ../scss/module/pages/_news.scss */
.taxonomy-menu-bar .nav-filter a:hover {
  color: #565656;
}
/* line 106, ../scss/module/pages/_news.scss */
.taxonomy-menu-bar .nav-filter a:focus {
  outline: none;
}
@media only screen and (max-width: 667px) {
  /* line 95, ../scss/module/pages/_news.scss */
  .taxonomy-menu-bar .nav-filter a {
    font-size: 0.95em;
    margin: 0  0.7em 1em 0.7em;
  }
}
@media only screen and (max-width: 480px) {
  /* line 95, ../scss/module/pages/_news.scss */
  .taxonomy-menu-bar .nav-filter a {
    font-size: 1em;
    margin: 0  0.5em 1em 0.7em;
  }
}
@media only screen and (max-width: 375px) {
  /* line 95, ../scss/module/pages/_news.scss */
  .taxonomy-menu-bar .nav-filter a {
    font-size: 1.3em;
    margin: 0 0.28em 1em 0.28em;
  }
}
@media only screen and (max-width: 320px) {
  /* line 95, ../scss/module/pages/_news.scss */
  .taxonomy-menu-bar .nav-filter a {
    font-size: 1.15em;
    margin: 0  0.3em .5em 0.3em;
  }
}
/* line 125, ../scss/module/pages/_news.scss */
.taxonomy-menu-bar .nav-filter .current {
  color: black;
  border-bottom-color: #f8f625;
}
@media only screen and (max-width: 1024px) {
  /* line 54, ../scss/module/pages/_news.scss */
  .taxonomy-menu-bar .nav-filter {
    font-size: 0.9em;
    position: static;
  }
}
@media only screen and (max-width: 768px) {
  /* line 54, ../scss/module/pages/_news.scss */
  .taxonomy-menu-bar .nav-filter {
    position: static;
    left: 0;
  }
}
@media only screen and (max-width: 568px) {
  /* line 54, ../scss/module/pages/_news.scss */
  .taxonomy-menu-bar .nav-filter {
    font-size: 0.65em;
  }
}

/* line 145, ../scss/module/pages/_news.scss */
.unclicked .news-list:nth-of-type(odd),
.news-list.js-odd {
  background-color: #eeeef2;
}
/* line 150, ../scss/module/pages/_news.scss */
.unclicked .news-list:nth-of-type(odd) .ellipsis:after,
.news-list.js-odd .ellipsis:after {
  /* 1706x1 image, gradient for IE9. Transparent at 0% -> white at 15% -> white at 100%.*/
  /*TOD0: MAKE ONE FOR GRAY COLOR */
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABqoAAAABCAMAAACRxg/eAAAABGdBTUEAALGPC/xhBQAAAwBQTFRF////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wDWRdwAAAP90Uk5Tfet1sDrNWZIeSRDcocCFLWj1CbhSfuMl1EGoYJkYM8Zui/rwBk15FefYKrxGtKydZQzfIdDJNj1VpFyVcY6BBBwxw2yI/Pfy7RInQ09ie5B0eIMDD+kb5eEk2tbSMMs5QL66tkyyrqpYpl+fm5drAf0H+AoN8+4TFhkf3SIoKwDONDfHO8Q+wURHSlBTVlqiXWNmaZNvcox2iYZ/fAL+9vsFCPkL9A4R8e/sFOjqFxrm5B3i4CDeIybb2SnX1SzT0S/PMsw1yjjIxTzCP79CvbtFuUi3tUuzTrGvUa1Uq6lXp6Vbo16gYZ6cZJpnmJZqlG2RcI9zjYp6d4eChIAu7+D8pQAAASFJREFUOMtjqK+fG2y/UKVwkVDxEsOSZSFcyz3LV6tXrJOtXB/msImjaqtxzfZI8R1etbu16vbx/zsY63hYrvGoWdPxeJaWU+ZtZxIkz3l3XNTpvMzZdS1F9YZP922RnrsWvQ8y2PoeW014miX93HfiK4NJbwQmv89z/qgw9bPNtK8BTDN+Bqr98JvDIDr7r93voD98s365zPyuOP2b7Rf/T+xTPli/y30r8zrnpf6L7Gc8/U8sH2U+lLqffk/vTtot5pup13WvJl8RvpR0Qft84lne9tNOrSflm0+YHos7wtpwyORAzH6JvdF7NHdF7eSu3ma0JWKz2MbwDRprQtcyrvIoW6m8wr10qeB8t6LFSgtcC+b9HwWjYBSMglEw2AEA3ckkQdBniOMAAAAASUVORK5CYII=);
  background: -webkit-gradient(linear, left top, right top, from(rgba(238, 238, 242, 0)), to(#eeeef2), color-stop(15%, #eeeef2));
  background: -moz-linear-gradient(to right, rgba(238, 238, 242, 0), #eeeef2 15%, #eeeef2);
  background: -o-linear-gradient(to right, rgba(238, 238, 242, 0), #eeeef2 15%, #eeeef2);
  background: -ms-linear-gradient(to right, rgba(238, 238, 242, 0), #eeeef2 15%, #eeeef2);
  background: linear-gradient(to right, rgba(238, 238, 242, 0), #eeeef2 15%, #eeeef2);
}

/* line 163, ../scss/module/pages/_news.scss */
section.news-list {
  background-color: white;
  display: none;
}
/* line 167, ../scss/module/pages/_news.scss */
section.news-list.js-visible {
  display: block;
}
/* line 172, ../scss/module/pages/_news.scss */
section.news-list .award-list li a:after {
  content: ">";
  font-family: "Cabin Condensed", sans-serif;
  padding-left: .3em;
  font-size: 1.3em;
  font-weight: bold;
  position: relative;
  top: .08em;
}

/* line 184, ../scss/module/pages/_news.scss */
.news-list > article {
  text-align: center;
  padding: 4em 0;
  color: #a3a0a0;
  max-width: 800px;
}
@media only screen and (max-width: 768px) {
  /* line 184, ../scss/module/pages/_news.scss */
  .news-list > article {
    min-width: 70%;
    padding: 3em 0;
  }
}
@media only screen and (max-width: 480px) {
  /* line 184, ../scss/module/pages/_news.scss */
  .news-list > article {
    min-width: 50%;
    padding: 2em 0;
  }
}
/* line 199, ../scss/module/pages/_news.scss */
.news-list > article .date {
  text-align: center;
}
/* line 201, ../scss/module/pages/_news.scss */
.news-list > article .date:after {
  content: "\00a0 /";
}
/* line 205, ../scss/module/pages/_news.scss */
.news-list > article .date, .news-list > article .category {
  font-size: 0.8em;
  letter-spacing: 0.1875em;
  text-transform: uppercase;
}
/* line 210, ../scss/module/pages/_news.scss */
.news-list > article .category {
  color: #565656;
  font-weight: bold;
}
/* line 214, ../scss/module/pages/_news.scss */
.news-list > article .headline {
  line-height: 1.2em;
  font-weight: 100;
  color: #565656;
}
@media only screen and (max-width: 480px) {
  /* line 214, ../scss/module/pages/_news.scss */
  .news-list > article .headline {
    font-size: 1.575em;
  }
}
/* line 223, ../scss/module/pages/_news.scss */
.news-list > article p, .news-list > article .award-list li {
  text-align: left;
}
@media only screen and (max-width: 480px) {
  /* line 223, ../scss/module/pages/_news.scss */
  .news-list > article p, .news-list > article .award-list li {
    font-size: .9rem;
  }
}
/* line 230, ../scss/module/pages/_news.scss */
.news-list > article .video-wrapper,
.news-list > article .news-awards-slider {
  margin: 0 auto;
}
/* line 235, ../scss/module/pages/_news.scss */
.news-list > article .news-awards-slider .slick-slide {
  max-height: 280px;
}
/* line 238, ../scss/module/pages/_news.scss */
.news-list > article .awards-caption {
  font-size: .865em;
  text-align: center;
}
/* line 245, ../scss/module/pages/_news.scss */
.news-list > article .ellipsis {
  overflow: hidden;
  position: relative;
  height: 75px;
  line-height: 25px;
}
@media only screen and (max-width: 480px) {
  /* line 245, ../scss/module/pages/_news.scss */
  .news-list > article .ellipsis {
    font-size: .9rem;
    height: 110px;
  }
}
/* line 256, ../scss/module/pages/_news.scss */
.news-list > article .ellipsis:before {
  content: "";
  float: left;
  width: 5px;
  height: 75px;
}
@media only screen and (max-width: 480px) {
  /* line 256, ../scss/module/pages/_news.scss */
  .news-list > article .ellipsis:before {
    font-size: .9rem;
    height: 110px;
  }
}
/* line 267, ../scss/module/pages/_news.scss */
.news-list > article .ellipsis > *:first-child {
  float: right;
  width: 100%;
  margin-left: -5px;
}
/* line 272, ../scss/module/pages/_news.scss */
.news-list > article .ellipsis:after {
  content: "[\00a0\02026\00a0]";
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  float: right;
  position: relative;
  top: -25px;
  left: 100%;
  width: 7em;
  margin-left: -7em;
  padding-right: 5px;
  text-align: center;
  background-size: 100% 100%;
  /* 1706x1 image, gradient for IE9. Transparent at 0% -> white at 15% -> white at 100%.*/
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABqoAAAABCAMAAACRxg/eAAAABGdBTUEAALGPC/xhBQAAAwBQTFRF////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wDWRdwAAAP90Uk5Tfet1sDrNWZIeSRDcocCFLWj1CbhSfuMl1EGoYJkYM8Zui/rwBk15FefYKrxGtKydZQzfIdDJNj1VpFyVcY6BBBwxw2yI/Pfy7RInQ09ie5B0eIMDD+kb5eEk2tbSMMs5QL66tkyyrqpYpl+fm5drAf0H+AoN8+4TFhkf3SIoKwDONDfHO8Q+wURHSlBTVlqiXWNmaZNvcox2iYZ/fAL+9vsFCPkL9A4R8e/sFOjqFxrm5B3i4CDeIybb2SnX1SzT0S/PMsw1yjjIxTzCP79CvbtFuUi3tUuzTrGvUa1Uq6lXp6Vbo16gYZ6cZJpnmJZqlG2RcI9zjYp6d4eChIAu7+D8pQAAASFJREFUOMtjqK+fG2y/UKVwkVDxEsOSZSFcyz3LV6tXrJOtXB/msImjaqtxzfZI8R1etbu16vbx/zsY63hYrvGoWdPxeJaWU+ZtZxIkz3l3XNTpvMzZdS1F9YZP922RnrsWvQ8y2PoeW014miX93HfiK4NJbwQmv89z/qgw9bPNtK8BTDN+Bqr98JvDIDr7r93voD98s365zPyuOP2b7Rf/T+xTPli/y30r8zrnpf6L7Gc8/U8sH2U+lLqffk/vTtot5pup13WvJl8RvpR0Qft84lne9tNOrSflm0+YHos7wtpwyORAzH6JvdF7NHdF7eSu3ma0JWKz2MbwDRprQtcyrvIoW6m8wr10qeB8t6LFSgtcC+b9HwWjYBSMglEw2AEA3ckkQdBniOMAAAAASUVORK5CYII=);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white), color-stop(15%, white));
  background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), white 15%, white);
  background: -o-linear-gradient(to right, rgba(255, 255, 255, 0), white 15%, white);
  background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0), white 15%, white);
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white 15%, white);
}
@media only screen and (max-width: 480px) {
  /* line 272, ../scss/module/pages/_news.scss */
  .news-list > article .ellipsis:after {
    font-size: .9em;
    top: -23px;
    left: 96.8%;
  }
}
/* line 306, ../scss/module/pages/_news.scss */
.news-list > article .ellipsis a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-indent: -9999px;
}
/* line 315, ../scss/module/pages/_news.scss */
.news-list > article .ellipsis i,
.news-list > article .ellipsis:after {
  font-style: normal;
  color: #a3a0a0;
}
/* line 321, ../scss/module/pages/_news.scss */
.news-list > article .award-list {
  text-align: left;
  color: #a3a0a0;
}
/* line 326, ../scss/module/pages/_news.scss */
.news-list > article footer {
  margin-top: 1em;
}
/* line 330, ../scss/module/pages/_news.scss */
.news-list > article .name {
  color: #565656;
  padding-left: .5em;
}
/* line 335, ../scss/module/pages/_news.scss */
.news-list > article .read-post {
  color: #565656;
  font-weight: 700;
  white-space: nowrap;
  padding-left: .75em;
  text-transform: capitalize;
}
/* line 341, ../scss/module/pages/_news.scss */
.news-list > article .read-post:after {
  content: ">";
  font-family: "Cabin Condensed", sans-serif;
  font-size: 1.4em;
  padding-left: .4em;
  position: relative;
  top: .08em;
}
/* line 349, ../scss/module/pages/_news.scss */
.news-list > article .read-post:hover {
  text-decoration: none;
  color: #a3a0a0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 365, ../scss/module/pages/_news.scss */
.avatar img {
  display: inline;
  width: 60px;
  height: auto;
  background-color: white;
}

/* line 375, ../scss/module/pages/_news.scss */
.story > article {
  max-width: 800px;
  text-align: center;
}
/* line 379, ../scss/module/pages/_news.scss */
.story > article p, .story > article ol, .story > article ul {
  text-align: left;
}
@media only screen and (max-width: 480px) {
  /* line 379, ../scss/module/pages/_news.scss */
  .story > article p, .story > article ol, .story > article ul {
    font-size: .9em;
  }
}
/* line 385, ../scss/module/pages/_news.scss */
.story > article .sub-title {
  margin: 1em 0;
  text-transform: uppercase;
  font-size: 1.875em;
  color: #565656;
}
@media only screen and (max-width: 30em) {
  /* line 385, ../scss/module/pages/_news.scss */
  .story > article .sub-title {
    font-size: 1.275em;
  }
}
/* line 394, ../scss/module/pages/_news.scss */
.story > article .featured-image {
  margin-bottom: 2em;
}
/* line 397, ../scss/module/pages/_news.scss */
.story > article .featured-image .slick-slider {
  margin-bottom: 0;
}
/* line 400, ../scss/module/pages/_news.scss */
.story > article .featured-image .caption {
  margin-top: 1em;
}
/* line 402, ../scss/module/pages/_news.scss */
.story > article h2 {
  text-transform: uppercase;
  font-weight: 100;
  color: #565656;
  text-align: left;
}
/* line 408, ../scss/module/pages/_news.scss */
.story > article h4 {
  font-size: 1.2375em;
  font-weight: 100;
  color: #565656;
  text-transform: uppercase;
  text-align: left;
  margin-top: 1.5em;
}
/* line 415, ../scss/module/pages/_news.scss */
.story > article h4 span {
  text-transform: lowercase;
}
/* line 417, ../scss/module/pages/_news.scss */
.story > article ul, .story > article ol {
  margin-left: 3em;
}
@media only screen and (max-width: 30em) {
  /* line 417, ../scss/module/pages/_news.scss */
  .story > article ul, .story > article ol {
    margin-left: 0;
  }
}
/* line 421, ../scss/module/pages/_news.scss */
.story > article li {
  padding-bottom: .5em;
}
/* line 424, ../scss/module/pages/_news.scss */
.story > article blockquote {
  background: transparent;
  text-align: left;
  border-left: none;
  border-bottom: 1px solid #a3a0a0;
  border-top: 1px solid #a3a0a0;
  margin: 1.5em 0;
  padding: 1.25em 4em;
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/* line 433, ../scss/module/pages/_news.scss */
.story > article blockquote:before {
  color: #565656;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
  font-family: cursive;
}
/* line 442, ../scss/module/pages/_news.scss */
.story > article blockquote:after {
  color: #565656;
  content: close-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-left: 0.25em;
  vertical-align: -0.4em;
  font-family: cursive;
}
/* line 451, ../scss/module/pages/_news.scss */
.story > article blockquote p {
  display: inline;
  color: #565656;
  font-style: italic;
}
/* line 455, ../scss/module/pages/_news.scss */
.story > article blockquote p a {
  color: black;
}
/* line 456, ../scss/module/pages/_news.scss */
.story > article blockquote p a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 30em) {
  /* line 424, ../scss/module/pages/_news.scss */
  .story > article blockquote {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 464, ../scss/module/pages/_news.scss */
.story > article .source {
  font-size: .85em;
}
@media only screen and (max-width: 30em) {
  /* line 464, ../scss/module/pages/_news.scss */
  .story > article .source {
    font-size: .65em;
  }
}

/* line 471, ../scss/module/pages/_news.scss */
.large-headline {
  font-size: 3em;
}

/* line 475, ../scss/module/pages/_news.scss */
.large-list {
  list-style-type: none;
}

/* line 478, ../scss/module/pages/_news.scss */
.large-metric {
  color: black;
  font-weight: 700;
  font-size: 2.5em;
}

/* line 483, ../scss/module/pages/_news.scss */
.large-fact {
  font-size: 1.5em;
  line-height: 1.5em;
  text-transform: uppercase;
  color: #a3a0a0;
  padding-left: .5em;
}

/* line 495, ../scss/module/pages/_news.scss */
.post-footer {
  background: white;
  box-shadow: 1px 1px 1px #a3a0a0;
}
/* line 500, ../scss/module/pages/_news.scss */
.post-footer .cta-share-post {
  padding: 1.5em;
  height: 110px;
}
/* line 503, ../scss/module/pages/_news.scss */
.post-footer .cta-share-post div {
  position: relative;
  top: 1.25em;
  text-align: right;
}
/* line 508, ../scss/module/pages/_news.scss */
.post-footer .cta-share-post button {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 30em) {
  /* line 500, ../scss/module/pages/_news.scss */
  .post-footer .cta-share-post {
    padding: 1em;
    font-size: .75em;
  }
}
/* line 520, ../scss/module/pages/_news.scss */
.post-footer .post-avatar {
  padding: 1.5em;
}
@media only screen and (max-width: 30em) {
  /* line 520, ../scss/module/pages/_news.scss */
  .post-footer .post-avatar {
    padding: 1em;
  }
}
/* line 525, ../scss/module/pages/_news.scss */
.post-footer .post-avatar .author-info, .post-footer .post-avatar .post-date {
  color: #565656;
  font-size: .9em;
  text-align: left;
}
/* line 530, ../scss/module/pages/_news.scss */
.post-footer .post-avatar .author-info {
  display: block;
  padding-left: 5em;
}
/* line 533, ../scss/module/pages/_news.scss */
.post-footer .post-avatar .author-info span {
  color: black;
}

@media only screen and (max-width: 40em) {
  /* line 537, ../scss/module/pages/_news.scss */
  .hide-share-for-iphone {
    display: none;
  }
}

@media only screen and (min-width: 41em) {
  /* line 542, ../scss/module/pages/_news.scss */
  .hide-share-for-medium {
    display: none;
  }
}

/* line 548, ../scss/module/pages/_news.scss */
.contact-author {
  padding-right: 1em;
  padding-left: 1em;
}
/* line 552, ../scss/module/pages/_news.scss */
.contact-author > .columns {
  padding: 20px 0;
  border-top: 1px solid #888;
}
/* line 557, ../scss/module/pages/_news.scss */
.contact-author a {
  font-size: 0.9em;
}

/* line 563, ../scss/module/pages/_news.scss */
.post-share, .contact-author {
  margin: 2em 0;
  padding: .5em;
  background: white;
  box-shadow: 1px 1px 1px #a3a0a0;
}

/* line 569, ../scss/module/pages/_news.scss */
.post-link {
  background: none;
  font-family: inherit;
  border: 1px dashed #a3a0a0;
  box-shadow: none;
  color: #565656;
  display: block;
  font-size: 1rem;
  margin: 0 0 1rem 0;
  padding: 1rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}

/* line 585, ../scss/module/pages/_news.scss */
.social-share-link {
  color: #a3a0a0;
  padding-right: 2em;
}
/* line 588, ../scss/module/pages/_news.scss */
.social-share-link:nth-child(3) {
  padding: 0;
}

/* line 596, ../scss/module/pages/_news.scss */
footer {
  padding-top: 2em;
}
/* line 599, ../scss/module/pages/_news.scss */
footer .prev, footer .next {
  text-transform: uppercase;
  height: 120px;
  color: #a3a0a0;
}
/* line 607, ../scss/module/pages/_news.scss */
footer .prev .content .post-title, footer .next .content .post-title {
  font-size: 1.3em;
  line-height: 1.35em;
  font-weight: 400;
}
/* line 612, ../scss/module/pages/_news.scss */
footer .prev .content span, footer .next .content span {
  text-transform: uppercase;
  margin-bottom: 1em;
  display: block;
  font-size: 1.5em;
}
/* line 618, ../scss/module/pages/_news.scss */
footer .prev .content a, footer .next .content a {
  color: #a3a0a0;
  display: block;
  padding: 1.3em 1em 2em 1em;
}
/* line 622, ../scss/module/pages/_news.scss */
footer .prev .content a:hover, footer .next .content a:hover {
  color: black;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 320px) {
  /* line 618, ../scss/module/pages/_news.scss */
  footer .prev .content a, footer .next .content a {
    padding: 1.3em 0 2em 0;
  }
}
/* line 641, ../scss/module/pages/_news.scss */
footer .prev .post-nav:before {
  position: relative;
  top: 3px;
  content: "<";
  font-family: "Cabin Condensed", sans-serif;
  font-size: 1.7em;
}
/* line 650, ../scss/module/pages/_news.scss */
footer .next .post-nav:after {
  position: relative;
  top: 3px;
  content: ">";
  font-family: "Cabin Condensed", sans-serif;
  font-size: 1.7em;
}

/* line 13, ../scss/module/pages/_portfolio.scss */
.og-grid {
  list-style: none;
  padding: 20px 0;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

/* line 21, ../scss/module/pages/_portfolio.scss */
.og-grid li {
  display: inline-block;
  margin: 10px 5px 5px 5px;
  vertical-align: top;
  height: 250px;
}

/* line 27, ../scss/module/pages/_portfolio.scss */
.og-grid li > a,
.og-grid li > a img {
  border: none;
  outline: none;
  display: block;
  position: relative;
}

/* line 35, ../scss/module/pages/_portfolio.scss */
.og-grid li.og-expanded > a::after {
  top: auto;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: white;
  border-width: 15px;
  left: 50%;
  margin: -20px 0 0 -15px;
}

/* line 49, ../scss/module/pages/_portfolio.scss */
.og-expander {
  position: absolute;
  background: white;
  top: auto;
  left: 0;
  width: 100%;
  margin-top: 10px;
  text-align: left;
  height: 0;
  overflow: hidden;
}

/* line 61, ../scss/module/pages/_portfolio.scss */
.og-expander-inner {
  padding: 10px 30px;
  height: 100%;
}

/* line 66, ../scss/module/pages/_portfolio.scss */
.og-close {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 25px;
  right: 25px;
  cursor: pointer;
  z-index: 200;
}

/* line 75, ../scss/module/pages/_portfolio.scss */
.og-close::before,
.og-close::after {
  content: '';
  position: absolute;
  width: 100%;
  top: 40%;
  height: 5px;
  background: #a3a0a0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 87, ../scss/module/pages/_portfolio.scss */
.og-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 92, ../scss/module/pages/_portfolio.scss */
.og-close:hover::before,
.og-close:hover::after {
  background: #565656;
}

/* line 97, ../scss/module/pages/_portfolio.scss */
.og-fullimg,
.og-details {
  width: 100%;
  float: left;
  height: 100%;
  overflow: hidden;
  position: relative;
}

/* line 106, ../scss/module/pages/_portfolio.scss */
.og-details {
  padding: 0 40px 0 20px;
}

/* line 110, ../scss/module/pages/_portfolio.scss */
.og-fullimg {
  text-align: center;
}

/* line 114, ../scss/module/pages/_portfolio.scss */
.og-fullimg img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
}

/* line 119, ../scss/module/pages/_portfolio.scss */
.og-fullimg img {
  height: 100% !important;
}

/* line 123, ../scss/module/pages/_portfolio.scss */
.portfolio .photo-grid img {
  margin-left: auto;
  margin-right: auto;
}

/* line 128, ../scss/module/pages/_portfolio.scss */
.og-casestudy {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 150px;
  height: 55px;
  padding-top: 10px;
  margin-right: auto;
  margin-left: auto;
  background: rgba(0, 0, 0, 0.7) url("../images/nav/arrow-yellow-up.png") no-repeat center 90%;
  line-height: 1;
  text-align: center;
}

/* line 146, ../scss/module/pages/_portfolio.scss */
.og-details h3 {
  font-weight: 300;
  font-size: 52px;
  padding: 40px 0 10px;
  margin-bottom: 10px;
}

/* line 153, ../scss/module/pages/_portfolio.scss */
.og-details p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #999;
}

/* line 160, ../scss/module/pages/_portfolio.scss */
.og-details a {
  font-weight: 700;
  font-size: 16px;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 10px 20px;
  border: 3px solid #333;
  display: inline-block;
  margin: 30px 0 0;
  outline: none;
}

/* line 173, ../scss/module/pages/_portfolio.scss */
.og-details a:hover {
  border-color: #999;
  color: #999;
}

/* line 178, ../scss/module/pages/_portfolio.scss */
.og-details a::before {
  content: '\2192';
  display: inline-block;
  margin-right: 10px;
}

/* line 184, ../scss/module/pages/_portfolio.scss */
.og-loading {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ddd;
  box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  -webkit-animation: loader 0.5s infinite ease-in-out both;
  -moz-animation: loader 0.5s infinite ease-in-out both;
  animation: loader 0.5s infinite ease-in-out both;
}

@-webkit-keyframes loader {
  /* line 200, ../scss/module/pages/_portfolio.scss */
  0% {
    background: #ddd;
  }

  /* line 201, ../scss/module/pages/_portfolio.scss */
  33% {
    background: #ccc;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd;
  }

  /* line 202, ../scss/module/pages/_portfolio.scss */
  66% {
    background: #ccc;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc;
  }
}
@-moz-keyframes loader {
  /* line 206, ../scss/module/pages/_portfolio.scss */
  0% {
    background: #ddd;
  }

  /* line 207, ../scss/module/pages/_portfolio.scss */
  33% {
    background: #ccc;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd;
  }

  /* line 208, ../scss/module/pages/_portfolio.scss */
  66% {
    background: #ccc;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc;
  }
}
@keyframes loader {
  /* line 212, ../scss/module/pages/_portfolio.scss */
  0% {
    background: #ddd;
  }

  /* line 213, ../scss/module/pages/_portfolio.scss */
  33% {
    background: #ccc;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd;
  }

  /* line 214, ../scss/module/pages/_portfolio.scss */
  66% {
    background: #ccc;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc;
  }
}
@media screen and (max-width: 830px) {
  /* line 219, ../scss/module/pages/_portfolio.scss */
  .og-expander h3 {
    font-size: 32px;
  }

  /* line 220, ../scss/module/pages/_portfolio.scss */
  .og-expander p {
    font-size: 13px;
  }

  /* line 221, ../scss/module/pages/_portfolio.scss */
  .og-expander a {
    font-size: 12px;
  }
}
@media screen and (max-width: 650px) {
  /* line 228, ../scss/module/pages/_portfolio.scss */
  .og-details {
    float: none;
    width: 100%;
  }
}
/* line 232, ../scss/module/pages/_portfolio.scss */
#portfolio-hero {
  background: url("http://teamhfa.com/images/heroes/hero-portfolio.jpg") cover no-repeat;
}

/* line 235, ../scss/module/pages/_portfolio.scss */
.row.row.campaign-items {
  margin-top: 1.75em;
}

/* line 238, ../scss/module/pages/_portfolio.scss */
.portfolio-nav-industry {
  padding-right: 0;
}

@media screen and (max-width: 640px) {
  /* line 242, ../scss/module/pages/_portfolio.scss */
  .portfolio-nav-industry,
  .portfolio-nav-type {
    text-align: center;
  }
}

/* line 249, ../scss/module/pages/_portfolio.scss */
.campaign-items ul.block-grid {
  margin-right: 0;
}

/* line 252, ../scss/module/pages/_portfolio.scss */
.slider-items ul.small-12 {
  margin-left: 0;
}

/* line 257, ../scss/module/pages/_portfolio.scss */
.portfolio .contentBlock {
  padding-top: 0;
}
/* line 260, ../scss/module/pages/_portfolio.scss */
.portfolio .breadcrumbs {
  padding-bottom: 0;
  margin: 15px auto 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  font-size: 1.4em;
  text-align: center;
  background-color: transparent;
  border-color: black;
}
/* line 273, ../scss/module/pages/_portfolio.scss */
.portfolio .breadcrumbs li {
  display: inline-block;
  float: none;
}
/* line 277, ../scss/module/pages/_portfolio.scss */
.portfolio .breadcrumbs li:before {
  font-size: 1.5em;
  content: "";
  margin: 0;
}
/* line 283, ../scss/module/pages/_portfolio.scss */
.portfolio .breadcrumbs li .indicator:after {
  content: "/";
  padding-left: 30px;
}
/* line 289, ../scss/module/pages/_portfolio.scss */
.portfolio .breadcrumbs li:last-of-type .indicator:after {
  content: "";
  padding-right: 0;
}
/* line 296, ../scss/module/pages/_portfolio.scss */
.portfolio .breadcrumbs .sub-title {
  color: #fff;
}
/* line 298, ../scss/module/pages/_portfolio.scss */
.portfolio .breadcrumbs .indicator {
  margin-left: 30px;
  line-height: 1em;
}
/* line 303, ../scss/module/pages/_portfolio.scss */
.portfolio .breadcrumbs .linkified {
  text-decoration: none;
  color: #f8f625;
  cursor: hand;
}
/* line 308, ../scss/module/pages/_portfolio.scss */
.portfolio .breadcrumbs .delinked {
  text-decoration: none;
  color: white;
  cursor: default;
}
/* line 317, ../scss/module/pages/_portfolio.scss */
.portfolio .button:hover, .portfolio .button:focus {
  background-color: transparent;
}
/* line 320, ../scss/module/pages/_portfolio.scss */
.portfolio .button:before {
  padding: 0;
  height: 30px;
  width: 30px;
  float: right;
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin-left: 4px;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}
/* line 335, ../scss/module/pages/_portfolio.scss */
.portfolio button.btn-close.close-reveal-modal {
  left: auto;
  right: auto;
  position: relative;
  top: -15px;
}
/* line 340, ../scss/module/pages/_portfolio.scss */
.portfolio button.btn-close.close-reveal-modal:hover {
  background-color: transparent;
}
/* line 345, ../scss/module/pages/_portfolio.scss */
.portfolio .f-dropdown:before, .portfolio .f-dropdown:after {
  display: none;
}
/* line 348, ../scss/module/pages/_portfolio.scss */
.portfolio .fancy-x:before {
  content: "\2718";
  padding-left: 6px;
  color: #f8f625;
}
/* line 354, ../scss/module/pages/_portfolio.scss */
.portfolio [data-case-study] .ribbon {
  background-color: #f8f625;
  overflow: hidden;
  white-space: nowrap;
  /* top left corner */
  position: absolute;
  right: -50px;
  top: 15px;
  /* 45 deg ccw rotation */
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  /* shadow */
  -webkit-box-shadow: 0 0 10px #888;
  -moz-box-shadow: 0 0 10px #888;
  box-shadow: 0 0 10px #888;
  z-index: 20;
}
/* line 375, ../scss/module/pages/_portfolio.scss */
.portfolio [data-case-study] .ribbon a {
  border: 1px solid #888;
  color: #fff;
  display: block;
  font: bold 81.25% 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 1px 0;
  padding: 10px 50px;
  text-align: center;
  text-decoration: none;
  /* shadow */
  text-shadow: 0 0 5px #444;
}

/* line 390, ../scss/module/pages/_portfolio.scss */
.portfolio-hover-shape {
  position: relative;
  left: 0px;
  height: 250px;
  width: 250px;
  padding: 5px;
  background: #fcf306;
}

/* line 400, ../scss/module/pages/_portfolio.scss */
.portfolio .photo-grid li {
  display: inline-block;
  width: 190px;
  height: 190px;
  /*position: relative;*/
}
/* line 408, ../scss/module/pages/_portfolio.scss */
.portfolio .photo-grid img {
  display: block;
  height: auto !important;
  max-width: 100%;
  /*width:100%;*/
}
/* line 414, ../scss/module/pages/_portfolio.scss */
.portfolio .photo-grid iframe {
  max-width: 800px;
  max-height: 450px;
}
/* line 419, ../scss/module/pages/_portfolio.scss */
.portfolio .photo-grid figure {
  width: 190px;
  height: 190px;
  overflow: hidden;
  position: relative;
  margin: 0;
}
/* line 427, ../scss/module/pages/_portfolio.scss */
.portfolio .photo-grid figcaption {
  background: rgba(0, 0, 0, 0.8);
  background: #f8f625;
  color: #2c2926;
  display: table;
  width: 190px;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 20px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  transition-delay: 100ms;
  z-index: 10;
}

/* line 453, ../scss/module/pages/_portfolio.scss */
.campaign-items .photo-grid {
  padding-top: 10px;
}
/* line 456, ../scss/module/pages/_portfolio.scss */
.campaign-items .photo-grid figcaption p {
  display: table-cell;
  font-size: 1.188em;
  text-transform: uppercase;
  position: relative;
  top: -40px;
  width: 190px;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  vertical-align: middle;
}
/* line 468, ../scss/module/pages/_portfolio.scss */
.campaign-items .photo-grid figcaption p .partner-title {
  display: block;
  color: black;
  font-size: 0.750em;
  line-height: 0.95rem;
}
/* line 475, ../scss/module/pages/_portfolio.scss */
.campaign-items .photo-grid figcaption p .partner-icon {
  margin-top: .75em;
        /*&:before {
          display: block;
          content: $chevron-right;

          -ms-transform: rotate(90deg);
          -webkit-transform: rotate(90deg);
          -moz-transform: rotate(90deg);
          transform: rotate(90deg);
        }*/
}
/* line 479, ../scss/module/pages/_portfolio.scss */
.campaign-items .photo-grid figcaption p .partner-icon:after {
  margin-top: 15px;
}
/* line 495, ../scss/module/pages/_portfolio.scss */
.campaign-items .photo-grid li:hover figcaption p {
  -moz-transform: translateY(40px);
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}
/* line 504, ../scss/module/pages/_portfolio.scss */
.campaign-items .exclude {
  display: none;
}
/* line 506, ../scss/module/pages/_portfolio.scss */
.campaign-items .campaign-assets {
  display: none;
}
/* line 508, ../scss/module/pages/_portfolio.scss */
.campaign-items li.active .campaign-assets {
  display: block;
}
/* line 510, ../scss/module/pages/_portfolio.scss */
.campaign-items .og-grid li.og-expanded > a::after {
  margin-top: -15px;
}
/* line 514, ../scss/module/pages/_portfolio.scss */
.campaign-items .og-close {
  top: 15px;
}
/* line 517, ../scss/module/pages/_portfolio.scss */
.campaign-items button.slick-prev,
.campaign-items button.slick-next {
  background: none;
}
/* line 521, ../scss/module/pages/_portfolio.scss */
.campaign-items button.slick-prev:after,
.campaign-items button.slick-next:after {
  font-size: 6em;
  display: block;
  color: rgba(51, 51, 51, 0.5);
}
/* line 527, ../scss/module/pages/_portfolio.scss */
.campaign-items button.slick-prev:hover:after,
.campaign-items button.slick-next:hover:after {
  color: #333333;
}
/* line 532, ../scss/module/pages/_portfolio.scss */
.campaign-items button.slick-prev:after {
  content: "<";
  font-family: "Cabin Condensed", sans-serif;
}
/* line 537, ../scss/module/pages/_portfolio.scss */
.campaign-items button.slick-next:after {
  content: ">";
  font-family: "Cabin Condensed", sans-serif;
}

/* line 544, ../scss/module/pages/_portfolio.scss */
.casestudy {
  background-color: white;
}
/* line 547, ../scss/module/pages/_portfolio.scss */
.casestudy article {
  padding-bottom: 1em;
}
/* line 549, ../scss/module/pages/_portfolio.scss */
.casestudy h3 {
  color: #565656;
  font-weight: 100;
  font-size: 1.5em;
}
/* line 555, ../scss/module/pages/_portfolio.scss */
.casestudy p {
  color: black;
  font-size: .85em;
  line-height: 1.5em;
}
/* line 561, ../scss/module/pages/_portfolio.scss */
.casestudy ul {
  list-style-type: none;
  margin-left: 0;
}
/* line 565, ../scss/module/pages/_portfolio.scss */
.casestudy ul li {
  font-size: .85em;
  line-height: 1.5em;
  color: black;
}
/* line 570, ../scss/module/pages/_portfolio.scss */
.casestudy ul li span {
  font-weight: 700;
}

/* line 577, ../scss/module/pages/_portfolio.scss */
.btn-close {
  background: url("../images/nav/btn-casestudy-close.gif") center center no-repeat;
  width: 41px;
  height: 18px;
  padding: 2% 5%;
}

/* line 583, ../scss/module/pages/_portfolio.scss */
.btn-open {
  background: url("../images/nav/btn-casestudy-open.png") no-repeat;
  width: 122px;
  height: 57px;
}

/* line 589, ../scss/module/pages/_portfolio.scss */
.btn-close,
.btn-open {
  margin: 0;
}

/* line 6, ../scss/module/pages/_holidays.scss */
.holidays .intro-screen {
  padding-top: 114px;
}
@media only screen and (max-width: 778px) {
  /* line 6, ../scss/module/pages/_holidays.scss */
  .holidays .intro-screen {
    padding-top: 19px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 6, ../scss/module/pages/_holidays.scss */
  .holidays .intro-screen {
    padding-top: 6px;
  }
}
/* line 15, ../scss/module/pages/_holidays.scss */
.holidays .intro-screen .fb_iframe_widget {
  display: block;
}
@media only screen and (max-width: 875px) {
  /* line 19, ../scss/module/pages/_holidays.scss */
  .holidays .intro-copy {
    font-size: .95em;
  }
}
@media only screen and (max-width: 728px) {
  /* line 19, ../scss/module/pages/_holidays.scss */
  .holidays .intro-copy {
    font-size: .85em;
  }
}
/* line 29, ../scss/module/pages/_holidays.scss */
.holidays .contentWrapper {
  max-height: 406px;
}
/* line 33, ../scss/module/pages/_holidays.scss */
.holidays .holiday-title {
  margin-top: 0;
  color: #f8f625;
  font-weight: 700;
  text-align: right;
  display: block;
}
@media only screen and (max-width: 778px) {
  /* line 33, ../scss/module/pages/_holidays.scss */
  .holidays .holiday-title {
    text-align: center;
  }
}
/* line 44, ../scss/module/pages/_holidays.scss */
.holidays .holiday-title .line-1 {
  font-size: 0.89651em;
  line-height: 1em;
  font-weight: 100;
}
@media only screen and (max-width: 480px) {
  /* line 44, ../scss/module/pages/_holidays.scss */
  .holidays .holiday-title .line-1 {
    font-size: 0.59651em;
    line-height: 1em;
  }
}
/* line 55, ../scss/module/pages/_holidays.scss */
.holidays .holiday-title .line-2 {
  font-size: 1.793021em;
}
@media only screen and (max-width: 480px) {
  /* line 55, ../scss/module/pages/_holidays.scss */
  .holidays .holiday-title .line-2 {
    font-size: 1.093021em;
    line-height: 1em;
  }
}
/* line 64, ../scss/module/pages/_holidays.scss */
.holidays .holiday-title .line-3 {
  font-size: 1.282031em;
  display: block;
}
@media only screen and (max-width: 480px) {
  /* line 64, ../scss/module/pages/_holidays.scss */
  .holidays .holiday-title .line-3 {
    font-size: 0.59651em;
    line-height: 1em;
  }
}
/* line 78, ../scss/module/pages/_holidays.scss */
.holidays .greeting {
  font-size: 3.274792em;
  color: #f8f625;
  text-align: center;
  padding: 0.6em 0;
}
@media only screen and (max-width: 1024px) {
  /* line 78, ../scss/module/pages/_holidays.scss */
  .holidays .greeting {
    font-size: 2.674792em;
  }
}
@media only screen and (max-width: 728px) {
  /* line 78, ../scss/module/pages/_holidays.scss */
  .holidays .greeting {
    font-size: 1.774792em;
  }
}
@media only screen and (max-width: 320px) {
  /* line 78, ../scss/module/pages/_holidays.scss */
  .holidays .greeting {
    font-size: 1.474792em;
    padding: 0.2em 0;
  }
}

/* line 4, ../scss/module/_contacts.scss */
.contact-details {
  padding-left: 1em;
  padding-bottom: 2em;
  font-size: 1em;
  line-height: 1.4em;
  color: #565656;
}
/* line 10, ../scss/module/_contacts.scss */
.contact-details p {
  line-height: 1.3rem;
}
@media screen and (max-width: 640px) {
  /* line 4, ../scss/module/_contacts.scss */
  .contact-details {
    width: 60%;
  }
}
@media screen and (min-width: 320px) {
  /* line 4, ../scss/module/_contacts.scss */
  .contact-details {
    width: 90%;
  }
}
@media screen and (min-width: 1024px) {
  /* line 4, ../scss/module/_contacts.scss */
  .contact-details {
    width: 100%;
  }
}
/* line 24, ../scss/module/_contacts.scss */
.contact-details .contact-name {
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 400;
  text-transform: uppercase;
  color: white;
}
/* line 31, ../scss/module/_contacts.scss */
.contact-details .contact-name i {
  position: absolute;
  top: 28px;
}
/* line 37, ../scss/module/_contacts.scss */
.contact-details i.keith.fi-social-linkedin.size-14.white {
  left: 150px;
}
/* line 38, ../scss/module/_contacts.scss */
.contact-details i.kevin.fi-social-linkedin.size-14.white {
  left: 163px;
}
/* line 39, ../scss/module/_contacts.scss */
.contact-details i.maggie.fi-social-linkedin.size-14.white {
  left: 174px;
}
/* line 40, ../scss/module/_contacts.scss */
.contact-details i.dale.fi-social-linkedin.size-14.white {
  left: 154px;
}
/* line 42, ../scss/module/_contacts.scss */
.contact-details .contact-tel a, .contact-details .contact-email a {
  color: #565656;
  transition: color .5s;
}
/* line 45, ../scss/module/_contacts.scss */
.contact-details .contact-tel a:hover, .contact-details .contact-email a:hover {
  color: #f8f625;
}

/* line 49, ../scss/module/_contacts.scss */
.social-links {
  padding-right: 1.75em;
  text-decoration: none;
}
/* line 52, ../scss/module/_contacts.scss */
.social-links:last-child {
  padding-right: 0;
}
/* line 55, ../scss/module/_contacts.scss */
.social-links i {
  color: white;
  transition: color 0.5s ease;
}
/* line 62, ../scss/module/_contacts.scss */
.social-links i.fi-social-facebook:hover {
  color: #3b5998;
}
/* line 66, ../scss/module/_contacts.scss */
.social-links i.fi-social-linkedin:hover {
  color: #0e76a8;
}
/* line 70, ../scss/module/_contacts.scss */
.social-links i.fi-social-youtube:hover {
  color: #c4302b;
}
/* line 73, ../scss/module/_contacts.scss */
.social-links i.fi-social-vimeo:hover {
  color: #5dc6ff;
}

/* line 78, ../scss/module/_contacts.scss */
form .comment {
  margin-top: -15px;
}
/* line 79, ../scss/module/_contacts.scss */
form .field-message-text.row {
  margin-top: 15px;
}

/* Slick Slider Default Styles */
/* line 3, ../scss/vendor/_slick.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 5, ../scss/vendor/_slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

/* line 6, ../scss/vendor/_slick.scss */
.slick-list:focus {
  outline: none;
}

/* line 7, ../scss/vendor/_slick.scss */
.slick-loading .slick-list {
  background: white url("ajax-loader.gif") center center no-repeat;
}

/* line 8, ../scss/vendor/_slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 10, ../scss/vendor/_slick.scss */
.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img {
  -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 12, ../scss/vendor/_slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
}

/* line 13, ../scss/vendor/_slick.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

/* line 14, ../scss/vendor/_slick.scss */
.slick-track:after {
  clear: both;
}

/* line 15, ../scss/vendor/_slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 17, ../scss/vendor/_slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
  width: 100%;
}
@media screen and (min-width: 769px) {
  /* line 17, ../scss/vendor/_slick.scss */
  .slick-slide {
    height: 485px;
  }
}
@media screen and (max-width: 768px) {
  /* line 17, ../scss/vendor/_slick.scss */
  .slick-slide {
    height: 380px;
  }
}

/* line 31, ../scss/vendor/_slick.scss */
.slick-slide img {
  display: block;
  pointer-events: none;
}

/* line 32, ../scss/vendor/_slick.scss */
.slick-slide.slick-loading img {
  display: none;
}

/* line 33, ../scss/vendor/_slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}

/* line 34, ../scss/vendor/_slick.scss */
.slick-initialized .slick-slide {
  display: block;
}

/* line 35, ../scss/vendor/_slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}

/* line 36, ../scss/vendor/_slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Icons */
/*@font-face { 
  font-family: "slick";
  src: url("fonts/slick.eot");
  src: url("fonts/slick.eot#iefix") format("embedded-opentype"), url("fonts/slick.woff") format("woff"), url("fonts/slick.ttf") format("truetype"), url("fonts/slick.svg") format("svg");
  font-weight: normal;
  font-style: normal; }*/
/* Arrows */
/* line 47, ../scss/vendor/_slick.scss */
.slick-prev {
  background: transparent url("../images/nav/btn-prev.png") no-repeat;
}

/* line 50, ../scss/vendor/_slick.scss */
.slick-next {
  background: transparent url("../images/nav/btn-next.png") no-repeat;
}

/* line 53, ../scss/vendor/_slick.scss */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 70px;
  width: 34px;
  line-height: 0;
  cursor: pointer;
  top: 50%;
  margin-top: -30px;
  padding: 0;
  border: none;
  outline: none;
  -webkit-transition: background 1s ease-out;
  -moz-transition: background 1s ease-out;
  -o-transition: background 1s ease-out;
  transition: background 1s ease-out;
}

/* line 72, ../scss/vendor/_slick.scss */
.slick-prev:hover,
.slick-prev:focus {
  background: transparent url("../images/nav/btn-prev-hover.png") no-repeat;
  outline: none;
}

/* line 77, ../scss/vendor/_slick.scss */
.slick-next:hover,
.slick-next:focus {
  background: transparent url("../images/nav/btn-next-hover.png") no-repeat;
  outline: none;
}

/*.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before { opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before { opacity: 0.25; }*/
/*.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 40px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  }*/
/* line 100, ../scss/vendor/_slick.scss */
.slick-prev {
  left: 25px;
}
@media only screen and (max-width: 41.75em) {
  /* line 100, ../scss/vendor/_slick.scss */
  .slick-prev {
    left: 0;
  }
}

/* line 106, ../scss/vendor/_slick.scss */
.slick-next {
  right: 25px;
}
@media only screen and (max-width: 41.75em) {
  /* line 106, ../scss/vendor/_slick.scss */
  .slick-next {
    right: 0;
  }
}

/* Dots */
/* line 114, ../scss/vendor/_slick.scss */
.slick-slider {
  margin-bottom: 30px;
}

/* line 116, ../scss/vendor/_slick.scss */
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}

/* line 117, ../scss/vendor/_slick.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

/* line 118, ../scss/vendor/_slick.scss */
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

/* line 119, ../scss/vendor/_slick.scss */
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

/* line 120, ../scss/vendor/_slick.scss */
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

/* line 121, ../scss/vendor/_slick.scss */
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 122, ../scss/vendor/_slick.scss */
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* line 124, ../scss/vendor/_slick.scss */
[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}

/* line 125, ../scss/vendor/_slick.scss */
[dir="rtl"] .slick-next:before {
  content: "\2190";
}

/* line 126, ../scss/vendor/_slick.scss */
[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}

/* line 127, ../scss/vendor/_slick.scss */
[dir="rtl"] .slick-prev:before {
  content: "\2192";
}

/* line 128, ../scss/vendor/_slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}