@charset "UTF-8";
/* line 4, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_global.scss */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 9, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_global.scss */
html,
body {
  font-size: 100%;
}

/* line 12, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_global.scss */
body {
  background: white;
  color: black;
  padding: 0;
  margin: 0;
  font-family: Arial;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
}

/* line 25, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_global.scss */
a:focus {
  outline: none;
}

/* line 30, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_global.scss */
img,
object,
embed {
  max-width: 100%;
  height: auto;
}

/* line 33, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_global.scss */
object,
embed {
  height: 100%;
}

/* line 34, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_global.scss */
img {
  -ms-interpolation-mode: bicubic;
}

/* line 40, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/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, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_global.scss */
.left {
  float: left !important;
}

/* line 46, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_global.scss */
.right {
  float: right !important;
}

/* line 47, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_global.scss */
.text-left {
  text-align: left !important;
}

/* line 48, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_global.scss */
.text-right {
  text-align: right !important;
}

/* line 49, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_global.scss */
.text-center {
  text-align: center !important;
}

/* line 50, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_global.scss */
.text-justify {
  text-align: justify !important;
}

/* line 51, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_global.scss */
.hide {
  display: none;
}

/* line 57, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_global.scss */
.antialiased {
  -webkit-font-smoothing: antialiased;
}

/* line 60, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_global.scss */
img {
  display: inline-block;
}

/* line 67, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_global.scss */
textarea {
  height: auto;
  min-height: 50px;
}

/* line 70, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_global.scss */
select {
  width: 100%;
}

/* Grid HTML Classes */
/* line 106, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_grid.scss */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 83.33333em;
  *zoom: 1;
}
/* line 184, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/_foundation-global.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 185, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/_foundation-global.scss */
.row:after {
  clear: both;
}
/* line 110, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_grid.scss */
.row .column,
.row .columns {
  position: relative;
  padding-left: 1.25em;
  padding-right: 1.25em;
  width: 100%;
  float: left;
}
/* line 114, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_grid.scss */
.row.collapse .column,
.row.collapse .columns {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  float: left;
}
/* line 117, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_grid.scss */
.row .row {
  width: auto;
  margin-left: -1.25em;
  margin-right: -1.25em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1;
}
/* line 184, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/_foundation-global.scss */
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
/* line 185, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/_foundation-global.scss */
.row .row:after {
  clear: both;
}
/* line 118, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_grid.scss */
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
  *zoom: 1;
}
/* line 184, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/_foundation-global.scss */
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
/* line 185, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/_foundation-global.scss */
.row .row.collapse:after {
  clear: both;
}

@media only screen {
  /* line 125, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_grid.scss */
  .row .column,
  .row .columns {
    position: relative;
    padding-left: 1.25em;
    padding-right: 1.25em;
    float: left;
  }

  /* line 128, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_grid.scss */
  .row .small-1 {
    position: relative;
    width: 8.33333%;
  }

  /* line 128, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_grid.scss */
  .row .small-2 {
    position: relative;
    width: 16.66667%;
  }

  /* line 128, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_grid.scss */
  .row .small-3 {
    position: relative;
    width: 25%;
  }

  /* line 128, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_grid.scss */
  .row .small-4 {
    position: relative;
    width: 33.33333%;
  }

  /* line 128, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_grid.scss */
  .row .small-5 {
    position: relative;
    width: 41.66667%;
  }

  /* line 128, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_grid.scss */
  .row .small-6 {
    position: relative;
    width: 50%;
  }

  /* line 128, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_grid.scss */
  .row .small-7 {
    position: relative;
    width: 58.33333%;
  }

  /* line 128, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_grid.scss */
  .row .small-8 {
    position: relative;
    width: 66.66667%;
  }

  /* line 128, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_grid.scss */
  .row .small-9 {
    position: relative;
    width: 75%;
  }

  /* line 128, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_grid.scss */
  .row .small-10 {
    position: relative;
    width: 83.33333%;
  }

  /* line 128, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_grid.scss */
  .row .small-11 {
    position: relative;
    width: 91.66667%;
  }

  /* line 128, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_grid.scss */
  .row .small-12 {
    position: relative;
    width: 100%;
  }

  /* line 132, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_grid.scss */
  .row .small-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  /* line 132, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_grid.scss */
  .row .small-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  /* line 132, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_grid.scss */
  .row .small-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  /* line 132, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_grid.scss */
  .row .small-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  /* line 132, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_grid.scss */
  .row .small-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  /* line 132, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_grid.scss */
  .row .small-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  /* line 132, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_grid.scss */
  .row .small-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  /* line 132, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_grid.scss */
  .row .small-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  /* line 132, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_grid.scss */
  .row .small-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  /* line 132, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_grid.scss */
  .row .small-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

  /* line 135, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_grid.scss */
  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }

  /* line 136, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_grid.scss */
  [class*="column"] + [class*="column"].end {
    float: left;
  }

  /* line 139, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/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 print, screen and (min-width: 48em) {
  /* line 146, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_grid.scss */
  .row .large-1 {
    position: relative;
    width: 8.33333%;
  }

  /* line 146, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_grid.scss */
  .row .large-2 {
    position: relative;
    width: 16.66667%;
  }

  /* line 146, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_grid.scss */
  .row .large-3 {
    position: relative;
    width: 25%;
  }

  /* line 146, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_grid.scss */
  .row .large-4 {
    position: relative;
    width: 33.33333%;
  }

  /* line 146, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_grid.scss */
  .row .large-5 {
    position: relative;
    width: 41.66667%;
  }

  /* line 146, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_grid.scss */
  .row .large-6 {
    position: relative;
    width: 50%;
  }

  /* line 146, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_grid.scss */
  .row .large-7 {
    position: relative;
    width: 58.33333%;
  }

  /* line 146, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_grid.scss */
  .row .large-8 {
    position: relative;
    width: 66.66667%;
  }

  /* line 146, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_grid.scss */
  .row .large-9 {
    position: relative;
    width: 75%;
  }

  /* line 146, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_grid.scss */
  .row .large-10 {
    position: relative;
    width: 83.33333%;
  }

  /* line 146, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_grid.scss */
  .row .large-11 {
    position: relative;
    width: 91.66667%;
  }

  /* line 146, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_grid.scss */
  .row .large-12 {
    position: relative;
    width: 100%;
  }

  /* line 150, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_grid.scss */
  .row .large-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  /* line 150, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_grid.scss */
  .row .large-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  /* line 150, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_grid.scss */
  .row .large-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  /* line 150, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_grid.scss */
  .row .large-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  /* line 150, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_grid.scss */
  .row .large-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  /* line 150, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_grid.scss */
  .row .large-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  /* line 150, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_grid.scss */
  .row .large-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  /* line 150, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_grid.scss */
  .row .large-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  /* line 150, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_grid.scss */
  .row .large-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  /* line 150, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_grid.scss */
  .row .large-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

  /* line 154, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_grid.scss */
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 155, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_grid.scss */
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 154, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_grid.scss */
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 155, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_grid.scss */
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 154, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_grid.scss */
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 155, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_grid.scss */
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 154, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_grid.scss */
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 155, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_grid.scss */
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 154, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_grid.scss */
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 155, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_grid.scss */
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 154, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_grid.scss */
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 155, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_grid.scss */
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 154, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_grid.scss */
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 155, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_grid.scss */
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 154, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_grid.scss */
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 155, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_grid.scss */
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 154, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_grid.scss */
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 155, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_grid.scss */
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 159, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_grid.scss */
  .small-push-2 {
    left: inherit;
  }

  /* line 160, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_grid.scss */
  .small-pull-2 {
    right: inherit;
  }

  /* line 159, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_grid.scss */
  .small-push-3 {
    left: inherit;
  }

  /* line 160, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_grid.scss */
  .small-pull-3 {
    right: inherit;
  }

  /* line 159, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_grid.scss */
  .small-push-4 {
    left: inherit;
  }

  /* line 160, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_grid.scss */
  .small-pull-4 {
    right: inherit;
  }

  /* line 159, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_grid.scss */
  .small-push-5 {
    left: inherit;
  }

  /* line 160, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_grid.scss */
  .small-pull-5 {
    right: inherit;
  }

  /* line 159, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_grid.scss */
  .small-push-6 {
    left: inherit;
  }

  /* line 160, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_grid.scss */
  .small-pull-6 {
    right: inherit;
  }

  /* line 159, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_grid.scss */
  .small-push-7 {
    left: inherit;
  }

  /* line 160, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_grid.scss */
  .small-pull-7 {
    right: inherit;
  }

  /* line 159, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_grid.scss */
  .small-push-8 {
    left: inherit;
  }

  /* line 160, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_grid.scss */
  .small-pull-8 {
    right: inherit;
  }

  /* line 159, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_grid.scss */
  .small-push-9 {
    left: inherit;
  }

  /* line 160, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_grid.scss */
  .small-pull-9 {
    right: inherit;
  }

  /* line 159, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_grid.scss */
  .small-push-10 {
    left: inherit;
  }

  /* line 160, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_grid.scss */
  .small-pull-10 {
    right: inherit;
  }

  /* line 164, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_grid.scss */
  .column.large-centered,
  .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
}
/* Foundation Visibility HTML Classes */
/* line 9, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_visibility.scss */
.show-for-small,
.show-for-medium-down,
.show-for-large-down {
  display: inherit !important;
}

/* line 15, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/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 21, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/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, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_visibility.scss */
.hide-for-small,
.hide-for-medium-down,
.hide-for-large-down {
  display: none !important;
}

/* Specific visilbity for tables */
/* line 36, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/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 46, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/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 56, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/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 66, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/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 77, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/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 print, screen and (min-width: 48em) {
  /* line 83, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_visibility.scss */
  .show-for-medium,
  .show-for-medium-up {
    display: inherit !important;
  }

  /* line 85, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_visibility.scss */
  .show-for-small {
    display: none !important;
  }

  /* line 87, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_visibility.scss */
  .hide-for-small {
    display: inherit !important;
  }

  /* line 90, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_visibility.scss */
  .hide-for-medium,
  .hide-for-medium-up {
    display: none !important;
  }

  /* Specific visilbity for tables */
  /* line 96, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_visibility.scss */
  table.show-for-medium, table.show-for-medium-up, table.hide-for-small {
    display: table;
  }

  /* line 101, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/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, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/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, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_visibility.scss */
  tr.show-for-medium, tr.show-for-medium-up, tr.hide-for-small {
    display: table-row !important;
  }

  /* line 117, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/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: 80em) {
  /* line 124, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_visibility.scss */
  .show-for-large,
  .show-for-large-up {
    display: inherit !important;
  }

  /* line 127, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_visibility.scss */
  .show-for-medium,
  .show-for-medium-down {
    display: none !important;
  }

  /* line 130, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_visibility.scss */
  .hide-for-medium,
  .hide-for-medium-down {
    display: inherit !important;
  }

  /* line 133, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_visibility.scss */
  .hide-for-large,
  .hide-for-large-up {
    display: none !important;
  }

  /* Specific visilbity for tables */
  /* line 140, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/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 146, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/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 152, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/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 158, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/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 165, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/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: 90em) {
  /* line 171, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_visibility.scss */
  .show-for-xlarge {
    display: inherit !important;
  }

  /* line 174, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_visibility.scss */
  .show-for-large,
  .show-for-large-down {
    display: none !important;
  }

  /* line 177, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_visibility.scss */
  .hide-for-large,
  .hide-for-large-down {
    display: inherit !important;
  }

  /* line 179, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_visibility.scss */
  .hide-for-xlarge {
    display: none !important;
  }

  /* Specific visilbity for tables */
  /* line 185, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_visibility.scss */
  table.show-for-xlarge, table.hide-for-large, table.hide-for-large-down {
    display: table;
  }

  /* line 190, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/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, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/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, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_visibility.scss */
  tr.show-for-xlarge, tr.hide-for-large, tr.hide-for-large-down {
    display: table-row !important;
  }

  /* line 206, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/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 213, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_visibility.scss */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

/* line 215, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_visibility.scss */
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visilbity for tables */
/* line 220, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_visibility.scss */
table.hide-for-landscape, table.show-for-portrait {
  display: table;
}

/* line 224, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_visibility.scss */
thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}

/* line 228, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_visibility.scss */
tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}

/* line 232, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_visibility.scss */
tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}

/* line 237, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/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 242, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_visibility.scss */
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }

  /* line 244, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_visibility.scss */
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }

  /* Specific visilbity for tables */
  /* line 249, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_visibility.scss */
  table.show-for-landscape, table.hide-for-portrait {
    display: table;
  }

  /* line 253, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_visibility.scss */
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }

  /* line 257, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_visibility.scss */
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }

  /* line 261, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_visibility.scss */
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }

  /* line 266, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/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 272, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_visibility.scss */
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }

  /* line 274, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_visibility.scss */
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }

  /* Specific visilbity for tables */
  /* line 279, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_visibility.scss */
  table.show-for-portrait, table.hide-for-landscape {
    display: table;
  }

  /* line 283, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_visibility.scss */
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }

  /* line 287, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_visibility.scss */
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }

  /* line 291, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_visibility.scss */
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }

  /* line 296, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/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 301, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_visibility.scss */
.show-for-touch {
  display: none !important;
}

/* line 302, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_visibility.scss */
.hide-for-touch {
  display: inherit !important;
}

/* line 303, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_visibility.scss */
.touch .show-for-touch {
  display: inherit !important;
}

/* line 304, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_visibility.scss */
.touch .hide-for-touch {
  display: none !important;
}

/* Specific visilbity for tables */
/* line 307, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_visibility.scss */
table.hide-for-touch {
  display: table;
}

/* line 308, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_visibility.scss */
.touch table.show-for-touch {
  display: table;
}

/* line 309, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_visibility.scss */
thead.hide-for-touch {
  display: table-header-group !important;
}

/* line 310, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_visibility.scss */
.touch thead.show-for-touch {
  display: table-header-group !important;
}

/* line 311, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_visibility.scss */
tbody.hide-for-touch {
  display: table-row-group !important;
}

/* line 312, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_visibility.scss */
.touch tbody.show-for-touch {
  display: table-row-group !important;
}

/* line 313, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_visibility.scss */
tr.hide-for-touch {
  display: table-row !important;
}

/* line 314, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_visibility.scss */
.touch tr.show-for-touch {
  display: table-row !important;
}

/* line 315, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_visibility.scss */
td.hide-for-touch {
  display: table-cell !important;
}

/* line 316, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_visibility.scss */
.touch td.show-for-touch {
  display: table-cell !important;
}

/* line 317, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_visibility.scss */
th.hide-for-touch {
  display: table-cell !important;
}

/* line 318, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/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 48, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_block-grid.scss */
  [class*="block-grid-"] {
    display: block;
    padding: 0;
    margin: 0 -10px;
    *zoom: 1;
  }
  /* line 184, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/_foundation-global.scss */
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table;
  }
  /* line 185, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/_foundation-global.scss */
  [class*="block-grid-"]:after {
    clear: both;
  }
  /* line 26, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_block-grid.scss */
  [class*="block-grid-"] > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 10px 10px;
  }

  /* line 35, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li {
    width: 100%;
    padding: 0 10px 10px;
  }
  /* line 39, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 35, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li {
    width: 50%;
    padding: 0 10px 10px;
  }
  /* line 39, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 35, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 10px 10px;
  }
  /* line 39, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 35, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li {
    width: 25%;
    padding: 0 10px 10px;
  }
  /* line 39, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 35, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li {
    width: 20%;
    padding: 0 10px 10px;
  }
  /* line 39, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 35, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 10px 10px;
  }
  /* line 39, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 35, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 10px 10px;
  }
  /* line 39, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 35, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li {
    width: 12.5%;
    padding: 0 10px 10px;
  }
  /* line 39, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 35, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 10px 10px;
  }
  /* line 39, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 35, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li {
    width: 10%;
    padding: 0 10px 10px;
  }
  /* line 39, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 35, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 10px 10px;
  }
  /* line 39, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 35, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 10px 10px;
  }
  /* line 39, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/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 print, screen and (min-width: 48em) {
  /* line 35, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li {
    width: 100%;
    padding: 0 10px 10px;
  }
  /* line 39, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 35, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li {
    width: 50%;
    padding: 0 10px 10px;
  }
  /* line 39, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 35, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 10px 10px;
  }
  /* line 39, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 35, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li {
    width: 25%;
    padding: 0 10px 10px;
  }
  /* line 39, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 35, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li {
    width: 20%;
    padding: 0 10px 10px;
  }
  /* line 39, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 35, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 10px 10px;
  }
  /* line 39, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 35, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 10px 10px;
  }
  /* line 39, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 35, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li {
    width: 12.5%;
    padding: 0 10px 10px;
  }
  /* line 39, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 35, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 10px 10px;
  }
  /* line 39, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 35, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li {
    width: 10%;
    padding: 0 10px 10px;
  }
  /* line 39, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 35, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 10px 10px;
  }
  /* line 39, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 35, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 10px 10px;
  }
  /* line 39, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }

  /* line 64, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_block-grid.scss */
  [class*="small-block-grid-"] > li {
    clear: none !important;
  }
}
/* line 106, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_type.scss */
p.lead {
  font-size: 1.29167em;
  line-height: 1.6;
}

/* line 111, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_type.scss */
.subheader {
  line-height: 1.4;
  color: #d437b4;
  font-weight: 300;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
}

/* Typography resets */
/* line 139, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/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, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_type.scss */
a {
  color: #ab2070;
  text-decoration: none;
  line-height: inherit;
}
/* line 152, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_type.scss */
a:hover, a:focus {
  color: #961c62;
}
/* line 154, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_type.scss */
a img {
  border: none;
}

/* Default paragraph styles */
/* line 158, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_type.scss */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 1.66667em;
  text-rendering: optimizeLegibility;
}
/* line 168, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_type.scss */
p aside {
  font-size: 1.16667em;
  line-height: 1.35;
  font-style: italic;
}

/* Default header styles */
/* line 176, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_type.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #5e144f;
  text-rendering: optimizeLegibility;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
  line-height: 0.95em;
}
/* line 186, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_type.scss */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 60%;
  color: #d437b4;
  line-height: 0;
}

/* line 193, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_type.scss */
h1 {
  font-size: 1.83333em;
}

/* line 194, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_type.scss */
h2 {
  font-size: 0.66667em;
}

/* line 195, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_type.scss */
h3 {
  font-size: 0.83333em;
}

/* line 196, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_type.scss */
h4 {
  font-size: 0.41667em;
}

/* line 197, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_type.scss */
h5 {
  font-size: 0.83333em;
}

/* line 198, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_type.scss */
h6 {
  font-size: 1em;
}

/* line 202, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_type.scss */
hr {
  border: solid #dddddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.66667em 0 1.58333em;
  height: 0;
}

/* Helpful Typography Defaults */
/* line 212, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_type.scss */
em,
i {
  font-style: italic;
  line-height: inherit;
}

/* line 218, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_type.scss */
strong,
b {
  font-weight: bold;
  line-height: inherit;
}

/* line 223, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_type.scss */
small {
  font-size: 60%;
  line-height: inherit;
}

/* line 228, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_type.scss */
code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: bold;
  color: #7f0a0c;
}

/* Lists */
/* line 237, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_type.scss */
ul,
ol,
dl {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 1.66667em;
  list-style-position: outside;
  font-family: inherit;
}

/* Unordered Lists */
/* line 249, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_type.scss */
ul li ul,
ul li ol {
  margin-left: 1.66667em;
  margin-bottom: 0;
  font-size: 1em;
  /* Override nested font-size change */
}
/* line 258, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_type.scss */
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}
/* line 261, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_type.scss */
ul.square {
  list-style-type: square;
}
/* line 262, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_type.scss */
ul.circle {
  list-style-type: circle;
}
/* line 263, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_type.scss */
ul.disc {
  list-style-type: disc;
}
/* line 264, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_type.scss */
ul.no-bullet {
  list-style: none;
}

/* Ordered Lists */
/* line 271, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_type.scss */
ol li ul,
ol li ol {
  margin-left: 1.66667em;
  margin-bottom: 0;
}

/* Definition Lists */
/* line 280, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_type.scss */
dl dt {
  margin-bottom: 0.3em;
  font-weight: bold;
}
/* line 284, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_type.scss */
dl dd {
  margin-bottom: 1em;
}

/* Abbreviations */
/* line 289, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_type.scss */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: black;
  border-bottom: 1px dotted #dddddd;
  cursor: help;
}

/* line 296, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_type.scss */
abbr {
  text-transform: none;
}

/* Blockquotes */
/* line 301, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_type.scss */
blockquote {
  margin: 0 0 1.66667em;
  padding: 0.75em 1.66667em 0 1.58333em;
  border-left: 1px solid #dddddd;
}
/* line 306, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_type.scss */
blockquote cite {
  display: block;
  font-size: 1.08333em;
  color: #b22696;
}
/* line 310, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_type.scss */
blockquote cite:before {
  content: "\2014 \0020";
}
/* line 315, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_type.scss */
blockquote cite a,
blockquote cite a:visited {
  color: #b22696;
}

/* line 321, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_type.scss */
blockquote,
blockquote p {
  line-height: 1.6;
  color: #d437b4;
}

/* Microformats */
/* line 327, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_type.scss */
.vcard {
  display: inline-block;
  margin: 0 0 1.66667em 0;
  border: 1px solid #dddddd;
  padding: 0.83333em 1em;
}
/* line 333, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_type.scss */
.vcard li {
  margin: 0;
  display: block;
}
/* line 337, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_type.scss */
.vcard .fn {
  font-weight: bold;
  font-size: 1.25em;
}

/* line 344, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_type.scss */
.vevent .summary {
  font-weight: bold;
}
/* line 346, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_type.scss */
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.08333em;
}

@media print, screen and (min-width: 48em) {
  /* line 357, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_type.scss */
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
  }

  /* line 358, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_type.scss */
  h1 {
    font-size: 2.66667em;
  }

  /* line 359, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_type.scss */
  h2 {
    font-size: 1.5em;
  }

  /* line 360, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_type.scss */
  h3 {
    font-size: 1.25em;
  }

  /* line 361, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_type.scss */
  h4 {
    font-size: 0.83333em;
  }
}
/* line 161, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_buttons.scss */
button, .button {
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: inherit;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 1.66667em;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 1em;
  padding-right: 2em;
  padding-bottom: 1.08333em;
  padding-left: 2em;
  font-size: 1.33333em;
  background-color: #ab2070;
  border-color: #801854;
  color: white;
}
/* line 114, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_buttons.scss */
button:hover, button:focus, .button:hover, .button:focus {
  background-color: #801854;
}
/* line 125, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_buttons.scss */
button:hover, button:focus, .button:hover, .button:focus {
  color: white;
}
/* line 166, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_buttons.scss */
button.secondary, .button.secondary {
  background-color: #5e144f;
  border-color: #340b2c;
  color: white;
}
/* line 114, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_buttons.scss */
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background-color: #340b2c;
}
/* line 125, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_buttons.scss */
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  color: white;
}
/* line 167, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_buttons.scss */
button.success, .button.success {
  background-color: #5da423;
  border-color: #457a1a;
  color: white;
}
/* line 114, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_buttons.scss */
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: #457a1a;
}
/* line 125, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_buttons.scss */
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  color: white;
}
/* line 168, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_buttons.scss */
button.alert, .button.alert {
  background-color: #c60f13;
  border-color: #970b0e;
  color: white;
}
/* line 114, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_buttons.scss */
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background-color: #970b0e;
}
/* line 125, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_buttons.scss */
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  color: white;
}
/* line 170, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_buttons.scss */
button.large, .button.large {
  padding-top: 1.33333em;
  padding-right: 2.66667em;
  padding-bottom: 1.41667em;
  padding-left: 2.66667em;
  font-size: 1.66667em;
}
/* line 171, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_buttons.scss */
button.small, .button.small {
  padding-top: 0.75em;
  padding-right: 1.5em;
  padding-bottom: 0.83333em;
  padding-left: 1.5em;
  font-size: 1.08333em;
}
/* line 172, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_buttons.scss */
button.tiny, .button.tiny {
  padding-top: 0.58333em;
  padding-right: 1.16667em;
  padding-bottom: 0.66667em;
  padding-left: 1.16667em;
  font-size: 0.91667em;
}
/* line 173, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_buttons.scss */
button.expand, .button.expand {
  padding-top: false;
  padding-right: 0px;
  padding-bottom: false0.08333em;
  padding-left: 0px;
  width: 100%;
}
/* line 175, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_buttons.scss */
button.left-align, .button.left-align {
  text-align: left;
  text-indent: 1em;
}
/* line 176, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_buttons.scss */
button.right-align, .button.right-align {
  text-align: right;
  padding-right: 1em;
}
/* line 178, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_buttons.scss */
button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #ab2070;
  border-color: #801854;
  color: white;
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 114, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/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: #801854;
}
/* line 125, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/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, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/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: #ab2070;
}
/* line 179, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_buttons.scss */
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
  background-color: #5e144f;
  border-color: #340b2c;
  color: white;
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 114, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/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: #340b2c;
}
/* line 125, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/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: white;
}
/* line 136, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/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: #5e144f;
}
/* line 180, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/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, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/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, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/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, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/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, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/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, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/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, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/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, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/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, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_buttons.scss */
input.button,
button.button {
  padding-top: 1.08333em;
  padding-bottom: 1em;
}
/* line 189, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_buttons.scss */
input.button.tiny,
button.button.tiny {
  padding-top: 0.66667em;
  padding-bottom: 0.58333em;
}
/* line 190, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_buttons.scss */
input.button.small,
button.button.small {
  padding-top: 0.83333em;
  padding-bottom: 0.75em;
}
/* line 191, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_buttons.scss */
input.button.large,
button.button.large {
  padding-top: 1.375em;
  padding-bottom: 1.375em;
}

