/* line 4, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_global.scss */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 9, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_global.scss */
html,
body {
  font-size: 100%;
}

/* line 12, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_global.scss */
body {
  background: white;
  color: #444444;
  padding: 0;
  margin: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
}

/* line 25, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_global.scss */
a:focus {
  outline: none;
}

/* line 30, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_global.scss */
img,
object,
embed {
  max-width: 100%;
  height: auto;
}

/* line 33, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_global.scss */
object,
embed {
  height: 100%;
}

/* line 34, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_global.scss */
img {
  -ms-interpolation-mode: bicubic;
}

/* line 40, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/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 45, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_global.scss */
.left {
  float: left !important;
}

/* line 46, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_global.scss */
.right {
  float: right !important;
}

/* line 47, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_global.scss */
.text-left {
  text-align: left !important;
}

/* line 48, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_global.scss */
.text-right {
  text-align: right !important;
}

/* line 49, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_global.scss */
.text-center {
  text-align: center !important;
}

/* line 50, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_global.scss */
.text-justify {
  text-align: justify !important;
}

/* line 51, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_global.scss */
.hide {
  display: none;
}

/* line 57, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_global.scss */
.antialiased {
  -webkit-font-smoothing: antialiased;
}

/* line 60, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_global.scss */
img {
  display: inline-block;
}

/* line 67, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_global.scss */
textarea {
  height: auto;
  min-height: 50px;
}

/* line 70, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_global.scss */
select {
  width: 100%;
}

/* Grid HTML Classes */
/* line 106, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_grid.scss */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 86em;
  *zoom: 1;
}
/* line 184, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/_foundation-global.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 185, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/_foundation-global.scss */
.row:after {
  clear: both;
}
/* line 110, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_grid.scss */
.row .column,
.row .columns {
  position: relative;
  padding-left: 1.07143em;
  padding-right: 1.07143em;
  width: 100%;
  float: left;
}
/* line 114, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_grid.scss */
.row.collapse .column,
.row.collapse .columns {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  float: left;
}
/* line 117, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_grid.scss */
.row .row {
  width: auto;
  margin-left: -1.07143em;
  margin-right: -1.07143em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1;
}
/* line 184, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/_foundation-global.scss */
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
/* line 185, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/_foundation-global.scss */
.row .row:after {
  clear: both;
}
/* line 118, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_grid.scss */
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
  *zoom: 1;
}
/* line 184, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/_foundation-global.scss */
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
/* line 185, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/_foundation-global.scss */
.row .row.collapse:after {
  clear: both;
}

