/* Control the color of the background and some size options */
/* Control the color of the background and some size options */
/* line 264, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
meta.foundation-mq-small {
  font-family: "only screen and (min-width: 768px)";
  width: 768px;
}

/* line 269, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
meta.foundation-mq-medium {
  font-family: "only screen and (min-width:1280px)";
  width: 1280px;
}

/* line 274, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
meta.foundation-mq-large {
  font-family: "only screen and (min-width:1440px)";
  width: 1440px;
}

/* line 290, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 296, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
html,
body {
  font-size: 100%;
}

/* line 300, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
body {
  background: #ffffff;
  color: #202020;
  padding: 0;
  margin: 0;
  font-family: NewsGothicBT-Reg, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

/* line 313, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
a:hover {
  cursor: pointer;
}

/* line 316, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
img,
object,
embed {
  max-width: 100%;
  height: auto;
}

/* line 320, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
object,
embed {
  height: 100%;
}

/* line 322, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
img {
  -ms-interpolation-mode: bicubic;
}

/* line 326, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.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 333, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.left {
  float: left !important;
}

/* line 334, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.right {
  float: right !important;
}

/* line 335, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.text-left {
  text-align: left !important;
}

/* line 336, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.text-right {
  text-align: right !important;
}

/* line 337, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.text-center {
  text-align: center !important;
}

/* line 338, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.text-justify {
  text-align: justify !important;
}

/* line 339, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.hide {
  display: none;
}

/* line 345, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.antialiased {
  -webkit-font-smoothing: antialiased;
}

/* line 348, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
img {
  display: inline-block;
  vertical-align: middle;
}

/* line 358, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
textarea {
  height: auto;
  min-height: 50px;
}

/* line 361, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
select {
  width: 100%;
}

/* Grid HTML Classes */
/* line 116, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 60em;
  *zoom: 1;
}
/* line 121, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 122, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.row:after {
  clear: both;
}
/* line 120, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
.row.collapse > .column,
.row.collapse > .columns {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  float: left;
}
/* line 123, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
/* line 126, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
.row .row {
  width: auto;
  margin-left: -0.9375em;
  margin-right: -0.9375em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1;
}
/* line 121, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
/* line 122, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.row .row:after {
  clear: both;
}
/* line 127, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
  *zoom: 1;
}
/* line 121, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
/* line 122, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.row .row.collapse:after {
  clear: both;
}

/* line 131, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
.column,
.columns {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
}

@media only screen {
  /* line 136, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }

  /* line 140, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-1 {
    position: relative;
    width: 6.25%;
  }

  /* line 140, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-2 {
    position: relative;
    width: 12.5%;
  }

  /* line 140, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-3 {
    position: relative;
    width: 18.75%;
  }

  /* line 140, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-4 {
    position: relative;
    width: 25%;
  }

  /* line 140, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-5 {
    position: relative;
    width: 31.25%;
  }

  /* line 140, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-6 {
    position: relative;
    width: 37.5%;
  }

  /* line 140, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-7 {
    position: relative;
    width: 43.75%;
  }

  /* line 140, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-8 {
    position: relative;
    width: 50%;
  }

  /* line 140, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-9 {
    position: relative;
    width: 56.25%;
  }

  /* line 140, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-10 {
    position: relative;
    width: 62.5%;
  }

  /* line 140, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-11 {
    position: relative;
    width: 68.75%;
  }

  /* line 140, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-12 {
    position: relative;
    width: 75%;
  }

  /* line 140, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-13 {
    position: relative;
    width: 81.25%;
  }

  /* line 140, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-14 {
    position: relative;
    width: 87.5%;
  }

  /* line 140, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-15 {
    position: relative;
    width: 93.75%;
  }

  /* line 140, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-16 {
    position: relative;
    width: 100%;
  }

  /* line 144, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  /* line 144, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-1 {
    position: relative;
    margin-left: 6.25%;
  }

  /* line 144, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-2 {
    position: relative;
    margin-left: 12.5%;
  }

  /* line 144, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-3 {
    position: relative;
    margin-left: 18.75%;
  }

  /* line 144, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-4 {
    position: relative;
    margin-left: 25%;
  }

  /* line 144, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-5 {
    position: relative;
    margin-left: 31.25%;
  }

  /* line 144, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-6 {
    position: relative;
    margin-left: 37.5%;
  }

  /* line 144, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-7 {
    position: relative;
    margin-left: 43.75%;
  }

  /* line 144, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-8 {
    position: relative;
    margin-left: 50%;
  }

  /* line 144, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-9 {
    position: relative;
    margin-left: 56.25%;
  }

  /* line 144, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-10 {
    position: relative;
    margin-left: 62.5%;
  }

  /* line 144, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-11 {
    position: relative;
    margin-left: 68.75%;
  }

  /* line 144, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-12 {
    position: relative;
    margin-left: 75%;
  }

  /* line 144, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-13 {
    position: relative;
    margin-left: 81.25%;
  }

  /* line 144, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-14 {
    position: relative;
    margin-left: 87.5%;
  }

  /* line 147, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }

  /* line 148, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  [class*="column"] + [class*="column"].end {
    float: left;
  }

  /* line 150, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.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 158, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-1 {
    position: relative;
    width: 6.25%;
  }

  /* line 158, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-2 {
    position: relative;
    width: 12.5%;
  }

  /* line 158, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-3 {
    position: relative;
    width: 18.75%;
  }

  /* line 158, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-4 {
    position: relative;
    width: 25%;
  }

  /* line 158, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-5 {
    position: relative;
    width: 31.25%;
  }

  /* line 158, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-6 {
    position: relative;
    width: 37.5%;
  }

  /* line 158, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-7 {
    position: relative;
    width: 43.75%;
  }

  /* line 158, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-8 {
    position: relative;
    width: 50%;
  }

  /* line 158, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-9 {
    position: relative;
    width: 56.25%;
  }

  /* line 158, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-10 {
    position: relative;
    width: 62.5%;
  }

  /* line 158, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-11 {
    position: relative;
    width: 68.75%;
  }

  /* line 158, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-12 {
    position: relative;
    width: 75%;
  }

  /* line 158, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-13 {
    position: relative;
    width: 81.25%;
  }

  /* line 158, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-14 {
    position: relative;
    width: 87.5%;
  }

  /* line 158, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-15 {
    position: relative;
    width: 93.75%;
  }

  /* line 158, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-16 {
    position: relative;
    width: 100%;
  }

  /* line 162, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  /* line 162, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-1 {
    position: relative;
    margin-left: 6.25%;
  }

  /* line 162, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-2 {
    position: relative;
    margin-left: 12.5%;
  }

  /* line 162, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-3 {
    position: relative;
    margin-left: 18.75%;
  }

  /* line 162, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-4 {
    position: relative;
    margin-left: 25%;
  }

  /* line 162, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-5 {
    position: relative;
    margin-left: 31.25%;
  }

  /* line 162, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-6 {
    position: relative;
    margin-left: 37.5%;
  }

  /* line 162, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-7 {
    position: relative;
    margin-left: 43.75%;
  }

  /* line 162, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-8 {
    position: relative;
    margin-left: 50%;
  }

  /* line 162, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-9 {
    position: relative;
    margin-left: 56.25%;
  }

  /* line 162, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-10 {
    position: relative;
    margin-left: 62.5%;
  }

  /* line 162, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-11 {
    position: relative;
    margin-left: 68.75%;
  }

  /* line 162, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-12 {
    position: relative;
    margin-left: 75%;
  }

  /* line 162, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-13 {
    position: relative;
    margin-left: 81.25%;
  }

  /* line 162, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-14 {
    position: relative;
    margin-left: 87.5%;
  }

  /* line 162, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-15 {
    position: relative;
    margin-left: 93.75%;
  }

  /* line 166, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-1 {
    position: relative;
    left: 6.25%;
    right: auto;
  }

  /* line 167, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-1 {
    position: relative;
    right: 6.25%;
    left: auto;
  }

  /* line 166, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-2 {
    position: relative;
    left: 12.5%;
    right: auto;
  }

  /* line 167, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-2 {
    position: relative;
    right: 12.5%;
    left: auto;
  }

  /* line 166, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-3 {
    position: relative;
    left: 18.75%;
    right: auto;
  }

  /* line 167, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-3 {
    position: relative;
    right: 18.75%;
    left: auto;
  }

  /* line 166, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-4 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 167, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-4 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 166, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-5 {
    position: relative;
    left: 31.25%;
    right: auto;
  }

  /* line 167, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-5 {
    position: relative;
    right: 31.25%;
    left: auto;
  }

  /* line 166, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-6 {
    position: relative;
    left: 37.5%;
    right: auto;
  }

  /* line 167, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-6 {
    position: relative;
    right: 37.5%;
    left: auto;
  }

  /* line 166, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-7 {
    position: relative;
    left: 43.75%;
    right: auto;
  }

  /* line 167, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-7 {
    position: relative;
    right: 43.75%;
    left: auto;
  }

  /* line 166, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-8 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 167, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-8 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 166, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-9 {
    position: relative;
    left: 56.25%;
    right: auto;
  }

  /* line 167, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-9 {
    position: relative;
    right: 56.25%;
    left: auto;
  }

  /* line 166, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-10 {
    position: relative;
    left: 62.5%;
    right: auto;
  }

  /* line 167, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-10 {
    position: relative;
    right: 62.5%;
    left: auto;
  }

  /* line 166, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-11 {
    position: relative;
    left: 68.75%;
    right: auto;
  }

  /* line 167, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-11 {
    position: relative;
    right: 68.75%;
    left: auto;
  }

  /* line 166, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-12 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 167, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-12 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 166, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-13 {
    position: relative;
    left: 81.25%;
    right: auto;
  }

  /* line 167, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-13 {
    position: relative;
    right: 81.25%;
    left: auto;
  }

  /* line 166, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-14 {
    position: relative;
    left: 87.5%;
    right: auto;
  }

  /* line 167, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-14 {
    position: relative;
    right: 87.5%;
    left: auto;
  }

  /* line 166, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-15 {
    position: relative;
    left: 93.75%;
    right: auto;
  }

  /* line 167, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-15 {
    position: relative;
    right: 93.75%;
    left: auto;
  }

  /* line 170, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .column.large-centered,
  .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  /* line 173, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }

  /* line 180, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right !important;
  }
}
/* Foundation Visibility HTML Classes */
/* line 9, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.show-for-small,
.show-for-medium-down,
.show-for-large-down {
  display: inherit !important;
}

/* line 13, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.show-for-medium,
.show-for-medium-up,
.show-for-large,
.show-for-large-up,
.show-for-xlarge {
  display: none !important;
}

/* line 19, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.hide-for-medium,
.hide-for-medium-up,
.hide-for-large,
.hide-for-large-up,
.hide-for-xlarge {
  display: inherit !important;
}

/* line 25, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.hide-for-small,
.hide-for-medium-down,
.hide-for-large-down {
  display: none !important;
}

/* Specific visilbity for tables */
/* line 31, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
table.show-for-small, table.show-for-medium-down, table.show-for-large-down, table.hide-for-medium, table.hide-for-medium-up, table.hide-for-large, table.hide-for-large-up, table.hide-for-xlarge {
  display: table;
}

/* line 41, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
thead.show-for-small, thead.show-for-medium-down, thead.show-for-large-down, thead.hide-for-medium, thead.hide-for-medium-up, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-xlarge {
  display: table-header-group !important;
}

/* line 51, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
tbody.show-for-small, tbody.show-for-medium-down, tbody.show-for-large-down, tbody.hide-for-medium, tbody.hide-for-medium-up, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-xlarge {
  display: table-row-group !important;
}

/* line 61, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
tr.show-for-small, tr.show-for-medium-down, tr.show-for-large-down, tr.hide-for-medium, tr.hide-for-medium-up, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-xlarge {
  display: table-row !important;
}

/* line 72, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
td.show-for-small, td.show-for-medium-down, td.show-for-large-down, td.hide-for-medium, td.hide-for-medium-up, td.hide-for-large, td.hide-for-large-up, td.hide-for-xlarge,
th.show-for-small,
th.show-for-medium-down,
th.show-for-large-down,
th.hide-for-medium,
th.hide-for-medium-up,
th.hide-for-large,
th.hide-for-large-up,
th.hide-for-xlarge {
  display: table-cell !important;
}

/* Medium Displays: 768px - 1279px */
@media only screen and (min-width: 768px) {
  /* line 84, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .show-for-medium,
  .show-for-medium-up {
    display: inherit !important;
  }

  /* line 87, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .show-for-small {
    display: none !important;
  }

  /* line 89, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .hide-for-small {
    display: inherit !important;
  }

  /* line 91, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .hide-for-medium,
  .hide-for-medium-up {
    display: none !important;
  }

  /* Specific visilbity for tables */
  /* line 96, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  table.show-for-medium, table.show-for-medium-up, table.hide-for-small {
    display: table;
  }

  /* line 101, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  thead.show-for-medium, thead.show-for-medium-up, thead.hide-for-small {
    display: table-header-group !important;
  }

  /* line 106, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  tbody.show-for-medium, tbody.show-for-medium-up, tbody.hide-for-small {
    display: table-row-group !important;
  }

  /* line 111, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  tr.show-for-medium, tr.show-for-medium-up, tr.hide-for-small {
    display: table-row !important;
  }

  /* line 117, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  td.show-for-medium, td.show-for-medium-up, td.hide-for-small,
  th.show-for-medium,
  th.show-for-medium-up,
  th.hide-for-small {
    display: table-cell !important;
  }
}
/* Large Displays: 1280px - 1440px */
@media only screen and (min-width: 1280px) {
  /* line 125, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .show-for-large,
  .show-for-large-up {
    display: inherit !important;
  }

  /* line 128, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .show-for-medium,
  .show-for-medium-down {
    display: none !important;
  }

  /* line 131, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .hide-for-medium,
  .hide-for-medium-down {
    display: inherit !important;
  }

  /* line 134, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .hide-for-large,
  .hide-for-large-up {
    display: none !important;
  }

  /* Specific visilbity for tables */
  /* line 139, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  table.show-for-large, table.show-for-large-up, table.hide-for-medium, table.hide-for-medium-down {
    display: table;
  }

  /* line 145, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  thead.show-for-large, thead.show-for-large-up, thead.hide-for-medium, thead.hide-for-medium-down {
    display: table-header-group !important;
  }

  /* line 151, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  tbody.show-for-large, tbody.show-for-large-up, tbody.hide-for-medium, tbody.hide-for-medium-down {
    display: table-row-group !important;
  }

  /* line 157, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  tr.show-for-large, tr.show-for-large-up, tr.hide-for-medium, tr.hide-for-medium-down {
    display: table-row !important;
  }

  /* line 164, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  td.show-for-large, td.show-for-large-up, td.hide-for-medium, td.hide-for-medium-down,
  th.show-for-large,
  th.show-for-large-up,
  th.hide-for-medium,
  th.hide-for-medium-down {
    display: table-cell !important;
  }
}
/* X-Large Displays: 1400px and up */
@media only screen and (min-width: 1440px) {
  /* line 173, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .show-for-xlarge {
    display: inherit !important;
  }

  /* line 175, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .show-for-large,
  .show-for-large-down {
    display: none !important;
  }

  /* line 178, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .hide-for-large,
  .hide-for-large-down {
    display: inherit !important;
  }

  /* line 181, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .hide-for-xlarge {
    display: none !important;
  }

  /* Specific visilbity for tables */
  /* line 185, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  table.show-for-xlarge, table.hide-for-large, table.hide-for-large-down {
    display: table;
  }

  /* line 190, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  thead.show-for-xlarge, thead.hide-for-large, thead.hide-for-large-down {
    display: table-header-group !important;
  }

  /* line 195, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  tbody.show-for-xlarge, tbody.hide-for-large, tbody.hide-for-large-down {
    display: table-row-group !important;
  }

  /* line 200, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  tr.show-for-xlarge, tr.hide-for-large, tr.hide-for-large-down {
    display: table-row !important;
  }

  /* line 206, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  td.show-for-xlarge, td.hide-for-large, td.hide-for-large-down,
  th.show-for-xlarge,
  th.hide-for-large,
  th.hide-for-large-down {
    display: table-cell !important;
  }
}
/* Orientation targeting */
/* line 214, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

/* line 216, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visilbity for tables */
/* line 221, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
table.hide-for-landscape, table.show-for-portrait {
  display: table;
}

/* line 225, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}

/* line 229, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}

/* line 233, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}

/* line 238, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}

@media only screen and (orientation: landscape) {
  /* line 243, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }

  /* line 245, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }

  /* Specific visilbity for tables */
  /* line 250, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  table.show-for-landscape, table.hide-for-portrait {
    display: table;
  }

  /* line 254, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }

  /* line 258, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }

  /* line 262, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }

  /* line 267, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important;
  }
}
@media only screen and (orientation: portrait) {
  /* line 273, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }

  /* line 275, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }

  /* Specific visilbity for tables */
  /* line 280, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  table.show-for-portrait, table.hide-for-landscape {
    display: table;
  }

  /* line 284, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }

  /* line 288, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }

  /* line 292, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }

  /* line 297, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important;
  }
}
/* Touch-enabled device targeting */
/* line 303, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.show-for-touch {
  display: none !important;
}

/* line 304, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.hide-for-touch {
  display: inherit !important;
}

/* line 305, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.touch .show-for-touch {
  display: inherit !important;
}

/* line 306, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.touch .hide-for-touch {
  display: none !important;
}

/* Specific visilbity for tables */
/* line 309, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
table.hide-for-touch {
  display: table;
}

/* line 310, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.touch table.show-for-touch {
  display: table;
}

/* line 311, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
thead.hide-for-touch {
  display: table-header-group !important;
}

/* line 312, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.touch thead.show-for-touch {
  display: table-header-group !important;
}

/* line 313, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
tbody.hide-for-touch {
  display: table-row-group !important;
}

/* line 314, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.touch tbody.show-for-touch {
  display: table-row-group !important;
}

/* line 315, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
tr.hide-for-touch {
  display: table-row !important;
}

/* line 316, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.touch tr.show-for-touch {
  display: table-row !important;
}

/* line 317, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
td.hide-for-touch {
  display: table-cell !important;
}

/* line 318, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.touch td.show-for-touch {
  display: table-cell !important;
}

/* line 319, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
th.hide-for-touch {
  display: table-cell !important;
}

/* line 320, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.touch th.show-for-touch {
  display: table-cell !important;
}

/* Foundation Block Grids for below small breakpoint */
@media only screen {
  /* line 50, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  [class*="block-grid-"] {
    display: block;
    padding: 0;
    margin: 0 -0.625em;
    *zoom: 1;
  }
  /* line 121, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table;
  }
  /* line 122, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
  [class*="block-grid-"]:after {
    clear: both;
  }
  /* line 27, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  [class*="block-grid-"] > li {
    display: inline;
    height: auto;
    float: left;
    padding: 0 0.625em 1.25em;
  }

  /* line 36, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li {
    width: 100%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 36, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li {
    width: 50%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 36, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 36, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li {
    width: 25%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 36, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li {
    width: 20%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 36, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 36, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 36, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 36, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 36, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li {
    width: 10%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 36, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 36, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
/* Foundation Block Grids for above small breakpoint */
@media only screen and (min-width: 768px) {
  /* Remove small grid clearing */
  /* line 63, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: none;
  }

  /* line 63, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: none;
  }

  /* line 63, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: none;
  }

  /* line 63, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: none;
  }

  /* line 63, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: none;
  }

  /* line 63, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: none;
  }

  /* line 63, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: none;
  }

  /* line 63, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: none;
  }

  /* line 63, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: none;
  }

  /* line 63, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: none;
  }

  /* line 63, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: none;
  }

  /* line 63, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: none;
  }

  /* line 36, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li {
    width: 100%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 36, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li {
    width: 50%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 36, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 36, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li {
    width: 25%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 36, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li {
    width: 20%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 36, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 36, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 36, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 36, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 36, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li {
    width: 10%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 36, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 36, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
/* line 111, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
p.lead {
  font-size: 1.21875em;
  line-height: 1.6;
}

/* line 116, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
.subheader {
  line-height: 1.4;
  color: #9d9d9d;
  font-weight: 300;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
}

/* Typography resets */
/* line 127, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.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 152, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
a {
  color: #2ba6cb;
  text-decoration: none;
  line-height: inherit;
}
/* line 157, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
a:hover, a:focus {
  color: #2795b6;
}
/* line 160, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
a img {
  border: none;
}

/* Default paragraph styles */
/* line 164, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.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 174, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
p aside {
  font-size: 0.875em;
  line-height: 1.35;
  font-style: italic;
}

/* Default header styles */
/* line 182, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: MyriadPro-BoldCond, Helvetica, Arial, sans-serif, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #505050;
  text-rendering: optimizeLegibility;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
  line-height: 1.2125em;
}
/* line 192, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 60%;
  color: #9d9d9d;
  line-height: 0;
}

/* line 199, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
h1 {
  font-size: 1.375em;
}

/* line 200, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
h2 {
  font-size: 1.375em;
}

/* line 201, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
h3 {
  font-size: 1.375em;
}

/* line 202, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
h4 {
  font-size: 1.125em;
}

/* line 203, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
h5 {
  font-size: 1.125em;
}

/* line 204, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
h6 {
  font-size: 1em;
}

/* line 208, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25em 0 1.1875em;
  height: 0;
}

/* Helpful Typography Defaults */
/* line 217, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
em,
i {
  font-style: italic;
  line-height: inherit;
}

/* line 223, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
strong,
b {
  font-weight: bold;
  line-height: inherit;
}

/* line 229, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
small {
  font-size: 60%;
  line-height: inherit;
}

/* line 234, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: bold;
  color: #7f0a0c;
}

/* Lists */
/* line 241, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.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 251, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
ul, ol {
  margin-left: 0;
}
/* line 253, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
ul.no-bullet, ol.no-bullet {
  margin-left: 0;
}

/* Unordered Lists */
/* line 259, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.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 269, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}
/* line 272, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
ul.square {
  list-style-type: square;
}
/* line 273, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
ul.circle {
  list-style-type: circle;
}
/* line 274, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
ul.disc {
  list-style-type: disc;
}
/* line 275, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
ul.no-bullet {
  list-style: none;
}

/* Ordered Lists */
/* line 281, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
ol li ul,
ol li ol {
  margin-left: 1.25em;
  margin-bottom: 0;
}

/* Definition Lists */
/* line 291, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
dl dt {
  margin-bottom: 0.3em;
  font-weight: bold;
}
/* line 295, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
dl dd {
  margin-bottom: 0.75em;
}

/* Abbreviations */
/* line 299, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #202020;
  border-bottom: 1px dotted #ddd;
  cursor: help;
}

/* line 307, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
abbr {
  text-transform: none;
}

/* Blockquotes */
/* line 312, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
blockquote {
  margin: 0 0 1.25em;
  padding: 0;
  border-left: 0;
}
/* line 317, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
blockquote cite {
  display: block;
  font-size: 0.8125em;
  color: #838383;
}
/* line 321, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
blockquote cite:before {
  content: "\2014 \0020";
}
/* line 325, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
blockquote cite a,
blockquote cite a:visited {
  color: #838383;
}

/* line 331, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
blockquote,
blockquote p {
  line-height: 1.6;
  color: #333333;
}

/* Microformats */
/* line 338, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
.vcard {
  display: inline-block;
  margin: 0 0 1.25em 0;
  border: 1px solid #ddd;
  padding: 0.625em 0.75em;
}
/* line 344, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
.vcard li {
  margin: 0;
  display: block;
}
/* line 348, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
.vcard .fn {
  font-weight: bold;
  font-size: 0.9375em;
}

/* line 355, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
.vevent .summary {
  font-weight: bold;
}
/* line 357, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.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 368, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }

  /* line 369, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  h1 {
    font-size: 2em;
  }

  /* line 370, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  h2 {
    font-size: 2em;
  }

  /* line 371, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  h3 {
    font-size: 1.6875em;
  }

  /* line 372, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  h4 {
    font-size: 1.4375em;
  }
}
/*
 * 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 383, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
.print-only {
  display: none !important;
}

@media print {
  /* line 385, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.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 392, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 394, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 396, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 399, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 403, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 409, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  /* line 411, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 414, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 418, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 425, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 428, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  .hide-on-print {
    display: none !important;
  }

  /* line 429, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  .print-only {
    display: block !important;
  }

  /* line 430, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  .hide-for-print {
    display: none !important;
  }

  /* line 431, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  .show-for-print {
    display: inherit !important;
  }
}
/* Sections */
/* line 281, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section=''], [data-section='auto'], .section-container.auto,
[data-section='vertical-tabs'], .section-container.vertical-tabs,
[data-section='vertical-nav'], .section-container.vertical-nav,
[data-section='horizontal-nav'], .section-container.horizontal-nav,
[data-section='accordion'], .section-container.accordion {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 1.25em;
}
/* line 55, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section=''][data-section-small-style], [data-section='auto'][data-section-small-style], .section-container.auto[data-section-small-style],
[data-section='vertical-tabs'][data-section-small-style], .section-container.vertical-tabs[data-section-small-style],
[data-section='vertical-nav'][data-section-small-style], .section-container.vertical-nav[data-section-small-style],
[data-section='horizontal-nav'][data-section-small-style], .section-container.horizontal-nav[data-section-small-style],
[data-section='accordion'][data-section-small-style], .section-container.accordion[data-section-small-style] {
  width: 100% !important;
}
/* line 58, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section=''][data-section-small-style] > [data-section-region], [data-section=''][data-section-small-style] > section, [data-section=''][data-section-small-style] > .section, [data-section='auto'][data-section-small-style] > [data-section-region], [data-section='auto'][data-section-small-style] > section, [data-section='auto'][data-section-small-style] > .section, .section-container.auto[data-section-small-style] > [data-section-region], .section-container.auto[data-section-small-style] > section, .section-container.auto[data-section-small-style] > .section,
[data-section='vertical-tabs'][data-section-small-style] > [data-section-region],
[data-section='vertical-tabs'][data-section-small-style] > section,
[data-section='vertical-tabs'][data-section-small-style] > .section, .section-container.vertical-tabs[data-section-small-style] > [data-section-region], .section-container.vertical-tabs[data-section-small-style] > section, .section-container.vertical-tabs[data-section-small-style] > .section,
[data-section='vertical-nav'][data-section-small-style] > [data-section-region],
[data-section='vertical-nav'][data-section-small-style] > section,
[data-section='vertical-nav'][data-section-small-style] > .section, .section-container.vertical-nav[data-section-small-style] > [data-section-region], .section-container.vertical-nav[data-section-small-style] > section, .section-container.vertical-nav[data-section-small-style] > .section,
[data-section='horizontal-nav'][data-section-small-style] > [data-section-region],
[data-section='horizontal-nav'][data-section-small-style] > section,
[data-section='horizontal-nav'][data-section-small-style] > .section, .section-container.horizontal-nav[data-section-small-style] > [data-section-region], .section-container.horizontal-nav[data-section-small-style] > section, .section-container.horizontal-nav[data-section-small-style] > .section,
[data-section='accordion'][data-section-small-style] > [data-section-region],
[data-section='accordion'][data-section-small-style] > section,
[data-section='accordion'][data-section-small-style] > .section, .section-container.accordion[data-section-small-style] > [data-section-region], .section-container.accordion[data-section-small-style] > section, .section-container.accordion[data-section-small-style] > .section {
  padding: 0 !important;
  margin: 0 !important;
}
/* line 61, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section=''][data-section-small-style] > [data-section-region] > [data-section-title], [data-section=''][data-section-small-style] > [data-section-region] > .title, [data-section=''][data-section-small-style] > section > [data-section-title], [data-section=''][data-section-small-style] > section > .title, [data-section=''][data-section-small-style] > .section > [data-section-title], [data-section=''][data-section-small-style] > .section > .title, [data-section='auto'][data-section-small-style] > [data-section-region] > [data-section-title], [data-section='auto'][data-section-small-style] > [data-section-region] > .title, [data-section='auto'][data-section-small-style] > section > [data-section-title], [data-section='auto'][data-section-small-style] > section > .title, [data-section='auto'][data-section-small-style] > .section > [data-section-title], [data-section='auto'][data-section-small-style] > .section > .title, .section-container.auto[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.auto[data-section-small-style] > [data-section-region] > .title, .section-container.auto[data-section-small-style] > section > [data-section-title], .section-container.auto[data-section-small-style] > section > .title, .section-container.auto[data-section-small-style] > .section > [data-section-title], .section-container.auto[data-section-small-style] > .section > .title,
[data-section='vertical-tabs'][data-section-small-style] > [data-section-region] > [data-section-title],
[data-section='vertical-tabs'][data-section-small-style] > [data-section-region] > .title,
[data-section='vertical-tabs'][data-section-small-style] > section > [data-section-title],
[data-section='vertical-tabs'][data-section-small-style] > section > .title,
[data-section='vertical-tabs'][data-section-small-style] > .section > [data-section-title],
[data-section='vertical-tabs'][data-section-small-style] > .section > .title, .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > .title, .section-container.vertical-tabs[data-section-small-style] > section > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > section > .title, .section-container.vertical-tabs[data-section-small-style] > .section > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > .section > .title,
[data-section='vertical-nav'][data-section-small-style] > [data-section-region] > [data-section-title],
[data-section='vertical-nav'][data-section-small-style] > [data-section-region] > .title,
[data-section='vertical-nav'][data-section-small-style] > section > [data-section-title],
[data-section='vertical-nav'][data-section-small-style] > section > .title,
[data-section='vertical-nav'][data-section-small-style] > .section > [data-section-title],
[data-section='vertical-nav'][data-section-small-style] > .section > .title, .section-container.vertical-nav[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.vertical-nav[data-section-small-style] > [data-section-region] > .title, .section-container.vertical-nav[data-section-small-style] > section > [data-section-title], .section-container.vertical-nav[data-section-small-style] > section > .title, .section-container.vertical-nav[data-section-small-style] > .section > [data-section-title], .section-container.vertical-nav[data-section-small-style] > .section > .title,
[data-section='horizontal-nav'][data-section-small-style] > [data-section-region] > [data-section-title],
[data-section='horizontal-nav'][data-section-small-style] > [data-section-region] > .title,
[data-section='horizontal-nav'][data-section-small-style] > section > [data-section-title],
[data-section='horizontal-nav'][data-section-small-style] > section > .title,
[data-section='horizontal-nav'][data-section-small-style] > .section > [data-section-title],
[data-section='horizontal-nav'][data-section-small-style] > .section > .title, .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > .title, .section-container.horizontal-nav[data-section-small-style] > section > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > section > .title, .section-container.horizontal-nav[data-section-small-style] > .section > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > .section > .title,
[data-section='accordion'][data-section-small-style] > [data-section-region] > [data-section-title],
[data-section='accordion'][data-section-small-style] > [data-section-region] > .title,
[data-section='accordion'][data-section-small-style] > section > [data-section-title],
[data-section='accordion'][data-section-small-style] > section > .title,
[data-section='accordion'][data-section-small-style] > .section > [data-section-title],
[data-section='accordion'][data-section-small-style] > .section > .title, .section-container.accordion[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.accordion[data-section-small-style] > [data-section-region] > .title, .section-container.accordion[data-section-small-style] > section > [data-section-title], .section-container.accordion[data-section-small-style] > section > .title, .section-container.accordion[data-section-small-style] > .section > [data-section-title], .section-container.accordion[data-section-small-style] > .section > .title {
  width: 100% !important;
}
/* line 287, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section=''] > section, [data-section=''] > .section, [data-section=''] > [data-section-region], [data-section='auto'] > section, [data-section='auto'] > .section, [data-section='auto'] > [data-section-region], .section-container.auto > section, .section-container.auto > .section, .section-container.auto > [data-section-region],
[data-section='vertical-tabs'] > section,
[data-section='vertical-tabs'] > .section,
[data-section='vertical-tabs'] > [data-section-region], .section-container.vertical-tabs > section, .section-container.vertical-tabs > .section, .section-container.vertical-tabs > [data-section-region],
[data-section='vertical-nav'] > section,
[data-section='vertical-nav'] > .section,
[data-section='vertical-nav'] > [data-section-region], .section-container.vertical-nav > section, .section-container.vertical-nav > .section, .section-container.vertical-nav > [data-section-region],
[data-section='horizontal-nav'] > section,
[data-section='horizontal-nav'] > .section,
[data-section='horizontal-nav'] > [data-section-region], .section-container.horizontal-nav > section, .section-container.horizontal-nav > .section, .section-container.horizontal-nav > [data-section-region],
[data-section='accordion'] > section,
[data-section='accordion'] > .section,
[data-section='accordion'] > [data-section-region], .section-container.accordion > section, .section-container.accordion > .section, .section-container.accordion > [data-section-region] {
  margin: 0;
}
/* line 102, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section=''] > section > [data-section-title], [data-section=''] > section > .title, [data-section=''] > .section > [data-section-title], [data-section=''] > .section > .title, [data-section=''] > [data-section-region] > [data-section-title], [data-section=''] > [data-section-region] > .title, [data-section='auto'] > section > [data-section-title], [data-section='auto'] > section > .title, [data-section='auto'] > .section > [data-section-title], [data-section='auto'] > .section > .title, [data-section='auto'] > [data-section-region] > [data-section-title], [data-section='auto'] > [data-section-region] > .title, .section-container.auto > section > [data-section-title], .section-container.auto > section > .title, .section-container.auto > .section > [data-section-title], .section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title], .section-container.auto > [data-section-region] > .title,
[data-section='vertical-tabs'] > section > [data-section-title],
[data-section='vertical-tabs'] > section > .title,
[data-section='vertical-tabs'] > .section > [data-section-title],
[data-section='vertical-tabs'] > .section > .title,
[data-section='vertical-tabs'] > [data-section-region] > [data-section-title],
[data-section='vertical-tabs'] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title], .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title], .section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title], .section-container.vertical-tabs > [data-section-region] > .title,
[data-section='vertical-nav'] > section > [data-section-title],
[data-section='vertical-nav'] > section > .title,
[data-section='vertical-nav'] > .section > [data-section-title],
[data-section='vertical-nav'] > .section > .title,
[data-section='vertical-nav'] > [data-section-region] > [data-section-title],
[data-section='vertical-nav'] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title], .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title], .section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title], .section-container.vertical-nav > [data-section-region] > .title,
[data-section='horizontal-nav'] > section > [data-section-title],
[data-section='horizontal-nav'] > section > .title,
[data-section='horizontal-nav'] > .section > [data-section-title],
[data-section='horizontal-nav'] > .section > .title,
[data-section='horizontal-nav'] > [data-section-region] > [data-section-title],
[data-section='horizontal-nav'] > [data-section-region] > .title, .section-container.horizontal-nav > section > [data-section-title], .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title], .section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title], .section-container.horizontal-nav > [data-section-region] > .title,
[data-section='accordion'] > section > [data-section-title],
[data-section='accordion'] > section > .title,
[data-section='accordion'] > .section > [data-section-title],
[data-section='accordion'] > .section > .title,
[data-section='accordion'] > [data-section-region] > [data-section-title],
[data-section='accordion'] > [data-section-region] > .title, .section-container.accordion > section > [data-section-title], .section-container.accordion > section > .title, .section-container.accordion > .section > [data-section-title], .section-container.accordion > .section > .title, .section-container.accordion > [data-section-region] > [data-section-title], .section-container.accordion > [data-section-region] > .title {
  margin-bottom: 0;
}
/* line 104, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section=''] > section > [data-section-title] a, [data-section=''] > section > .title a, [data-section=''] > .section > [data-section-title] a, [data-section=''] > .section > .title a, [data-section=''] > [data-section-region] > [data-section-title] a, [data-section=''] > [data-section-region] > .title a, [data-section='auto'] > section > [data-section-title] a, [data-section='auto'] > section > .title a, [data-section='auto'] > .section > [data-section-title] a, [data-section='auto'] > .section > .title a, [data-section='auto'] > [data-section-region] > [data-section-title] a, [data-section='auto'] > [data-section-region] > .title a, .section-container.auto > section > [data-section-title] a, .section-container.auto > section > .title a, .section-container.auto > .section > [data-section-title] a, .section-container.auto > .section > .title a, .section-container.auto > [data-section-region] > [data-section-title] a, .section-container.auto > [data-section-region] > .title a,
[data-section='vertical-tabs'] > section > [data-section-title] a,
[data-section='vertical-tabs'] > section > .title a,
[data-section='vertical-tabs'] > .section > [data-section-title] a,
[data-section='vertical-tabs'] > .section > .title a,
[data-section='vertical-tabs'] > [data-section-region] > [data-section-title] a,
[data-section='vertical-tabs'] > [data-section-region] > .title a, .section-container.vertical-tabs > section > [data-section-title] a, .section-container.vertical-tabs > section > .title a, .section-container.vertical-tabs > .section > [data-section-title] a, .section-container.vertical-tabs > .section > .title a, .section-container.vertical-tabs > [data-section-region] > [data-section-title] a, .section-container.vertical-tabs > [data-section-region] > .title a,
[data-section='vertical-nav'] > section > [data-section-title] a,
[data-section='vertical-nav'] > section > .title a,
[data-section='vertical-nav'] > .section > [data-section-title] a,
[data-section='vertical-nav'] > .section > .title a,
[data-section='vertical-nav'] > [data-section-region] > [data-section-title] a,
[data-section='vertical-nav'] > [data-section-region] > .title a, .section-container.vertical-nav > section > [data-section-title] a, .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > [data-section-title] a, .section-container.vertical-nav > .section > .title a, .section-container.vertical-nav > [data-section-region] > [data-section-title] a, .section-container.vertical-nav > [data-section-region] > .title a,
[data-section='horizontal-nav'] > section > [data-section-title] a,
[data-section='horizontal-nav'] > section > .title a,
[data-section='horizontal-nav'] > .section > [data-section-title] a,
[data-section='horizontal-nav'] > .section > .title a,
[data-section='horizontal-nav'] > [data-section-region] > [data-section-title] a,
[data-section='horizontal-nav'] > [data-section-region] > .title a, .section-container.horizontal-nav > section > [data-section-title] a, .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > [data-section-title] a, .section-container.horizontal-nav > .section > .title a, .section-container.horizontal-nav > [data-section-region] > [data-section-title] a, .section-container.horizontal-nav > [data-section-region] > .title a,
[data-section='accordion'] > section > [data-section-title] a,
[data-section='accordion'] > section > .title a,
[data-section='accordion'] > .section > [data-section-title] a,
[data-section='accordion'] > .section > .title a,
[data-section='accordion'] > [data-section-region] > [data-section-title] a,
[data-section='accordion'] > [data-section-region] > .title a, .section-container.accordion > section > [data-section-title] a, .section-container.accordion > section > .title a, .section-container.accordion > .section > [data-section-title] a, .section-container.accordion > .section > .title a, .section-container.accordion > [data-section-region] > [data-section-title] a, .section-container.accordion > [data-section-region] > .title a {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
}
/* line 111, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section=''] > section > [data-section-content], [data-section=''] > section > .content, [data-section=''] > .section > [data-section-content], [data-section=''] > .section > .content, [data-section=''] > [data-section-region] > [data-section-content], [data-section=''] > [data-section-region] > .content, [data-section='auto'] > section > [data-section-content], [data-section='auto'] > section > .content, [data-section='auto'] > .section > [data-section-content], [data-section='auto'] > .section > .content, [data-section='auto'] > [data-section-region] > [data-section-content], [data-section='auto'] > [data-section-region] > .content, .section-container.auto > section > [data-section-content], .section-container.auto > section > .content, .section-container.auto > .section > [data-section-content], .section-container.auto > .section > .content, .section-container.auto > [data-section-region] > [data-section-content], .section-container.auto > [data-section-region] > .content,
[data-section='vertical-tabs'] > section > [data-section-content],
[data-section='vertical-tabs'] > section > .content,
[data-section='vertical-tabs'] > .section > [data-section-content],
[data-section='vertical-tabs'] > .section > .content,
[data-section='vertical-tabs'] > [data-section-region] > [data-section-content],
[data-section='vertical-tabs'] > [data-section-region] > .content, .section-container.vertical-tabs > section > [data-section-content], .section-container.vertical-tabs > section > .content, .section-container.vertical-tabs > .section > [data-section-content], .section-container.vertical-tabs > .section > .content, .section-container.vertical-tabs > [data-section-region] > [data-section-content], .section-container.vertical-tabs > [data-section-region] > .content,
[data-section='vertical-nav'] > section > [data-section-content],
[data-section='vertical-nav'] > section > .content,
[data-section='vertical-nav'] > .section > [data-section-content],
[data-section='vertical-nav'] > .section > .content,
[data-section='vertical-nav'] > [data-section-region] > [data-section-content],
[data-section='vertical-nav'] > [data-section-region] > .content, .section-container.vertical-nav > section > [data-section-content], .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > [data-section-content], .section-container.vertical-nav > .section > .content, .section-container.vertical-nav > [data-section-region] > [data-section-content], .section-container.vertical-nav > [data-section-region] > .content,
[data-section='horizontal-nav'] > section > [data-section-content],
[data-section='horizontal-nav'] > section > .content,
[data-section='horizontal-nav'] > .section > [data-section-content],
[data-section='horizontal-nav'] > .section > .content,
[data-section='horizontal-nav'] > [data-section-region] > [data-section-content],
[data-section='horizontal-nav'] > [data-section-region] > .content, .section-container.horizontal-nav > section > [data-section-content], .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > [data-section-content], .section-container.horizontal-nav > .section > .content, .section-container.horizontal-nav > [data-section-region] > [data-section-content], .section-container.horizontal-nav > [data-section-region] > .content,
[data-section='accordion'] > section > [data-section-content],
[data-section='accordion'] > section > .content,
[data-section='accordion'] > .section > [data-section-content],
[data-section='accordion'] > .section > .content,
[data-section='accordion'] > [data-section-region] > [data-section-content],
[data-section='accordion'] > [data-section-region] > .content, .section-container.accordion > section > [data-section-content], .section-container.accordion > section > .content, .section-container.accordion > .section > [data-section-content], .section-container.accordion > .section > .content, .section-container.accordion > [data-section-region] > [data-section-content], .section-container.accordion > [data-section-region] > .content {
  display: none;
}
/* line 116, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section=''] > section.active > [data-section-content], [data-section=''] > section.active > .content, [data-section=''] > .section.active > [data-section-content], [data-section=''] > .section.active > .content, [data-section=''] > [data-section-region].active > [data-section-content], [data-section=''] > [data-section-region].active > .content, [data-section='auto'] > section.active > [data-section-content], [data-section='auto'] > section.active > .content, [data-section='auto'] > .section.active > [data-section-content], [data-section='auto'] > .section.active > .content, [data-section='auto'] > [data-section-region].active > [data-section-content], [data-section='auto'] > [data-section-region].active > .content, .section-container.auto > section.active > [data-section-content], .section-container.auto > section.active > .content, .section-container.auto > .section.active > [data-section-content], .section-container.auto > .section.active > .content, .section-container.auto > [data-section-region].active > [data-section-content], .section-container.auto > [data-section-region].active > .content,
[data-section='vertical-tabs'] > section.active > [data-section-content],
[data-section='vertical-tabs'] > section.active > .content,
[data-section='vertical-tabs'] > .section.active > [data-section-content],
[data-section='vertical-tabs'] > .section.active > .content,
[data-section='vertical-tabs'] > [data-section-region].active > [data-section-content],
[data-section='vertical-tabs'] > [data-section-region].active > .content, .section-container.vertical-tabs > section.active > [data-section-content], .section-container.vertical-tabs > section.active > .content, .section-container.vertical-tabs > .section.active > [data-section-content], .section-container.vertical-tabs > .section.active > .content, .section-container.vertical-tabs > [data-section-region].active > [data-section-content], .section-container.vertical-tabs > [data-section-region].active > .content,
[data-section='vertical-nav'] > section.active > [data-section-content],
[data-section='vertical-nav'] > section.active > .content,
[data-section='vertical-nav'] > .section.active > [data-section-content],
[data-section='vertical-nav'] > .section.active > .content,
[data-section='vertical-nav'] > [data-section-region].active > [data-section-content],
[data-section='vertical-nav'] > [data-section-region].active > .content, .section-container.vertical-nav > section.active > [data-section-content], .section-container.vertical-nav > section.active > .content, .section-container.vertical-nav > .section.active > [data-section-content], .section-container.vertical-nav > .section.active > .content, .section-container.vertical-nav > [data-section-region].active > [data-section-content], .section-container.vertical-nav > [data-section-region].active > .content,
[data-section='horizontal-nav'] > section.active > [data-section-content],
[data-section='horizontal-nav'] > section.active > .content,
[data-section='horizontal-nav'] > .section.active > [data-section-content],
[data-section='horizontal-nav'] > .section.active > .content,
[data-section='horizontal-nav'] > [data-section-region].active > [data-section-content],
[data-section='horizontal-nav'] > [data-section-region].active > .content, .section-container.horizontal-nav > section.active > [data-section-content], .section-container.horizontal-nav > section.active > .content, .section-container.horizontal-nav > .section.active > [data-section-content], .section-container.horizontal-nav > .section.active > .content, .section-container.horizontal-nav > [data-section-region].active > [data-section-content], .section-container.horizontal-nav > [data-section-region].active > .content,
[data-section='accordion'] > section.active > [data-section-content],
[data-section='accordion'] > section.active > .content,
[data-section='accordion'] > .section.active > [data-section-content],
[data-section='accordion'] > .section.active > .content,
[data-section='accordion'] > [data-section-region].active > [data-section-content],
[data-section='accordion'] > [data-section-region].active > .content, .section-container.accordion > section.active > [data-section-content], .section-container.accordion > section.active > .content, .section-container.accordion > .section.active > [data-section-content], .section-container.accordion > .section.active > .content, .section-container.accordion > [data-section-region].active > [data-section-content], .section-container.accordion > [data-section-region].active > .content {
  display: block;
}
/* line 119, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section=''] > section:not(.active), [data-section=''] > .section:not(.active), [data-section=''] > [data-section-region]:not(.active), [data-section='auto'] > section:not(.active), [data-section='auto'] > .section:not(.active), [data-section='auto'] > [data-section-region]:not(.active), .section-container.auto > section:not(.active), .section-container.auto > .section:not(.active), .section-container.auto > [data-section-region]:not(.active),
[data-section='vertical-tabs'] > section:not(.active),
[data-section='vertical-tabs'] > .section:not(.active),
[data-section='vertical-tabs'] > [data-section-region]:not(.active), .section-container.vertical-tabs > section:not(.active), .section-container.vertical-tabs > .section:not(.active), .section-container.vertical-tabs > [data-section-region]:not(.active),
[data-section='vertical-nav'] > section:not(.active),
[data-section='vertical-nav'] > .section:not(.active),
[data-section='vertical-nav'] > [data-section-region]:not(.active), .section-container.vertical-nav > section:not(.active), .section-container.vertical-nav > .section:not(.active), .section-container.vertical-nav > [data-section-region]:not(.active),
[data-section='horizontal-nav'] > section:not(.active),
[data-section='horizontal-nav'] > .section:not(.active),
[data-section='horizontal-nav'] > [data-section-region]:not(.active), .section-container.horizontal-nav > section:not(.active), .section-container.horizontal-nav > .section:not(.active), .section-container.horizontal-nav > [data-section-region]:not(.active),
[data-section='accordion'] > section:not(.active),
[data-section='accordion'] > .section:not(.active),
[data-section='accordion'] > [data-section-region]:not(.active), .section-container.accordion > section:not(.active), .section-container.accordion > .section:not(.active), .section-container.accordion > [data-section-region]:not(.active) {
  padding: 0 !important;
}
/* line 126, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section=''] > section > [data-section-title], [data-section=''] > section > .title, [data-section=''] > .section > [data-section-title], [data-section=''] > .section > .title, [data-section=''] > [data-section-region] > [data-section-title], [data-section=''] > [data-section-region] > .title, [data-section='auto'] > section > [data-section-title], [data-section='auto'] > section > .title, [data-section='auto'] > .section > [data-section-title], [data-section='auto'] > .section > .title, [data-section='auto'] > [data-section-region] > [data-section-title], [data-section='auto'] > [data-section-region] > .title, .section-container.auto > section > [data-section-title], .section-container.auto > section > .title, .section-container.auto > .section > [data-section-title], .section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title], .section-container.auto > [data-section-region] > .title,
[data-section='vertical-tabs'] > section > [data-section-title],
[data-section='vertical-tabs'] > section > .title,
[data-section='vertical-tabs'] > .section > [data-section-title],
[data-section='vertical-tabs'] > .section > .title,
[data-section='vertical-tabs'] > [data-section-region] > [data-section-title],
[data-section='vertical-tabs'] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title], .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title], .section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title], .section-container.vertical-tabs > [data-section-region] > .title,
[data-section='vertical-nav'] > section > [data-section-title],
[data-section='vertical-nav'] > section > .title,
[data-section='vertical-nav'] > .section > [data-section-title],
[data-section='vertical-nav'] > .section > .title,
[data-section='vertical-nav'] > [data-section-region] > [data-section-title],
[data-section='vertical-nav'] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title], .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title], .section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title], .section-container.vertical-nav > [data-section-region] > .title,
[data-section='horizontal-nav'] > section > [data-section-title],
[data-section='horizontal-nav'] > section > .title,
[data-section='horizontal-nav'] > .section > [data-section-title],
[data-section='horizontal-nav'] > .section > .title,
[data-section='horizontal-nav'] > [data-section-region] > [data-section-title],
[data-section='horizontal-nav'] > [data-section-region] > .title, .section-container.horizontal-nav > section > [data-section-title], .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title], .section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title], .section-container.horizontal-nav > [data-section-region] > .title,
[data-section='accordion'] > section > [data-section-title],
[data-section='accordion'] > section > .title,
[data-section='accordion'] > .section > [data-section-title],
[data-section='accordion'] > .section > .title,
[data-section='accordion'] > [data-section-region] > [data-section-title],
[data-section='accordion'] > [data-section-region] > .title, .section-container.accordion > section > [data-section-title], .section-container.accordion > section > .title, .section-container.accordion > .section > [data-section-title], .section-container.accordion > .section > .title, .section-container.accordion > [data-section-region] > [data-section-title], .section-container.accordion > [data-section-region] > .title {
  width: 100%;
}

/* line 292, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.auto,
.section-container.vertical-tabs,
.section-container.vertical-nav,
.section-container.horizontal-nav,
.section-container.accordion {
  border-top: 1px solid #ccc;
}
/* line 207, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.auto > section > .title, .section-container.auto > .section > .title,
.section-container.vertical-tabs > section > .title,
.section-container.vertical-tabs > .section > .title,
.section-container.vertical-nav > section > .title,
.section-container.vertical-nav > .section > .title,
.section-container.horizontal-nav > section > .title,
.section-container.horizontal-nav > .section > .title,
.section-container.accordion > section > .title,
.section-container.accordion > .section > .title {
  background-color: #efefef;
  cursor: pointer;
  border: solid 1px #ccc;
}
/* line 211, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.auto > section > .title a, .section-container.auto > .section > .title a,
.section-container.vertical-tabs > section > .title a,
.section-container.vertical-tabs > .section > .title a,
.section-container.vertical-nav > section > .title a,
.section-container.vertical-nav > .section > .title a,
.section-container.horizontal-nav > section > .title a,
.section-container.horizontal-nav > .section > .title a,
.section-container.accordion > section > .title a,
.section-container.accordion > .section > .title a {
  padding: 10px;
  color: #333;
  font-size: 0.75em;
  background: none;
}
/* line 217, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.auto > section > .title:hover, .section-container.auto > .section > .title:hover,
.section-container.vertical-tabs > section > .title:hover,
.section-container.vertical-tabs > .section > .title:hover,
.section-container.vertical-nav > section > .title:hover,
.section-container.vertical-nav > .section > .title:hover,
.section-container.horizontal-nav > section > .title:hover,
.section-container.horizontal-nav > .section > .title:hover,
.section-container.accordion > section > .title:hover,
.section-container.accordion > .section > .title:hover {
  background-color: #e2e2e2;
}
/* line 220, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.auto > section > .content, .section-container.auto > .section > .content,
.section-container.vertical-tabs > section > .content,
.section-container.vertical-tabs > .section > .content,
.section-container.vertical-nav > section > .content,
.section-container.vertical-nav > .section > .content,
.section-container.horizontal-nav > section > .content,
.section-container.horizontal-nav > .section > .content,
.section-container.accordion > section > .content,
.section-container.accordion > .section > .content {
  padding: 10px;
  background-color: transparent;
  border: solid 1px #ccc;
}
/* line 225, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.auto > section > .content > *:last-child, .section-container.auto > .section > .content > *:last-child,
.section-container.vertical-tabs > section > .content > *:last-child,
.section-container.vertical-tabs > .section > .content > *:last-child,
.section-container.vertical-nav > section > .content > *:last-child,
.section-container.vertical-nav > .section > .content > *:last-child,
.section-container.horizontal-nav > section > .content > *:last-child,
.section-container.horizontal-nav > .section > .content > *:last-child,
.section-container.accordion > section > .content > *:last-child,
.section-container.accordion > .section > .content > *:last-child {
  margin-bottom: 0;
}
/* line 226, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.auto > section > .content > *:first-child, .section-container.auto > .section > .content > *:first-child,
.section-container.vertical-tabs > section > .content > *:first-child,
.section-container.vertical-tabs > .section > .content > *:first-child,
.section-container.vertical-nav > section > .content > *:first-child,
.section-container.vertical-nav > .section > .content > *:first-child,
.section-container.horizontal-nav > section > .content > *:first-child,
.section-container.horizontal-nav > .section > .content > *:first-child,
.section-container.accordion > section > .content > *:first-child,
.section-container.accordion > .section > .content > *:first-child {
  padding-top: 0;
}
/* line 227, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.auto > section > .content > *:last-child:not(.flex-video), .section-container.auto > .section > .content > *:last-child:not(.flex-video),
.section-container.vertical-tabs > section > .content > *:last-child:not(.flex-video),
.section-container.vertical-tabs > .section > .content > *:last-child:not(.flex-video),
.section-container.vertical-nav > section > .content > *:last-child:not(.flex-video),
.section-container.vertical-nav > .section > .content > *:last-child:not(.flex-video),
.section-container.horizontal-nav > section > .content > *:last-child:not(.flex-video),
.section-container.horizontal-nav > .section > .content > *:last-child:not(.flex-video),
.section-container.accordion > section > .content > *:last-child:not(.flex-video),
.section-container.accordion > .section > .content > *:last-child:not(.flex-video) {
  padding-bottom: 0;
}
/* line 231, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.auto > section.active > .title, .section-container.auto > .section.active > .title,
.section-container.vertical-tabs > section.active > .title,
.section-container.vertical-tabs > .section.active > .title,
.section-container.vertical-nav > section.active > .title,
.section-container.vertical-nav > .section.active > .title,
.section-container.horizontal-nav > section.active > .title,
.section-container.horizontal-nav > .section.active > .title,
.section-container.accordion > section.active > .title,
.section-container.accordion > .section.active > .title {
  background: #FC0;
}
/* line 233, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.auto > section.active > .title a, .section-container.auto > .section.active > .title a,
.section-container.vertical-tabs > section.active > .title a,
.section-container.vertical-tabs > .section.active > .title a,
.section-container.vertical-nav > section.active > .title a,
.section-container.vertical-nav > .section.active > .title a,
.section-container.horizontal-nav > section.active > .title a,
.section-container.horizontal-nav > .section.active > .title a,
.section-container.accordion > section.active > .title a,
.section-container.accordion > .section.active > .title a {
  color: #333;
}
/* line 237, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.auto > section:not(.active), .section-container.auto > .section:not(.active),
.section-container.vertical-tabs > section:not(.active),
.section-container.vertical-tabs > .section:not(.active),
.section-container.vertical-nav > section:not(.active),
.section-container.vertical-nav > .section:not(.active),
.section-container.horizontal-nav > section:not(.active),
.section-container.horizontal-nav > .section:not(.active),
.section-container.accordion > section:not(.active),
.section-container.accordion > .section:not(.active) {
  padding: 0 !important;
}
/* line 243, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.auto > section > .title, .section-container.auto > .section > .title,
.section-container.vertical-tabs > section > .title,
.section-container.vertical-tabs > .section > .title,
.section-container.vertical-nav > section > .title,
.section-container.vertical-nav > .section > .title,
.section-container.horizontal-nav > section > .title,
.section-container.horizontal-nav > .section > .title,
.section-container.accordion > section > .title,
.section-container.accordion > .section > .title {
  border-top: none;
}

/* line 303, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section='tabs'], .section-container.tabs {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 1.25em;
}
/* line 49, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section='tabs']:not([data-section-resized]):not([data-section-small-style]), .section-container.tabs:not([data-section-resized]):not([data-section-small-style]) {
  visibility: hidden;
}
/* line 102, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section='tabs'] > section > [data-section-title], [data-section='tabs'] > section > .title, [data-section='tabs'] > .section > [data-section-title], [data-section='tabs'] > .section > .title, [data-section='tabs'] > [data-section-region] > [data-section-title], [data-section='tabs'] > [data-section-region] > .title, .section-container.tabs > section > [data-section-title], .section-container.tabs > section > .title, .section-container.tabs > .section > [data-section-title], .section-container.tabs > .section > .title, .section-container.tabs > [data-section-region] > [data-section-title], .section-container.tabs > [data-section-region] > .title {
  margin-bottom: 0;
}
/* line 104, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section='tabs'] > section > [data-section-title] a, [data-section='tabs'] > section > .title a, [data-section='tabs'] > .section > [data-section-title] a, [data-section='tabs'] > .section > .title a, [data-section='tabs'] > [data-section-region] > [data-section-title] a, [data-section='tabs'] > [data-section-region] > .title a, .section-container.tabs > section > [data-section-title] a, .section-container.tabs > section > .title a, .section-container.tabs > .section > [data-section-title] a, .section-container.tabs > .section > .title a, .section-container.tabs > [data-section-region] > [data-section-title] a, .section-container.tabs > [data-section-region] > .title a {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
}
/* line 111, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section='tabs'] > section > [data-section-content], [data-section='tabs'] > section > .content, [data-section='tabs'] > .section > [data-section-content], [data-section='tabs'] > .section > .content, [data-section='tabs'] > [data-section-region] > [data-section-content], [data-section='tabs'] > [data-section-region] > .content, .section-container.tabs > section > [data-section-content], .section-container.tabs > section > .content, .section-container.tabs > .section > [data-section-content], .section-container.tabs > .section > .content, .section-container.tabs > [data-section-region] > [data-section-content], .section-container.tabs > [data-section-region] > .content {
  display: none;
}
/* line 116, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section='tabs'] > section.active > [data-section-content], [data-section='tabs'] > section.active > .content, [data-section='tabs'] > .section.active > [data-section-content], [data-section='tabs'] > .section.active > .content, [data-section='tabs'] > [data-section-region].active > [data-section-content], [data-section='tabs'] > [data-section-region].active > .content, .section-container.tabs > section.active > [data-section-content], .section-container.tabs > section.active > .content, .section-container.tabs > .section.active > [data-section-content], .section-container.tabs > .section.active > .content, .section-container.tabs > [data-section-region].active > [data-section-content], .section-container.tabs > [data-section-region].active > .content {
  display: block;
}
/* line 119, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section='tabs'] > section:not(.active), [data-section='tabs'] > .section:not(.active), [data-section='tabs'] > [data-section-region]:not(.active), .section-container.tabs > section:not(.active), .section-container.tabs > .section:not(.active), .section-container.tabs > [data-section-region]:not(.active) {
  padding: 0 !important;
}
/* line 132, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section='tabs'] > section > [data-section-title], [data-section='tabs'] > section > .title, [data-section='tabs'] > .section > [data-section-title], [data-section='tabs'] > .section > .title, [data-section='tabs'] > [data-section-region] > [data-section-title], [data-section='tabs'] > [data-section-region] > .title, .section-container.tabs > section > [data-section-title], .section-container.tabs > section > .title, .section-container.tabs > .section > [data-section-title], .section-container.tabs > .section > .title, .section-container.tabs > [data-section-region] > [data-section-title], .section-container.tabs > [data-section-region] > .title {
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 310, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.tabs {
  border: none;
}
/* line 207, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.tabs > section > .title, .section-container.tabs > .section > .title {
  background-color: #efefef;
  cursor: pointer;
  border: solid 1px #ccc;
}
/* line 211, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.tabs > section > .title a, .section-container.tabs > .section > .title a {
  padding: 10px;
  color: #333;
  font-size: 0.75em;
  background: none;
}
/* line 217, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.tabs > section > .title:hover, .section-container.tabs > .section > .title:hover {
  background-color: #e2e2e2;
}
/* line 220, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.tabs > section > .content, .section-container.tabs > .section > .content {
  padding: 10px;
  background-color: transparent;
  border: solid 1px #ccc;
}
/* line 225, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.tabs > section > .content > *:last-child, .section-container.tabs > .section > .content > *:last-child {
  margin-bottom: 0;
}
/* line 226, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.tabs > section > .content > *:first-child, .section-container.tabs > .section > .content > *:first-child {
  padding-top: 0;
}
/* line 227, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.tabs > section > .content > *:last-child:not(.flex-video), .section-container.tabs > .section > .content > *:last-child:not(.flex-video) {
  padding-bottom: 0;
}
/* line 231, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.tabs > section.active > .title, .section-container.tabs > .section.active > .title {
  background: #fff;
}
/* line 233, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.tabs > section.active > .title a, .section-container.tabs > .section.active > .title a {
  color: #333;
}
/* line 237, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.tabs > section:not(.active), .section-container.tabs > .section:not(.active) {
  padding: 0 !important;
}
/* line 249, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.tabs > section.active > .title, .section-container.tabs > .section.active > .title {
  border-bottom: 0;
}

@media only screen and (min-width: 768px) {
  /* line 319, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section=''], [data-section='auto'], .section-container.auto {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 1.25em;
  }
  /* line 49, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='']:not([data-section-resized]):not([data-section-small-style]), [data-section='auto']:not([data-section-resized]):not([data-section-small-style]), .section-container.auto:not([data-section-resized]):not([data-section-small-style]) {
    visibility: hidden;
  }
  /* line 102, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section=''] > section > [data-section-title], [data-section=''] > section > .title, [data-section=''] > .section > [data-section-title], [data-section=''] > .section > .title, [data-section=''] > [data-section-region] > [data-section-title], [data-section=''] > [data-section-region] > .title, [data-section='auto'] > section > [data-section-title], [data-section='auto'] > section > .title, [data-section='auto'] > .section > [data-section-title], [data-section='auto'] > .section > .title, [data-section='auto'] > [data-section-region] > [data-section-title], [data-section='auto'] > [data-section-region] > .title, .section-container.auto > section > [data-section-title], .section-container.auto > section > .title, .section-container.auto > .section > [data-section-title], .section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title], .section-container.auto > [data-section-region] > .title {
    margin-bottom: 0;
  }
  /* line 104, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section=''] > section > [data-section-title] a, [data-section=''] > section > .title a, [data-section=''] > .section > [data-section-title] a, [data-section=''] > .section > .title a, [data-section=''] > [data-section-region] > [data-section-title] a, [data-section=''] > [data-section-region] > .title a, [data-section='auto'] > section > [data-section-title] a, [data-section='auto'] > section > .title a, [data-section='auto'] > .section > [data-section-title] a, [data-section='auto'] > .section > .title a, [data-section='auto'] > [data-section-region] > [data-section-title] a, [data-section='auto'] > [data-section-region] > .title a, .section-container.auto > section > [data-section-title] a, .section-container.auto > section > .title a, .section-container.auto > .section > [data-section-title] a, .section-container.auto > .section > .title a, .section-container.auto > [data-section-region] > [data-section-title] a, .section-container.auto > [data-section-region] > .title a {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
  }
  /* line 111, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section=''] > section > [data-section-content], [data-section=''] > section > .content, [data-section=''] > .section > [data-section-content], [data-section=''] > .section > .content, [data-section=''] > [data-section-region] > [data-section-content], [data-section=''] > [data-section-region] > .content, [data-section='auto'] > section > [data-section-content], [data-section='auto'] > section > .content, [data-section='auto'] > .section > [data-section-content], [data-section='auto'] > .section > .content, [data-section='auto'] > [data-section-region] > [data-section-content], [data-section='auto'] > [data-section-region] > .content, .section-container.auto > section > [data-section-content], .section-container.auto > section > .content, .section-container.auto > .section > [data-section-content], .section-container.auto > .section > .content, .section-container.auto > [data-section-region] > [data-section-content], .section-container.auto > [data-section-region] > .content {
    display: none;
  }
  /* line 116, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section=''] > section.active > [data-section-content], [data-section=''] > section.active > .content, [data-section=''] > .section.active > [data-section-content], [data-section=''] > .section.active > .content, [data-section=''] > [data-section-region].active > [data-section-content], [data-section=''] > [data-section-region].active > .content, [data-section='auto'] > section.active > [data-section-content], [data-section='auto'] > section.active > .content, [data-section='auto'] > .section.active > [data-section-content], [data-section='auto'] > .section.active > .content, [data-section='auto'] > [data-section-region].active > [data-section-content], [data-section='auto'] > [data-section-region].active > .content, .section-container.auto > section.active > [data-section-content], .section-container.auto > section.active > .content, .section-container.auto > .section.active > [data-section-content], .section-container.auto > .section.active > .content, .section-container.auto > [data-section-region].active > [data-section-content], .section-container.auto > [data-section-region].active > .content {
    display: block;
  }
  /* line 119, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section=''] > section:not(.active), [data-section=''] > .section:not(.active), [data-section=''] > [data-section-region]:not(.active), [data-section='auto'] > section:not(.active), [data-section='auto'] > .section:not(.active), [data-section='auto'] > [data-section-region]:not(.active), .section-container.auto > section:not(.active), .section-container.auto > .section:not(.active), .section-container.auto > [data-section-region]:not(.active) {
    padding: 0 !important;
  }
  /* line 132, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section=''] > section > [data-section-title], [data-section=''] > section > .title, [data-section=''] > .section > [data-section-title], [data-section=''] > .section > .title, [data-section=''] > [data-section-region] > [data-section-title], [data-section=''] > [data-section-region] > .title, [data-section='auto'] > section > [data-section-title], [data-section='auto'] > section > .title, [data-section='auto'] > .section > [data-section-title], [data-section='auto'] > .section > .title, [data-section='auto'] > [data-section-region] > [data-section-title], [data-section='auto'] > [data-section-region] > .title, .section-container.auto > section > [data-section-title], .section-container.auto > section > .title, .section-container.auto > .section > [data-section-title], .section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title], .section-container.auto > [data-section-region] > .title {
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
  }

  /* line 326, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.auto {
    border: none;
  }
  /* line 207, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.auto > section > .title, .section-container.auto > .section > .title {
    background-color: #efefef;
    cursor: pointer;
    border: solid 1px #ccc;
  }
  /* line 211, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.auto > section > .title a, .section-container.auto > .section > .title a {
    padding: 10px;
    color: #333;
    font-size: 0.75em;
    background: none;
  }
  /* line 217, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.auto > section > .title:hover, .section-container.auto > .section > .title:hover {
    background-color: #e2e2e2;
  }
  /* line 220, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.auto > section > .content, .section-container.auto > .section > .content {
    padding: 10px;
    background-color: transparent;
    border: solid 1px #ccc;
  }
  /* line 225, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.auto > section > .content > *:last-child, .section-container.auto > .section > .content > *:last-child {
    margin-bottom: 0;
  }
  /* line 226, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.auto > section > .content > *:first-child, .section-container.auto > .section > .content > *:first-child {
    padding-top: 0;
  }
  /* line 227, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.auto > section > .content > *:last-child:not(.flex-video), .section-container.auto > .section > .content > *:last-child:not(.flex-video) {
    padding-bottom: 0;
  }
  /* line 231, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.auto > section.active > .title, .section-container.auto > .section.active > .title {
    background: #fff;
  }
  /* line 233, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.auto > section.active > .title a, .section-container.auto > .section.active > .title a {
    color: #333;
  }
  /* line 237, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.auto > section:not(.active), .section-container.auto > .section:not(.active) {
    padding: 0 !important;
  }
  /* line 249, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.auto > section.active > .title, .section-container.auto > .section.active > .title {
    border-bottom: 0;
  }

  /* line 333, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-tabs'], .section-container.vertical-tabs {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 1.25em;
  }
  /* line 49, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-tabs']:not([data-section-resized]):not([data-section-small-style]), .section-container.vertical-tabs:not([data-section-resized]):not([data-section-small-style]) {
    visibility: hidden;
  }
  /* line 55, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-tabs'][data-section-small-style], .section-container.vertical-tabs[data-section-small-style] {
    width: 100% !important;
  }
  /* line 58, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-tabs'][data-section-small-style] > [data-section-region], [data-section='vertical-tabs'][data-section-small-style] > section, [data-section='vertical-tabs'][data-section-small-style] > .section, .section-container.vertical-tabs[data-section-small-style] > [data-section-region], .section-container.vertical-tabs[data-section-small-style] > section, .section-container.vertical-tabs[data-section-small-style] > .section {
    padding: 0 !important;
    margin: 0 !important;
  }
  /* line 61, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-tabs'][data-section-small-style] > [data-section-region] > [data-section-title], [data-section='vertical-tabs'][data-section-small-style] > [data-section-region] > .title, [data-section='vertical-tabs'][data-section-small-style] > section > [data-section-title], [data-section='vertical-tabs'][data-section-small-style] > section > .title, [data-section='vertical-tabs'][data-section-small-style] > .section > [data-section-title], [data-section='vertical-tabs'][data-section-small-style] > .section > .title, .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > .title, .section-container.vertical-tabs[data-section-small-style] > section > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > section > .title, .section-container.vertical-tabs[data-section-small-style] > .section > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > .section > .title {
    width: 100% !important;
  }
  /* line 102, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-tabs'] > section > [data-section-title], [data-section='vertical-tabs'] > section > .title, [data-section='vertical-tabs'] > .section > [data-section-title], [data-section='vertical-tabs'] > .section > .title, [data-section='vertical-tabs'] > [data-section-region] > [data-section-title], [data-section='vertical-tabs'] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title], .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title], .section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title], .section-container.vertical-tabs > [data-section-region] > .title {
    margin-bottom: 0;
  }
  /* line 104, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-tabs'] > section > [data-section-title] a, [data-section='vertical-tabs'] > section > .title a, [data-section='vertical-tabs'] > .section > [data-section-title] a, [data-section='vertical-tabs'] > .section > .title a, [data-section='vertical-tabs'] > [data-section-region] > [data-section-title] a, [data-section='vertical-tabs'] > [data-section-region] > .title a, .section-container.vertical-tabs > section > [data-section-title] a, .section-container.vertical-tabs > section > .title a, .section-container.vertical-tabs > .section > [data-section-title] a, .section-container.vertical-tabs > .section > .title a, .section-container.vertical-tabs > [data-section-region] > [data-section-title] a, .section-container.vertical-tabs > [data-section-region] > .title a {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
  }
  /* line 111, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-tabs'] > section > [data-section-content], [data-section='vertical-tabs'] > section > .content, [data-section='vertical-tabs'] > .section > [data-section-content], [data-section='vertical-tabs'] > .section > .content, [data-section='vertical-tabs'] > [data-section-region] > [data-section-content], [data-section='vertical-tabs'] > [data-section-region] > .content, .section-container.vertical-tabs > section > [data-section-content], .section-container.vertical-tabs > section > .content, .section-container.vertical-tabs > .section > [data-section-content], .section-container.vertical-tabs > .section > .content, .section-container.vertical-tabs > [data-section-region] > [data-section-content], .section-container.vertical-tabs > [data-section-region] > .content {
    display: none;
  }
  /* line 116, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-tabs'] > section.active > [data-section-content], [data-section='vertical-tabs'] > section.active > .content, [data-section='vertical-tabs'] > .section.active > [data-section-content], [data-section='vertical-tabs'] > .section.active > .content, [data-section='vertical-tabs'] > [data-section-region].active > [data-section-content], [data-section='vertical-tabs'] > [data-section-region].active > .content, .section-container.vertical-tabs > section.active > [data-section-content], .section-container.vertical-tabs > section.active > .content, .section-container.vertical-tabs > .section.active > [data-section-content], .section-container.vertical-tabs > .section.active > .content, .section-container.vertical-tabs > [data-section-region].active > [data-section-content], .section-container.vertical-tabs > [data-section-region].active > .content {
    display: block;
  }
  /* line 119, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-tabs'] > section:not(.active), [data-section='vertical-tabs'] > .section:not(.active), [data-section='vertical-tabs'] > [data-section-region]:not(.active), .section-container.vertical-tabs > section:not(.active), .section-container.vertical-tabs > .section:not(.active), .section-container.vertical-tabs > [data-section-region]:not(.active) {
    padding: 0 !important;
  }
  /* line 143, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-tabs'] > section > [data-section-title], [data-section='vertical-tabs'] > section > .title, [data-section='vertical-tabs'] > .section > [data-section-title], [data-section='vertical-tabs'] > .section > .title, [data-section='vertical-tabs'] > [data-section-region] > [data-section-title], [data-section='vertical-tabs'] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title], .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title], .section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title], .section-container.vertical-tabs > [data-section-region] > .title {
    position: absolute;
    top: 0;
    left: 0;
    width: 3.125em;
  }
  /* line 150, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-tabs'] > section.active, [data-section='vertical-tabs'] > .section.active, [data-section='vertical-tabs'] > [data-section-region].active, .section-container.vertical-tabs > section.active, .section-container.vertical-tabs > .section.active, .section-container.vertical-tabs > [data-section-region].active {
    padding-left: 3.125em;
  }
  /* line 153, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-tabs'] > section.active > [data-section-title], [data-section='vertical-tabs'] > section.active > .title, [data-section='vertical-tabs'] > .section.active > [data-section-title], [data-section='vertical-tabs'] > .section.active > .title, [data-section='vertical-tabs'] > [data-section-region].active > [data-section-title], [data-section='vertical-tabs'] > [data-section-region].active > .title, .section-container.vertical-tabs > section.active > [data-section-title], .section-container.vertical-tabs > section.active > .title, .section-container.vertical-tabs > .section.active > [data-section-title], .section-container.vertical-tabs > .section.active > .title, .section-container.vertical-tabs > [data-section-region].active > [data-section-title], .section-container.vertical-tabs > [data-section-region].active > .title {
    width: 3.125em;
  }

  /* line 340, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs {
    border: none;
  }
  /* line 207, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > .title {
    background-color: #efefef;
    cursor: pointer;
    border: solid 1px #ccc;
  }
  /* line 211, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section > .title a, .section-container.vertical-tabs > .section > .title a {
    padding: 10px;
    color: #333;
    font-size: 0.75em;
    background: none;
  }
  /* line 217, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section > .title:hover, .section-container.vertical-tabs > .section > .title:hover {
    background-color: #e2e2e2;
  }
  /* line 220, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section > .content, .section-container.vertical-tabs > .section > .content {
    padding: 10px;
    background-color: transparent;
    border: solid 1px #ccc;
  }
  /* line 225, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section > .content > *:last-child, .section-container.vertical-tabs > .section > .content > *:last-child {
    margin-bottom: 0;
  }
  /* line 226, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section > .content > *:first-child, .section-container.vertical-tabs > .section > .content > *:first-child {
    padding-top: 0;
  }
  /* line 227, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section > .content > *:last-child:not(.flex-video), .section-container.vertical-tabs > .section > .content > *:last-child:not(.flex-video) {
    padding-bottom: 0;
  }
  /* line 231, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section.active > .title, .section-container.vertical-tabs > .section.active > .title {
    background: #FC0;
  }
  /* line 233, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section.active > .title a, .section-container.vertical-tabs > .section.active > .title a {
    color: #333;
  }
  /* line 237, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section:not(.active), .section-container.vertical-tabs > .section:not(.active) {
    padding: 0 !important;
  }
  /* line 257, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section.active, .section-container.vertical-tabs > .section.active {
    padding-left: 3.0625em;
  }
  /* line 260, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section.active > .title, .section-container.vertical-tabs > .section.active > .title {
    background-color: #FC0;
  }

  /* line 347, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-nav'], .section-container.vertical-nav {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 1.25em;
  }
  /* line 49, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-nav']:not([data-section-resized]):not([data-section-small-style]), .section-container.vertical-nav:not([data-section-resized]):not([data-section-small-style]) {
    visibility: hidden;
  }
  /* line 55, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-nav'][data-section-small-style], .section-container.vertical-nav[data-section-small-style] {
    width: 100% !important;
  }
  /* line 58, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-nav'][data-section-small-style] > [data-section-region], [data-section='vertical-nav'][data-section-small-style] > section, [data-section='vertical-nav'][data-section-small-style] > .section, .section-container.vertical-nav[data-section-small-style] > [data-section-region], .section-container.vertical-nav[data-section-small-style] > section, .section-container.vertical-nav[data-section-small-style] > .section {
    padding: 0 !important;
    margin: 0 !important;
  }
  /* line 61, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-nav'][data-section-small-style] > [data-section-region] > [data-section-title], [data-section='vertical-nav'][data-section-small-style] > [data-section-region] > .title, [data-section='vertical-nav'][data-section-small-style] > section > [data-section-title], [data-section='vertical-nav'][data-section-small-style] > section > .title, [data-section='vertical-nav'][data-section-small-style] > .section > [data-section-title], [data-section='vertical-nav'][data-section-small-style] > .section > .title, .section-container.vertical-nav[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.vertical-nav[data-section-small-style] > [data-section-region] > .title, .section-container.vertical-nav[data-section-small-style] > section > [data-section-title], .section-container.vertical-nav[data-section-small-style] > section > .title, .section-container.vertical-nav[data-section-small-style] > .section > [data-section-title], .section-container.vertical-nav[data-section-small-style] > .section > .title {
    width: 100% !important;
  }
  /* line 349, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-nav'] > section, [data-section='vertical-nav'] > .section, [data-section='vertical-nav'] > [data-section-region], .section-container.vertical-nav > section, .section-container.vertical-nav > .section, .section-container.vertical-nav > [data-section-region] {
    position: relative;
    display: inline-block;
  }
  /* line 102, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-nav'] > section > [data-section-title], [data-section='vertical-nav'] > section > .title, [data-section='vertical-nav'] > .section > [data-section-title], [data-section='vertical-nav'] > .section > .title, [data-section='vertical-nav'] > [data-section-region] > [data-section-title], [data-section='vertical-nav'] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title], .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title], .section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title], .section-container.vertical-nav > [data-section-region] > .title {
    margin-bottom: 0;
  }
  /* line 104, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-nav'] > section > [data-section-title] a, [data-section='vertical-nav'] > section > .title a, [data-section='vertical-nav'] > .section > [data-section-title] a, [data-section='vertical-nav'] > .section > .title a, [data-section='vertical-nav'] > [data-section-region] > [data-section-title] a, [data-section='vertical-nav'] > [data-section-region] > .title a, .section-container.vertical-nav > section > [data-section-title] a, .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > [data-section-title] a, .section-container.vertical-nav > .section > .title a, .section-container.vertical-nav > [data-section-region] > [data-section-title] a, .section-container.vertical-nav > [data-section-region] > .title a {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
  }
  /* line 111, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-nav'] > section > [data-section-content], [data-section='vertical-nav'] > section > .content, [data-section='vertical-nav'] > .section > [data-section-content], [data-section='vertical-nav'] > .section > .content, [data-section='vertical-nav'] > [data-section-region] > [data-section-content], [data-section='vertical-nav'] > [data-section-region] > .content, .section-container.vertical-nav > section > [data-section-content], .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > [data-section-content], .section-container.vertical-nav > .section > .content, .section-container.vertical-nav > [data-section-region] > [data-section-content], .section-container.vertical-nav > [data-section-region] > .content {
    display: none;
  }
  /* line 116, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-nav'] > section.active > [data-section-content], [data-section='vertical-nav'] > section.active > .content, [data-section='vertical-nav'] > .section.active > [data-section-content], [data-section='vertical-nav'] > .section.active > .content, [data-section='vertical-nav'] > [data-section-region].active > [data-section-content], [data-section='vertical-nav'] > [data-section-region].active > .content, .section-container.vertical-nav > section.active > [data-section-content], .section-container.vertical-nav > section.active > .content, .section-container.vertical-nav > .section.active > [data-section-content], .section-container.vertical-nav > .section.active > .content, .section-container.vertical-nav > [data-section-region].active > [data-section-content], .section-container.vertical-nav > [data-section-region].active > .content {
    display: block;
  }
  /* line 119, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-nav'] > section:not(.active), [data-section='vertical-nav'] > .section:not(.active), [data-section='vertical-nav'] > [data-section-region]:not(.active), .section-container.vertical-nav > section:not(.active), .section-container.vertical-nav > .section:not(.active), .section-container.vertical-nav > [data-section-region]:not(.active) {
    padding: 0 !important;
  }
  /* line 165, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-nav'] > section > [data-section-title], [data-section='vertical-nav'] > section > .title, [data-section='vertical-nav'] > .section > [data-section-title], [data-section='vertical-nav'] > .section > .title, [data-section='vertical-nav'] > [data-section-region] > [data-section-title], [data-section='vertical-nav'] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title], .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title], .section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title], .section-container.vertical-nav > [data-section-region] > .title {
    position: static;
    width: auto;
  }
  /* line 168, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-nav'] > section > [data-section-title] a, [data-section='vertical-nav'] > section > .title a, [data-section='vertical-nav'] > .section > [data-section-title] a, [data-section='vertical-nav'] > .section > .title a, [data-section='vertical-nav'] > [data-section-region] > [data-section-title] a, [data-section='vertical-nav'] > [data-section-region] > .title a, .section-container.vertical-nav > section > [data-section-title] a, .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > [data-section-title] a, .section-container.vertical-nav > .section > .title a, .section-container.vertical-nav > [data-section-region] > [data-section-title] a, .section-container.vertical-nav > [data-section-region] > .title a {
    display: block;
  }
  /* line 171, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-nav'] > section > [data-section-content], [data-section='vertical-nav'] > section > .content, [data-section='vertical-nav'] > .section > [data-section-content], [data-section='vertical-nav'] > .section > .content, [data-section='vertical-nav'] > [data-section-region] > [data-section-content], [data-section='vertical-nav'] > [data-section-region] > .content, .section-container.vertical-nav > section > [data-section-content], .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > [data-section-content], .section-container.vertical-nav > .section > .content, .section-container.vertical-nav > [data-section-region] > [data-section-content], .section-container.vertical-nav > [data-section-region] > .content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    min-width: 3.125em;
  }

  /* line 354, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav {
    border: none;
  }
  /* line 207, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > .title {
    background-color: #efefef;
    cursor: pointer;
    border: solid 1px #ccc;
  }
  /* line 211, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > .title a {
    padding: 10px;
    color: #333;
    font-size: 0.75em;
    background: none;
  }
  /* line 217, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section > .title:hover, .section-container.vertical-nav > .section > .title:hover {
    background-color: #e2e2e2;
  }
  /* line 220, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > .content {
    padding: 10px;
    background-color: transparent;
    border: solid 1px #ccc;
  }
  /* line 225, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section > .content > *:last-child, .section-container.vertical-nav > .section > .content > *:last-child {
    margin-bottom: 0;
  }
  /* line 226, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section > .content > *:first-child, .section-container.vertical-nav > .section > .content > *:first-child {
    padding-top: 0;
  }
  /* line 227, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section > .content > *:last-child:not(.flex-video), .section-container.vertical-nav > .section > .content > *:last-child:not(.flex-video) {
    padding-bottom: 0;
  }
  /* line 231, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section.active > .title, .section-container.vertical-nav > .section.active > .title {
    background: #FC0;
  }
  /* line 233, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section.active > .title a, .section-container.vertical-nav > .section.active > .title a {
    color: #333;
  }
  /* line 237, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section:not(.active), .section-container.vertical-nav > .section:not(.active) {
    padding: 0 !important;
  }

  /* line 361, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav'], .section-container.horizontal-nav {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 1.25em;
  }
  /* line 49, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav']:not([data-section-resized]):not([data-section-small-style]), .section-container.horizontal-nav:not([data-section-resized]):not([data-section-small-style]) {
    visibility: hidden;
  }
  /* line 55, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav'][data-section-small-style], .section-container.horizontal-nav[data-section-small-style] {
    width: 100% !important;
  }
  /* line 58, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav'][data-section-small-style] > [data-section-region], [data-section='horizontal-nav'][data-section-small-style] > section, [data-section='horizontal-nav'][data-section-small-style] > .section, .section-container.horizontal-nav[data-section-small-style] > [data-section-region], .section-container.horizontal-nav[data-section-small-style] > section, .section-container.horizontal-nav[data-section-small-style] > .section {
    padding: 0 !important;
    margin: 0 !important;
  }
  /* line 61, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav'][data-section-small-style] > [data-section-region] > [data-section-title], [data-section='horizontal-nav'][data-section-small-style] > [data-section-region] > .title, [data-section='horizontal-nav'][data-section-small-style] > section > [data-section-title], [data-section='horizontal-nav'][data-section-small-style] > section > .title, [data-section='horizontal-nav'][data-section-small-style] > .section > [data-section-title], [data-section='horizontal-nav'][data-section-small-style] > .section > .title, .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > .title, .section-container.horizontal-nav[data-section-small-style] > section > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > section > .title, .section-container.horizontal-nav[data-section-small-style] > .section > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > .section > .title {
    width: 100% !important;
  }
  /* line 363, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav'] > section, [data-section='horizontal-nav'] > .section, [data-section='horizontal-nav'] > [data-section-region], .section-container.horizontal-nav > section, .section-container.horizontal-nav > .section, .section-container.horizontal-nav > [data-section-region] {
    position: relative;
    float: left;
  }
  /* line 102, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav'] > section > [data-section-title], [data-section='horizontal-nav'] > section > .title, [data-section='horizontal-nav'] > .section > [data-section-title], [data-section='horizontal-nav'] > .section > .title, [data-section='horizontal-nav'] > [data-section-region] > [data-section-title], [data-section='horizontal-nav'] > [data-section-region] > .title, .section-container.horizontal-nav > section > [data-section-title], .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title], .section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title], .section-container.horizontal-nav > [data-section-region] > .title {
    margin-bottom: 0;
  }
  /* line 104, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav'] > section > [data-section-title] a, [data-section='horizontal-nav'] > section > .title a, [data-section='horizontal-nav'] > .section > [data-section-title] a, [data-section='horizontal-nav'] > .section > .title a, [data-section='horizontal-nav'] > [data-section-region] > [data-section-title] a, [data-section='horizontal-nav'] > [data-section-region] > .title a, .section-container.horizontal-nav > section > [data-section-title] a, .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > [data-section-title] a, .section-container.horizontal-nav > .section > .title a, .section-container.horizontal-nav > [data-section-region] > [data-section-title] a, .section-container.horizontal-nav > [data-section-region] > .title a {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
  }
  /* line 111, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav'] > section > [data-section-content], [data-section='horizontal-nav'] > section > .content, [data-section='horizontal-nav'] > .section > [data-section-content], [data-section='horizontal-nav'] > .section > .content, [data-section='horizontal-nav'] > [data-section-region] > [data-section-content], [data-section='horizontal-nav'] > [data-section-region] > .content, .section-container.horizontal-nav > section > [data-section-content], .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > [data-section-content], .section-container.horizontal-nav > .section > .content, .section-container.horizontal-nav > [data-section-region] > [data-section-content], .section-container.horizontal-nav > [data-section-region] > .content {
    display: none;
  }
  /* line 116, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav'] > section.active > [data-section-content], [data-section='horizontal-nav'] > section.active > .content, [data-section='horizontal-nav'] > .section.active > [data-section-content], [data-section='horizontal-nav'] > .section.active > .content, [data-section='horizontal-nav'] > [data-section-region].active > [data-section-content], [data-section='horizontal-nav'] > [data-section-region].active > .content, .section-container.horizontal-nav > section.active > [data-section-content], .section-container.horizontal-nav > section.active > .content, .section-container.horizontal-nav > .section.active > [data-section-content], .section-container.horizontal-nav > .section.active > .content, .section-container.horizontal-nav > [data-section-region].active > [data-section-content], .section-container.horizontal-nav > [data-section-region].active > .content {
    display: block;
  }
  /* line 119, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav'] > section:not(.active), [data-section='horizontal-nav'] > .section:not(.active), [data-section='horizontal-nav'] > [data-section-region]:not(.active), .section-container.horizontal-nav > section:not(.active), .section-container.horizontal-nav > .section:not(.active), .section-container.horizontal-nav > [data-section-region]:not(.active) {
    padding: 0 !important;
  }
  /* line 186, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav'] > section > [data-section-title], [data-section='horizontal-nav'] > section > .title, [data-section='horizontal-nav'] > .section > [data-section-title], [data-section='horizontal-nav'] > .section > .title, [data-section='horizontal-nav'] > [data-section-region] > [data-section-title], [data-section='horizontal-nav'] > [data-section-region] > .title, .section-container.horizontal-nav > section > [data-section-title], .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title], .section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title], .section-container.horizontal-nav > [data-section-region] > .title {
    position: static;
    width: auto;
  }
  /* line 189, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav'] > section > [data-section-title] a, [data-section='horizontal-nav'] > section > .title a, [data-section='horizontal-nav'] > .section > [data-section-title] a, [data-section='horizontal-nav'] > .section > .title a, [data-section='horizontal-nav'] > [data-section-region] > [data-section-title] a, [data-section='horizontal-nav'] > [data-section-region] > .title a, .section-container.horizontal-nav > section > [data-section-title] a, .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > [data-section-title] a, .section-container.horizontal-nav > .section > .title a, .section-container.horizontal-nav > [data-section-region] > [data-section-title] a, .section-container.horizontal-nav > [data-section-region] > .title a {
    display: block;
  }
  /* line 192, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav'] > section > [data-section-content], [data-section='horizontal-nav'] > section > .content, [data-section='horizontal-nav'] > .section > [data-section-content], [data-section='horizontal-nav'] > .section > .content, [data-section='horizontal-nav'] > [data-section-region] > [data-section-content], [data-section='horizontal-nav'] > [data-section-region] > .content, .section-container.horizontal-nav > section > [data-section-content], .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > [data-section-content], .section-container.horizontal-nav > .section > .content, .section-container.horizontal-nav > [data-section-region] > [data-section-content], .section-container.horizontal-nav > [data-section-region] > .content {
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    min-width: 3.125em;
  }

  /* line 368, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav {
    background: #efefef;
    border: 1px solid #ccc;
  }
  /* line 207, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > .title {
    background-color: #efefef;
    cursor: pointer;
    border: solid 1px #ccc;
  }
  /* line 211, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > .title a {
    padding: 10px;
    color: #333;
    font-size: 0.75em;
    background: none;
  }
  /* line 217, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section > .title:hover, .section-container.horizontal-nav > .section > .title:hover {
    background-color: #e2e2e2;
  }
  /* line 220, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > .content {
    padding: 10px;
    background-color: transparent;
    border: solid 1px #ccc;
  }
  /* line 225, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section > .content > *:last-child, .section-container.horizontal-nav > .section > .content > *:last-child {
    margin-bottom: 0;
  }
  /* line 226, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section > .content > *:first-child, .section-container.horizontal-nav > .section > .content > *:first-child {
    padding-top: 0;
  }
  /* line 227, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section > .content > *:last-child:not(.flex-video), .section-container.horizontal-nav > .section > .content > *:last-child:not(.flex-video) {
    padding-bottom: 0;
  }
  /* line 231, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section.active > .title, .section-container.horizontal-nav > .section.active > .title {
    background: #FC0;
  }
  /* line 233, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section.active > .title a, .section-container.horizontal-nav > .section.active > .title a {
    color: #333;
  }
  /* line 237, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section:not(.active), .section-container.horizontal-nav > .section:not(.active) {
    padding: 0 !important;
  }
}
/* line 378, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js [data-section], .no-js .section-container {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 1.25em;
}
/* line 55, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js [data-section][data-section-small-style], .no-js .section-container[data-section-small-style] {
  width: 100% !important;
}
/* line 58, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js [data-section][data-section-small-style] > [data-section-region], .no-js [data-section][data-section-small-style] > section, .no-js [data-section][data-section-small-style] > .section, .no-js .section-container[data-section-small-style] > [data-section-region], .no-js .section-container[data-section-small-style] > section, .no-js .section-container[data-section-small-style] > .section {
  padding: 0 !important;
  margin: 0 !important;
}
/* line 61, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js [data-section][data-section-small-style] > [data-section-region] > [data-section-title], .no-js [data-section][data-section-small-style] > [data-section-region] > .title, .no-js [data-section][data-section-small-style] > section > [data-section-title], .no-js [data-section][data-section-small-style] > section > .title, .no-js [data-section][data-section-small-style] > .section > [data-section-title], .no-js [data-section][data-section-small-style] > .section > .title, .no-js .section-container[data-section-small-style] > [data-section-region] > [data-section-title], .no-js .section-container[data-section-small-style] > [data-section-region] > .title, .no-js .section-container[data-section-small-style] > section > [data-section-title], .no-js .section-container[data-section-small-style] > section > .title, .no-js .section-container[data-section-small-style] > .section > [data-section-title], .no-js .section-container[data-section-small-style] > .section > .title {
  width: 100% !important;
}
/* line 380, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js [data-section] > section, .no-js [data-section] > .section, .no-js [data-section] > [data-section-region], .no-js .section-container > section, .no-js .section-container > .section, .no-js .section-container > [data-section-region] {
  margin: 0;
}
/* line 102, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js [data-section] > section > [data-section-title], .no-js [data-section] > section > .title, .no-js [data-section] > .section > [data-section-title], .no-js [data-section] > .section > .title, .no-js [data-section] > [data-section-region] > [data-section-title], .no-js [data-section] > [data-section-region] > .title, .no-js .section-container > section > [data-section-title], .no-js .section-container > section > .title, .no-js .section-container > .section > [data-section-title], .no-js .section-container > .section > .title, .no-js .section-container > [data-section-region] > [data-section-title], .no-js .section-container > [data-section-region] > .title {
  margin-bottom: 0;
}
/* line 104, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js [data-section] > section > [data-section-title] a, .no-js [data-section] > section > .title a, .no-js [data-section] > .section > [data-section-title] a, .no-js [data-section] > .section > .title a, .no-js [data-section] > [data-section-region] > [data-section-title] a, .no-js [data-section] > [data-section-region] > .title a, .no-js .section-container > section > [data-section-title] a, .no-js .section-container > section > .title a, .no-js .section-container > .section > [data-section-title] a, .no-js .section-container > .section > .title a, .no-js .section-container > [data-section-region] > [data-section-title] a, .no-js .section-container > [data-section-region] > .title a {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
}
/* line 111, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js [data-section] > section > [data-section-content], .no-js [data-section] > section > .content, .no-js [data-section] > .section > [data-section-content], .no-js [data-section] > .section > .content, .no-js [data-section] > [data-section-region] > [data-section-content], .no-js [data-section] > [data-section-region] > .content, .no-js .section-container > section > [data-section-content], .no-js .section-container > section > .content, .no-js .section-container > .section > [data-section-content], .no-js .section-container > .section > .content, .no-js .section-container > [data-section-region] > [data-section-content], .no-js .section-container > [data-section-region] > .content {
  display: none;
}
/* line 116, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js [data-section] > section.active > [data-section-content], .no-js [data-section] > section.active > .content, .no-js [data-section] > .section.active > [data-section-content], .no-js [data-section] > .section.active > .content, .no-js [data-section] > [data-section-region].active > [data-section-content], .no-js [data-section] > [data-section-region].active > .content, .no-js .section-container > section.active > [data-section-content], .no-js .section-container > section.active > .content, .no-js .section-container > .section.active > [data-section-content], .no-js .section-container > .section.active > .content, .no-js .section-container > [data-section-region].active > [data-section-content], .no-js .section-container > [data-section-region].active > .content {
  display: block;
}
/* line 119, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js [data-section] > section:not(.active), .no-js [data-section] > .section:not(.active), .no-js [data-section] > [data-section-region]:not(.active), .no-js .section-container > section:not(.active), .no-js .section-container > .section:not(.active), .no-js .section-container > [data-section-region]:not(.active) {
  padding: 0 !important;
}
/* line 126, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js [data-section] > section > [data-section-title], .no-js [data-section] > section > .title, .no-js [data-section] > .section > [data-section-title], .no-js [data-section] > .section > .title, .no-js [data-section] > [data-section-region] > [data-section-title], .no-js [data-section] > [data-section-region] > .title, .no-js .section-container > section > [data-section-title], .no-js .section-container > section > .title, .no-js .section-container > .section > [data-section-title], .no-js .section-container > .section > .title, .no-js .section-container > [data-section-region] > [data-section-title], .no-js .section-container > [data-section-region] > .title {
  width: 100%;
}
/* line 384, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js .section-container {
  border-top: 1px solid #ccc;
}
/* line 207, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js .section-container > section > .title, .no-js .section-container > .section > .title {
  background-color: #efefef;
  cursor: pointer;
  border: solid 1px #ccc;
}
/* line 211, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js .section-container > section > .title a, .no-js .section-container > .section > .title a {
  padding: 10px;
  color: #333;
  font-size: 0.75em;
  background: none;
}
/* line 217, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js .section-container > section > .title:hover, .no-js .section-container > .section > .title:hover {
  background-color: #e2e2e2;
}
/* line 220, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js .section-container > section > .content, .no-js .section-container > .section > .content {
  padding: 10px;
  background-color: transparent;
  border: solid 1px #ccc;
}
/* line 225, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js .section-container > section > .content > *:last-child, .no-js .section-container > .section > .content > *:last-child {
  margin-bottom: 0;
}
/* line 226, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js .section-container > section > .content > *:first-child, .no-js .section-container > .section > .content > *:first-child {
  padding-top: 0;
}
/* line 227, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js .section-container > section > .content > *:last-child:not(.flex-video), .no-js .section-container > .section > .content > *:last-child:not(.flex-video) {
  padding-bottom: 0;
}
/* line 231, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js .section-container > section.active > .title, .no-js .section-container > .section.active > .title {
  background: #FC0;
}
/* line 233, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js .section-container > section.active > .title a, .no-js .section-container > .section.active > .title a {
  color: #333;
}
/* line 237, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js .section-container > section:not(.active), .no-js .section-container > .section:not(.active) {
  padding: 0 !important;
}
/* line 243, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js .section-container > section > .title, .no-js .section-container > .section > .title {
  border-top: none;
}

/* Wrapped around .top-bar to contain to grid width */
/* line 72, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.contain-to-grid {
  width: 100%;
  background: white;
}
/* line 76, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.contain-to-grid .top-bar {
  margin-bottom: 1.875em;
}

/* line 80, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99;
}
/* line 87, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.fixed.expanded:not(.top-bar) {
  overflow-y: auto;
  height: auto;
  width: 100%;
  max-height: 100%;
}
/* line 93, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.fixed.expanded:not(.top-bar) .title-area {
  position: fixed;
  width: 100%;
  z-index: 99;
}
/* line 99, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.fixed.expanded:not(.top-bar) .top-bar-section {
  z-index: 98;
  margin-top: 3.1875em;
}

/* line 106, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar {
  overflow: hidden;
  height: 3.1875em;
  line-height: 3.1875em;
  position: relative;
  background: white;
  margin-bottom: 1.875em;
}
/* line 115, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar ul {
  margin-bottom: 0;
  list-style: none;
}
/* line 120, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar .row {
  max-width: none;
}
/* line 122, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar form,
.top-bar input {
  margin-bottom: 0;
}
/* line 125, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar input {
  height: 2.45em;
}
/* line 127, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar .button {
  padding-top: .5em;
  padding-bottom: .5em;
  margin-bottom: 0;
}
/* line 130, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar .title-area {
  position: relative;
  margin: 0;
}
/* line 135, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar .name {
  height: 3.1875em;
  margin: 0;
  font-size: 16px;
}
/* line 140, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar .name h1 {
  line-height: 3.1875em;
  font-size: 1.0625em;
  margin: 0;
}
/* line 144, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar .name h1 a {
  font-weight: bold;
  color: #fff;
  width: 50%;
  display: block;
  padding: 0 1.0625em;
}
/* line 155, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar {
  position: absolute;
  right: 0;
  top: 0;
}
/* line 160, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar a {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.8125em;
  font-weight: bold;
  position: relative;
  display: block;
  padding: 0 1.0625em;
  height: 3.1875em;
  line-height: 3.1875em;
}
/* line 173, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar.menu-icon {
  right: 1.0625em;
  top: 50%;
  margin-top: -16px;
  padding-left: 40px;
}
/* line 179, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar.menu-icon a {
  text-indent: -48px;
  width: 34px;
  height: 34px;
  line-height: 33px;
  padding: 0;
  color: #303030;
}
/* line 187, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar.menu-icon a span {
  position: absolute;
  right: 0;
  display: block;
  width: 16px;
  height: 0;
  -webkit-box-shadow: 0 10px 0 1px #303030, 0 16px 0 1px #303030, 0 22px 0 1px #303030;
  box-shadow: 0 10px 0 1px #303030, 0 16px 0 1px #303030, 0 22px 0 1px #303030;
}
/* line 208, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar.expanded {
  height: auto;
  background: transparent;
}
/* line 212, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar.expanded .title-area {
  background: white;
}
/* line 215, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar.expanded .toggle-topbar a {
  color: #888;
}
/* line 216, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar.expanded .toggle-topbar a span {
  -webkit-box-shadow: 0 10px 0 1px #888, 0 16px 0 1px #888, 0 22px 0 1px #888;
  box-shadow: 0 10px 0 1px #888, 0 16px 0 1px #888, 0 22px 0 1px #888;
}

/* line 234, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  -webkit-transition: left 300ms ease-out;
  -moz-transition: left 300ms ease-out;
  transition: left 300ms ease-out;
}
/* line 240, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul {
  width: 100%;
  height: auto;
  display: block;
  background: #222;
  font-size: 16px;
  margin: 0;
}
/* line 249, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .divider,
.top-bar-section [role="separator"] {
  border-bottom: solid 1px #2b2b2b;
  border-top: solid 1px black;
  clear: both;
  height: 1px;
  width: 100%;
}
/* line 259, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a {
  display: block;
  width: 100%;
  color: #fff;
  padding: 12px 0 12px 0;
  padding-left: 1.0625em;
  font-size: 0.8125em;
  font-weight: normal;
  background: #222;
}
/* line 269, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button {
  background: #2ba6cb;
  font-size: 0.8125em;
  padding-right: 1.0625em;
  padding-left: 1.0625em;
}
/* line 274, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button:hover {
  background: #2284a1;
}
/* line 278, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.secondary {
  background: #e9e9e9;
}
/* line 280, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.secondary:hover {
  background: #d0d0d0;
}
/* line 284, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.success {
  background: #5da423;
}
/* line 286, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.success:hover {
  background: #457a1a;
}
/* line 290, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.alert {
  background: #c60f13;
}
/* line 292, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.alert:hover {
  background: #970b0e;
}
/* line 300, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li:hover > a {
  background: black;
  color: #fff;
}
/* line 306, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li.active > a {
  background: #090909;
  color: #fff;
}
/* line 313, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-form {
  padding: 1.0625em;
}
/* line 316, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown {
  position: relative;
}
/* line 320, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown > a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent rgba(48, 48, 48, 0.5);
  border-left-style: solid;
  margin-right: 1.0625em;
  margin-top: -4.5px;
  position: absolute;
  top: 50%;
  right: 0;
}
/* line 332, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown.moved {
  position: static;
}
/* line 333, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown.moved > .dropdown {
  display: block;
}
/* line 340, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown {
  position: absolute;
  left: 100%;
  top: 0;
  display: none;
  z-index: 99;
}
/* line 347, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li {
  width: 100%;
  height: auto;
}
/* line 351, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li a {
  font-weight: normal;
  padding: 8px 1.0625em;
}
/* line 354, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li a.parent-link {
  font-weight: normal;
}
/* line 359, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.title h5 {
  margin-bottom: 0;
}
/* line 360, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.title h5 a {
  color: #fff;
  line-height: 1.59375em;
  display: block;
}
/* line 368, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown label {
  padding: 8px 1.0625em 2px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #555;
  font-weight: bold;
  font-size: 0.625em;
}

/* line 380, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-js-breakpoint {
  width: 940px !important;
  visibility: hidden;
}

/* line 384, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.js-generated {
  display: block;
}

@media only screen and (min-width: 940px) {
  /* line 389, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar {
    background: white;
    *zoom: 1;
    overflow: visible;
  }
  /* line 121, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
  .top-bar:before, .top-bar:after {
    content: " ";
    display: table;
  }
  /* line 122, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
  .top-bar:after {
    clear: both;
  }
  /* line 394, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar .toggle-topbar {
    display: none;
  }
  /* line 396, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar .title-area {
    float: left;
  }
  /* line 397, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar .name h1 a {
    width: auto;
  }
  /* line 399, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar input,
  .top-bar .button {
    line-height: 2em;
    font-size: 0.875em;
    height: 2em;
    padding: 0 10px;
    position: relative;
    top: 8px;
  }
  /* line 409, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar.expanded {
    background: white;
  }

  /* line 412, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .contain-to-grid .top-bar {
    max-width: 60em;
    margin: 0 auto;
    margin-bottom: 1.875em;
  }

  /* line 418, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section {
    -webkit-transition: none 0 0;
    -moz-transition: none 0 0;
    transition: none 0 0;
    left: 0 !important;
  }
  /* line 422, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul {
    width: auto;
    height: auto !important;
    display: inline;
  }
  /* line 427, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul li {
    float: left;
  }
  /* line 429, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul li .js-generated {
    display: none;
  }
  /* line 435, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section li.hover > a:not(.button) {
    background: black;
    color: #fff;
  }
  /* line 440, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section li a:not(.button) {
    padding: 0 1.0625em;
    line-height: 3.1875em;
    background: white;
  }
  /* line 444, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section li a:not(.button):hover {
    background: black;
  }
  /* line 452, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown > a {
    padding-right: 21.0625em !important;
  }
  /* line 454, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown > a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: rgba(48, 48, 48, 0.5) transparent transparent transparent;
    border-top-style: solid;
    margin-top: -2.5px;
    top: 1.59375em;
  }
  /* line 463, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.moved {
    position: relative;
  }
  /* line 464, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.moved > .dropdown {
    display: none;
  }
  /* line 468, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
    display: block;
  }
  /* line 475, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    border: none;
    content: "\00bb";
    top: 1em;
    margin-top: -7px;
    right: 5px;
  }
  /* line 487, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown {
    left: 0;
    top: auto;
    background: transparent;
    min-width: 100%;
  }
  /* line 494, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li a {
    color: #303030;
    line-height: 1;
    white-space: nowrap;
    padding: 7px 1.0625em;
    background: #1e1e1e;
  }
  /* line 502, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li label {
    white-space: nowrap;
    background: #1e1e1e;
  }
  /* line 508, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li .dropdown {
    left: 100%;
    top: 0;
  }
  /* line 515, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
    border-bottom: none;
    border-top: none;
    border-right: solid 1px #2b2b2b;
    border-left: solid 1px black;
    clear: none;
    height: 3.1875em;
    width: 0;
  }
  /* line 526, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-form {
    background: white;
    padding: 0 1.0625em;
    height: 3.1875em;
  }
  /* line 534, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul.right li .dropdown {
    left: auto;
    right: 0;
  }
  /* line 538, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul.right li .dropdown li .dropdown {
    right: 100%;
  }

  /* line 548, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .no-js .top-bar-section ul li:hover > a {
    background: black;
    color: #fff;
  }
  /* line 554, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .no-js .top-bar-section ul li:active > a {
    background: #090909;
    color: #fff;
  }
  /* line 562, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    display: block;
  }
}
/* Clearing Styles */
/* line 36, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
[data-clearing] {
  *zoom: 1;
  margin-bottom: 0;
  margin-left: 0;
  list-style: none;
}
/* line 121, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
[data-clearing]:before, [data-clearing]:after {
  content: " ";
  display: table;
}
/* line 122, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
[data-clearing]:after {
  clear: both;
}
/* line 42, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
[data-clearing] li {
  float: left;
  margin-right: 10px;
}

/* line 48, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
.clearing-blackout {
  background: #111;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 998;
}
/* line 57, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
.clearing-blackout .clearing-close {
  display: block;
}

/* line 60, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
.clearing-container {
  position: relative;
  z-index: 998;
  height: 100%;
  overflow: hidden;
  margin: 0;
}

/* line 68, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
.visible-img {
  height: 95%;
  position: relative;
}
/* line 72, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
.visible-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50%;
  max-height: 100%;
  max-width: 100%;
}

/* line 82, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
.clearing-caption {
  color: #fff;
  line-height: 1.3;
  margin-bottom: 0;
  text-align: center;
  bottom: 0;
  background: #111;
  width: 100%;
  padding: 10px 30px;
  position: absolute;
  left: 0;
}

/* line 95, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
.clearing-close {
  z-index: 999;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 40px;
  line-height: 1;
  color: #fff;
  display: none;
}
/* line 104, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
.clearing-close:hover, .clearing-close:focus {
  color: #ccc;
}

/* line 108, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
.clearing-assembled .clearing-container {
  height: 100%;
}
/* line 109, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
.clearing-assembled .clearing-container .carousel > ul {
  display: none;
}

/* line 113, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
.clearing-feature li {
  display: none;
}
/* line 115, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
.clearing-feature li.clearing-featured-img {
  display: block;
}

@media only screen and (min-width: 768px) {
  /* line 122, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-main-prev,
  .clearing-main-next {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0;
  }
  /* line 128, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-main-prev > span,
  .clearing-main-next > span {
    position: absolute;
    top: 50%;
    display: block;
    width: 0;
    height: 0;
    border: solid 16px;
  }

  /* line 137, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-main-prev {
    left: 0;
  }
  /* line 139, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-main-prev > span {
    left: 5px;
    border-color: transparent;
    border-right-color: #fff;
  }

  /* line 145, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-main-next {
    right: 0;
  }
  /* line 147, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-main-next > span {
    border-color: transparent;
    border-left-color: #fff;
  }

  /* line 153, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
    opacity: 0.5;
  }

  /* line 158, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel {
    background: #111;
    height: 150px;
    margin-top: 5px;
  }
  /* line 163, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul {
    display: block;
    z-index: 999;
    width: 200%;
    height: 100%;
    margin-left: 0;
    position: relative;
    left: 0;
  }
  /* line 172, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li {
    display: block;
    width: 175px;
    height: inherit;
    padding: 0;
    float: left;
    overflow: hidden;
    margin-right: 1px;
    position: relative;
    cursor: pointer;
    opacity: 0.4;
  }
  /* line 185, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
    min-height: 100%;
    height: 100%;
    max-width: none;
  }
  /* line 192, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li a.th {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
  }
  /* line 201, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li img {
    cursor: pointer !important;
    min-width: 100% !important;
  }
  /* line 206, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li.visible {
    opacity: 1;
  }
  /* line 211, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .visible-img {
    background: #111;
    overflow: hidden;
    height: 75%;
  }

  /* line 218, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-close {
    position: absolute;
    top: 10px;
    right: 20px;
    padding-left: 0;
    padding-top: 0;
  }
}
/* Inline Lists */
/* line 49, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_inline-lists.scss */
.inline-list {
  margin: 0 auto 1.0625em auto;
  margin-left: -1.375em;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
/* line 36, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_inline-lists.scss */
.inline-list > li {
  list-style: none;
  float: left;
  margin-left: 1.375em;
  display: block;
}
/* line 41, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_inline-lists.scss */
.inline-list > li > * {
  display: block;
}

/* Side Nav */
/* line 67, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_side-nav.scss */
.side-nav {
  display: block;
  margin: 0;
  padding: 0.875em 0;
  list-style-type: none;
  list-style-position: inside;
}
/* line 39, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_side-nav.scss */
.side-nav li {
  margin: 0 0 0.4375em 0;
  font-size: 0.875em;
}
/* line 43, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_side-nav.scss */
.side-nav li a {
  display: block;
  color: #5e5f62;
}
/* line 48, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_side-nav.scss */
.side-nav li.active > a:first-child {
  color: #000;
  font-weight: normal;
}
/* line 53, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_side-nav.scss */
.side-nav li.divider {
  border-top: 1px dashed;
  height: 0;
  padding: 0;
  list-style: none;
  border-top-color: #b3b3b3;
}

/* Tables */
/* line 80, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_tables.scss */
table {
  background: #fff;
  margin-bottom: 1.25em;
  border: solid 1px #ddd;
}
/* line 41, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_tables.scss */
table thead,
table tfoot {
  background: #f5f5f5;
  font-weight: bold;
}
/* line 47, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_tables.scss */
table thead tr th,
table thead tr td,
table tfoot tr th,
table tfoot tr td {
  padding: 0.5em 0.625em 0.625em;
  font-size: 0.875em;
  color: #222;
  text-align: left;
}
/* line 58, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_tables.scss */
table tr th,
table tr td {
  padding: 0.5625em 0.625em;
  font-size: 0.875em;
  color: #222;
}
/* line 65, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_tables.scss */
table tr.even, table tr.alt, table tr:nth-of-type(even) {
  background: transparent;
}
/* line 70, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_tables.scss */
table thead tr th,
table tfoot tr th,
table tbody tr td,
table tr td,
table tfoot tr td {
  display: table-cell;
  line-height: 1.125em;
}

/* Styles for screens that are atleast $small and max width $medium-screen */
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  /* line 7, ../sass/_zurb4-medium-addon.scss */
  .medium-1 {
    position: relative;
    width: 6.25%;
  }

  /* line 7, ../sass/_zurb4-medium-addon.scss */
  .medium-2 {
    position: relative;
    width: 12.5%;
  }

  /* line 7, ../sass/_zurb4-medium-addon.scss */
  .medium-3 {
    position: relative;
    width: 18.75%;
  }

  /* line 7, ../sass/_zurb4-medium-addon.scss */
  .medium-4 {
    position: relative;
    width: 25%;
  }

  /* line 7, ../sass/_zurb4-medium-addon.scss */
  .medium-5 {
    position: relative;
    width: 31.25%;
  }

  /* line 7, ../sass/_zurb4-medium-addon.scss */
  .medium-6 {
    position: relative;
    width: 37.5%;
  }

  /* line 7, ../sass/_zurb4-medium-addon.scss */
  .medium-7 {
    position: relative;
    width: 43.75%;
  }

  /* line 7, ../sass/_zurb4-medium-addon.scss */
  .medium-8 {
    position: relative;
    width: 50%;
  }

  /* line 7, ../sass/_zurb4-medium-addon.scss */
  .medium-9 {
    position: relative;
    width: 56.25%;
  }

  /* line 7, ../sass/_zurb4-medium-addon.scss */
  .medium-10 {
    position: relative;
    width: 62.5%;
  }

  /* line 7, ../sass/_zurb4-medium-addon.scss */
  .medium-11 {
    position: relative;
    width: 68.75%;
  }

  /* line 7, ../sass/_zurb4-medium-addon.scss */
  .medium-12 {
    position: relative;
    width: 75%;
  }

  /* line 7, ../sass/_zurb4-medium-addon.scss */
  .medium-13 {
    position: relative;
    width: 81.25%;
  }

  /* line 7, ../sass/_zurb4-medium-addon.scss */
  .medium-14 {
    position: relative;
    width: 87.5%;
  }

  /* line 7, ../sass/_zurb4-medium-addon.scss */
  .medium-15 {
    position: relative;
    width: 93.75%;
  }

  /* line 7, ../sass/_zurb4-medium-addon.scss */
  .medium-16 {
    position: relative;
    width: 100%;
  }

  /* line 11, ../sass/_zurb4-medium-addon.scss */
  .row .medium-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  /* line 11, ../sass/_zurb4-medium-addon.scss */
  .row .medium-offset-1 {
    position: relative;
    margin-left: 6.25%;
  }

  /* line 11, ../sass/_zurb4-medium-addon.scss */
  .row .medium-offset-2 {
    position: relative;
    margin-left: 12.5%;
  }

  /* line 11, ../sass/_zurb4-medium-addon.scss */
  .row .medium-offset-3 {
    position: relative;
    margin-left: 18.75%;
  }

  /* line 11, ../sass/_zurb4-medium-addon.scss */
  .row .medium-offset-4 {
    position: relative;
    margin-left: 25%;
  }

  /* line 11, ../sass/_zurb4-medium-addon.scss */
  .row .medium-offset-5 {
    position: relative;
    margin-left: 31.25%;
  }

  /* line 11, ../sass/_zurb4-medium-addon.scss */
  .row .medium-offset-6 {
    position: relative;
    margin-left: 37.5%;
  }

  /* line 11, ../sass/_zurb4-medium-addon.scss */
  .row .medium-offset-7 {
    position: relative;
    margin-left: 43.75%;
  }

  /* line 11, ../sass/_zurb4-medium-addon.scss */
  .row .medium-offset-8 {
    position: relative;
    margin-left: 50%;
  }

  /* line 11, ../sass/_zurb4-medium-addon.scss */
  .row .medium-offset-9 {
    position: relative;
    margin-left: 56.25%;
  }

  /* line 11, ../sass/_zurb4-medium-addon.scss */
  .row .medium-offset-10 {
    position: relative;
    margin-left: 62.5%;
  }

  /* line 11, ../sass/_zurb4-medium-addon.scss */
  .row .medium-offset-11 {
    position: relative;
    margin-left: 68.75%;
  }

  /* line 11, ../sass/_zurb4-medium-addon.scss */
  .row .medium-offset-12 {
    position: relative;
    margin-left: 75%;
  }

  /* line 11, ../sass/_zurb4-medium-addon.scss */
  .row .medium-offset-13 {
    position: relative;
    margin-left: 81.25%;
  }

  /* line 11, ../sass/_zurb4-medium-addon.scss */
  .row .medium-offset-14 {
    position: relative;
    margin-left: 87.5%;
  }

  /* line 11, ../sass/_zurb4-medium-addon.scss */
  .row .medium-offset-15 {
    position: relative;
    margin-left: 93.75%;
  }

  /* line 15, ../sass/_zurb4-medium-addon.scss */
  .push-1 {
    position: relative;
    left: 6.25%;
    right: auto;
  }

  /* line 16, ../sass/_zurb4-medium-addon.scss */
  .pull-1 {
    position: relative;
    right: 6.25%;
    left: auto;
  }

  /* line 15, ../sass/_zurb4-medium-addon.scss */
  .push-2 {
    position: relative;
    left: 12.5%;
    right: auto;
  }

  /* line 16, ../sass/_zurb4-medium-addon.scss */
  .pull-2 {
    position: relative;
    right: 12.5%;
    left: auto;
  }

  /* line 15, ../sass/_zurb4-medium-addon.scss */
  .push-3 {
    position: relative;
    left: 18.75%;
    right: auto;
  }

  /* line 16, ../sass/_zurb4-medium-addon.scss */
  .pull-3 {
    position: relative;
    right: 18.75%;
    left: auto;
  }

  /* line 15, ../sass/_zurb4-medium-addon.scss */
  .push-4 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 16, ../sass/_zurb4-medium-addon.scss */
  .pull-4 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 15, ../sass/_zurb4-medium-addon.scss */
  .push-5 {
    position: relative;
    left: 31.25%;
    right: auto;
  }

  /* line 16, ../sass/_zurb4-medium-addon.scss */
  .pull-5 {
    position: relative;
    right: 31.25%;
    left: auto;
  }

  /* line 15, ../sass/_zurb4-medium-addon.scss */
  .push-6 {
    position: relative;
    left: 37.5%;
    right: auto;
  }

  /* line 16, ../sass/_zurb4-medium-addon.scss */
  .pull-6 {
    position: relative;
    right: 37.5%;
    left: auto;
  }

  /* line 15, ../sass/_zurb4-medium-addon.scss */
  .push-7 {
    position: relative;
    left: 43.75%;
    right: auto;
  }

  /* line 16, ../sass/_zurb4-medium-addon.scss */
  .pull-7 {
    position: relative;
    right: 43.75%;
    left: auto;
  }

  /* line 15, ../sass/_zurb4-medium-addon.scss */
  .push-8 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 16, ../sass/_zurb4-medium-addon.scss */
  .pull-8 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 15, ../sass/_zurb4-medium-addon.scss */
  .push-9 {
    position: relative;
    left: 56.25%;
    right: auto;
  }

  /* line 16, ../sass/_zurb4-medium-addon.scss */
  .pull-9 {
    position: relative;
    right: 56.25%;
    left: auto;
  }

  /* line 15, ../sass/_zurb4-medium-addon.scss */
  .push-10 {
    position: relative;
    left: 62.5%;
    right: auto;
  }

  /* line 16, ../sass/_zurb4-medium-addon.scss */
  .pull-10 {
    position: relative;
    right: 62.5%;
    left: auto;
  }

  /* line 15, ../sass/_zurb4-medium-addon.scss */
  .push-11 {
    position: relative;
    left: 68.75%;
    right: auto;
  }

  /* line 16, ../sass/_zurb4-medium-addon.scss */
  .pull-11 {
    position: relative;
    right: 68.75%;
    left: auto;
  }

  /* line 15, ../sass/_zurb4-medium-addon.scss */
  .push-12 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 16, ../sass/_zurb4-medium-addon.scss */
  .pull-12 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 15, ../sass/_zurb4-medium-addon.scss */
  .push-13 {
    position: relative;
    left: 81.25%;
    right: auto;
  }

  /* line 16, ../sass/_zurb4-medium-addon.scss */
  .pull-13 {
    position: relative;
    right: 81.25%;
    left: auto;
  }

  /* line 15, ../sass/_zurb4-medium-addon.scss */
  .push-14 {
    position: relative;
    left: 87.5%;
    right: auto;
  }

  /* line 16, ../sass/_zurb4-medium-addon.scss */
  .pull-14 {
    position: relative;
    right: 87.5%;
    left: auto;
  }

  /* line 15, ../sass/_zurb4-medium-addon.scss */
  .push-15 {
    position: relative;
    left: 93.75%;
    right: auto;
  }

  /* line 16, ../sass/_zurb4-medium-addon.scss */
  .pull-15 {
    position: relative;
    right: 93.75%;
    left: auto;
  }

  /* line 19, ../sass/_zurb4-medium-addon.scss */
  .column.medium-centered,
  .columns.medium-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  /* line 22, ../sass/_zurb4-medium-addon.scss */
  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }

  /* line 29, ../sass/_zurb4-medium-addon.scss */
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right !important;
  }
}
/* Control the color of the background and some size options */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 13, ../sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 32, ../sass/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

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

/**
 * Address styling not present in IE 8/9.
 */
/* line 52, ../sass/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 66, ../sass/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 76, ../sass/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 88, ../sass/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 96, ../sass/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 110, ../sass/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 119, ../sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 127, ../sass/_normalize.scss */
b,
strong {
  font-family: NewsGothicBdBT-Reg, Helvetica, Arial, sans-serif;
  font-weight: normal;
}

/* line 133, ../sass/_normalize.scss */
i,
em {
  font-family: NewsGothicBT-Reg, Helvetica, Arial, sans-serif;
  font-weight: normal;
}

/* line 139, ../sass/_normalize.scss */
b i,
i b,
b em,
em b,
strong i,
i strong,
strong em,
em strong {
  font-family: NewsGothicBdBT-It, Helvetica, Arial, sans-serif;
  font-weight: normal;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 157, ../sass/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 165, ../sass/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 175, ../sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 184, ../sass/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 196, ../sass/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
/* line 204, ../sass/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 212, ../sass/_normalize.scss */
small {
  font-size: 80%;
}

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

/* line 228, ../sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 232, ../sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 244, ../sass/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 252, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 264, ../sass/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 276, ../sass/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 298, ../sass/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 324, ../sass/_normalize.scss */
button,
select {
  text-transform: none;
}

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

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
/* line 359, ../sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 371, ../sass/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 383, ../sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 403, ../sass/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 416, ../sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Control the color of the background and some size options */
/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
/* line 13, ../sass/_layout.scss */
html {
  background-color: #fff;
  text-rendering: optimizeLegibility;
}

/* line 18, ../sass/_layout.scss */
body {
  background-color: #fff;
}

/* line 22, ../sass/_layout.scss */
header#header {
  padding-top: 1px;
}

/* line 26, ../sass/_layout.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 31, ../sass/_layout.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/* line 39, ../sass/_layout.scss */
hr.divider {
  border-top: 1px solid #aeb5bd;
  border-bottom: 1px solid #dfe3ec;
  height: 0px;
  margin-top: 2em;
  margin-right: 0.9375em;
  display: block;
}

/* line 49, ../sass/_layout.scss */
img {
  vertical-align: middle;
}

/* line 53, ../sass/_layout.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 59, ../sass/_layout.scss */
textarea {
  resize: vertical;
}

/* line 63, ../sass/_layout.scss */
a {
  transition: all 0.3s ease;
}

/* line 67, ../sass/_layout.scss */
a.back-to-top {
  margin-top: 8px;
  margin-bottom: 32px;
  padding-right: 15px;
  color: #404040 !important;
  font-size: 12px !important;
  transition: color !important;
}
/* line 75, ../sass/_layout.scss */
a.back-to-top span {
  line-height: 1px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4);
  display: inline-block;
  font-size: 15px !important;
}

/* line 87, ../sass/_layout.scss */
div.clearfloat {
  clear: both;
}

/*
 *
	FOR ALL SIZES
 *
 */
/* line 99, ../sass/_layout.scss */
#site-search {
  margin: 0;
  padding: 0;
  position: relative;
}
/* line 104, ../sass/_layout.scss */
#site-search input {
  background-color: #a3a5ab;
  color: #FFF;
  border: none;
  top: 0px;
  font-size: 1em;
  width: 135px;
  height: 27px;
}
/* line 114, ../sass/_layout.scss */
#site-search .search-button {
  padding: 0px;
  margin-left: -3px;
  background: #a3a5ab url("../images/search-icon.png") no-repeat center center;
  width: 22px;
}
@media only screen and (max-width: 58.688em) {
  /* line 122, ../sass/_layout.scss */
  #site-search input {
    width: 90%;
    height: 2em;
    background-color: #fff;
    color: #a3a5ab;
  }
  /* line 129, ../sass/_layout.scss */
  #site-search .search-button {
    height: 2em;
    width: 10%;
    position: absolute;
  }
}