@media only screen {
  /* line 197, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/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, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/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, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_buttons.scss */
  .button.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  /* line 206, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_buttons.scss */
  .button.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
  }
}
@media print, screen and (min-width: 48em) {
  /* line 213, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_buttons.scss */
  .button {
    display: inline-block;
  }
}
/* Standard Forms */
/* line 247, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_forms.scss */
form {
  margin: 0 0 1.33333em;
}

/* Using forms within rows, we need to set some defaults */
/* line 62, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_forms.scss */
form .row .row {
  margin: -0.66667em;
}
/* line 65, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_forms.scss */
form .row .row .column,
form .row .row .columns {
  padding: 0 0.66667em;
}
/* line 68, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_forms.scss */
form .row .row.collapse {
  margin: 0;
}
/* line 71, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_forms.scss */
form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}
/* line 76, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_forms.scss */
form .row input.column,
form .row input.columns {
  padding-left: 0.66667em;
}

/* Label Styles */
/* line 253, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_forms.scss */
label {
  font-size: 1em;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: 500;
  margin-bottom: 0.25em;
}
/* line 254, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_forms.scss */
label.right {
  float: none;
  text-align: right;
}
/* line 255, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_forms.scss */
label.inline {
  margin: 0 0 1.33333em 0;
  padding: 0.83333em 0;
}

/* Attach elements to the beginning or end of an input */
/* line 260, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/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.91667em;
  line-height: 2.91667em;
}

/* Adjust padding, alignment and radius if pre/post element is a button */
/* line 263, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/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.83333em;
}

/* line 264, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/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.83333em;
}

/* line 265, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/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, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/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, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/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, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/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, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_forms.scss */
span.prefix {
  background: #f2f2f2;
  border-color: #d9d9d9;
  border-right: none;
  color: #333333;
}
/* line 272, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/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, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_forms.scss */
span.postfix {
  background: #f2f2f2;
  border-color: #cccccc;
  border-left: none;
  color: #333333;
}
/* line 275, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/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, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/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, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/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, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/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, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/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, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/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.33333em 0;
  padding: 0.66667em;
  height: 3.08333em;
  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, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/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, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/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, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_forms.scss */
fieldset {
  border: solid 1px #dddddd;
  padding: 1.66667em;
  margin: 1.5em 0;
}
/* line 204, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_forms.scss */
fieldset legend {
  font-weight: bold;
  background: white;
  padding: 0 0.25em;
  margin: 0;
  margin-left: -0.25em;
}

/* Error Handling */
/* line 326, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/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, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_forms.scss */
.error input:focus,
input.error:focus,
.error textarea:focus,
textarea.error:focus {
  background: #fafafa;
  border-color: #999999;
}

/* line 331, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_forms.scss */
.error label,
label.error {
  color: #c60f13;
}

/* line 334, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_forms.scss */
.error small,
small.error {
  display: block;
  padding: 0.5em 0.33333em;
  margin-top: -1.75em;
  margin-bottom: 1.33333em;
  font-size: 1em;
  font-weight: bold;
  background: #c60f13;
  color: white;
}

/* Custom Checkbox and Radio Inputs */
/* line 52, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_custom-forms.scss */
form.custom .custom {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: 2px;
  border: solid 1px #cccccc;
  background: white;
}
/* line 61, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_custom-forms.scss */
form.custom .custom.radio {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}
/* line 64, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_custom-forms.scss */
form.custom .custom.checkbox:before {
  content: "";
  display: block;
  line-height: 0.8;
  height: 14px;
  width: 14px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #fff;
}
/* line 80, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_custom-forms.scss */
form.custom .custom.radio.checked:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  background: #222222;
  position: relative;
  top: 3px;
  left: 3px;
}
/* line 94, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_custom-forms.scss */
form.custom .custom.checkbox.checked:before {
  content: "\00d7";
  color: #222222;
}

/* Custom Select Options and Dropdowns */
/* line 103, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_custom-forms.scss */
form.custom {
  /* Custom input, disabled */
}
/* line 104, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown {
  display: block;
  position: relative;
  top: 0;
  height: 3.08333em;
  margin-bottom: 1.66667em;
  margin-top: 0px;
  padding: 0px;
  width: 100%;
  background: white;
  background: -moz-linear-gradient(top, white 0%, #f3f3f3 100%);
  background: -webkit-linear-gradient(top, white 0%, #f3f3f3 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f3f3f3 100%);
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 1.16667em;
  vertical-align: top;
}
/* line 122, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown ul {
  overflow-y: auto;
  max-height: 200px;
}
/* line 127, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown .current {
  cursor: default;
  white-space: nowrap;
  line-height: 3.0em;
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
  overflow: hidden;
  display: block;
  margin-left: 0.66667em;
  margin-right: 3.08333em;
}
/* line 139, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown .selector {
  cursor: default;
  position: absolute;
  width: 3.33333em;
  height: 3.08333em;
  display: block;
  right: 0;
  top: 0;
}
/* line 147, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown .selector:after {
  content: "";
  display: block;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: #aaaaaa transparent transparent transparent;
  position: absolute;
  left: 1.25em;
  top: 50%;
  margin-top: -3px;
}
/* line 160, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown:hover a.selector:after, form.custom .custom.dropdown.open a.selector:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: #222222 transparent transparent transparent;
}
/* line 164, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown .disabled {
  color: #888888;
}
/* line 166, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown .disabled:hover {
  background: transparent;
  color: #888888;
}
/* line 169, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown .disabled:hover:after {
  display: none;
}
/* line 173, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown.open ul {
  display: block;
  z-index: 10;
  min-width: 100%;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
/* line 180, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown.small {
  max-width: 134px;
}
/* line 181, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown.medium {
  max-width: 254px;
}
/* line 182, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown.large {
  max-width: 434px;
}
/* line 183, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown.expand {
  width: 100% !important;
}
/* line 185, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown.open.small ul {
  min-width: 134px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 186, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown.open.medium ul {
  min-width: 254px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 187, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown.open.large ul {
  min-width: 434px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 190, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown ul {
  position: absolute;
  width: auto;
  display: none;
  margin: 0;
  left: -1px;
  top: auto;
  -webkit-box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 0;
  background: white;
  border: solid 1px #cccccc;
  font-size: 12px;
}
/* line 205, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown ul li {
  color: #555555;
  font-size: 1.16667em;
  cursor: default;
  padding-top: 0.33333em;
  padding-bottom: 0.33333em;
  padding-left: 0.5em;
  padding-right: 3.16667em;
  min-height: 2em;
  line-height: 2em;
  margin: 0;
  white-space: nowrap;
  list-style: none;
}
/* line 219, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown ul li.selected {
  background: #eeeeee;
  color: black;
}
/* line 223, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown ul li:hover {
  background-color: #e4e4e4;
  color: black;
}
/* line 227, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown ul li.selected:hover {
  background: #eeeeee;
  cursor: default;
  color: black;
}
/* line 234, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown ul.show {
  display: block;
}
/* line 238, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_custom-forms.scss */
form.custom .custom.disabled {
  background-color: #dddddd;
}

/* Button Groups */
/* line 57, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_button-groups.scss */
.button-group {
  list-style: none;
  margin: 0;
  *zoom: 1;
}
/* line 184, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/_foundation-global.scss */
.button-group:before, .button-group:after {
  content: " ";
  display: table;
}
/* line 185, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/_foundation-global.scss */
.button-group:after {
  clear: both;
}
/* line 59, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_button-groups.scss */
.button-group > * {
  margin: 0 0 0 -1px;
  float: left;
}
/* line 32, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_button-groups.scss */
.button-group > *:first-child {
  margin-left: 0;
}
/* line 41, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_button-groups.scss */
.button-group.radius > *:first-child, .button-group.radius > *:first-child > a, .button-group.radius > *:first-child > button {
  -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 42, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_button-groups.scss */
.button-group.radius > *:last-child, .button-group.radius > *:last-child > a, .button-group.radius > *:last-child > button {
  -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 41, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_button-groups.scss */
.button-group.round > *:first-child, .button-group.round > *:first-child > a, .button-group.round > *:first-child > button {
  -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 42, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_button-groups.scss */
.button-group.round > *:last-child, .button-group.round > *:last-child > a, .button-group.round > *:last-child > button {
  -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;
}
/* line 65, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_button-groups.scss */
.button-group.even-2 li {
  width: 50%;
}
/* line 48, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_button-groups.scss */
.button-group.even-2 li .button {
  width: 100%;
}
/* line 65, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_button-groups.scss */
.button-group.even-3 li {
  width: 33.33333%;
}
/* line 48, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_button-groups.scss */
.button-group.even-3 li .button {
  width: 100%;
}
/* line 65, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_button-groups.scss */
.button-group.even-4 li {
  width: 25%;
}
/* line 48, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_button-groups.scss */
.button-group.even-4 li .button {
  width: 100%;
}
/* line 65, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_button-groups.scss */
.button-group.even-5 li {
  width: 20%;
}
/* line 48, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_button-groups.scss */
.button-group.even-5 li .button {
  width: 100%;
}
/* line 65, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_button-groups.scss */
.button-group.even-6 li {
  width: 16.66667%;
}
/* line 48, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_button-groups.scss */
.button-group.even-6 li .button {
  width: 100%;
}
/* line 65, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_button-groups.scss */
.button-group.even-7 li {
  width: 14.28571%;
}
/* line 48, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_button-groups.scss */
.button-group.even-7 li .button {
  width: 100%;
}
/* line 65, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_button-groups.scss */
.button-group.even-8 li {
  width: 12.5%;
}
/* line 48, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_button-groups.scss */
.button-group.even-8 li .button {
  width: 100%;
}

/* line 69, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_button-groups.scss */
.button-bar {
  *zoom: 1;
}
/* line 184, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/_foundation-global.scss */
.button-bar:before, .button-bar:after {
  content: " ";
  display: table;
}
/* line 185, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/_foundation-global.scss */
.button-bar:after {
  clear: both;
}
/* line 71, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_button-groups.scss */
.button-bar .button-group {
  float: left;
  margin-right: 0.83333em;
}
/* line 20, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_button-groups.scss */
.button-bar .button-group div {
  overflow: hidden;
}

/* Dropdown Button */
/* line 107, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button {
  position: relative;
  padding-right: 4.25em;
}
/* line 45, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-color: white transparent transparent transparent;
  top: 50%;
}
/* line 80, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button:before {
  border-width: 0.75em;
  right: 2em;
  margin-top: -0.33333em;
}
/* line 99, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button:before {
  border-color: white transparent transparent transparent;
}
/* line 108, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.tiny {
  padding-right: 2.91667em;
}
/* line 60, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.tiny:before {
  border-width: 0.58333em;
  right: 1.16667em;
  margin-top: -0.20833em;
}
/* line 99, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.tiny:before {
  border-color: white transparent transparent transparent;
}
/* line 109, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.small {
  padding-right: 3.75em;
}
/* line 70, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.small:before {
  border-width: 0.75em;
  right: 1.5em;
  margin-top: -0.29167em;
}
/* line 99, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.small:before {
  border-color: white transparent transparent transparent;
}
/* line 110, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.large {
  padding-right: 5.33333em;
}
/* line 90, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.large:before {
  border-width: 0.83333em;
  right: 2.33333em;
  margin-top: -0.41667em;
}
/* line 99, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.large:before {
  border-color: white transparent transparent transparent;
}
/* line 111, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.secondary:before {
  border-color: #333333 transparent transparent transparent;
}

/* Split Buttons */
/* line 143, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_split-buttons.scss */
.split.button {
  position: relative;
  padding-right: 6.4em;
}
/* line 52, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_split-buttons.scss */
.split.button span {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: solid 1px;
}
/* line 61, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_split-buttons.scss */
.split.button span:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  left: 50%;
}
/* line 72, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_split-buttons.scss */
.split.button span:active {
  background-color: rgba(0, 0, 0, 0.1);
}
/* line 78, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_split-buttons.scss */
.split.button span {
  border-left-color: #6b1446;
}
/* line 111, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_split-buttons.scss */
.split.button span {
  width: 4em;
}
/* line 112, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_split-buttons.scss */
.split.button span:before {
  border-width: 0.75em;
  top: 1.5em;
  margin-left: -0.75em;
}
/* line 135, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_split-buttons.scss */
.split.button span:before {
  border-color: white transparent transparent transparent;
}
/* line 78, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_split-buttons.scss */
.split.button.secondary span {
  border-left-color: #1f071a;
}
/* line 135, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_split-buttons.scss */
.split.button.secondary span:before {
  border-color: white transparent transparent transparent;
}
/* line 78, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_split-buttons.scss */
.split.button.alert span {
  border-left-color: #7f0a0c;
}
/* line 78, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_split-buttons.scss */
.split.button.success span {
  border-left-color: #396516;
}
/* line 149, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_split-buttons.scss */
.split.button.tiny {
  padding-right: 5.25em;
}
/* line 85, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_split-buttons.scss */
.split.button.tiny span {
  width: 3.79167em;
}
/* line 86, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_split-buttons.scss */
.split.button.tiny span:before {
  border-width: 0.58333em;
  top: 1.16667em;
  margin-left: -0.41667em;
}
/* line 150, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_split-buttons.scss */
.split.button.small {
  padding-right: 5.25em;
}
/* line 98, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_split-buttons.scss */
.split.button.small span {
  width: 3.75em;
}
/* line 99, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_split-buttons.scss */
.split.button.small span:before {
  border-width: 0.75em;
  top: 1.125em;
  margin-left: -0.75em;
}
/* line 151, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_split-buttons.scss */
.split.button.large {
  padding-right: 8em;
}
/* line 124, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_split-buttons.scss */
.split.button.large span {
  width: 5em;
}
/* line 125, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_split-buttons.scss */
.split.button.large span:before {
  border-width: 0.83333em;
  top: 1.75em;
  margin-left: -0.75em;
}
/* line 135, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_split-buttons.scss */
.split.button.secondary span:before {
  border-color: #333333 transparent transparent transparent;
}
/* line 155, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_split-buttons.scss */
.split.button.radius span {
  -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 156, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_split-buttons.scss */
.split.button.round span {
  -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;
}

/* Flex Video */
/* line 43, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_flex-video.scss */
.flex-video {
  position: relative;
  padding-top: 2.08333em;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1.33333em;
  overflow: hidden;
}
/* line 25, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_flex-video.scss */
.flex-video.widescreen {
  padding-bottom: 57.25%;
}
/* line 26, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_flex-video.scss */
.flex-video.vimeo {
  padding-top: 0;
}
/* line 31, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_flex-video.scss */
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Sections */
/* line 206, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_section.scss */
.section-container {
  width: 100%;
  display: block;
  margin-bottom: 1.66667em;
  border: 0px none white;
  border-top: none;
}
/* line 210, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_section.scss */
.section-container section,
.section-container .section {
  border-top: 0px none white;
  position: relative;
}
/* line 74, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_section.scss */
.section-container section .title,
.section-container .section .title {
  top: 0;
  cursor: pointer;
  width: 100%;
  margin: 0;
  background-color: white;
}
/* line 81, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_section.scss */
.section-container section .title a,
.section-container .section .title a {
  padding: 10px;
  display: inline-block;
  color: white;
  font-size: 1.16667em;
  white-space: nowrap;
  width: 100%;
}
/* line 89, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_section.scss */
.section-container section .title:hover,
.section-container .section .title:hover {
  background-color: #f2f2f2;
}
/* line 92, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_section.scss */
.section-container section .content,
.section-container .section .content {
  display: none;
  padding: 10px;
  background-color: white;
}
/* line 97, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_section.scss */
.section-container section .content > *:last-child,
.section-container .section .content > *:last-child {
  margin-bottom: 0;
}
/* line 98, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_section.scss */
.section-container section .content > *:first-child,
.section-container .section .content > *:first-child {
  padding-top: 0;
}
/* line 99, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_section.scss */
.section-container section .content > *:last-child,
.section-container .section .content > *:last-child {
  padding-bottom: 0;
}
/* line 104, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_section.scss */
.section-container section.active .content,
.section-container .section.active .content {
  display: block;
}
/* line 105, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_section.scss */
.section-container section.active .title,
.section-container .section.active .title {
  background: #e6e6e6;
}

/* line 213, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_section.scss */
.section-container.tabs {
  border: 0;
  position: relative;
}
/* line 217, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_section.scss */
.section-container.tabs section,
.section-container.tabs .section {
  padding-top: 0;
  border: 0;
  position: static;
}
/* line 117, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_section.scss */
.section-container.tabs section .title,
.section-container.tabs .section .title {
  width: auto;
  border: 0px none white;
  border-right: 0;
  border-bottom: 0;
  position: absolute;
  z-index: 1;
}
/* line 125, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_section.scss */
.section-container.tabs section .title a,
.section-container.tabs .section .title a {
  width: 100%;
}
/* line 127, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_section.scss */
.section-container.tabs section:last-child .title,
.section-container.tabs .section:last-child .title {
  border-right: 0px none white;
}
/* line 129, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_section.scss */
.section-container.tabs section .content,
.section-container.tabs .section .content {
  border: 0px none white;
  position: absolute;
  z-index: 10;
  top: -1px;
}
/* line 138, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_section.scss */
.section-container.tabs section.active .title,
.section-container.tabs .section.active .title {
  background-color: white;
  z-index: 11;
  border-bottom: 0;
}
/* line 143, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_section.scss */
.section-container.tabs section.active .content,
.section-container.tabs .section.active .content {
  position: relative;
}

@media print, screen and (min-width: 48em) {
  /* line 222, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_section.scss */
  .section-container.accordion .section {
    padding-top: 0 !important;
  }

  /* line 226, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_section.scss */
  .section-container.vertical-nav {
    border: 0px none white;
    border-top: none;
  }
  /* line 230, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_section.scss */
  .section-container.vertical-nav section,
  .section-container.vertical-nav .section {
    padding-top: 0 !important;
  }
  /* line 152, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_section.scss */
  .section-container.vertical-nav section .title a,
  .section-container.vertical-nav .section .title a {
    display: block;
    width: 100%;
  }
  /* line 154, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_section.scss */
  .section-container.vertical-nav section .content,
  .section-container.vertical-nav .section .content {
    display: none;
  }
  /* line 157, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_section.scss */
  .section-container.vertical-nav section.active .content,
  .section-container.vertical-nav .section.active .content {
    display: block;
    position: absolute;
    left: 100%;
    top: -1px;
    z-index: 999;
    min-width: 16.66667em;
    border: 0px none white;
  }

  /* line 233, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav {
    position: relative;
    background: white;
    border: 0px none white;
  }
  /* line 237, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav section,
  .section-container.horizontal-nav .section {
    padding-top: 0;
    border: 0;
    position: static;
  }
  /* line 175, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav section .title,
  .section-container.horizontal-nav .section .title {
    width: auto;
    border: 0px none white;
    border-left: 0;
    top: -1px;
    position: absolute;
    z-index: 1;
  }
  /* line 183, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav section .title a,
  .section-container.horizontal-nav .section .title a {
    width: 100%;
  }
  /* line 186, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav section .content,
  .section-container.horizontal-nav .section .content {
    display: none;
  }
  /* line 189, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav section.active .content,
  .section-container.horizontal-nav .section.active .content {
    display: block;
    position: absolute;
    z-index: 999;
    left: 0;
    top: -2px;
    min-width: 16.66667em;
    border: 0px none white;
  }
}
/* Wrapped around .top-bar to contain to grid width */
/* line 48, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_top-bar.scss */
.contain-to-grid {
  width: 100%;
  background: #111111;
}

/* line 54, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_top-bar.scss */
.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99;
}

/* line 62, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_top-bar.scss */
.top-bar {
  overflow: hidden;
  height: 45px;
  line-height: 45px;
  position: relative;
  background: #111111;
  margin-bottom: 2.5em;
}
/* line 71, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_top-bar.scss */
.top-bar ul {
  margin-bottom: 0;
  list-style: none;
}
/* line 76, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_top-bar.scss */
.top-bar .row {
  max-width: none;
}
/* line 79, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_top-bar.scss */
.top-bar form,
.top-bar input {
  margin-bottom: 0;
}
/* line 81, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_top-bar.scss */
.top-bar input {
  height: 2.45em;
}
/* line 83, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_top-bar.scss */
.top-bar .button {
  padding-top: .5em;
  padding-bottom: .5em;
  margin-bottom: 0;
}
/* line 86, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_top-bar.scss */
.top-bar .title-area {
  position: relative;
}
/* line 88, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_top-bar.scss */
.top-bar .name {
  height: 45px;
  margin: 0;
  font-size: 12px;
}
/* line 93, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_top-bar.scss */
.top-bar .name h1 {
  line-height: 45px;
  font-size: 1.41667em;
  margin: 0;
}
/* line 97, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_top-bar.scss */
.top-bar .name h1 a {
  font-weight: bold;
  color: white;
  width: 50%;
  display: block;
  padding: 0 15px;
}
/* line 108, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar {
  position: absolute;
  right: 0;
  top: 0;
}
/* line 113, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar a {
  color: white;
  text-transform: uppercase;
  font-size: 1.08333em;
  font-weight: bold;
  position: relative;
  display: block;
  padding: 0 15px;
  height: 45px;
  line-height: 45px;
}
/* line 126, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar.menu-icon {
  right: 15px;
  top: 50%;
  margin-top: -16px;
  padding-left: 40px;
}
/* line 132, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/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, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/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, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_top-bar.scss */
.top-bar.expanded {
  height: auto;
  background: transparent;
}
/* line 164, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_top-bar.scss */
.top-bar.expanded .title-area {
  background: #111111;
}
/* line 167, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_top-bar.scss */
.top-bar.expanded .toggle-topbar a {
  color: #888888;
}
/* line 168, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/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, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/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, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_top-bar.scss */
.top-bar-section ul {
  width: 100%;
  height: auto;
  display: block;
  background: #333333;
  font-size: 12px;
  margin: 0;
}
/* line 200, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_top-bar.scss */
.top-bar-section .divider {
  border-bottom: solid 1px #4d4d4d;
  border-top: solid 1px #1a1a1a;
  clear: both;
  height: 1px;
  width: 100%;
}
/* line 209, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a {
  display: block;
  width: 100%;
  color: white;
  padding: 12px 0 12px 0;
  padding-left: 15px;
  font-size: 1.08333em;
  font-weight: bold;
  background: #333333;
}
/* line 219, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a:hover {
  background: #2b2b2b;
}
/* line 222, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button {
  background: #ab2070;
  font-size: 1.08333em;
}
/* line 225, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button:hover {
  background: #801854;
}
/* line 229, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.secondary {
  background: #5e144f;
}
/* line 231, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.secondary:hover {
  background: #340b2c;
}
/* line 235, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.success {
  background: #5da423;
}
/* line 237, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.success:hover {
  background: #457a1a;
}
/* line 241, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.alert {
  background: #c60f13;
}
/* line 243, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.alert:hover {
  background: #970b0e;
}
/* line 251, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li.active a {
  background: #2b2b2b;
}
/* line 255, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-form {
  padding: 15px;
}
/* line 258, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown {
  position: relative;
}
/* line 262, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/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: 15px;
  margin-top: -4.5px;
  position: absolute;
  top: 50%;
  right: 0;
}
/* line 272, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown.moved {
  position: static;
}
/* line 273, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown.moved > .dropdown {
  visibility: visible;
}
/* line 280, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown {
  position: absolute;
  left: 100%;
  top: 0;
  visibility: hidden;
  z-index: 99;
}
/* line 287, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li {
  width: 100%;
}
/* line 288, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li a {
  font-weight: normal;
  padding: 8px 15px;
}
/* line 293, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.title h5 {
  margin-bottom: 0;
}
/* line 294, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.title h5 a {
  color: white;
  line-height: 22.5px;
  display: block;
}
/* line 302, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown label {
  padding: 8px 15px 2px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #555555;
  font-weight: bold;
  font-size: 0.83333em;
}

/* line 314, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_top-bar.scss */
.top-bar-js-breakpoint {
  width: 78.33333em !important;
  visibility: hidden;
}

/* line 318, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_top-bar.scss */
.js-generated {
  display: block;
}

@media only screen and (min-width: 78.33333em) {
  /* line 323, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_top-bar.scss */
  .top-bar {
    background: #111111;
    *zoom: 1;
    overflow: visible;
  }
  /* line 184, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/_foundation-global.scss */
  .top-bar:before, .top-bar:after {
    content: " ";
    display: table;
  }
  /* line 185, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/_foundation-global.scss */
  .top-bar:after {
    clear: both;
  }
  /* line 324, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_top-bar.scss */
  .top-bar .toggle-topbar {
    display: none;
  }
  /* line 326, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_top-bar.scss */
  .top-bar .title-area {
    float: left;
  }
  /* line 327, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_top-bar.scss */
  .top-bar .name h1 a {
    width: auto;
  }
  /* line 330, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_top-bar.scss */
  .top-bar input,
  .top-bar .button {
    line-height: 2em;
    font-size: 1.16667em;
    height: 2em;
    padding: 0 10px;
    position: relative;
    top: 8px;
  }
  /* line 339, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_top-bar.scss */
  .top-bar.expanded {
    background: #111111;
  }

  /* line 342, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_top-bar.scss */
  .contain-to-grid .top-bar {
    max-width: 83.33333em;
    margin: 0 auto;
  }

  /* line 344, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/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, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul {
    width: auto;
    height: auto !important;
    display: inline;
  }
  /* line 353, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul li {
    float: left;
  }
  /* line 355, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul li .js-generated {
    display: none;
  }
  /* line 360, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_top-bar.scss */
  .top-bar-section li a:not(.button) {
    padding: 0 15px;
    line-height: 45px;
    background: #111111;
  }
  /* line 364, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_top-bar.scss */
  .top-bar-section li a:not(.button):hover {
    background: black;
  }
  /* line 369, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown > a {
    padding-right: 35px !important;
  }
  /* line 372, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/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, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.moved {
    position: relative;
  }
  /* line 379, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.moved > .dropdown {
    visibility: hidden;
  }
  /* line 384, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown:hover > .dropdown, .top-bar-section .has-dropdown:active > .dropdown {
    visibility: visible;
  }
  /* line 391, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/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, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown {
    left: 0;
    top: auto;
    background: transparent;
    min-width: 100%;
  }
  /* line 409, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li a {
    color: white;
    line-height: 1;
    white-space: nowrap;
    padding: 7px 15px;
    background: #1e1e1e;
  }
  /* line 417, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li label {
    white-space: nowrap;
    background: #1e1e1e;
  }
  /* line 423, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li .dropdown {
    left: 100%;
    top: 0;
  }
  /* line 430, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/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: 45px;
    width: 0px;
  }
  /* line 440, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-form {
    background: #111111;
    padding: 0 15px;
    height: 45px;
  }
  /* line 448, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul.right li .dropdown {
    left: auto;
    right: 0;
  }
  /* line 452, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul.right li .dropdown li .dropdown {
    right: 100%;
  }
}
/* line 31, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_orbit.scss */
.orbit-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: #ab2070;
}
/* line 37, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
/* line 43, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container img {
  display: block;
}
/* line 45, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container > * {
  position: relative;
  float: left;
  height: 100%;
}
/* line 50, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container > * .orbit-caption {
  position: absolute;
  bottom: 0;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  width: 100%;
  padding: 10px 14px;
  font-size: 1.16667em;
}
/* line 60, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container > * .orbit-caption * {
  color: white;
}
/* line 65, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slide-number {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
}
/* line 70, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slide-number span {
  font-weight: 700;
}
/* line 73, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-timer {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 6px;
  width: 100px;
}
/* line 79, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-timer .orbit-progress {
  height: 100%;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  width: 0%;
}
/* line 87, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-timer > span {
  display: none;
  position: absolute;
  top: 10px;
  right: 0px;
  width: 11px;
  height: 14px;
  border: solid 4px #000;
  border-top: none;
  border-bottom: none;
}
/* line 100, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-timer.paused > span {
  right: -6px;
  top: 9px;
  width: 11px;
  height: 14px;
  border: solid 8px;
  border-color: transparent transparent transparent #000;
}
/* line 111, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_orbit.scss */
.orbit-container:hover .orbit-timer > span {
  display: block;
}
/* line 115, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev,
.orbit-container .orbit-next {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
  width: 50px;
  height: 60px;
  line-height: 50px;
  color: white;
  text-indent: -9999px !important;
}
/* line 127, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev > span,
.orbit-container .orbit-next > span {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  display: block;
  width: 0;
  height: 0;
  border: solid 16px;
}
/* line 137, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev {
  left: 0;
}
/* line 138, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev > span {
  border-color: transparent #fff transparent transparent;
}
/* line 139, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev:hover > span {
  border-color: transparent #ccc transparent transparent;
}
/* line 141, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-next {
  right: 0;
}
/* line 142, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-next > span {
  border-color: transparent transparent transparent #fff;
  left: 50%;
  margin-left: -8px;
}
/* line 147, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-next:hover > span {
  border-color: transparent transparent transparent #ccc;
}

/* line 151, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_orbit.scss */
.orbit-bullets {
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  top: 10px;
}
/* line 157, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_orbit.scss */
.orbit-bullets li {
  display: block;
  width: 18px;
  height: 18px;
  background: #fff;
  float: left;
  margin-right: 6px;
  border: solid 2px #000;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}
/* line 167, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_orbit.scss */
.orbit-bullets li.active {
  background: #000;
}
/* line 171, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_orbit.scss */
.orbit-bullets li:last-child {
  margin-right: 0;
}

/* line 178, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_orbit.scss */
.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: none;
}
/* line 181, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_orbit.scss */
.touch .orbit-bullets {
  display: none;
}

@media print, screen and (min-width: 48em) {
  /* line 190, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_orbit.scss */
  .touch .orbit-container .orbit-prev,
  .touch .orbit-container .orbit-next {
    display: inherit;
  }
  /* line 193, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_orbit.scss */
  .touch .orbit-bullets {
    display: block;
  }
}
/* line 104, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_reveal.scss */
.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: black;
  background: rgba(0, 0, 0, 0.45);
  z-index: 98;
  display: none;
  top: 0;
  left: 0;
}

/* line 106, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_reveal.scss */
.reveal-modal {
  visibility: hidden;
  display: none;
  position: absolute;
  left: 50%;
  z-index: 99;
  height: auto;
  background-color: #fff;
  margin-left: -40%;
  width: 80%;
  background-color: white;
  padding: 1.66667em;
  border: solid 1px #666666;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  top: 50px;
}
/* line 60, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_reveal.scss */
.reveal-modal .column,
.reveal-modal .columns {
  min-width: 0;
}
/* line 63, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_reveal.scss */
.reveal-modal > :first-child {
  margin-top: 0;
}
/* line 64, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_reveal.scss */
.reveal-modal > :last-child {
  margin-bottom: 0;
}
/* line 110, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_reveal.scss */
.reveal-modal .close-reveal-modal {
  font-size: 1.83333em;
  line-height: 1;
  position: absolute;
  top: 0.66667em;
  right: 0.91667em;
  color: #aaaaaa;
  font-weight: bold;
  cursor: pointer;
}

@media print, screen and (min-width: 48em) {
  /* line 116, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_reveal.scss */
  .reveal-modal {
    padding: 2.5em;
    top: 8.33333em;
  }
  /* line 119, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_reveal.scss */
  .reveal-modal.small {
    margin-left: -15%;
    width: 30%;
  }
  /* line 120, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_reveal.scss */
  .reveal-modal.medium {
    margin-left: -20%;
    width: 40%;
  }
  /* line 121, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_reveal.scss */
  .reveal-modal.large {
    margin-left: -30%;
    width: 60%;
  }
  /* line 122, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_reveal.scss */
  .reveal-modal.xlarge {
    margin-left: -35%;
    width: 70%;
  }
  /* line 123, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_reveal.scss */
  .reveal-modal.expand {
    margin-left: -47.5%;
    width: 95%;
  }
}
@media print {
  /* line 129, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_reveal.scss */
  div:not(.reveal-modal) {
    display: none;
  }
}
/* Foundation Joyride */
/* line 38, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_joyride.scss */
.joyride-list {
  display: none;
}

/* Default styles for the container */
/* line 41, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_joyride.scss */
.joyride-tip-guide {
  display: none;
  position: absolute;
  background: black;
  color: white;
  z-index: 101;
  top: 0;
  left: 2.5%;
  font-family: inherit;
  font-weight: normal;
  width: 95%;
}

/* line 54, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_joyride.scss */
.lt-ie9 .joyride-tip-guide {
  max-width: 800px;
  left: 50%;
  margin-left: -400px;
}

/* line 60, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_joyride.scss */
.joyride-content-wrapper {
  width: 100%;
  padding: 1.5em 1.66667em 2em;
}
/* line 65, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_joyride.scss */
.joyride-content-wrapper .button {
  margin-bottom: 0 !important;
}

/* Add a little css triangle pip, older browser just miss out on the fanciness of it */
/* line 70, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_joyride.scss */
.joyride-tip-guide .joyride-nub {
  display: block;
  position: absolute;
  left: 22px;
  width: 0;
  height: 0;
  border: solid 14px;
}
/* line 78, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_joyride.scss */
.joyride-tip-guide .joyride-nub.top {
  border-color: black;
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  top: -28px;
  bottom: none;
}
/* line 86, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_joyride.scss */
.joyride-tip-guide .joyride-nub.bottom {
  border-color: black !important;
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  bottom: -28px;
  bottom: none;
}
/* line 95, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_joyride.scss */
.joyride-tip-guide .joyride-nub.right {
  right: -28px;
}
/* line 96, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_joyride.scss */
.joyride-tip-guide .joyride-nub.left {
  left: -28px;
}

/* Typography */
/* line 106, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_joyride.scss */
.joyride-tip-guide h1,
.joyride-tip-guide h2,
.joyride-tip-guide h3,
.joyride-tip-guide h4,
.joyride-tip-guide h5,
.joyride-tip-guide h6 {
  line-height: 1.25;
  margin: 0;
  font-weight: bold;
  color: white;
}

/* line 112, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_joyride.scss */
.joyride-tip-guide p {
  margin: 0 0 1.5em 0;
  font-size: 1.16667em;
  line-height: 1.3;
}

/* line 118, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_joyride.scss */
.joyride-timer-indicator-wrap {
  width: 50px;
  height: 3px;
  border: solid 1px #555555;
  position: absolute;
  right: 1.41667em;
  bottom: 1.33333em;
}

/* line 126, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_joyride.scss */
.joyride-timer-indicator {
  display: block;
  width: 0;
  height: inherit;
  background: #666666;
}

/* line 133, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_joyride.scss */
.joyride-close-tip {
  position: absolute;
  right: 12px;
  top: 10px;
  color: #777777 !important;
  text-decoration: none;
  font-size: 30px;
  font-weight: normal;
  line-height: .5 !important;
}
/* line 144, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_joyride.scss */
.joyride-close-tip:hover, .joyride-close-tip:focus {
  color: #eee !important;
}

/* line 147, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_joyride.scss */
.joyride-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: transparent;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
  cursor: pointer;
}

/* Styles for screens that are atleast 768px; */
@media print, screen and (min-width: 48em) {
  /* line 163, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_joyride.scss */
  .joyride-tip-guide {
    width: 300px;
    left: 0;
  }
  /* line 165, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_joyride.scss */
  .joyride-tip-guide .joyride-nub.bottom {
    border-color: black !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    bottom: -28px;
    bottom: none;
  }
  /* line 173, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_joyride.scss */
  .joyride-tip-guide .joyride-nub.right {
    border-color: black !important;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    top: 22px;
    bottom: none;
    left: auto;
    right: -28px;
  }
  /* line 182, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_joyride.scss */
  .joyride-tip-guide .joyride-nub.left {
    border-color: black !important;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-bottom-color: transparent !important;
    top: 22px;
    left: -28px;
    right: auto;
    bottom: none;
  }
}
/* Clearing Styles */
/* line 35, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_clearing.scss */
[data-clearing] {
  *zoom: 1;
  margin-bottom: 0;
}
/* line 184, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/_foundation-global.scss */
[data-clearing]:before, [data-clearing]:after {
  content: " ";
  display: table;
}
/* line 185, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/_foundation-global.scss */
[data-clearing]:after {
  clear: both;
}

/* line 40, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_clearing.scss */
.clearing-blackout {
  background: #111111;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 998;
}
/* line 49, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_clearing.scss */
.clearing-blackout .clearing-close {
  display: block;
}

/* line 52, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_clearing.scss */
.clearing-container {
  position: relative;
  z-index: 998;
  height: 100%;
  overflow: hidden;
  margin: 0;
}

/* line 60, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_clearing.scss */
.visible-img {
  height: 95%;
  position: relative;
}
/* line 64, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_clearing.scss */
.visible-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50%;
  max-height: 100%;
  max-width: 100%;
}