@media only screen {
  /* line 125, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_grid.scss */
  .row .column,
  .row .columns {
    position: relative;
    padding-left: 1.07143em;
    padding-right: 1.07143em;
    float: left;
  }

  /* line 128, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_grid.scss */
  .row .small-1 {
    position: relative;
    width: 8.33333%;
  }

  /* line 128, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_grid.scss */
  .row .small-2 {
    position: relative;
    width: 16.66667%;
  }

  /* line 128, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_grid.scss */
  .row .small-3 {
    position: relative;
    width: 25%;
  }

  /* line 128, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_grid.scss */
  .row .small-4 {
    position: relative;
    width: 33.33333%;
  }

  /* line 128, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_grid.scss */
  .row .small-5 {
    position: relative;
    width: 41.66667%;
  }

  /* line 128, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_grid.scss */
  .row .small-6 {
    position: relative;
    width: 50%;
  }

  /* line 128, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_grid.scss */
  .row .small-7 {
    position: relative;
    width: 58.33333%;
  }

  /* line 128, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_grid.scss */
  .row .small-8 {
    position: relative;
    width: 66.66667%;
  }

  /* line 128, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_grid.scss */
  .row .small-9 {
    position: relative;
    width: 75%;
  }

  /* line 128, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_grid.scss */
  .row .small-10 {
    position: relative;
    width: 83.33333%;
  }

  /* line 128, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_grid.scss */
  .row .small-11 {
    position: relative;
    width: 91.66667%;
  }

  /* line 128, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_grid.scss */
  .row .small-12 {
    position: relative;
    width: 100%;
  }

  /* line 132, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_grid.scss */
  .row .small-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  /* line 132, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_grid.scss */
  .row .small-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  /* line 132, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_grid.scss */
  .row .small-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  /* line 132, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_grid.scss */
  .row .small-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  /* line 132, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_grid.scss */
  .row .small-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  /* line 132, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_grid.scss */
  .row .small-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  /* line 132, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_grid.scss */
  .row .small-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  /* line 132, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_grid.scss */
  .row .small-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  /* line 132, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_grid.scss */
  .row .small-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  /* line 132, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_grid.scss */
  .row .small-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

  /* line 135, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_grid.scss */
  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }

  /* line 136, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_grid.scss */
  [class*="column"] + [class*="column"].end {
    float: left;
  }

  /* line 139, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/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: 48em) {
  /* line 146, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_grid.scss */
  .row .large-1 {
    position: relative;
    width: 8.33333%;
  }

  /* line 146, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_grid.scss */
  .row .large-2 {
    position: relative;
    width: 16.66667%;
  }

  /* line 146, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_grid.scss */
  .row .large-3 {
    position: relative;
    width: 25%;
  }

  /* line 146, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_grid.scss */
  .row .large-4 {
    position: relative;
    width: 33.33333%;
  }

  /* line 146, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_grid.scss */
  .row .large-5 {
    position: relative;
    width: 41.66667%;
  }

  /* line 146, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_grid.scss */
  .row .large-6 {
    position: relative;
    width: 50%;
  }

  /* line 146, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_grid.scss */
  .row .large-7 {
    position: relative;
    width: 58.33333%;
  }

  /* line 146, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_grid.scss */
  .row .large-8 {
    position: relative;
    width: 66.66667%;
  }

  /* line 146, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_grid.scss */
  .row .large-9 {
    position: relative;
    width: 75%;
  }

  /* line 146, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_grid.scss */
  .row .large-10 {
    position: relative;
    width: 83.33333%;
  }

  /* line 146, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_grid.scss */
  .row .large-11 {
    position: relative;
    width: 91.66667%;
  }

  /* line 146, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_grid.scss */
  .row .large-12 {
    position: relative;
    width: 100%;
  }

  /* line 150, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_grid.scss */
  .row .large-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  /* line 150, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_grid.scss */
  .row .large-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  /* line 150, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_grid.scss */
  .row .large-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  /* line 150, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_grid.scss */
  .row .large-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  /* line 150, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_grid.scss */
  .row .large-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  /* line 150, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_grid.scss */
  .row .large-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  /* line 150, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_grid.scss */
  .row .large-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  /* line 150, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_grid.scss */
  .row .large-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  /* line 150, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_grid.scss */
  .row .large-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  /* line 150, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_grid.scss */
  .row .large-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

  /* line 154, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_grid.scss */
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 155, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_grid.scss */
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 154, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_grid.scss */
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 155, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_grid.scss */
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 154, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_grid.scss */
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 155, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_grid.scss */
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 154, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_grid.scss */
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 155, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_grid.scss */
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 154, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_grid.scss */
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 155, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_grid.scss */
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 154, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_grid.scss */
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 155, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_grid.scss */
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 154, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_grid.scss */
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 155, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_grid.scss */
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 154, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_grid.scss */
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 155, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_grid.scss */
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 154, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_grid.scss */
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 155, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_grid.scss */
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 159, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_grid.scss */
  .small-push-2 {
    left: inherit;
  }

  /* line 160, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_grid.scss */
  .small-pull-2 {
    right: inherit;
  }

  /* line 159, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_grid.scss */
  .small-push-3 {
    left: inherit;
  }

  /* line 160, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_grid.scss */
  .small-pull-3 {
    right: inherit;
  }

  /* line 159, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_grid.scss */
  .small-push-4 {
    left: inherit;
  }

  /* line 160, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_grid.scss */
  .small-pull-4 {
    right: inherit;
  }

  /* line 159, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_grid.scss */
  .small-push-5 {
    left: inherit;
  }

  /* line 160, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_grid.scss */
  .small-pull-5 {
    right: inherit;
  }

  /* line 159, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_grid.scss */
  .small-push-6 {
    left: inherit;
  }

  /* line 160, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_grid.scss */
  .small-pull-6 {
    right: inherit;
  }

  /* line 159, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_grid.scss */
  .small-push-7 {
    left: inherit;
  }

  /* line 160, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_grid.scss */
  .small-pull-7 {
    right: inherit;
  }

  /* line 159, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_grid.scss */
  .small-push-8 {
    left: inherit;
  }

  /* line 160, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_grid.scss */
  .small-pull-8 {
    right: inherit;
  }

  /* line 159, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_grid.scss */
  .small-push-9 {
    left: inherit;
  }

  /* line 160, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_grid.scss */
  .small-pull-9 {
    right: inherit;
  }

  /* line 159, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_grid.scss */
  .small-push-10 {
    left: inherit;
  }

  /* line 160, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_grid.scss */
  .small-pull-10 {
    right: inherit;
  }

  /* line 164, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_grid.scss */
  .column.large-centered,
  .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
}
/* line 106, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_type.scss */
p.lead {
  font-size: 1.35em;
  line-height: 1.6;
}

/* line 111, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_type.scss */
.subheader {
  line-height: 1.4;
  color: #919191;
  font-weight: 300;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
}

/* Typography resets */
/* line 139, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/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 146, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_type.scss */
a {
  color: #607890;
  text-decoration: none;
  line-height: inherit;
}
/* line 152, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_type.scss */
a:hover, a:focus {
  color: white;
}
/* line 154, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_type.scss */
a img {
  border: none;
}