/* line 137, ../sass/_layout.scss */
.typography .right-callout {
  border-top: 1px solid #b7bdc6;
  float: right;
  width: 18%;
  margin-right: 2%;
}

/* line 144, ../sass/_layout.scss */
.typography .right-callout p {
  margin-bottom: 0.5em;
  font-family: ProximaNovaCond-Regular, Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #202020;
  font-size: 1.2em;
  line-height: 1.2em;
  padding: 0.5em 0 0 0;
}

/* line 154, ../sass/_layout.scss */
.typography .right-callout p:first-child,
.typography .right-callout h2:first-child,
.typography .right-callout h3:first-child {
  border-top: 1px solid #e7ecf4;
  padding: 0.65em 0 0 0;
}

/* line 162, ../sass/_layout.scss */
.typography .full-width {
  width: 100%;
  clear: both;
  padding: 2.2em 0;
}

/* line 168, ../sass/_layout.scss */
.typography .full-width.tight {
  padding: 0 0;
}

/* line 172, ../sass/_layout.scss */
.typography .full-width.row {
  margin: 0;
}

/* line 176, ../sass/_layout.scss */
.typography .full-width > p {
  padding: 0;
}

/* line 180, ../sass/_layout.scss */
.inner .row .small-16.large-16.columns {
  margin-bottom: 2em;
  box-shadow: 0 0 0.8em rgba(0, 0, 0, 0.6);
  background: #dfe5ee;
}

