/* line 241, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_global.scss */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 246, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_global.scss */
html,
body {
  font-size: 100%;
}

/* line 249, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_global.scss */
body {
  background: white;
  color: #30373c;
  padding: 0;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

/* line 262, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_global.scss */
a:hover {
  cursor: pointer;
}

/* line 265, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_global.scss */
a:focus {
  outline: none;
}

/* line 270, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_global.scss */
img,
object,
embed {
  max-width: 100%;
  height: auto;
}

/* line 273, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_global.scss */
object,
embed {
  height: 100%;
}

/* line 274, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_global.scss */
img {
  -ms-interpolation-mode: bicubic;
}

/* line 280, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/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 285, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_global.scss */
.left {
  float: left !important;
}

/* line 286, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_global.scss */
.right {
  float: right !important;
}

/* line 287, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_global.scss */
.text-left {
  text-align: left !important;
}

/* line 288, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_global.scss */
.text-right {
  text-align: right !important;
}

/* line 289, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_global.scss */
.text-center {
  text-align: center !important;
}

/* line 290, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_global.scss */
.text-justify {
  text-align: justify !important;
}

/* line 291, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_global.scss */
.hide {
  display: none;
}

/* line 297, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_global.scss */
.antialiased {
  -webkit-font-smoothing: antialiased;
}

/* line 300, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_global.scss */
img {
  display: inline-block;
  vertical-align: middle;
}

/* line 310, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_global.scss */
textarea {
  height: auto;
  min-height: 50px;
}

/* line 313, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_global.scss */
select {
  width: 100%;
}

/* Grid HTML Classes */
/* line 116, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5em;
  *zoom: 1;
}
/* line 121, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_global.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 122, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_global.scss */
.row:after {
  clear: both;
}
/* line 121, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
.row.collapse .column,
.row.collapse .columns {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  float: left;
}
/* line 124, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
.row .row {
  width: auto;
  margin-left: -0.625em;
  margin-right: -0.625em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1;
}
/* line 121, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_global.scss */
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
/* line 122, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_global.scss */
.row .row:after {
  clear: both;
}
/* line 125, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
  *zoom: 1;
}
/* line 121, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_global.scss */
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
/* line 122, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_global.scss */
.row .row.collapse:after {
  clear: both;
}

/* line 130, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
.column,
.columns {
  position: relative;
  padding-left: 0.625em;
  padding-right: 0.625em;
  width: 100%;
  float: left;
}

@media only screen {
  /* line 135, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.625em;
    padding-right: 0.625em;
    float: left;
  }

  /* line 138, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .small-1 {
    position: relative;
    width: 8.33333%;
  }

  /* line 138, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .small-2 {
    position: relative;
    width: 16.66667%;
  }

  /* line 138, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .small-3 {
    position: relative;
    width: 25%;
  }

  /* line 138, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .small-4 {
    position: relative;
    width: 33.33333%;
  }

  /* line 138, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .small-5 {
    position: relative;
    width: 41.66667%;
  }

  /* line 138, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .small-6 {
    position: relative;
    width: 50%;
  }

  /* line 138, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .small-7 {
    position: relative;
    width: 58.33333%;
  }

  /* line 138, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .small-8 {
    position: relative;
    width: 66.66667%;
  }

  /* line 138, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .small-9 {
    position: relative;
    width: 75%;
  }

  /* line 138, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .small-10 {
    position: relative;
    width: 83.33333%;
  }

  /* line 138, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .small-11 {
    position: relative;
    width: 91.66667%;
  }

  /* line 138, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .small-12 {
    position: relative;
    width: 100%;
  }

  /* line 142, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .small-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  /* line 142, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .small-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  /* line 142, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .small-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  /* line 142, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .small-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  /* line 142, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .small-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  /* line 142, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .small-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  /* line 142, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .small-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  /* line 142, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .small-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  /* line 142, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .small-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  /* line 142, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .small-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  /* line 142, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .small-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

  /* line 145, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }

  /* line 146, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  [class*="column"] + [class*="column"].end {
    float: left;
  }

  /* line 149, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .column.small-centered,
  .columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
}
/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 768px) {
  /* line 156, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .large-1 {
    position: relative;
    width: 8.33333%;
  }

  /* line 156, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .large-2 {
    position: relative;
    width: 16.66667%;
  }

  /* line 156, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .large-3 {
    position: relative;
    width: 25%;
  }

  /* line 156, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .large-4 {
    position: relative;
    width: 33.33333%;
  }

  /* line 156, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .large-5 {
    position: relative;
    width: 41.66667%;
  }

  /* line 156, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .large-6 {
    position: relative;
    width: 50%;
  }

  /* line 156, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .large-7 {
    position: relative;
    width: 58.33333%;
  }

  /* line 156, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .large-8 {
    position: relative;
    width: 66.66667%;
  }

  /* line 156, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .large-9 {
    position: relative;
    width: 75%;
  }

  /* line 156, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .large-10 {
    position: relative;
    width: 83.33333%;
  }

  /* line 156, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .large-11 {
    position: relative;
    width: 91.66667%;
  }

  /* line 156, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .large-12 {
    position: relative;
    width: 100%;
  }

  /* line 160, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .row .large-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  /* line 160, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .row .large-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  /* line 160, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .row .large-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  /* line 160, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .row .large-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  /* line 160, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .row .large-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  /* line 160, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .row .large-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  /* line 160, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .row .large-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  /* line 160, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .row .large-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  /* line 160, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .row .large-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  /* line 160, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .row .large-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  /* line 160, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .row .large-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

  /* line 160, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .row .large-offset-11 {
    position: relative;
    margin-left: 91.66667%;
  }

  /* line 164, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 165, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 164, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 165, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 164, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 165, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 164, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 165, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 164, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 165, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 164, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 165, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 164, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 165, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 164, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 165, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 164, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 165, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 164, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 165, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 164, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 165, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 169, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .column.large-centered,
  .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  /* line 172, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }

  /* line 179, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right !important;
  }
}
/* line 110, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
p.lead {
  font-size: 1.21875em;
  line-height: 1.6;
}

/* line 115, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
.subheader {
  line-height: 1.4;
  color: #758590;
  font-weight: 300;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
}

/* Typography resets */
/* line 144, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/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;
  direction: ltr;
}

/* Default Link Styles */
/* line 151, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
a {
  color: #2d3138;
  text-decoration: none;
  line-height: inherit;
}
/* line 157, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
a:hover, a:focus {
  color: #22252a;
}
/* line 159, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
a img {
  border: none;
}

/* Default paragraph styles */
/* line 163, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 1.25em;
  text-rendering: optimizeLegibility;
}
/* line 173, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
p aside {
  font-size: 0.875em;
  line-height: 1.35;
  font-style: italic;
}

/* Default header styles */
/* line 181, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #30373c;
  text-rendering: optimizeLegibility;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
  line-height: 1.3125em;
}
/* line 191, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 60%;
  color: #758590;
  line-height: 0;
}

/* line 198, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
h1 {
  font-size: 2.125em;
}

/* line 199, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
h2 {
  font-size: 1.625em;
}

/* line 200, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
h3 {
  font-size: 1.4375em;
}

/* line 201, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
h4 {
  font-size: 1.1875em;
}

/* line 202, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
h5 {
  font-size: 1.125em;
}

/* line 203, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
h6 {
  font-size: 1em;
}

/* line 207, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
hr {
  border: solid #c0c3c6;
  border-width: 1px 0 0;
  clear: both;
  margin: 2.5em 0 2.4375em;
  height: 0;
}

/* Helpful Typography Defaults */
/* line 217, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
em,
i {
  font-style: italic;
  line-height: inherit;
}

/* line 223, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
strong,
b {
  font-weight: bold;
  line-height: inherit;
}

/* line 228, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
small {
  font-size: 60%;
  line-height: inherit;
}

/* line 233, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: bold;
  color: #7f0a0c;
}

/* Lists */
/* line 242, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
ul,
ol,
dl {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 1.25em;
  list-style-position: outside;
  font-family: inherit;
}

/* line 250, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
ul, ol {
  margin-left: 0;
}

/* Unordered Lists */
/* line 258, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
ul li ul,
ul li ol {
  margin-left: 1.25em;
  margin-bottom: 0;
  font-size: 1em;
  /* Override nested font-size change */
}
/* line 267, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}
/* line 270, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
ul.square {
  list-style-type: square;
}
/* line 271, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
ul.circle {
  list-style-type: circle;
}
/* line 272, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
ul.disc {
  list-style-type: disc;
}
/* line 273, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
ul.no-bullet {
  list-style: none;
}

/* Ordered Lists */
/* line 280, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
ol li ul,
ol li ol {
  margin-left: 1.25em;
  margin-bottom: 0;
}

/* Definition Lists */
/* line 289, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
dl dt {
  margin-bottom: 0.3em;
  font-weight: bold;
}
/* line 293, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
dl dd {
  margin-bottom: 0.75em;
}

/* Abbreviations */
/* line 298, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #30373c;
  border-bottom: 1px dotted #dddddd;
  cursor: help;
}

/* line 305, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
abbr {
  text-transform: none;
}

/* Blockquotes */
/* line 310, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
blockquote {
  margin: 0 0 1.25em;
  padding: 0.5625em 1.25em 0 1.1875em;
  border-left: 1px solid #dddddd;
}
/* line 315, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
blockquote cite {
  display: block;
  font-size: 0.8125em;
  color: #5d6b75;
}
/* line 319, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
blockquote cite:before {
  content: "\2014 \0020";
}
/* line 324, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
blockquote cite a,
blockquote cite a:visited {
  color: #5d6b75;
}

/* line 330, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
blockquote,
blockquote p {
  line-height: 1.6;
  color: #758590;
}

/* Microformats */
/* line 336, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
.vcard {
  display: inline-block;
  margin: 0 0 1.25em 0;
  border: 1px solid #dddddd;
  padding: 0.625em 0.75em;
}
/* line 342, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
.vcard li {
  margin: 0;
  display: block;
}
/* line 346, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
.vcard .fn {
  font-weight: bold;
  font-size: 0.9375em;
}

/* line 353, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
.vevent .summary {
  font-weight: bold;
}
/* line 355, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625em;
}

@media only screen and (min-width: 768px) {
  /* line 366, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.5;
  }

  /* line 367, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
  h1 {
    font-size: 2.75em;
  }

  /* line 368, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
  h2 {
    font-size: 2.25em;
  }

  /* line 369, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
  h3 {
    font-size: 1.75em;
  }

  /* line 370, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
  h4 {
    font-size: 1.5em;
  }
}
/*
 * 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 381, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
.print-only {
  display: none !important;
}

@media print {
  /* line 383, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 391, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 392, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 394, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 399, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 402, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 407, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  /* line 410, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 412, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  /* line 418, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 424, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 426, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
  .hide-on-print {
    display: none !important;
  }

  /* line 427, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
  .print-only {
    display: block !important;
  }

  /* line 428, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
  .hide-for-print {
    display: none !important;
  }

  /* line 429, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
  .show-for-print {
    display: inherit !important;
  }
}
/* line 172, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_buttons.scss */
button, .button {
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: inherit;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 1.25em;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 1.5em;
  padding-right: 3em;
  padding-bottom: 1.5625em;
  padding-left: 3em;
  font-size: 0.875em;
  background-color: #2d3138;
  border-color: #16181c;
  color: white;
}
/* line 123, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_buttons.scss */
button:hover, button:focus, .button:hover, .button:focus {
  background-color: #16181c;
}
/* line 134, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_buttons.scss */
button:hover, button:focus, .button:hover, .button:focus {
  color: white;
}
/* line 177, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_buttons.scss */
button.secondary, .button.secondary {
  background-color: #e9e9e9;
  border-color: #d0d0d0;
  color: #333333;
}
/* line 123, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_buttons.scss */
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background-color: #d0d0d0;
}
/* line 129, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_buttons.scss */
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  color: #333333;
}
/* line 178, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_buttons.scss */
button.success, .button.success {
  background-color: #5da423;
  border-color: #457a1a;
  color: white;
}
/* line 123, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_buttons.scss */
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: #457a1a;
}
/* line 134, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_buttons.scss */
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  color: white;
}
/* line 179, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_buttons.scss */
button.alert, .button.alert {
  background-color: #c60f13;
  border-color: #970b0e;
  color: white;
}
/* line 123, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_buttons.scss */
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background-color: #970b0e;
}
/* line 134, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_buttons.scss */
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  color: white;
}
/* line 181, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_buttons.scss */
button.large, .button.large {
  padding-top: 1em;
  padding-right: 2em;
  padding-bottom: 1.0625em;
  padding-left: 2em;
  font-size: 1.25em;
}
/* line 182, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_buttons.scss */
button.small, .button.small {
  padding-top: 0.5625em;
  padding-right: 1.125em;
  padding-bottom: 0.625em;
  padding-left: 1.125em;
  font-size: 0.8125em;
}
/* line 183, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_buttons.scss */
button.tiny, .button.tiny {
  padding-top: 0.4375em;
  padding-right: 0.875em;
  padding-bottom: 0.5em;
  padding-left: 0.875em;
  font-size: 0.6875em;
}
/* line 184, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_buttons.scss */
button.expand, .button.expand {
  padding-right: 0px;
  padding-left: 0px;
  width: 100%;
}
/* line 186, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_buttons.scss */
button.left-align, .button.left-align {
  text-align: left;
  text-indent: 0.75em;
}
/* line 187, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_buttons.scss */
button.right-align, .button.right-align {
  text-align: right;
  padding-right: 0.75em;
}
/* line 189, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_buttons.scss */
button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #2d3138;
  border-color: #16181c;
  color: white;
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 123, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/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: #16181c;
}
/* line 134, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/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 147, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/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: #2d3138;
}
/* line 190, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_buttons.scss */
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
  background-color: #e9e9e9;
  border-color: #d0d0d0;
  color: #333333;
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 123, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/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: #d0d0d0;
}
/* line 129, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/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 147, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/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: #e9e9e9;
}
/* line 191, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_buttons.scss */
button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
  background-color: #5da423;
  border-color: #457a1a;
  color: white;
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 123, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/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: #457a1a;
}
/* line 134, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/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 147, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/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: #5da423;
}
/* line 192, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_buttons.scss */
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
  background-color: #c60f13;
  border-color: #970b0e;
  color: white;
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 123, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/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: #970b0e;
}
/* line 134, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/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 147, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/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: #c60f13;
}

/* line 197, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_buttons.scss */
button, .button {
  padding-top: 1.5625em;
  padding-bottom: 1.5em;
  -webkit-appearance: none;
}
/* line 199, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_buttons.scss */
button.tiny, .button.tiny {
  padding-top: 0.5em;
  padding-bottom: 0.4375em;
  -webkit-appearance: none;
}
/* line 200, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_buttons.scss */
button.small, .button.small {
  padding-top: 0.625em;
  padding-bottom: 0.5625em;
  -webkit-appearance: none;
}
/* line 201, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_buttons.scss */
button.large, .button.large {
  padding-top: 1.03125em;
  padding-bottom: 1.03125em;
  -webkit-appearance: none;
}