/* line 74, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_clearing.scss */
.clearing-caption {
  color: white;
  line-height: 1.3;
  margin-bottom: 0;
  text-align: center;
  bottom: 0;
  background: #111111;
  width: 100%;
  padding: 10px 30px;
  position: absolute;
  left: 0;
}

/* line 87, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_clearing.scss */
.clearing-close {
  z-index: 999;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 40px;
  line-height: 1;
  color: white;
  display: none;
}
/* line 97, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_clearing.scss */
.clearing-close:hover, .clearing-close:focus {
  color: #ccc;
}

/* line 100, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_clearing.scss */
.clearing-assembled .clearing-container {
  height: 100%;
}
/* line 101, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_clearing.scss */
.clearing-assembled .clearing-container .carousel > ul {
  display: none;
}

@media print, screen and (min-width: 48em) {
  /* line 108, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_clearing.scss */
  .clearing-main-left,
  .clearing-main-right {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0;
  }
  /* line 113, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_clearing.scss */
  .clearing-main-left > span,
  .clearing-main-right > span {
    position: absolute;
    top: 50%;
    display: block;
    width: 0;
    height: 0;
    border: solid 16px;
  }

  /* line 122, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_clearing.scss */
  .clearing-main-left {
    left: 0;
  }
  /* line 124, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_clearing.scss */
  .clearing-main-left > span {
    left: 5px;
    border-color: transparent white transparent transparent;
  }

  /* line 129, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_clearing.scss */
  .clearing-main-right {
    right: 0;
  }
  /* line 131, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_clearing.scss */
  .clearing-main-right > span {
    border-color: transparent transparent transparent white;
  }

  /* line 137, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_clearing.scss */
  .clearing-main-left.disabled,
  .clearing-main-right.disabled {
    opacity: 0.5;
  }

  /* line 140, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_clearing.scss */
  .clearing-feature ~ li {
    display: none;
  }

  /* line 144, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel {
    background: #111111;
    height: 150px;
    margin-top: 5px;
  }
  /* line 149, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/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 158, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/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 171, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
    min-height: 100%;
    height: 100%;
    max-width: none;
  }
  /* line 178, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/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 185, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li img {
    cursor: pointer !important;
    min-width: 100% !important;
  }
  /* line 190, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li.visible {
    opacity: 1;
  }
  /* line 195, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .visible-img {
    background: #111111;
    overflow: hidden;
    height: 75%;
  }

  /* line 202, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_clearing.scss */
  .clearing-close {
    position: absolute;
    top: 10px;
    right: 20px;
    padding-left: 0;
    padding-top: 0;
  }
}
/* Foundation Alerts */
/* line 93, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_alert-boxes.scss */
.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: bold;
  margin-bottom: 1.66667em;
  position: relative;
  padding: 0.91667em 1.75em 1em 0.91667em;
  font-size: 1.16667em;
  background-color: #ab2070;
  border-color: #801854;
  color: white;
}
/* line 96, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_alert-boxes.scss */
.alert-box .close {
  font-size: 1.83333em;
  padding: 5px 4px 4px;
  line-height: 0;
  position: absolute;
  top: 0.58333em;
  right: 0.41667em;
  color: #333333;
  opacity: 0.3;
}
/* line 80, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_alert-boxes.scss */
.alert-box .close:hover, .alert-box .close:focus {
  opacity: 0.5;
}
/* line 98, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_alert-boxes.scss */
.alert-box.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 99, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_alert-boxes.scss */
.alert-box.round {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}
/* line 101, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_alert-boxes.scss */
.alert-box.success {
  background-color: #5da423;
  border-color: #457a1a;
  color: white;
}
/* line 102, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_alert-boxes.scss */
.alert-box.alert {
  background-color: #c60f13;
  border-color: #970b0e;
  color: white;
}
/* line 103, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_alert-boxes.scss */
.alert-box.secondary {
  background-color: #5e144f;
  border-color: #340b2c;
  color: white;
}

/* Breadcrumbs */
/* line 108, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs {
  display: block;
  padding: 0.5em 1.16667em 0.75em;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 1px;
  background-color: #731861;
  border-color: #49103d;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 112, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs li {
  margin: 0;
  padding: 0 1em 0 0;
  float: left;
}
/* line 59, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs li:hover a, .breadcrumbs li:focus a {
  text-decoration: underline;
}
/* line 62, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs li a,
.breadcrumbs li span {
  font-size: 0.91667em;
  padding-left: 1em;
  text-transform: uppercase;
  color: #ab2070;
}
/* line 71, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs li.current a {
  cursor: default;
  color: #333333;
}
/* line 77, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs li.current:hover a, .breadcrumbs li.current:focus a {
  text-decoration: none;
}
/* line 82, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs li.unavailable a {
  color: #999999;
}
/* line 85, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs li.unavailable:hover a,
.breadcrumbs li.unavailable a:focus {
  text-decoration: none;
  color: #999999;
  cursor: default;
}
/* line 92, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs li:before {
  content: "/";
  color: #aaaaaa;
  position: relative;
  top: 1px;
}
/* line 99, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs li:first-child a, .breadcrumbs li:first-child span {
  padding-left: 0;
}
/* line 100, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs li:first-child:before {
  content: " ";
}

/* Keystroke Characters */
/* line 51, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_keystrokes.scss */
.keystroke,
kbd {
  background-color: #ededed;
  border-color: #dbdbdb;
  color: #222222;
  border-style: solid;
  border-width: 1px;
  margin: 0;
  font-family: "Consolas", "Menlo", "Courier", monospace;
  font-size: 1.25em;
  padding: 0.16667em 0.33333em 0em;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* Labels */
/* line 68, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_labels.scss */
.label {
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  padding: 0.25em 0.83333em 0.33333em;
  font-size: 1.16667em;
  background-color: #ab2070;
  color: #fff;
}
/* line 74, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_labels.scss */
.label.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 75, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_labels.scss */
.label.round {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}
/* line 77, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_labels.scss */
.label.alert {
  background-color: #c60f13;
  color: #fff;
}
/* line 78, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_labels.scss */
.label.success {
  background-color: #5da423;
  color: #fff;
}
/* line 79, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_labels.scss */
.label.secondary {
  background-color: #5e144f;
  color: #fff;
}

/* Inline Lists */
/* line 43, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_inline-lists.scss */
.inline-list {
  margin: 0 0 1.41667em -1.83333em;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
/* line 30, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_inline-lists.scss */
.inline-list > li {
  list-style: none;
  float: left;
  margin-left: 1.83333em;
  display: block;
}
/* line 35, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_inline-lists.scss */
.inline-list > li > * {
  display: block;
}

/* Pagination */
/* line 97, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_pagination.scss */
.pagination {
  display: block;
  height: 2em;
  margin-left: -0.41667em;
}
/* line 45, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_pagination.scss */
.pagination li {
  display: block;
  float: left;
  height: 2em;
  color: #222222;
  font-size: 1.16667em;
  margin-left: 0.41667em;
}
/* line 53, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_pagination.scss */
.pagination li a {
  display: block;
  padding: 0.08333em 0.58333em 0.08333em;
  color: #999999;
}
/* line 60, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_pagination.scss */
.pagination li:hover a,
.pagination li a:focus {
  background: #e6e6e6;
}
/* line 62, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_pagination.scss */
.pagination li.unavailable a {
  cursor: default;
  color: #999999;
}
/* line 67, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_pagination.scss */
.pagination li.unavailable:hover a, .pagination li.unavailable a:focus {
  background: transparent;
}
/* line 69, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_pagination.scss */
.pagination li.current a {
  background: #ab2070;
  color: white;
  font-weight: bold;
  cursor: default;
}
/* line 76, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_pagination.scss */
.pagination li.current a:hover, .pagination li.current a:focus {
  background: #ab2070;
}

/* line 82, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_pagination.scss */
.pagination-centered {
  text-align: center;
}
/* line 83, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_pagination.scss */
.pagination-centered ul > li {
  float: none;
  display: inline-block;
}

/* Panels */
/* line 62, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_panels.scss */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d9d9d9;
  margin-bottom: 1.66667em;
  padding: 1.66667em;
  background: #f2f2f2;
}
/* line 43, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_panels.scss */
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p {
  color: #333333;
}
/* line 47, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_panels.scss */
.panel > :first-child {
  margin-top: 0;
}
/* line 48, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_panels.scss */
.panel > :last-child {
  margin-bottom: 0;
}
/* line 51, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_panels.scss */
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
  line-height: 1;
  margin-bottom: 0.83333em;
}
/* line 53, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_panels.scss */
.panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
  line-height: 1.4;
}
/* line 64, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_panels.scss */
.panel.callout {
  border-style: solid;
  border-width: 1px;
  border-color: #801854;
  margin-bottom: 1.66667em;
  padding: 1.66667em;
  background: #ab2070;
  -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;
}
/* line 44, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_panels.scss */
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p {
  color: white;
}
/* line 47, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_panels.scss */
.panel.callout > :first-child {
  margin-top: 0;
}
/* line 48, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_panels.scss */
.panel.callout > :last-child {
  margin-bottom: 0;
}
/* line 51, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_panels.scss */
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
  line-height: 1;
  margin-bottom: 0.83333em;
}
/* line 53, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_panels.scss */
.panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
  line-height: 1.4;
}
/* line 69, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_panels.scss */
.panel.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* Pricing Tables */
/* line 120, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_pricing-tables.scss */
.pricing-table {
  border: solid 1px #dddddd;
  margin-left: 0;
  margin-bottom: 1.66667em;
}
/* line 60, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_pricing-tables.scss */
.pricing-table * {
  list-style: none;
  line-height: 1;
}
/* line 123, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_pricing-tables.scss */
.pricing-table .title {
  background-color: #dddddd;
  padding: 1.25em 1.66667em;
  text-align: center;
  color: #333333;
  font-weight: bold;
  font-size: 1.33333em;
}
/* line 124, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_pricing-tables.scss */
.pricing-table .price {
  background-color: #eeeeee;
  padding: 1.25em 1.66667em;
  text-align: center;
  color: #333333;
  font-weight: normal;
  font-size: 1.66667em;
}
/* line 125, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_pricing-tables.scss */
.pricing-table .description {
  background-color: white;
  padding: 1.25em;
  text-align: center;
  color: #777777;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.4;
  border-bottom: dotted 1px #dddddd;
}
/* line 126, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_pricing-tables.scss */
.pricing-table .bullet-item {
  background-color: white;
  padding: 1.25em;
  text-align: center;
  color: #333333;
  font-size: 1.16667em;
  font-weight: normal;
  border-bottom: dotted 1px #dddddd;
}
/* line 127, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_pricing-tables.scss */
.pricing-table .cta-button {
  background-color: whitesmoke;
  text-align: center;
  padding: 1.66667em 1.66667em 0;
}