/* line 186, ../sass/_layout.scss */
#main {
  padding: 0 0 5%;
}

/* line 190, ../sass/_layout.scss */
.side-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 22.916666666667%;
  border-top: 1px solid #b7bdc6;
  margin: 31px 31px 0 20px;
}
/* line 198, ../sass/_layout.scss */
.side-bar nav.secondary {
  border-top: 1px solid #e7ecf4;
}

/* line 203, ../sass/_layout.scss */
.side-nav,
.side-nav li {
  width: 100%;
  list-style-type: none;
}

/* line 209, ../sass/_layout.scss */
.side-nav li.active a + ul {
  margin: 0.5em 0 1.1em 0;
}

/* line 213, ../sass/_layout.scss */
.side-nav li.active a + ul li.active > ul {
  padding-left: 1.1em;
}

/* line 217, ../sass/_layout.scss */
.side-nav li.active a + ul li.active > ul li {
  padding-left: 0;
}

/* line 221, ../sass/_layout.scss */
.side-nav li.active a + ul li.active > ul li.link a {
  color: #5e5f62 !important;
}

/* line 225, ../sass/_layout.scss */
.side-nav li.active a + ul li.active > ul li a {
  margin-left: -5px;
}

/* line 229, ../sass/_layout.scss */
.side-nav li.active a + ul li {
  padding-left: 1em;
  margin-bottom: 0.2em;
}