@media only screen {
  /* line 207, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_buttons.scss */
  button, .button {
    -webkit-box-shadow: 0 rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0 rgba(255, 255, 255, 0.5) inset;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
  }
  /* line 68, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_global.scss */
  button:active, .button:active {
    -webkit-box-shadow: 0 rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 rgba(0, 0, 0, 0.2) inset;
  }
  /* line 215, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_buttons.scss */
  button.radius, .button.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  /* line 216, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_buttons.scss */
  button.round, .button.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 224, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_buttons.scss */
  button, .button {
    display: inline-block;
  }
}
@-webkit-keyframes rotate {
  /* line 36, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_orbit.scss */
  from {
    -webkit-transform: rotate(0deg);
  }

  /* line 37, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_orbit.scss */
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes rotate {
  /* line 40, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_orbit.scss */
  from {
    -webkit-transform: rotate(0deg);
  }

  /* line 41, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_orbit.scss */
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-o-keyframes rotate {
  /* line 44, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_orbit.scss */
  from {
    -webkit-transform: rotate(0deg);
  }

  /* line 45, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_orbit.scss */
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes rotate {
  /* line 49, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_orbit.scss */
  from {
    -webkit-transform: rotate(0deg);
  }

  /* line 50, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_orbit.scss */
  to {
    -webkit-transform: rotate(360deg);
  }
}

/* Orbit Graceful Loading */
/* line 54, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_orbit.scss */
.slideshow-wrapper {
  position: relative;
}
/* line 57, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_orbit.scss */
.slideshow-wrapper ul {
  list-style-type: none;
  margin: 0;
}
/* line 64, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_orbit.scss */
.slideshow-wrapper ul li,
.slideshow-wrapper ul li .orbit-caption {
  display: none;
}
/* line 67, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_orbit.scss */
.slideshow-wrapper ul li:first-child {
  display: block;
}
/* line 70, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_orbit.scss */
.slideshow-wrapper .orbit-container {
  background-color: transparent;
}
/* line 73, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_orbit.scss */
.slideshow-wrapper .orbit-container li {
  display: block;
}
/* line 75, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_orbit.scss */
.slideshow-wrapper .orbit-container li .orbit-caption {
  display: block;
}

/* line 81, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_orbit.scss */
.preloader {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  border: solid 3px;
  border-color: #555 #fff;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotate;
  -moz-animation-duration: 1.5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -o-animation-name: rotate;
  -o-animation-duration: 1.5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
  animation-name: rotate;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/* line 113, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_orbit.scss */
.orbit-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: whitesmoke;
}
/* line 119, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
/* line 125, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container img {
  display: block;
}
/* line 127, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container > * {
  position: relative;
  float: left;
  height: auto;
}
/* line 132, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container > * .orbit-caption {
  position: absolute;
  bottom: 0;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  width: 100%;
  padding: 10px 14px;
  font-size: 0.875em;
}
/* line 145, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slide-number {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
  color: white;
  background: rgba(0, 0, 0, 0);
}
/* line 150, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slide-number span {
  font-weight: 700;
  padding: 0.3125em;
}
/* line 155, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-timer {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 6px;
  width: 100px;
}
/* line 161, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-timer .orbit-progress {
  height: 100%;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  width: 0%;
}
/* line 169, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-timer > span {
  display: none;
  position: absolute;
  top: 10px;
  right: 0px;
  width: 11px;
  height: 14px;
  border: solid 4px #000;
  border-top: none;
  border-bottom: none;
}
/* line 182, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-timer.paused > span {
  right: -6px;
  top: 9px;
  width: 11px;
  height: 14px;
  border: inset 8px;
  border-right-style: solid;
  border-color: transparent transparent transparent #000;
}
/* line 194, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_orbit.scss */
.orbit-container:hover .orbit-timer > span {
  display: block;
}
/* line 198, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev,
.orbit-container .orbit-next {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
  width: 50px;
  height: 60px;
  line-height: 50px;
  color: white;
  text-indent: -9999px !important;
}
/* line 210, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev > span,
.orbit-container .orbit-next > span {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  display: block;
  width: 0;
  height: 0;
  border: inset 16px;
}
/* line 220, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev {
  left: 0;
}
/* line 221, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev > span {
  border-right-style: solid;
  border-color: transparent;
  border-right-color: #fff;
}
/* line 226, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev:hover > span {
  border-right-color: #ccc;
}
/* line 230, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-next {
  right: 0;
}
/* line 231, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-next > span {
  border-color: transparent;
  border-left-style: solid;
  border-left-color: #fff;
  left: 50%;
  margin-left: -8px;
}
/* line 238, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-next:hover > span {
  border-left-color: #ccc;
}

/* line 244, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_orbit.scss */
.orbit-bullets {
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  top: 10px;
}
/* line 250, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_orbit.scss */
.orbit-bullets li {
  display: block;
  width: 18px;
  height: 18px;
  background: #999999;
  float: left;
  margin-right: 6px;
  border: solid 2px #222222;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}
/* line 260, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_orbit.scss */
.orbit-bullets li.active {
  background: #222222;
}
/* line 264, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_orbit.scss */
.orbit-bullets li:last-child {
  margin-right: 0;
}

/* line 271, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_orbit.scss */
.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: none;
}
/* line 274, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_orbit.scss */
.touch .orbit-bullets {
  display: none;
}

@media only screen and (min-width: 768px) {
  /* line 283, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_orbit.scss */
  .touch .orbit-container .orbit-prev,
  .touch .orbit-container .orbit-next {
    display: inherit;
  }
  /* line 286, ../../../../../../../usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.2.2/scss/foundation/components/_orbit.scss */
  .touch .orbit-bullets {
    display: block;
  }
}
/* line 1, ../sass/foundation/_foundation_tweaks.scss */
.orbit-slide-number, .orbit-bullets, .touch .orbit-bullets, .orbit-timer {
  display: none;
}

/* line 5, ../sass/foundation/_foundation_tweaks.scss */
.orbit-container .orbit-prev, .orbit-container .orbit-next {
  width: 61px;
  height: 51px;
  background: #2d3138;
}

/* line 12, ../sass/foundation/_foundation_tweaks.scss */
.orbit-container .orbit-prev > span,
.orbit-container .orbit-next > span {
  height: 51px;
  border: none;
  top: 0;
  left: 0;
  margin-top: 0;
}

/* line 20, ../sass/foundation/_foundation_tweaks.scss */
.orbit-container .orbit-prev > span {
  width: 54px;
  background: url(../img/left.png) center no-repeat;
  background-size: 11px 15px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 20, ../sass/foundation/_foundation_tweaks.scss */
  .orbit-container .orbit-prev > span {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../img/left@2x.png");
    background-size: 11px 15px;
    background-position: center center;
  }
}

/* line 27, ../sass/foundation/_foundation_tweaks.scss */
.orbit-container .orbit-next > span {
  width: 75px;
  background: url(../img/right.png) center no-repeat;
  background-size: 11px 15px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 27, ../sass/foundation/_foundation_tweaks.scss */
  .orbit-container .orbit-next > span {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../img/right@2x.png");
    background-size: 11px 15px;
    background-position: center center;
  }
}

/* line 1, ../sass/partials/_header.scss */
header {
  height: 75px;
  background: #FFF;
}
/* line 5, ../sass/partials/_header.scss */
header .logo {
  position: absolute;
  display: block;
  width: 169px;
  height: 170px;
  background: url(../img/logo.png) no-repeat center;
  background-color: #FFF;
  z-index: 999;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 5, ../sass/partials/_header.scss */
  header .logo {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../img/logo@2x.png");
    background-size: 120px 119px;
    background-position: center center;
  }
}
/* line 16, ../sass/partials/_header.scss */
header nav {
  height: 75px;
}
/* line 21, ../sass/partials/_header.scss */
header ul {
  height: 75px;
  text-align: justify;
  list-style: none;
  margin-bottom: 0;
}
/* line 27, ../sass/partials/_header.scss */
header ul li {
  display: inline-block;
  position: relative;
  float: right;
}
/* line 33, ../sass/partials/_header.scss */
header ul li.here {
  background: #25aae1;
}
/* line 36, ../sass/partials/_header.scss */
header ul li.here a {
  color: #FFF;
}
/* line 41, ../sass/partials/_header.scss */
header ul li:hover {
  background: #2d3138;
}
/* line 44, ../sass/partials/_header.scss */
header ul li:hover a {
  color: #FFF;
}
/* line 50, ../sass/partials/_header.scss */
header ul > li {
  text-align: center;
}
/* line 53, ../sass/partials/_header.scss */
header ul > li li {
  text-align: left;
}
/* line 58, ../sass/partials/_header.scss */
header ul a {
  display: inline-block;
  line-height: 75px;
  color: #30373c;
  width: 100%;
  padding: 0 26px;
}
@media only screen and (max-width: 1024px) {
  /* line 58, ../sass/partials/_header.scss */
  header ul a {
    font-size: 12px;
  }
}
/* line 70, ../sass/partials/_header.scss */
header ul:after {
  content: " ";
  width: 100%;
  display: inline-block;
}
/* line 77, ../sass/partials/_header.scss */
header ul li ul {
  position: absolute;
  display: none;
  width: 250px;
  background: #25aae1;
  margin: 0;
  height: auto;
  z-index: 999;
}
/* line 86, ../sass/partials/_header.scss */
header ul li ul li {
  width: 250px;
  z-index: 999;
}
/* line 91, ../sass/partials/_header.scss */
header ul li ul a {
  width: 100%;
  color: #FFF;
  line-height: normal;
  padding: 20px 0 20px 18px;
}
/* line 98, ../sass/partials/_header.scss */
header ul li ul::after {
  display: none;
}
/* line 103, ../sass/partials/_header.scss */
header ul li:hover ul, header ul li ul:hover, header ul li.hover ul {
  display: block;
  background: #2d3138;
}
/* line 107, ../sass/partials/_header.scss */
header ul li:hover ul li:hover, header ul li ul:hover li:hover, header ul li.hover ul li:hover {
  background: #444a54;
}
/* line 112, ../sass/partials/_header.scss */
header .search {
  display: block;
  background-size: 17px 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/search.png);
  text-indent: -9999px;
  line-height: 75px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 112, ../sass/partials/_header.scss */
  header .search {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../img/search@2x.png");
    background-size: 17px 18px;
    background-position: center center;
  }
}

/* Search area */
/* line 127, ../sass/partials/_header.scss */
.search_bar {
  background-color: #FFF;
  height: 0px;
  overflow: hidden;
  -webkit-transition: height 0.35s ease-in-out;
  -moz-transition: height 0.35s ease-in-out;
  -o-transition: height 0.35s ease-in-out;
  transition: height 0.35s ease-in-out;
}
/* line 134, ../sass/partials/_header.scss */
.search_bar input {
  border: none;
  border-bottom: 1px solid #C1C1C1;
  font-size: 20px;
  height: 52px;
  color: #333;
  margin-top: 10px;
  outline: none;
  width: 100%;
}
/* line 22, ../sass/partials/_mixins.scss */
.search_bar::-webkit-input-placeholder {
  color: #333;
}
/* line 27, ../sass/partials/_mixins.scss */
.search_bar:-moz-placeholder {
  color: #333;
}
/* line 32, ../sass/partials/_mixins.scss */
.search_bar:-ms-input-placeholder {
  color: #333;
}
/* line 149, ../sass/partials/_header.scss */
.search_bar.active {
  height: 80px;
}
/* line 153, ../sass/partials/_header.scss */
.search_bar label {
  display: none;
}

/* line 158, ../sass/partials/_header.scss */
.mobile-nav-trigger {
  text-indent: -9999px;
  display: none;
}

/* line 1, ../sass/partials/_footer.scss */
footer {
  width: 100%;
  height: 280px;
  float: left;
  background: #2d3138;
  color: #FFF;
}
/* line 8, ../sass/partials/_footer.scss */
footer .signup-bar {
  float: left;
  width: 100%;
  background: #a3ddc1;
  margin-bottom: 40px;
  border-bottom: 1px solid #17191d;
  padding-top: 42px;
}
@media only screen and (min-width: 768px) {
  /* line 8, ../sass/partials/_footer.scss */
  footer .signup-bar {
    height: 140px;
  }
}
/* line 20, ../sass/partials/_footer.scss */
footer .signup-bar .envelope-image {
  float: left;
  width: 67px;
  height: 47px;
  background: url(../img/footer_mail.png);
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 20, ../sass/partials/_footer.scss */
  footer .signup-bar .envelope-image {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../img/footer_mail@2x.png");
    background-size: 67px 47px;
    background-position: 0 0;
  }
}
/* line 28, ../sass/partials/_footer.scss */
footer .signup-bar input {
  height: 57px;
  border: 0;
  outline: none;
}
@media only screen and (min-width: 768px) {
  /* line 28, ../sass/partials/_footer.scss */
  footer .signup-bar input {
    font-size: 16px;
  }
}
/* line 38, ../sass/partials/_footer.scss */
footer .signup-bar .button {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  /* line 38, ../sass/partials/_footer.scss */
  footer .signup-bar .button {
    font-size: 0.875em;
  }
}
/* line 45, ../sass/partials/_footer.scss */
footer .signup-bar p {
  padding-left: 90px;
  color: #2d3138;
}
/* line 51, ../sass/partials/_footer.scss */
footer .nerc {
  display: inline-block;
  width: 170px;
  height: 52px;
  background-image: url(../img/nerc.png);
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 51, ../sass/partials/_footer.scss */
  footer .nerc {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../img/nerc@2x.png");
    background-size: 170px 52px;
    background-position: 0 0;
  }
}
/* line 59, ../sass/partials/_footer.scss */
footer .bas {
  display: inline-block;
  width: 227px;
  height: 51px;
  background-image: url(../img/bas.png);
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 59, ../sass/partials/_footer.scss */
  footer .bas {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../img/bas@2x.png");
    background-size: 227px 51px;
    background-position: 0 0;
  }
}
/* line 67, ../sass/partials/_footer.scss */
footer ul {
  list-style: none;
}
/* line 70, ../sass/partials/_footer.scss */
footer ul li {
  float: left;
  display: inline-block;
}
/* line 75, ../sass/partials/_footer.scss */
footer ul a {
  color: #FFF;
  font-size: 14px;
}
/* line 80, ../sass/partials/_footer.scss */
footer ul:after {
  content: " ";
  display: inline-block;
  width: 100%;
  height: 0;
}
/* line 88, ../sass/partials/_footer.scss */
footer a:hover {
  color: #FFF;
}
/* line 92, ../sass/partials/_footer.scss */
footer .large-3 span {
  font-size: 14px;
}

/* line 99, ../sass/partials/_footer.scss */
html, body {
  height: 100%;
}

/* line 103, ../sass/partials/_footer.scss */
.page-wrapper {
  min-height: 100%;
  margin-bottom: -280px;
}
/* line 107, ../sass/partials/_footer.scss */
.page-wrapper:after {
  content: " ";
  display: block;
  height: 280px;
}

@media only screen and (max-height: 840px) {
  /* line 115, ../sass/partials/_footer.scss */
  .project_map footer {
    margin-top: 106px;
  }
}
/* line 1, ../sass/partials/_components.scss */
ul[data-orbit] {
  margin: 0;
  padding-left: 0;
  list-style-type: none;
}
/* line 6, ../sass/partials/_components.scss */
ul[data-orbit] li, ul[data-orbit] .orbit-caption {
  display: none;
}
/* line 10, ../sass/partials/_components.scss */
ul[data-orbit] li:first-child {
  display: block;
}

/* line 16, ../sass/partials/_components.scss */
.orbit-container ul[data-orbit] li, .orbit-container ul[data-orbit] .orbit-caption {
  display: block;
}

/* line 21, ../sass/partials/_components.scss */
.hero {
  width: 100%;
  height: 695px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  min-height: 380px;
}
/* line 29, ../sass/partials/_components.scss */
.hero .slide {
  float: left;
  height: 695px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
/* line 36, ../sass/partials/_components.scss */
.hero .row .columns {
  text-align: center;
}
/* line 39, ../sass/partials/_components.scss */
.hero .row .columns h1 {
  color: #FFF;
  font-size: 68px;
  margin-top: 200px;
  font-weight: 700;
  line-height: 1.2;
  text-shadow: 1px 1px #1a1a1a;
}
@media only screen and (max-height: 800px) {
  /* line 39, ../sass/partials/_components.scss */
  .hero .row .columns h1 {
    font-size: 48px;
    margin-top: 140px;
  }
}
/* line 53, ../sass/partials/_components.scss */
.hero .row .columns h2 {
  color: #FFF;
  font-size: 28px;
  text-shadow: 1px 1px #1a1a1a;
}
/* line 60, ../sass/partials/_components.scss */
.hero.homepage .slide {
  height: 100%;
}
/* line 64, ../sass/partials/_components.scss */
.hero video {
  bottom: 0px;
  left: 0px;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  overflow: hidden;
  position: absolute;
}

/* line 78, ../sass/partials/_components.scss */
.banner {
  width: 100%;
  min-height: 143px;
  background-size: cover;
}
/* line 84, ../sass/partials/_components.scss */
.banner.thin .right {
  padding-top: 30px;
}
/* line 87, ../sass/partials/_components.scss */
.banner.thin .right h1 {
  text-align: right;
  color: #FFF;
}
/* line 93, ../sass/partials/_components.scss */
.banner.carousel {
  margin-bottom: 0;
}
/* line 97, ../sass/partials/_components.scss */
.banner.carousel .slide {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
/* line 102, ../sass/partials/_components.scss */
.banner.carousel .slide img {
  width: 100%;
  max-width: none;
}

/* line 110, ../sass/partials/_components.scss */
.blocks {
  background: #2d3138;
  border-top: 1px solid #17191d;
}
/* line 114, ../sass/partials/_components.scss */
.blocks a {
  display: inline-block;
}
/* line 118, ../sass/partials/_components.scss */
.blocks .columns {
  height: 190px;
  text-align: center;
  border-left: 1px solid #17191d;
  border-right: 1px solid #17191d;
  -webkit-transition: background 0.35s ease-in-out;
  -moz-transition: background 0.35s ease-in-out;
  -o-transition: background 0.35s ease-in-out;
  transition: background 0.35s ease-in-out;
}
/* line 126, ../sass/partials/_components.scss */
.blocks .columns h1 {
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: color 0.35s ease-in-out;
  -moz-transition: color 0.35s ease-in-out;
  -o-transition: color 0.35s ease-in-out;
  transition: color 0.35s ease-in-out;
}
/* line 134, ../sass/partials/_components.scss */
.blocks .columns h2 {
  color: #FFF;
  font-size: 16px;
  font-weight: 300;
}
/* line 140, ../sass/partials/_components.scss */
.blocks .columns i {
  width: 37px;
  height: 36px;
  display: inline-block;
  background-size: 37px 36px;
  margin: 20px 0 12px;
}
/* line 147, ../sass/partials/_components.scss */
.blocks .columns i.info {
  background-image: url(../img/homepage_info.png);
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 147, ../sass/partials/_components.scss */
  .blocks .columns i.info {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../img/homepage_info@2x.png");
    background-size: 37px 36px;
    background-position: 0 0;
  }
}
/* line 151, ../sass/partials/_components.scss */
.blocks .columns i.projects {
  width: 36px;
  background-size: 36px 36px;
  background-image: url(../img/homepage_globe.png);
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 151, ../sass/partials/_components.scss */
  .blocks .columns i.projects {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../img/homepage_globe@2x.png");
    background-size: 36px 36px;
    background-position: 0 0;
  }
}
/* line 157, ../sass/partials/_components.scss */
.blocks .columns i.partners {
  background-image: url(../img/homepage_partners.png);
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 157, ../sass/partials/_components.scss */
  .blocks .columns i.partners {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../img/homepage_partners@2x.png");
    background-size: 37px 36px;
    background-position: 0 0;
  }
}
/* line 161, ../sass/partials/_components.scss */
.blocks .columns i.updates {
  background-image: url(../img/homepage_updates.png);
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 161, ../sass/partials/_components.scss */
  .blocks .columns i.updates {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../img/homepage_updates@2x.png");
    background-size: 37px 36px;
    background-position: 0 0;
  }
}
/* line 167, ../sass/partials/_components.scss */
.blocks .columns + .columns {
  border-left: none;
}
/* line 171, ../sass/partials/_components.scss */
.blocks .columns:hover {
  background: #444a54;
}

/* line 177, ../sass/partials/_components.scss */
img.profile_picture {
  border-radius: 50%;
  border: 1px solid rgba(45, 55, 60, 0.3);
}
/* line 181, ../sass/partials/_components.scss */
img.profile_picture.no_border {
  border: none;
}

/* line 186, ../sass/partials/_components.scss */
.centered {
  text-align: center;
  margin: 40px 0 10px;
}

/* line 191, ../sass/partials/_components.scss */
li a, p a, .colored, .detail h2 ~ h2 ~ a {
  color: #25aae1;
}
/* line 194, ../sass/partials/_components.scss */
li a:hover, p a:hover, .colored:hover, .detail h2 ~ h2 ~ a:hover {
  color: #1a8bb9;
}

/* line 199, ../sass/partials/_components.scss */
.article .middle-carousel .columns {
  margin: 60px auto 0;
}

/* line 205, ../sass/partials/_components.scss */
.middle-carousel .columns {
  height: 425px;
  margin: 60px auto;
}
/* line 210, ../sass/partials/_components.scss */
.middle-carousel .orbit-container {
  height: 100%;
}
/* line 213, ../sass/partials/_components.scss */
.middle-carousel .orbit-container .orbit-slides-container, .middle-carousel .orbit-container .orbit-slides-container > * {
  height: 100%;
}

/* line 219, ../sass/partials/_components.scss */
.content {
  padding: 10px 0;
}

/* line 223, ../sass/partials/_components.scss */
.no_results {
  display: none;
  margin-bottom: 40px;
}
/* line 227, ../sass/partials/_components.scss */
.no_results .centered {
  margin: 0;
  text-align: center;
  padding: 40px 0;
  border: 1px solid #eceded;
}
/* line 234, ../sass/partials/_components.scss */
.no_results.visible {
  display: block;
}

/* line 239, ../sass/partials/_components.scss */
.full-width {
  width: 100%;
  background: #efefef;
}
/* line 243, ../sass/partials/_components.scss */
.full-width .large-6 {
  padding-top: 26.5px;
  padding-bottom: 26.5px;
  height: 120px;
}
/* line 249, ../sass/partials/_components.scss */
.full-width .large-12 {
  height: 70px;
}
/* line 253, ../sass/partials/_components.scss */
.full-width a {
  display: block;
}
/* line 256, ../sass/partials/_components.scss */
.full-width a.faded h1, .full-width a.faded h2 {
  color: #999;
}
/* line 261, ../sass/partials/_components.scss */
.full-width h1 {
  font-size: 16px;
  font-weight: 600;
}
/* line 266, ../sass/partials/_components.scss */
.full-width h2 {
  font-size: 16px;
}
/* line 270, ../sass/partials/_components.scss */
.full-width .columns + .columns:last-of-type {
  border-left: 1px solid #FFF;
  text-align: right;
}
/* line 275, ../sass/partials/_components.scss */
.full-width .back {
  display: block;
  padding: 27px 0;
  background-repeat: no-repeat;
  background-size: 28px 27px;
  background-position: calc(50% - 100px) center;
  background-image: url(../img/updates_on.png);
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 275, ../sass/partials/_components.scss */
  .full-width .back {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../img/updates_on@2x.png");
    background-size: 28px 27px;
    background-position: calc(50% - 100px) center;
  }
}
/* line 286, ../sass/partials/_components.scss */
.full-width + .full-width {
  margin-top: 1px;
  text-align: center;
}

/* line 294, ../sass/partials/_components.scss */
span.share {
  padding: 0;
  height: 50px;
  overflow: hidden;
  position: relative;
}
/* line 300, ../sass/partials/_components.scss */
span.share span {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 50px;
  float: left;
}
/* line 307, ../sass/partials/_components.scss */
span.share span a {
  color: #FFF;
  float: left;
}
/* line 313, ../sass/partials/_components.scss */
span.share .top {
  background-size: 28px 28px;
  background-repeat: no-repeat;
  background-position: 35px center;
  background-image: url(../img/share_off.png);
  text-indent: 38px;
  -webkit-transition: margin-top 0.35s ease-in-out;
  -moz-transition: margin-top 0.35s ease-in-out;
  -o-transition: margin-top 0.35s ease-in-out;
  transition: margin-top 0.35s ease-in-out;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 313, ../sass/partials/_components.scss */
  span.share .top {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../img/share_off@2x.png");
    background-size: 28px 28px;
    background-position: 17.5px center;
  }
}
/* line 324, ../sass/partials/_components.scss */
span.share .bottom {
  text-align: justify;
  font-size: 0.1px;
}
/* line 329, ../sass/partials/_components.scss */
span.share:hover, span.share.hover {
  background: #2d3138;
}
/* line 332, ../sass/partials/_components.scss */
span.share:hover .top, span.share.hover .top {
  margin-top: -50px;
}
/* line 337, ../sass/partials/_components.scss */
span.share a {
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  width: 33.33%;
  height: 50px;
}
/* line 344, ../sass/partials/_components.scss */
span.share a.linkedin {
  background-size: 27px 27px;
  background-image: url(../img/linkedin.png);
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 344, ../sass/partials/_components.scss */
  span.share a.linkedin {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../img/linkedin@2x.png");
    background-size: 27px 27px;
    background-position: center center;
  }
}
/* line 350, ../sass/partials/_components.scss */
span.share a.twitter {
  background-size: 27px 22px;
  background-image: url(../img/twitter.png);
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 350, ../sass/partials/_components.scss */
  span.share a.twitter {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../img/twitter@2x.png");
    background-size: 27px 22px;
    background-position: center center;
  }
}
/* line 356, ../sass/partials/_components.scss */
span.share a.email {
  background-size: 30px 21px;
  background-image: url(../img/email.png);
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 356, ../sass/partials/_components.scss */
  span.share a.email {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../img/email@2x.png");
    background-size: 30px 21px;
    background-position: center center;
  }
}
/* line 362, ../sass/partials/_components.scss */
span.share a:after {
  content: " ";
  display: inline-block;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  /* line 371, ../sass/partials/_components.scss */
  .large-0 {
    display: none;
  }
}
/* line 2, ../sass/partials/_lists.scss */
.circle_listing [class*="column"] + [class*="column"]:last-child, .grid_listing [class*="column"] + [class*="column"]:last-child {
  float: left;
}

/* line 7, ../sass/partials/_lists.scss */
.circle_listing {
  margin-top: 35px;
  text-align: center;
  -webkit-flex-wrap: wrap;
}
/* line 12, ../sass/partials/_lists.scss */
.circle_listing .columns {
  min-height: 390px;
}
/* line 16, ../sass/partials/_lists.scss */
.circle_listing .image_container {
  position: relative;
}
/* line 19, ../sass/partials/_lists.scss */
.circle_listing .image_container a {
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  background: rgba(37, 170, 225, 0.8);
  width: 100%;
  height: 100%;
  opacity: 0;
  color: #FFF;
  padding-top: 50%;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
/* line 35, ../sass/partials/_lists.scss */
.circle_listing .image_container:hover a {
  opacity: 1;
}
/* line 40, ../sass/partials/_lists.scss */
.circle_listing h1 {
  margin-top: 20px;
  font-size: 20px;
}
/* line 45, ../sass/partials/_lists.scss */
.circle_listing h2 {
  font-size: 16px;
}

/* line 50, ../sass/partials/_lists.scss */
.grid_listing {
  margin-top: 35px;
}
/* line 53, ../sass/partials/_lists.scss */
.grid_listing h1 {
  font-size: 16px;
  margin: 7px 0 20px;
}
/* line 58, ../sass/partials/_lists.scss */
.grid_listing > .columns {
  margin-bottom: 20px;
}
/* line 63, ../sass/partials/_lists.scss */
.grid_listing > div > a {
  height: 350px;
  border: 1px solid #eceded;
  float: left;
}
/* line 68, ../sass/partials/_lists.scss */
.grid_listing > div > a .columns {
  padding-top: 0.625em;
  padding-bottom: 0.625em;
}

/* line 75, ../sass/partials/_lists.scss */
.list_listing {
  margin-top: 35px;
}
/* line 78, ../sass/partials/_lists.scss */
.list_listing .large-9 {
  padding-right: 12px;
}

/* line 83, ../sass/partials/_lists.scss */
.filter_form {
  margin-top: 30px;
}
/* line 86, ../sass/partials/_lists.scss */
.filter_form form {
  padding: 1.25em 0.625em;
  width: 100%;
  border: 1px solid #c0c3c4;
  float: left;
}
/* line 93, ../sass/partials/_lists.scss */
.filter_form select {
  -webkit-appearance: none;
  border-radius: 0;
  border: 1px solid #c0c3c4;
  height: 47px;
  background-size: 13px 10px;
  background-image: url(../img/dropdown.png);
  background-repeat: no-repeat;
  text-indent: 16px;
  font-size: 16px;
  color: #30373c;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  outline: none;
  padding-right: 52px;
  background-position: calc(100% - 16px) center;
  background-position: -webkit-calc(100% - 16px) center;
  background-position: -moz-calc(100% - 16px) center;
  background-position: -ms-calc(100% - 16px) center;
  background-position: -o-calc(100% - 16px) center;
  background-position: calc(100% - 16px) center;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 93, ../sass/partials/_lists.scss */
  .filter_form select {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../img/dropdown@2x.png");
    background-size: 13px 10px;
    background-position: calc(100% - 16px) center;
  }
}
/* line 115, ../sass/partials/_lists.scss */
.filter_form ul {
  list-style: none;
  border: 1px solid #c0c3c4;
  height: 47px;
  margin: 0;
}
/* line 121, ../sass/partials/_lists.scss */
.filter_form ul li {
  float: left;
  display: inline-block;
  height: 45px;
}
/* line 126, ../sass/partials/_lists.scss */
.filter_form ul li + li {
  border-left: 1px solid #c0c3c4;
}
/* line 131, ../sass/partials/_lists.scss */
.filter_form ul a {
  width: 100%;
  height: 100%;
  display: inline-block;
  text-indent: -9999px;
}
/* line 140, ../sass/partials/_lists.scss */
.filter_form ul li.map a {
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/map_off.png);
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 140, ../sass/partials/_lists.scss */
  .filter_form ul li.map a {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../img/map_off@2x.png");
    background-size: 18px 18px;
    background-position: center center;
  }
}
/* line 148, ../sass/partials/_lists.scss */
.filter_form ul li.map.active a {
  background-color: #2d3138;
  background-image: url(../img/map_on.png);
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 148, ../sass/partials/_lists.scss */
  .filter_form ul li.map.active a {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../img/map_on@2x.png");
    background-size: 18px 18px;
    background-position: center center;
  }
}
/* line 157, ../sass/partials/_lists.scss */
.filter_form ul li.list a {
  background-size: 30px 13px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/list_off.png);
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 157, ../sass/partials/_lists.scss */
  .filter_form ul li.list a {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../img/list_off@2x.png");
    background-size: 30px 13px;
    background-position: center center;
  }
}
/* line 165, ../sass/partials/_lists.scss */
.filter_form ul li.list.active a {
  background-color: #2d3138;
  background-image: url(../img/list_on.png);
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 165, ../sass/partials/_lists.scss */
  .filter_form ul li.list.active a {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../img/list_on@2x.png");
    background-size: 30px 13px;
    background-position: center center;
  }
}
/* line 174, ../sass/partials/_lists.scss */
.filter_form ul li.grid a {
  background-size: 26px 19px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/grid_off.png);
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 174, ../sass/partials/_lists.scss */
  .filter_form ul li.grid a {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../img/grid_off@2x.png");
    background-size: 26px 19px;
    background-position: center center;
  }
}
/* line 182, ../sass/partials/_lists.scss */
.filter_form ul li.grid.active a {
  background-color: #2d3138;
  background-image: url(../img/grid_on.png);
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 182, ../sass/partials/_lists.scss */
  .filter_form ul li.grid.active a {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../img/grid_on@2x.png");
    background-size: 26px 19px;
    background-position: center center;
  }
}
/* line 190, ../sass/partials/_lists.scss */
.filter_form input[type="reset"] {
  -webkit-appearance: none;
  background: #2d3138;
  border-radius: 0;
  border: 0;
  color: #FFF;
  height: 47px;
  font-size: 16px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
}

/* line 203, ../sass/partials/_lists.scss */
.ie10 .filter_form select {
  background-image: none;
  padding: 10px 0;
  vertical-align: middle;
}

@-moz-document url-prefix() {
  /* line 211, ../sass/partials/_lists.scss */
  .filter_form select {
    padding-right: 0;
    color: rgba(0, 0, 0, 0);
    text-shadow: 0 0 0 #000;
    padding-top: 9px;
  }
}

/* line 220, ../sass/partials/_lists.scss */
#grid > .item {
  opacity: 0;
  display: none;
}

/* line 225, ../sass/partials/_lists.scss */
#map + .filter_form {
  position: relative;
  margin-top: 0;
}
/* line 229, ../sass/partials/_lists.scss */
#map + .filter_form > div {
  position: absolute;
  bottom: 120px;
  z-index: 999;
  background: #FFF;
  padding: 0;
  margin: 0 0.625em;
  width: -webkit-calc(100% - 0.625em);
  width: -moz-calc(100% - 0.625em);
  width: -ms-calc(100% - 0.625em);
  width: -o-calc(100% - 0.625em);
  width: calc(100% - 0.625em);
}
@media only screen and (max-height: 840px) {
  /* line 225, ../sass/partials/_lists.scss */
  #map + .filter_form {
    margin-top: -106px;
  }
}