/* Progress Bar */
/* line 49, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_progress-bars.scss */
.progress {
  background-color: transparent;
  height: 2.08333em;
  border: 1px solid #cccccc;
  padding: 0.16667em;
  margin-bottom: 0.83333em;
}
/* line 53, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_progress-bars.scss */
.progress .meter {
  background: #ab2070;
  height: 100%;
  display: block;
}
/* line 56, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_progress-bars.scss */
.progress.secondary .meter {
  background: #5e144f;
  height: 100%;
  display: block;
}
/* line 57, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_progress-bars.scss */
.progress.success .meter {
  background: #5da423;
  height: 100%;
  display: block;
}
/* line 58, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_progress-bars.scss */
.progress.alert .meter {
  background: #c60f13;
  height: 100%;
  display: block;
}
/* line 60, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_progress-bars.scss */
.progress.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 61, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_progress-bars.scss */
.progress.radius .meter {
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
/* line 64, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_progress-bars.scss */
.progress.round {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}
/* line 65, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_progress-bars.scss */
.progress.round .meter {
  -webkit-border-radius: 999px;
  border-radius: 999px;
}

/* Side Nav */
/* line 66, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_side-nav.scss */
.side-nav {
  display: block;
  margin: 0;
  padding: 1.16667em 0;
  list-style-type: none;
  list-style-position: inside;
}
/* line 38, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_side-nav.scss */
.side-nav li {
  margin: 0 0 0.58333em 0;
  font-size: 1.16667em;
}
/* line 42, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_side-nav.scss */
.side-nav li a {
  display: block;
  color: #ab2070;
}
/* line 47, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_side-nav.scss */
.side-nav li.active a {
  color: #4d4d4d;
  font-weight: bold;
}
/* line 52, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_side-nav.scss */
.side-nav li.divider {
  border-top: 1px solid;
  height: 0;
  padding: 0;
  list-style: none;
  border-top-color: #e6e6e6;
}

/* Side Nav */
/* line 65, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_sub-nav.scss */
.sub-nav {
  display: block;
  width: auto;
  overflow: hidden;
  margin: -0.33333em 0 1.5em;
  padding-top: 0.33333em;
  margin-right: 0;
  margin-left: -0.75em;
}
/* line 37, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_sub-nav.scss */
.sub-nav dt,
.sub-nav dd {
  float: left;
  display: inline;
  margin-left: 0.75em;
  margin-bottom: 0.83333em;
  font-weight: normal;
  font-size: 1.16667em;
}
/* line 45, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_sub-nav.scss */
.sub-nav dt a,
.sub-nav dd a {
  color: #999999;
  text-decoration: none;
}
/* line 49, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_sub-nav.scss */
.sub-nav dt.active a,
.sub-nav dd.active a {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  font-weight: bold;
  background: #ab2070;
  padding: 0.25em 0.75em;
  cursor: default;
  color: white;
}

/* Foundation Switches */
@media only screen {
  /* line 222, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_switch.scss */
  div.switch {
    position: relative;
    width: 100%;
    padding: 0;
    display: block;
    overflow: hidden;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 1.66667em;
    -webkit-animation: webkitSiblingBugfix infinite 1s;
    height: 36px;
    background: white;
    border-color: #cccccc;
  }
  /* line 58, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_switch.scss */
  div.switch label {
    position: relative;
    left: 0;
    z-index: 2;
    float: left;
    width: 50%;
    height: 100%;
    margin: 0;
    text-align: right;
    font-weight: bold;
    text-align: left;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
  }
  /* line 76, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_switch.scss */
  div.switch input {
    position: absolute;
    z-index: 3;
    opacity: 0;
    width: 100%;
    height: 100%;
  }
  /* line 85, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_switch.scss */
  div.switch input:hover, div.switch input:focus {
    cursor: pointer;
  }
  /* line 91, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_switch.scss */
  div.switch > span {
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 1;
    display: block;
    padding: 0;
    border-width: 1px;
    border-style: solid;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
  }
  /* line 106, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_switch.scss */
  div.switch input:not(:checked) + label {
    opacity: 0;
  }
  /* line 109, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_switch.scss */
  div.switch input:checked {
    display: none !important;
  }
  /* line 110, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_switch.scss */
  div.switch input {
    left: 0;
    display: block !important;
  }
  /* line 114, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_switch.scss */
  div.switch input:first-of-type + label,
  div.switch input:first-of-type + span + label {
    left: -50%;
  }
  /* line 116, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_switch.scss */
  div.switch input:first-of-type:checked + label,
  div.switch input:first-of-type:checked + span + label {
    left: 0%;
  }
  /* line 120, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_switch.scss */
  div.switch input:last-of-type + label,
  div.switch input:last-of-type + span + label {
    right: -50%;
    left: auto;
    text-align: right;
  }
  /* line 122, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_switch.scss */
  div.switch input:last-of-type:checked + label,
  div.switch input:last-of-type:checked + span + label {
    right: 0%;
    left: auto;
  }
  /* line 125, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_switch.scss */
  div.switch span.custom {
    display: none !important;
  }
  /* line 138, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_switch.scss */
  div.switch label {
    padding: 0 0.5em;
    line-height: 2.3em;
    font-size: 1.16667em;
  }
  /* line 146, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_switch.scss */
  div.switch input:first-of-type:checked ~ span {
    left: 100%;
    margin-left: -2.91667em;
  }
  /* line 152, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_switch.scss */
  div.switch > span {
    width: 3em;
    height: 3em;
  }
  /* line 166, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_switch.scss */
  div.switch > span {
    border-color: #b3b3b3;
    background: white;
    background: -moz-linear-gradient(top, white 0%, #f2f2f2 100%);
    background: -webkit-linear-gradient(top, white 0%, #f2f2f2 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
    -webkit-box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 1000px #e1f5d1, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px whitesmoke;
    box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 980px #e1f5d1, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px whitesmoke;
  }
  /* line 186, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_switch.scss */
  div.switch:hover > span, div.switch:focus > span {
    background: white;
    background: -moz-linear-gradient(top, white 0%, #e6e6e6 100%);
    background: -webkit-linear-gradient(top, white 0%, #e6e6e6 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
  }
  /* line 194, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_switch.scss */
  div.switch:active {
    background: transparent;
  }
  /* line 226, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_switch.scss */
  div.switch.large {
    height: 44px;
  }
  /* line 138, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_switch.scss */
  div.switch.large label {
    padding: 0 0.5em;
    line-height: 2.3em;
    font-size: 1.41667em;
  }
  /* line 146, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_switch.scss */
  div.switch.large input:first-of-type:checked ~ span {
    left: 100%;
    margin-left: -3.58333em;
  }
  /* line 152, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_switch.scss */
  div.switch.large > span {
    width: 3.66667em;
    height: 3.66667em;
  }
  /* line 229, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_switch.scss */
  div.switch.small {
    height: 28px;
  }
  /* line 138, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_switch.scss */
  div.switch.small label {
    padding: 0 0.5em;
    line-height: 2.1em;
    font-size: 1em;
  }
  /* line 146, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_switch.scss */
  div.switch.small input:first-of-type:checked ~ span {
    left: 100%;
    margin-left: -2.25em;
  }
  /* line 152, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_switch.scss */
  div.switch.small > span {
    width: 2.33333em;
    height: 2.33333em;
  }
  /* line 232, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_switch.scss */
  div.switch.tiny {
    height: 22px;
  }
  /* line 138, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_switch.scss */
  div.switch.tiny label {
    padding: 0 0.5em;
    line-height: 1.9em;
    font-size: 0.91667em;
  }
  /* line 146, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_switch.scss */
  div.switch.tiny input:first-of-type:checked ~ span {
    left: 100%;
    margin-left: -1.75em;
  }
  /* line 152, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_switch.scss */
  div.switch.tiny > span {
    width: 1.83333em;
    height: 1.83333em;
  }
  /* line 235, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_switch.scss */
  div.switch.radius {
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  /* line 236, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_switch.scss */
  div.switch.radius > span {
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  /* line 240, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_switch.scss */
  div.switch.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
  }
  /* line 241, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_switch.scss */
  div.switch.round > span {
    -webkit-border-radius: 999px;
    border-radius: 999px;
  }
  /* line 242, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_switch.scss */
  div.switch.round label {
    padding: 0 0.75em;
  }

  @-webkit-keyframes webkitSiblingBugfix {
    /* line 247, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_switch.scss */
    from {
      position: relative;
    }

    /* line 247, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_switch.scss */
    to {
      position: relative;
    }
}
}
/* line 8, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_magellan.scss */
[data-magellan-expedition] {
  background: white;
  z-index: 997;
  min-width: 100%;
  padding: 10px;
}
/* line 14, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_magellan.scss */
[data-magellan-expedition] .sub-nav {
  margin-bottom: 0;
}
/* line 16, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_magellan.scss */
[data-magellan-expedition] .sub-nav dd {
  margin-bottom: 0;
}

/* Tables */
/* line 78, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_tables.scss */
table {
  background: white;
  margin-bottom: 1.66667em;
  border: solid 1px #dddddd;
}
/* line 41, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_tables.scss */
table thead,
table tfoot {
  background: whitesmoke;
  font-weight: bold;
}
/* line 47, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_tables.scss */
table thead tr th,
table thead tr td,
table tfoot tr th,
table tfoot tr td {
  padding: 0.66667em 0.83333em 0.83333em;
  font-size: 1.16667em;
  color: #222222;
  text-align: left;
}
/* line 58, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_tables.scss */
table tr th,
table tr td {
  padding: 0.75em 0.83333em;
  font-size: 1.16667em;
  color: #222222;
}
/* line 66, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_tables.scss */
table tr.even, table tr.alt, table tr:nth-of-type(even) {
  background: #f9f9f9;
}
/* line 73, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/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.5em;
}

/* Image Thumbnails */
/* line 36, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_thumbs.scss */
.th {
  display: inline-block;
  border: solid 4px white;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
/* line 28, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_thumbs.scss */
.th:hover, .th:focus {
  -webkit-box-shadow: 0 0 6px 1px rgba(171, 32, 112, 0.5);
  box-shadow: 0 0 6px 1px rgba(171, 32, 112, 0.5);
}
/* line 40, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_thumbs.scss */
.th.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* Tooltips */
/* line 27, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_tooltips.scss */
.has-tip {
  border-bottom: dotted 1px #cccccc;
  cursor: help;
  font-weight: bold;
  color: #333333;
}
/* line 34, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_tooltips.scss */
.has-tip:hover, .has-tip:focus {
  border-bottom: dotted 1px #551038;
  color: #ab2070;
}
/* line 40, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_tooltips.scss */
.has-tip.tip-left, .has-tip.tip-right {
  float: none !important;
}

/* line 43, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_tooltips.scss */
.tooltip {
  display: none;
  position: absolute;
  z-index: 999;
  font-weight: bold;
  font-size: 1.25em;
  line-height: 1.3;
  padding: 0.66667em;
  max-width: 85%;
  left: 50%;
  width: 100%;
  color: white;
  background: black;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 58, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_tooltips.scss */
.tooltip > .nub {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: transparent transparent black transparent;
  top: -10px;
}
/* line 68, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_tooltips.scss */
.tooltip.opened {
  color: #ab2070 !important;
  border-bottom: dotted 1px #551038 !important;
}

/* line 74, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_tooltips.scss */
.tap-to-close {
  display: block;
  font-size: 0.83333em;
  color: #888888;
  font-weight: normal;
}

@media print, screen and (min-width: 48em) {
  /* line 83, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_tooltips.scss */
  .tooltip > .nub {
    border-color: transparent transparent black transparent;
    top: -10px;
  }
  /* line 87, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_tooltips.scss */
  .tooltip.tip-top > .nub {
    border-color: black transparent transparent transparent;
    top: auto;
    bottom: -10px;
  }
  /* line 94, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_tooltips.scss */
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important;
  }
  /* line 96, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_tooltips.scss */
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent black;
    right: -10px;
    left: auto;
    top: 50%;
    margin-top: -5px;
  }
  /* line 103, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_tooltips.scss */
  .tooltip.tip-right > .nub {
    border-color: transparent black transparent transparent;
    right: auto;
    left: -10px;
    top: 50%;
    margin-top: -5px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 114, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_dropdown.scss */
  .f-dropdown {
    max-width: 100%;
    left: 0;
  }
}
/* Foundation Dropdowns */
/* line 121, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_dropdown.scss */
.f-dropdown {
  position: absolute;
  left: -9999px;
  top: -9999px;
  list-style: none;
  width: 100%;
  max-height: none;
  height: auto;
  background: white;
  border: solid 1px #cccccc;
  font-size: 12px;
  z-index: 99;
  margin-top: 2px;
  max-width: 200px;
}
/* line 49, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_dropdown.scss */
.f-dropdown *:first-child {
  margin-top: 0;
}
/* line 50, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_dropdown.scss */
.f-dropdown *:last-child {
  margin-bottom: 0;
}
/* line 75, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_dropdown.scss */
.f-dropdown:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 6px;
  border-color: transparent transparent white transparent;
  position: absolute;
  top: -12px;
  left: 10px;
  z-index: 99;
}
/* line 82, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_dropdown.scss */
.f-dropdown:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 7px;
  border-color: transparent transparent #cccccc transparent;
  position: absolute;
  top: -14px;
  left: 9px;
  z-index: 98;
}
/* line 125, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_dropdown.scss */
.f-dropdown li {
  font-size: 1.16667em;
  cursor: pointer;
  padding: 0.41667em 0.83333em;
  line-height: 1.5em;
  margin: 0;
}
/* line 105, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_dropdown.scss */
.f-dropdown li:hover, .f-dropdown li:focus {
  background: #eeeeee;
}
/* line 107, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_dropdown.scss */
.f-dropdown li a {
  color: #555555;
}
/* line 128, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_dropdown.scss */
.f-dropdown.content {
  position: absolute;
  left: -9999px;
  top: -9999px;
  list-style: none;
  padding: 1.66667em;
  width: 100%;
  height: auto;
  max-height: none;
  background: white;
  border: solid 1px #cccccc;
  font-size: 12px;
  z-index: 99;
  max-width: 200px;
}
/* line 49, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_dropdown.scss */
.f-dropdown.content *:first-child {
  margin-top: 0;
}
/* line 50, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_dropdown.scss */
.f-dropdown.content *:last-child {
  margin-bottom: 0;
}
/* line 131, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_dropdown.scss */
.f-dropdown.tiny {
  max-width: 200px;
}
/* line 132, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_dropdown.scss */
.f-dropdown.small {
  max-width: 300px;
}
/* line 133, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_dropdown.scss */
.f-dropdown.medium {
  max-width: 500px;
}
/* line 134, ../../../../../../../Program Files (x86)/compass.app/lib/ruby/compass_extensions/zurb-foundation-4.0.8/scss/foundation/components/_dropdown.scss */
.f-dropdown.large {
  max-width: 800px;
}

/* Custom, TODO: Move to separate sass file */
/* Custom, Colors: */
/* Custom offsets: */
/* Override foundation last child float right */
/* line 65, ../sass/_app.scss */
[class*="column"] + [class*="column"]:last-child {
  float: left;
}

/* line 70, ../sass/_app.scss */
html,
body {
  width: 100%;
  font-size: 14px;
  overflow-x: hidden;
}

/* line 76, ../sass/_app.scss */
body {
  line-height: 1.4em;
  padding-top: 1em;
}

/* line 81, ../sass/_app.scss */
a:focus {
  outline: 1px solid #000;
}

/* line 86, ../sass/_app.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-family: Arial,"Helvetica",Helvetica,Arial,sans-serif;
}

@media only screen and (max-width: 720px) {
  /* line 92, ../sass/_app.scss */
  h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 720px) {
  /* line 98, ../sass/_app.scss */
  h3 {
    font-size: 18px;
  }
}
/* line 103, ../sass/_app.scss */
h4.blog a {
  text-decoration: none;
  color: #fff;
}

/* line 108, ../sass/_app.scss */
h4.blog a:hover {
  text-decoration: underline;
}

/* line 112, ../sass/_app.scss */
.xsmalltext {
  font-size: 0.8em;
}

/* line 116, ../sass/_app.scss */
.smalltext {
  font-size: 0.9em;
}

/* line 120, ../sass/_app.scss */
.normaltext {
  font-size: 1em;
}

/* line 124, ../sass/_app.scss */
.largetext {
  font-size: 1.2em;
}

/* line 128, ../sass/_app.scss */
.hidden {
  position: absolute;
  left: -999em;
  top: auto;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/* line 137, ../sass/_app.scss */
table {
  background-color: transparent;
  border: none;
}

/* line 143, ../sass/_app.scss */
table tr:nth-of-type(even),
table tr:nth-of-type(odd) {
  background-color: transparent;
}

/* line 147, ../sass/_app.scss */
table tr td {
  padding: 0;
}

/* line 151, ../sass/_app.scss */
fieldset {
  margin-top: 0;
}

/* line 155, ../sass/_app.scss */
button {
  margin: 0;
}

/* line 159, ../sass/_app.scss */
ol, ul {
  -moz-padding-start: 40px;
  -webkit-padding-start: 40px;
  -khtml-padding-start: 40px;
  -o-padding-start: 40px;
  padding-start: 40px;
}

/* line 168, ../sass/_app.scss */
[dir=ltr] ul,
[dir=ltr] ol {
  padding-left: 40px;
}

/* line 173, ../sass/_app.scss */
ul.stripped,
ol.stripped {
  margin: 0;
  padding: 0;
}

/* line 178, ../sass/_app.scss */
ul.hisPlayerCategoryMenu {
  margin-top: 0.6em;
  margin-bottom: 1em;
  line-height: 1.1em;
  padding: 0px;
  font-size: 1.1em;
}

/* line 186, ../sass/_app.scss */
ul.hisPlayerCategoryMenu li {
  display: inline-block;
  list-style-type: none;
  padding-right: 10px;
  padding-left: 12px;
  padding-top: 8px;
  margin-bottom: 4px;
  height: 30px;
  background-color: #5e144f;
}

/* line 197, ../sass/_app.scss */
ul.hisPlayerCategoryMenu li.selected {
  background-color: #ab2070;
}

/* line 201, ../sass/_app.scss */
ul.hisPlayerCategoryMenu li:hover {
  background-color: #ab2070;
}

/* line 205, ../sass/_app.scss */
ul.hisPlayerCategoryMenu li a {
  width: 100%;
  margin-right: 5px;
  margin-bottom: 3px;
  color: #fff;
  text-decoration: none;
}

/* line 213, ../sass/_app.scss */
#mediaDescription h2 {
  margin-bottom: 12px;
}

/* line 217, ../sass/_app.scss */
ul.hisMenu {
  margin-top: 10px;
  margin-top: 65px;
  line-height: 1.1;
}

/* line 223, ../sass/_app.scss */
ul.hisMenu li {
  display: inline-block;
  list-style-type: none;
  padding-right: 10px;
  padding-left: 12px;
  height: 30px;
  margin-top: 13px;
}

/* line 232, ../sass/_app.scss */
ul.hisMenu li a {
  width: 100%;
  margin-right: 5px;
  margin-bottom: 3px;
  color: #000000;
}

/* line 239, ../sass/_app.scss */
ul.hisMenu li a:hover {
  border-bottom-style: solid;
  border-width: 1px;
}

/* line 244, ../sass/_app.scss */
p.menu {
  line-height: 1.1;
  margin-bottom: 10px;
  margin-top: 10px;
}

/* line 250, ../sass/_app.scss */
.menuFlyout div.arrow {
  margin-top: -26px;
  position: relative;
}

/*ul.hisMenu li a:focus {
    border-bottom-style: solid;
    border-width: 1px;
}*/
/* line 260, ../sass/_app.scss */
a.menyLink {
  line-height: 20%;
  color: #000000;
}

/* line 266, ../sass/_app.scss */
b.menusectionheader {
  color: #ab2070;
}

/* line 270, ../sass/_app.scss */
.menuFlyout {
  padding: 10px 10px 10px 10px;
  margin-top: 2px;
  visibility: hidden;
  position: fixed;
  left: 0px;
  width: 1200px;
  min-height: 300px;
  background: #EEEEEE;
  z-index: 40;
  /*-moz-border-radius: 5px;
  border-radius: 5px;*/
  border-style: solid;
  border-width: 1px;
  border-color: #EEEEEE;
}

/* line 288, ../sass/_app.scss */
.menuFlyout h6 {
  color: #ab2070;
}

/* line 291, ../sass/_app.scss */
.menuFlyout a {
  color: #000;
  font-size: 0.9em;
}

/* line 296, ../sass/_app.scss */
.menuFlyout div.row div.small-2 a {
  color: #000;
}

/* line 300, ../sass/_app.scss */
.mobile-menu {
  visibility: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 400;
}

/* line 308, ../sass/_app.scss */
#menuOff {
  visibility: hidden;
  position: absolute;
  right: 10px;
  top: -30px;
  z-index: 40;
}

/* line 316, ../sass/_app.scss */
#menuOn {
  position: absolute;
  right: 10px;
  top: -30px;
  z-index: 40;
}

/* line 324, ../sass/_app.scss */
.selectedMenuItem {
  background-color: #EEEEEE;
  display: block;
}

/* line 329, ../sass/_app.scss */
.centermenu {
  width: 800px;
  margin-right: auto;
  margin-left: auto;
}

/* line 335, ../sass/_app.scss */
header {
  background-color: #ab2070;
  margin-top: 30px;
}

/* line 340, ../sass/_app.scss */
footer {
  background-color: #ab2070;
  min-height: 200px;
  width: 100%;
  color: #fff;
  padding: 22px;
  margin-top: 17px;
  bottom: 1px;
}

/* line 349, ../sass/_app.scss */
footer div.row div.large-3 p a:before {
  content: url("../../Images/arrow-right-xs.png");
  margin-right: 8px;
  top: 2px;
}

/* line 355, ../sass/_app.scss */
footer h4 {
  color: #fff;
}

/* line 358, ../sass/_app.scss */
footer a {
  color: #fff;
  text-decoration: none;
}

/* line 362, ../sass/_app.scss */
footer a:hover {
  color: #fff;
  text-decoration: underline;
}

/* line 367, ../sass/_app.scss */
footer a:focus {
  color: #fff;
}

/* line 371, ../sass/_app.scss */
footer ul {
  margin: 0;
  padding: 0 0 0 20px;
}

/* line 376, ../sass/_app.scss */
.iAmArea {
  color: #ffffff;
}

/* line 381, ../sass/_app.scss */
input.searchBox {
  height: 2.6em !important;
  background-image: url(../../Images/search.png);
  background-position: right;
  /*background-position: 3px 3px;*/
  background-repeat: no-repeat;
  /*text-indent: 40px;*/
  line-height: 1;
}

/* line 392, ../sass/_app.scss */
input.searchBox:focus {
  background-image: url(../../Images/search.png);
  background-position: right;
  /*background-position: 3px 3px;*/
  background-repeat: no-repeat;
  /*text-indent: 40px;*/
  line-height: 1;
}

/* line 401, ../sass/_app.scss */
form.site-search {
  position: relative;
}

/* line 405, ../sass/_app.scss */
ul.autocomplete {
  list-style: none;
  padding: 0;
  position: absolute;
  margin-top: 22px;
  background-color: #FFF;
  width: 100%;
  color: rgba(0, 0, 0, 0.75);
  border: 1px solid #CCC;
  border-top: none;
  z-index: 9999;
  display: none;
}

/* line 419, ../sass/_app.scss */
ul.autocomplete li {
  padding: 0.3333em 0 0.3333em 37px;
}

/* line 423, ../sass/_app.scss */
ul.autocomplete li.active {
  background-color: #5e144f;
  color: #fff;
}

/* line 429, ../sass/_app.scss */
#showcase, #features, #benefits, #media {
  padding: 2em 20px;
}

/* line 434, ../sass/_app.scss */
#showcase {
  background: #5e144f;
}

/* line 438, ../sass/_app.scss */
#showcase .action {
  text-align: center;
  margin-top: 4em;
}

/* line 443, ../sass/_app.scss */
#showcase h1, #showcase h4 {
  color: #ddd;
}

@media (min-width: 700px) {
  /* line 449, ../sass/_app.scss */
  .logotype {
    min-height: 90px;
    min-width: 90px;
    max-height: 90px;
    max-width: 90px;
  }
}
@media (max-width: 699px) {
  /* line 458, ../sass/_app.scss */
  .logotype {
    min-height: 90px;
    min-width: 90px;
    max-height: 90px;
    max-width: 90px;
  }
}
/* line 466, ../sass/_app.scss */
.logotype {
  min-height: 90px;
  min-width: 90px;
  max-height: 90px;
  max-width: 90px;
}

/* line 474, ../sass/_app.scss */
.contact-block ul {
  list-style: none;
}

/* line 479, ../sass/_app.scss */
.newslist h3 a {
  color: black;
}

/* line 483, ../sass/_app.scss */
.newslist, .newlistSmall {
  font-size: 0.8em;
  margin-bottom: -5px;
}

/* line 488, ../sass/_app.scss */
.date {
  color: #ab2070;
  font-size: 15px;
}

/* line 493, ../sass/_app.scss */
p.date {
  margin-bottom: -5px !important;
}

/* line 497, ../sass/_app.scss */
div.newlistSmall h3 a {
  text-decoration: none;
  display: block;
  margin-bottom: 15px;
}

/* line 503, ../sass/_app.scss */
div.newlistSmall h3 a:hover {
  text-decoration: underline;
}

/* line 507, ../sass/_app.scss */
.newslist h3 {
  line-height: 50%;
}

/* line 512, ../sass/_app.scss */
html body div.row div.large-6 hr {
  border-color: #ab2070;
}

/* line 516, ../sass/_app.scss */
.newlistSmall p a {
  color: #000;
}

/* line 521, ../sass/_app.scss */
.newlistSmall p img {
  line-height: 50%;
}

/* line 525, ../sass/_app.scss */
.newlistSmall p {
  margin-bottom: 0.2em;
}

/* line 530, ../sass/_app.scss */
.newlistSmall p.date span.day {
  font-size: 1.2em;
}

/* line 535, ../sass/_app.scss */
.newlistSmall p img {
  margin-bottom: -8px;
}

/* line 539, ../sass/_app.scss */
.newlistSmall p a {
  font-size: 14px;
}

/* line 543, ../sass/_app.scss */
.newlistSmall p a:hover {
  color: #ab2070;
}

/* line 547, ../sass/_app.scss */
div.course-contact {
  margin-top: 1em;
}

/* line 552, ../sass/_app.scss */
div.program-contact,
div.course-contact {
  font-size: 10px;
  line-height: 15px;
}