/* line 234, ../sass/_layout.scss */
.side-nav li.active a + ul li.active:before {
  content: "\00BB";
  float: left;
  margin-left: -0.7em;
  font-size: 1.7em;
  line-height: 0.8em;
}

/* line 242, ../sass/_layout.scss */
.side-nav li.active a + ul li.active > ul li.active:before {
  content: "";
}

/* line 246, ../sass/_layout.scss */
.side-nav li.active a + ul li.active > ul li.active {
  list-style-type: square !important;
  list-style-position: outside !important;
}

/* line 252, ../sass/_layout.scss */
.side-nav li.active a + ul li a {
  font-size: 1.15em;
}

/* line 256, ../sass/_layout.scss */
.side-nav li.active a + ul li.link a {
  color: #5e5f62;
}

/* line 260, ../sass/_layout.scss */
.side-nav a:hover,
.side-nav li.active a + ul li.active a,
.side-nav li.active a + ul li.active > ul li.link a:hover {
  color: #000 !important;
}

/* line 266, ../sass/_layout.scss */
.inner {
  clear: both;
  position: relative;
}

/* line 273, ../sass/_layout.scss */
#main h1 {
  font-family: MyriadPro-BlackCond, Helvetica, Arial, sans-serif;
  font-size: 1.6em;
}