/* Default paragraph styles */
/* line 158, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_type.scss */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1.1em;
  line-height: 1.6;
  margin-bottom: 1.42857em;
  text-rendering: optimizeLegibility;
}
/* line 168, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_type.scss */
p aside {
  font-size: 1em;
  line-height: 1.35;
  font-style: italic;
}

/* Default header styles */
/* line 176, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_type.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-style: normal;
  color: #444444;
  text-rendering: optimizeLegibility;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
  line-height: 1.18571em;
}
/* line 186, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_type.scss */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 60%;
  color: #919191;
  line-height: 0;
}

/* line 193, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_type.scss */
h1 {
  font-size: 2.71429em;
}

/* line 194, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_type.scss */
h2 {
  font-size: 1.0em;
}

/* line 195, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_type.scss */
h3 {
  font-size: 1.07143em;
}

/* line 196, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_type.scss */
h4 {
  font-size: 0.92857em;
}

/* line 197, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_type.scss */
h5 {
  font-size: 1.14286em;
}

/* line 198, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_type.scss */
h6 {
  font-size: 1em;
}

/* line 202, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_type.scss */
hr {
  border: solid #dddddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.42857em 0 1.35714em;
  height: 0;
}

/* Helpful Typography Defaults */
/* line 212, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_type.scss */
em,
i {
  font-style: italic;
  line-height: inherit;
}

/* line 218, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_type.scss */
strong,
b {
  font-weight: bold;
  line-height: inherit;
}

/* line 223, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_type.scss */
small {
  font-size: 60%;
  line-height: inherit;
}

/* line 228, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_type.scss */
code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #444444;
}

/* Lists */
/* line 237, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_type.scss */
ul,
ol,
dl {
  font-size: 1.1em;
  line-height: 1.6;
  margin-bottom: 1.42857em;
  list-style-position: inside;
  font-family: inherit;
}

/* Unordered Lists */
/* line 249, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_type.scss */
ul li ul,
ul li ol {
  margin-left: 1.42857em;
  margin-bottom: 0;
  font-size: 1em;
  /* Override nested font-size change */
}
/* line 258, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_type.scss */
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}
/* line 261, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_type.scss */
ul.square {
  list-style-type: square;
}
/* line 262, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_type.scss */
ul.circle {
  list-style-type: circle;
}
/* line 263, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_type.scss */
ul.disc {
  list-style-type: disc;
}
/* line 264, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_type.scss */
ul.no-bullet {
  list-style: none;
}

/* Ordered Lists */
/* line 271, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_type.scss */
ol li ul,
ol li ol {
  margin-left: 1.42857em;
  margin-bottom: 0;
}

/* Definition Lists */
/* line 280, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_type.scss */
dl dt {
  margin-bottom: 0.3em;
  font-weight: bold;
}
/* line 284, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_type.scss */
dl dd {
  margin-bottom: 0.85714em;
}

/* Abbreviations */
/* line 289, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_type.scss */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #444444;
  border-bottom: 1px dotted #dddddd;
  cursor: help;
}

/* line 296, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_type.scss */
abbr {
  text-transform: none;
}

/* Blockquotes */
/* line 301, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_type.scss */
blockquote {
  margin: 0 0 1.42857em;
  padding: 0.64286em 1.42857em 0 1.35714em;
  border-left: 1px solid #dddddd;
}
/* line 306, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_type.scss */
blockquote cite {
  display: block;
  font-size: 0.92857em;
  color: #777777;
}
/* line 310, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_type.scss */
blockquote cite:before {
  content: "\2014 \0020";
}
/* line 315, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_type.scss */
blockquote cite a,
blockquote cite a:visited {
  color: #777777;
}

/* line 321, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_type.scss */
blockquote,
blockquote p {
  line-height: 1.6;
  color: #919191;
}

/* Microformats */
/* line 327, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_type.scss */
.vcard {
  display: inline-block;
  margin: 0 0 1.42857em 0;
  border: 1px solid #dddddd;
  padding: 0.71429em 0.85714em;
}
/* line 333, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_type.scss */
.vcard li {
  margin: 0;
  display: block;
}
/* line 337, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_type.scss */
.vcard .fn {
  font-weight: bold;
  font-size: 1.07143em;
}

/* line 344, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_type.scss */
.vevent .summary {
  font-weight: bold;
}
/* line 346, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_type.scss */
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.07143em;
}

@media only screen and (min-width: 48em) {
  /* line 357, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_type.scss */
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }

  /* line 358, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_type.scss */
  h1 {
    font-size: 3.42857em;
  }

  /* line 359, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_type.scss */
  h2 {
    font-size: 1.71429em;
  }

  /* line 360, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_type.scss */
  h3 {
    font-size: 1.42857em;
  }

  /* line 361, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_type.scss */
  h4 {
    font-size: 1.28571em;
  }
}
/*
 * 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 372, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_type.scss */
.print-only {
  display: none !important;
}