/* line 557, ../sass/_app.scss */
.personnellist {
  display: block;
  margin-bottom: 30px;
  /*border-bottom-style:solid;
  border-bottom-width:1px;
  border-bottom-color:#ab2070;*/
}

/* line 565, ../sass/_app.scss */
.personnellistunit {
  font-size: 0.9em !important;
  line-height: 19px;
  margin-bottom: 5px;
}

/* line 571, ../sass/_app.scss */
.personnellistcontact {
  font-size: 0.9em !important;
}

/* line 575, ../sass/_app.scss */
.personnellist img {
  max-height: 130px;
}

/* line 579, ../sass/_app.scss */
div.program-contact .personal-info {
  width: 60%;
  float: left;
  margin-bottom: 1em;
}

/* line 585, ../sass/_app.scss */
div.program-contact .photo {
  width: 40%;
  float: left;
}

/* line 590, ../sass/_app.scss */
div.program-contact .photo img {
  display: block;
}

/* line 594, ../sass/_app.scss */
.program-contact p.name {
  margin-top: 20px;
}

/* line 598, ../sass/_app.scss */
.program-contact p.name span {
  font-size: 14px;
  display: block;
  line-height: 1.4em;
}

/* line 605, ../sass/_app.scss */
.program-contact a,
.course-contact a {
  color: black;
}

/* line 609, ../sass/_app.scss */
.program-contact a.email {
  text-decoration: underline;
  display: block;
}

/* line 615, ../sass/_app.scss */
.course-contact div.ask,
.program-contact div.ask {
  background-color: #f6f6f6;
  padding: 12px;
}

/* line 620, ../sass/_app.scss */
.program-contact div.ask2 {
  background-color: #f6f6f6;
  padding: 1px;
  padding-top: 10px;
}

/* line 627, ../sass/_app.scss */
.course-contact div.ask span,
.program-contact div.ask span {
  line-height: 1.2em;
}

/* line 632, ../sass/_app.scss */
.course-contact div.ask span.mandatory,
.program-contact div.ask span.mandatory {
  display: block;
  font-size: 1em;
  color: #4d4d4d;
}

/* line 638, ../sass/_app.scss */
.course-ask-note {
  margin-top: 20px;
}