/* line 279, ../sass/_layout.scss */
#main .row > .TwoColumn.has-image > .left-column {
  border-bottom: 1px solid #e7ecf4;
  position: relative;
}

/* line 284, ../sass/_layout.scss */
.fancybox-skin {
  background: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

/* line 291, ../sass/_layout.scss */
.video-modal {
  display: block;
}
/* line 294, ../sass/_layout.scss */
.video-modal .video-header-block {
  border: 0;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0px;
  height: 100%;
  width: 39%;
}
/* line 304, ../sass/_layout.scss */
.video-modal .video-header-block .video-header-text {
  vertical-align: middle;
  display: table-cell;
  padding: 1em 0 0 2em;
}
/* line 309, ../sass/_layout.scss */
.video-modal .video-header-block .video-header-text h4.video-name {
  color: #D8473B;
  font-size: 1.8em;
  margin-bottom: 0;
}
/* line 315, ../sass/_layout.scss */
.video-modal .video-header-block .video-header-text p.video-title {
  font-size: 0.750em;
  color: #77787d;
  padding-right: 2.5em;
  line-height: 1.4;
  margin-bottom: 0.5em;
}
/* line 323, ../sass/_layout.scss */
.video-modal .video-header-block .video-header-text blockquote {
  margin: 0 0 0 -1.6em;
  position: relative;
  padding: 0 1.25em 0 0;
}
/* line 328, ../sass/_layout.scss */
.video-modal .video-header-block .video-header-text blockquote p.video-quote {
  font-size: 1.05em;
  padding-left: 1.6em;
  padding-right: 1.7em;
  line-height: 1.3em;
  border: 0;
  font-family: NewsGothicBT-Reg, Helvetica, Arial, sans-serif;
  margin: -1.5625em 0 0 0;
  color: #404040;
}
/* line 339, ../sass/_layout.scss */
.video-modal .video-header-block .video-header-text blockquote:before, .video-modal .video-header-block .video-header-text blockquote:after {
  position: relative;
  left: 0.06em;
  color: #afb3bb;
  line-height: 1;
  font-size: 3.125em;
  font-family: NewsGothicBT-Reg, Helvetica, Arial, sans-serif;
}
/* line 349, ../sass/_layout.scss */
.video-modal .video-header-block .video-header-text blockquote:before {
  top: 0.4em;
  content: "\201C";
}
/* line 354, ../sass/_layout.scss */
.video-modal .video-header-block .video-header-text blockquote:after {
  bottom: 0.4em;
  content: "\201D";
}

/* line 363, ../sass/_layout.scss */
.employee-quote {
  max-width: 690px;
  width: 100%;
  background-color: #666;
  color: #FFF;
  padding: 1em 1.5em 0.5em;
  font-size: 0.813em;
  display: none;
}
/* line 372, ../sass/_layout.scss */
.employee-quote.persistent {
  display: block;
}
/* line 376, ../sass/_layout.scss */
.employee-quote p {
  margin-bottom: 0.5em;
}
/* line 379, ../sass/_layout.scss */
.employee-quote p a:link,
.employee-quote p a:visited,
.employee-quote p a:active {
  color: yellow;
}
/* line 385, ../sass/_layout.scss */
.employee-quote p a:hover {
  color: #e6e600;
}

/* line 391, ../sass/_layout.scss */
.show-quote {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 33px solid yellow;
  border-left: 33px solid transparent;
  text-align: center;
  color: #000;
  font-weight: bold;
}
/* line 403, ../sass/_layout.scss */
.show-quote span {
  position: absolute;
  right: 0;
  bottom: -30px;
  transition: transform 0.1s ease-in-out;
  left: -17px;
}
/* line 412, ../sass/_layout.scss */
.show-quote.close span {
  transform: rotate(45deg);
}

/* line 419, ../sass/_layout.scss */
.row.promo .large-4,
.row.promo .large-8,
.row.promo .small-8,
.row.promo .small-16 {
  margin-right: 0.41667%;
}

/* line 426, ../sass/_layout.scss */
.row.promo {
  height: 100%;
  max-height: 187px;
}

/* line 431, ../sass/_layout.scss */
.row.banner {
  height: 100%;
  max-height: 376px;
}

/* line 436, ../sass/_layout.scss */
.banner .promo-message {
  position: absolute;
  top: 14%;
  right: 0;
  line-height: 1.16em;
  padding: 2.5em 4em 2.5em 3em;
  background: rgba(0, 0, 0, 0.5);
  max-width: 60%;
}

/* line 446, ../sass/_layout.scss */
.promo-tool {
  background-color: #5b5d62;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.7);
  height: 50px;
  padding: 10px 20px;
}

/* line 453, ../sass/_layout.scss */
.promo-tool select #box-drop:before {
  content: " - ";
  width: 24px;
  height: 24px;
  background-color: yellow;
  color: #000;
}