@media print {
  /* line 374, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_type.scss */
  * {
    background: transparent !important;
    color: black !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 382, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_type.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 383, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_type.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 385, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_type.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 390, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_type.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 393, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_type.scss */
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }

  /* line 398, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_type.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  /* line 401, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_type.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 403, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_type.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  /* line 409, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_type.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 415, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_type.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 417, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_type.scss */
  .hide-on-print {
    display: none !important;
  }

  /* line 418, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_type.scss */
  .print-only {
    display: block !important;
  }

  /* line 419, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_type.scss */
  .hide-for-print {
    display: none !important;
  }

  /* line 420, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_type.scss */
  .show-for-print {
    display: inherit !important;
  }
}
/* line 161, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_buttons.scss */
button, .button {
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: inherit;
  font-weight: normal;
  line-height: 1;
  margin: 0 0 0.28571em;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 0.85714em;
  padding-right: 1.71429em;
  padding-bottom: 0.92857em;
  padding-left: 1.71429em;
  font-size: 1.14286em;
  background-color: #607890;
  border-color: #4c5e71;
  color: white;
}
/* line 114, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_buttons.scss */
button:hover, button:focus, .button:hover, .button:focus {
  background-color: #4c5e71;
}
/* line 125, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_buttons.scss */
button:hover, button:focus, .button:hover, .button:focus {
  color: white;
}
/* line 166, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_buttons.scss */
button.secondary, .button.secondary {
  background-color: #e9e9e9;
  border-color: #d0d0d0;
  color: #333333;
}
/* line 114, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_buttons.scss */
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background-color: #d0d0d0;
}
/* line 120, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_buttons.scss */
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  color: #333333;
}
/* line 167, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_buttons.scss */
button.success, .button.success {
  background-color: #5da423;
  border-color: #457a1a;
  color: white;
}
/* line 114, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_buttons.scss */
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: #457a1a;
}
/* line 125, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_buttons.scss */
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  color: white;
}
/* line 168, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_buttons.scss */
button.alert, .button.alert {
  background-color: #c60f13;
  border-color: #970b0e;
  color: white;
}
/* line 114, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_buttons.scss */
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background-color: #970b0e;
}
/* line 125, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_buttons.scss */
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  color: white;
}
/* line 170, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_buttons.scss */
button.large, .button.large {
  padding-top: 1.14286em;
  padding-right: 2.28571em;
  padding-bottom: 1.21429em;
  padding-left: 2.28571em;
  font-size: 1.42857em;
}
/* line 171, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_buttons.scss */
button.small, .button.small {
  padding-top: 0.64286em;
  padding-right: 1.28571em;
  padding-bottom: 0.71429em;
  padding-left: 1.28571em;
  font-size: 0.92857em;
}
/* line 172, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_buttons.scss */
button.tiny, .button.tiny {
  padding-top: 0.5em;
  padding-right: 1em;
  padding-bottom: 0.57143em;
  padding-left: 1em;
  font-size: 0.78571em;
}
/* line 173, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_buttons.scss */
button.expand, .button.expand {
  padding-top: false;
  padding-right: 0px;
  padding-bottom: false0.07143em;
  padding-left: 0px;
  width: 100%;
}
/* line 175, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_buttons.scss */
button.left-align, .button.left-align {
  text-align: left;
  text-indent: 0.85714em;
}
/* line 176, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_buttons.scss */
button.right-align, .button.right-align {
  text-align: right;
  padding-right: 0.85714em;
}
/* line 178, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_buttons.scss */
button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #607890;
  border-color: #4c5e71;
  color: white;
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 114, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_buttons.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #4c5e71;
}
/* line 125, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_buttons.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  color: white;
}
/* line 136, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_buttons.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #607890;
}
/* line 179, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_buttons.scss */
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
  background-color: #e9e9e9;
  border-color: #d0d0d0;
  color: #333333;
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 114, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_buttons.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #d0d0d0;
}
/* line 120, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_buttons.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  color: #333333;
}
/* line 136, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_buttons.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #e9e9e9;
}
/* line 180, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_buttons.scss */
button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
  background-color: #5da423;
  border-color: #457a1a;
  color: white;
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 114, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_buttons.scss */
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #457a1a;
}
/* line 125, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_buttons.scss */
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  color: white;
}
/* line 136, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_buttons.scss */
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #5da423;
}
/* line 181, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_buttons.scss */
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
  background-color: #c60f13;
  border-color: #970b0e;
  color: white;
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 114, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_buttons.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #970b0e;
}
/* line 125, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_buttons.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  color: white;
}
/* line 136, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_buttons.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #c60f13;
}

/* line 187, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_buttons.scss */
input.button,
button.button {
  padding-top: 0.92857em;
  padding-bottom: 0.85714em;
}
/* line 189, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_buttons.scss */
input.button.tiny,
button.button.tiny {
  padding-top: 0.57143em;
  padding-bottom: 0.5em;
}
/* line 190, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_buttons.scss */
input.button.small,
button.button.small {
  padding-top: 0.71429em;
  padding-bottom: 0.64286em;
}
/* line 191, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_buttons.scss */
input.button.large,
button.button.large {
  padding-top: 1.17857em;
  padding-bottom: 1.17857em;
}