/* line 645, ../sass/_app.scss */
.course-info div a.apply,
.course-contact div.ask button,
.program-contact div.ask button,
input[type="submit"] {
  background: linear-gradient(bottom, #8d8d8d 0%, #a8a8a8 100%);
  /* W3C */
  background: -ms-linear-gradient(top, #8d8d8d 0%, #a8a8a8 100%);
  /* IE10+ */
  background: -webkit-linear-gradient(bottom, #8d8d8d 0%, #a8a8a8 100%);
  /* W3C */
  background: -moz-linear-gradient(bottom, #8d8d8d 0%, #a8a8a8 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8b8b8b', endColorstr='#a6a6a6',GradientType=0 );
  /* IE6-9 */
  margin: 0px;
  padding: 8px 8px;
  color: #fff;
  font-size: 1em;
  border: none;
  border-radius: 2px;
  text-decoration: none;
}

/* line 664, ../sass/_app.scss */
.course-info div a.apply,
.course-contact div.ask button,
.program-contact div.ask button {
  float: right;
}

/* line 668, ../sass/_app.scss */
.course-info div a.apply {
  font-size: 0.8em;
}

/* line 672, ../sass/_app.scss */
.program-contact div.ask span {
  line-height: 25px;
  font-size: 14px;
}

/* line 678, ../sass/_app.scss */
.course-contact .ask-form,
.program-contact .ask-form {
  margin-top: 20px;
}

/* line 683, ../sass/_app.scss */
.course-contact .ask-form textarea,
.program-contact .ask-form textarea {
  height: auto;
}

/* line 688, ../sass/_app.scss */
.course-contact .ask-form input[type="checkbox"],
.program-contact .ask-form input[type="checkbox"] {
  vertical-align: top;
  margin-right: 5px;
}

/* line 694, ../sass/_app.scss */
.calendarCategory {
  font-size: 0.8em;
  font-style: italic;
}

/* line 701, ../sass/_app.scss */
.middleColumnImage img {
  margin-top: 25px;
}

/* line 705, ../sass/_app.scss */
.rightColumnArea {
  margin-top: 45px;
}

/* line 709, ../sass/_app.scss */
.rightColumnArea p {
  margin-top: 45px;
}

/* line 713, ../sass/_app.scss */
.header-margin-top {
  margin-top: 5px;
}

/* line 718, ../sass/_app.scss */
.calendarMonthDivider {
  display: block;
  height: 40px;
  padding: 10px 0px 0px 0px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ab2070;
  color: #ab2070;
  text-transform: capitalize;
}

/* line 735, ../sass/_app.scss */
.calendarItem {
  /*border-bottom-style:solid;
  border-bottom-color: $secondary-color;
  border-bottom-width: 1px;*/
  padding-bottom: 5px;
  margin-bottom: 10px;
}

/* line 748, ../sass/_app.scss */
a {
  color: black;
}

/* line 752, ../sass/_app.scss */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* line 760, ../sass/_app.scss */
.bottom-separator {
  border-bottom: 1px solid #ab2070;
  padding-bottom: 1.25em;
  margin-bottom: 1.25em;
}

/* line 766, ../sass/_app.scss */
.bottom-separator p {
  margin-bottom: 0;
}

/* line 770, ../sass/_app.scss */
div.collapse-container div.section {
  margin-bottom: 10px;
}

/* line 774, ../sass/_app.scss */
div.collapse-container div.section div.content {
  padding: 10px;
  font-size: 10px;
}

/* line 779, ../sass/_app.scss */
div.collapse-container div.section div.content p {
  margin: 0;
}

/* line 783, ../sass/_app.scss */
div.collapse-container div.section button {
  width: 100%;
  border: none;
  background-color: #5e144f;
  padding: 5px 10px;
  text-align: left;
  margin: 0;
  font-weight: normal;
  position: relative;
  font-size: 14px;
}

/* line 795, ../sass/_app.scss */
div.collapse-container div.section button:hover {
  background-color: #ab2070;
}

/* line 799, ../sass/_app.scss */
.arrow-down:after {
  bottom: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  margin-bottom: -8px;
  border-color: transparent;
  border-top-color: #fff;
  border-width: 5px;
  left: 100%;
  margin-left: -20px;
}

/* line 814, ../sass/_app.scss */
.arrow-up:after {
  bottom: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  margin-bottom: -2px;
  border-color: transparent;
  border-bottom-color: #fff;
  border-width: 5px;
  left: 100%;
  margin-left: -20px;
}

/* line 829, ../sass/_app.scss */
.arrow-right:after {
  bottom: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  margin-bottom: -2px;
  border-color: transparent;
  border-left-color: #fff;
  border-width: 5px;
  left: 100%;
  margin-left: -20px;
}

/* Forms */
/* line 846, ../sass/_app.scss */
.validation-summary-errors ul,
ul.error-summary {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
}

/* line 853, ../sass/_app.scss */
.validation-summary-errors ul li,
ul.error-summary li {
  color: #ff0000;
}

/* line 857, ../sass/_app.scss */
input.input-validation-error {
  border-color: #c60f13;
}

/* line 861, ../sass/_app.scss */
span.field-validation-error {
  display: none;
}

/* line 865, ../sass/_app.scss */
form.question-form label span.checkbox {
  margin-right: 5px;
}

/* line 869, ../sass/_app.scss */
form.question-form input.submit {
  margin-top: 10px;
}

/*==== xForm ==== */
/* line 875, ../sass/_app.scss */
form.xform {
  width: auto;
  display: inline-block;
  margin: 0;
}

/* line 881, ../sass/_app.scss */
form.xform fieldset {
  padding: 1em;
}

/* line 885, ../sass/_app.scss */
form.xform table {
  margin: 0;
}

/* line 889, ../sass/_app.scss */
form.xform.form-nocolor {
  padding: 0;
}

/* line 898, ../sass/_app.scss */
form.xform.form-rubin,
form.xform.form-safir,
form.xform.form-smaragd,
form.xform.form-topas,
form.xform.form-grafit,
form.xform.form-gray {
  padding: 1em;
}

/* line 902, ../sass/_app.scss */
form.xform.form-rubin {
  border-style: solid;
  border-width: 1px;
  border-color: #b1236e;
  background-color: #fff;
}

/* line 909, ../sass/_app.scss */
form.xform table#id_matrix tbody tr td span {
  color: #000000;
}

/* line 913, ../sass/_app.scss */
form.xform.form-safir {
  border-style: solid;
  border-width: 1px;
  border-color: #0969a8;
  background-color: #fff;
}

/* line 920, ../sass/_app.scss */
form.xform.form-smaragd {
  border-style: solid;
  border-width: 1px;
  border-color: #9ab30c;
  background-color: #fff;
}

/* line 927, ../sass/_app.scss */
form.xform.form-topas {
  border-style: solid;
  border-width: 1px;
  border-color: #c5ab5e;
  background-color: #fff;
}

/* line 934, ../sass/_app.scss */
form.xform.form-grafit {
  border-style: solid;
  border-width: 1px;
  border-color: #a0a5a9;
  background-color: #fff;
}

/* line 941, ../sass/_app.scss */
form.xform.form-gray {
  border-style: solid;
  border-width: 1px;
  border-color: #f6f6f6;
  background-color: #fff;
}

/* line 948, ../sass/_app.scss */
div.breadcrumbs {
  width: 100%;
  height: 26px;
  background-color: #ab2070;
  border-style: none;
  border-radius: 0px;
  -webkit-border-radius: 0px;
}

/* line 957, ../sass/_app.scss */
div.breadcrumbs ul {
  margin-left: 0px;
  list-style: none;
  margin-bottom: 10px;
  padding-left: 0;
}

/* line 964, ../sass/_app.scss */
.breadcrumbs li {
  margin: -6px 0 10px;
}

/* line 968, ../sass/_app.scss */
div.breadcrumbs ul li:before {
  content: url("../../Images/arrow-right-xs.png");
  top: 1px;
}

/* line 974, ../sass/_app.scss */
div.breadcrumbs ul li span,
div.breadcrumbs ul li a {
  color: #fff;
  font-size: 0.7em;
}

/* line 979, ../sass/_app.scss */
div.course-info div.header {
  font-weight: bold;
  margin: 0 1.07143em 0 1.07143em;
}

/* line 985, ../sass/_app.scss */
div.course-info div.course div.intro a.apply:focus,
div.course-info div.course div.intro button.expand:focus {
  border: 1px solid #ab2070;
}

/* line 989, ../sass/_app.scss */
div.course-info div.course {
  margin-bottom: 10px;
}

/* line 993, ../sass/_app.scss */
div.course-info div.course div.intro {
  margin: 0 1.07143em 0 1.07143em;
  padding: 10px 0 2px 0;
  background-color: #eeeeee;
}

/* line 999, ../sass/_app.scss */
div.course-info div.course div.intro button.expand {
  background: none;
  font-weight: normal;
  border: none;
  color: #ab2070;
  font-size: 10px;
  text-align: left;
  padding-left: 10px;
}

/* line 1009, ../sass/_app.scss */
div.course-info div.course div.intro button.expand.arrow-right:after {
  border-left-color: #ab2070;
  right: 100%;
  left: 0;
  margin: 0 -10px -4px 0;
}

/* line 1016, ../sass/_app.scss */
div.course-info div.course div.intro button.expand.arrow-down:after {
  border-top-color: #ab2070;
  left: 0;
  right: 100%;
  margin-left: -2px;
  top: 50%;
  margin-top: -2px;
}

/* line 1025, ../sass/_app.scss */
div.course-info div.course div.body {
  padding-top: 10px;
  background-color: #faf8f8;
  font-size: 10px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  display: none;
  padding: 10px;
}

/* line 1036, ../sass/_app.scss */
div.course-info div.course div.body ul {
  margin: 0;
}

/* line 1040, ../sass/_app.scss */
div.course-info div.course div.body ul {
  list-style: none;
}

/* line 1044, ../sass/_app.scss */
div.course-info div.course div.body ul li {
  margin: 2px 0 2px 0;
}

/* line 1048, ../sass/_app.scss */
div.course-info div.course div.body ul li a {
  text-decoration: underline;
}

/* line 1053, ../sass/_app.scss */
.row.margin-bottom,
.margin-bottom {
  margin-bottom: 0.5em;
}

/* line 1057, ../sass/_app.scss */
.standard-margin {
  margin-bottom: 22px;
}

/* line 1061, ../sass/_app.scss */
input[type="text"].searchBox.standard-margin {
  margin-bottom: 15px;
  border-radius: 8px;
}

/* line 1067, ../sass/_app.scss */
.publicationArea {
  background-color: #E9D5E4;
}

/* line 1071, ../sass/_app.scss */
.publicationArea p {
  margin-top: 10px;
}

/* line 1075, ../sass/_app.scss */
ul.publications {
  font-size: 12px;
  margin-left: -10px !important;
  padding-left: 0px !important;
}

/* line 1081, ../sass/_app.scss */
ul.publications li div.row div.large-3 b {
  color: #000;
}

/* line 1086, ../sass/_app.scss */
ul.publications li a {
  color: #5e144f;
}

/* line 1090, ../sass/_app.scss */
ul.publications li {
  text-align: left;
  padding: 10px !important;
  margin: 0px !important;
}

/* line 1096, ../sass/_app.scss */
ul.publications .primary {
  background-color: #5e144f;
}

/* line 1100, ../sass/_app.scss */
ul.publications .secondary {
  background-color: #ab2070;
}

/* line 1104, ../sass/_app.scss */
.publication-pagination {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 1110, ../sass/_app.scss */
.publication-pagination li {
  float: left;
  text-align: center;
  margin-right: 0.4em;
  text-decoration: underline;
}

/* line 1117, ../sass/_app.scss */
ul.publication-pagination li.active {
  text-decoration: none;
}

/* line 1121, ../sass/_app.scss */
.publication-pagination li a {
  text-align: center;
  text-decoration: none;
}

/* line 1126, ../sass/_app.scss */
hr.pink {
  color: #EDD1E0;
  background-color: #EDD1E0;
  height: 1px;
}

/* line 1132, ../sass/_app.scss */
.socialChanels a {
  text-decoration: underline;
}

/* line 1136, ../sass/_app.scss */
.socialChanels img {
  vertical-align: bottom;
  margin-right: 10px;
}

/* line 1141, ../sass/_app.scss */
.socialChanels span.noImage a {
  margin-left: 35px;
}

/* line 1145, ../sass/_app.scss */
.blogBlock {
  padding-top: 10px;
  min-height: 200px;
  border-style: solid;
  border-width: 1px;
  border-color: #EDD1E0;
  margin-bottom: 20px;
}

/* line 1154, ../sass/_app.scss */
.blogHeader {
  padding-top: 4px;
  font-size: 1.2em;
  min-height: 30px;
  background-color: #5e144f;
  color: #fff;
}

/* line 1162, ../sass/_app.scss */
.blogHeader a {
  font-size: 1.1em;
  color: #fff;
}

/* Sitemap */
/* line 1172, ../sass/_app.scss */
h2.sitemap-header {
  border-bottom: 1px solid #ab2070;
  margin-bottom: 22px;
}

/* line 1177, ../sass/_app.scss */
ul.sitemap-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 1183, ../sass/_app.scss */
ul.sitemap-list li ul {
  list-style: none;
  margin-top: 3px;
}

/* line 1189, ../sass/_app.scss */
.sitemap {
  margin-top: 20px;
}

/* line 1193, ../sass/_app.scss */
.sitemapdivider {
  margin-bottom: 20px;
}

/* Social */
/* line 1199, ../sass/_app.scss */
div.share-wrapper {
  width: 100%;
  padding: 0 0 0.5em 0;
  margin: 11px 0 -11px 0;
}

/* line 1205, ../sass/_app.scss */
div.share a {
  margin-right: 0.5em;
}

/* line 1209, ../sass/_app.scss */
div.share a img {
  max-width: 2.2em;
}

/* line 1213, ../sass/_app.scss */
div.fb-like {
  margin-bottom: 10px;
}

/* line 1216, ../sass/_app.scss */
img.voteBlockImg {
  height: 20px;
}

/* line 1220, ../sass/_app.scss */
h2 {
  color: #000;
}

/* line 1223, ../sass/_app.scss */
h3 {
  color: #000;
}

/* line 1227, ../sass/_app.scss */
h1.white {
  color: #fff;
}

/* line 1232, ../sass/_app.scss */
.caption-mobile h1.white {
  color: #000000;
}

/* line 1237, ../sass/_app.scss */
h2.white {
  color: #fff;
  background-color: #ab2070;
}

/* line 1242, ../sass/_app.scss */
h3.white {
  color: #fff;
  background-color: #ab2070;
  padding: 3px 6px;
  font-size: 1em;
  margin-bottom: 8px;
}

/* line 1250, ../sass/_app.scss */
h3.white-grafit {
  color: #fff;
  background-color: #a0a5a9;
  padding: 3px 6px;
  font-size: 1em;
  margin-bottom: 8px;
}

/* line 1258, ../sass/_app.scss */
h3.white-safir {
  color: #fff;
  background-color: #0969a8;
  padding: 3px 6px;
  font-size: 1em;
  margin-bottom: 8px;
}

/* line 1266, ../sass/_app.scss */
h3.white-rubin {
  color: #fff;
  background-color: #ab2070;
  padding: 3px 6px;
  font-size: 1em;
  margin-bottom: 8px;
}

/* line 1274, ../sass/_app.scss */
h3.white-smaragd {
  color: #fff;
  background-color: #9ab30c;
  padding: 3px 6px;
  font-size: 1em;
  margin-bottom: 8px;
}

/* line 1282, ../sass/_app.scss */
h3.white-topas {
  color: #fff;
  background-color: #c5ab5e;
  padding: 3px 6px;
  font-size: 1em;
  margin-bottom: 8px;
}

/* line 1290, ../sass/_app.scss */
h3.footer {
  font-size: 20px;
  color: #fff;
}

/* line 1295, ../sass/_app.scss */
.ingress {
  font-size: 1.1em;
  margin-bottom: 20px;
}

/* line 1300, ../sass/_app.scss */
a {
  text-decoration: underline;
}

/* line 1304, ../sass/_app.scss */
.mobileslider {
  width: 100%;
  padding: 8px;
  margin-bottom: 2em;
  background-color: #ab2070;
  color: #fff;
}

/*.mobileslider {
	width: 100%;
	height: 0;
	padding-bottom: 60%;
	padding-top: 1em;
    margin-bottom: 1em;
	color: #fff;
	overflow: hidden;
}*/
/*.mobileslider iframe,
.mobileslider object, 
.mobileslider embed {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}*/
/* line 1331, ../sass/_app.scss */
.mobileslider h2, .mobileslider h3 {
  color: #fff;
}

@media (min-width: 700px) {
  /* line 1336, ../sass/_app.scss */
  .slider-wrapper {
    width: 100%;
    min-height: 300px;
    padding: 25px 25px 20px;
    margin-bottom: 35px;
    background-color: #e7f0f5;
  }
}
@media (max-width: 699px) {
  /* line 1346, ../sass/_app.scss */
  .slider-wrapper {
    margin-bottom: 42px;
  }
}
/* line 1351, ../sass/_app.scss */
.start-page-promote-image {
  align-content: center;
}
/* line 1353, ../sass/_app.scss */
.start-page-promote-image .full-width {
  width: 1131px;
}
/* line 1356, ../sass/_app.scss */
.start-page-promote-image .caption {
  position: absolute;
  bottom: 5px;
  right: 18px;
  color: white;
  background: rgba(0, 0, 0, 0.5);
  text-align: right;
  font-size: 24px;
  line-height: 1.6;
  padding: 15px;
}
/* line 1366, ../sass/_app.scss */
.start-page-promote-image .caption p {
  margin: 0px;
  font-size: 1.2em;
}
/* line 1369, ../sass/_app.scss */
.start-page-promote-image .caption p a {
  text-decoration: none;
  color: white;
}
/* line 1374, ../sass/_app.scss */
.start-page-promote-image .caption p a:hover {
  text-decoration: underline;
}
/* line 1377, ../sass/_app.scss */
.start-page-promote-image .caption p a:after {
  content: '\f105';
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  margin: 0px 0px 0px 5px;
  text-decoration: none;
  color: white;
}
/* line 1388, ../sass/_app.scss */
.start-page-promote-image .caption h1.white {
  font-size: 44px;
}

@media (max-width: 699px) {
  /* line 1395, ../sass/_app.scss */
  .start-page-promote-image {
    align-content: center;
  }
  /* line 1397, ../sass/_app.scss */
  .start-page-promote-image .full-width {
    width: 324px;
  }
  /* line 1400, ../sass/_app.scss */
  .start-page-promote-image .caption {
    position: absolute;
    bottom: 5px;
    right: 18px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    font-size: 14px;
    line-height: 1.6;
    padding: 15px;
  }
  /* line 1410, ../sass/_app.scss */
  .start-page-promote-image .caption p {
    margin: 0px;
    font-size: 1.2em;
  }
  /* line 1413, ../sass/_app.scss */
  .start-page-promote-image .caption p a {
    text-decoration: none;
    color: white;
  }
  /* line 1418, ../sass/_app.scss */
  .start-page-promote-image .caption p a:hover {
    text-decoration: underline;
  }
  /* line 1421, ../sass/_app.scss */
  .start-page-promote-image .caption p a:after {
    content: '\f105';
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    margin: 0px 0px 0px 0px;
    text-decoration: none;
    color: white;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* line 1439, ../sass/_app.scss */
  .start-page-promote-image {
    align-content: center;
  }
  /* line 1441, ../sass/_app.scss */
  .start-page-promote-image .full-width {
    width: 682px;
  }
  /* line 1444, ../sass/_app.scss */
  .start-page-promote-image .caption {
    position: absolute;
    bottom: 5px;
    right: 18px;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    font-size: 1.2em;
    line-height: 1.6;
    padding: 15px;
  }
  /* line 1454, ../sass/_app.scss */
  .start-page-promote-image .caption p {
    margin: 0px;
    font-size: 1.2em;
  }
  /* line 1457, ../sass/_app.scss */
  .start-page-promote-image .caption p a {
    text-decoration: none;
    color: white;
  }
  /* line 1462, ../sass/_app.scss */
  .start-page-promote-image .caption p a:hover {
    text-decoration: underline;
  }
  /* line 1465, ../sass/_app.scss */
  .start-page-promote-image .caption p a:after {
    content: '\f105';
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    margin: 0px 0px 0px 0px;
    text-decoration: none;
    color: white;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1483, ../sass/_app.scss */
  .start-page-promote-image {
    align-content: center;
  }
  /* line 1485, ../sass/_app.scss */
  .start-page-promote-image .full-width {
    width: 939px;
  }
  /* line 1488, ../sass/_app.scss */
  .start-page-promote-image .caption {
    position: absolute;
    bottom: 5px;
    right: 18px;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    font-size: 18px;
    line-height: 1.6;
    padding: 15px;
  }
  /* line 1498, ../sass/_app.scss */
  .start-page-promote-image .caption p {
    margin: 0px;
    font-size: 1.2em;
  }
  /* line 1501, ../sass/_app.scss */
  .start-page-promote-image .caption p a {
    text-decoration: none;
    color: white;
  }
  /* line 1506, ../sass/_app.scss */
  .start-page-promote-image .caption p a:hover {
    text-decoration: underline;
  }
  /* line 1509, ../sass/_app.scss */
  .start-page-promote-image .caption p a:after {
    content: '\f105';
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    margin: 0px 0px 0px 0px;
    text-decoration: none;
    color: white;
  }
}
@media (max-width: 699px) {
  /* line 1523, ../sass/_app.scss */
  .mobile-background-grey {
    padding: 15px;
    background-color: #e7f0f5;
  }
  /* line 1528, ../sass/_app.scss */
  .mobile-background-grey .caption-mobile p {
    margin-bottom: 0px;
  }
  /* line 1531, ../sass/_app.scss */
  .mobile-background-grey .caption-mobile h1.white {
    font-size: 32px;
  }
}

/* line 1539, ../sass/_app.scss */
.startpage-first-block .standardblock {
  margin-bottom: 20px;
}
/* line 1540, ../sass/_app.scss */
.startpage-first-block .standardblock p {
  margin-bottom: 5px;
}

/* line 1547, ../sass/_app.scss */
.startpage-last-block {
  margin-top: 20px;
}

/* line 1552, ../sass/_app.scss */
.startpage-second-block .standardblock {
  margin-bottom: 20px;
}
/* line 1553, ../sass/_app.scss */
.startpage-second-block .standardblock p {
  margin-bottom: 5px;
}

/* line 1560, ../sass/_app.scss */
.startpage-divider-line {
  height: 1px;
  display: block;
  background-color: #e7f0f5;
  width: 100%;
  margin-bottom: 15px;
}

/* line 1568, ../sass/_app.scss */
html body div.slider-wrapper div.row div.block div.orbit-container div.orbit-timer span {
  top: -10px;
  border-color: #fff;
}

/* line 1574, ../sass/_app.scss */
div.orbit-container ul#slide.orbit-slides-container li.active div.row div.block p {
  margin-top: 8px;
}

/* line 1578, ../sass/_app.scss */
div.slider-wrapper div.row div.block {
  margin-top: -7px;
  margin-bottom: -30px;
}

/* line 1583, ../sass/_app.scss */
div.orbit-container div.orbit-slide-number {
  visibility: hidden;
}

/* line 1587, ../sass/_app.scss */
div.orbit-timer div.orbit-progress {
  visibility: hidden;
}

/* line 1591, ../sass/_app.scss */
div.slider-wrapper div.row div.block ol.orbit-bullets {
  top: 40px;
  margin: 5px auto 30px auto;
  text-align: center;
  position: relative;
}

/* line 1598, ../sass/_app.scss */
ol.orbit-bullets {
  -moz-padding-start: 0px;
  -webkit-padding-start: 0px;
  -khtml-padding-start: 0px;
  -o-padding-start: 0px;
  padding-start: 0px;
}

/* line 1607, ../sass/_app.scss */
.orbit-bullets li {
  border: 2px solid #CECECE;
}

/* line 1611, ../sass/_app.scss */
.orbit-bullets li.active {
  background: none repeat scroll 0 0 #ccc;
}

/* line 1615, ../sass/_app.scss */
div.slider-wrapper div.row div.block {
  color: #fff;
}

/* line 1619, ../sass/_app.scss */
.orbit-container {
  background-color: transparent;
}

/* line 1623, ../sass/_app.scss */
.orbit-container .orbit-prev, .orbit-container .orbit-next {
  background-color: #fff;
}

/* line 1627, ../sass/_app.scss */
.orbit-prev {
  visibility: hidden;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 1633, ../sass/_app.scss */
.orbit-next {
  visibility: hidden;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 1639, ../sass/_app.scss */
div.slider-wrapper ul#slide.orbit-slides-container li div.row {
  margin-bottom: -0px;
}

/* line 1643, ../sass/_app.scss */
.orbit-container h1 {
  color: #fff;
}

/* line 1647, ../sass/_app.scss */
.orbit-container h2 {
  font-size: 42px;
}

/* line 1651, ../sass/_app.scss */
.orbit-container .orbit-timer.paused > span {
  background-image: url(../../Images/Play.png);
  border-style: none;
}

/* line 1656, ../sass/_app.scss */
ul.side-nav li a {
  color: #000;
  font-size: 14px;
}

/* line 1661, ../sass/_app.scss */
ul.side-nav li a:before {
  content: url("../../Images/arrow-right-xs-black.png");
  margin-right: 3px;
}

/* line 1667, ../sass/_app.scss */
li.linoformat ul {
  list-style-position: outside;
  list-style-type: none;
  margin-left: 0px;
}

/* line 1673, ../sass/_app.scss */
.socialChanels ul {
  list-style-position: outside;
  list-style-type: none;
  margin-left: 0px;
}

/* line 1679, ../sass/_app.scss */
.capvspace {
  margin-top: 22px;
}

/* line 1683, ../sass/_app.scss */
.font-red {
  color: #ff0000;
}

/* line 1687, ../sass/_app.scss */
a.rss {
  display: block;
  margin-bottom: 0.5em;
}

/* line 1692, ../sass/_app.scss */
a.rss span {
  vertical-align: middle;
  display: inline-block;
  margin-top: -11px;
  margin-left: 5px;
  text-decoration: underline;
}

/* line 1701, ../sass/_app.scss */
.publications {
  list-style-type: none;
}

/* line 1705, ../sass/_app.scss */
.publications li {
  margin-bottom: 14px;
}

/* line 1709, ../sass/_app.scss */
a.lang-selector {
  float: right;
  font-size: 1em;
}

/* line 1714, ../sass/_app.scss */
a.lang-selector:after {
  content: url("../../Images/imgres-1-s.jpg");
  position: relative;
  top: 4px;
  margin-left: 3px;
  margin-right: 12px;
}

/* line 1722, ../sass/_app.scss */
a.lang-selectormobile {
  margin-left: 23px;
  font-size: 1em;
}

/*a.lang-selectormobile:before{
	content: url('../../Images/imgres-1-s.jpg');
	position: relative;
	top: 4px;
	margin-left: 3px;
	margin-right: 12px;
}*/
/* line 1736, ../sass/_app.scss */
.smallSocialImg {
  max-height: 22px;
  min-height: 22px;
}

/* line 1741, ../sass/_app.scss */
.addblogform {
  max-width: 300px;
  background-color: #f6f6f6;
  padding: 12px;
}

/* line 1747, ../sass/_app.scss */
.rightlogout {
  float: right !important;
  margin-top: 2px;
}

/* line 1752, ../sass/_app.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 {
  height: 2.2em;
}

/* line 1756, ../sass/_app.scss */
div.m-switch-language {
  text-align: center;
}

/* line 1764, ../sass/_app.scss */
div.study-plan a {
  background-image: url("../../Images/pdf.png");
  background-repeat: no-repeat;
  padding-left: 23px;
  background-position-y: 1px;
  height: 30px;
  display: block;
  line-height: 25px;
}

/* line 1774, ../sass/_app.scss */
span.study-plan-courses a {
  background-image: url("../../Images/pdf.png");
  background-repeat: no-repeat;
  padding-left: 23px;
  background-position-y: 1px;
  height: 30px;
  display: inline-block;
  line-height: 25px;
}

/* line 1784, ../sass/_app.scss */
div.study-plan span {
  display: block;
}

/* line 1788, ../sass/_app.scss */
div.study-plan ul {
  padding: 0;
  list-style: none;
}

/************************************************************************************/
/*																					*/
/*		Order catalog																*/
/*																					*/
/************************************************************************************/
/* line 1800, ../sass/_app.scss */
form.order-catalog input[type="email"],
form.order-catalog input[type="text"] {
  width: 100%;
  max-width: 300px;
}

/* line 1805, ../sass/_app.scss */
form.order-catalog input[type="text"].small {
  width: 75%;
  max-width: 150px;
}

/* line 1810, ../sass/_app.scss */
form.order-catalog h2 {
  margin-top: 1.5em;
}

/* line 1814, ../sass/_app.scss */
form.order-catalog p {
  margin: 0.5em 0;
}

/* line 1822, ../sass/_app.scss */
form.order-catalog p.two-liner label {
  position: relative;
  top: -5px;
}

/* line 1828, ../sass/_app.scss */
form.order-catalog p.two-liner label,
form.order-catalog p.two-liner input {
  vertical-align: top;
  float: left;
  max-width: 90%;
}

/* line 1834, ../sass/_app.scss */
form.order-catalog div {
  padding: 0 1em 1em 1.6em;
}

/* line 1838, ../sass/_app.scss */
form.order-catalog div h3 {
  margin-bottom: 0.5em;
}

/* line 1842, ../sass/_app.scss */
form.order-catalog div select {
  padding: 5px;
  margin: 0.5em 0;
  color: #4d4d4d;
  width: auto;
  clear: both;
  display: block;
}

/* line 1851, ../sass/_app.scss */
form.order-catalog label.label-for-chkBox {
  display: inline-block;
  margin-left: 0.5em;
}

/* line 1856, ../sass/_app.scss */
div.oc-validation-summary div.validation-summary-errors ul {
  border: 1px solid #c60f13;
  background-color: rgba(198, 15, 19, 0.1);
  padding: 10px;
}

/* line 1862, ../sass/_app.scss */
span.corder-catalog-confirmation {
  font-size: 2em;
  color: #5e144f;
  line-height: 1.2;
}

/************************************************************************************/
/*																					*/
/*		HIS Mega Menu																*/
/*																					*/
/************************************************************************************/
@font-face {
  font-family: 'FontAwesome';
  src: url("../../his-mega-menu/css/fonts/fontawesome-webfont.eot?v=3.2.0");
  src: url("../../his-mega-menu/css/fonts/fontawesome-webfont.eot?#iefix&v=3.2.0") format("embedded-opentype"), url("../../his-mega-menu/css/fonts/fontawesome-webfont.woff?v=3.2.0") format("woff"), url("../../his-mega-menu/css/fonts/fontawesome-webfont.ttf?v=3.2.0") format("truetype"), url("../../his-mega-menu/css/fonts/fontawesome-webfont.svg#fontawesomeregular?v=3.2.0") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media (min-width: 700px) {
  /*Force mega menu to span full body width*/
  /* line 1885, ../sass/_app.scss */
  div.row div.columns.static {
    position: static;
  }

  /* line 1889, ../sass/_app.scss */
  div.mega-menu {
    margin-top: 50px;
  }

  /* line 1893, ../sass/_app.scss */
  div.dl-menuwrapper * {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    color: #555;
    list-style: none;
  }

  /* line 1901, ../sass/_app.scss */
  div.dl-menuwrapper *.clear {
    clear: left;
  }

  /* line 1905, ../sass/_app.scss */
  button.dl-trigger {
    display: none;
  }

  /* line 1909, ../sass/_app.scss */
  ul.dl-menu {
    list-style: none;
  }

  /* line 1913, ../sass/_app.scss */
  ul.dl-menu a {
    text-decoration: none;
  }

  /* line 1917, ../sass/_app.scss */
  ul.dl-menu a:focus {
    text-decoration: underline;
    outline: none;
    background-color: #eee;
  }

  /* line 1923, ../sass/_app.scss */
  ul.dl-menu a:focus:after {
    text-decoration: none;
  }

  /* line 1927, ../sass/_app.scss */
  ul.dl-menu:after {
    content: " ";
    display: block;
    clear: both;
  }

  /* line 1933, ../sass/_app.scss */
  ul.dl-menu li {
    float: left;
  }

  /* line 1937, ../sass/_app.scss */
  ul.dl-menu li > a {
    color: #000;
    text-rendering: optimizeLegibility;
  }

  /* line 1942, ../sass/_app.scss */
  ul.dl-menu li > a:after {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    content: "\f107";
    position: relative;
    left: 3px;
    font-size: 0.8em;
    font-weight: bold;
    color: #ab2070;
    margin-right: 10px;
  }

  /* line 1958, ../sass/_app.scss */
  ul.dl-menu span.header {
    color: #ab2070;
    font-size: 120%;
  }

  /* line 1963, ../sass/_app.scss */
  ul.dl-menu li ul li ul li {
    clear: both;
  }

  /* line 1967, ../sass/_app.scss */
  ul.dl-menu li div.dl-width-limiter {
    position: absolute;
    left: 0;
    right: 0;
    background-color: #eee;
  }

  /* line 1985, ../sass/_app.scss */
  li.dl-back {
    display: none;
  }

  /* line 1989, ../sass/_app.scss */
  ul.dl-submenu li h6 {
    color: #fff;
    font-size: 100%;
  }

  /* line 1994, ../sass/_app.scss */
  ul.dl-menu li ul.dl-submenu {
    display: none;
    padding: 0;
    margin: 0;
    max-width: 82.42857em;
    margin: 0 auto;
  }

  /* line 2002, ../sass/_app.scss */
  ul.dl-menu li.active ul.dl-submenu {
    display: block;
    background-color: #eee;
  }

  /* line 2007, ../sass/_app.scss */
  ul.dl-menu li.active ul.dl-submenu > li {
    width: 25%;
  }

  /* line 2011, ../sass/_app.scss */
  ul.dl-menu li ul.dl-submenu:after {
    content: " ";
    display: block;
    clear: both;
  }

  /* line 2017, ../sass/_app.scss */
  ul.dl-menu li.active ul.dl-submenu li ul.dl-submenu {
    position: static;
    width: 100%;
  }

  /* line 2022, ../sass/_app.scss */
  ul.dl-menu li.active ul.dl-submenu li {
    padding: 14px;
    margin-top: 10px;
  }

  /* line 2027, ../sass/_app.scss */
  ul.dl-menu li.active ul.dl-submenu li ul.dl-submenu {
    margin-top: 10px;
  }

  /* line 2031, ../sass/_app.scss */
  ul.dl-menu li.active ul.dl-submenu li ul.dl-submenu li {
    padding: 3px 3px 3px 0px;
    width: 100%;
    margin: 0;
  }

  /* line 2037, ../sass/_app.scss */
  ul.dl-menu li.active ul.dl-submenu li ul.dl-submenu li a {
    font-size: 90%;
    color: #333;
    font-weight: normal;
    padding: 0;
    font-size: 100%;
    display: inline-block;
    line-height: 110%;
  }

  /* line 2047, ../sass/_app.scss */
  ul.dl-menu li.active ul.dl-submenu li ul.dl-submenu li a:focus {
    text-decoration: underline;
    outline: 1px solid #000;
  }

  /* line 2052, ../sass/_app.scss */
  ul.dl-menu li.active ul.dl-submenu li ul.dl-submenu li a:after {
    content: "";
  }

  /* line 2056, ../sass/_app.scss */
  ul.dl-menu li.active ul.dl-submenu li a {
    text-decoration: none;
    font-size: 130%;
    padding: 0;
  }

  /* line 2062, ../sass/_app.scss */
  ul.dl-menu li > a {
    padding: 5px;
  }

  /* line 2066, ../sass/_app.scss */
  ul.dl-menu li.active a {
    background-color: #eee;
  }
}
@media (min-width: 700px) and (min-width: 1350px) {
  /* line 1975, ../sass/_app.scss */
  ul.dl-menu li div.dl-width-limiter {
    margin-right: 100px;
    margin-left: 100px;
  }
}
/* Override and extend standrad mobile css */
@media (max-width: 699px) {
  /* line 2074, ../sass/_app.scss */
  .dl-menuwrapper button {
    padding: 0;
    height: 48px;
    width: 56px;
    background-color: white;
    background-image: url(../../Images/menyknapp_mobil.png);
  }

  /* line 2082, ../sass/_app.scss */
  .dl-menuwrapper button:after {
    background: none;
    box-shadow: none;
  }

  /* line 2088, ../sass/_app.scss */
  dl-menuwrapper button.dl-active {
    background-color: white;
    background-image: url(../../Images/menyknapp_mobil.png);
  }

  /* line 2093, ../sass/_app.scss */
  div.dl-menuwrapper {
    z-index: 999;
    margin-top: 35px;
    max-width: none;
  }

  /* line 2100, ../sass/_app.scss */
  .dl-menuwrapper {
    margin-top: 50px;
  }

  /* line 2104, ../sass/_app.scss */
  .dl-menuwrapper ul.dl-menu {
    margin-top: 50px;
  }

  /* line 2108, ../sass/_app.scss */
  .dl-menuwrapper .dl-menu a {
    text-decoration: none;
  }

  /* line 2112, ../sass/_app.scss */
  .dl-menuwrapper button {
    float: right;
  }

  /* line 2117, ../sass/_app.scss */
  .dl-menu.dl-subview li.dl-subviewopen div > .dl-submenu,
  .dl-menu.dl-subview li.dl-subviewopen div > .dl-submenu > li {
    display: block;
  }

  /* line 2121, ../sass/_app.scss */
  ul.dl-submenu {
    margin: 0;
  }

  /* line 2126, ../sass/_app.scss */
  .dl-menu.dl-subview li.dl-subviewopen > span.header,
  .dl-menu.dl-subview li.dl-subview > span {
    display: none;
  }

  /* line 2130, ../sass/_app.scss */
  .dl-menuwrapper li span.header {
    display: block;
    position: relative;
    padding: 15px 20px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    color: #fff;
    outline: none;
    cursor: pointer;
  }

  /* line 2142, ../sass/_app.scss */
  .no-touch .dl-menuwrapper li span.header:hover {
    background: rgba(255, 248, 213, 0.1);
  }

  /* line 2147, ../sass/_app.scss */
  .dl-menuwrapper li.dl-back:after,
  .dl-menuwrapper li > a:not(:only-child):after {
    color: #fff;
  }

  /* line 2150, ../sass/_app.scss */
  .dl-menuwrapper li > span.header:not(:only-child):after {
    position: absolute;
    top: 0;
    line-height: 50px;
    font-family: 'icomoon';
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e000";
    color: #fff;
  }

  /* line 2161, ../sass/_app.scss */
  .dl-menuwrapper li > span.header:after {
    right: 10px;
    color: rgba(0, 0, 0, 0.15);
  }

  /* line 2166, ../sass/_app.scss */
  li.dl-back a {
    font-size: 14px;
  }
}
/* line 2173, ../sass/_app.scss */
html.js body div.row div.small-10 div.row div.large-12 nav div#dl-menu.dl-menuwrapper button.dl-trigger {
  background-color: white;
  background-image: url(../../Images/menyknapp_mobil.png);
}

@media (min-width: 900px) {
  /* line 2179, ../sass/_app.scss */
  ul.dl-menu li > a {
    font-size: 100%;
  }
}
@media (max-width: 900px) {
  /* line 2185, ../sass/_app.scss */
  ul.dl-menu li > a {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  /* line 2190, ../sass/_app.scss */
  .dl-menuwrapper ul li {
    background-color: #AAAAAA;
  }
}
/* line 2195, ../sass/_app.scss */
form.search-filter-form {
  margin: 0;
}

/* line 2199, ../sass/_app.scss */
.searchResult {
  margin-top: 25px;
}

/* line 2203, ../sass/_app.scss */
.searchResult p.title a:hover {
  background-color: #fff;
  color: #000;
}

/* line 2208, ../sass/_app.scss */
.searchResult p.title a {
  color: #000;
  text-decoration: none;
}

/* line 2213, ../sass/_app.scss */
.searchResult ul.result-list {
  list-style: none;
  padding: 0;
  margin-top: 1em;
}

/* line 2219, ../sass/_app.scss */
.searchResult ul.result-list li a {
  font-size: 1.1em;
}

/* line 2223, ../sass/_app.scss */
.searchResult ul.result-list li p {
  font-size: 0.9em;
}

/* line 2227, ../sass/_app.scss */
.searchResult ul.result-list li s {
  text-decoration: none;
  font-size: small;
  line-height: 1.9em;
  display: inline-block;
  vertical-align: top;
}

/* line 2235, ../sass/_app.scss */
.searchResult ul.result-list li span {
  display: block;
  font-size: 0.9em;
}

/* line 2240, ../sass/_app.scss */
.searchResult div.hits {
  width: 66.66667%;
  float: left;
}

/* line 2245, ../sass/_app.scss */
.searchResult div.filter {
  width: 33.33333%;
  float: right;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ab2070;
}

/* line 2253, ../sass/_app.scss */
div.hits ul.result-list li p em {
  font-style: normal;
  font-weight: bold;
}

@media only screen and (max-width: 48em) {
  /* line 2259, ../sass/_app.scss */
  .searchResult div.hits {
    width: 100%;
    clear: both;
    border-bottom: 1px solid #ab2070;
    padding-bottom: 1em;
    margin-bottom: 1em;
  }

  /* line 2267, ../sass/_app.scss */
  .searchResult div.filter {
    width: 100%;
    clear: both;
  }

  /* line 2273, ../sass/_app.scss */
  .searchResult div.filter div.inner-form {
    display: none;
  }

  /* line 2277, ../sass/_app.scss */
  .searchResult div.filter h2 {
    padding: 0.3em;
    font-size: 1.2em;
    line-height: 0.8;
    margin-bottom: 0;
    cursor: pointer;
    margin-left: 15px;
  }

  /* line 2286, ../sass/_app.scss */
  .searchResult div.filter h2:after {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    content: "\f107";
    position: relative;
    left: 3px;
    font-size: 0.8em;
    font-weight: bold;
    color: #ab2070;
  }
}
/* line 2302, ../sass/_app.scss */
ul.search-pagination {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 2308, ../sass/_app.scss */
ul.search-pagination li {
  float: left;
  margin-bottom: 0.4em;
}

/* line 2314, ../sass/_app.scss */
ul.search-pagination li.active,
ul.search-pagination li a {
  display: block;
  padding: 0.5em 1em;
  text-align: center;
  background-color: #a8a8a8;
  color: #ab2070;
  margin-right: 0.4em;
  text-decoration: none;
}

/* line 2324, ../sass/_app.scss */
ul.search-pagination li.active {
  font-weight: bold;
  background-color: #8d8d8d;
}

/* line 2329, ../sass/_app.scss */
ul.search-pagination li a:hover {
  background-color: #8d8d8d;
}

/* line 2333, ../sass/_app.scss */
div.inner-form {
  background-color: #eee;
  padding: 0.01em 1em 1em 1em;
}

/* line 2338, ../sass/_app.scss */
div.inner-form label {
  display: inline;
  margin-left: 0.5em;
}

/* line 2343, ../sass/_app.scss */
div.inner-form p {
  margin: 0.2em 0;
  padding-left: 0.5em;
}

/* line 2348, ../sass/_app.scss */
div.inner-form h3 {
  margin-top: 1em;
}

/* line 2352, ../sass/_app.scss */
div.inner-form input[type="submit"] {
  margin-left: 0.5em;
  margin-top: 0.5em;
}

/* line 2357, ../sass/_app.scss */
div.inner-form select {
  height: 120px;
}

/* line 2361, ../sass/_app.scss */
ul.HISTabSection-buttons {
  list-style: none;
  padding: 0;
  margin: 0.7em 0;
}

/* line 2367, ../sass/_app.scss */
ul.side-nav li a:hover {
  color: #ab2070;
}

/* line 2371, ../sass/_app.scss */
html.js body div.row div.small-12 form input#q.searchBox {
  margin-top: -9px;
}

/* line 2375, ../sass/_app.scss */
ul.dl-submenu li {
  font-size: 12px;
}

/* line 2379, ../sass/_app.scss */
div.dl-width-limiter ul.dl-submenu li ul.dl-submenu {
  margin-top: 8px;
}

/* line 2383, ../sass/_app.scss */
.orbit-bullets li {
  height: 12px;
  width: 12px;
}

/* line 2388, ../sass/_app.scss */
.startpagefix {
  margin-top: -11px;
}

/* line 2392, ../sass/_app.scss */
.main {
  margin-top: 10px;
}

/* line 2396, ../sass/_app.scss */
small {
  font-size: 80%;
}

/* line 2400, ../sass/_app.scss */
ul.small-block-grid-3 li {
  margin-bottom: -6px;
}

/* line 2404, ../sass/_app.scss */
li.contactinfo {
  width: 100px;
}

/* line 2408, ../sass/_app.scss */
main.main ul {
  /*margin-bottom: 0.53846em;
  margin-top: -5px;*/
}

/* line 2413, ../sass/_app.scss */
div.slider-wrapper ul#slide.orbit-slides-container a {
  color: #fff;
}

/* line 2417, ../sass/_app.scss */
div.slider-wrapper ul#slide.orbit-slides-container a:hover {
  color: #000;
}

/* line 2422, ../sass/_app.scss */
blockquote {
  color: #000;
}

/* line 2430, ../sass/_app.scss */
div#personnel-filter.inner-form ul {
  margin-left: 0px;
  text-align: left;
  padding: 0px;
  margin: 0px;
}

/* line 2437, ../sass/_app.scss */
div#personnel-filter.inner-form ul li {
  list-style-type: none;
  margin-left: 0px;
  text-align: left;
  padding: 0px;
  margin: 0px;
}

/* line 2445, ../sass/_app.scss */
div#personnel-filter.inner-form ul li ul {
  text-align: left;
  padding: 0px;
  margin: 0 0 0 30px;
}

/* line 2451, ../sass/_app.scss */
div.bottom-separator p {
  margin-bottom: 10px;
}

/* line 2455, ../sass/_app.scss */
div.inner-form {
  background-color: #FFF;
}

/* line 2459, ../sass/_app.scss */
div.filter h2 {
  margin-left: 0.6em;
}

/* line 2463, ../sass/_app.scss */
p.imageText {
  line-height: 1em;
  font-size: 14px;
  font-style: italic;
  margin-top: -25px;
}

/* line 2471, ../sass/_app.scss */
.applyProgramMobile {
  margin-left: 20px;
}

/* line 2475, ../sass/_app.scss */
.toolbox {
  position: fixed;
  right: 0px;
  top: 210px;
}

/* line 2481, ../sass/_app.scss */
.trio {
  cursor: pointer;
}

/* line 2485, ../sass/_app.scss */
.toolboxTrio {
  position: fixed;
  top: 190px;
  right: 0px;
  width: 18px;
  height: 100px;
  display: block;
  background-size: 18px 100px;
  background-repeat: no-repeat;
  background-position: right center;
  cursor: pointer;
  z-index: 500;
}

/* line 2499, ../sass/_app.scss */
.toolboxTrio.sv {
  background-image: url(../../Images/hanvisning_hoger.png);
}

/* line 2503, ../sass/_app.scss */
.toolboxTrio.en {
  background-image: url(../../Images/hanvisning_hoger.png);
}

/* line 2507, ../sass/_app.scss */
.toolboxBookmarks {
  position: fixed;
  top: 290px;
  right: 0px;
  width: 18px;
  height: 100px;
  display: block;
  background-size: 18px 100px;
  background-repeat: no-repeat;
  background-position: right center;
  cursor: pointer;
  z-index: 500;
}

/* line 2521, ../sass/_app.scss */
.toolboxBookmarks.sv {
  background-image: url(../../Images/genvagar_hoger.png);
}

/* line 2525, ../sass/_app.scss */
.toolboxBookmarks.en {
  background-image: url(../../Images/genvagar_hoger.png);
}

/* line 2529, ../sass/_app.scss */
.toolbox3 {
  position: fixed;
  top: 390px;
  right: 0px;
  width: 18px;
  height: 100px;
  display: block;
  background-size: 18px 100px;
  background-repeat: no-repeat;
  background-position: right center;
  cursor: pointer;
  z-index: 500;
}

/* line 2543, ../sass/_app.scss */
.toolbox3.sv {
  background-image: url(../../Images/verktyg_hoger.png);
}

/* line 2547, ../sass/_app.scss */
.toolbox3.en {
  background-image: url(../../Images/verktyg_hoger.png);
}

/* line 2551, ../sass/_app.scss */
.toolbox4 {
  position: fixed;
  top: 500px;
  right: 0px;
  width: 20px;
  height: 50px;
  display: block;
  background-image: url(../../Images/Trio.png);
  background-size: 63px 63px;
  background-repeat: no-repeat;
  cursor: pointer;
  top: 50;
  z-index: 500;
}

/* line 2566, ../sass/_app.scss */
.red {
  /*background-color:#EA7819!important;*/
}

/* line 2570, ../sass/_app.scss */
.trioTools, .bookmarksTools, .toolsTools {
  background-color: #fff;
  position: fixed;
  right: -260px;
  top: 40px;
  min-height: 400px;
  width: 320px;
  display: none;
  cursor: pointer;
  z-index: 300;
}

/* line 2582, ../sass/_app.scss */
.trioTools {
  border-left: solid #01476C 3px;
  border-bottom: solid #01476C 3px;
}

/* line 2587, ../sass/_app.scss */
.bookmarksTools {
  border-left: solid #69165E 3px;
  border-bottom: solid #69165E 3px;
}

/* line 2592, ../sass/_app.scss */
.toolsTools {
  border-left: solid #4C6322 3px;
  border-bottom: solid #4C6322 3px;
}

/* line 2597, ../sass/_app.scss */
.toolheader {
  color: white;
  font-size: 18px;
  display: block;
  height: 50px;
  padding-top: 15px;
  padding-left: 10px;
}

/* line 2606, ../sass/_app.scss */
.trioTools .toolheader {
  background-color: #01476C;
}

/* line 2610, ../sass/_app.scss */
.bookmarksTools .toolheader {
  background-color: #69165E;
}

/* line 2614, ../sass/_app.scss */
.toolsTools .toolheader {
  background-color: #4C6322;
}

/* line 2618, ../sass/_app.scss */
.toolboxcontent {
  border-left-style: solid;
  border-top-style: solid;
  border-bottom-style: solid;
  border-width: 1px;
  padding: 8px 24px 8px 8px;
  height: 600px;
  overflow-y: auto;
  z-index: 1400;
}

/* line 2629, ../sass/_app.scss */
.trioMobileBG {
  margin-left: 7px;
  background-color: #01476C;
}

/* line 2634, ../sass/_app.scss */
.toolsMobileBG {
  background-color: #4C6322;
}

/* line 2638, ../sass/_app.scss */
.bookmarkMobileBG {
  background-color: #69165E;
}

/* line 2642, ../sass/_app.scss */
.clubssMobileBG {
  background-color: #9BB428;
}

/* line 2646, ../sass/_app.scss */
.bookingform {
  display: none;
}

/* line 2650, ../sass/_app.scss */
.futureBookingsField {
  margin-top: 10px;
  display: none;
  max-height: 200px;
  overflow: auto;
}

/* line 2657, ../sass/_app.scss */
div.toolboxcontent div.futureBookings {
  margin-top: 2em;
}

/* line 2661, ../sass/_app.scss */
div.toolboxcontent div.addbooking {
  margin-top: 2em;
}

/* line 2665, ../sass/_app.scss */
div.toolboxcontent span#slidebutton {
  display: block;
  height: 20px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #C2DDF2;
}

/* line 2673, ../sass/_app.scss */
span#slidebutton a {
  display: block;
  height: 20px;
  text-decoration: none;
  background-color: #C2DDF2;
  width: 180px;
  margin-left: 10px;
  padding-left: 10px;
  color: #fff;
}