/* line 461, ../sass/_layout.scss */
.promo-tool h4 {
  margin: 0;
}

/* line 465, ../sass/_layout.scss */
.promo-tool h4,
.promo-block > a {
  text-shadow: 1px 1px 3px #000;
  color: #FFFFFF;
  transition: color .2s ease;
}

/* line 472, ../sass/_layout.scss */
.promo-block > .promo-message {
  text-shadow: 1px 1px 3px #000;
  color: #FFFFFF;
}

/* line 477, ../sass/_layout.scss */
.promo-block {
  overflow: hidden !important;
  background-color: #000;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.7);
}
/* line 482, ../sass/_layout.scss */
.promo-block a > img {
  opacity: 1;
  transition: transform 6s ease-in-out,opacity .25s ease-in-out;
}

/* line 488, ../sass/_layout.scss */
.landing .promo-block {
  background-color: transparent;
}

/* line 494, ../sass/_layout.scss */
.promo-block > a:hover img {
  opacity: 0.5;
  transition: transform 6s ease-in-out,opacity .25s ease-in-out;
  transform: scale(1.1, 1.1);
}

/* line 501, ../sass/_layout.scss */
.promo .promo-message {
  position: absolute;
  bottom: 10%;
}

/* line 506, ../sass/_layout.scss */
.promo .large-4 .promo-message {
  left: 5.5%;
}

/* line 510, ../sass/_layout.scss */
.promo .large-8 .promo-message {
  left: 3.5%;
}

/* line 514, ../sass/_layout.scss */
.promo .large-16 .promo-message {
  left: 5.5%;
}

/* line 518, ../sass/_layout.scss */
.promo-headline {
  font-family: MyriadPro-BoldCond, Helvetica, Arial, sans-serif;
  font-weight: normal;
}

/* line 523, ../sass/_layout.scss */
.promo-text {
  font-family: NewsGothicBT-Reg, Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1;
}

/* line 529, ../sass/_layout.scss */
.promo-cta {
  font-family: ProximaNovaCond-Regular, Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1;
}

/* line 535, ../sass/_layout.scss */
.banner .promo-headline {
  position: relative;
  font-size: 2em;
  line-height: 1.188em;
}

/* line 541, ../sass/_layout.scss */
.banner .promo-text {
  font-size: 1em;
  line-height: 1.2em;
}

/* line 546, ../sass/_layout.scss */
.banner .promo-cta {
  font-size: 1em;
}

/* line 550, ../sass/_layout.scss */
.banner .promo-headline + .promo-text {
  margin-top: 5%;
}

/* line 554, ../sass/_layout.scss */
.banner .promo-headline + .promo-cta {
  margin-top: 5%;
}

/* line 558, ../sass/_layout.scss */
.banner .promo-text + .promo-cta {
  margin-top: 4%;
}

/* line 562, ../sass/_layout.scss */
.promo .promo-headline {
  font-size: 1.375em;
  line-height: 1.2em;
}

/* line 567, ../sass/_layout.scss */
.promo .promo-text {
  font-size: 0.750em;
  line-height: 1.5em;
}

/* line 572, ../sass/_layout.scss */
.promo .promo-cta {
  font-size: 0.938em;
  line-height: 1.2em;
}

/* line 577, ../sass/_layout.scss */
.promo .promo-headline + .promo-text {
  margin-top: 6%;
}

/* line 581, ../sass/_layout.scss */
.promo .promo-headline + .promo-cta {
  margin-top: 1%;
}

/* line 585, ../sass/_layout.scss */
.promo .promo-text + .promo-cta {
  margin-top: 7.5%;
}

/* line 589, ../sass/_layout.scss */
.promo-block {
  padding: 0 !important;
  margin-bottom: .4em;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.7);
}

/* line 595, ../sass/_layout.scss */
.promo-block img,
.promo-block a img {
  max-width: 100%;
  width: 100%;
}

/* line 602, ../sass/_layout.scss */
.yellow-block, .promo-block:after, .large-16.promo-block .promo-message:after, div.release a:after {
  display: block;
  height: 23px;
  width: 23px;
  content: "";
  background: url("../images/corner-arrow.png") no-repeat top left;
  position: absolute;
  bottom: 0;
  right: 0;
}

/* line 618, ../sass/_layout.scss */
.large-16.promo-block .promo-message {
  overflow: hidden;
}
/* line 629, ../sass/_layout.scss */
.large-16.promo-block:after {
  display: none;
}

/* line 637, ../sass/_layout.scss */
label[for="promo-links"] {
  width: 30%;
  position: absolute;
  left: 0;
  display: block;
}

/* line 644, ../sass/_layout.scss */
ul#promo-links {
  width: 70%;
  position: absolute;
  left: 29%;
  top: 15px;
  z-index: 9;
  list-style-type: none;
  background-color: #262729;
}
/* line 653, ../sass/_layout.scss */
ul#promo-links li {
  padding-left: 35px;
  display: none;
  height: 20px;
  background-color: #262729;
}
/* line 658, ../sass/_layout.scss */
ul#promo-links li a {
  display: block;
  font-size: 0.8em;
  line-height: 22px;
  color: #fff;
}
/* line 668, ../sass/_layout.scss */
ul#promo-links li.first {
  display: block;
  background: #262729 url("../images/know-about-arrow.jpg") no-repeat;
}
/* line 673, ../sass/_layout.scss */
ul#promo-links li:hover {
  background-color: #3f4043;
}

/* line 678, ../sass/_layout.scss */
ul#promo-links:hover li {
  display: block;
  margin-bottom: 8px;
}

/* line 683, ../sass/_layout.scss */
.landing .landing-nav {
  position: absolute;
  top: 9%;
}
/* line 687, ../sass/_layout.scss */
.landing .landing-nav h1 {
  background: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 4% 0 4% 6%;
  margin: 0;
  color: #FFF;
}
/* line 695, ../sass/_layout.scss */
.landing .landing-nav nav {
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
}
/* line 699, ../sass/_layout.scss */
.landing .landing-nav nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 704, ../sass/_layout.scss */
.landing .landing-nav nav ul li {
  border-top: 1px solid rgba(0, 0, 0, 0.9);
  padding: 0;
  background: rgba(121, 124, 130, 0.5);
}
/* line 709, ../sass/_layout.scss */
.landing .landing-nav nav ul li a {
  width: 100%;
  display: block;
  padding: 1% 0 1% 6%;
  color: #d3d3d3;
  font-family: ProximaNovaCond-Regular, Helvetica, Arial, sans-serif;
  font-size: 0.95em;
  line-height: 1.75em;
}
/* line 719, ../sass/_layout.scss */
.landing .landing-nav nav ul li a:hover {
  background: #FFDE00;
  background: rgba(255, 222, 0, 0.9);
  color: #000;
}
/* line 725, ../sass/_layout.scss */
.landing .landing-nav nav ul li ul li {
  border-top: none;
  background: transparent url("../images/bullet.png") no-repeat 15px center;
  width: 207px;
}
/* line 728, ../sass/_layout.scss */
.landing .landing-nav nav ul li ul li a {
  margin-left: 15px;
}
/* line 734, ../sass/_layout.scss */
.landing .landing-nav nav ul li ul li:last-child {
  background-image: url("../images/bullet-last.png");
}

/* line 745, ../sass/_layout.scss */
.lt-ie9 .large-4.promo-block,
.lt-ie9 .large-8.promo-block,
.lt-ie9 .large-12.promo-block,
.lt-ie9 .large-16.promo-block a img {
  width: 100%;
}

/* line 756, ../sass/_layout.scss */
.lt-ie9 .video-modal .video-header-block .video-header-text blockquote p.video-quote {
  line-height: 1.2em;
}

/* line 764, ../sass/_layout.scss */
.promo-headline,
.promo-cta,
.promo-text {
  display: block;
  text-rendering: optimizeLegibility;
}

/* line 771, ../sass/_layout.scss */
.banner {
  padding-right: 0 !important;
}

/* line 775, ../sass/_layout.scss */
.content-block {
  /*    margin-bottom: 2em;*/
  /*    border-bottom: 5px solid gray;*/
  /*    background-color: #EEE;*/
}

/* line 782, ../sass/_layout.scss */
.content-block.Highlight,
.content-block.Chart {
  background: #fff;
  background: rgba(255, 255, 255, 0.45);
  width: 100%;
  margin-bottom: 4%;
  margin-top: 3%;
}
/* line 790, ../sass/_layout.scss */
.content-block.Highlight.typography h2,
.content-block.Chart.typography h2 {
  font-size: 1.6em;
}
/* line 794, ../sass/_layout.scss */
.content-block.Highlight.typography h3,
.content-block.Chart.typography h3 {
  font-size: 1.3em;
}
/* line 798, ../sass/_layout.scss */
.content-block.Highlight .full-width div > div > img,
.content-block.Chart .full-width div > div > img {
  margin: 0 auto;
  margin-bottom: 1.2em;
  display: block;
  max-width: 100%;
}
/* line 806, ../sass/_layout.scss */
.content-block.Highlight .full-width div > div > img + h2,
.content-block.Chart .full-width div > div > img + h2 {
  margin-top: 1.7em;
}
/* line 811, ../sass/_layout.scss */
.content-block.Highlight .full-width div > div > img + p,
.content-block.Highlight .full-width div > div > img + ol,
.content-block.Highlight .full-width div > div > img + ul,
.content-block.Chart .full-width div > div > img + p,
.content-block.Chart .full-width div > div > img + ol,
.content-block.Chart .full-width div > div > img + ul {
  margin-top: 1.4em;
}
/* line 817, ../sass/_layout.scss */
.content-block.Highlight .piechart,
.content-block.Highlight .linechart,
.content-block.Highlight .columnchart,
.content-block.Chart .piechart,
.content-block.Chart .linechart,
.content-block.Chart .columnchart {
  height: 400px;
}
/* line 823, ../sass/_layout.scss */
.content-block.Highlight .barstackedchart,
.content-block.Chart .barstackedchart {
  height: 600px;
}

/* line 830, ../sass/_layout.scss */
img.highlight-alone {
  margin-bottom: 2.3em;
}

/* line 834, ../sass/_layout.scss */
#social-bar {
  box-shadow: 0 0 0.8em rgba(0, 0, 0, 0.6);
  background: #f0f4fa;
  padding: 10px 4px;
  overflow: auto;
  width: 40px;
  position: fixed;
  top: 30%;
  right: 0;
  z-index: 999;
}

/* line 847, ../sass/_layout.scss */
.social-links.vertical {
  width: 25px;
}
/* line 850, ../sass/_layout.scss */
.social-links.vertical li {
  margin: 4px auto;
}
/* line 855, ../sass/_layout.scss */
.social-links.page {
  float: right;
  margin-right: 0.9375em;
}
/* line 860, ../sass/_layout.scss */
.social-links.large {
  width: 100%;
  padding: 0;
}
/* line 864, ../sass/_layout.scss */
.social-links.large li {
  width: 20% !important;
  margin: 0;
}
/* line 868, ../sass/_layout.scss */
.social-links.large li a {
  width: 30px !important;
  height: 30px !important;
  margin: 0 auto;
  transition: none;
  background: url("../images/social-sprite-large.png") no-repeat 0 0;
}
/* line 875, ../sass/_layout.scss */
.social-links.large li a.twitter {
  background: url("../images/social-sprite-large.png") no-repeat 0 0;
}
/* line 879, ../sass/_layout.scss */
.social-links.large li a.flickr {
  background: url("../images/social-sprite-large.png") no-repeat -30px 0;
}
/* line 883, ../sass/_layout.scss */
.social-links.large li a.linkedin {
  background: url("../images/social-sprite-large.png") no-repeat -60px 0;
}
/* line 887, ../sass/_layout.scss */
.social-links.large li a.instagram {
  background: url("../images/social-sprite-large.png") no-repeat -120px 0;
}
/* line 891, ../sass/_layout.scss */
.social-links.large li a.email {
  background: url("../images/social-sprite-large.png") no-repeat -90px 0;
}
/* line 895, ../sass/_layout.scss */
.social-links.large li a.youtube {
  background: url("../images/social-sprite-large.png") no-repeat -90px 0;
}
/* line 899, ../sass/_layout.scss */
.social-links.large li a:hover {
  background-position-y: -30px;
}
/* line 906, ../sass/_layout.scss */
.social-links li {
  list-style-type: none !important;
  float: left;
  margin: 0 4px;
  width: auto !important;
}
/* line 912, ../sass/_layout.scss */
.social-links li a {
  display: block;
  transition: none !important;
  background: url("../images/social-sprite.png") no-repeat 0 0;
  padding: 4px;
  width: 25px !important;
  height: 25px !important;
}
/* line 920, ../sass/_layout.scss */
.social-links li a.facebook {
  background: url("../images/social-sprite.png") no-repeat 0 0;
}
/* line 924, ../sass/_layout.scss */
.social-links li a.twitter {
  background: url("../images/social-sprite.png") no-repeat -25px 0;
}
/* line 928, ../sass/_layout.scss */
.social-links li a.linkedin {
  background: url("../images/social-sprite.png") no-repeat -50px 0;
}
/* line 932, ../sass/_layout.scss */
.social-links li a.email {
  background: url("../images/social-sprite.png") no-repeat -75px 0;
}
/* line 936, ../sass/_layout.scss */
.social-links li a.print {
  background: url("../images/social-sprite.png") no-repeat -100px 0;
}
/* line 940, ../sass/_layout.scss */
.social-links li a:hover {
  background-position-y: -25px;
}

/* line 950, ../sass/_layout.scss */
.content-block.Bio .row.bio {
  margin-top: 40px;
  padding-right: 20%;
}
/* line 954, ../sass/_layout.scss */
.content-block.Bio .row.bio h2, .content-block.Bio .row.bio p {
  width: auto;
}
/* line 958, ../sass/_layout.scss */
.content-block.Bio .row.bio h2 {
  margin-top: 0;
  margin-bottom: 0;
}
/* line 963, ../sass/_layout.scss */
.content-block.Bio .row.bio p.position {
  margin-bottom: 20px;
}
/* line 967, ../sass/_layout.scss */
.content-block.Bio .row.bio p {
  overflow: visible;
}
/* line 972, ../sass/_layout.scss */
.content-block.Bio img {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-top: .25em;
}
@media only screen and (max-width: 47.938em) {
  /* line 980, ../sass/_layout.scss */
  .content-block.Bio img {
    display: block;
    float: none;
    margin: 0 0 10px 0;
  }
  /* line 986, ../sass/_layout.scss */
  .content-block.Bio .row.bio {
    margin-top: 20px;
    padding-right: 0;
    padding-left: 20px;
  }
}

/* line 995, ../sass/_layout.scss */
.lazy-wrapper {
  position: relative;
  display: block;
}
/* line 999, ../sass/_layout.scss */
.lazy-wrapper:hover:before {
  z-index: 9999;
  display: block;
  position: absolute;
  content: " ";
  top: 0;
  right: 0;
  height: 22px;
  width: 22px;
  background: url("../images/replay-icon.png") no-repeat top right;
}

/*History page */
/* line 1014, ../sass/_layout.scss */
.HistoryPage a.bx-next,
.HistoryPage a.bx-prev {
  transition: none;
}
/* line 1019, ../sass/_layout.scss */
.HistoryPage .bx-wrapper .bx-viewport {
  background: transparent;
  border: none;
  box-shadow: none;
}
/* line 1025, ../sass/_layout.scss */
.HistoryPage a.active {
  color: #FC0 !important;
}
/* line 1029, ../sass/_layout.scss */
.HistoryPage .history-pager-wrapper {
  margin: 0 20px 20px 20px;
  position: relative;
}
/* line 1034, ../sass/_layout.scss */
.HistoryPage .tick {
  border-right: dashed 1px #ccc;
  padding: 0 0.25em;
}
/* line 1038, ../sass/_layout.scss */
.HistoryPage .tick h3 {
  font-size: 1.1em;
  line-height: 100%;
  margin: 0;
}
/* line 1045, ../sass/_layout.scss */
.HistoryPage #slider-next,
.HistoryPage #slider-prev {
  position: absolute;
  font-size: 1.1em;
}
/* line 1051, ../sass/_layout.scss */
.HistoryPage #slider-next {
  right: -15px;
}
/* line 1055, ../sass/_layout.scss */
.HistoryPage #slider-prev {
  left: -15px;
}

/* line 1062, ../sass/_layout.scss */
.SearchPage hr {
  display: none;
  margin: 1em;
}
/* line 1066, ../sass/_layout.scss */
.SearchPage hr.divider {
  margin-left: 0;
  display: block;
}
/* line 1072, ../sass/_layout.scss */
.SearchPage #cse {
  margin-left: 0;
}
/* line 1075, ../sass/_layout.scss */
.SearchPage #cse input.gsc-input {
  padding: 0.5em;
  line-height: 1;
  font-size: 1.2em;
}
/* line 1081, ../sass/_layout.scss */
.SearchPage #cse .gsc-result-info {
  margin: 0;
  padding: 0;
}
/* line 1087, ../sass/_layout.scss */
.SearchPage #cse .gsc-control-cse,
.SearchPage #cse .gsc-control-cse .gsc-table-result {
  font-family: NewsGothicBT-Reg, Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin-bottom: 0;
}
/* line 1093, ../sass/_layout.scss */
.SearchPage #cse .gsc-control-cse .gs-spelling,
.SearchPage #cse .gsc-control-cse .gsc-table-result .gs-spelling {
  line-height: 1.2;
}
/* line 1096, ../sass/_layout.scss */
.SearchPage #cse .gsc-control-cse .gs-spelling a,
.SearchPage #cse .gsc-control-cse .gs-spelling a:link,
.SearchPage #cse .gsc-control-cse .gs-spelling a:active,
.SearchPage #cse .gsc-control-cse .gsc-table-result .gs-spelling a,
.SearchPage #cse .gsc-control-cse .gsc-table-result .gs-spelling a:link,
.SearchPage #cse .gsc-control-cse .gsc-table-result .gs-spelling a:active {
  color: #cf1d2b;
}
/* line 1102, ../sass/_layout.scss */
.SearchPage #cse .gsc-control-cse .gs-spelling a:visited,
.SearchPage #cse .gsc-control-cse .gs-spelling a:hover,
.SearchPage #cse .gsc-control-cse .gsc-table-result .gs-spelling a:visited,
.SearchPage #cse .gsc-control-cse .gsc-table-result .gs-spelling a:hover {
  color: #f66e00;
}
/* line 1108, ../sass/_layout.scss */
.SearchPage #cse .gsc-control-cse table.gsc-search-box td.gsc-input,
.SearchPage #cse .gsc-control-cse .gsc-table-result table.gsc-search-box td.gsc-input {
  padding: 0;
}
/* line 1112, ../sass/_layout.scss */
.SearchPage #cse .gsc-control-cse .gsc-result-info-container,
.SearchPage #cse .gsc-control-cse .gsc-table-result .gsc-result-info-container {
  padding-left: 0;
}
/* line 1116, ../sass/_layout.scss */
.SearchPage #cse .gsc-control-cse .gs-per-result-labels,
.SearchPage #cse .gsc-control-cse .gsc-table-result .gs-per-result-labels {
  display: none;
}
/* line 1121, ../sass/_layout.scss */
.SearchPage #cse .gsc-control-cse .gsc-search-box input.gsc-search-button,
.SearchPage #cse .gsc-control-cse .gsc-table-result .gsc-search-box input.gsc-search-button {
  background-color: #cf1d2b;
  border: none;
  color: #FFF;
  cursor: pointer;
  font-size: 1.1em;
  font-weight: normal;
  margin: 0;
  padding: 5px 15px;
  text-decoration: none;
  transition: background-color 0.2s ease-in;
}
/* line 1133, ../sass/_layout.scss */
.SearchPage #cse .gsc-control-cse .gsc-search-box input.gsc-search-button:hover,
.SearchPage #cse .gsc-control-cse .gsc-table-result .gsc-search-box input.gsc-search-button:hover {
  background-color: #f66e00;
}
/* line 1139, ../sass/_layout.scss */
.SearchPage #cse .gsc-control-cse b, .SearchPage #cse .gsc-control-cse strong,
.SearchPage #cse .gsc-control-cse .gsc-table-result b,
.SearchPage #cse .gsc-control-cse .gsc-table-result strong {
  font-weight: normal;
  font-family: NewsGothicStd-Bold, Helvetica, Arial, sans-serif;
}
/* line 1144, ../sass/_layout.scss */
.SearchPage #cse .gsc-control-cse a:link.gs-title,
.SearchPage #cse .gsc-control-cse a:visited.gs-title,
.SearchPage #cse .gsc-control-cse a:active.gs-title,
.SearchPage #cse .gsc-control-cse a.gs-title,
.SearchPage #cse .gsc-control-cse .gsc-table-result a:link.gs-title,
.SearchPage #cse .gsc-control-cse .gsc-table-result a:visited.gs-title,
.SearchPage #cse .gsc-control-cse .gsc-table-result a:active.gs-title,
.SearchPage #cse .gsc-control-cse .gsc-table-result a.gs-title {
  font-family: MyriadPro-BoldCond, Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #cf1d2b !important;
}
/* line 1153, ../sass/_layout.scss */
.SearchPage #cse .gsc-control-cse a:link.gs-title b, .SearchPage #cse .gsc-control-cse a:link.gs-title strong,
.SearchPage #cse .gsc-control-cse a:visited.gs-title b,
.SearchPage #cse .gsc-control-cse a:visited.gs-title strong,
.SearchPage #cse .gsc-control-cse a:active.gs-title b,
.SearchPage #cse .gsc-control-cse a:active.gs-title strong,
.SearchPage #cse .gsc-control-cse a.gs-title b,
.SearchPage #cse .gsc-control-cse a.gs-title strong,
.SearchPage #cse .gsc-control-cse .gsc-table-result a:link.gs-title b,
.SearchPage #cse .gsc-control-cse .gsc-table-result a:link.gs-title strong,
.SearchPage #cse .gsc-control-cse .gsc-table-result a:visited.gs-title b,
.SearchPage #cse .gsc-control-cse .gsc-table-result a:visited.gs-title strong,
.SearchPage #cse .gsc-control-cse .gsc-table-result a:active.gs-title b,
.SearchPage #cse .gsc-control-cse .gsc-table-result a:active.gs-title strong,
.SearchPage #cse .gsc-control-cse .gsc-table-result a.gs-title b,
.SearchPage #cse .gsc-control-cse .gsc-table-result a.gs-title strong {
  font-weight: normal;
  font-family: MyriadPro-BlackCond, Helvetica, Arial, sans-serif;
  color: #cf1d2b !important;
  transition: all 0.3s ease;
}
/* line 1160, ../sass/_layout.scss */
.SearchPage #cse .gsc-control-cse a:link.gs-title:hover, .SearchPage #cse .gsc-control-cse a:link.gs-title:hover b, .SearchPage #cse .gsc-control-cse a:link.gs-title:hover strong,
.SearchPage #cse .gsc-control-cse a:visited.gs-title:hover,
.SearchPage #cse .gsc-control-cse a:visited.gs-title:hover b,
.SearchPage #cse .gsc-control-cse a:visited.gs-title:hover strong,
.SearchPage #cse .gsc-control-cse a:active.gs-title:hover,
.SearchPage #cse .gsc-control-cse a:active.gs-title:hover b,
.SearchPage #cse .gsc-control-cse a:active.gs-title:hover strong,
.SearchPage #cse .gsc-control-cse a.gs-title:hover,
.SearchPage #cse .gsc-control-cse a.gs-title:hover b,
.SearchPage #cse .gsc-control-cse a.gs-title:hover strong,
.SearchPage #cse .gsc-control-cse .gsc-table-result a:link.gs-title:hover,
.SearchPage #cse .gsc-control-cse .gsc-table-result a:link.gs-title:hover b,
.SearchPage #cse .gsc-control-cse .gsc-table-result a:link.gs-title:hover strong,
.SearchPage #cse .gsc-control-cse .gsc-table-result a:visited.gs-title:hover,
.SearchPage #cse .gsc-control-cse .gsc-table-result a:visited.gs-title:hover b,
.SearchPage #cse .gsc-control-cse .gsc-table-result a:visited.gs-title:hover strong,
.SearchPage #cse .gsc-control-cse .gsc-table-result a:active.gs-title:hover,
.SearchPage #cse .gsc-control-cse .gsc-table-result a:active.gs-title:hover b,
.SearchPage #cse .gsc-control-cse .gsc-table-result a:active.gs-title:hover strong,
.SearchPage #cse .gsc-control-cse .gsc-table-result a.gs-title:hover,
.SearchPage #cse .gsc-control-cse .gsc-table-result a.gs-title:hover b,
.SearchPage #cse .gsc-control-cse .gsc-table-result a.gs-title:hover strong {
  color: #f66e00 !important;
}
/* line 1167, ../sass/_layout.scss */
.SearchPage #cse .gsc-control-cse .gsc-table-cell-snippet-close,
.SearchPage #cse .gsc-control-cse .gsc-table-result .gsc-table-cell-snippet-close {
  padding-top: 0;
  padding-left: 0;
  font-size: 1em;
  line-height: 1.2em;
}
/* line 1179, ../sass/_layout.scss */
.SearchPage #cse .gsc-branding,
.SearchPage #cse .gsc-tabsArea,
.SearchPage #cse .gcs-branding,
.SearchPage #cse .gcsc-branding,
.SearchPage #cse .gsc-url-bottom {
  display: none !important;
}