/* line 246, ../sass/partials/_lists.scss */
.map_info {
  position: relative;
  float: left;
  height: 100%;
}
/* line 251, ../sass/partials/_lists.scss */
.map_info h1 {
  font-size: 16px;
  margin: 10px 0;
}
/* line 256, ../sass/partials/_lists.scss */
.map_info img {
  margin-top: 10px;
}
/* line 260, ../sass/partials/_lists.scss */
.map_info:after {
  content: " ";
  width: 36px;
  height: 36px;
  background-color: #FFF;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  left: 216px;
  bottom: -18px;
}

/* line 3, ../sass/partials/_detail_pages.scss */
.related_heading h1 {
  font-size: 24px;
  margin-bottom: 40px;
}
/* line 8, ../sass/partials/_detail_pages.scss */
.related_heading + div {
  margin-bottom: 40px;
}

/* line 13, ../sass/partials/_detail_pages.scss */
.related_row {
  padding-left: 0.625em;
  padding-right: 0.625em;
  margin-bottom: 20px;
}
/* line 18, ../sass/partials/_detail_pages.scss */
.related_row > .large-12 {
  padding-left: 0;
  padding-right: 0;
  border: 1px solid #eceded;
  float: left;
}
/* line 25, ../sass/partials/_detail_pages.scss */
.related_row h1 {
  margin: 15px 0 10px;
  font-size: 20px;
}
/* line 30, ../sass/partials/_detail_pages.scss */
.related_row img {
  width: 100%;
}
/* line 34, ../sass/partials/_detail_pages.scss */
.related_row a.more_information {
  color: #25aae1;
  font-weight: 600;
}
/* line 39, ../sass/partials/_detail_pages.scss */
.related_row p {
  height: 48px;
  overflow: hidden;
  margin-bottom: 10px;
}