@media only screen {
  /* line 197, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_buttons.scss */
  .button {
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
  }
  /* line 141, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/_foundation-global.scss */
  .button:active {
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
  }
  /* line 205, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_buttons.scss */
  .button.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  /* line 206, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_buttons.scss */
  .button.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
  }
}
@media only screen and (min-width: 48em) {
  /* line 213, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_buttons.scss */
  .button {
    display: inline-block;
  }
}
/* Standard Forms */
/* line 247, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_forms.scss */
form {
  margin: 0 0 1.14286em;
}

/* Using forms within rows, we need to set some defaults */
/* line 62, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_forms.scss */
form .row .row {
  margin: -0.57143em;
}
/* line 65, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_forms.scss */
form .row .row .column,
form .row .row .columns {
  padding: 0 0.57143em;
}
/* line 68, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_forms.scss */
form .row .row.collapse {
  margin: 0;
}
/* line 71, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_forms.scss */
form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}
/* line 76, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_forms.scss */
form .row input.column,
form .row input.columns {
  padding-left: 0.57143em;
}

/* Label Styles */
/* line 253, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_forms.scss */
label {
  font-size: 1em;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: 500;
  margin-bottom: 0.21429em;
}
/* line 254, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_forms.scss */
label.right {
  float: none;
  text-align: right;
}
/* line 255, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_forms.scss */
label.inline {
  margin: 0 0 1.14286em 0;
  padding: 0.71429em 0;
}

/* Attach elements to the beginning or end of an input */
/* line 260, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_forms.scss */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 1em;
  height: 2.64286em;
  line-height: 2.64286em;
}

/* Adjust padding, alignment and radius if pre/post element is a button */
/* line 263, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_forms.scss */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.42857em;
}

/* line 264, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_forms.scss */
.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.42857em;
}

/* line 265, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_forms.scss */
.prefix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 266, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_forms.scss */
.postfix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 267, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_forms.scss */
.prefix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

/* line 268, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_forms.scss */
.postfix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}