/* line 1193, ../sass/_layout.scss */
#Sitemap ul {
  margin-left: 0;
}
/* line 1196, ../sass/_layout.scss */
#Sitemap ul li {
  list-style-type: none;
}
/* line 1199, ../sass/_layout.scss */
#Sitemap ul li a {
  font-size: 1.5em;
  margin-bottom: 4px;
  display: block;
}
/* line 1205, ../sass/_layout.scss */
#Sitemap ul li ul {
  margin-bottom: 4%;
  margin-left: 8%;
}
/* line 1209, ../sass/_layout.scss */
#Sitemap ul li ul li {
  list-style-type: disc;
}
/* line 1212, ../sass/_layout.scss */
#Sitemap ul li ul li a {
  font-size: 1.25em;
}
/* line 1216, ../sass/_layout.scss */
#Sitemap ul li ul li ul {
  margin-bottom: 2%;
}
/* line 1219, ../sass/_layout.scss */
#Sitemap ul li ul li ul li {
  list-style-type: circle;
}
/* line 1222, ../sass/_layout.scss */
#Sitemap ul li ul li ul li a {
  font-size: 1.15em;
}
/* line 1226, ../sass/_layout.scss */
#Sitemap ul li ul li ul li ul li a {
  font-size: 1.0em;
}
@media only screen and (max-width: 47.938em) {
  /* line 1191, ../sass/_layout.scss */
  #Sitemap {
    font-size: 22px;
  }
}

/* Bigger than 940px*/
@media only screen and (min-width: 58.75em) {
  /* line 1245, ../sass/_layout.scss */
  .contain-to-grid {
    background: transparent;
  }

  /* line 1249, ../sass/_layout.scss */
  #main {
    margin: 0;
    min-height: 550px;
  }
  /* line 1253, ../sass/_layout.scss */
  #main .row > h1 {
    margin-top: 2.5%;
    color: #383838;
  }
  /* line 1258, ../sass/_layout.scss */
  #main .row > .TwoColumn.has-image + h1 {
    margin-top: 1.2em;
  }

  /* line 1263, ../sass/_layout.scss */
  .inner {
    margin: 0em 0 0 0;
  }

  /* line 1267, ../sass/_layout.scss */
  footer #footer-menu li.first a.landing:before {
    border-left: none;
  }
}
/* Smaller than 939px*/
@media only screen and (max-width: 58.688em) {
  /* line 1276, ../sass/_layout.scss */
  body {
    margin: 0 .5em;
    overflow-x: hidden;
  }

  /* line 1281, ../sass/_layout.scss */
  .contain-to-grid {
    background-color: transparent;
  }

  /* line 1285, ../sass/_layout.scss */
  .landing .landing-nav {
    top: 0;
  }

  /* line 1289, ../sass/_layout.scss */
  .contain-to-grid .top-bar {
    margin-bottom: 0.3em;
  }

  /* line 1293, ../sass/_layout.scss */
  .top-bar,
  .top-bar.expanded,
  .top-bar.expanded .title-area {
    background-color: transparent;
    margin: 0;
  }

  /* line 1300, ../sass/_layout.scss */
  .top-bar-section ul li a {
    font-size: 1em;
    font-family: ProximaNovaCond-Regular, Helvetica, Arial, sans-serif;
    color: #d3d3d3;
    background-color: #303030;
    padding: 0.4em 0;
    padding-left: 1.0625em;
  }
  /* line 1308, ../sass/_layout.scss */
  .top-bar-section ul li a:hover {
    background-color: #FFDE00;
    color: #000;
  }

  /* line 1314, ../sass/_layout.scss */
  .top-bar-section .divider {
    border: none;
    background-color: #000;
  }

  /* line 1319, ../sass/_layout.scss */
  .top-bar-section .dropdown li {
    border-bottom: solid 1px #000;
  }

  /* line 1323, ../sass/_layout.scss */
  .top-bar-section .title h5 {
    margin-top: 0;
  }

  /* line 1327, ../sass/_layout.scss */
  .top-bar-section {
    height: 1px;
  }

  /* line 1332, ../sass/_layout.scss */
  .top-bar-section ul li.active > a {
    background-color: #FFDE00;
    color: #000;
  }

  /* line 1337, ../sass/_layout.scss */
  .top-bar .name h1 a {
    margin: .7em 0 0 .4em;
  }

  /* line 1341, ../sass/_layout.scss */
  .top-bar .toggle-topbar.menu-icon {
    margin-top: -25px;
  }
  /* line 1344, ../sass/_layout.scss */
  .top-bar .toggle-topbar.menu-icon a {
    text-indent: -60px;
  }

  /* line 1349, ../sass/_layout.scss */
  .inner {
    margin: 0 0 0 0;
  }

  /* line 1353, ../sass/_layout.scss */
  .top-bar-section .has-dropdown > a:after {
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.5);
  }

  /* line 1357, ../sass/_layout.scss */
  .banner .promo-message {
    max-width: 70%;
  }

  /* line 1365, ../sass/_layout.scss */
  #main .video-modal .video-header-block .video-header-text blockquote {
    display: none;
  }

  /* line 1373, ../sass/_layout.scss */
  footer ul.small-block-grid-3 {
    margin-right: 0;
  }

  /* line 1377, ../sass/_layout.scss */
  .promo .large-4 .promo-message {
    left: 4.5%;
  }

  /* line 1381, ../sass/_layout.scss */
  .promo .promo-text {
    display: none;
  }

  /* line 1386, ../sass/_layout.scss */
  .promo .promo-headline + .promo-text {
    margin-top: 4%;
  }

  /* line 1390, ../sass/_layout.scss */
  .promo .promo-text + .promo-cta {
    margin-top: 2%;
  }

  /* line 1394, ../sass/_layout.scss */
  #social-bar {
    display: none;
  }
}
/* larger than 768px */
@media only screen and (min-width: 48em) {
  /* line 1402, ../sass/_layout.scss */
  .row.landing.banner .landing-nav,
  .row.promo .large-4 {
    width: 24.6875%;
  }

  /* line 1408, ../sass/_layout.scss */
  .row.promo .large-8 {
    width: 49.79167%;
  }

  /* line 1412, ../sass/_layout.scss */
  .row.promo .large-12 {
    width: 74.89583%;
  }

  /* line 1416, ../sass/_layout.scss */
  #main h1,
  .left-column {
    margin-left: 28.125%;
  }

  /* line 1421, ../sass/_layout.scss */
  #main img.header-img {
    max-width: 100%;
    width: 100%;
  }

  /* line 1427, ../sass/_layout.scss */
  .row.promo .large-12 + .large-4,
  .row.promo .large-4 + .large-12,
  .row.promo .large-8 + .large-8,
  .row.promo .large-8 + .large-4 + .large-4,
  .row.promo .large-4 + .large-8 + .large-4,
  .row.promo .large-4 + .large-4 + .large-4 + .large-4,
  .row.promo .large-4 + .large-4 + .large-4 + .large-4 + .large-4 + .large-4 + .large-4 + .large-4 {
    margin-right: 0 !important;
  }

  /* line 1437, ../sass/_layout.scss */
  .row.promo .large-4 + .large-12 + .large-4,
  .row.promo .large-4 + .large-4 + .large-8 + .large-4,
  .row.promo .large-4 + .large-4 + .large-4 + .large-4 + .large-4 {
    margin-right: 0.41667% !important;
  }

  /* line 1443, ../sass/_layout.scss */
  .row.promo .large-4 .promo-message {
    width: 95%;
    padding-right: 10%;
  }

  /* line 1448, ../sass/_layout.scss */
  .row.promo .large-8 .promo-message,
  .row.promo .large-16 .promo-message {
    width: 66%;
    padding-right: 10%;
  }
}
/* smaller than 767px  */
@media only screen and (max-width: 47.938em) {
  /* line 1458, ../sass/_layout.scss */
  .row.promo .small-8 {
    width: 49.79167%;
  }

  /* line 1462, ../sass/_layout.scss */
  .side-bar {
    display: none;
  }

  /* line 1466, ../sass/_layout.scss */
  #main h1, .left-column {
    margin-left: 2%;
  }

  /* line 1470, ../sass/_layout.scss */
  .TwoColumn.has-image .left-column {
    margin-left: 0;
  }

  /* line 1474, ../sass/_layout.scss */
  .TwoColumn.has-image .left-column img {
    width: 100%;
  }

  /* line 1478, ../sass/_layout.scss */
  .row.promo .small-16,
  .row.promo .small-8 + .small-8,
  .row.promo .small-8 + .small-8 + .small-8 + .small-8 {
    margin-right: 0 !important;
    margin-bottom: .4em;
  }

  /* line 1485, ../sass/_layout.scss */
  .row.promo .small-8 + .small-8 + .small-8 {
    margin-right: 0.41667% !important;
  }

  /* line 1489, ../sass/_layout.scss */
  .SearchPage #cse {
    margin-left: 1em;
  }

  /* line 1496, ../sass/_layout.scss */
  .banner .promo-message {
    width: 100%;
    max-width: 100%;
    bottom: 0;
    display: block;
    position: relative;
    padding: 1em 4em 1em 3em;
  }

  /* line 1505, ../sass/_layout.scss */
  .banner .promo-headline {
    font-size: 1.5em;
  }

  /* line 1509, ../sass/_layout.scss */
  .banner .promo-text {
    font-size: .9em;
  }

  /* line 1513, ../sass/_layout.scss */
  .banner .promo-headline + .promo-text {
    margin-top: 2%;
  }

  /* line 1517, ../sass/_layout.scss */
  .landing .landing-nav {
    position: relative;
  }
  /* line 1520, ../sass/_layout.scss */
  .landing .landing-nav h1 {
    background: rgba(0, 0, 0, 0.9);
    line-height: 1;
    padding: 4% 0 4% 6%;
    margin: 0;
    color: #FFF;
    width: 100%;
  }

  /* line 1535, ../sass/_layout.scss */
  .promo-tool {
    height: 75px;
  }

  /* line 1539, ../sass/_layout.scss */
  label[for="promo-links"] {
    width: 100%;
    position: static;
    display: block;
  }

  /* line 1545, ../sass/_layout.scss */
  ul#promo-links {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    z-index: 100;
  }

  /* line 1554, ../sass/_layout.scss */
  #social-bar {
    display: none;
  }

  /* line 1560, ../sass/_layout.scss */
  .content-block.Bio .row {
    width: 100%;
  }
  /* line 1565, ../sass/_layout.scss */
  .content-block.Bio .row.bio > .profilePhoto {
    margin-bottom: 1em;
    padding-left: 32px;
  }
  /* line 1570, ../sass/_layout.scss */
  .content-block.Bio .row.bio > .quote {
    padding-left: 0px;
  }
}
/* smaller than 480px */
@media only screen and (max-width: 30em) {
  /* body {background-color: red;} */
  /* line 1583, ../sass/_layout.scss */
  .row.promo {
    clear: both;
  }

  /* line 1587, ../sass/_layout.scss */
  .banner .promo-message {
    padding: 1em;
  }

  /* line 1591, ../sass/_layout.scss */
  .banner .promo-headline {
    font-size: 1em;
  }

  /* line 1595, ../sass/_layout.scss */
  .promo-text {
    display: none;
  }

  /* line 1599, ../sass/_layout.scss */
  .Pie .row.full-width .small-16 .small-8,
  .Highlight .row.full-width .small-16 .small-8 {
    display: block;
    width: 100%;
  }
  /* line 1604, ../sass/_layout.scss */
  .Pie .row.full-width .small-16 .small-8 p,
  .Highlight .row.full-width .small-16 .small-8 p {
    margin-top: 1.4em;
  }

  /* line 1609, ../sass/_layout.scss */
  footer {
    padding-top: 1em;
    width: 100% !important;
  }

  /* line 1614, ../sass/_layout.scss */
  .right-callout img.left {
    float: none !important;
    display: block;
    margin: 0 auto;
  }

  /* line 1620, ../sass/_layout.scss */
  #social-bar {
    display: none;
  }

  /* line 1624, ../sass/_layout.scss */
  .video-modal .video-header-block .video-header-text {
    padding: 1em 0 0 1em;
  }
  /* line 1627, ../sass/_layout.scss */
  .video-modal .video-header-block .video-header-text h4.video-name {
    font-size: 1em;
    margin-bottom: 0.2em;
  }
  /* line 1632, ../sass/_layout.scss */
  .video-modal .video-header-block .video-header-text p.video-title {
    font-size: 0.7em;
    padding-right: 1em;
    line-height: 1.2;
  }
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/* line 1647, ../sass/_layout.scss */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}

/* line 1654, ../sass/_layout.scss */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/* line 1661, ../sass/_layout.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* line 1666, ../sass/_layout.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 1677, ../sass/_layout.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* line 1687, ../sass/_layout.scss */
.invisible {
  visibility: hidden;
}

/* line 1691, ../sass/_layout.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

/* line 1697, ../sass/_layout.scss */
.clearfix:after {
  clear: both;
}

/* line 1701, ../sass/_layout.scss */
.clearfix {
  *zoom: 1;
}

/* News Release section */
/* line 1707, ../sass/_layout.scss */
.news-release-content {
  font-size: 0.875em;
}

/* line 1711, ../sass/_layout.scss */
h1.news-release {
  margin-bottom: 5px;
}

/* line 1715, ../sass/_layout.scss */
p.news-lead-display {
  margin-top: 15px;
  font-size: 1.125em;
  line-height: 140%;
}

/* line 1721, ../sass/_layout.scss */
div.news-contact {
  margin-top: 0;
  font-size: 1em;
  line-height: 140%;
  font-family: NewsGothicBdBT-Reg, Helvetica, Arial, sans-serif;
}
/* line 1727, ../sass/_layout.scss */
div.news-contact p {
  font-family: NewsGothicBdBT-Reg, Helvetica, Arial, sans-serif;
}

/* line 1733, ../sass/_layout.scss */
.news-date, div.release a .news-title, div.release a .news-lead,
p.news-date,
div.release a p.news-title,
div.release a p.news-lead {
  font-size: 0.75em;
  color: #535353;
  margin-bottom: 5px;
}

/* line 1740, ../sass/_layout.scss */
div.release {
  position: relative;
}

/* line 1744, ../sass/_layout.scss */
div.release a {
  display: block;
  padding: 15px 35px;
  background: url("../images/news-bullet.png") no-repeat 7px 35px;
}
/* line 1749, ../sass/_layout.scss */
div.release a span {
  display: block;
}
/* line 1754, ../sass/_layout.scss */
div.release a .news-title {
  font-family: MyriadPro-BoldCond, Helvetica, Arial, sans-serif, Helvetica, Arial, sans-serif;
  color: #505050;
  font-size: 1.25em;
  line-height: 1.20em;
  margin-bottom: 10px;
}
/* line 1763, ../sass/_layout.scss */
div.release a .news-lead {
  color: #202020;
  font-size: 0.875em;
  line-height: 1.6;
}

/* line 1771, ../sass/_layout.scss */
div.release:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

/* line 1775, ../sass/_layout.scss */
div.release a:after {
  background-image: url("../images/news-link_arrow.png") !important;
  bottom: -15px;
  right: -15px;
}

/* Google Custom Search */
/* line 1786, ../sass/_layout.scss */
div.gsc-wrapper,
.gsc-wrapper div,
.cse .gsc-control-cse, .gsc-control-cse,
.gsc-table-result,
.gcsc-branding,
.gsc-resultsHeader,
.gsc-above-wrapper-area-container,
.gsc-search-box {
  background-color: Transparent !important;
  border: none !important;
}

/* ==========================================================================
   Print styles
   ========================================================================== */
@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  /* Original logo.png is 126px x 35px, this allows for for a crisper image on supported devices*/
}
@media print {
  /* line 1811, ../sass/_layout.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 1818, ../sass/_layout.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 1823, ../sass/_layout.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 1827, ../sass/_layout.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

    /*
	 * Don't show links for images, or javascript/internal links
	 */
  /* line 1835, ../sass/_layout.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 1841, ../sass/_layout.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 1847, ../sass/_layout.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  /* line 1851, ../sass/_layout.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 1856, ../sass/_layout.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 1864, ../sass/_layout.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 1871, ../sass/_layout.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* line 1878, ../sass/_layout.scss */
.lt-ie10 .top-bar-section li a:hover {
  background: transparent;
  color: #000;
}
/* line 1883, ../sass/_layout.scss */
.lt-ie10 .top-bar-section .has-dropdown > a:after {
  border: none;
}
/* line 1888, ../sass/_layout.scss */
.lt-ie10 #site-search .search-button {
  top: -1px;
  height: 22px;
}
/* line 1894, ../sass/_layout.scss */
.lt-ie10 .top-bar .name h1 a {
  width: 126px;
  background-repeat: no-repeat;
}
/* line 1899, ../sass/_layout.scss */
.lt-ie10 .landing .landing-nav {
  position: absolute;
}
/* line 1902, ../sass/_layout.scss */
.lt-ie10 .landing .landing-nav nav,
.lt-ie10 .landing .landing-nav h1 {
  background-color: #000;
}

/* line 1911, ../sass/_layout.scss */
.lt-ie9 #site-search .search-button {
  height: 21px;
}
/* line 1918, ../sass/_layout.scss */
.lt-ie9 .top-bar-section .has-form a, .lt-ie9 .top-bar-section ul#utility li a {
  line-height: 5px;
}

/* line 1924, ../sass/_layout.scss */
a[href$=".pdf"] {
  padding-right: 24px;
  background: url(../images/icon-pdf.png) no-repeat bottom right;
}

/* line 1930, ../sass/_layout.scss */
.BrightcoveExperience {
  height: 270px;
}

/* line 1, ../sass/_footer.scss */
footer {
  padding: 2em 0 3em 0;
  clear: both;
}
/* line 5, ../sass/_footer.scss */
footer ul, footer ul li {
  line-height: 1;
}
/* line 8, ../sass/_footer.scss */
footer ul li {
  margin-bottom: .6em;
}
/* line 11, ../sass/_footer.scss */
footer .meta {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #bec2cb;
  border-top-color: rgba(142, 143, 148, 0.3);
}
/* line 17, ../sass/_footer.scss */
footer .meta h3 {
  position: relative;
  top: -1.2em;
  font-family: MyriadPro-Regular, Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: 1;
  color: #77787d;
  padding: 0 2em 0 0;
  display: inline-block;
  text-transform: uppercase;
}
/* line 28, ../sass/_footer.scss */
footer .meta.center {
  text-align: center;
}
/* line 31, ../sass/_footer.scss */
footer .meta.center h3 {
  padding-left: 2em;
}
/* line 34, ../sass/_footer.scss */
footer li a, footer #about aside {
  color: #77787d;
  font-size: 0.9em;
  line-height: 140%;
  display: inline-block;
  vertical-align: bottom;
  height: auto;
}
/* line 42, ../sass/_footer.scss */
footer li a:hover, footer li a:target, footer li a:focus, footer a.back-to-top:hover, footer a.back-to-top:target, footer a.back-to-top:focus {
  color: #cf1d2b !important;
}
/* line 45, ../sass/_footer.scss */
footer aside {
  padding: 1em 0 0 0;
}
/* line 48, ../sass/_footer.scss */
footer ul {
  padding: 0;
  margin-bottom: 0;
}
/* line 51, ../sass/_footer.scss */
footer ul li {
  float: left;
  list-style-type: none;
  padding: 0 1em;
  font-size: 1em;
}
/* line 58, ../sass/_footer.scss */
footer ul li.first {
  padding-left: 0;
  border-right: 1px solid #c5c6c8;
}
/* line 62, ../sass/_footer.scss */
footer #copyright {
  font-size: 0.9em;
}
/* line 65, ../sass/_footer.scss */
footer #about {
  margin: 1em 0 2em 0;
}
/* line 68, ../sass/_footer.scss */
footer #about aside {
  line-height: 1.6em;
}
/* line 71, ../sass/_footer.scss */
footer #footer-details {
  text-align: center;
}
/* line 73, ../sass/_footer.scss */
footer #footer-details aside {
  display: inline-block;
}

/* line 5, ../sass/_navigation.scss */
.top-bar {
  margin-bottom: 0;
}
/* line 8, ../sass/_navigation.scss */
.top-bar .name h1 {
  line-height: 1;
}
/* line 11, ../sass/_navigation.scss */
.top-bar .name h1 a {
  margin-top: .4em;
  background-image: url("../images/logo.png");
  background-size: contain;
  width: 126px;
  height: 35px;
}
/* line 20, ../sass/_navigation.scss */
.top-bar .toggle-topbar a {
  font-family: ProximaNovaCond-Regular, Helvetica, Arial, sans-serif;
  text-transform: none;
  font-weight: normal;
  font-size: 1.15em;
}

/* line 29, ../sass/_navigation.scss */
.top-bar-section ul li > a {
  font-size: 1em;
  color: #d3d3d3;
  font-family: ProximaNovaCond-Semibold, Helvetica, Arial, sans-serif;
  background-color: transparent;
}

/* Bigger than 940px*/
@media only screen and (min-width: 58.75em) {
  /* line 41, ../sass/_navigation.scss */
  .contain-to-grid .top-bar {
    background: transparent;
    margin-top: 3em;
    margin-bottom: 0;
  }

  /* line 48, ../sass/_navigation.scss */
  .top-bar-section .has-dropdown > a {
    padding-right: 40px !important;
  }
  /* line 52, ../sass/_navigation.scss */
  .top-bar-section ul li > a {
    font-size: 1em;
  }
  /* line 56, ../sass/_navigation.scss */
  .top-bar-section > ul {
    background: transparent;
  }
  /* line 59, ../sass/_navigation.scss */
  .top-bar-section > ul > .divider {
    display: none;
  }
  /* line 63, ../sass/_navigation.scss */
  .top-bar-section > ul > li {
    padding-bottom: 20px;
  }
  /* line 66, ../sass/_navigation.scss */
  .top-bar-section > ul > li > a {
    font-size: 1.1em;
    position: relative;
    z-index: 200;
    color: #5e5f62;
  }
  /* line 73, ../sass/_navigation.scss */
  .top-bar-section > ul > li.active > a {
    background-color: transparent;
    color: #000;
  }
  /* line 78, ../sass/_navigation.scss */
  .top-bar-section > ul > li > a:not(.button) {
    padding: 0 5px;
    background: transparent;
  }
  /* line 83, ../sass/_navigation.scss */
  .top-bar-section > ul > li.has-dropdown {
    padding-right: 0 !important;
  }
  /* line 84, ../sass/_navigation.scss */
  .top-bar-section > ul > li.has-dropdown > a {
    padding-right: 20px !important;
  }
  /* line 88, ../sass/_navigation.scss */
  .top-bar-section > ul > li.has-dropdown.last > a {
    padding-right: 5px !important;
  }
  /* line 92, ../sass/_navigation.scss */
  .top-bar-section > ul > li.has-dropdown > a:after {
    border-color: transparent transparent transparent rgba(255, 255, 255, 0);
  }
  /* line 96, ../sass/_navigation.scss */
  .top-bar-section > ul > li.has-dropdown .triangle {
    display: none;
    position: relative;
    top: -20px;
    z-index: 100;
    overflow: hidden;
    height: 20px;
    margin-bottom: -20px;
  }
  /* line 106, ../sass/_navigation.scss */
  .top-bar-section > ul > li.has-dropdown .triangle:after {
    content: "";
    position: absolute;
    top: 12px;
    left: 16px;
    width: 15px;
    height: 15px;
    background: #f0f3f7;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: -1px -1px 10px -2px black;
  }
  /* line 120, ../sass/_navigation.scss */
  .top-bar-section > ul > li.has-dropdown > ul {
    padding-right: 0 !important;
    margin-right: 0 !important;
  }
  /* line 126, ../sass/_navigation.scss */
  .top-bar-section > ul > li.has-dropdown:hover > ul.dropdown {
    visibility: visible;
    display: inline;
    background-color: #f0f3f7;
  }
  /* line 132, ../sass/_navigation.scss */
  .top-bar-section > ul > li.has-dropdown:hover .triangle {
    display: block;
  }
  /* line 138, ../sass/_navigation.scss */
  .top-bar-section > ul > li > ul.dropdown {
    right: auto !important;
    top: 55px;
    padding: 12px 20px;
    -moz-box-shadow: rgba(0, 0, 0, 0.7) 0px 0px 10px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.7) 0px 0px 10px 0px;
    box-shadow: rgba(0, 0, 0, 0.7) 0px 0px 10px 0px;
  }
  /* line 145, ../sass/_navigation.scss */
  .top-bar-section > ul > li > ul.dropdown > li > a {
    color: #5e5f62 !important;
    padding: 6px 0px;
    margin-right: 10px;
    background-color: #f0f3f7;
  }
  /* line 151, ../sass/_navigation.scss */
  .top-bar-section > ul > li > ul.dropdown > li > a:hover {
    color: #000 !important;
  }
  /* line 155, ../sass/_navigation.scss */
  .top-bar-section > ul > li > ul.dropdown > li > a:after {
    content: "" !important;
  }
  /* line 160, ../sass/_navigation.scss */
  .top-bar-section > ul > li > ul.dropdown > li.active > a {
    color: #000;
  }
  /* line 164, ../sass/_navigation.scss */
  .top-bar-section > ul > li > ul.dropdown > li > ul {
    display: none !important;
  }
  /* line 171, ../sass/_navigation.scss */
  .top-bar-section > ul > li.hover > a:not(.button),
  .top-bar-section > ul > li:hover a:not(.button),
  .top-bar-section > ul > li a:not(.button):hover {
    background-color: transparent;
    color: #000;
  }
  /* line 179, ../sass/_navigation.scss */
  .top-bar-section ul#utility {
    position: absolute;
    top: -40px;
    right: 0;
    height: auto;
  }
  /* line 185, ../sass/_navigation.scss */
  .top-bar-section ul#utility > .divider {
    border-right: none;
    border-left: 1px dashed #CCC;
    height: 1em;
    margin-top: .6em;
    margin-left: 1em;
    margin-right: 1em;
    display: block;
  }
  /* line 195, ../sass/_navigation.scss */
  .top-bar-section ul#utility li a {
    font-size: 1em;
    line-height: 2.9em;
    height: auto;
    background: transparent;
  }
  /* line 203, ../sass/_navigation.scss */
  .top-bar-section .has-form {
    height: auto;
    padding-right: 0;
    font-size: 0.8em;
    line-height: 2.9em;
    height: auto;
    background: transparent;
  }
}
/* Control the color of the background and some size options */
/**
 * This typography file is included in the WYSIWYG editor
 */