/* line 46, ../sass/partials/_detail_pages.scss */
.detail {
  margin: 60px auto;
}
/* line 49, ../sass/partials/_detail_pages.scss */
.detail img + .share {
  margin-top: 20px;
}
/* line 54, ../sass/partials/_detail_pages.scss */
.detail h1 {
  font-size: 2.25em;
  margin-top: 0;
}
/* line 59, ../sass/partials/_detail_pages.scss */
.detail h2 {
  font-size: 1.25em;
}
/* line 62, ../sass/partials/_detail_pages.scss */
.detail h2 ~ h2 {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  /* line 74, ../sass/partials/_detail_pages.scss */
  .banner.carousel ~ .detail .info_box,
  .orbit-container ~ .detail .info_box {
    margin-top: -240px;
  }
}
/* line 79, ../sass/partials/_detail_pages.scss */
.info_box {
  background: #a5ddc2;
  padding: 0;
}
/* line 83, ../sass/partials/_detail_pages.scss */
.info_box .padding {
  padding: 20px 25px;
}
/* line 87, ../sass/partials/_detail_pages.scss */
.info_box .mapping {
  width: 100%;
  float: left;
  padding-top: 0;
}
/* line 92, ../sass/partials/_detail_pages.scss */
.info_box .mapping h2 {
  font-size: 16px;
  margin: 20px 0 15px;
}
/* line 97, ../sass/partials/_detail_pages.scss */
.info_box .mapping img + .map {
  margin-top: 20px;
}
/* line 101, ../sass/partials/_detail_pages.scss */
.info_box .mapping .map {
  font-size: 16px;
  font-weight: 300;
  color: #30373c;
  border: 1px solid #b8f0d5;
  text-indent: 40px;
  background-color: #a5ddc2;
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: 30px center;
  background-image: url(../img/map_off.png);
  padding: 1.5em 0;
  margin-bottom: 0;
}