/* line 2684, ../sass/_app.scss */
.mobileToolBox {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 40px;
  display: block;
  z-index: 1500;
  background-color: #fff;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #DAE1E6;
}

/* line 2699, ../sass/_app.scss */
.mobileToolBox .tool {
  float: left;
  width: 32%;
  text-align: center;
  line-height: 1em;
}

/* line 2706, ../sass/_app.scss */
.mobileToolBox .toolDivider {
  width: 1px;
  height: 40px;
  background-color: #DAE1E6;
  float: left;
}

/* line 2713, ../sass/_app.scss */
.trioToolsMobile, .bookmarksToolsMobile, .groupMobile {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  top: 0px;
  bottom: 30px;
  z-index: 1400;
  background-color: #fff;
  overflow: auto;
  padding: 10px;
}

/* line 2726, ../sass/_app.scss */
.trioToolsMobile, .toolContainerMobile {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  top: 0px;
  bottom: 30px;
  z-index: 1400;
  background-color: #fff;
  overflow: auto;
}

/* line 2738, ../sass/_app.scss */
.trioToolsMobile {
  border-right-style: solid;
  border-right-width: 15px;
  border-right-color: #01476c;
}

/* line 2744, ../sass/_app.scss */
.trioToolsMobile h3 {
  margin-top: 0.5em;
}

/* line 2748, ../sass/_app.scss */
.bookmarksToolsMobile {
  border-right-style: solid;
  border-right-width: 15px;
  border-right-color: #69165E;
}

/* line 2754, ../sass/_app.scss */
.bookmarksToolsMobile div.bookmarksToolsMobileHeader {
  background-color: #69165E;
  display: block;
  height: 25px;
  color: #FFF;
  font-size: 18px;
  height: 30px;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -10px;
  padding: 6px 6px 6px 10px;
}

/* line 2767, ../sass/_app.scss */
.trioToolsMobile div.trioToolsMobileHeader {
  background-color: #01476c;
  display: block;
  height: 25px;
  color: #FFF;
  font-size: 18px;
  height: 30px;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -10px;
  padding: 6px 6px 6px 10px;
}

/* line 2780, ../sass/_app.scss */
.toolContainerMobile {
  border-right-style: solid;
  border-right-width: 15px;
  border-right-color: #4C6322;
  margin-left: 0px;
}

/* line 2787, ../sass/_app.scss */
.toolContainerMobile div.toolContainerMobileMobileHeader {
  background-color: #4C6322;
  display: block;
  height: 40px;
  color: #FFF;
  font-size: 18px;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -10px;
  padding: 15px;
}

/* line 2799, ../sass/_app.scss */
.toolContainerMobileText {
  padding: 10px;
}

/* line 2803, ../sass/_app.scss */
.groupMobile {
  border-right-style: solid;
  border-right-width: 15px;
  border-right-color: #9BB428;
}

/* line 2809, ../sass/_app.scss */
.groupMobile div.groupMobilesMobileHeader {
  background-color: #9BB428;
  display: block;
  height: 25px;
  color: #FFF;
  font-size: 18px;
  height: 30px;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -10px;
  padding: 6px 6px 6px 10px;
}

/* line 2822, ../sass/_app.scss */
div#bookmarksToolsMobile.bookmarksToolsMobile div.show-for-small a {
  font-size: 16px;
  display: block;
  margin-bottom: 7px;
}

/* line 2832, ../sass/_app.scss */
div.intranewslist p img {
  margin-bottom: -40px;
}

/* line 2836, ../sass/_app.scss */
div.intranewslist div.newsitem {
  border-style: solid;
  border-width: 1px;
  border-color: #BCB9A6;
  padding: 10px;
  margin-bottom: 10px;
}

/* line 2844, ../sass/_app.scss */
.leftMainArea {
  background-color: #fff;
  min-height: 280px;
  max-height: 280px;
  width: 110%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  overflow: hidden;
}

/* line 2855, ../sass/_app.scss */
.leftMainAreaMobile {
  background-color: #fff;
  width: 100%;
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #DAE1E6;
}

/* line 2864, ../sass/_app.scss */
.middlecolumn {
  margin-left: 25px;
}

/* line 2868, ../sass/_app.scss */
.rigthMainArea {
  background-color: #fff;
  min-height: 135px;
  max-height: 135px;
  width: 110%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  padding-top: 5px;
  overflow: hidden;
}

/* line 2880, ../sass/_app.scss */
.rigthMainAreaClubs {
  background-color: #fff;
  min-height: 135px;
  max-height: 135px;
  width: 110%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  padding-top: 5px;
  overflow-y: auto;
}

/* line 2892, ../sass/_app.scss */
.backgroundIntra {
  min-height: 300px;
  background-color: #DAE1E7;
  position: absolute;
  width: 100%;
}

/* line 2899, ../sass/_app.scss */
.feedmypage {
  margin-top: 10px;
  background-color: #FFF;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  min-height: 300px;
}

@media only screen and (min-width: 720px) {
  /* line 2909, ../sass/_app.scss */
  .feedmypage {
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #DAE1E6;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #DAE1E6;
  }
}
/* line 2919, ../sass/_app.scss */
.feedmypage h2 {
  margin-bottom: 18px;
}

/* line 2924, ../sass/_app.scss */
.feedmypage .row {
  margin-bottom: 12px;
}

/* line 2928, ../sass/_app.scss */
.boxborders {
  border-style: solid;
  border-width: 1px;
  border-color: #DAE1E6;
  margin-bottom: 10px;
  padding: 5px;
}

/* line 2936, ../sass/_app.scss */
.imageMaxSize {
  max-width: 30px;
  height: auto;
}

/* line 2941, ../sass/_app.scss */
.main {
  overflow-y: visible;
}

/* line 2945, ../sass/_app.scss */
.force {
  clear: both;
}

/* line 2949, ../sass/_app.scss */
html.js body div.datetimepicker div.datetimepicker-hours table.table-condensed tbody tr td span.hour {
  height: 24px !important;
  line-height: 24px !important;
}

@media only screen and (max-width: 720px) {
  /* line 2955, ../sass/_app.scss */
  .feedmypage {
    margin-top: 10px;
    background-color: #FFF;
    margin-left: -24px;
    margin-right: 24px;
  }

  /* line 2961, ../sass/_app.scss */
  div.feedmypage div.row div.large-12 img {
    /*max-width:20px;*/
  }

  /* line 2965, ../sass/_app.scss */
  span.feedheadermobile {
    font-size: 18px;
  }
}
/* line 2970, ../sass/_app.scss */
.leftcolumn {
  margin-right: -25px;
}

/* line 2974, ../sass/_app.scss */
.rightcolumn {
  margin-left: -25px;
}

/* line 2978, ../sass/_app.scss */
div.feedmypage div.row div.large-2 img {
  z-index: 100;
}

/* line 2986, ../sass/_app.scss */
.settingsrow .settings {
  float: right;
  margin-right: 20px;
}

/* line 2991, ../sass/_app.scss */
.settingsrow .settingsalt {
  float: right;
  margin-right: 20px;
  margin-top: 2px;
}

/* line 2997, ../sass/_app.scss */
.settingsrow .logout {
  float: right;
}

/* line 3001, ../sass/_app.scss */
.intraMonthName {
  color: #BCB9A6;
  font-size: 1.3em;
  margin-bottom: 10px;
  margin-top: 10px;
}

/* line 3008, ../sass/_app.scss */
.intraDay {
  background-image: url(../../Images/datum_boll.gif);
  background-size: 22px;
  background-repeat: no-repeat;
  /*background-position-y: 3px;*/
  background-position-x: 1px;
  display: block;
  height: 25px;
  width: 23px;
  font-size: 11px;
  color: #FFF;
  text-align: center;
  padding-top: 0px;
  margin-top: 12px;
  margin-bottom: 4px;
}

/* line 3025, ../sass/_app.scss */
.mycal {
  border-left: solid 1px #DAE1E6;
  border-right: solid 1px #DAE1E6;
  border-bottom: solid 1px #DAE1E6;
  padding: 10px;
  margin-bottom: 10px;
  width: 110%;
}

/* line 3034, ../sass/_app.scss */
p.date span.day {
  font-size: 1em;
}

/* line 3038, ../sass/_app.scss */
div.large-6 div.calendarItem {
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-size: 14px;
}

/* line 3044, ../sass/_app.scss */
div.large-6 div.calendarItem b {
  font-size: 1em;
}

/* line 3048, ../sass/_app.scss */
div.calendarItem h3 a {
  text-decoration: none;
  display: block;
  margin-bottom: 15px;
}

/* line 3054, ../sass/_app.scss */
.infoBox {
  background-color: #fff;
}

/* line 3058, ../sass/_app.scss */
.allgroupslink {
  float: right;
  margin-top: -38px;
  /*TODO: Remove and position correct*/
}

/* line 3063, ../sass/_app.scss */
div#ui-accordion-moreinfo-panel-0.ui-accordion-content div.leftMainAreaMobile {
  margin-bottom: 10px;
}

/* line 3071, ../sass/_app.scss */
div.catMenu ul li {
  display: inline;
  list-style-type: none;
  padding-right: 20px;
}

@media print {
  /* line 3078, ../sass/_app.scss */
  div:not(.reveal-modal) {
    display: inherit !important;
  }

  /* line 3081, ../sass/_app.scss */
  a.lang-selector {
    height: 1px !important;
    visibility: hidden;
  }

  /* line 3085, ../sass/_app.scss */
  div.large-12 nav {
    height: 1px !important;
    visibility: hidden;
  }

  /* line 3089, ../sass/_app.scss */
  form.site-search {
    height: 1px !important;
    visibility: hidden;
  }

  /* line 3093, ../sass/_app.scss */
  div.breadcrumbs {
    height: 1px !important;
    visibility: hidden;
  }

  /* line 3097, ../sass/_app.scss */
  footer {
    visibility: hidden;
    height: 1px !important;
  }

  /* line 3101, ../sass/_app.scss */
  main.main {
    margin-top: -200px;
  }
}
/**********************************************/
/*	Overrides of jquery.ui                    */
/**********************************************/
/* line 3111, ../sass/_app.scss */
.ui-widget {
  font-size: 1em;
  font-family: Arial;
}

/* line 3116, ../sass/_app.scss */
.ui-widget-content {
  background: #fff;
  color: #000;
}

/* line 3121, ../sass/_app.scss */
.ui-state-default {
  color: #5e144f;
  font-weight: normal;
  font-size: 1.25em;
}

/* line 3127, ../sass/_app.scss */
.ui-accordion .ui-accordion-header {
  padding: 8px 16px;
  background: #fff;
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-top: #ab2070 solid 1px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
}

/* line 3138, ../sass/_app.scss */
.ui-accordion .ui-accordion-content {
  padding: 0px 0px 24px 0px;
  border-style: none;
}

/**********************************************/
/* line 3145, ../sass/_app.scss */
ul[data-orbit] {
  margin: 0;
  padding-left: 0;
  list-style-type: none;
}

/* initially, hide all slides... */
/* line 3154, ../sass/_app.scss */
ul[data-orbit] li,
ul[data-orbit] .orbit-caption {
  display: none;
}

/* ...except for the first one 
ul[data-orbit] li:first-child { display: block; }*/
/* show slides once .orbit-container is loaded */
/* line 3163, ../sass/_app.scss */
.orbit-container ul[data-orbit] li,
.orbit-container ul[data-orbit] .orbit-caption {
  display: block;
}

/* line 3167, ../sass/_app.scss */
div.hits ul.result-list li span span {
  display: block;
  font-size: 1em;
}

/* line 3172, ../sass/_app.scss */
div.hits ul.result-list li span p {
  font-size: 1em;
}

/* line 3176, ../sass/_app.scss */
.iconOpen {
  background: url("../../Images/minuse_knapp.png") no-repeat !important;
  background-size: 30px !important;
  width: 30px;
  height: 30px;
  top: 8px !important;
}

/* line 3183, ../sass/_app.scss */
.iconClosed {
  background: url("../../Images/knapp.png") no-repeat !important;
  background-size: 30px !important;
  width: 30px;
  height: 30px;
  top: 8px !important;
}

/* line 3191, ../sass/_app.scss */
.ui-icon {
  float: right;
  margin: 0 4px;
}

/* line 3193, ../sass/_app.scss */
div#moreinfo.show-for-small h3#ui-accordion-moreinfo-header-0.ui-accordion-header {
  border-top-width: 0px;
}

/* line 3197, ../sass/_app.scss */
div.newslistloginpage h3 {
  color: #FFF;
  padding: 10px;
}

/* line 3202, ../sass/_app.scss */
div.newslistloginpageitem {
  padding: 10px;
}

/* line 3206, ../sass/_app.scss */
div.newslistloginpageitem a {
  color: #FFF;
  text-decoration: none;
}

/* line 3211, ../sass/_app.scss */
li.linoformat {
  width: 82% !important;
}

/* line 3215, ../sass/_app.scss */
.mandatory {
  color: red;
}

/* line 3219, ../sass/_app.scss */
.flex-video {
  padding-bottom: 54%;
}

/* line 3223, ../sass/_app.scss */
.fbiframe {
  width: 90px;
  heigth: 20px;
  margin-top: 1em;
}

/* line 3229, ../sass/_app.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 {
  padding: 0em;
  padding-left: 0.6em;
}

/* line 3234, ../sass/_app.scss */
.intranewsheader {
  text-indent: 50px;
  background: url("/Static/Images/NewsFeed/symbol_nyhet_40px.png") no-repeat;
}

@media only screen and (max-width: 720px) {
  /* line 3240, ../sass/_app.scss */
  .intranewsheader {
    display: block;
    height: 40px;
    padding-top: 10px;
  }
}
/* line 3247, ../sass/_app.scss */
.feedbox {
  padding-right: 0px !important;
  margin-bottom: 8px;
}

@media only screen and (min-width: 720px) {
  /* line 3253, ../sass/_app.scss */
  .feedmypagefeed {
    background-image: url(../../Images/timelineImage.png);
    background-repeat: repeat-y;
    background-position: 29px 0px;
  }
}
/* line 3261, ../sass/_app.scss */
.feedheader {
  background-color: #fff;
}

/* line 3265, ../sass/_app.scss */
.feedtimeEvent {
  color: #a9bf43;
  white-space: nowrap;
}

/* line 3270, ../sass/_app.scss */
.feedtimeNews {
  color: #c54d8c;
  white-space: nowrap;
}

/* line 3275, ../sass/_app.scss */
.feedtimeClubAction {
  color: #a9bf43;
  white-space: nowrap;
}

/* line 3280, ../sass/_app.scss */
.feedtimeCase {
  color: #1073b4;
  white-space: nowrap;
}

/* line 3287, ../sass/_app.scss */
.feedtimeEvent, .feedtimeNews, .feedtimeClubAction, .feedtimeCase {
  background-color: #fff;
  top: 18px;
  text-align: center;
}

/* line 3293, ../sass/_app.scss */
.feeditemborderNews {
  padding-top: 10px;
  padding-bottom: 0px;
  width: 95%;
  min-height: 80px;
  border-style: solid;
  border-width: 1px;
  border-color: #c54d8c;
}

@media only screen and (min-width: 720px) {
  /* line 3304, ../sass/_app.scss */
  .feeditemborderNews {
    max-height: 139px;
    overflow: hidden;
  }
}
/* line 3310, ../sass/_app.scss */
.feedItemLeftNews {
  position: relative;
  z-index: 1000;
  margin-right: -1px;
  width: 9px;
  height: 40px;
  background-image: url("/Static/Images/feedItemArrowRubin.png");
  background-repeat: no-repeat;
  background-position: 0px 20px;
}

/* line 3321, ../sass/_app.scss */
.feeditemborderClubAction {
  padding-top: 10px;
  padding-bottom: 0px;
  width: 95%;
  min-height: 80px;
  border-style: solid;
  border-width: 1px;
  border-color: #a9bf43;
}

@media only screen and (min-width: 720px) {
  /* line 3332, ../sass/_app.scss */
  .feeditemborderClubAction {
    max-height: 139px;
    overflow: hidden;
  }
}
/* line 3338, ../sass/_app.scss */
.feedItemLeftClubAction {
  position: relative;
  z-index: 1000;
  margin-right: -1px;
  width: 9px;
  height: 40px;
  background-image: url("/Static/Images/feedItemArrowGreen.png");
  background-repeat: no-repeat;
  background-position: 0px 20px;
}

/* line 3349, ../sass/_app.scss */
.feeditemborderCase {
  padding-top: 10px;
  padding-bottom: 0px;
  width: 95%;
  min-height: 80px;
  border-style: solid;
  border-width: 1px;
  border-color: #1073b4;
}

@media only screen and (min-width: 720px) {
  /* line 3360, ../sass/_app.scss */
  .feeditemborderCase {
    max-height: 139px;
    overflow: hidden;
  }
}
/* line 3366, ../sass/_app.scss */
.feedItemLeftCase {
  position: relative;
  z-index: 1000;
  margin-right: -1px;
  width: 9px;
  height: 40px;
  background-image: url("/Static/Images/feedItemArrowBlue.png");
  background-repeat: no-repeat;
  background-position: 0px 20px;
}

/* line 3377, ../sass/_app.scss */
.feeditemborderEvent {
  padding-top: 10px;
  padding-bottom: 0px;
  width: 95%;
  min-height: 80px;
  border-style: solid;
  border-width: 1px;
  border-color: #a9bf43;
}

/* line 3387, ../sass/_app.scss */
.feedItemLeftEvent {
  position: relative;
  z-index: 1000;
  margin-right: -1px;
  width: 9px;
  height: 40px;
  background-image: url("/Static/Images/feedItemArrowGreen.png");
  background-repeat: no-repeat;
  background-position: 0px 20px;
}

/* line 3398, ../sass/_app.scss */
.newsfeedcontent {
  padding-left: 30px !important;
  padding-top: 3px !important;
  margin-bottom: 10px;
  overflow: hidden;
}

/* line 3405, ../sass/_app.scss */
.feeditemborderClubAction .newsfeedcontent > p {
  margin-bottom: 0px;
}

/*.feeditemborderClubAction .newsfeedcontent > p a {
	margin-left:5px;
}*/
/* line 3413, ../sass/_app.scss */
.feeditemborderEvent div.large-1.columns a img {
  max-width: 30px;
  height: auto;
}

/* line 3418, ../sass/_app.scss */
.feeditemborderCase div.large-1.columns a img {
  max-width: 30px;
  height: auto;
}

/* line 3423, ../sass/_app.scss */
.feeditemborderClubAction div.large-1.columns a img {
  max-width: 30px;
  height: auto;
}

/* line 3428, ../sass/_app.scss */
.feeditemborderNews div.large-1.columns a img {
  max-width: 30px;
  height: auto;
}

/* line 3433, ../sass/_app.scss */
.mobileentry {
  padding-bottom: 15px;
  max-height: 100px;
  overflow: hidden;
}