/* Separate prefix and postfix styles when on span so buttons keep their own */
/* line 271, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_forms.scss */
span.prefix {
  background: #f2f2f2;
  border-color: #d9d9d9;
  border-right: none;
  color: #333333;
}
/* line 272, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_forms.scss */
span.prefix.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 274, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_forms.scss */
span.postfix {
  background: #f2f2f2;
  border-color: #cccccc;
  border-left: none;
  color: #333333;
}
/* line 275, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_forms.scss */
span.postfix.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* Input groups will automatically style first and last elements of the group */
/* line 281, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_forms.scss */
.input-group.radius > *:first-child, .input-group.radius > *:first-child * {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 284, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_forms.scss */
.input-group.radius > *:last-child, .input-group.radius > *:last-child * {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* line 289, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_forms.scss */
.input-group.round > *:first-child, .input-group.round > *:first-child * {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
/* line 292, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_forms.scss */
.input-group.round > *:last-child, .input-group.round > *:last-child * {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}

/* We use this to get basic styling on all basic form elements */
/* line 312, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_forms.scss */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  background-color: white;
  font-family: inherit;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 1em;
  margin: 0 0 1.14286em 0;
  padding: 0.57143em;
  height: 2.64286em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
/* line 96, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_forms.scss */
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  background: #fafafa;
  border-color: #999999;
  outline: none;
}
/* line 103, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_forms.scss */
input[type="text"][disabled],
input[type="password"][disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="month"][disabled],
input[type="week"][disabled],
input[type="email"][disabled],
input[type="number"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
textarea[disabled] {
  background-color: #dddddd;
}

/* We add basic fieldset styling */
/* line 318, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_forms.scss */
fieldset {
  border: solid 1px #dddddd;
  padding: 1.42857em;
  margin: 1.28571em 0;
}
/* line 204, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_forms.scss */
fieldset legend {
  font-weight: bold;
  background: white;
  padding: 0 0.21429em;
  margin: 0;
  margin-left: -0.21429em;
}

/* Error Handling */
/* line 326, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_forms.scss */
.error input,
input.error,
.error textarea,
textarea.error {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1);
}
/* line 219, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_forms.scss */
.error input:focus,
input.error:focus,
.error textarea:focus,
textarea.error:focus {
  background: #fafafa;
  border-color: #999999;
}

/* line 331, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_forms.scss */
.error label,
label.error {
  color: #c60f13;
}

/* line 334, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_forms.scss */
.error small,
small.error {
  display: block;
  padding: 0.42857em 0.28571em;
  margin-top: -1.5em;
  margin-bottom: 1.14286em;
  font-size: 0.85714em;
  font-weight: bold;
  background: #c60f13;
  color: white;
}

/* Wrapped around .top-bar to contain to grid width */
/* line 48, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_top-bar.scss */
.contain-to-grid {
  width: 100%;
  background: #111111;
}

/* line 54, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_top-bar.scss */
.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99;
}

/* line 62, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_top-bar.scss */
.top-bar {
  overflow: hidden;
  height: 34px;
  line-height: 34px;
  position: relative;
  background: #111111;
  margin-bottom: 2.14286em;
}
/* line 71, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_top-bar.scss */
.top-bar ul {
  margin-bottom: 0;
  list-style: none;
}
/* line 76, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_top-bar.scss */
.top-bar .row {
  max-width: none;
}
/* line 79, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_top-bar.scss */
.top-bar form,
.top-bar input {
  margin-bottom: 0;
}
/* line 81, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_top-bar.scss */
.top-bar input {
  height: 2.45em;
}
/* line 83, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_top-bar.scss */
.top-bar .button {
  padding-top: .5em;
  padding-bottom: .5em;
  margin-bottom: 0;
}
/* line 86, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_top-bar.scss */
.top-bar .title-area {
  position: relative;
}
/* line 88, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_top-bar.scss */
.top-bar .name {
  height: 34px;
  margin: 0;
  font-size: 14px;
}
/* line 93, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_top-bar.scss */
.top-bar .name h1 {
  line-height: 34px;
  font-size: 1.21429em;
  margin: 0;
}
/* line 97, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_top-bar.scss */
.top-bar .name h1 a {
  font-weight: bold;
  color: white;
  width: 50%;
  display: block;
  padding: 0 11.33333px;
}
/* line 108, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar {
  position: absolute;
  right: 0;
  top: 0;
}
/* line 113, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar a {
  color: white;
  text-transform: uppercase;
  font-size: 0.92857em;
  font-weight: bold;
  position: relative;
  display: block;
  padding: 0 11.33333px;
  height: 34px;
  line-height: 34px;
}
/* line 126, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar.menu-icon {
  right: 11.33333px;
  top: 50%;
  margin-top: -16px;
  padding-left: 40px;
}
/* line 132, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/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: white;
}
/* line 140, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/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 white, 0 16px 0 1px white, 0 22px 0 1px white;
  box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white;
}
/* line 160, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_top-bar.scss */
.top-bar.expanded {
  height: auto;
  background: transparent;
}
/* line 164, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_top-bar.scss */
.top-bar.expanded .title-area {
  background: #111111;
}
/* line 167, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_top-bar.scss */
.top-bar.expanded .toggle-topbar a {
  color: #888888;
}
/* line 168, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_top-bar.scss */
.top-bar.expanded .toggle-topbar a span {
  -webkit-box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888;
  box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888;
}

/* line 185, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/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 191, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_top-bar.scss */
.top-bar-section ul {
  width: 100%;
  height: auto;
  display: block;
  background: #444444;
  font-size: 14px;
  margin: 0;
}
/* line 200, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_top-bar.scss */
.top-bar-section .divider {
  border-bottom: solid 1px #5e5e5e;
  border-top: solid 1px #2b2b2b;
  clear: both;
  height: 1px;
  width: 100%;
}
/* line 209, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a {
  display: block;
  width: 100%;
  color: white;
  padding: 12px 0 12px 0;
  padding-left: 11.33333px;
  font-size: 1.14286em;
  font-weight: normal;
  background: #444444;
}
/* line 219, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a:hover {
  background: #3c3c3c;
}
/* line 222, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button {
  background: #607890;
  font-size: 1.14286em;
}
/* line 225, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button:hover {
  background: #4c5e71;
}
/* line 229, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.secondary {
  background: #e9e9e9;
}
/* line 231, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.secondary:hover {
  background: #d0d0d0;
}
/* line 235, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.success {
  background: #5da423;
}
/* line 237, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.success:hover {
  background: #457a1a;
}
/* line 241, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.alert {
  background: #c60f13;
}
/* line 243, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.alert:hover {
  background: #970b0e;
}
/* line 251, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li.active a {
  background: #3c3c3c;
}
/* line 255, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-form {
  padding: 11.33333px;
}
/* line 258, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown {
  position: relative;
}
/* line 262, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown > a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.5);
  margin-right: 11.33333px;
  margin-top: -4.5px;
  position: absolute;
  top: 50%;
  right: 0;
}
/* line 272, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown.moved {
  position: static;
}
/* line 273, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown.moved > .dropdown {
  visibility: visible;
}
/* line 280, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown {
  position: absolute;
  left: 100%;
  top: 0;
  visibility: hidden;
  z-index: 99;
}
/* line 287, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li {
  width: 100%;
}
/* line 288, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li a {
  font-weight: normal;
  padding: 8px 11.33333px;
}
/* line 293, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.title h5 {
  margin-bottom: 0;
}
/* line 294, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.title h5 a {
  color: white;
  line-height: 17px;
  display: block;
}
/* line 302, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown label {
  padding: 8px 11.33333px 2px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #555555;
  font-weight: bold;
  font-size: 0.71429em;
}

/* line 314, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_top-bar.scss */
.top-bar-js-breakpoint {
  width: 62.85714em !important;
  visibility: hidden;
}

/* line 318, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_top-bar.scss */
.js-generated {
  display: block;
}

@media only screen and (min-width: 62.85714em) {
  /* line 323, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_top-bar.scss */
  .top-bar {
    background: #111111;
    *zoom: 1;
    overflow: visible;
  }
  /* line 184, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/_foundation-global.scss */
  .top-bar:before, .top-bar:after {
    content: " ";
    display: table;
  }
  /* line 185, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/_foundation-global.scss */
  .top-bar:after {
    clear: both;
  }
  /* line 324, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_top-bar.scss */
  .top-bar .toggle-topbar {
    display: none;
  }
  /* line 326, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_top-bar.scss */
  .top-bar .title-area {
    float: left;
  }
  /* line 327, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_top-bar.scss */
  .top-bar .name h1 a {
    width: auto;
  }
  /* line 330, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_top-bar.scss */
  .top-bar input,
  .top-bar .button {
    line-height: 2em;
    font-size: 1em;
    height: 2em;
    padding: 0 10px;
    position: relative;
    top: 8px;
  }
  /* line 339, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_top-bar.scss */
  .top-bar.expanded {
    background: #111111;
  }

  /* line 342, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_top-bar.scss */
  .contain-to-grid .top-bar {
    max-width: 86em;
    margin: 0 auto;
  }

  /* line 344, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/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 348, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul {
    width: auto;
    height: auto !important;
    display: inline;
  }
  /* line 353, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul li {
    float: left;
  }
  /* line 355, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul li .js-generated {
    display: none;
  }
  /* line 360, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_top-bar.scss */
  .top-bar-section li a:not(.button) {
    padding: 0 11.33333px;
    line-height: 34px;
    background: #111111;
  }
  /* line 364, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_top-bar.scss */
  .top-bar-section li a:not(.button):hover {
    background: black;
  }
  /* line 369, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown > a {
    padding-right: 35px !important;
  }
  /* line 372, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown > a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: rgba(255, 255, 255, 0.5) transparent transparent transparent;
    margin-top: -2.5px;
  }
  /* line 378, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.moved {
    position: relative;
  }
  /* line 379, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.moved > .dropdown {
    visibility: hidden;
  }
  /* line 384, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown:hover > .dropdown, .top-bar-section .has-dropdown:active > .dropdown {
    visibility: visible;
  }
  /* line 391, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    border: none;
    content: "\00bb";
    margin-top: -7px;
    right: 5px;
  }
  /* line 402, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown {
    left: 0;
    top: auto;
    background: transparent;
    min-width: 100%;
  }
  /* line 409, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li a {
    color: white;
    line-height: 1;
    white-space: nowrap;
    padding: 7px 11.33333px;
    background: #1e1e1e;
  }
  /* line 417, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li label {
    white-space: nowrap;
    background: #1e1e1e;
  }
  /* line 423, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li .dropdown {
    left: 100%;
    top: 0;
  }
  /* line 430, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_top-bar.scss */
  .top-bar-section > ul > .divider {
    border-bottom: none;
    border-top: none;
    border-right: solid 1px #2b2b2b;
    border-left: solid 1px black;
    clear: none;
    height: 34px;
    width: 0px;
  }
  /* line 440, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-form {
    background: #111111;
    padding: 0 11.33333px;
    height: 34px;
  }
  /* line 448, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul.right li .dropdown {
    left: auto;
    right: 0;
  }
  /* line 452, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul.right li .dropdown li .dropdown {
    right: 100%;
  }
}
/* Tables */
/* line 78, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_tables.scss */
table {
  background: white;
  margin-bottom: 1.42857em;
  border: none 1px #dddddd;
}
/* line 41, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_tables.scss */
table thead,
table tfoot {
  background: whitesmoke;
  font-weight: bold;
}
/* line 47, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_tables.scss */
table thead tr th,
table thead tr td,
table tfoot tr th,
table tfoot tr td {
  padding: 0.57143em 0.71429em 0.71429em;
  font-size: 1em;
  color: #222222;
  text-align: left;
}
/* line 58, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_tables.scss */
table tr th,
table tr td {
  padding: 0.64286em 0.71429em;
  font-size: 1em;
  color: #444444;
}
/* line 66, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/scss/foundation/components/_tables.scss */
table tr.even, table tr.alt, table tr:nth-of-type(even) {
  background: white;
}
/* line 73, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.0.9/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.6;
}

/* line 47, ../sass/app.scss */
::-moz-selection {
  background: #607890;
  color: #fff;
  text-shadow: none;
}

/* line 48, ../sass/app.scss */
::selection {
  background: #607890;
  color: #fff;
  text-shadow: none;
}

/* line 50, ../sass/app.scss */
.content {
  margin-top: 2.14286em;
}
/* line 53, ../sass/app.scss */
.content p {
  text-align: justify;
}

/* line 59, ../sass/app.scss */
footer a, .content p a, .content ul a, .content li a, label[for=ContactForm_verifyCode] a, .content a {
  border-bottom: 1px solid #607890;
}
/* line 63, ../sass/app.scss */
footer a:hover, footer a:active, footer a:focus, .content p a:hover, .content p a:active, .content p a:focus, .content ul a:hover, .content ul a:active, .content ul a:focus, .content li a:hover, .content li a:active, .content li a:focus, label[for=ContactForm_verifyCode] a:hover, label[for=ContactForm_verifyCode] a:active, label[for=ContactForm_verifyCode] a:focus, .content a:hover, .content a:active, .content a:focus {
  background: #444;
  border-bottom: 1px solid transparent;
}

/* centered menu */
@media only screen and (min-width: 62.85714em) {
  /* line 71, ../sass/app.scss */
  .specs {
    margin-top: 10%;
  }

  /* line 75, ../sass/app.scss */
  .nav-column {
    margin-top: 1.78571em;
    text-align: center;
  }
  /* line 79, ../sass/app.scss */
  .nav-column .top-bar {
    display: inline-block;
    background: #fff;
  }

  /* line 86, ../sass/app.scss */
  .top-bar-section ul li {
    margin: 0 0.71429em;
  }
  /* line 90, ../sass/app.scss */
  .top-bar-section ul li > a {
    text-transform: uppercase;
  }
  /* line 94, ../sass/app.scss */
  .top-bar-section ul li.active a {
    background: #c40000;
    color: #fff;
  }
  /* line 99, ../sass/app.scss */
  .top-bar-section li a:not(.button) {
    color: #607890;
    background: #fff;
  }
  /* line 104, ../sass/app.scss */
  .top-bar-section li a:not(.button):hover, .top-bar-section li a:not(.button):active, .top-bar-section li a:not(.button):focus {
    color: #fff;
    background: #444;
  }
}
/* line 111, ../sass/app.scss */
.top-bar .toggle-topbar.menu-icon a {
  text-indent: -70px;
}

/* line 115, ../sass/app.scss */
h1 a, h1 a:hover, h1 a:active, h1 a:focus {
  color: inherit;
}

/* line 119, ../sass/app.scss */
.errata {
  font-size: 90%;
}
/* line 122, ../sass/app.scss */
.errata th {
  text-align: left;
}
/* line 126, ../sass/app.scss */
.errata ins {
  background: #ccffcc;
  text-decoration: none;
}
/* line 131, ../sass/app.scss */
.errata del {
  background: #ffe6cc;
  text-decoration: none;
}

/* line 138, ../sass/app.scss */
.toc dt {
  font-size: 12pt;
  margin-bottom: .5em;
  font-weight: bold;
}
/* line 144, ../sass/app.scss */
.toc dd {
  margin-bottom: 1.5em;
  margin-left: 2em;
}
/* line 149, ../sass/app.scss */
.toc ul {
  margin-top: 1em;
}

/* line 154, ../sass/app.scss */
footer {
  overflow: hidden;
  border-top: 2px solid #cfcfcf;
  line-height: 1.6;
  padding: 20px 0;
  font-size: 10pt;
}
/* line 162, ../sass/app.scss */
footer .language {
  text-align: right;
}

/* line 167, ../sass/app.scss */
.offer-index {
  padding-left: 10px;
  border-left: 1px solid #d06666;
}

/* line 172, ../sass/app.scss */
.buy-button {
  float: left;
  margin: 20px 0 30px 30px;
  text-align: center;
}
/* line 177, ../sass/app.scss */
.buy-button .button {
  display: block;
  font-size: 20pt;
  padding: 10px 20px;
  background: #36c200;
  color: #fff;
  border: none;
  border-radius: 5px;
  border-top: 1px solid #b8ff36;
  border-left: 1px solid #b8ff36;
  -moz-box-shadow: 3px 4px 6px #0c6308;
  -webkit-box-shadow: 3px 4px 6px #0c6308;
  box-shadow: 3px 4px 6px #0c6308;
  text-shadow: 0 1px 2px #0c6308;
}
/* line 196, ../sass/app.scss */
.buy-button .button:hover {
  background: #3fd704;
}
/* line 199, ../sass/app.scss */
.buy-button span {
  font-size: 9pt;
  color: #666;
}

/* line 205, ../sass/app.scss */
textarea {
  resize: none;
  height: inherit !important;
}

/* line 210, ../sass/app.scss */
.errorMessage {
  display: block;
  padding: 0.375em 0.25em;
  margin-top: -1.4125em;
  margin-bottom: 1em;
  font-size: 0.75em;
  font-weight: bold;
  background: #c60f13;
  color: #fff;
}

/* line 221, ../sass/app.scss */
label[for=ContactForm_verifyCode] img {
  vertical-align: middle;
}

/* line 225, ../sass/app.scss */
.form {
  padding: 0 1em;
}