/* line 118, ../sass/partials/_detail_pages.scss */
.tab_bar {
  background: #30373c;
  height: 90px;
}
/* line 122, ../sass/partials/_detail_pages.scss */
.tab_bar .columns {
  color: #FFF;
  line-height: 90px;
  text-align: center;
}
/* line 127, ../sass/partials/_detail_pages.scss */
.tab_bar .columns a {
  color: #FFF;
  display: inline-block;
  width: 100%;
  height: 100%;
}
/* line 134, ../sass/partials/_detail_pages.scss */
.tab_bar .columns:hover {
  background: #444a54;
}
/* line 137, ../sass/partials/_detail_pages.scss */
.tab_bar .columns:hover a {
  color: #FFF;
}
/* line 142, ../sass/partials/_detail_pages.scss */
.tab_bar .columns.active {
  background: #FFF;
}
/* line 145, ../sass/partials/_detail_pages.scss */
.tab_bar .columns.active a {
  color: #30373c;
}
/* line 150, ../sass/partials/_detail_pages.scss */
.tab_bar .columns.overview {
  text-indent: 11px;
  background-repeat: no-repeat;
  background-position: 23px center;
  background-image: url(../img/overview_off.png);
}
/* line 156, ../sass/partials/_detail_pages.scss */
.tab_bar .columns.overview.active {
  background-image: url(../img/overview_on.png);
}
/* line 161, ../sass/partials/_detail_pages.scss */
.tab_bar .columns.people {
  text-indent: 9px;
  background-repeat: no-repeat;
  background-position: 24px center;
  background-image: url(../img/people_off.png);
}
/* line 167, ../sass/partials/_detail_pages.scss */
.tab_bar .columns.people.active {
  background-image: url(../img/people_on.png);
}
/* line 172, ../sass/partials/_detail_pages.scss */
.tab_bar .columns.updates {
  text-indent: 12px;
  background-repeat: no-repeat;
  background-position: 24px center;
  background-image: url(../img/updates_off.png);
}
/* line 178, ../sass/partials/_detail_pages.scss */
.tab_bar .columns.updates.active {
  background-image: url(../img/updates_on.png);
}
/* line 183, ../sass/partials/_detail_pages.scss */
.tab_bar .columns.partners {
  text-indent: 12px;
  background-repeat: no-repeat;
  background-position: 24px center;
  background-image: url(../img/partners_off.png);
}
/* line 189, ../sass/partials/_detail_pages.scss */
.tab_bar .columns.partners.active {
  background-image: url(../img/partners_on.png);
}
/* line 195, ../sass/partials/_detail_pages.scss */
.tab_bar .columns:last-child {
  float: left;
}