@media only screen and (min-width: 720px) {
  /* line 3440, ../sass/_app.scss */
  .feedcommentcontainer {
    padding-left: 16px;
    padding-right: 22px;
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 720px) {
  /* line 3448, ../sass/_app.scss */
  .feedcommentcontainer {
    padding-left: 11px;
    padding-right: 11px;
    margin-bottom: 7px;
    background-color: #eff3f6;
  }
}
/* line 3456, ../sass/_app.scss */
.feedcomment {
  max-height: 120px;
  margin-top: 2px !important;
  padding-top: 5px !important;
  background-color: #eff3f6;
  overflow: hidden;
}

@media only screen and (max-width: 720px) {
  /* line 3465, ../sass/_app.scss */
  .feedcomment {
    min-height: 80px;
    margin-bottom: -20px;
  }
}
/* line 3471, ../sass/_app.scss */
.commentrowcontainer {
  margin-bottom: 0px !important;
}

/* line 3475, ../sass/_app.scss */
.newsfeedcommentsectionCase {
  height: 22px;
  padding-left: 20px;
  padding-top: 1px;
  color: #FFF;
  font-size: 12px;
  width: 100%;
  background-color: #1073b4;
}

/* line 3485, ../sass/_app.scss */
.newsfeedcommentsectionNews {
  height: 22px;
  padding-left: 20px;
  padding-top: 1px;
  color: #FFF;
  font-size: 12px;
  width: 100%;
  background-color: #c54d8c;
}

/* line 3495, ../sass/_app.scss */
.newsfeedcommentsectionEvent {
  height: 22px;
  padding-left: 20px;
  padding-top: 1px;
  color: #FFF;
  font-size: 12px;
  width: 100%;
  background-color: #a9bf43;
}

/* line 3505, ../sass/_app.scss */
.newsfeedcommentsectionClubAction {
  height: 22px;
  padding-left: 20px;
  padding-top: 1px;
  color: #FFF;
  font-size: 12px;
  width: 100%;
  background-color: #a9bf43;
}

@media only screen and (max-width: 720px) {
  /* line 3516, ../sass/_app.scss */
  .newsfeedcommentcontainer {
    display: block;
    height: 25px;
    margin-top: -2px;
    margin-bottom: -5px;
  }

  /* line 3523, ../sass/_app.scss */
  .feedmypage .row {
    padding-bottom: 1px;
  }
}
@media only screen and (min-width: 720px) {
  /* line 3529, ../sass/_app.scss */
  .newsfeedcommentcontainer {
    margin-left: 8px;
    margin-right: 13px;
    display: block;
    height: 25px;
    margin-top: -2px;
    margin-bottom: -3px;
  }
}
/* line 3539, ../sass/_app.scss */
.feeditemborderClubAction img {
  max-width: 30px;
  height: auto;
}

/* line 3544, ../sass/_app.scss */
.allcomments {
  padding-bottom: 10px !important;
  padding-top: 5px !important;
}

/* line 3549, ../sass/_app.scss */
.allcomments a:after {
  content: url("../../Images/arrow-right-xs-black.png");
  margin-right: 8px;
}

/* line 3554, ../sass/_app.scss */
.feedcommentcontainer p {
  font-size: 12px !important;
}

/* line 3558, ../sass/_app.scss */
ul.mypagequicklinks {
  list-style: none;
  padding: 0;
}

/* line 3563, ../sass/_app.scss */
ul.mypagequicklinks li {
  display: block;
  height: 16px;
  margin-bottom: 10px;
}

/* line 3569, ../sass/_app.scss */
ul.mypagequicklinks li a {
  vertical-align: top;
  padding-left: 4px;
}

/* line 3574, ../sass/_app.scss */
ul.maplogout {
  margin-top: 50px;
  list-style: none;
  padding: 0;
}

/* line 3580, ../sass/_app.scss */
ul.maplogout li {
  display: block;
  height: 16px;
  margin-bottom: 20px;
}

/* line 3586, ../sass/_app.scss */
ul.maplogout li a {
  vertical-align: top;
  margin-left: 0px;
  padding-left: 4px;
}

/* line 3592, ../sass/_app.scss */
li.mypageqlcal {
  white-space: nowrap;
}

/* line 3596, ../sass/_app.scss */
li.mypagecase {
  white-space: nowrap;
}

/* line 3600, ../sass/_app.scss */
ul.mypagequicklinks li.mypageqlcal:before {
  content: url(../../Images/icon_cal.png);
}

/* line 3605, ../sass/_app.scss */
ul.mypagequicklinks li.mypagecase:before {
  content: url(../../Images/icon_todo.png);
}

/* line 3610, ../sass/_app.scss */
ul.mypagequicklinks li.mypagenews:before {
  content: url(../../Images/icon_news.png);
}

/* line 3615, ../sass/_app.scss */
ul.mypagequicklinks li.mypageclubs:before {
  content: url(../../Images/icon_groups.png);
}

/* line 3620, ../sass/_app.scss */
ul.mypagequicklinks li.mypagesettings:before {
  content: url(../../Images/icon_settings.png);
}

/* line 3625, ../sass/_app.scss */
.bestbet {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ab2070;
  margin-right: 20px;
}

/* line 3632, ../sass/_app.scss */
.reportArea {
  position: absolute;
  visibility: hidden;
  background-color: #fff;
  padding: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #ab2070;
}

/* line 3642, ../sass/_app.scss */
.reportClose {
  float: right;
  margin-bottom: 10px;
  cursor: pointer;
}

/* line 3648, ../sass/_app.scss */
p {
  text-rendering: auto;
}

/* line 3652, ../sass/_app.scss */
ul#usernav {
  list-style-type: none;
  padding: 0px;
}

/* line 3657, ../sass/_app.scss */
ul.child {
  list-style-type: none;
  margin: 5px;
  padding: 0px;
}

/* line 3663, ../sass/_app.scss */
li.parent {
  font-size: 1.5em;
  background-image: url("../../Images/ruby_Arrow.png");
  background-repeat: no-repeat;
  background-position: 0px 13px;
  text-indent: 15px;
}

/* line 3671, ../sass/_app.scss */
li.childlist {
  font-size: 0.8em;
}

/* line 3675, ../sass/_app.scss */
.courselist .all {
  display: block;
  height: 30px;
  max-width: 100px;
  padding: 5px;
  background-color: #f6f6f6;
}

/* line 3683, ../sass/_app.scss */
.courselist .closeall {
  display: none;
  height: 30px;
  max-width: 100px;
  padding: 5px;
  background-color: #f6f6f6;
}

/* line 3691, ../sass/_app.scss */
form > div {
  overflow: hidden;
}

/* line 3695, ../sass/_app.scss */
.cpform > form {
  margin-bottom: 5px;
}

/* line 3701, ../sass/_app.scss */
.favbutton {
  cursor: pointer;
  border: none;
  width: 116px;
  background: url("../../Images/addfav.png") no-repeat !important;
  background-repeat: no-repeat;
}

/* line 3710, ../sass/_app.scss */
.addfav {
  margin-top: -53px;
  margin-left: -5px;
}

/* line 3715, ../sass/_app.scss */
.bookmarkbutton {
  margin-top: -30px;
  margin-left: -17px;
}

/* line 3720, ../sass/_app.scss */
.editfavbutton {
  margin-left: 18px !important;
  margin-bottom: 20px !important;
}

/* line 3725, ../sass/_app.scss */
.groups {
  padding-bottom: 10px;
}

/* line 3730, ../sass/_app.scss */
.groups .groupcontainer {
  height: 120px;
  max-height: 120px;
  min-height: 120px;
  border-style: solid;
  border-width: 1px;
  border-color: #9ab30c;
  overflow: hidden;
  padding: 10px;
  z-index: 1;
}

/* line 3742, ../sass/_app.scss */
.groups .groupcontainersmall {
  border-style: solid;
  border-width: 1px;
  border-color: #9ab30c;
  overflow: hidden;
  padding-top: 10px;
  padding-left: 15px;
  padding-bottom: 5px;
  z-index: 1;
}

/* line 3753, ../sass/_app.scss */
.groups .groupcontainersmall a {
  font-size: 16px;
}

/* line 3757, ../sass/_app.scss */
.groupToolField {
  background-color: #9ab30c;
  height: 25px;
  padding-top: 3px;
  padding-left: 10px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 720px) {
  /* line 3767, ../sass/_app.scss */
  .more {
    position: absolute;
    bottom: 34px;
    left: 0;
    width: 260px;
    height: 25px;
    max-height: 20px;
    text-align: center;
    margin: 0;
    padding-bottom: 0px;
    margin-left: 30px;
    margin-bottom: 15px;
    /* "transparent" only works here because == rgba(0,0,0,0) */
    background-image: linear-gradient(to bottom, transparent, #ffffff);
  }
}
@media only screen and (min-width: 720px) {
  /* line 3785, ../sass/_app.scss */
  .more {
    position: absolute;
    bottom: 34px;
    left: 0;
    width: 230px;
    height: 25px;
    max-height: 20px;
    text-align: center;
    margin: 0;
    padding-bottom: 0px;
    margin-left: 30px;
    margin-bottom: 15px;
    /* "transparent" only works here because == rgba(0,0,0,0) */
    background-image: linear-gradient(to bottom, transparent, #ffffff);
  }
}
/* line 3804, ../sass/_app.scss */
h2.clubcatname1 {
  margin-left: 10px;
  background-color: #ffffff;
  padding-left: 5px;
  padding-right: 5px;
  color: #9ab30c;
  display: block;
  width: 177px;
  font-size: 14px;
}

/* line 3816, ../sass/_app.scss */
h2.clubcatname2 {
  margin-left: 10px;
  background-color: #ffffff;
  padding-left: 5px;
  padding-right: 5px;
  color: #9ab30c;
  display: block;
  width: 110px;
  font-size: 14px;
}

/* line 3828, ../sass/_app.scss */
.clubcategory {
  background-image: url("../../Images/clubcatbg.jpg");
  background-repeat: repeat-x;
  background-position: left 0px top 7px;
  margin-bottom: 20px;
}

/* line 3835, ../sass/_app.scss */
.addclub2 {
  display: inline-block !important;
  font-size: 14px !important;
  line-height: 8px !important;
  font-weight: 400 !important;
  background: #0867a6 !important;
  color: white !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
  padding: 11px 30px 12px !important;
  cursor: pointer !important;
  white-space: nowrap;
}

/* line 3852, ../sass/_app.scss */
.addclub2:hover {
  background: #01476c !important;
  color: white !important;
  text-decoration: none !important;
}

/* line 3858, ../sass/_app.scss */
.addclub2 a {
  text-decoration: none;
  color: #ffffff;
}

/* line 3863, ../sass/_app.scss */
.latestclubsbox {
  border-style: solid;
  border-width: 1px;
  border-color: #9AB30C;
  margin-top: 58px;
}

/* line 3870, ../sass/_app.scss */
.latestclubday {
  color: #9AB30C;
  font-size: 18px;
}

/* line 3875, ../sass/_app.scss */
.latestclubmonth {
  color: #9AB30C;
}

/* line 3879, ../sass/_app.scss */
.latestclubcat {
  font-size: 10px;
  font-style: italic;
}

/* line 3884, ../sass/_app.scss */
.latestclubheader {
  margin-top: 10px;
}

/*#cats {
    float:left;
}

label {
    
    text-align: left;
    clear: both;
    //float:left;
    margin-right:5px;
}*/
/*.input-w label {
    display: inline-block;
    vertical-align: middle;    
}

.input-w input {
    display: inline-block;
    vertical-align: middle;
}*/
/* line 3911, ../sass/_app.scss */
input[type="checkbox"] {
  vertical-align: middle;
}

/* line 3915, ../sass/_app.scss */
.mysettingsNewsCat {
  display: block;
}

/* line 3919, ../sass/_app.scss */
.mysettingsNewsCat label {
  display: block;
}

/* line 3924, ../sass/_app.scss */
.mysettingsNewsCat input[type=checkbox] {
  float: left;
  display: block;
  margin-right: 5px;
  margin-top: 2px;
}

/* line 3931, ../sass/_app.scss */
.addfavheader {
  border-style: none !important;
  padding: 0px !important;
  margin: 0px !important;
  color: #5E6164;
  margin-top: 30px !important;
  padding-top: 30px !important;
}

/* line 3940, ../sass/_app.scss */
.clubIsMember {
  background-image: url("../../Images/gruppmossa.png");
  background-repeat: no-repeat;
  background-position: right 0px top;
}

/* line 3945, ../sass/_app.scss */
.clubinfoheader {
  display: block;
  margin-right: 15px;
  font-size: 16px;
}

/* line 3955, ../sass/_app.scss */
.mygroupsheader {
  background-color: #9ab30c;
  padding: 5px;
  margin-bottom: 10px;
  margin-top: 20px;
  padding-left: 15px;
}

/* line 3963, ../sass/_app.scss */
.mygroupsheader h3 {
  color: #fff;
}

/* line 3967, ../sass/_app.scss */
.groupcontainerreports {
  border-style: solid;
  border-width: 1px;
  border-color: #9ab30c;
  overflow: hidden;
  padding-top: 20px;
  padding-left: 15px;
  z-index: 1;
}

/* line 3978, ../sass/_app.scss */
.settingscontainerGreen {
  padding: 12px 12px 2px 12px;
  margin: 0px 0px 16px 0px !important;
  border-left: solid 1px #4c6322;
  border-right: solid 1px #4c6322;
  border-bottom: solid 1px #4c6322;
}

/* line 3986, ../sass/_app.scss */
.settingscontainerGreen label {
  color: black !important;
}

/* line 3990, ../sass/_app.scss */
.settingscontainerGreen span {
  display: block;
  margin-bottom: 4px;
}

/* line 3995, ../sass/_app.scss */
.settingspage h3 {
  padding: 6px;
  margin: 0px;
  color: #5E6164;
  border: solid 1px #4c6322 !important;
  background-color: #4c6322 !important;
  color: white !important;
}

/* line 4004, ../sass/_app.scss */
.bookmarkplaceholder {
  border: solid 1px #4c6322 !important;
  padding-top: 8px;
}

/* line 4013, ../sass/_app.scss */
.mysettingsheader:before {
  padding: 0 5px 0 0;
  content: url("../../Images/mysettingsicon.png");
  vertical-align: -5px;
}

/* line 4019, ../sass/_app.scss */
.actionblue {
  display: inline-block !important;
  font-size: 14px !important;
  line-height: 8px !important;
  font-weight: 400 !important;
  background: #0867a6 !important;
  color: white !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
  padding: 11px 30px 12px !important;
  cursor: pointer !important;
  white-space: nowrap;
}

/* line 4036, ../sass/_app.scss */
.actionblue:hover {
  background: #01476c !important;
  color: white !important;
  text-decoration: none !important;
}

/* line 4042, ../sass/_app.scss */
.actionblue a {
  text-decoration: none;
  color: #ffffff;
}

/* line 4047, ../sass/_app.scss */
.groupactionlink {
  height: 20px !important;
  margin-top: -1px !important;
  margin-left: -2px !important;
}

/* line 4053, ../sass/_app.scss */
.groupactionlinkleave {
  height: 20px !important;
  margin-top: -4px !important;
  margin-left: -6px !important;
}

/* line 4059, ../sass/_app.scss */
.imagebuttonLong {
  width: 190px;
  height: 17px;
  margin-left: 2px;
  font-size: 0px;
  display: block;
  text-indent: -999em;
}

/* line 4068, ../sass/_app.scss */
.clubheader {
  margin-bottom: 5px;
  display: block;
}

/* line 4073, ../sass/_app.scss */
div.groupToolField > input {
  background-repeat: no-repeat !important;
  background-size: auto 19px !important;
  background-position: 0px 0px !important;
  max-width: 100%;
  min-height: 30px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* line 4087, ../sass/_app.scss */
  div.groupToolField > input {
    background-repeat: no-repeat !important;
    background-size: auto 18px !important;
    background-position: 0px 0px 0px !important;
    max-width: 100%;
    min-height: 30px;
  }

  /* line 4095, ../sass/_app.scss */
  .groupToolField {
    padding-left: 4px !important;
  }

  /* line 4099, ../sass/_app.scss */
  .groupactionlink {
    height: 19px !important;
  }
}
/* line 4105, ../sass/_app.scss */
.readmorefeed {
  visibility: hidden;
  cursor: pointer;
  position: absolute;
  margin-top: -26px !important;
  padding: 5px;
  width: 100px;
  height: 25px;
  background-color: #fff;
  z-index: 250;
  color: #000000;
  text-align: center;
  right: 25px;
}

/* line 4121, ../sass/_app.scss */
.readmoretext {
  color: #5e6164;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* line 4127, ../sass/_app.scss */
  .readmorefeed {
    width: 82%;
  }

  /* line 4131, ../sass/_app.scss */
  .newsfeedcommentcontainer {
    margin-right: 5px;
  }

  /* line 4135, ../sass/_app.scss */
  .feedcomment {
    width: 103% !important;
  }

  /* line 4139, ../sass/_app.scss */
  .readmorecommentfeed {
    width: 103% !important;
  }
}
/* line 4145, ../sass/_app.scss */
.readmorecommentfeed {
  visibility: hidden;
  cursor: pointer;
  display: block;
  width: 100%;
  background-color: #eff3f6;
  text-align: right;
  padding-right: 29px;
  padding-bottom: 4px;
}

/* line 4156, ../sass/_app.scss */
.readmorefeedmobile {
  visibility: hidden;
  cursor: pointer;
  position: absolute;
  margin-top: -20px !important;
  margin-right: 20px;
  padding-right: 20px;
  width: 100%;
  margin-left: -15px;
  background-color: #fff;
  z-index: 1000;
  color: #000000;
  text-align: center;
}

/* line 4171, ../sass/_app.scss */
.readmorecommentmobilefeed {
  visibility: hidden;
  cursor: pointer;
  display: block;
  width: 110%;
  height: 25px;
  height: 25px;
  margin-left: -15px;
  background-color: #eff3f6;
  text-align: center;
  z-index: 1000;
  margin-bottom: -8px;
  margin-top: 25px;
}

/* line 4187, ../sass/_app.scss */
.calfilter {
  width: 200px;
}

/* line 4191, ../sass/_app.scss */
.poemmobilebutton {
  height: 60px;
  width: 50px;
}

/* line 4196, ../sass/_app.scss */
.poemmobilelist {
  display: none;
}

/* line 4200, ../sass/_app.scss */
.poemmobilelist {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 4206, ../sass/_app.scss */
.poemmobilelist li {
  padding: 10px;
  margin-left: 0px;
}

/* line 4214, ../sass/_app.scss */
.poemmobilelist a {
  border-top-style: solid;
  border-top-color: #c5ab5e;
  border-top-width: 1px;
  border-left-style: solid;
  border-left-color: #c5ab5e;
  border-left-width: 1px;
  border-right-style: solid;
  border-right-color: #c5ab5e;
  border-right-width: 1px;
  display: block;
  margin: 0px;
}

/* line 4228, ../sass/_app.scss */
.poemmobilelist a:last-child {
  border-bottom-style: solid;
  border-bottom-color: #c5ab5e;
  border-bottom-width: 1px;
}

/* line 4234, ../sass/_app.scss */
.specialDb, .dbcategories {
  list-style-type: none;
  margin-left: 0px;
  margin-top: 0px;
  padding-left: 0px;
  margin-bottom: 5px;
}

/* line 4243, ../sass/_app.scss */
.subjectList {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 2px;
}
/* line 4248, ../sass/_app.scss */
.subjectList li {
  font-size: 11px;
  color: #ffffff;
  display: inline-block;
  height: 18px;
  background-color: #af69a6;
  padding-left: 8px;
  padding-right: 8px;
  cursor: pointer;
  padding-top: 1px;
}

/* line 4261, ../sass/_app.scss */
.typeList {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* line 4266, ../sass/_app.scss */
.typeList li {
  font-size: 11px;
  color: #ffffff;
  display: inline-block;
  height: 18px;
  background-color: #3e1d40;
  padding-left: 8px;
  padding-right: 8px;
  cursor: pointer;
  padding-top: 1px;
}

/* line 4279, ../sass/_app.scss */
.clearfilter {
  text-indent: 20px;
  background-image: url("../../Images/clearfilter.png");
  background-repeat: no-repeat;
  background-position: 0px 5px;
  padding-bottom: 5px;
  cursor: pointer;
  margin-top: 15px;
}

/* line 4289, ../sass/_app.scss */
.dbItem {
  border-style: solid;
  max-width: 700px;
  border-color: #f4e0eb;
  border-width: 1px;
  margin-bottom: 5px;
  padding: 10px;
  min-height: 10px;
}
/* line 4297, ../sass/_app.scss */
.dbItem p {
  margin-top: 5px;
  margin-bottom: 0px;
}

/* line 4302, ../sass/_app.scss */
.dblistheader {
  display: block;
  margin-top: 0px;
  clear: both;
  margin-bottom: 5px !important;
  height: 20px;
}

/* line 4309, ../sass/_app.scss */
.dblistheader a {
  margin-top: 0px;
  font-size: 16px;
  z-index: 100;
  position: relative;
}

/* line 4320, ../sass/_app.scss */
.morelib {
  width: 100%;
  text-align: right;
  cursor: pointer;
  color: #ab59b2;
}

/* line 4327, ../sass/_app.scss */
.morelibempty {
  width: 100%;
  text-align: right;
  cursor: pointer;
  color: #ab59b2;
}

/* line 4334, ../sass/_app.scss */
.filtercol {
  border-style: solid;
  border-color: #dae1e6;
  border-width: 1px;
  margin-top: 50px;
}

/* line 4341, ../sass/_app.scss */
.clearfilter {
  border-bottom-style: solid;
  border-bottom-color: #dae1e6;
  border-bottom-width: 1px;
  padding-top: 4px;
}

/* line 4348, ../sass/_app.scss */
.searchFilter {
  margin-top: 5px;
  border-bottom-style: solid;
  border-bottom-color: #dae1e6;
  border-bottom-width: 1px;
}

/* line 4355, ../sass/_app.scss */
.freelabel {
  display: block;
  margin-top: 5px;
  border-bottom-style: solid;
  border-bottom-color: #dae1e6;
  border-bottom-width: 1px;
}

/* line 4363, ../sass/_app.scss */
.subjectfilter {
  border-bottom-style: solid;
  border-bottom-color: #dae1e6;
  border-bottom-width: 1px;
  margin-top: 5px;
}

/* line 4370, ../sass/_app.scss */
.catfilter {
  border-bottom-style: solid;
  border-bottom-color: #dae1e6;
  border-bottom-width: 1px;
  margin-top: 5px;
}

/* line 4377, ../sass/_app.scss */
.dblist {
  margin-top: 30px;
  min-height: 600px;
}

/* line 4382, ../sass/_app.scss */
.showsubjectinfo {
  cursor: pointer;
}

/* line 4386, ../sass/_app.scss */
.showcatinfo {
  cursor: pointer;
}

/* line 4389, ../sass/_app.scss */
.subjectinfo, .catinfo {
  padding: 5px;
  background-color: #ffffff;
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
  display: none;
  position: absolute;
  width: 100%;
  min-height: 100px;
}

/* line 4401, ../sass/_app.scss */
.infotextlibdb {
  display: none;
}

/* line 4405, ../sass/_app.scss */
.locked-info {
  display: block;
  padding: 5px;
  background-color: #ffffff;
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
  display: none;
  position: absolute;
  width: 300px;
  min-height: 50px;
  z-index: 10000;
  font-size: 14px;
}

/* line 4420, ../sass/_app.scss */
.activebox {
  background-color: #b1236e !important;
}

/* line 4424, ../sass/_app.scss */
.specialDb input[type="checkbox"] {
  margin-right: 3px;
}

/* line 4428, ../sass/_app.scss */
.dbcategories input[type="checkbox"] {
  margin-right: 3px;
}

/* line 4433, ../sass/_app.scss */
ul.HISTabSection-buttons:after {
  display: block;
  clear: both;
  content: " ";
}

/* line 4439, ../sass/_app.scss */
ul.HISTabSection-buttons li {
  float: left;
  color: #999;
  cursor: pointer;
  margin-right: 1em;
}

/* line 4446, ../sass/_app.scss */
ul.HISTabSection-buttons li.active {
  color: #ab2070;
  text-decoration: underline;
}

/* line 4451, ../sass/_app.scss */
.section-container .tab-content {
  display: none;
}

/* line 4455, ../sass/_app.scss */
.section-container .tab-content.active {
  display: block;
}

/* line 4463, ../sass/_app.scss */
html.js body main div.row div.block div.dbsearches div.section-container section.active p.title {
  background-color: #fff;
  border-right-style: solid;
  border-right-width: 2px;
  border-left-style: solid;
  border-left-width: 2px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ffffff;
  border-left-color: #ffffff;
  border-right-color: #ffffff;
  background-color: #b1236e !important;
  outline: none;
  max-height: 30px;
}

/* line 4479, ../sass/_app.scss */
html.js body main div.row div.block div.dbsearches div.section-container section.active p.title:first-child {
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ffffff;
  outline: none;
}

/* line 4486, ../sass/_app.scss */
html.js body main div.row div.block div.dbsearches div.section-container section p.title {
  color: #fff;
  border-right-style: solid;
  border-right-width: 2px;
  border-left-style: solid;
  border-left-width: 1px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ffffff;
  border-left-color: #ffffff;
  border-right-color: #ffffff;
  clear: both;
  display: block;
  margin-right: 10px;
  background-color: #002c42;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  outline: none;
  max-height: 30px;
}

/* line 4513, ../sass/_app.scss */
html.js body main div.row div.block div.dbsearches div.section-container section p.title a {
  color: #ffffff;
  text-decoration: none;
  max-height: 30px;
  padding-top: 3px;
}

/* line 4521, ../sass/_app.scss */
html.js body main div.row div.block div.dbsearches div.section-container section.active p.title a {
  color: #ffffff;
  max-height: 30px;
  outline: none;
}

/* line 4527, ../sass/_app.scss */
html.js body main div.row div.block div.dbsearches div.section-container section.active div.content {
  /*border-style:solid;
  border-width:1px;
  border-color:#ffffff;*/
  margin-left: 1px;
  background-color: #b1236e !important;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  margin-top: 1px;
  border-top-style: none;
  color: #ffffff;
  outline: none;
}

/* line 4542, ../sass/_app.scss */
html.js body main div.row div.block div.dbsearches div.section-container section.active div.content a {
  color: #ffffff;
}

@media (min-width: 700px) {
  /* line 4546, ../sass/_app.scss */
  .showbg {
    padding: 15px;
    padding-top: 25px;
    padding-bottom: 2px;
    margin-bottom: 15px;
    border-radius: 4px;
  }
}
/* line 4556, ../sass/_app.scss */
.dblistheadercontainer {
  display: inline-block;
}