/* line 10, ../sass/_typography.scss */
.typography p,
.typography ul li,
.typography ol li,
.typography ul li p,
.typography ol li p {
  font-size: 0.813em;
  line-height: 1.465em;
  font-family: NewsGothicBT-Reg, Helvetica, Arial, sans-serif;
  overflow: hidden;
}

/* line 22, ../sass/_typography.scss */
.typography ul li,
.typography ol li,
.typography ul li p,
.typography ol li p {
  overflow: visible;
}

/* line 29, ../sass/_typography.scss */
.typography p span,
.typography ul li span,
.typography ol li span,
.typography ul li p,
.typography ol li p {
  font-size: 1em;
}

/* line 35, ../sass/_typography.scss */
.typography ul ul li,
.typography ol ol li,
.typography ul li ul li,
.typography ol li ol li,
.typography ul ul li p,
.typography ol ol li p,
.typography ul li ul li p,
.typography ol li ol li p {
  font-size: 0.9em;
}

/* line 46, ../sass/_typography.scss */
.typography ol ol li,
.typography ol li ol li,
.typography ol ol li p,
.typography ol li ol li p {
  list-style-type: upper-alpha;
}

/* line 53, ../sass/_typography.scss */
.typography ol ol ol li p,
.typography ol li ol li ol li p,
.typography ol ol ol li,
.typography ol li ol li ol li {
  list-style-type: upper-roman;
}

/* line 60, ../sass/_typography.scss */
.typography ul ul li,
.typography ol ol li,
.typography ul ul li p,
.typography ol ol li p {
  font-size: 0.813em;
}

/* line 68, ../sass/_typography.scss */
.typography ul ul ul li,
.typography ol ol ol li,
.typography ul li ul li ul li,
.typography ol li ol li ol li,
.typography ul ul ul li p,
.typography ol ol ol li p,
.typography ul li ul li ul li p,
.typography ol li ol li ol li p {
  font-size: 1em;
}

/* line 79, ../sass/_typography.scss */
.typography ul ul ul li,
.typography ol ol ol li,
.typography ul ul ul li p,
.typography ol ol ol li p {
  font-size: 0.813em;
}

/* line 87, ../sass/_typography.scss */
.typography p b,
.typography p strong,
.typography p.deck b,
.typography p.deck strong,
.typography ul li b,
.typography ul li strong,
.typography ol li b,
.typography ol li strong {
  font-family: NewsGothicBdBT-Reg, Helvetica, Arial, sans-serif;
  font-weight: normal;
}

/* line 99, ../sass/_typography.scss */
.typography p strong em,
.typography p em strong,
.typography p.deck strong em,
.typography p.deck em strong,
.typography ul li em,
.typography ul li strong em,
.typography ul li em strong,
.typography ol li em,
.typography ol li strong em,
.typography ol li em strong {
  font-family: NewsGothicBdBT-It, Helvetica, Arial, sans-serif;
  font-weight: normal;
}

/* line 113, ../sass/_typography.scss */
.typography p em,
.typography p.deck em,
.typography ul li em,
.typography ol li em {
  font-family: NewsGothicBT-Reg, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: italic;
}

/* line 122, ../sass/_typography.scss */
.typography .left-column p {
  margin-bottom: 1em;
  padding-right: 3.9%;
}

/* line 127, ../sass/_typography.scss */
.typography .left-column h2,
.typography .left-column h3 {
  padding-right: 4%;
}

/** CMS LIST STYLES **/
/* line 131, ../sass/_typography.scss */
.typography ul,
.typography ol {
  margin-bottom: 2%;
}

/* line 134, ../sass/_typography.scss */
.typography ol {
  margin-left: 1.25em;
}

/* line 135, ../sass/_typography.scss */
.typography ul {
  list-style-position: outside;
  margin-left: 1em;
}

/* line 139, ../sass/_typography.scss */
.typography ul li {
  list-style-type: square;
  margin-bottom: 0.6em;
}

/* line 143, ../sass/_typography.scss */
.typography ol li {
  list-style-type: decimal;
  margin-bottom: 0.6em;
}

/* line 149, ../sass/_typography.scss */
.typography .left-column li p {
  margin-bottom: 0;
}

/* line 154, ../sass/_typography.scss */
.typography .caption,
.typography .right-callout p.caption {
  line-height: 1.2em;
  font-size: .75em;
  font-style: italic;
  color: #888;
  margin-top: -1%;
}

/* line 163, ../sass/_typography.scss */
.typography ul li ul,
.typography ul ul li ul {
  margin-top: 0.4em;
}

/* line 166, ../sass/_typography.scss */
.typography ul li ul {
  margin-left: 1.2em;
}

/* line 167, ../sass/_typography.scss */
.typography ul ul li ul {
  margin-left: 1.3em;
}

/* HEADER STYLES */
/* line 170, ../sass/_typography.scss */
.typography h2,
.typography h3 {
  margin-bottom: .6em;
  margin-top: 0;
  font-size: 1.2em;
  font-family: MyriadPro-BoldCond, Helvetica, Arial, sans-serif;
}

/* line 179, ../sass/_typography.scss */
.typography h2 {
  font-size: 1.45em;
  line-height: 1.2em;
}

/* line 184, ../sass/_typography.scss */
.typography h3 {
  font-size: 1.1em;
  margin-bottom: .4em;
}

/* LINK STYLES */
/* line 189, ../sass/_typography.scss */
.typography a:link,
.typography a:visited,
.typography a:active,
.typography a {
  color: #cf1d2b;
  font-size: 1em;
  text-decoration: none;
  transition: all 0.5s ease;
}

/* line 198, ../sass/_typography.scss */
.typography a:hover,
.typography a:focus,
.typography a:target {
  text-decoration: none;
  color: #f66e00;
}

/* line 205, ../sass/_typography.scss */
.typography table {
  border-collapse: separate;
  border: none;
  background: transparent;
}

/* line 211, ../sass/_typography.scss */
.typography .table-lines {
  display: table;
}

/* line 216, ../sass/_typography.scss */
.typography table thead tr th,
.typography table tfoot tr th,
.typography table tbody tr td,
.typography table tfoot tr td,
.typography table tr td {
  padding: 8px;
  font-size: 13px;
  line-height: 1.2em;
  color: #202020;
}
/* line 227, ../sass/_typography.scss */
.typography table tr td p,
.typography table tbody tr td p,
.typography table tfoot tr td p,
.typography table tr td span,
.typography table tbody tr td span,
.typography table tfoot tr td span,
.typography table tr td p span,
.typography table tbody tr td p span,
.typography table tfoot tr td p span {
  font-size: 13px;
}
/* line 237, ../sass/_typography.scss */
.typography table {
  width: 100%;
  max-width: 700px;
  margin: 0 0 2em;
  font-family: NewsGothicBT-Reg, Helvetica, Arial, sans-serif;
}
/* line 242, ../sass/_typography.scss */
.typography table p {
  margin-bottom: 0;
}
/* line 245, ../sass/_typography.scss */
.typography table em, .typography table sup {
  font-family: NewsGothicBT-Reg, Helvetica, Arial, sans-serif !important;
  font-weight: normal !important;
}
/* line 249, ../sass/_typography.scss */
.typography table em {
  font-style: normal !important;
}
/* line 252, ../sass/_typography.scss */
.typography table tr:hover {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
}
/* line 256, ../sass/_typography.scss */
.typography table tr td {
  vertical-align: top;
  border: none;
}
/* line 262, ../sass/_typography.scss */
.typography table.table-lines {
  max-width: 490px;
}
/* line 265, ../sass/_typography.scss */
.typography table.table-lines tr td {
  border-bottom: 1px solid #CCC;
}

/* WYSIWYG EDITOR ALIGNMENT CLASSES */
/* line 277, ../sass/_typography.scss */
.typography .left {
  text-align: left;
}

/* line 280, ../sass/_typography.scss */
.typography .center {
  text-align: center;
}

/* line 283, ../sass/_typography.scss */
.typography .right {
  text-align: right;
}

/* line 286, ../sass/_typography.scss */
.typography img.right {
  float: right;
}

/* line 290, ../sass/_typography.scss */
.typography .left-column img.left {
  margin-right: 2.4em;
}

/* line 291, ../sass/_typography.scss */
.typography .left-column img.right {
  margin-left: 2.4em;
}

/* line 293, ../sass/_typography.scss */
.typography .left-column img.left,
.typography .left-column img.right {
  margin-bottom: 1.6em;
}

/* line 298, ../sass/_typography.scss */
.typography img.left {
  float: left;
}

/* line 302, ../sass/_typography.scss */
.typography .left-column h2,
.typography .left-column h3,
.typography .left-column p,
.typography .left-column li {
  width: 70%;
}

/* line 307, ../sass/_typography.scss */
.typography .left-column ul h3 {
  width: 100%;
}

/* line 311, ../sass/_typography.scss */
.typography .left-column blockquote p {
  width: 100%;
  padding-left: 1em;
}

/* line 314, ../sass/_typography.scss */
.typography p.deck,
.typography .left-column p.deck {
  font-family: NewsGothicBT-Reg, Helvetica, Arial, sans-serif;
  color: #202020;
  font-size: 1em;
  line-height: 1.4em;
  margin-bottom: 3%;
}

/* line 323, ../sass/_typography.scss */
.typography ul.annotate li,
.typography p.annotate,
.typography .left-column p.annotate {
  font-size: 0.7em;
  line-height: 1.4em;
}

/* line 330, ../sass/_typography.scss */
.typography p.career-opportunities {
  padding: 15px;
  background-color: #FFFFFF;
}

/* line 334, ../sass/_typography.scss */
.button-primary, .button-secondary {
  display: block;
}

/* line 339, ../sass/_typography.scss */
.typography p.button-primary a, .typography p.button-secondary a {
  padding: 6px 16px;
  background-color: #2c71ba;
  color: #ffffff;
  font-size: 1em;
  line-height: 1.4em;
  margin-bottom: 3%;
  display: inline-block;
  text-align: center;
}
/* line 348, ../sass/_typography.scss */
.typography p.button-primary a:hover, .typography p.button-secondary a:hover {
  color: #FFF;
  color: rgba(255, 255, 255, 0.9);
  background-color: #25609e;
}
/* line 355, ../sass/_typography.scss */
.typography p.button-secondary a {
  background-color: #999999;
}
/* line 357, ../sass/_typography.scss */
.typography p.button-secondary a:hover {
  background-color: #777777;
}
/* line 362, ../sass/_typography.scss */
.typography .right-callout p.button-primary a,
.typography .right-callout p.button-secondary a {
  font-size: .8em;
  display: block;
  padding: 4px 8px;
}

/* Smaller than 924px*/
@media only screen and (max-width: 58.75em) {
  /* line 374, ../sass/_typography.scss */
  .typography .right-callout p,
  .typography .right-callout h2,
  .typography .right-callout h3,
  .typography .right-callout ul,
  .typography .right-callout blockquote,
  .typography .right-callout ul li {
    margin: 0;
    width: 100%;
  }

  /* line 384, ../sass/_typography.scss */
  .typography .left-column p {
    padding-right: 5%;
  }
}
/* Smaller than 768px*/
@media only screen and (max-width: 47.9375em) {
  /* line 390, ../sass/_typography.scss */
  .typography .right-callout {
    width: 25%;
  }
  /* line 392, ../sass/_typography.scss */
  .typography p.deck,
  .typography .left-column p.deck {
    font-size: 1.2em;
    line-height: 1.35em;
    margin-bottom: 1.35;
  }
  /* line 399, ../sass/_typography.scss */
  .typography p,
  .typography blockquote,
  .typography ul,
  .typography ol {
    font-size: 0.9em;
  }

  /* line 406, ../sass/_typography.scss */
  .typography .left-column li {
    font-size: 1em;
  }
}
/* Smaller than 480px*/
@media only screen and (max-width: 30em) {
  /* line 414, ../sass/_typography.scss */
  .typography .left-column p,
  .typography .left-column li,
  .typography .left-column h2,
  .typography .left-column h3,
  .typography .left-column blockquote {
    width: 98%;
  }

  /* line 422, ../sass/_typography.scss */
  .typography .right-callout {
    float: none;
    margin: 2% 2% 4.5%;
    width: 96%;
    border-bottom: 1px solid #b7bdc6;
  }

  /* line 424, ../sass/_typography.scss */
  .typography .right-callout p:first-child,
  .typography .right-callout h2:first-child,
  .typography .right-callout h3:first-child {
    border-bottom: 1px solid #e7ecf4;
    padding: 0.65em 0;
  }

  /* line 431, ../sass/_typography.scss */
  .typography .left-column li {
    font-size: 1em;
  }
}
/* Control the color of the background and some size options */
/* line 4, ../sass/_form.scss */
form {
  margin-left: 28.125%;
}
/* line 8, ../sass/_form.scss */
form.newsletter-signup {
  margin-left: 0;
}
/* line 12, ../sass/_form.scss */
form fieldset {
  border: 0;
  padding: 0;
}
/* line 17, ../sass/_form.scss */
form .message {
  color: #cf1d2b;
  font-family: NewsGothicStd-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
}
/* line 23, ../sass/_form.scss */
form div {
  margin-top: 0.8em;
  width: 100%;
}
/* line 28, ../sass/_form.scss */
form label {
  font-size: 1em;
}
/* line 31, ../sass/_form.scss */
form label.left {
  width: 25%;
  text-align: right;
  font-family: NewsGothicStd-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  padding: 0.65em 0.45em 0 0;
  height: 2em;
}
/* line 41, ../sass/_form.scss */
form input.text,
form textarea,
form select {
  background: #EBEAE5;
  border: 1px solid #DBDAD8;
  padding: 0.45em 0 0 0.45em;
}
/* line 48, ../sass/_form.scss */
form input.text:-webkit-autofill,
form textarea:-webkit-autofill,
form select:-webkit-autofill {
  background-color: #EBEAE5;
}
/* line 51, ../sass/_form.scss */
form input.text,
form textarea {
  width: 50%;
}
/* line 58, ../sass/_form.scss */
form.newsletter-signup button {
  font-weight: normal;
  background-color: #cf1d2b;
  border: none;
  color: #FFF;
  cursor: pointer;
  font-size: 1em;
  font-weight: normal;
  margin: 0;
  padding: 5px 15px;
  text-decoration: none;
  transition: background-color 0.2s ease-in;
}
/* line 71, ../sass/_form.scss */
form.newsletter-signup button:focus, form.newsletter-signup button:hover {
  cursor: pointer;
  background-color: #f66e00;
}
/* line 78, ../sass/_form.scss */
form .Actions input.action {
  font-weight: normal;
  background-color: #cf1d2b;
  border: none;
  color: #FFF;
  cursor: pointer;
  font-size: .8em;
  font-weight: normal;
  margin: 0 0 0 25%;
  padding: 5px 15px;
  text-decoration: none;
  transition: background-color 0.2s ease-in;
}
/* line 91, ../sass/_form.scss */
form .Actions input.action:focus, form .Actions input.action:hover {
  cursor: pointer;
  background-color: #f66e00;
}
/* line 98, ../sass/_form.scss */
form #Remember,
form #ForgotPassword {
  padding-left: 25%;
  width: 54%;
}
/* line 103, ../sass/_form.scss */
form #ForgotPassword {
  margin-top: 2em;
}
/* line 106, ../sass/_form.scss */
form #ForgotPassword a,
form #ForgotPassword a:link,
form #ForgotPassword a:visited,
form #ForgotPassword a:active {
  color: #cf1d2b;
}
/* line 112, ../sass/_form.scss */
form #ForgotPassword a:hover {
  color: #f66e00;
}

@media only screen and (max-width: 47.938em) {
  /* line 121, ../sass/_form.scss */
  form {
    margin-left: 0;
  }
  /* line 126, ../sass/_form.scss */
  form label.left {
    width: 30%;
    padding: 0.65em 0 0 0;
    height: 2em;
  }
  /* line 133, ../sass/_form.scss */
  form input.text,
  form textarea,
  form select {
    padding: 0.45em 0 0 0.45em;
  }
  /* line 139, ../sass/_form.scss */
  form input.text,
  form textarea {
    width: 62%;
    margin-left: 0.5em;
  }
  /* line 145, ../sass/_form.scss */
  form.newsletter-signup button.action {
    margin: 0 auto;
    display: block;
    width: 75px;
  }
  /* line 151, ../sass/_form.scss */
  form .Actions input.action {
    margin: 0 auto;
    display: block;
    width: 75px;
  }
  /* line 158, ../sass/_form.scss */
  form #Remember {
    margin-top: 2em;
  }
  /* line 159, ../sass/_form.scss */
  form #Remember,
  form #ForgotPassword {
    padding-left: 25%;
    width: 80%;
  }
  /* line 164, ../sass/_form.scss */
  form #ForgotPassword {
    text-align: center;
  }
}
@media print {
  /*
  div {
  	position: relative !important;
  	display: block !important;
  	float: none !important;
  	margin: 0px !important;
  	padding: 0px !important;
  }
  */
  /* line 13, ../sass/_print.scss */
  #header,
  .top-bar-section,
  div#about,
  #footer-menu,
  #social-bar,
  .social-links,
  .side-bar,
  .back-to-top,
  .menu-icon,
  .landing-nav {
    display: none !important;
  }

  /* line 26, ../sass/_print.scss */
  body,
  .inner .row .small-16.large-16.columns {
    background: transparent !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
    /* IE8+ */
  }

  /* line 32, ../sass/_print.scss */
  .yellow-block, .promo-block:after, .large-16.promo-block .promo-message:after, div.release a:after, .promo-block:after, .large-16.promo-block .promo-message:after {
    display: none;
  }

  /* line 35, ../sass/_print.scss */
  footer {
    float: none;
    clear: both;
  }
  /* line 39, ../sass/_print.scss */
  footer #footer-details {
    float: none;
  }
  /* line 42, ../sass/_print.scss */
  footer #legal #copyright {
    float: none;
  }

  /* line 46, ../sass/_print.scss */
  .row.banner {
    max-height: none;
  }

  /* line 49, ../sass/_print.scss */
  .promo-block {
    width: 50%;
    float: none;
    clear: both;
  }
  /* line 55, ../sass/_print.scss */
  .promo-block .promo-message {
    width: 100%;
    max-width: 100%;
    bottom: 0;
    display: block;
    position: relative;
    padding: 1em 4em 1em 3em;
  }

  /* line 64, ../sass/_print.scss */
  .promo .large-4 .promo-message {
    left: 0 !important;
  }

  /* line 67, ../sass/_print.scss */
  .promo-block.large-4 img {
    max-width: 25% !important;
  }

  /* line 70, ../sass/_print.scss */
  .landing .promo-block img {
    max-width: 50% !important;
  }

  /* line 73, ../sass/_print.scss */
  a[href]:after {
    content: "";
  }

  /* line 76, ../sass/_print.scss */
  pre,
  blockquote {
    border: none;
  }

  /* line 80, ../sass/_print.scss */
  li.name h1 a:after {
    content: "Syncrude";
  }

  /* line 85, ../sass/_print.scss */
  .content-block.Bio .row {
    width: 100%;
  }
  /* line 88, ../sass/_print.scss */
  .content-block.Bio .bio {
    margin: 0px;
  }
  /* line 91, ../sass/_print.scss */
  .content-block.Bio .bio-interview {
    display: none;
  }
}
/* line 2, ../sass/_home.scss */
#home-container > .row {
  max-width: 1140px;
}
/* line 6, ../sass/_home.scss */
#home-container .hero-image {
  position: relative;
  width: 100%;
  background: #ccc no-repeat center center;
  background-size: cover;
  height: 500px;
}
@media only screen and (max-width: 768px) {
  /* line 6, ../sass/_home.scss */
  #home-container .hero-image {
    height: auto;
  }
}
/* line 17, ../sass/_home.scss */
#home-container .hero-image .overlay {
  height: 500px;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom, transparent, #000);
  opacity: 0.7;
}
@media only screen and (max-width: 768px) {
  /* line 17, ../sass/_home.scss */
  #home-container .hero-image .overlay {
    background-color: #303030;
    height: auto;
  }
}
/* line 34, ../sass/_home.scss */
#home-container .hero-image .hero {
  padding: 5%;
  position: relative;
  top: 40%;
}
@media only screen and (max-width: 768px) {
  /* line 34, ../sass/_home.scss */
  #home-container .hero-image .hero {
    top: 0%;
  }
}
/* line 43, ../sass/_home.scss */
#home-container .hero-image .hero p, #home-container .hero-image .hero h1 {
  color: #fff;
}
/* line 47, ../sass/_home.scss */
#home-container .hero-image .hero h1 {
  font-size: 40px;
  margin: 0;
}
/* line 52, ../sass/_home.scss */
#home-container .hero-image .hero p {
  width: 60%;
  margin: 10px 0 30px 0;
}
@media only screen and (max-width: 768px) {
  /* line 52, ../sass/_home.scss */
  #home-container .hero-image .hero p {
    width: 100%;
  }
}
/* line 62, ../sass/_home.scss */
#home-container .hero-image .hero a {
  display: inline-block;
  background-color: #cf1d2d;
  color: #fff;
  padding: 8px 30px;
  margin-bottom: 20px;
}
/* line 69, ../sass/_home.scss */
#home-container .hero-image .hero a:hover {
  background-color: #b91a28;
}
/* line 76, ../sass/_home.scss */
#home-container .news-and-features {
  margin-top: 30px;
}
/* line 79, ../sass/_home.scss */
#home-container .news-and-features a.image-container {
  width: 100%;
}
/* line 82, ../sass/_home.scss */
#home-container .news-and-features a.image-container img {
  width: 100%;
  display: block;
  margin: auto;
  border: solid 1px #ccc;
  transition: all .1s ease-in-out;
}
/* line 89, ../sass/_home.scss */
#home-container .news-and-features a.image-container img:hover {
  border: solid 1px #444;
}
/* line 95, ../sass/_home.scss */
#home-container .news-and-features h2 {
  color: #000;
  font-size: 26px;
}
/* line 100, ../sass/_home.scss */
#home-container .news-and-features a {
  display: inline-block;
  color: #000;
  font-weight: 500;
  line-height: 120%;
}
/* line 106, ../sass/_home.scss */
#home-container .news-and-features a:hover {
  color: #cf1d2b;
}
/* line 111, ../sass/_home.scss */
#home-container .news-and-features p {
  font-size: 14px;
  line-height: 140%;
}
/* line 116, ../sass/_home.scss */
#home-container .news-and-features p.news-date, #home-container .news-and-features div.release a p.news-title, div.release a #home-container .news-and-features p.news-title, #home-container .news-and-features div.release a p.news-lead, div.release a #home-container .news-and-features p.news-lead {
  font-size: 12px;
}
/* line 120, ../sass/_home.scss */
#home-container .news-and-features .feature-text-col {
  padding-top: 30px;
}
@media only screen and (max-width: 1280px) {
  /* line 120, ../sass/_home.scss */
  #home-container .news-and-features .feature-text-col {
    padding-top: 0px;
  }
}
/* line 129, ../sass/_home.scss */
#home-container .news-and-features .features .corner-arrow {
  position: relative;
}
/* line 132, ../sass/_home.scss */
#home-container .news-and-features .features .corner-arrow:after {
  display: block;
  height: 23px;
  width: 23px;
  content: "";
  background: url("../images/corner-arrow.png") no-repeat top left;
  position: absolute;
  bottom: 1px;
  right: 1px;
}
/* line 145, ../sass/_home.scss */
#home-container .news-and-features .features hr {
  margin: 30px 0;
}
/* line 149, ../sass/_home.scss */
#home-container .news-and-features .features a {
  font-size: 22px;
  margin-bottom: 15px;
}
/* line 154, ../sass/_home.scss */
#home-container .news-and-features .features p {
  margin-bottom: 20px;
}
/* line 159, ../sass/_home.scss */
#home-container .news-and-features .news {
  margin-top: 15px;
}
/* line 162, ../sass/_home.scss */
#home-container .news-and-features .news h2 {
  display: inline-block;
  margin-bottom: 20px;
}
/* line 167, ../sass/_home.scss */
#home-container .news-and-features .news .newslink {
  font-size: 20px;
  margin-left: 8px;
  padding-left: 8px;
  border-left: solid 1px #ccc;
  color: #cf1d2b;
}
/* line 175, ../sass/_home.scss */
#home-container .news-and-features .news a {
  font-size: 18px;
  margin-bottom: 8px;
}
/* line 180, ../sass/_home.scss */
#home-container .news-and-features .news hr:last-of-type {
  display: none;
}

/* line 1, ../sass/_socialhome.scss */
div.socialhome {
  margin-top: 50px;
}
/* line 4, ../sass/_socialhome.scss */
div.socialhome > h3 {
  color: #000;
  font-size: 26px;
  padding-bottom: 5px;
}
/* line 10, ../sass/_socialhome.scss */
div.socialhome .icon {
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  width: 47px;
  height: 47px;
  border: 2px solid #e43b4b;
  border-radius: 50%;
  background-color: #cf1d2d;
  background-size: 80%;
}
/* line 22, ../sass/_socialhome.scss */
div.socialhome .flickr {
  background-image: url("/themes/syncrude/images/social-media/flickr-80x80.png");
}
/* line 26, ../sass/_socialhome.scss */
div.socialhome .instagram {
  background-image: url("/themes/syncrude/images/social-media/instagram-80x80.png");
}
/* line 30, ../sass/_socialhome.scss */
div.socialhome .linkedin {
  background-image: url("/themes/syncrude/images/social-media/linkedin-80x80.png");
}
/* line 34, ../sass/_socialhome.scss */
div.socialhome .twitter {
  background-image: url("/themes/syncrude/images/social-media/twitter-80x80.png");
}
/* line 38, ../sass/_socialhome.scss */
div.socialhome .youtube {
  background-image: url("/themes/syncrude/images/social-media/youtube-80x80.png");
}