/* line 200, ../sass/partials/_detail_pages.scss */
.weather {
  border-top: 1px solid #b8f0d5;
  border-bottom: 1px solid #b8f0d5;
  float: left;
  text-align: center;
  width: 100%;
}
/* line 207, ../sass/partials/_detail_pages.scss */
.weather .weather-icon {
  height: 50px;
  width: auto;
}
/* line 212, ../sass/partials/_detail_pages.scss */
.weather .columns {
  padding-top: 23px;
  height: 130px;
}
/* line 217, ../sass/partials/_detail_pages.scss */
.weather .columns + .columns {
  border-left: 1px solid #b8f0d5;
}
/* line 221, ../sass/partials/_detail_pages.scss */
.weather h1 {
  font-size: 16px;
  font-weight: 200;
}
/* line 226, ../sass/partials/_detail_pages.scss */
.weather p {
  font-size: 34px;
  font-weight: 200;
}

/* line 232, ../sass/partials/_detail_pages.scss */
.detail + .middle-carousel .columns {
  margin-top: 0;
}

/* line 236, ../sass/partials/_detail_pages.scss */
.middle-carousel ul {
  height: 425px;
  list-style: none;
}
/* line 240, ../sass/partials/_detail_pages.scss */
.middle-carousel ul li {
  height: 100%;
}

@media only screen and (max-width: 767px) {
  /* line 2, ../sass/partials/_responsive.scss */
  header {
    height: auto;
  }
  /* line 5, ../sass/partials/_responsive.scss */
  header .logo {
    position: static;
    width: 80px;
    height: 110px;
    background-size: 100%;
  }
  /* line 12, ../sass/partials/_responsive.scss */
  header nav {
    height: 110px;
  }
  /* line 16, ../sass/partials/_responsive.scss */
  header > ul {
    position: absolute !important;
    height: 0;
    z-index: 1000;
    background: #2d3138;
    top: 110px;
    line-height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s;
    -moz-transition: height 0.35s;
    -o-transition: height 0.35s;
    transition: height 0.35s;
  }
  /* line 27, ../sass/partials/_responsive.scss */
  header > ul li {
    background: #2d3138 !important;
    text-align: left;
    width: 100%;
    height: 75px;
    -webkit-transition: height 0.35s;
    -moz-transition: height 0.35s;
    -o-transition: height 0.35s;
    transition: height 0.35s;
  }
  /* line 35, ../sass/partials/_responsive.scss */
  header > ul li a {
    width: 100%;
    color: #FFF;
    font-size: 16px;
  }
  /* line 41, ../sass/partials/_responsive.scss */
  header > ul li.subnav a {
    width: 80%;
    float: left;
  }
  /* line 46, ../sass/partials/_responsive.scss */
  header > ul li.subnav a.subnav_trigger {
    width: 20%;
  }
  /* line 50, ../sass/partials/_responsive.scss */
  header > ul li:hover {
    background: #444a54 !important;
  }
  /* line 53, ../sass/partials/_responsive.scss */
  header > ul li:hover ul {
    background: #2d3138;
  }
  /* line 59, ../sass/partials/_responsive.scss */
  header > ul li ul {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: auto;
    position: static;
    background: #2d3138;
    line-height: 0;
  }
  /* line 68, ../sass/partials/_responsive.scss */
  header > ul li ul li {
    position: static;
    width: 100%;
  }
  /* line 72, ../sass/partials/_responsive.scss */
  header > ul li ul li a {
    width: 100% !important;
    height: 75px;
    line-height: 75px;
    padding: 0;
    text-indent: 40px;
  }

  /* line 84, ../sass/partials/_responsive.scss */
  .small-0 {
    display: none;
  }

  /* line 88, ../sass/partials/_responsive.scss */
  .mobile-nav-trigger {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-image: url(../img/mobile.png);
    background-size: 35px;
    background-position: -webkit-calc(100% - 16px) center;
    background-position: -moz-calc(100% - 16px) center;
    background-position: -ms-calc(100% - 16px) center;
    background-position: -o-calc(100% - 16px) center;
    background-position: calc(100% - 16px) center;
  }
  /* line 99, ../sass/partials/_responsive.scss */
  li.active .subnav_trigger {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  /* line 103, ../sass/partials/_responsive.scss */
  .subnav_trigger {
    text-indent: -9999px;
    display: inline-block;
    width: 100%;
    height: 75px;
    background-size: 13px 10px;
    background-repeat: no-repeat;
    background-image: url(../img/mobile_dropdown.png);
    background-position: center;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: -webkit-transform 0.35s;
    -moz-transition: -moz-transform 0.35s;
    -o-transition: -o-transform 0.35s;
    transition: transform 0.35s;
  }

  /* line 119, ../sass/partials/_responsive.scss */
  .blocks .columns:nth-child(3n),
  .blocks .columns:nth-child(4n) {
    border-top: 1px solid #17191d;
  }

  /* line 123, ../sass/partials/_responsive.scss */
  .hero {
    height: 435px;
  }
  /* line 126, ../sass/partials/_responsive.scss */
  .hero .row .columns h1 {
    margin-top: 35px;
    font-size: 50px;
  }
  /* line 131, ../sass/partials/_responsive.scss */
  .hero .row .columns h2 {
    font-size: 23px;
  }
  /* line 135, ../sass/partials/_responsive.scss */
  .hero video {
    display: none;
  }

  /* line 140, ../sass/partials/_responsive.scss */
  footer {
    text-align: center;
    height: auto;
  }
  /* line 144, ../sass/partials/_responsive.scss */
  footer .columns {
    margin-bottom: 20px;
  }
  /* line 147, ../sass/partials/_responsive.scss */
  footer .columns:last-of-type {
    margin-bottom: 0;
  }
  /* line 152, ../sass/partials/_responsive.scss */
  footer ul {
    margin-bottom: 0;
  }
  /* line 156, ../sass/partials/_responsive.scss */
  footer li {
    width: 100%;
    margin-bottom: 4px;
  }

  /* line 162, ../sass/partials/_responsive.scss */
  .filter_form form > .columns + .columns {
    margin-top: 10px;
  }

  /* line 166, ../sass/partials/_responsive.scss */
  .tab_bar {
    margin-bottom: 10px;
    border-bottom: 1px solid #2d3138;
    height: auto;
  }
  /* line 171, ../sass/partials/_responsive.scss */
  .tab_bar .columns {
    background: #2d3138;
  }

  /* line 176, ../sass/partials/_responsive.scss */
  .share .top {
    display: none;
  }

  /* line 180, ../sass/partials/_responsive.scss */
  .list_listing .large-9 {
    padding: 0 24px 12px;
  }

  /* line 184, ../sass/partials/_responsive.scss */
  .full-width .columns + .columns:last-of-type {
    border-left: none;
    border-top: 1px solid #FFF;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) and (min--moz-device-pixel-ratio: 1.3), only screen and (max-width: 767px) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (max-width: 767px) and (min-device-pixel-ratio: 1.3), only screen and (max-width: 767px) and (min-resolution: 1.3dppx) {
  /* line 88, ../sass/partials/_responsive.scss */
  .mobile-nav-trigger {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../img/mobile@2x.png");
    background-size: 35px 35px;
    background-position: calc(100% - 16px) center;
  }
}

@media only screen and (max-width: 1024px) {
  /* line 191, ../sass/partials/_responsive.scss */
  .hero video {
    display: none;
  }
}
