@charset "UTF-8";
meta.foundation-version {
  font-family: "/{{VERSION}}/";
}
meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0;
}
meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40rem)/";
  width: 0;
}
meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.0625rem)/";
  width: 40.0625rem;
}
meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.0625rem) and (max-width:57.5rem)/";
  width: 40.0625rem;
}
meta.foundation-mq-large {
  font-family: "/only screen and (min-width:57.5625rem)/";
  width: 57.5625rem;
}
meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:57.5625rem) and (max-width:83.125rem)/";
  width: 57.5625rem;
}
meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:83.1875rem)/";
  width: 83.1875rem;
}
meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:83.1875rem) and (max-width:120rem)/";
  width: 83.1875rem;
}
meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.0625rem)/";
  width: 120.0625rem;
}
meta.foundation-data-attribute-namespace {
  font-family: false;
}
html, body {
  height: 100%;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  font-size: 100%;
}
body {
  background: #fff;
  color: #323238;
  padding: 0;
  margin: 0;
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}
a:hover {
  cursor: pointer;
}
img {
  max-width: 100%;
  height: auto;
}
img {
  -ms-interpolation-mode: bicubic;
}
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}
.left {
  float: left !important;
}
.right {
  float: right !important;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.hide {
  display: none;
}
.invisible {
  visibility: hidden;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  display: inline-block;
  vertical-align: middle;
}
textarea {
  height: auto;
  min-height: 50px;
}
select {
  width: 100%;
}
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 75.5rem;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
.row .row {
  width: auto;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
.row .row:after {
  clear: both;
}
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
}
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
.row .row.collapse:after {
  clear: both;
}
.column,
.columns {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
}
[class*="column"] + [class*="column"]:last-child {
  float: right;
}
[class*="column"] + [class*="column"].end {
  float: left;
}
@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .small-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .small-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .small-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .small-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .small-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .small-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .small-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .small-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .small-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .small-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .small-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .small-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .small-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .small-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .small-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .small-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    float: left;
  }
  .small-1 {
    width: 8.3333333333%;
  }
  .small-2 {
    width: 16.6666666667%;
  }
  .small-3 {
    width: 25%;
  }
  .small-4 {
    width: 33.3333333333%;
  }
  .small-5 {
    width: 41.6666666667%;
  }
  .small-6 {
    width: 50%;
  }
  .small-7 {
    width: 58.3333333333%;
  }
  .small-8 {
    width: 66.6666666667%;
  }
  .small-9 {
    width: 75%;
  }
  .small-10 {
    width: 83.3333333333%;
  }
  .small-11 {
    width: 91.6666666667%;
  }
  .small-12 {
    width: 100%;
  }
  .small-offset-0 {
    margin-left: 0% !important;
  }
  .small-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .small-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .small-offset-3 {
    margin-left: 25% !important;
  }
  .small-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .small-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .small-offset-6 {
    margin-left: 50% !important;
  }
  .small-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .small-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .small-offset-9 {
    margin-left: 75% !important;
  }
  .small-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .small-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none;
  }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left;
  }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }
  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    float: left;
  }
}
@media only screen and (min-width: 40.0625rem) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .medium-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .medium-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .medium-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .medium-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .medium-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .medium-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .medium-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .medium-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    float: left;
  }
  .medium-1 {
    width: 8.3333333333%;
  }
  .medium-2 {
    width: 16.6666666667%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-4 {
    width: 33.3333333333%;
  }
  .medium-5 {
    width: 41.6666666667%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-7 {
    width: 58.3333333333%;
  }
  .medium-8 {
    width: 66.6666666667%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-10 {
    width: 83.3333333333%;
  }
  .medium-11 {
    width: 91.6666666667%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-0 {
    margin-left: 0% !important;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .medium-offset-3 {
    margin-left: 25% !important;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .medium-offset-6 {
    margin-left: 50% !important;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .medium-offset-9 {
    margin-left: 75% !important;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none;
  }
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left;
  }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }
  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    float: left;
  }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}
@media only screen and (min-width: 57.5625rem) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .large-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .large-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .large-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .large-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .large-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .large-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .large-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .large-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    float: left;
  }
  .large-1 {
    width: 8.3333333333%;
  }
  .large-2 {
    width: 16.6666666667%;
  }
  .large-3 {
    width: 25%;
  }
  .large-4 {
    width: 33.3333333333%;
  }
  .large-5 {
    width: 41.6666666667%;
  }
  .large-6 {
    width: 50%;
  }
  .large-7 {
    width: 58.3333333333%;
  }
  .large-8 {
    width: 66.6666666667%;
  }
  .large-9 {
    width: 75%;
  }
  .large-10 {
    width: 83.3333333333%;
  }
  .large-11 {
    width: 91.6666666667%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-0 {
    margin-left: 0% !important;
  }
  .large-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .large-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .large-offset-3 {
    margin-left: 25% !important;
  }
  .large-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .large-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .large-offset-6 {
    margin-left: 50% !important;
  }
  .large-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .large-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .large-offset-9 {
    margin-left: 75% !important;
  }
  .large-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .large-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none;
  }
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left;
  }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }
  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    float: left;
  }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}
.accordion {
  margin-bottom: 0;
}
.accordion:before, .accordion:after {
  content: " ";
  display: table;
}
.accordion:after {
  clear: both;
}
.accordion .accordion-navigation, .accordion dd {
  display: block;
  margin-bottom: 0 !important;
}
.accordion .accordion-navigation.active > a, .accordion dd.active > a {
  background: #323238;
}
.accordion .accordion-navigation > a, .accordion dd > a {
  background: #323238;
  color: #fff;
  padding: 1rem;
  display: block;
  font-family: "proxima-nova-condensed", sans-serif;
  font-size: 1rem;
}
.accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
  background: #a3a3ad;
}
.accordion .accordion-navigation > .content, .accordion dd > .content {
  display: none;
  padding: 0;
}
.accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
  display: block;
  background: #FFFFFF;
}
.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: 300;
  margin-bottom: 1.25rem;
  position: relative;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  font-size: 0.8125rem;
  transition: opacity 300ms ease-out;
  background-color: #26a9f2;
  border-color: #0d97e4;
  color: #FFFFFF;
}
.alert-box .close {
  font-size: 1.375rem;
  padding: 0 6px 4px;
  line-height: .9;
  position: absolute;
  top: 50%;
  margin-top: -0.6875rem;
  right: 0.25rem;
  color: #333333;
  opacity: 0.3;
  background: inherit;
}
.alert-box .close:hover, .alert-box .close:focus {
  opacity: 0.5;
}
.alert-box.radius {
  border-radius: 3px;
}
.alert-box.round {
  border-radius: 1000px;
}
.alert-box.success {
  background-color: #43AC6A;
  border-color: #3a945b;
  color: #FFFFFF;
}
.alert-box.alert {
  background-color: #ffa81e;
  border-color: #f59600;
  color: #FFFFFF;
}
.alert-box.secondary {
  background-color: #cacacf;
  border-color: #ababb4;
  color: #424249;
}
.alert-box.warning {
  background-color: #f08a24;
  border-color: #de770f;
  color: #FFFFFF;
}
.alert-box.info {
  background-color: #a0d3e8;
  border-color: #74bfdd;
  color: #424249;
}
.alert-box.alert-close {
  opacity: 0;
}
[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0;
}
[class*="block-grid-"]:before, [class*="block-grid-"]:after {
  content: " ";
  display: table;
}
[class*="block-grid-"]:after {
  clear: both;
}
[class*="block-grid-"] > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 0.75rem 1.5rem;
}
@media only screen {
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  .small-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .small-block-grid-1 > li:nth-of-type(1n) {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .small-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  .small-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    padding-left: 0rem;
    padding-right: 0.75rem;
  }
  .small-block-grid-2 > li:nth-of-type(2n) {
    padding-left: 0.75rem;
    padding-right: 0rem;
  }
  .small-block-grid-3 > li {
    width: 33.3333333333%;
    list-style: none;
  }
  .small-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    padding-left: 0rem;
    padding-right: 1rem;
  }
  .small-block-grid-3 > li:nth-of-type(3n+2) {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .small-block-grid-3 > li:nth-of-type(3n) {
    padding-left: 1rem;
    padding-right: 0rem;
  }
  .small-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  .small-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    padding-left: 0rem;
    padding-right: 1.125rem;
  }
  .small-block-grid-4 > li:nth-of-type(4n+2) {
    padding-left: 0.375rem;
    padding-right: 0.75rem;
  }
  .small-block-grid-4 > li:nth-of-type(4n+3) {
    padding-left: 0.75rem;
    padding-right: 0.375rem;
  }
  .small-block-grid-4 > li:nth-of-type(4n) {
    padding-left: 1.125rem;
    padding-right: 0rem;
  }
  .small-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  .small-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    padding-left: 0rem;
    padding-right: 1.2rem;
  }
  .small-block-grid-5 > li:nth-of-type(5n+2) {
    padding-left: 0.3rem;
    padding-right: 0.9rem;
  }
  .small-block-grid-5 > li:nth-of-type(5n+3) {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
  }
  .small-block-grid-5 > li:nth-of-type(5n+4) {
    padding-left: 0.9rem;
    padding-right: 0.3rem;
  }
  .small-block-grid-5 > li:nth-of-type(5n) {
    padding-left: 1.2rem;
    padding-right: 0rem;
  }
  .small-block-grid-6 > li {
    width: 16.6666666667%;
    list-style: none;
  }
  .small-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    padding-left: 0rem;
    padding-right: 1.25rem;
  }
  .small-block-grid-6 > li:nth-of-type(6n+2) {
    padding-left: 0.25rem;
    padding-right: 1rem;
  }
  .small-block-grid-6 > li:nth-of-type(6n+3) {
    padding-left: 0.5rem;
    padding-right: 0.75rem;
  }
  .small-block-grid-6 > li:nth-of-type(6n+4) {
    padding-left: 0.75rem;
    padding-right: 0.5rem;
  }
  .small-block-grid-6 > li:nth-of-type(6n+5) {
    padding-left: 1rem;
    padding-right: 0.25rem;
  }
  .small-block-grid-6 > li:nth-of-type(6n) {
    padding-left: 1.25rem;
    padding-right: 0rem;
  }
  .small-block-grid-7 > li {
    width: 14.2857142857%;
    list-style: none;
  }
  .small-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    padding-left: 0rem;
    padding-right: 1.2857142857rem;
  }
  .small-block-grid-7 > li:nth-of-type(7n+2) {
    padding-left: 0.2142857143rem;
    padding-right: 1.0714285714rem;
  }
  .small-block-grid-7 > li:nth-of-type(7n+3) {
    padding-left: 0.4285714286rem;
    padding-right: 0.8571428571rem;
  }
  .small-block-grid-7 > li:nth-of-type(7n+4) {
    padding-left: 0.6428571429rem;
    padding-right: 0.6428571429rem;
  }
  .small-block-grid-7 > li:nth-of-type(7n+5) {
    padding-left: 0.8571428571rem;
    padding-right: 0.4285714286rem;
  }
  .small-block-grid-7 > li:nth-of-type(7n+6) {
    padding-left: 1.0714285714rem;
    padding-right: 0.2142857143rem;
  }
  .small-block-grid-7 > li:nth-of-type(7n) {
    padding-left: 1.2857142857rem;
    padding-right: 0rem;
  }
  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  .small-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    padding-left: 0rem;
    padding-right: 1.3125rem;
  }
  .small-block-grid-8 > li:nth-of-type(8n+2) {
    padding-left: 0.1875rem;
    padding-right: 1.125rem;
  }
  .small-block-grid-8 > li:nth-of-type(8n+3) {
    padding-left: 0.375rem;
    padding-right: 0.9375rem;
  }
  .small-block-grid-8 > li:nth-of-type(8n+4) {
    padding-left: 0.5625rem;
    padding-right: 0.75rem;
  }
  .small-block-grid-8 > li:nth-of-type(8n+5) {
    padding-left: 0.75rem;
    padding-right: 0.5625rem;
  }
  .small-block-grid-8 > li:nth-of-type(8n+6) {
    padding-left: 0.9375rem;
    padding-right: 0.375rem;
  }
  .small-block-grid-8 > li:nth-of-type(8n+7) {
    padding-left: 1.125rem;
    padding-right: 0.1875rem;
  }
  .small-block-grid-8 > li:nth-of-type(8n) {
    padding-left: 1.3125rem;
    padding-right: 0rem;
  }
  .small-block-grid-9 > li {
    width: 11.1111111111%;
    list-style: none;
  }
  .small-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    padding-left: 0rem;
    padding-right: 1.3333333333rem;
  }
  .small-block-grid-9 > li:nth-of-type(9n+2) {
    padding-left: 0.1666666667rem;
    padding-right: 1.1666666667rem;
  }
  .small-block-grid-9 > li:nth-of-type(9n+3) {
    padding-left: 0.3333333333rem;
    padding-right: 1rem;
  }
  .small-block-grid-9 > li:nth-of-type(9n+4) {
    padding-left: 0.5rem;
    padding-right: 0.8333333333rem;
  }
  .small-block-grid-9 > li:nth-of-type(9n+5) {
    padding-left: 0.6666666667rem;
    padding-right: 0.6666666667rem;
  }
  .small-block-grid-9 > li:nth-of-type(9n+6) {
    padding-left: 0.8333333333rem;
    padding-right: 0.5rem;
  }
  .small-block-grid-9 > li:nth-of-type(9n+7) {
    padding-left: 1rem;
    padding-right: 0.3333333333rem;
  }
  .small-block-grid-9 > li:nth-of-type(9n+8) {
    padding-left: 1.1666666667rem;
    padding-right: 0.1666666667rem;
  }
  .small-block-grid-9 > li:nth-of-type(9n) {
    padding-left: 1.3333333333rem;
    padding-right: 0rem;
  }
  .small-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  .small-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    padding-left: 0rem;
    padding-right: 1.35rem;
  }
  .small-block-grid-10 > li:nth-of-type(10n+2) {
    padding-left: 0.15rem;
    padding-right: 1.2rem;
  }
  .small-block-grid-10 > li:nth-of-type(10n+3) {
    padding-left: 0.3rem;
    padding-right: 1.05rem;
  }
  .small-block-grid-10 > li:nth-of-type(10n+4) {
    padding-left: 0.45rem;
    padding-right: 0.9rem;
  }
  .small-block-grid-10 > li:nth-of-type(10n+5) {
    padding-left: 0.6rem;
    padding-right: 0.75rem;
  }
  .small-block-grid-10 > li:nth-of-type(10n+6) {
    padding-left: 0.75rem;
    padding-right: 0.6rem;
  }
  .small-block-grid-10 > li:nth-of-type(10n+7) {
    padding-left: 0.9rem;
    padding-right: 0.45rem;
  }
  .small-block-grid-10 > li:nth-of-type(10n+8) {
    padding-left: 1.05rem;
    padding-right: 0.3rem;
  }
  .small-block-grid-10 > li:nth-of-type(10n+9) {
    padding-left: 1.2rem;
    padding-right: 0.15rem;
  }
  .small-block-grid-10 > li:nth-of-type(10n) {
    padding-left: 1.35rem;
    padding-right: 0rem;
  }
  .small-block-grid-11 > li {
    width: 9.0909090909%;
    list-style: none;
  }
  .small-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    padding-left: 0rem;
    padding-right: 1.3636363636rem;
  }
  .small-block-grid-11 > li:nth-of-type(11n+2) {
    padding-left: 0.1363636364rem;
    padding-right: 1.2272727273rem;
  }
  .small-block-grid-11 > li:nth-of-type(11n+3) {
    padding-left: 0.2727272727rem;
    padding-right: 1.0909090909rem;
  }
  .small-block-grid-11 > li:nth-of-type(11n+4) {
    padding-left: 0.4090909091rem;
    padding-right: 0.9545454545rem;
  }
  .small-block-grid-11 > li:nth-of-type(11n+5) {
    padding-left: 0.5454545455rem;
    padding-right: 0.8181818182rem;
  }
  .small-block-grid-11 > li:nth-of-type(11n+6) {
    padding-left: 0.6818181818rem;
    padding-right: 0.6818181818rem;
  }
  .small-block-grid-11 > li:nth-of-type(11n+7) {
    padding-left: 0.8181818182rem;
    padding-right: 0.5454545455rem;
  }
  .small-block-grid-11 > li:nth-of-type(11n+8) {
    padding-left: 0.9545454545rem;
    padding-right: 0.4090909091rem;
  }
  .small-block-grid-11 > li:nth-of-type(11n+9) {
    padding-left: 1.0909090909rem;
    padding-right: 0.2727272727rem;
  }
  .small-block-grid-11 > li:nth-of-type(11n+10) {
    padding-left: 1.2272727273rem;
    padding-right: 0.1363636364rem;
  }
  .small-block-grid-11 > li:nth-of-type(11n) {
    padding-left: 1.3636363636rem;
    padding-right: 0rem;
  }
  .small-block-grid-12 > li {
    width: 8.3333333333%;
    list-style: none;
  }
  .small-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    padding-left: 0rem;
    padding-right: 1.375rem;
  }
  .small-block-grid-12 > li:nth-of-type(12n+2) {
    padding-left: 0.125rem;
    padding-right: 1.25rem;
  }
  .small-block-grid-12 > li:nth-of-type(12n+3) {
    padding-left: 0.25rem;
    padding-right: 1.125rem;
  }
  .small-block-grid-12 > li:nth-of-type(12n+4) {
    padding-left: 0.375rem;
    padding-right: 1rem;
  }
  .small-block-grid-12 > li:nth-of-type(12n+5) {
    padding-left: 0.5rem;
    padding-right: 0.875rem;
  }
  .small-block-grid-12 > li:nth-of-type(12n+6) {
    padding-left: 0.625rem;
    padding-right: 0.75rem;
  }
  .small-block-grid-12 > li:nth-of-type(12n+7) {
    padding-left: 0.75rem;
    padding-right: 0.625rem;
  }
  .small-block-grid-12 > li:nth-of-type(12n+8) {
    padding-left: 0.875rem;
    padding-right: 0.5rem;
  }
  .small-block-grid-12 > li:nth-of-type(12n+9) {
    padding-left: 1rem;
    padding-right: 0.375rem;
  }
  .small-block-grid-12 > li:nth-of-type(12n+10) {
    padding-left: 1.125rem;
    padding-right: 0.25rem;
  }
  .small-block-grid-12 > li:nth-of-type(12n+11) {
    padding-left: 1.25rem;
    padding-right: 0.125rem;
  }
  .small-block-grid-12 > li:nth-of-type(12n) {
    padding-left: 1.375rem;
    padding-right: 0rem;
  }
}
@media only screen and (min-width: 40.0625rem) {
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  .medium-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-block-grid-1 > li:nth-of-type(1n) {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  .medium-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    padding-left: 0rem;
    padding-right: 0.75rem;
  }
  .medium-block-grid-2 > li:nth-of-type(2n) {
    padding-left: 0.75rem;
    padding-right: 0rem;
  }
  .medium-block-grid-3 > li {
    width: 33.3333333333%;
    list-style: none;
  }
  .medium-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    padding-left: 0rem;
    padding-right: 1rem;
  }
  .medium-block-grid-3 > li:nth-of-type(3n+2) {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .medium-block-grid-3 > li:nth-of-type(3n) {
    padding-left: 1rem;
    padding-right: 0rem;
  }
  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  .medium-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    padding-left: 0rem;
    padding-right: 1.125rem;
  }
  .medium-block-grid-4 > li:nth-of-type(4n+2) {
    padding-left: 0.375rem;
    padding-right: 0.75rem;
  }
  .medium-block-grid-4 > li:nth-of-type(4n+3) {
    padding-left: 0.75rem;
    padding-right: 0.375rem;
  }
  .medium-block-grid-4 > li:nth-of-type(4n) {
    padding-left: 1.125rem;
    padding-right: 0rem;
  }
  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  .medium-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    padding-left: 0rem;
    padding-right: 1.2rem;
  }
  .medium-block-grid-5 > li:nth-of-type(5n+2) {
    padding-left: 0.3rem;
    padding-right: 0.9rem;
  }
  .medium-block-grid-5 > li:nth-of-type(5n+3) {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
  }
  .medium-block-grid-5 > li:nth-of-type(5n+4) {
    padding-left: 0.9rem;
    padding-right: 0.3rem;
  }
  .medium-block-grid-5 > li:nth-of-type(5n) {
    padding-left: 1.2rem;
    padding-right: 0rem;
  }
  .medium-block-grid-6 > li {
    width: 16.6666666667%;
    list-style: none;
  }
  .medium-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    padding-left: 0rem;
    padding-right: 1.25rem;
  }
  .medium-block-grid-6 > li:nth-of-type(6n+2) {
    padding-left: 0.25rem;
    padding-right: 1rem;
  }
  .medium-block-grid-6 > li:nth-of-type(6n+3) {
    padding-left: 0.5rem;
    padding-right: 0.75rem;
  }
  .medium-block-grid-6 > li:nth-of-type(6n+4) {
    padding-left: 0.75rem;
    padding-right: 0.5rem;
  }
  .medium-block-grid-6 > li:nth-of-type(6n+5) {
    padding-left: 1rem;
    padding-right: 0.25rem;
  }
  .medium-block-grid-6 > li:nth-of-type(6n) {
    padding-left: 1.25rem;
    padding-right: 0rem;
  }
  .medium-block-grid-7 > li {
    width: 14.2857142857%;
    list-style: none;
  }
  .medium-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    padding-left: 0rem;
    padding-right: 1.2857142857rem;
  }
  .medium-block-grid-7 > li:nth-of-type(7n+2) {
    padding-left: 0.2142857143rem;
    padding-right: 1.0714285714rem;
  }
  .medium-block-grid-7 > li:nth-of-type(7n+3) {
    padding-left: 0.4285714286rem;
    padding-right: 0.8571428571rem;
  }
  .medium-block-grid-7 > li:nth-of-type(7n+4) {
    padding-left: 0.6428571429rem;
    padding-right: 0.6428571429rem;
  }
  .medium-block-grid-7 > li:nth-of-type(7n+5) {
    padding-left: 0.8571428571rem;
    padding-right: 0.4285714286rem;
  }
  .medium-block-grid-7 > li:nth-of-type(7n+6) {
    padding-left: 1.0714285714rem;
    padding-right: 0.2142857143rem;
  }
  .medium-block-grid-7 > li:nth-of-type(7n) {
    padding-left: 1.2857142857rem;
    padding-right: 0rem;
  }
  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  .medium-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    padding-left: 0rem;
    padding-right: 1.3125rem;
  }
  .medium-block-grid-8 > li:nth-of-type(8n+2) {
    padding-left: 0.1875rem;
    padding-right: 1.125rem;
  }
  .medium-block-grid-8 > li:nth-of-type(8n+3) {
    padding-left: 0.375rem;
    padding-right: 0.9375rem;
  }
  .medium-block-grid-8 > li:nth-of-type(8n+4) {
    padding-left: 0.5625rem;
    padding-right: 0.75rem;
  }
  .medium-block-grid-8 > li:nth-of-type(8n+5) {
    padding-left: 0.75rem;
    padding-right: 0.5625rem;
  }
  .medium-block-grid-8 > li:nth-of-type(8n+6) {
    padding-left: 0.9375rem;
    padding-right: 0.375rem;
  }
  .medium-block-grid-8 > li:nth-of-type(8n+7) {
    padding-left: 1.125rem;
    padding-right: 0.1875rem;
  }
  .medium-block-grid-8 > li:nth-of-type(8n) {
    padding-left: 1.3125rem;
    padding-right: 0rem;
  }
  .medium-block-grid-9 > li {
    width: 11.1111111111%;
    list-style: none;
  }
  .medium-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    padding-left: 0rem;
    padding-right: 1.3333333333rem;
  }
  .medium-block-grid-9 > li:nth-of-type(9n+2) {
    padding-left: 0.1666666667rem;
    padding-right: 1.1666666667rem;
  }
  .medium-block-grid-9 > li:nth-of-type(9n+3) {
    padding-left: 0.3333333333rem;
    padding-right: 1rem;
  }
  .medium-block-grid-9 > li:nth-of-type(9n+4) {
    padding-left: 0.5rem;
    padding-right: 0.8333333333rem;
  }
  .medium-block-grid-9 > li:nth-of-type(9n+5) {
    padding-left: 0.6666666667rem;
    padding-right: 0.6666666667rem;
  }
  .medium-block-grid-9 > li:nth-of-type(9n+6) {
    padding-left: 0.8333333333rem;
    padding-right: 0.5rem;
  }
  .medium-block-grid-9 > li:nth-of-type(9n+7) {
    padding-left: 1rem;
    padding-right: 0.3333333333rem;
  }
  .medium-block-grid-9 > li:nth-of-type(9n+8) {
    padding-left: 1.1666666667rem;
    padding-right: 0.1666666667rem;
  }
  .medium-block-grid-9 > li:nth-of-type(9n) {
    padding-left: 1.3333333333rem;
    padding-right: 0rem;
  }
  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  .medium-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    padding-left: 0rem;
    padding-right: 1.35rem;
  }
  .medium-block-grid-10 > li:nth-of-type(10n+2) {
    padding-left: 0.15rem;
    padding-right: 1.2rem;
  }
  .medium-block-grid-10 > li:nth-of-type(10n+3) {
    padding-left: 0.3rem;
    padding-right: 1.05rem;
  }
  .medium-block-grid-10 > li:nth-of-type(10n+4) {
    padding-left: 0.45rem;
    padding-right: 0.9rem;
  }
  .medium-block-grid-10 > li:nth-of-type(10n+5) {
    padding-left: 0.6rem;
    padding-right: 0.75rem;
  }
  .medium-block-grid-10 > li:nth-of-type(10n+6) {
    padding-left: 0.75rem;
    padding-right: 0.6rem;
  }
  .medium-block-grid-10 > li:nth-of-type(10n+7) {
    padding-left: 0.9rem;
    padding-right: 0.45rem;
  }
  .medium-block-grid-10 > li:nth-of-type(10n+8) {
    padding-left: 1.05rem;
    padding-right: 0.3rem;
  }
  .medium-block-grid-10 > li:nth-of-type(10n+9) {
    padding-left: 1.2rem;
    padding-right: 0.15rem;
  }
  .medium-block-grid-10 > li:nth-of-type(10n) {
    padding-left: 1.35rem;
    padding-right: 0rem;
  }
  .medium-block-grid-11 > li {
    width: 9.0909090909%;
    list-style: none;
  }
  .medium-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    padding-left: 0rem;
    padding-right: 1.3636363636rem;
  }
  .medium-block-grid-11 > li:nth-of-type(11n+2) {
    padding-left: 0.1363636364rem;
    padding-right: 1.2272727273rem;
  }
  .medium-block-grid-11 > li:nth-of-type(11n+3) {
    padding-left: 0.2727272727rem;
    padding-right: 1.0909090909rem;
  }
  .medium-block-grid-11 > li:nth-of-type(11n+4) {
    padding-left: 0.4090909091rem;
    padding-right: 0.9545454545rem;
  }
  .medium-block-grid-11 > li:nth-of-type(11n+5) {
    padding-left: 0.5454545455rem;
    padding-right: 0.8181818182rem;
  }
  .medium-block-grid-11 > li:nth-of-type(11n+6) {
    padding-left: 0.6818181818rem;
    padding-right: 0.6818181818rem;
  }
  .medium-block-grid-11 > li:nth-of-type(11n+7) {
    padding-left: 0.8181818182rem;
    padding-right: 0.5454545455rem;
  }
  .medium-block-grid-11 > li:nth-of-type(11n+8) {
    padding-left: 0.9545454545rem;
    padding-right: 0.4090909091rem;
  }
  .medium-block-grid-11 > li:nth-of-type(11n+9) {
    padding-left: 1.0909090909rem;
    padding-right: 0.2727272727rem;
  }
  .medium-block-grid-11 > li:nth-of-type(11n+10) {
    padding-left: 1.2272727273rem;
    padding-right: 0.1363636364rem;
  }
  .medium-block-grid-11 > li:nth-of-type(11n) {
    padding-left: 1.3636363636rem;
    padding-right: 0rem;
  }
  .medium-block-grid-12 > li {
    width: 8.3333333333%;
    list-style: none;
  }
  .medium-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    padding-left: 0rem;
    padding-right: 1.375rem;
  }
  .medium-block-grid-12 > li:nth-of-type(12n+2) {
    padding-left: 0.125rem;
    padding-right: 1.25rem;
  }
  .medium-block-grid-12 > li:nth-of-type(12n+3) {
    padding-left: 0.25rem;
    padding-right: 1.125rem;
  }
  .medium-block-grid-12 > li:nth-of-type(12n+4) {
    padding-left: 0.375rem;
    padding-right: 1rem;
  }
  .medium-block-grid-12 > li:nth-of-type(12n+5) {
    padding-left: 0.5rem;
    padding-right: 0.875rem;
  }
  .medium-block-grid-12 > li:nth-of-type(12n+6) {
    padding-left: 0.625rem;
    padding-right: 0.75rem;
  }
  .medium-block-grid-12 > li:nth-of-type(12n+7) {
    padding-left: 0.75rem;
    padding-right: 0.625rem;
  }
  .medium-block-grid-12 > li:nth-of-type(12n+8) {
    padding-left: 0.875rem;
    padding-right: 0.5rem;
  }
  .medium-block-grid-12 > li:nth-of-type(12n+9) {
    padding-left: 1rem;
    padding-right: 0.375rem;
  }
  .medium-block-grid-12 > li:nth-of-type(12n+10) {
    padding-left: 1.125rem;
    padding-right: 0.25rem;
  }
  .medium-block-grid-12 > li:nth-of-type(12n+11) {
    padding-left: 1.25rem;
    padding-right: 0.125rem;
  }
  .medium-block-grid-12 > li:nth-of-type(12n) {
    padding-left: 1.375rem;
    padding-right: 0rem;
  }
}
@media only screen and (min-width: 57.5625rem) {
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  .large-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .large-block-grid-1 > li:nth-of-type(1n) {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .large-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  .large-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    padding-left: 0rem;
    padding-right: 0.75rem;
  }
  .large-block-grid-2 > li:nth-of-type(2n) {
    padding-left: 0.75rem;
    padding-right: 0rem;
  }
  .large-block-grid-3 > li {
    width: 33.3333333333%;
    list-style: none;
  }
  .large-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    padding-left: 0rem;
    padding-right: 1rem;
  }
  .large-block-grid-3 > li:nth-of-type(3n+2) {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .large-block-grid-3 > li:nth-of-type(3n) {
    padding-left: 1rem;
    padding-right: 0rem;
  }
  .large-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  .large-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    padding-left: 0rem;
    padding-right: 1.125rem;
  }
  .large-block-grid-4 > li:nth-of-type(4n+2) {
    padding-left: 0.375rem;
    padding-right: 0.75rem;
  }
  .large-block-grid-4 > li:nth-of-type(4n+3) {
    padding-left: 0.75rem;
    padding-right: 0.375rem;
  }
  .large-block-grid-4 > li:nth-of-type(4n) {
    padding-left: 1.125rem;
    padding-right: 0rem;
  }
  .large-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  .large-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    padding-left: 0rem;
    padding-right: 1.2rem;
  }
  .large-block-grid-5 > li:nth-of-type(5n+2) {
    padding-left: 0.3rem;
    padding-right: 0.9rem;
  }
  .large-block-grid-5 > li:nth-of-type(5n+3) {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
  }
  .large-block-grid-5 > li:nth-of-type(5n+4) {
    padding-left: 0.9rem;
    padding-right: 0.3rem;
  }
  .large-block-grid-5 > li:nth-of-type(5n) {
    padding-left: 1.2rem;
    padding-right: 0rem;
  }
  .large-block-grid-6 > li {
    width: 16.6666666667%;
    list-style: none;
  }
  .large-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    padding-left: 0rem;
    padding-right: 1.25rem;
  }
  .large-block-grid-6 > li:nth-of-type(6n+2) {
    padding-left: 0.25rem;
    padding-right: 1rem;
  }
  .large-block-grid-6 > li:nth-of-type(6n+3) {
    padding-left: 0.5rem;
    padding-right: 0.75rem;
  }
  .large-block-grid-6 > li:nth-of-type(6n+4) {
    padding-left: 0.75rem;
    padding-right: 0.5rem;
  }
  .large-block-grid-6 > li:nth-of-type(6n+5) {
    padding-left: 1rem;
    padding-right: 0.25rem;
  }
  .large-block-grid-6 > li:nth-of-type(6n) {
    padding-left: 1.25rem;
    padding-right: 0rem;
  }
  .large-block-grid-7 > li {
    width: 14.2857142857%;
    list-style: none;
  }
  .large-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    padding-left: 0rem;
    padding-right: 1.2857142857rem;
  }
  .large-block-grid-7 > li:nth-of-type(7n+2) {
    padding-left: 0.2142857143rem;
    padding-right: 1.0714285714rem;
  }
  .large-block-grid-7 > li:nth-of-type(7n+3) {
    padding-left: 0.4285714286rem;
    padding-right: 0.8571428571rem;
  }
  .large-block-grid-7 > li:nth-of-type(7n+4) {
    padding-left: 0.6428571429rem;
    padding-right: 0.6428571429rem;
  }
  .large-block-grid-7 > li:nth-of-type(7n+5) {
    padding-left: 0.8571428571rem;
    padding-right: 0.4285714286rem;
  }
  .large-block-grid-7 > li:nth-of-type(7n+6) {
    padding-left: 1.0714285714rem;
    padding-right: 0.2142857143rem;
  }
  .large-block-grid-7 > li:nth-of-type(7n) {
    padding-left: 1.2857142857rem;
    padding-right: 0rem;
  }
  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  .large-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    padding-left: 0rem;
    padding-right: 1.3125rem;
  }
  .large-block-grid-8 > li:nth-of-type(8n+2) {
    padding-left: 0.1875rem;
    padding-right: 1.125rem;
  }
  .large-block-grid-8 > li:nth-of-type(8n+3) {
    padding-left: 0.375rem;
    padding-right: 0.9375rem;
  }
  .large-block-grid-8 > li:nth-of-type(8n+4) {
    padding-left: 0.5625rem;
    padding-right: 0.75rem;
  }
  .large-block-grid-8 > li:nth-of-type(8n+5) {
    padding-left: 0.75rem;
    padding-right: 0.5625rem;
  }
  .large-block-grid-8 > li:nth-of-type(8n+6) {
    padding-left: 0.9375rem;
    padding-right: 0.375rem;
  }
  .large-block-grid-8 > li:nth-of-type(8n+7) {
    padding-left: 1.125rem;
    padding-right: 0.1875rem;
  }
  .large-block-grid-8 > li:nth-of-type(8n) {
    padding-left: 1.3125rem;
    padding-right: 0rem;
  }
  .large-block-grid-9 > li {
    width: 11.1111111111%;
    list-style: none;
  }
  .large-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    padding-left: 0rem;
    padding-right: 1.3333333333rem;
  }
  .large-block-grid-9 > li:nth-of-type(9n+2) {
    padding-left: 0.1666666667rem;
    padding-right: 1.1666666667rem;
  }
  .large-block-grid-9 > li:nth-of-type(9n+3) {
    padding-left: 0.3333333333rem;
    padding-right: 1rem;
  }
  .large-block-grid-9 > li:nth-of-type(9n+4) {
    padding-left: 0.5rem;
    padding-right: 0.8333333333rem;
  }
  .large-block-grid-9 > li:nth-of-type(9n+5) {
    padding-left: 0.6666666667rem;
    padding-right: 0.6666666667rem;
  }
  .large-block-grid-9 > li:nth-of-type(9n+6) {
    padding-left: 0.8333333333rem;
    padding-right: 0.5rem;
  }
  .large-block-grid-9 > li:nth-of-type(9n+7) {
    padding-left: 1rem;
    padding-right: 0.3333333333rem;
  }
  .large-block-grid-9 > li:nth-of-type(9n+8) {
    padding-left: 1.1666666667rem;
    padding-right: 0.1666666667rem;
  }
  .large-block-grid-9 > li:nth-of-type(9n) {
    padding-left: 1.3333333333rem;
    padding-right: 0rem;
  }
  .large-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  .large-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    padding-left: 0rem;
    padding-right: 1.35rem;
  }
  .large-block-grid-10 > li:nth-of-type(10n+2) {
    padding-left: 0.15rem;
    padding-right: 1.2rem;
  }
  .large-block-grid-10 > li:nth-of-type(10n+3) {
    padding-left: 0.3rem;
    padding-right: 1.05rem;
  }
  .large-block-grid-10 > li:nth-of-type(10n+4) {
    padding-left: 0.45rem;
    padding-right: 0.9rem;
  }
  .large-block-grid-10 > li:nth-of-type(10n+5) {
    padding-left: 0.6rem;
    padding-right: 0.75rem;
  }
  .large-block-grid-10 > li:nth-of-type(10n+6) {
    padding-left: 0.75rem;
    padding-right: 0.6rem;
  }
  .large-block-grid-10 > li:nth-of-type(10n+7) {
    padding-left: 0.9rem;
    padding-right: 0.45rem;
  }
  .large-block-grid-10 > li:nth-of-type(10n+8) {
    padding-left: 1.05rem;
    padding-right: 0.3rem;
  }
  .large-block-grid-10 > li:nth-of-type(10n+9) {
    padding-left: 1.2rem;
    padding-right: 0.15rem;
  }
  .large-block-grid-10 > li:nth-of-type(10n) {
    padding-left: 1.35rem;
    padding-right: 0rem;
  }
  .large-block-grid-11 > li {
    width: 9.0909090909%;
    list-style: none;
  }
  .large-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    padding-left: 0rem;
    padding-right: 1.3636363636rem;
  }
  .large-block-grid-11 > li:nth-of-type(11n+2) {
    padding-left: 0.1363636364rem;
    padding-right: 1.2272727273rem;
  }
  .large-block-grid-11 > li:nth-of-type(11n+3) {
    padding-left: 0.2727272727rem;
    padding-right: 1.0909090909rem;
  }
  .large-block-grid-11 > li:nth-of-type(11n+4) {
    padding-left: 0.4090909091rem;
    padding-right: 0.9545454545rem;
  }
  .large-block-grid-11 > li:nth-of-type(11n+5) {
    padding-left: 0.5454545455rem;
    padding-right: 0.8181818182rem;
  }
  .large-block-grid-11 > li:nth-of-type(11n+6) {
    padding-left: 0.6818181818rem;
    padding-right: 0.6818181818rem;
  }
  .large-block-grid-11 > li:nth-of-type(11n+7) {
    padding-left: 0.8181818182rem;
    padding-right: 0.5454545455rem;
  }
  .large-block-grid-11 > li:nth-of-type(11n+8) {
    padding-left: 0.9545454545rem;
    padding-right: 0.4090909091rem;
  }
  .large-block-grid-11 > li:nth-of-type(11n+9) {
    padding-left: 1.0909090909rem;
    padding-right: 0.2727272727rem;
  }
  .large-block-grid-11 > li:nth-of-type(11n+10) {
    padding-left: 1.2272727273rem;
    padding-right: 0.1363636364rem;
  }
  .large-block-grid-11 > li:nth-of-type(11n) {
    padding-left: 1.3636363636rem;
    padding-right: 0rem;
  }
  .large-block-grid-12 > li {
    width: 8.3333333333%;
    list-style: none;
  }
  .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    padding-left: 0rem;
    padding-right: 1.375rem;
  }
  .large-block-grid-12 > li:nth-of-type(12n+2) {
    padding-left: 0.125rem;
    padding-right: 1.25rem;
  }
  .large-block-grid-12 > li:nth-of-type(12n+3) {
    padding-left: 0.25rem;
    padding-right: 1.125rem;
  }
  .large-block-grid-12 > li:nth-of-type(12n+4) {
    padding-left: 0.375rem;
    padding-right: 1rem;
  }
  .large-block-grid-12 > li:nth-of-type(12n+5) {
    padding-left: 0.5rem;
    padding-right: 0.875rem;
  }
  .large-block-grid-12 > li:nth-of-type(12n+6) {
    padding-left: 0.625rem;
    padding-right: 0.75rem;
  }
  .large-block-grid-12 > li:nth-of-type(12n+7) {
    padding-left: 0.75rem;
    padding-right: 0.625rem;
  }
  .large-block-grid-12 > li:nth-of-type(12n+8) {
    padding-left: 0.875rem;
    padding-right: 0.5rem;
  }
  .large-block-grid-12 > li:nth-of-type(12n+9) {
    padding-left: 1rem;
    padding-right: 0.375rem;
  }
  .large-block-grid-12 > li:nth-of-type(12n+10) {
    padding-left: 1.125rem;
    padding-right: 0.25rem;
  }
  .large-block-grid-12 > li:nth-of-type(12n+11) {
    padding-left: 1.25rem;
    padding-right: 0.125rem;
  }
  .large-block-grid-12 > li:nth-of-type(12n) {
    padding-left: 1.375rem;
    padding-right: 0rem;
  }
}
.breadcrumbs {
  display: block;
  padding: 0.5625rem 0.875rem 0.5625rem;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 1px;
  background-color: #e7e7ea;
  border-color: #ceced4;
  border-radius: 3px;
}
.breadcrumbs > * {
  margin: 0;
  float: left;
  font-size: 0.6875rem;
  line-height: 0.6875rem;
  text-transform: uppercase;
  color: #26a9f2;
}
.breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
  text-decoration: underline;
}
.breadcrumbs > * a {
  color: #26a9f2;
}
.breadcrumbs > *.current {
  cursor: default;
  color: #333333;
}
.breadcrumbs > *.current a {
  cursor: default;
  color: #333333;
}
.breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
  text-decoration: none;
}
.breadcrumbs > *.unavailable {
  color: #999999;
}
.breadcrumbs > *.unavailable a {
  color: #999999;
}
.breadcrumbs > *.unavailable:hover,
.breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
.breadcrumbs > *.unavailable a:focus {
  text-decoration: none;
  color: #999999;
  cursor: not-allowed;
}
.breadcrumbs > *:before {
  content: "/";
  color: #AAAAAA;
  margin: 0 0.75rem;
  position: relative;
  top: 1px;
}
.breadcrumbs > *:first-child:before {
  content: " ";
  margin: 0;
}
[aria-label="breadcrumbs"] [aria-hidden="true"]:after {
  content: "/";
}
button, .button, .more {
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  display: inline-block;
  padding-top: 0.75rem;
  padding-right: 1.5rem;
  padding-bottom: 0.8125rem;
  padding-left: 1.5rem;
  font-size: 1rem;
  background-color: #26a9f2;
  border-color: #67c3f6;
  color: #FFFFFF;
  transition: background-color 300ms ease-out;
}
button:hover, button:focus, .button:hover, .more:hover, .button:focus, .more:focus {
  background-color: #67c3f6;
}
button:hover, button:focus, .button:hover, .more:hover, .button:focus, .more:focus {
  color: #FFFFFF;
}
button.secondary, .button.secondary, .secondary.more {
  background-color: #cacacf;
  border-color: #dadade;
  color: #333333;
}
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .secondary.more:hover, .button.secondary:focus, .secondary.more:focus {
  background-color: #dadade;
}
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .secondary.more:hover, .button.secondary:focus, .secondary.more:focus {
  color: #333333;
}
button.success, .button.success, .success.more {
  background-color: #43AC6A;
  border-color: #76ca95;
  color: #FFFFFF;
}
button.success:hover, button.success:focus, .button.success:hover, .success.more:hover, .button.success:focus, .success.more:focus {
  background-color: #76ca95;
}
button.success:hover, button.success:focus, .button.success:hover, .success.more:hover, .button.success:focus, .success.more:focus {
  color: #FFFFFF;
}
button.alert, .button.alert, .alert.more {
  background-color: #ffa81e;
  border-color: #ffc262;
  color: #FFFFFF;
}
button.alert:hover, button.alert:focus, .button.alert:hover, .alert.more:hover, .button.alert:focus, .alert.more:focus {
  background-color: #ffc262;
}
button.alert:hover, button.alert:focus, .button.alert:hover, .alert.more:hover, .button.alert:focus, .alert.more:focus {
  color: #FFFFFF;
}
button.warning, .button.warning, .warning.more {
  background-color: #f08a24;
  border-color: #f5ad66;
  color: #FFFFFF;
}
button.warning:hover, button.warning:focus, .button.warning:hover, .warning.more:hover, .button.warning:focus, .warning.more:focus {
  background-color: #f5ad66;
}
button.warning:hover, button.warning:focus, .button.warning:hover, .warning.more:hover, .button.warning:focus, .warning.more:focus {
  color: #FFFFFF;
}
button.info, .button.info, .info.more {
  background-color: #a0d3e8;
  border-color: #bde0ef;
  color: #333333;
}
button.info:hover, button.info:focus, .button.info:hover, .info.more:hover, .button.info:focus, .info.more:focus {
  background-color: #bde0ef;
}
button.info:hover, button.info:focus, .button.info:hover, .info.more:hover, .button.info:focus, .info.more:focus {
  color: #333333;
}
button.large, .button.large, .large.more {
  padding-top: 1.125rem;
  padding-right: 2.25rem;
  padding-bottom: 1.1875rem;
  padding-left: 2.25rem;
  font-size: 1.25rem;
}
button.small, .button.small, .small.more {
  padding-top: 0.6875rem;
  padding-right: 1.375rem;
  padding-bottom: 0.75rem;
  padding-left: 1.375rem;
  font-size: 0.8125rem;
}
button.tiny, .button.tiny, .tiny.more {
  padding-top: 0.5rem;
  padding-right: 1rem;
  padding-bottom: 0.5625rem;
  padding-left: 1rem;
  font-size: 0.6875rem;
}
button.expand, .button.expand, .expand.more {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}
button.left-align, .button.left-align, .left-align.more {
  text-align: left;
  text-indent: 0.75rem;
}
button.right-align, .button.right-align, .right-align.more {
  text-align: right;
  padding-right: 0.75rem;
}
button.radius, .button.radius, .radius.more {
  border-radius: 3px;
}
button.round, .button.round, .round.more {
  border-radius: 1000px;
}
button.disabled, button[disabled], .button.disabled, .disabled.more, .button[disabled], [disabled].more {
  background-color: #26a9f2;
  border-color: #67c3f6;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .disabled.more:hover, .button.disabled:focus, .disabled.more:focus, .button[disabled]:hover, [disabled].more:hover, .button[disabled]:focus, [disabled].more:focus {
  background-color: #67c3f6;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .disabled.more:hover, .button.disabled:focus, .disabled.more:focus, .button[disabled]:hover, [disabled].more:hover, .button[disabled]:focus, [disabled].more:focus {
  color: #FFFFFF;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .disabled.more:hover, .button.disabled:focus, .disabled.more:focus, .button[disabled]:hover, [disabled].more:hover, .button[disabled]:focus, [disabled].more:focus {
  background-color: #26a9f2;
}
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .disabled.secondary.more, .button[disabled].secondary, [disabled].secondary.more {
  background-color: #cacacf;
  border-color: #dadade;
  color: #333333;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .disabled.secondary.more:hover, .button.disabled.secondary:focus, .disabled.secondary.more:focus, .button[disabled].secondary:hover, [disabled].secondary.more:hover, .button[disabled].secondary:focus, [disabled].secondary.more:focus {
  background-color: #dadade;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .disabled.secondary.more:hover, .button.disabled.secondary:focus, .disabled.secondary.more:focus, .button[disabled].secondary:hover, [disabled].secondary.more:hover, .button[disabled].secondary:focus, [disabled].secondary.more:focus {
  color: #333333;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .disabled.secondary.more:hover, .button.disabled.secondary:focus, .disabled.secondary.more:focus, .button[disabled].secondary:hover, [disabled].secondary.more:hover, .button[disabled].secondary:focus, [disabled].secondary.more:focus {
  background-color: #cacacf;
}
button.disabled.success, button[disabled].success, .button.disabled.success, .disabled.success.more, .button[disabled].success, [disabled].success.more {
  background-color: #43AC6A;
  border-color: #76ca95;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .disabled.success.more:hover, .button.disabled.success:focus, .disabled.success.more:focus, .button[disabled].success:hover, [disabled].success.more:hover, .button[disabled].success:focus, [disabled].success.more:focus {
  background-color: #76ca95;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .disabled.success.more:hover, .button.disabled.success:focus, .disabled.success.more:focus, .button[disabled].success:hover, [disabled].success.more:hover, .button[disabled].success:focus, [disabled].success.more:focus {
  color: #FFFFFF;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .disabled.success.more:hover, .button.disabled.success:focus, .disabled.success.more:focus, .button[disabled].success:hover, [disabled].success.more:hover, .button[disabled].success:focus, [disabled].success.more:focus {
  background-color: #43AC6A;
}
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .disabled.alert.more, .button[disabled].alert, [disabled].alert.more {
  background-color: #ffa81e;
  border-color: #ffc262;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .disabled.alert.more:hover, .button.disabled.alert:focus, .disabled.alert.more:focus, .button[disabled].alert:hover, [disabled].alert.more:hover, .button[disabled].alert:focus, [disabled].alert.more:focus {
  background-color: #ffc262;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .disabled.alert.more:hover, .button.disabled.alert:focus, .disabled.alert.more:focus, .button[disabled].alert:hover, [disabled].alert.more:hover, .button[disabled].alert:focus, [disabled].alert.more:focus {
  color: #FFFFFF;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .disabled.alert.more:hover, .button.disabled.alert:focus, .disabled.alert.more:focus, .button[disabled].alert:hover, [disabled].alert.more:hover, .button[disabled].alert:focus, [disabled].alert.more:focus {
  background-color: #ffa81e;
}
button.disabled.warning, button[disabled].warning, .button.disabled.warning, .disabled.warning.more, .button[disabled].warning, [disabled].warning.more {
  background-color: #f08a24;
  border-color: #f5ad66;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .disabled.warning.more:hover, .button.disabled.warning:focus, .disabled.warning.more:focus, .button[disabled].warning:hover, [disabled].warning.more:hover, .button[disabled].warning:focus, [disabled].warning.more:focus {
  background-color: #f5ad66;
}
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .disabled.warning.more:hover, .button.disabled.warning:focus, .disabled.warning.more:focus, .button[disabled].warning:hover, [disabled].warning.more:hover, .button[disabled].warning:focus, [disabled].warning.more:focus {
  color: #FFFFFF;
}
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .disabled.warning.more:hover, .button.disabled.warning:focus, .disabled.warning.more:focus, .button[disabled].warning:hover, [disabled].warning.more:hover, .button[disabled].warning:focus, [disabled].warning.more:focus {
  background-color: #f08a24;
}
button.disabled.info, button[disabled].info, .button.disabled.info, .disabled.info.more, .button[disabled].info, [disabled].info.more {
  background-color: #a0d3e8;
  border-color: #bde0ef;
  color: #333333;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .disabled.info.more:hover, .button.disabled.info:focus, .disabled.info.more:focus, .button[disabled].info:hover, [disabled].info.more:hover, .button[disabled].info:focus, [disabled].info.more:focus {
  background-color: #bde0ef;
}
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .disabled.info.more:hover, .button.disabled.info:focus, .disabled.info.more:focus, .button[disabled].info:hover, [disabled].info.more:hover, .button[disabled].info:focus, [disabled].info.more:focus {
  color: #333333;
}
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .disabled.info.more:hover, .button.disabled.info:focus, .disabled.info.more:focus, .button[disabled].info:hover, [disabled].info.more:hover, .button[disabled].info:focus, [disabled].info.more:focus {
  background-color: #a0d3e8;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
@media only screen and (min-width: 40.0625rem) {
  button, .button, .more {
    display: inline-block;
  }
}
.button-group {
  list-style: none;
  margin: 0;
  left: 0;
}
.button-group:before, .button-group:after {
  content: " ";
  display: table;
}
.button-group:after {
  clear: both;
}
.button-group.even-2 li {
  margin: 0 -2px;
  display: inline-block;
  width: 50%;
}
.button-group.even-2 li > button, .button-group.even-2 li .button, .button-group.even-2 li .more {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-2 li:first-child button, .button-group.even-2 li:first-child .button, .button-group.even-2 li:first-child .more {
  border-left: 0;
}
.button-group.even-2 li button, .button-group.even-2 li .button, .button-group.even-2 li .more {
  width: 100%;
}
.button-group.even-3 li {
  margin: 0 -2px;
  display: inline-block;
  width: 33.3333333333%;
}
.button-group.even-3 li > button, .button-group.even-3 li .button, .button-group.even-3 li .more {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-3 li:first-child button, .button-group.even-3 li:first-child .button, .button-group.even-3 li:first-child .more {
  border-left: 0;
}
.button-group.even-3 li button, .button-group.even-3 li .button, .button-group.even-3 li .more {
  width: 100%;
}
.button-group.even-4 li {
  margin: 0 -2px;
  display: inline-block;
  width: 25%;
}
.button-group.even-4 li > button, .button-group.even-4 li .button, .button-group.even-4 li .more {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-4 li:first-child button, .button-group.even-4 li:first-child .button, .button-group.even-4 li:first-child .more {
  border-left: 0;
}
.button-group.even-4 li button, .button-group.even-4 li .button, .button-group.even-4 li .more {
  width: 100%;
}
.button-group.even-5 li {
  margin: 0 -2px;
  display: inline-block;
  width: 20%;
}
.button-group.even-5 li > button, .button-group.even-5 li .button, .button-group.even-5 li .more {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-5 li:first-child button, .button-group.even-5 li:first-child .button, .button-group.even-5 li:first-child .more {
  border-left: 0;
}
.button-group.even-5 li button, .button-group.even-5 li .button, .button-group.even-5 li .more {
  width: 100%;
}
.button-group.even-6 li {
  margin: 0 -2px;
  display: inline-block;
  width: 16.6666666667%;
}
.button-group.even-6 li > button, .button-group.even-6 li .button, .button-group.even-6 li .more {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-6 li:first-child button, .button-group.even-6 li:first-child .button, .button-group.even-6 li:first-child .more {
  border-left: 0;
}
.button-group.even-6 li button, .button-group.even-6 li .button, .button-group.even-6 li .more {
  width: 100%;
}
.button-group.even-7 li {
  margin: 0 -2px;
  display: inline-block;
  width: 14.2857142857%;
}
.button-group.even-7 li > button, .button-group.even-7 li .button, .button-group.even-7 li .more {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-7 li:first-child button, .button-group.even-7 li:first-child .button, .button-group.even-7 li:first-child .more {
  border-left: 0;
}
.button-group.even-7 li button, .button-group.even-7 li .button, .button-group.even-7 li .more {
  width: 100%;
}
.button-group.even-8 li {
  margin: 0 -2px;
  display: inline-block;
  width: 12.5%;
}
.button-group.even-8 li > button, .button-group.even-8 li .button, .button-group.even-8 li .more {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-8 li:first-child button, .button-group.even-8 li:first-child .button, .button-group.even-8 li:first-child .more {
  border-left: 0;
}
.button-group.even-8 li button, .button-group.even-8 li .button, .button-group.even-8 li .more {
  width: 100%;
}
.button-group > li {
  margin: 0 -2px;
  display: inline-block;
}
.button-group > li > button, .button-group > li .button, .button-group > li .more {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group > li:first-child button, .button-group > li:first-child .button, .button-group > li:first-child .more {
  border-left: 0;
}
.button-group.stack > li {
  margin: 0 -2px;
  display: inline-block;
  display: block;
  margin: 0;
  float: none;
}
.button-group.stack > li > button, .button-group.stack > li .button, .button-group.stack > li .more {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.stack > li:first-child button, .button-group.stack > li:first-child .button, .button-group.stack > li:first-child .more {
  border-left: 0;
}
.button-group.stack > li > button, .button-group.stack > li .button, .button-group.stack > li .more {
  border-top: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0;
  margin: 0;
  display: block;
}
.button-group.stack > li > button {
  width: 100%;
}
.button-group.stack > li:first-child button, .button-group.stack > li:first-child .button, .button-group.stack > li:first-child .more {
  border-top: 0;
}
.button-group.stack-for-small > li {
  margin: 0 -2px;
  display: inline-block;
}
.button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button, .button-group.stack-for-small > li .more {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button, .button-group.stack-for-small > li:first-child .more {
  border-left: 0;
}
@media only screen and (max-width: 40rem) {
  .button-group.stack-for-small > li {
    margin: 0 -2px;
    display: inline-block;
    display: block;
    margin: 0;
  }
  .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button, .button-group.stack-for-small > li .more {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button, .button-group.stack-for-small > li:first-child .more {
    border-left: 0;
  }
  .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button, .button-group.stack-for-small > li .more {
    border-top: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    margin: 0;
    display: block;
  }
  .button-group.stack-for-small > li > button {
    width: 100%;
  }
  .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button, .button-group.stack-for-small > li:first-child .more {
    border-top: 0;
  }
}
.button-group.radius > * {
  margin: 0 -2px;
  display: inline-block;
}
.button-group.radius > * > button, .button-group.radius > * .button, .button-group.radius > * .more {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.radius > *:first-child button, .button-group.radius > *:first-child .button, .button-group.radius > *:first-child .more {
  border-left: 0;
}
.button-group.radius > *,
.button-group.radius > * > a,
.button-group.radius > * > button,
.button-group.radius > * > .button,
.button-group.radius > * > .more {
  border-radius: 0;
}
.button-group.radius > *:first-child,
.button-group.radius > *:first-child > a,
.button-group.radius > *:first-child > button,
.button-group.radius > *:first-child > .button,
.button-group.radius > *:first-child > .more {
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.button-group.radius > *:last-child,
.button-group.radius > *:last-child > a,
.button-group.radius > *:last-child > button,
.button-group.radius > *:last-child > .button,
.button-group.radius > *:last-child > .more {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.button-group.radius.stack > * {
  margin: 0 -2px;
  display: inline-block;
  display: block;
  margin: 0;
}
.button-group.radius.stack > * > button, .button-group.radius.stack > * .button, .button-group.radius.stack > * .more {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button, .button-group.radius.stack > *:first-child .more {
  border-left: 0;
}
.button-group.radius.stack > * > button, .button-group.radius.stack > * .button, .button-group.radius.stack > * .more {
  border-top: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0;
  margin: 0;
  display: block;
}
.button-group.radius.stack > * > button {
  width: 100%;
}
.button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button, .button-group.radius.stack > *:first-child .more {
  border-top: 0;
}
.button-group.radius.stack > *,
.button-group.radius.stack > * > a,
.button-group.radius.stack > * > button,
.button-group.radius.stack > * > .button,
.button-group.radius.stack > * > .more {
  border-radius: 0;
}
.button-group.radius.stack > *:first-child,
.button-group.radius.stack > *:first-child > a,
.button-group.radius.stack > *:first-child > button,
.button-group.radius.stack > *:first-child > .button,
.button-group.radius.stack > *:first-child > .more {
  -webkit-top-left-radius: 3px;
  -webkit-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.button-group.radius.stack > *:last-child,
.button-group.radius.stack > *:last-child > a,
.button-group.radius.stack > *:last-child > button,
.button-group.radius.stack > *:last-child > .button,
.button-group.radius.stack > *:last-child > .more {
  -webkit-bottom-left-radius: 3px;
  -webkit-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
@media only screen and (min-width: 40.0625rem) {
  .button-group.radius.stack-for-small > * {
    margin: 0 -2px;
    display: inline-block;
  }
  .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button, .button-group.radius.stack-for-small > * .more {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button, .button-group.radius.stack-for-small > *:first-child .more {
    border-left: 0;
  }
  .button-group.radius.stack-for-small > *,
  .button-group.radius.stack-for-small > * > a,
  .button-group.radius.stack-for-small > * > button,
  .button-group.radius.stack-for-small > * > .button,
  .button-group.radius.stack-for-small > * > .more {
    border-radius: 0;
  }
  .button-group.radius.stack-for-small > *:first-child,
  .button-group.radius.stack-for-small > *:first-child > a,
  .button-group.radius.stack-for-small > *:first-child > button,
  .button-group.radius.stack-for-small > *:first-child > .button,
  .button-group.radius.stack-for-small > *:first-child > .more {
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
  }
  .button-group.radius.stack-for-small > *:last-child,
  .button-group.radius.stack-for-small > *:last-child > a,
  .button-group.radius.stack-for-small > *:last-child > button,
  .button-group.radius.stack-for-small > *:last-child > .button,
  .button-group.radius.stack-for-small > *:last-child > .more {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
  }
}
@media only screen and (max-width: 40rem) {
  .button-group.radius.stack-for-small > * {
    margin: 0 -2px;
    display: inline-block;
    display: block;
    margin: 0;
  }
  .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button, .button-group.radius.stack-for-small > * .more {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button, .button-group.radius.stack-for-small > *:first-child .more {
    border-left: 0;
  }
  .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button, .button-group.radius.stack-for-small > * .more {
    border-top: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    margin: 0;
    display: block;
  }
  .button-group.radius.stack-for-small > * > button {
    width: 100%;
  }
  .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button, .button-group.radius.stack-for-small > *:first-child .more {
    border-top: 0;
  }
  .button-group.radius.stack-for-small > *,
  .button-group.radius.stack-for-small > * > a,
  .button-group.radius.stack-for-small > * > button,
  .button-group.radius.stack-for-small > * > .button,
  .button-group.radius.stack-for-small > * > .more {
    border-radius: 0;
  }
  .button-group.radius.stack-for-small > *:first-child,
  .button-group.radius.stack-for-small > *:first-child > a,
  .button-group.radius.stack-for-small > *:first-child > button,
  .button-group.radius.stack-for-small > *:first-child > .button,
  .button-group.radius.stack-for-small > *:first-child > .more {
    -webkit-top-left-radius: 3px;
    -webkit-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .button-group.radius.stack-for-small > *:last-child,
  .button-group.radius.stack-for-small > *:last-child > a,
  .button-group.radius.stack-for-small > *:last-child > button,
  .button-group.radius.stack-for-small > *:last-child > .button,
  .button-group.radius.stack-for-small > *:last-child > .more {
    -webkit-bottom-left-radius: 3px;
    -webkit-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }
}
.button-group.round > * {
  margin: 0 -2px;
  display: inline-block;
}
.button-group.round > * > button, .button-group.round > * .button, .button-group.round > * .more {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.round > *:first-child button, .button-group.round > *:first-child .button, .button-group.round > *:first-child .more {
  border-left: 0;
}
.button-group.round > *,
.button-group.round > * > a,
.button-group.round > * > button,
.button-group.round > * > .button,
.button-group.round > * > .more {
  border-radius: 0;
}
.button-group.round > *:first-child,
.button-group.round > *:first-child > a,
.button-group.round > *:first-child > button,
.button-group.round > *:first-child > .button,
.button-group.round > *:first-child > .more {
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
.button-group.round > *:last-child,
.button-group.round > *:last-child > a,
.button-group.round > *:last-child > button,
.button-group.round > *:last-child > .button,
.button-group.round > *:last-child > .more {
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}
.button-group.round.stack > * {
  margin: 0 -2px;
  display: inline-block;
  display: block;
  margin: 0;
}
.button-group.round.stack > * > button, .button-group.round.stack > * .button, .button-group.round.stack > * .more {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button, .button-group.round.stack > *:first-child .more {
  border-left: 0;
}
.button-group.round.stack > * > button, .button-group.round.stack > * .button, .button-group.round.stack > * .more {
  border-top: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0;
  margin: 0;
  display: block;
}
.button-group.round.stack > * > button {
  width: 100%;
}
.button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button, .button-group.round.stack > *:first-child .more {
  border-top: 0;
}
.button-group.round.stack > *,
.button-group.round.stack > * > a,
.button-group.round.stack > * > button,
.button-group.round.stack > * > .button,
.button-group.round.stack > * > .more {
  border-radius: 0;
}
.button-group.round.stack > *:first-child,
.button-group.round.stack > *:first-child > a,
.button-group.round.stack > *:first-child > button,
.button-group.round.stack > *:first-child > .button,
.button-group.round.stack > *:first-child > .more {
  -webkit-top-left-radius: 0.75rem;
  -webkit-top-right-radius: 0.75rem;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.button-group.round.stack > *:last-child,
.button-group.round.stack > *:last-child > a,
.button-group.round.stack > *:last-child > button,
.button-group.round.stack > *:last-child > .button,
.button-group.round.stack > *:last-child > .more {
  -webkit-bottom-left-radius: 0.75rem;
  -webkit-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
@media only screen and (min-width: 40.0625rem) {
  .button-group.round.stack-for-small > * {
    margin: 0 -2px;
    display: inline-block;
  }
  .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button, .button-group.round.stack-for-small > * .more {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button, .button-group.round.stack-for-small > *:first-child .more {
    border-left: 0;
  }
  .button-group.round.stack-for-small > *,
  .button-group.round.stack-for-small > * > a,
  .button-group.round.stack-for-small > * > button,
  .button-group.round.stack-for-small > * > .button,
  .button-group.round.stack-for-small > * > .more {
    border-radius: 0;
  }
  .button-group.round.stack-for-small > *:first-child,
  .button-group.round.stack-for-small > *:first-child > a,
  .button-group.round.stack-for-small > *:first-child > button,
  .button-group.round.stack-for-small > *:first-child > .button,
  .button-group.round.stack-for-small > *:first-child > .more {
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px;
  }
  .button-group.round.stack-for-small > *:last-child,
  .button-group.round.stack-for-small > *:last-child > a,
  .button-group.round.stack-for-small > *:last-child > button,
  .button-group.round.stack-for-small > *:last-child > .button,
  .button-group.round.stack-for-small > *:last-child > .more {
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
  }
}
@media only screen and (max-width: 40rem) {
  .button-group.round.stack-for-small > * {
    margin: 0 -2px;
    display: inline-block;
    display: block;
    margin: 0;
  }
  .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button, .button-group.round.stack-for-small > * .more {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button, .button-group.round.stack-for-small > *:first-child .more {
    border-left: 0;
  }
  .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button, .button-group.round.stack-for-small > * .more {
    border-top: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    margin: 0;
    display: block;
  }
  .button-group.round.stack-for-small > * > button {
    width: 100%;
  }
  .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button, .button-group.round.stack-for-small > *:first-child .more {
    border-top: 0;
  }
  .button-group.round.stack-for-small > *,
  .button-group.round.stack-for-small > * > a,
  .button-group.round.stack-for-small > * > button,
  .button-group.round.stack-for-small > * > .button,
  .button-group.round.stack-for-small > * > .more {
    border-radius: 0;
  }
  .button-group.round.stack-for-small > *:first-child,
  .button-group.round.stack-for-small > *:first-child > a,
  .button-group.round.stack-for-small > *:first-child > button,
  .button-group.round.stack-for-small > *:first-child > .button,
  .button-group.round.stack-for-small > *:first-child > .more {
    -webkit-top-left-radius: 0.75rem;
    -webkit-top-right-radius: 0.75rem;
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }
  .button-group.round.stack-for-small > *:last-child,
  .button-group.round.stack-for-small > *:last-child > a,
  .button-group.round.stack-for-small > *:last-child > button,
  .button-group.round.stack-for-small > *:last-child > .button,
  .button-group.round.stack-for-small > *:last-child > .more {
    -webkit-bottom-left-radius: 0.75rem;
    -webkit-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }
}
.button-bar:before, .button-bar:after {
  content: " ";
  display: table;
}
.button-bar:after {
  clear: both;
}
.button-bar .button-group {
  float: left;
  margin-right: 0.625rem;
}
.button-bar .button-group div {
  overflow: hidden;
}
.clearing-thumbs, [data-clearing] {
  margin-bottom: 0;
  margin-left: 0;
  list-style: none;
}
.clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after {
  content: " ";
  display: table;
}
.clearing-thumbs:after, [data-clearing]:after {
  clear: both;
}
.clearing-thumbs li, [data-clearing] li {
  float: left;
  margin-right: 10px;
}
.clearing-thumbs[class*="block-grid-"] li, [data-clearing][class*="block-grid-"] li {
  margin-right: 0;
}
.clearing-blackout {
  background: #26262a;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 998;
}
.clearing-blackout .clearing-close {
  display: block;
}
.clearing-container {
  position: relative;
  z-index: 998;
  height: 100%;
  overflow: hidden;
  margin: 0;
}
.clearing-touch-label {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #AAAAAA;
  font-size: 0.6em;
}
.visible-img {
  height: 95%;
  position: relative;
}
.visible-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  max-height: 100%;
  max-width: 100%;
}
.clearing-caption {
  color: #9494a0;
  font-size: 150%;
  line-height: 1.3;
  margin-bottom: 0;
  text-align: center;
  bottom: 0;
  background: #26262a;
  width: 100%;
  padding: 20px 10%;
  position: absolute;
  left: 0;
}
.clearing-close {
  z-index: 999;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 40px;
  line-height: 1;
  color: #fff;
  display: none;
}
.clearing-close:hover, .clearing-close:focus {
  color: #CCCCCC;
}
.clearing-assembled .clearing-container {
  height: 100%;
}
.clearing-assembled .clearing-container .carousel > ul {
  display: none;
}
.clearing-feature li {
  display: none;
}
.clearing-feature li.clearing-featured-img {
  display: block;
}
@media only screen and (min-width: 40.0625rem) {
  .clearing-main-prev,
  .clearing-main-next {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0;
  }
  .clearing-main-prev > span,
  .clearing-main-next > span {
    position: absolute;
    top: 50%;
    display: block;
    width: 0;
    height: 0;
    border: solid 20px;
  }
  .clearing-main-prev > span:hover,
  .clearing-main-next > span:hover {
    opacity: 0.8;
  }
  .clearing-main-prev {
    left: 0;
  }
  .clearing-main-prev > span {
    left: 5px;
    border-color: transparent;
    border-right-color: #cacacf;
  }
  .clearing-main-next {
    right: 0;
  }
  .clearing-main-next > span {
    border-color: transparent;
    border-left-color: #cacacf;
  }
  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
    opacity: 0.3;
  }
  .clearing-assembled .clearing-container .carousel {
    background: #323238;
    height: 120px;
    margin-top: 10px;
    text-align: center;
  }
  .clearing-assembled .clearing-container .carousel > ul {
    display: inline-block;
    z-index: 999;
    height: 100%;
    position: relative;
    float: none;
  }
  .clearing-assembled .clearing-container .carousel > ul li {
    display: block;
    width: 120px;
    min-height: inherit;
    float: left;
    overflow: hidden;
    margin-right: 0;
    padding: 0;
    position: relative;
    cursor: pointer;
    opacity: 0.4;
    clear: none;
  }
  .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
    height: 100%;
    max-width: none;
  }
  .clearing-assembled .clearing-container .carousel > ul li a.th {
    border: none;
    box-shadow: none;
    display: block;
  }
  .clearing-assembled .clearing-container .carousel > ul li img {
    cursor: pointer !important;
    width: 100% !important;
  }
  .clearing-assembled .clearing-container .carousel > ul li.visible {
    opacity: 1;
  }
  .clearing-assembled .clearing-container .carousel > ul li:hover {
    opacity: 0.8;
  }
  .clearing-assembled .clearing-container .visible-img {
    background: #26262a;
    overflow: hidden;
    height: 85%;
  }
  .clearing-close {
    position: absolute;
    top: 10px;
    right: 20px;
    padding-left: 0;
    padding-top: 0;
  }
}
.f-dropdown {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  outline: none;
  width: 100%;
  max-height: none;
  height: auto;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  margin-top: 2px;
  max-width: 200px;
}
.f-dropdown > *:first-child {
  margin-top: 0;
}
.f-dropdown > *:last-child {
  margin-bottom: 0;
}
.f-dropdown:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent #FFFFFF transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -12px;
  left: 10px;
  z-index: 89;
}
.f-dropdown:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent transparent #cccccc transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -14px;
  left: 9px;
  z-index: 88;
}
.f-dropdown.right:before {
  left: auto;
  right: 10px;
}
.f-dropdown.right:after {
  left: auto;
  right: 9px;
}
.f-dropdown.drop-right {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  outline: none;
  width: 100%;
  max-height: none;
  height: auto;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  margin-top: 0;
  margin-left: 2px;
  max-width: 200px;
}
.f-dropdown.drop-right > *:first-child {
  margin-top: 0;
}
.f-dropdown.drop-right > *:last-child {
  margin-bottom: 0;
}
.f-dropdown.drop-right:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #FFFFFF transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 10px;
  left: -12px;
  z-index: 89;
}
.f-dropdown.drop-right:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent #cccccc transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 9px;
  left: -14px;
  z-index: 88;
}
.f-dropdown.drop-left {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  outline: none;
  width: 100%;
  max-height: none;
  height: auto;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  margin-top: 0;
  margin-left: -2px;
  max-width: 200px;
}
.f-dropdown.drop-left > *:first-child {
  margin-top: 0;
}
.f-dropdown.drop-left > *:last-child {
  margin-bottom: 0;
}
.f-dropdown.drop-left:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent transparent #FFFFFF;
  border-left-style: solid;
  position: absolute;
  top: 10px;
  right: -12px;
  left: auto;
  z-index: 89;
}
.f-dropdown.drop-left:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent transparent transparent #cccccc;
  border-left-style: solid;
  position: absolute;
  top: 9px;
  right: -14px;
  left: auto;
  z-index: 88;
}
.f-dropdown.drop-top {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  outline: none;
  width: 100%;
  max-height: none;
  height: auto;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  margin-top: -2px;
  margin-left: 0;
  max-width: 200px;
}
.f-dropdown.drop-top > *:first-child {
  margin-top: 0;
}
.f-dropdown.drop-top > *:last-child {
  margin-bottom: 0;
}
.f-dropdown.drop-top:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: #FFFFFF transparent transparent transparent;
  border-top-style: solid;
  position: absolute;
  top: auto;
  bottom: -12px;
  left: 10px;
  right: auto;
  z-index: 89;
}
.f-dropdown.drop-top:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: #cccccc transparent transparent transparent;
  border-top-style: solid;
  position: absolute;
  top: auto;
  bottom: -14px;
  left: 9px;
  right: auto;
  z-index: 88;
}
.f-dropdown li {
  font-size: 0.875rem;
  cursor: pointer;
  line-height: 1.125rem;
  margin: 0;
}
.f-dropdown li:hover, .f-dropdown li:focus {
  background: #EEEEEE;
}
.f-dropdown li.radius {
  border-radius: 3px;
}
.f-dropdown li a {
  display: block;
  padding: 0.5rem;
  color: #9494a0;
}
.f-dropdown.content {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  outline: none;
  padding: 1.25rem;
  width: 100%;
  height: auto;
  max-height: none;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  max-width: 200px;
}
.f-dropdown.content > *:first-child {
  margin-top: 0;
}
.f-dropdown.content > *:last-child {
  margin-bottom: 0;
}
.f-dropdown.tiny {
  max-width: 200px;
}
.f-dropdown.small {
  max-width: 300px;
}
.f-dropdown.medium {
  max-width: 500px;
}
.f-dropdown.large {
  max-width: 800px;
}
.f-dropdown.mega {
  width: 100% !important;
  max-width: 100% !important;
}
.f-dropdown.mega.open {
  left: 0 !important;
}
.dropdown.button, .dropdown.more, button.dropdown {
  position: relative;
  outline: none;
  padding-right: 3.5625rem;
}
.dropdown.button::after, .dropdown.more::after, button.dropdown::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-color: #FFFFFF transparent transparent transparent;
  top: 50%;
}
.dropdown.button::after, .dropdown.more::after, button.dropdown::after {
  border-width: 0.375rem;
  right: 1.40625rem;
  margin-top: -0.15625rem;
}
.dropdown.button::after, .dropdown.more::after, button.dropdown::after {
  border-color: #FFFFFF transparent transparent transparent;
}
.dropdown.button.tiny, .dropdown.tiny.more, button.dropdown.tiny {
  padding-right: 2.625rem;
}
.dropdown.button.tiny:after, .dropdown.tiny.more:after, button.dropdown.tiny:after {
  border-width: 0.375rem;
  right: 1.125rem;
  margin-top: -0.125rem;
}
.dropdown.button.tiny::after, .dropdown.tiny.more::after, button.dropdown.tiny::after {
  border-color: #FFFFFF transparent transparent transparent;
}
.dropdown.button.small, .dropdown.small.more, button.dropdown.small {
  padding-right: 3.0625rem;
}
.dropdown.button.small::after, .dropdown.small.more::after, button.dropdown.small::after {
  border-width: 0.4375rem;
  right: 1.3125rem;
  margin-top: -0.15625rem;
}
.dropdown.button.small::after, .dropdown.small.more::after, button.dropdown.small::after {
  border-color: #FFFFFF transparent transparent transparent;
}
.dropdown.button.large, .dropdown.large.more, button.dropdown.large {
  padding-right: 3.625rem;
}
.dropdown.button.large::after, .dropdown.large.more::after, button.dropdown.large::after {
  border-width: 0.3125rem;
  right: 1.71875rem;
  margin-top: -0.15625rem;
}
.dropdown.button.large::after, .dropdown.large.more::after, button.dropdown.large::after {
  border-color: #FFFFFF transparent transparent transparent;
}
.dropdown.button.secondary:after, .dropdown.secondary.more:after, button.dropdown.secondary:after {
  border-color: #333333 transparent transparent transparent;
}
.flex-video {
  position: relative;
  padding-top: 0;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
}
.flex-video.widescreen {
  padding-bottom: 56.34%;
}
.flex-video.vimeo {
  padding-top: 0;
}
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
form {
  margin: 0 0 1rem;
}
form .row .row {
  margin: 0 -0.5rem;
}
form .row .row .column,
form .row .row .columns {
  padding: 0 0.5rem;
}
form .row .row.collapse {
  margin: 0;
}
form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}
form .row .row.collapse input {
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem;
}
label {
  font-size: 0.875rem;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  
}
label.right {
  float: none !important;
  text-align: right;
}
label.inline {
  margin: 0 0 1rem 0;
  padding: 0.5625rem 0;
}
label small {
  text-transform: capitalize;
  color: #676767;
}
.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: visible;
  font-size: 0.875rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.postfix.button, .postfix.more {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  border: none;
}
.prefix.button, .prefix.more {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  border: none;
}
.prefix.button.radius, .prefix.radius.more {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.postfix.button.radius, .postfix.radius.more {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.prefix.button.round, .prefix.round.more {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
.postfix.button.round, .postfix.round.more {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc;
}
span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333333;
  border-color: #cccccc;
}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #FFFFFF;
  font-family: inherit;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 1.0625rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 2.5rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.15s linear;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
  background: #fafafa;
  border-color: #999999;
  outline: none;
}
input[type="text"]:disabled, input[type="password"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="month"]:disabled, input[type="week"]:disabled, input[type="email"]:disabled, input[type="number"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="color"]:disabled, textarea:disabled {
  background-color: #DDDDDD;
  cursor: default;
}
input[type="text"][disabled], input[type="text"][readonly],
fieldset[disabled] input[type="text"], input[type="password"][disabled], input[type="password"][readonly],
fieldset[disabled] input[type="password"], input[type="date"][disabled], input[type="date"][readonly],
fieldset[disabled] input[type="date"], input[type="datetime"][disabled], input[type="datetime"][readonly],
fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly],
fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], input[type="month"][readonly],
fieldset[disabled] input[type="month"], input[type="week"][disabled], input[type="week"][readonly],
fieldset[disabled] input[type="week"], input[type="email"][disabled], input[type="email"][readonly],
fieldset[disabled] input[type="email"], input[type="number"][disabled], input[type="number"][readonly],
fieldset[disabled] input[type="number"], input[type="search"][disabled], input[type="search"][readonly],
fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly],
fieldset[disabled] input[type="tel"], input[type="time"][disabled], input[type="time"][readonly],
fieldset[disabled] input[type="time"], input[type="url"][disabled], input[type="url"][readonly],
fieldset[disabled] input[type="url"], input[type="color"][disabled], input[type="color"][readonly],
fieldset[disabled] input[type="color"], textarea[disabled], textarea[readonly],
fieldset[disabled] textarea {
  background-color: #DDDDDD;
  cursor: default;
}
input[type="text"].radius, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, input[type="color"].radius, textarea.radius {
  border-radius: 3px;
}
form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select,
form .row .prefix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select,
form .row .postfix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select,
form .row .prefix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}
form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select,
form .row .postfix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}
textarea[rows] {
  height: auto;
}
textarea {
  max-width: 100%;
}
select {
  -webkit-appearance: none !important;
  border-radius: 0;
  background-color: #FAFAFA;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  padding: 0.5rem;
  font-size: 1.0625rem;
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  color: rgba(0, 0, 0, 0.75);
  line-height: normal;
  border-radius: 0;
  height: 2.5rem;
}
select::-ms-expand {
  display: none;
}
select.radius {
  border-radius: 3px;
}
select:hover {
  background-color: #f3f3f3;
  border-color: #999999;
}
select:disabled {
  background-color: #DDDDDD;
  cursor: default;
}
select[multiple] {
  height: auto;
}
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1rem 0;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}
input[type="file"] {
  width: 100%;
}
fieldset {
  border: 1px solid #DDDDDD;
  padding: 1.25rem;
  margin: 1.125rem 0;
}
fieldset legend {
  font-weight: 600;
  background: #FFFFFF;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
}
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: 300;
  font-style: italic;
  background: #ffa81e;
  color: #FFFFFF;
}
[data-abide] span.error, [data-abide] small.error {
  display: none;
}
span.error, small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: 300;
  font-style: italic;
  background: #ffa81e;
  color: #FFFFFF;
}
.error input,
.error textarea,
.error select {
  margin-bottom: 0;
}
.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1rem;
}
.error label,
.error label.error {
  color: #ffa81e;
}
.error small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: 300;
  font-style: italic;
  background: #ffa81e;
  color: #FFFFFF;
}
.error > label > small {
  color: #676767;
  background: transparent;
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline;
}
.error span.error-message {
  display: block;
}
input.error,
textarea.error,
select.error {
  margin-bottom: 0;
}
label.error {
  color: #ffa81e;
}
.icon-bar {
  width: 100%;
  font-size: 0;
  display: inline-block;
  background: #333333;
}
.icon-bar > * {
  text-align: center;
  font-size: 1rem;
  width: 25%;
  margin: 0 auto;
  display: block;
  padding: 1.25rem;
  float: left;
}
.icon-bar > * i, .icon-bar > * img {
  display: block;
  margin: 0 auto;
}
.icon-bar > * i + label, .icon-bar > * img + label {
  margin-top: .0625rem;
}
.icon-bar > * i {
  font-size: 1.875rem;
  vertical-align: middle;
}
.icon-bar > * img {
  width: 1.875rem;
  height: 1.875rem;
}
.icon-bar.label-right > * i, .icon-bar.label-right > * img {
  margin: 0 .0625rem 0 0;
  display: inline-block;
}
.icon-bar.label-right > * i + label, .icon-bar.label-right > * img + label {
  margin-top: 0;
}
.icon-bar.label-right > * label {
  display: inline-block;
}
.icon-bar.vertical.label-right > * {
  text-align: left;
}
.icon-bar.vertical, .icon-bar.small-vertical {
  height: 100%;
  width: auto;
}
.icon-bar.vertical .item, .icon-bar.small-vertical .item {
  width: auto;
  margin: auto;
  float: none;
}
@media only screen and (min-width: 40.0625rem) {
  .icon-bar.medium-vertical {
    height: 100%;
    width: auto;
  }
  .icon-bar.medium-vertical .item {
    width: auto;
    margin: auto;
    float: none;
  }
}
@media only screen and (min-width: 57.5625rem) {
  .icon-bar.large-vertical {
    height: 100%;
    width: auto;
  }
  .icon-bar.large-vertical .item {
    width: auto;
    margin: auto;
    float: none;
  }
}
.icon-bar > * {
  font-size: 1rem;
  padding: 1.25rem;
}
.icon-bar > * i + label, .icon-bar > * img + label {
  margin-top: .0625rem;
}
.icon-bar > * i {
  font-size: 1.875rem;
}
.icon-bar > * img {
  width: 1.875rem;
  height: 1.875rem;
}
.icon-bar > * label {
  color: #FFFFFF;
}
.icon-bar > * i {
  color: #FFFFFF;
}
.icon-bar > a:hover {
  background: #26a9f2;
}
.icon-bar > a:hover label {
  color: #FFFFFF;
}
.icon-bar > a:hover i {
  color: #FFFFFF;
}
.icon-bar > a.active {
  background: #26a9f2;
}
.icon-bar > a.active label {
  color: #FFFFFF;
}
.icon-bar > a.active i {
  color: #FFFFFF;
}
.icon-bar .item.disabled {
  opacity: 0.7;
  cursor: not-allowed;
  pointer-events: none;
}
.icon-bar .item.disabled > * {
  opacity: 0.7;
  cursor: not-allowed;
}
.icon-bar.two-up .item {
  width: 50%;
}
.icon-bar.two-up.vertical .item, .icon-bar.two-up.small-vertical .item {
  width: auto;
}
@media only screen and (min-width: 40.0625rem) {
  .icon-bar.two-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width: 57.5625rem) {
  .icon-bar.two-up.large-vertical .item {
    width: auto;
  }
}
.icon-bar.three-up .item {
  width: 33.3333%;
}
.icon-bar.three-up.vertical .item, .icon-bar.three-up.small-vertical .item {
  width: auto;
}
@media only screen and (min-width: 40.0625rem) {
  .icon-bar.three-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width: 57.5625rem) {
  .icon-bar.three-up.large-vertical .item {
    width: auto;
  }
}
.icon-bar.four-up .item {
  width: 25%;
}
.icon-bar.four-up.vertical .item, .icon-bar.four-up.small-vertical .item {
  width: auto;
}
@media only screen and (min-width: 40.0625rem) {
  .icon-bar.four-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width: 57.5625rem) {
  .icon-bar.four-up.large-vertical .item {
    width: auto;
  }
}
.icon-bar.five-up .item {
  width: 20%;
}
.icon-bar.five-up.vertical .item, .icon-bar.five-up.small-vertical .item {
  width: auto;
}
@media only screen and (min-width: 40.0625rem) {
  .icon-bar.five-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width: 57.5625rem) {
  .icon-bar.five-up.large-vertical .item {
    width: auto;
  }
}
.icon-bar.six-up .item {
  width: 16.66667%;
}
.icon-bar.six-up.vertical .item, .icon-bar.six-up.small-vertical .item {
  width: auto;
}
@media only screen and (min-width: 40.0625rem) {
  .icon-bar.six-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width: 57.5625rem) {
  .icon-bar.six-up.large-vertical .item {
    width: auto;
  }
}
.icon-bar.seven-up .item {
  width: 14.28571%;
}
.icon-bar.seven-up.vertical .item, .icon-bar.seven-up.small-vertical .item {
  width: auto;
}
@media only screen and (min-width: 40.0625rem) {
  .icon-bar.seven-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width: 57.5625rem) {
  .icon-bar.seven-up.large-vertical .item {
    width: auto;
  }
}
.icon-bar.eight-up .item {
  width: 12.5%;
}
.icon-bar.eight-up.vertical .item, .icon-bar.eight-up.small-vertical .item {
  width: auto;
}
@media only screen and (min-width: 40.0625rem) {
  .icon-bar.eight-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width: 57.5625rem) {
  .icon-bar.eight-up.large-vertical .item {
    width: auto;
  }
}
.inline-list {
  margin: 0 auto 1.0625rem auto;
  margin-left: -1.375rem;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.inline-list > li {
  list-style: none;
  float: left;
  margin-left: 1.375rem;
  display: block;
}
.inline-list > li > * {
  display: block;
}
.joyride-list {
  display: none;
}
.joyride-tip-guide {
  display: none;
  position: absolute;
  background: #333333;
  color: #FFFFFF;
  z-index: 101;
  top: 0;
  left: 2.5%;
  font-family: inherit;
  font-weight: normal;
  width: 95%;
}
.lt-ie9 .joyride-tip-guide {
  max-width: 800px;
  left: 50%;
  margin-left: -400px;
}
.joyride-content-wrapper {
  width: 100%;
  padding: 1.125rem 1.25rem 1.5rem;
}
.joyride-content-wrapper .button, .joyride-content-wrapper .more {
  margin-bottom: 0 !important;
}
.joyride-content-wrapper .joyride-prev-tip {
  margin-right: 10px;
}
.joyride-tip-guide .joyride-nub {
  display: block;
  position: absolute;
  left: 22px;
  width: 0;
  height: 0;
  border: 10px solid #333333;
}
.joyride-tip-guide .joyride-nub.top {
  border-top-style: solid;
  border-color: #333333;
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  top: -20px;
}
.joyride-tip-guide .joyride-nub.bottom {
  border-bottom-style: solid;
  border-color: #333333 !important;
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  bottom: -20px;
}
.joyride-tip-guide .joyride-nub.right {
  right: -20px;
}
.joyride-tip-guide .joyride-nub.left {
  left: -20px;
}
.joyride-tip-guide h1,
.joyride-tip-guide h2,
.joyride-tip-guide h3,
.joyride-tip-guide h4,
.joyride-tip-guide .support-landing-newsletter strong, .support-landing-newsletter
.joyride-tip-guide strong,
.joyride-tip-guide h5,
.joyride-tip-guide .product__dashboard__scene-1__title-subtext,
.joyride-tip-guide .product__dashboard__scene-1__title-subtext p, .product__dashboard__scene-1__title-subtext
.joyride-tip-guide p,
.joyride-tip-guide h6 {
  line-height: 1.25;
  margin: 0;
  font-weight: 600;
  color: #FFFFFF;
}
.joyride-tip-guide p {
  margin: 0 0 1.125rem 0;
  font-size: 0.875rem;
  line-height: 1.3;
}
.joyride-timer-indicator-wrap {
  width: 50px;
  height: 3px;
  border: solid 1px #555555;
  position: absolute;
  right: 1.0625rem;
  bottom: 1rem;
}
.joyride-timer-indicator {
  display: block;
  width: 0;
  height: inherit;
  background: #666666;
}
.joyride-close-tip {
  position: absolute;
  right: 12px;
  top: 10px;
  color: #777777 !important;
  text-decoration: none;
  font-size: 24px;
  font-weight: 300;
  line-height: .5 !important;
}
.joyride-close-tip:hover, .joyride-close-tip:focus {
  color: #EEEEEE !important;
}
.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;
}
.joyride-expose-wrapper {
  background-color: #FFFFFF;
  position: absolute;
  border-radius: 3px;
  z-index: 102;
  box-shadow: 0 0 15px #FFFFFF;
}
.joyride-expose-cover {
  background: transparent;
  border-radius: 3px;
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 40.0625rem) {
  .joyride-tip-guide {
    width: 300px;
    left: inherit;
  }
  .joyride-tip-guide .joyride-nub.bottom {
    border-color: #333333 !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    bottom: -20px;
  }
  .joyride-tip-guide .joyride-nub.right {
    border-color: #333333 !important;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    top: 22px;
    left: auto;
    right: -20px;
  }
  .joyride-tip-guide .joyride-nub.left {
    border-color: #333333 !important;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-bottom-color: transparent !important;
    top: 22px;
    left: -20px;
    right: auto;
  }
}
.keystroke,
kbd {
  background-color: #ededed;
  border-color: #dddddd;
  color: #222222;
  border-style: solid;
  border-width: 1px;
  margin: 0;
  font-family: "Consolas", "Menlo", "Courier", monospace;
  font-size: inherit;
  padding: 0.125rem 0.25rem 0;
  border-radius: 3px;
}
.label {
  font-weight: 300;
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  margin-bottom: auto;
  padding: 0.375rem 0.5rem 0.375rem;
  font-size: 0.875rem;
  background-color: #26a9f2;
  color: #FFFFFF;
}
.label.radius {
  border-radius: 3px;
}
.label.round {
  border-radius: 1000px;
}
.label.alert {
  background-color: #ffa81e;
  color: #FFFFFF;
}
.label.warning {
  background-color: #f08a24;
  color: #FFFFFF;
}
.label.success {
  background-color: #43AC6A;
  color: #FFFFFF;
}
.label.secondary {
  background-color: #cacacf;
  color: #333333;
}
.label.info {
  background-color: #a0d3e8;
  color: #333333;
}
[data-magellan-expedition], [data-magellan-expedition-clone] {
  background: transparent;
  z-index: 50;
  min-width: 100%;
  padding: 10px;
}
[data-magellan-expedition] .sub-nav, [data-magellan-expedition-clone] .sub-nav {
  margin-bottom: 0;
}
[data-magellan-expedition] .sub-nav dd, [data-magellan-expedition-clone] .sub-nav dd {
  margin-bottom: 0;
}
[data-magellan-expedition] .sub-nav a, [data-magellan-expedition-clone] .sub-nav a {
  line-height: 1.8em;
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes rotate {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.slideshow-wrapper {
  position: relative;
}
.slideshow-wrapper ul {
  list-style-type: none;
  margin: 0;
}
.slideshow-wrapper ul li,
.slideshow-wrapper ul li .orbit-caption {
  display: none;
}
.slideshow-wrapper ul li:first-child {
  display: block;
}
.slideshow-wrapper .orbit-container {
  background-color: transparent;
}
.slideshow-wrapper .orbit-container li {
  display: block;
}
.slideshow-wrapper .orbit-container li .orbit-caption {
  display: block;
}
.slideshow-wrapper .orbit-container .orbit-bullets li {
  display: inline-block;
}
.slideshow-wrapper .preloader {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  border: solid 3px;
  border-color: #555555 #FFFFFF;
  border-radius: 1000px;
  animation-name: rotate;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.orbit-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: none;
}
.orbit-container .orbit-slides-container {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-transform: translateZ(0);
}
.orbit-container .orbit-slides-container img {
  display: block;
  max-width: 100%;
}
.orbit-container .orbit-slides-container > * {
  position: absolute;
  top: 0;
  width: 100%;
  margin-left: 100%;
}
.orbit-container .orbit-slides-container > *:first-child {
  margin-left: 0;
}
.orbit-container .orbit-slides-container > * .orbit-caption {
  position: absolute;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.8);
  color: #FFFFFF;
  width: 100%;
  padding: 0.625rem 0.875rem;
  font-size: 0.875rem;
}
.orbit-container .orbit-slide-number {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
  color: #FFFFFF;
  background: transparent;
  z-index: 10;
}
.orbit-container .orbit-slide-number span {
  font-weight: 700;
  padding: 0.3125rem;
}
.orbit-container .orbit-timer {
  position: absolute;
  top: 12px;
  right: 10px;
  height: 6px;
  width: 100px;
  z-index: 10;
}
.orbit-container .orbit-timer .orbit-progress {
  height: 3px;
  background-color: rgba(255, 255, 255, 0.3);
  display: block;
  width: 0;
  position: relative;
  right: 20px;
  top: 5px;
}
.orbit-container .orbit-timer > span {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 11px;
  height: 14px;
  border: solid 4px #FFFFFF;
  border-top: none;
  border-bottom: none;
}
.orbit-container .orbit-timer.paused > span {
  right: -4px;
  top: 0;
  width: 11px;
  height: 14px;
  border: inset 8px;
  border-left-style: solid;
  border-color: transparent;
  border-left-color: #FFFFFF;
}
.orbit-container .orbit-timer.paused > span.dark {
  border-left-color: #333333;
}
.orbit-container:hover .orbit-timer > span {
  display: block;
}
.orbit-container .orbit-prev,
.orbit-container .orbit-next {
  position: absolute;
  top: 45%;
  margin-top: -25px;
  width: 36px;
  height: 60px;
  line-height: 50px;
  color: white;
  background-color: transparent;
  text-indent: -9999px !important;
  z-index: 10;
}
.orbit-container .orbit-prev:hover,
.orbit-container .orbit-next:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.orbit-container .orbit-prev > span,
.orbit-container .orbit-next > span {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  display: block;
  width: 0;
  height: 0;
  border: inset 10px;
}
.orbit-container .orbit-prev {
  left: 0;
}
.orbit-container .orbit-prev > span {
  border-right-style: solid;
  border-color: transparent;
  border-right-color: #cacacf;
}
.orbit-container .orbit-prev:hover > span {
  border-right-color: #FFFFFF;
}
.orbit-container .orbit-next {
  right: 0;
}
.orbit-container .orbit-next > span {
  border-color: transparent;
  border-left-style: solid;
  border-left-color: #cacacf;
  left: 50%;
  margin-left: -4px;
}
.orbit-container .orbit-next:hover > span {
  border-left-color: #FFFFFF;
}
.orbit-bullets-container {
  text-align: center;
}
.orbit-bullets {
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  top: 10px;
  float: none;
  text-align: center;
  display: block;
}
.orbit-bullets li {
  cursor: pointer;
  display: inline-block;
  width: 0.5625rem;
  height: 0.5625rem;
  background: #CCCCCC;
  float: none;
  margin-right: 6px;
  border-radius: 1000px;
}
.orbit-bullets li.active {
  background: #999999;
}
.orbit-bullets li:last-child {
  margin-right: 0;
}
.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: none;
}
.touch .orbit-bullets {
  display: none;
}
@media only screen and (min-width: 40.0625rem) {
  .touch .orbit-container .orbit-prev,
  .touch .orbit-container .orbit-next {
    display: inherit;
  }
  .touch .orbit-bullets {
    display: block;
  }
}
@media only screen and (max-width: 40rem) {
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important;
  }
  .orbit-stack-on-small .orbit-slides-container > * {
    position: relative;
    margin: 0 !important;
    opacity: 1 !important;
  }
  .orbit-stack-on-small .orbit-slide-number {
    display: none;
  }
  .orbit-timer {
    display: none;
  }
  .orbit-next, .orbit-prev {
    display: none;
  }
  .orbit-bullets {
    display: none;
  }
}
ul.pagination {
  display: block;
  min-height: 1.5rem;
  margin-left: -0.3125rem;
}
ul.pagination li {
  height: 1.5rem;
  color: #222222;
  font-size: 0.875rem;
  margin-left: 0.3125rem;
}
ul.pagination li a, ul.pagination li button {
  display: block;
  padding: 0.0625rem 0.625rem 0.0625rem;
  color: #999999;
  background: none;
  border-radius: 3px;
  font-weight: normal;
  font-size: 1em;
  line-height: inherit;
  transition: background-color 300ms ease-out;
}
ul.pagination li:hover a,
ul.pagination li a:focus,
ul.pagination li:hover button,
ul.pagination li button:focus {
  background: #e6e6e6;
}
ul.pagination li.unavailable a, ul.pagination li.unavailable button {
  cursor: default;
  color: #999999;
}
ul.pagination li.unavailable:hover a,
ul.pagination li.unavailable a:focus,
ul.pagination li.unavailable:hover button,
ul.pagination li.unavailable button:focus {
  background: transparent;
}
ul.pagination li.current a, ul.pagination li.current button {
  background: #26a9f2;
  color: #FFFFFF;
  font-weight: 300;
  cursor: default;
}
ul.pagination li.current a:hover, ul.pagination li.current a:focus, ul.pagination li.current button:hover, ul.pagination li.current button:focus {
  background: #26a9f2;
}
ul.pagination li {
  float: left;
  display: block;
}
.pagination-centered {
  text-align: center;
}
.pagination-centered ul.pagination li {
  float: none;
  display: inline-block;
}
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d6d6da;
  margin-bottom: 1.25rem;
  padding: 0.875rem 1rem;
  background: #eaeaec;
  color: #333333;
}
.panel > :first-child {
  margin-top: 0;
}
.panel > :last-child {
  margin-bottom: 0;
}
.panel h1, .panel h2, .panel h3, .panel h4, .panel .support-landing-newsletter strong, .support-landing-newsletter .panel strong, .panel h5, .panel .product__dashboard__scene-1__title-subtext, .panel .product__dashboard__scene-1__title-subtext p, .product__dashboard__scene-1__title-subtext .panel p, .panel h6, .panel p, .panel li, .panel dl {
  color: #333333;
}
.panel h1, .panel h2, .panel h3, .panel h4, .panel .support-landing-newsletter strong, .support-landing-newsletter .panel strong, .panel h5, .panel .product__dashboard__scene-1__title-subtext, .panel .product__dashboard__scene-1__title-subtext p, .product__dashboard__scene-1__title-subtext .panel p, .panel h6 {
  line-height: 1;
  margin-bottom: 0.625rem;
}
.panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel .support-landing-newsletter strong.subheader, .support-landing-newsletter .panel strong.subheader, .panel h5.subheader, .panel .subheader.product__dashboard__scene-1__title-subtext, .panel .product__dashboard__scene-1__title-subtext p.subheader, .product__dashboard__scene-1__title-subtext .panel p.subheader, .panel h6.subheader {
  line-height: 1.4;
}
.panel.callout {
  border-style: solid;
  border-width: 1px;
  border-color: #ccebfc;
  margin-bottom: 1.25rem;
  padding: 0.875rem 1rem;
  background: #f2fafe;
  color: #333333;
}
.panel.callout > :first-child {
  margin-top: 0;
}
.panel.callout > :last-child {
  margin-bottom: 0;
}
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout .support-landing-newsletter strong, .support-landing-newsletter .panel.callout strong, .panel.callout h5, .panel.callout .product__dashboard__scene-1__title-subtext, .panel.callout .product__dashboard__scene-1__title-subtext p, .product__dashboard__scene-1__title-subtext .panel.callout p, .panel.callout h6, .panel.callout p, .panel.callout li, .panel.callout dl {
  color: #333333;
}
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout .support-landing-newsletter strong, .support-landing-newsletter .panel.callout strong, .panel.callout h5, .panel.callout .product__dashboard__scene-1__title-subtext, .panel.callout .product__dashboard__scene-1__title-subtext p, .product__dashboard__scene-1__title-subtext .panel.callout p, .panel.callout h6 {
  line-height: 1;
  margin-bottom: 0.625rem;
}
.panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout .support-landing-newsletter strong.subheader, .support-landing-newsletter .panel.callout strong.subheader, .panel.callout h5.subheader, .panel.callout .subheader.product__dashboard__scene-1__title-subtext, .panel.callout .product__dashboard__scene-1__title-subtext p.subheader, .product__dashboard__scene-1__title-subtext .panel.callout p.subheader, .panel.callout h6.subheader {
  line-height: 1.4;
}
.panel.callout a:not(.button):not(.more) {
  color: #26a9f2;
}
.panel.callout a:not(.button):not(.more):hover, .panel.callout a:not(.button):not(.more):focus {
  color: #0d97e4;
}
.panel.radius {
  border-radius: 3px;
}
.pricing-table {
  border: solid 1px #DDDDDD;
  margin-left: 0;
  margin-bottom: 1.25rem;
}
.pricing-table * {
  list-style: none;
  line-height: 1;
}
.pricing-table .title {
  background-color: #333333;
  padding: 0.9375rem 1.25rem;
  text-align: center;
  color: #EEEEEE;
  font-weight: 300;
  font-size: 1rem;
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
.pricing-table .price {
  background-color: #F6F6F6;
  padding: 0.9375rem 1.25rem;
  text-align: center;
  color: #333333;
  font-weight: 300;
  font-size: 2rem;
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
.pricing-table .description {
  background-color: #FFFFFF;
  padding: 0.9375rem;
  text-align: center;
  color: #777777;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.4;
  border-bottom: dotted 1px #DDDDDD;
}
.pricing-table .bullet-item {
  background-color: #FFFFFF;
  padding: 0.9375rem;
  text-align: center;
  color: #333333;
  font-size: 0.875rem;
  font-weight: 300;
  border-bottom: dotted 1px #DDDDDD;
}
.pricing-table .cta-button {
  background-color: #FFFFFF;
  text-align: center;
  padding: 1.25rem 1.25rem 0;
}
.progress {
  background-color: #F6F6F6;
  height: 1.5625rem;
  border: 1px solid white;
  padding: 0.125rem;
  margin-bottom: 0.625rem;
}
.progress .meter {
  background: #26a9f2;
  height: 100%;
  display: block;
}
.progress.secondary .meter {
  background: #cacacf;
  height: 100%;
  display: block;
}
.progress.success .meter {
  background: #43AC6A;
  height: 100%;
  display: block;
}
.progress.alert .meter {
  background: #ffa81e;
  height: 100%;
  display: block;
}
.progress.radius {
  border-radius: 3px;
}
.progress.radius .meter {
  border-radius: 2px;
}
.progress.round {
  border-radius: 1000px;
}
.progress.round .meter {
  border-radius: 999px;
}
.range-slider {
  position: relative;
  border: 1px solid #DDDDDD;
  margin: 1.25rem 0;
  -ms-touch-action: none;
  touch-action: none;
  display: block;
  width: 100%;
  height: 1rem;
  background: #FAFAFA;
}
.range-slider.vertical-range {
  position: relative;
  border: 1px solid #DDDDDD;
  margin: 1.25rem 0;
  -ms-touch-action: none;
  touch-action: none;
  display: inline-block;
  width: 1rem;
  height: 12.5rem;
}
.range-slider.vertical-range .range-slider-handle {
  margin-top: 0;
  margin-left: -0.5rem;
  position: absolute;
  bottom: -10.5rem;
}
.range-slider.vertical-range .range-slider-active-segment {
  width: 0.875rem;
  height: auto;
  bottom: 0;
}
.range-slider.radius {
  background: #FAFAFA;
  border-radius: 3px;
}
.range-slider.radius .range-slider-handle {
  background: #26a9f2;
  border-radius: 3px;
}
.range-slider.radius .range-slider-handle:hover {
  background: #0e9ae9;
}
.range-slider.round {
  background: #FAFAFA;
  border-radius: 1000px;
}
.range-slider.round .range-slider-handle {
  background: #26a9f2;
  border-radius: 1000px;
}
.range-slider.round .range-slider-handle:hover {
  background: #0e9ae9;
}
.range-slider.disabled, .range-slider[disabled] {
  background: #FAFAFA;
  cursor: not-allowed;
  opacity: 0.7;
}
.range-slider.disabled .range-slider-handle, .range-slider[disabled] .range-slider-handle {
  background: #26a9f2;
  cursor: default;
  opacity: 0.7;
}
.range-slider.disabled .range-slider-handle:hover, .range-slider[disabled] .range-slider-handle:hover {
  background: #0e9ae9;
}
.range-slider-active-segment {
  display: inline-block;
  position: absolute;
  height: 0.875rem;
  background: #c7c7cd;
}
.range-slider-handle {
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: -0.3125rem;
  width: 2rem;
  height: 1.375rem;
  border: 1px solid none;
  cursor: pointer;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #26a9f2;
}
.range-slider-handle:hover {
  background: #0e9ae9;
}
.reveal-modal-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1004;
  display: none;
  left: 0;
}
.reveal-modal {
  visibility: hidden;
  display: none;
  position: absolute;
  z-index: 1005;
  width: 100%;
  top: 0;
  border-radius: 3px;
  left: 0;
  background-color: #FFFFFF;
  padding: 1.875rem;
  border: solid 1px #9494a0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 40rem) {
  .reveal-modal {
    min-height: 100vh;
  }
}
.reveal-modal .column, .reveal-modal .columns {
  min-width: 0;
}
.reveal-modal > :first-child {
  margin-top: 0;
}
.reveal-modal > :last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 40.0625rem) {
  .reveal-modal {
    width: 80%;
    max-width: 75.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 40.0625rem) {
  .reveal-modal {
    top: 93px;
  }
}
.reveal-modal.radius {
  border-radius: 3px;
}
.reveal-modal.round {
  border-radius: 1000px;
}
.reveal-modal.collapse {
  padding: 0;
}
@media only screen and (min-width: 40.0625rem) {
  .reveal-modal.tiny {
    width: 30%;
    max-width: 75.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 40.0625rem) {
  .reveal-modal.small {
    width: 40%;
    max-width: 75.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 40.0625rem) {
  .reveal-modal.medium {
    width: 60%;
    max-width: 75.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 40.0625rem) {
  .reveal-modal.large {
    width: 70%;
    max-width: 75.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 40.0625rem) {
  .reveal-modal.xlarge {
    width: 95%;
    max-width: 75.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.reveal-modal.full {
  top: 0;
  left: 0;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  max-width: none !important;
  margin-left: 0 !important;
}
@media only screen and (min-width: 40.0625rem) {
  .reveal-modal.full {
    width: 100%;
    max-width: 75.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.reveal-modal.toback {
  z-index: 1003;
}
.reveal-modal .close-reveal-modal {
  font-size: 3.875rem;
  line-height: 1;
  position: absolute;
  top: 0.625rem;
  right: 1.375rem;
  color: #AAAAAA;
  font-weight: 100;
  cursor: pointer;
}
.side-nav {
  display: block;
  margin: 0;
  padding: 0.875rem 0;
  list-style-type: none;
  list-style-position: outside;
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
.side-nav li {
  margin: 0 0 0.4375rem 0;
  font-size: 0.875rem;
  font-weight: 300;
}
.side-nav li a:not(.button):not(.more) {
  display: block;
  color: #26a9f2;
  margin: 0;
  padding: 0.4375rem 0.875rem;
}
.side-nav li a:not(.button):not(.more):hover, .side-nav li a:not(.button):not(.more):focus {
  background: rgba(0, 0, 0, 0.025);
  color: #67c3f6;
}
.side-nav li.active > a:first-child:not(.button):not(.more) {
  color: #67c3f6;
  font-weight: 300;
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
.side-nav li.divider {
  border-top: 1px solid;
  height: 0;
  padding: 0;
  list-style: none;
  border-top-color: white;
}
.side-nav li.heading {
  color: #26a9f2;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
}
.split.button, .split.more {
  position: relative;
  padding-right: 5.0625rem;
}
.split.button span, .split.more span {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: solid 1px;
}
.split.button span:after, .split.more span:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: inset;
  top: 50%;
  left: 50%;
}
.split.button span:active, .split.more span:active {
  background-color: rgba(0, 0, 0, 0.1);
}
.split.button span, .split.more span {
  border-left-color: rgba(255, 255, 255, 0.5);
}
.split.button span, .split.more span {
  width: 3.09375rem;
}
.split.button span:after, .split.more span:after {
  border-top-style: solid;
  border-width: 0.375rem;
  top: 48%;
  margin-left: -0.375rem;
}
.split.button span:after, .split.more span:after {
  border-color: #FFFFFF transparent transparent transparent;
}
.split.button.secondary span, .split.secondary.more span {
  border-left-color: rgba(255, 255, 255, 0.5);
}
.split.button.secondary span:after, .split.secondary.more span:after {
  border-color: #FFFFFF transparent transparent transparent;
}
.split.button.alert span, .split.alert.more span {
  border-left-color: rgba(255, 255, 255, 0.5);
}
.split.button.success span, .split.success.more span {
  border-left-color: rgba(255, 255, 255, 0.5);
}
.split.button.tiny, .split.tiny.more {
  padding-right: 3.75rem;
}
.split.button.tiny span, .split.tiny.more span {
  width: 2.25rem;
}
.split.button.tiny span:after, .split.tiny.more span:after {
  border-top-style: solid;
  border-width: 0.375rem;
  top: 48%;
  margin-left: -0.375rem;
}
.split.button.small, .split.small.more {
  padding-right: 4.375rem;
}
.split.button.small span, .split.small.more span {
  width: 2.625rem;
}
.split.button.small span:after, .split.small.more span:after {
  border-top-style: solid;
  border-width: 0.4375rem;
  top: 48%;
  margin-left: -0.375rem;
}
.split.button.large, .split.large.more {
  padding-right: 5.5rem;
}
.split.button.large span, .split.large.more span {
  width: 3.4375rem;
}
.split.button.large span:after, .split.large.more span:after {
  border-top-style: solid;
  border-width: 0.3125rem;
  top: 48%;
  margin-left: -0.375rem;
}
.split.button.expand, .split.expand.more {
  padding-left: 2rem;
}
.split.button.secondary span:after, .split.secondary.more span:after {
  border-color: #333333 transparent transparent transparent;
}
.split.button.radius span, .split.radius.more span {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.split.button.round span, .split.round.more span {
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}
.split.button.no-pip span:before, .split.no-pip.more span:before {
  border-style: none;
}
.split.button.no-pip span:after, .split.no-pip.more span:after {
  border-style: none;
}
.split.button.no-pip span > i, .split.no-pip.more span > i {
  top: 50%;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -0.28889em;
  margin-top: -0.48889em;
}
.sub-nav {
  display: block;
  width: auto;
  overflow: hidden;
  margin-bottom: -0.25rem 0 1.125rem;
  padding-top: 0.25rem;
}
.sub-nav dt {
  text-transform: uppercase;
}
.sub-nav dt,
.sub-nav dd,
.sub-nav li {
  float: left;
  margin-left: 1rem;
  margin-bottom: 0;
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
  color: #9494a0;
}
.sub-nav dt a,
.sub-nav dd a,
.sub-nav li a {
  text-decoration: none;
  color: #9494a0;
  padding: 0.1875rem 1rem;
}
.sub-nav dt a:hover,
.sub-nav dd a:hover,
.sub-nav li a:hover {
  color: #6d6d7a;
}
.sub-nav dt.active a,
.sub-nav dd.active a,
.sub-nav li.active a {
  border-radius: 3px;
  font-weight: 300;
  background: transparent;
  padding: 0;
  cursor: default;
  color: #000;
}
.sub-nav dt.active a:hover,
.sub-nav dd.active a:hover,
.sub-nav li.active a:hover {
  background: transparent;
}
.switch {
  padding: 0;
  border: none;
  position: relative;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.switch label {
  display: block;
  margin-bottom: 1rem;
  position: relative;
  color: transparent;
  background: #DDDDDD;
  text-indent: 100%;
  width: 4rem;
  height: 2rem;
  cursor: pointer;
  transition: left 0.15s ease-out;
}
.switch input {
  opacity: 0;
  position: absolute;
  top: 9px;
  left: 10px;
  padding: 0;
}
.switch input + label {
  margin-left: 0;
  margin-right: 0;
}
.switch label:after {
  content: "";
  display: block;
  background: #FFFFFF;
  position: absolute;
  top: .25rem;
  left: .25rem;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: translate3d(0, 0, 0);
  transition: left 0.15s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.switch input:checked + label {
  background: #26a9f2;
}
.switch input:checked + label:after {
  left: 2.25rem;
}
.switch label {
  width: 4rem;
  height: 2rem;
}
.switch label:after {
  width: 1.5rem;
  height: 1.5rem;
}
.switch input:checked + label:after {
  left: 2.25rem;
}
.switch label {
  color: transparent;
  background: #DDDDDD;
}
.switch label:after {
  background: #FFFFFF;
}
.switch input:checked + label {
  background: #26a9f2;
}
.switch.large label {
  width: 5rem;
  height: 2.5rem;
}
.switch.large label:after {
  width: 2rem;
  height: 2rem;
}
.switch.large input:checked + label:after {
  left: 2.75rem;
}
.switch.small label {
  width: 3.5rem;
  height: 1.75rem;
}
.switch.small label:after {
  width: 1.25rem;
  height: 1.25rem;
}
.switch.small input:checked + label:after {
  left: 2rem;
}
.switch.tiny label {
  width: 3rem;
  height: 1.5rem;
}
.switch.tiny label:after {
  width: 1rem;
  height: 1rem;
}
.switch.tiny input:checked + label:after {
  left: 1.75rem;
}
.switch.radius label {
  border-radius: 4px;
}
.switch.radius label:after {
  border-radius: 3px;
}
.switch.round {
  border-radius: 1000px;
}
.switch.round label {
  border-radius: 2rem;
}
.switch.round label:after {
  border-radius: 2rem;
}
table {
  background: #FFFFFF;
  margin-bottom: 1.25rem;
  border: solid 1px #DDDDDD;
  table-layout: auto;
}
table caption {
  background: transparent;
  color: #222222;
  font-size: 1rem;
  font-weight: bold;
}
table thead {
  background: #F5F5F5;
}
table thead tr th,
table thead tr td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #222222;
}
table tfoot {
  background: #F5F5F5;
}
table tfoot tr th,
table tfoot tr td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #222222;
}
table tr th,
table tr td {
  padding: 0.5625rem 0.625rem;
  font-size: 0.875rem;
  color: #222222;
  text-align: left;
}
table tr.even, table tr.alt, table tr:nth-of-type(even) {
  background: #F9F9F9;
}
table thead tr th,
table tfoot tr th,
table tfoot tr td,
table tbody tr th,
table tbody tr td,
table tr td {
  display: table-cell;
  line-height: 1.125rem;
}
.tabs {
  margin-bottom: 0 !important;
  margin-left: 0;
}
.tabs:before, .tabs:after {
  content: " ";
  display: table;
}
.tabs:after {
  clear: both;
}
.tabs dd, .tabs .tab-title {
  position: relative;
  margin-bottom: 0 !important;
  list-style: none;
  float: left;
}
.tabs dd > a, .tabs .tab-title > a {
  display: block;
  background-color: #EFEFEF;
  color: #222222;
  padding: 1rem 2rem;
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 1rem;
}
.tabs dd > a:hover, .tabs .tab-title > a:hover {
  background-color: #e1e1e1;
}
.tabs dd > a:focus, .tabs .tab-title > a:focus {
  outline: none;
}
.tabs dd.active a, .tabs .tab-title.active a {
  background-color: #FFFFFF;
  color: #222222;
}
.tabs.radius dd:first-child a, .tabs.radius .tab:first-child a {
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.tabs.radius dd:last-child a, .tabs.radius .tab:last-child a {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.tabs.vertical dd, .tabs.vertical .tab-title {
  position: inherit;
  float: none;
  display: block;
  top: auto;
}
.tabs-content {
  margin-bottom: 1.5rem;
  width: 100%;
}
.tabs-content:before, .tabs-content:after {
  content: " ";
  display: table;
}
.tabs-content:after {
  clear: both;
}
.tabs-content > .content {
  display: none;
  float: left;
  padding: 0.75rem 0;
  width: 100%;
}
.tabs-content > .content.active {
  display: block;
  float: none;
}
.tabs-content > .content.contained {
  padding: 0.75rem;
}
.tabs-content.vertical {
  display: block;
}
.tabs-content.vertical > .content {
  padding: 0 0.75rem;
}
@media only screen and (min-width: 40.0625rem) {
  .tabs.vertical {
    width: 20%;
    max-width: 20%;
    float: left;
    margin: 0 0 1.25rem;
  }
  .tabs-content.vertical {
    width: 80%;
    max-width: 80%;
    float: left;
    margin-left: -1px;
    padding-left: 1rem;
  }
}
.no-js .tabs-content > .content {
  display: block;
  float: none;
}
.th {
  line-height: 0;
  display: inline-block;
  border: solid 0 #FFFFFF;
  max-width: 100%;
  box-shadow: none;
  transition: all 200ms ease-out;
}
.th:hover, .th:focus {
  box-shadow: none;
}
.th.radius {
  border-radius: 3px;
}
.has-tip {
  border-bottom: dotted 1px #CCCCCC;
  cursor: help;
  font-weight: 600;
  color: #333333;
}
.has-tip:hover, .has-tip:focus {
  border-bottom: dotted 1px #074f77;
  color: #26a9f2;
}
.has-tip.tip-left, .has-tip.tip-right {
  float: none !important;
}
.tooltip {
  display: none;
  position: absolute;
  z-index: 1006;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.3;
  padding: 0.5rem 0.625rem;
  max-width: 300px;
  left: 50%;
  width: 100%;
  color: #FFFFFF;
  background: #323238;
}
.tooltip > .nub {
  display: block;
  left: 5px;
  position: absolute;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: transparent transparent #323238 transparent;
  top: -10px;
  pointer-events: none;
}
.tooltip > .nub.rtl {
  left: auto;
  right: 5px;
}
.tooltip.radius {
  border-radius: 3px;
}
.tooltip.round {
  border-radius: 1000px;
}
.tooltip.round > .nub {
  left: 2rem;
}
.tooltip.opened {
  color: #26a9f2 !important;
  border-bottom: dotted 1px #074f77 !important;
}
.tap-to-close {
  display: block;
  font-size: 0.625rem;
  color: #777777;
  font-weight: 300;
}
@media only screen and (min-width: 40.0625rem) {
  .tooltip > .nub {
    border-color: transparent transparent #323238 transparent;
    top: -10px;
  }
  .tooltip.tip-top > .nub {
    border-color: #323238 transparent transparent transparent;
    top: auto;
    bottom: -10px;
  }
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important;
  }
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #323238;
    right: -10px;
    left: auto;
    top: 50%;
    margin-top: -5px;
  }
  .tooltip.tip-right > .nub {
    border-color: transparent #323238 transparent transparent;
    right: auto;
    left: -10px;
    top: 50%;
    margin-top: -5px;
  }
}
meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:40.0625rem)/";
  width: 40.0625rem;
}
.contain-to-grid {
  width: 100%;
  background: #323238;
}
.contain-to-grid .top-bar {
  margin-bottom: 0;
}
.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99;
}
.fixed.expanded:not(.top-bar) {
  overflow-y: auto;
  height: auto;
  width: 100%;
  max-height: 100%;
}
.fixed.expanded:not(.top-bar) .title-area {
  position: fixed;
  width: 100%;
  z-index: 99;
}
.fixed.expanded:not(.top-bar) .top-bar-section {
  z-index: 98;
  margin-top: 2.8125rem;
}
.top-bar {
  overflow: hidden;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative;
  background: #323238;
  margin-bottom: 0;
}
.top-bar ul {
  margin-bottom: 0;
  list-style: none;
}
.top-bar .row {
  max-width: none;
}
.top-bar form,
.top-bar input {
  margin-bottom: 0;
}
.top-bar input {
  height: 2.5rem;
  padding-top: .35rem;
  padding-bottom: .35rem;
  font-size: 0.75rem;
}
.top-bar .button, .top-bar .more, .top-bar button {
  padding-top: 0.4125rem;
  padding-bottom: 0.4125rem;
  margin-bottom: 0;
  font-size: 0.75rem;
}
@media only screen and (max-width: 40rem) {
  .top-bar .button, .top-bar .more, .top-bar button {
    position: relative;
    top: -1px;
  }
}
.top-bar .title-area {
  position: relative;
  margin: 0;
}
.top-bar .name {
  height: 2.8125rem;
  margin: 0;
  font-size: 16px;
}
.top-bar .name h1, .top-bar .name h2, .top-bar .name h3, .top-bar .name h4, .top-bar .name .support-landing-newsletter strong, .support-landing-newsletter .top-bar .name strong, .top-bar .name p, .top-bar .name span {
  line-height: 2.8125rem;
  font-size: 1.0625rem;
  margin: 0;
}
.top-bar .name h1 a, .top-bar .name h2 a, .top-bar .name h3 a, .top-bar .name h4 a, .top-bar .name .support-landing-newsletter strong a, .support-landing-newsletter .top-bar .name strong a, .top-bar .name p a, .top-bar .name span a {
  font-weight: 300;
  color: #b8b8c0;
  width: 75%;
  display: block;
  padding: 0 0.9375rem;
}
.top-bar .toggle-topbar {
  position: absolute;
  right: 0;
  top: 0;
}
.top-bar .toggle-topbar a {
  color: #b8b8c0;
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: 600;
  position: relative;
  display: block;
  padding: 0 0.9375rem;
  height: 2.8125rem;
  line-height: 2.8125rem;
}
.top-bar .toggle-topbar.menu-icon {
  top: 50%;
  margin-top: -16px;
}
.top-bar .toggle-topbar.menu-icon a {
  height: 34px;
  line-height: 33px;
  padding: 0 2.5rem 0 0.9375rem;
  color: #FFFFFF;
  position: relative;
}
.top-bar .toggle-topbar.menu-icon a span::after {
  content: "";
  position: absolute;
  display: block;
  height: 0;
  top: 50%;
  margin-top: -8px;
  right: 0.9375rem;
  box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
  width: 16px;
}
.top-bar .toggle-topbar.menu-icon a span:hover:after {
  box-shadow: 0 0 0 1px "", 0 7px 0 1px "", 0 14px 0 1px "";
}
.top-bar.expanded {
  height: auto;
  background: transparent;
}
.top-bar.expanded .title-area {
  background: #323238;
}
.top-bar.expanded .toggle-topbar a {
  color: #888888;
}
.top-bar.expanded .toggle-topbar a span::after {
  box-shadow: 0 0 0 1px #888888, 0 7px 0 1px #888888, 0 14px 0 1px #888888;
}
.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  transition: left 300ms ease-out;
}
.top-bar-section ul {
  padding: 0;
  width: 100%;
  height: auto;
  display: block;
  font-size: 16px;
  margin: 0;
}
.top-bar-section .divider,
.top-bar-section [role="separator"] {
  border-top: solid 1px #19191c;
  clear: both;
  height: 1px;
  width: 100%;
}
.top-bar-section ul li {
  background: #323238;
}
.top-bar-section ul li > a {
  display: block;
  width: 100%;
  color: #b8b8c0;
  padding: 12px 0 12px 0;
  padding-left: 0.9375rem;
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  text-transform: none;
}
.top-bar-section ul li > a.button, .top-bar-section ul li > a.more {
  font-size: 0.875rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  background-color: #26a9f2;
  border-color: #67c3f6;
  color: #FFFFFF;
}
.top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.more:hover, .top-bar-section ul li > a.button:focus, .top-bar-section ul li > a.more:focus {
  background-color: #67c3f6;
}
.top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.more:hover, .top-bar-section ul li > a.button:focus, .top-bar-section ul li > a.more:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.secondary, .top-bar-section ul li > a.secondary.more {
  background-color: #cacacf;
  border-color: #dadade;
  color: #333333;
}
.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.secondary.more:hover, .top-bar-section ul li > a.button.secondary:focus, .top-bar-section ul li > a.secondary.more:focus {
  background-color: #dadade;
}
.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.secondary.more:hover, .top-bar-section ul li > a.button.secondary:focus, .top-bar-section ul li > a.secondary.more:focus {
  color: #333333;
}
.top-bar-section ul li > a.button.success, .top-bar-section ul li > a.success.more {
  background-color: #43AC6A;
  border-color: #76ca95;
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.success.more:hover, .top-bar-section ul li > a.button.success:focus, .top-bar-section ul li > a.success.more:focus {
  background-color: #76ca95;
}
.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.success.more:hover, .top-bar-section ul li > a.button.success:focus, .top-bar-section ul li > a.success.more:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.alert, .top-bar-section ul li > a.alert.more {
  background-color: #ffa81e;
  border-color: #ffc262;
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.alert.more:hover, .top-bar-section ul li > a.button.alert:focus, .top-bar-section ul li > a.alert.more:focus {
  background-color: #ffc262;
}
.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.alert.more:hover, .top-bar-section ul li > a.button.alert:focus, .top-bar-section ul li > a.alert.more:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.warning, .top-bar-section ul li > a.warning.more {
  background-color: #f08a24;
  border-color: #f5ad66;
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.warning.more:hover, .top-bar-section ul li > a.button.warning:focus, .top-bar-section ul li > a.warning.more:focus {
  background-color: #f5ad66;
}
.top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.warning.more:hover, .top-bar-section ul li > a.button.warning:focus, .top-bar-section ul li > a.warning.more:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > button {
  font-size: 0.875rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  background-color: #26a9f2;
  border-color: #67c3f6;
  color: #FFFFFF;
}
.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
  background-color: #67c3f6;
}
.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > button.secondary {
  background-color: #cacacf;
  border-color: #dadade;
  color: #333333;
}
.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
  background-color: #dadade;
}
.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
  color: #333333;
}
.top-bar-section ul li > button.success {
  background-color: #43AC6A;
  border-color: #76ca95;
  color: #FFFFFF;
}
.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
  background-color: #76ca95;
}
.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > button.alert {
  background-color: #ffa81e;
  border-color: #ffc262;
  color: #FFFFFF;
}
.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
  background-color: #ffc262;
}
.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > button.warning {
  background-color: #f08a24;
  border-color: #f5ad66;
  color: #FFFFFF;
}
.top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
  background-color: #f5ad66;
}
.top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
  color: #FFFFFF;
}
.top-bar-section ul li:hover:not(.has-form) > a {
  background-color: #555555;
  background: #45454d;
  color: #fff;
}
.top-bar-section ul li.active > a {
  background: #747482;
  color: #fff;
}
.top-bar-section ul li.active > a:hover {
  background: #747482;
  color: #fff;
}
.top-bar-section .has-form {
  padding: 0.9375rem;
}
.top-bar-section .has-dropdown {
  position: relative;
}
.top-bar-section .has-dropdown > a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
  border-left-style: solid;
  margin-right: 0.9375rem;
  margin-top: -4.5px;
  position: absolute;
  top: 50%;
  right: 0;
}
.top-bar-section .has-dropdown.moved {
  position: static;
}
.top-bar-section .has-dropdown.moved > .dropdown {
  display: block;
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
  position: absolute !important;
  width: 100%;
}
.top-bar-section .has-dropdown.moved > a:after {
  display: none;
}
.top-bar-section .dropdown {
  padding: 0;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 99;
  display: block;
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.top-bar-section .dropdown li {
  width: 100%;
  height: auto;
}
.top-bar-section .dropdown li a {
  font-weight: 300;
  padding: 8px 0.9375rem;
}
.top-bar-section .dropdown li a.parent-link {
  font-weight: 300;
}
.top-bar-section .dropdown li.title h5, .top-bar-section .dropdown li.title .product__dashboard__scene-1__title-subtext, .top-bar-section .dropdown li.title .product__dashboard__scene-1__title-subtext p, .product__dashboard__scene-1__title-subtext .top-bar-section .dropdown li.title p, .top-bar-section .dropdown li.parent-link {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 1.125rem;
}
.top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.title .product__dashboard__scene-1__title-subtext a, .product__dashboard__scene-1__title-subtext .top-bar-section .dropdown li.title p a, .top-bar-section .dropdown li.parent-link a {
  color: #b8b8c0;
  display: block;
}
.top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.title .product__dashboard__scene-1__title-subtext a:hover, .product__dashboard__scene-1__title-subtext .top-bar-section .dropdown li.title p a:hover, .top-bar-section .dropdown li.parent-link a:hover {
  background: none;
}
.top-bar-section .dropdown li.has-form {
  padding: 8px 0.9375rem;
}
.top-bar-section .dropdown li .button, .top-bar-section .dropdown li .more, .top-bar-section .dropdown li button {
  top: auto;
}
.top-bar-section .dropdown label {
  padding: 8px 0.9375rem 2px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #777777;
  font-weight: 600;
  font-size: 0.625rem;
}
.js-generated {
  display: block;
}
@media only screen and (min-width: 40.0625rem) {
  .top-bar {
    background: #323238;
    overflow: visible;
  }
  .top-bar:before, .top-bar:after {
    content: " ";
    display: table;
  }
  .top-bar:after {
    clear: both;
  }
  .top-bar .toggle-topbar {
    display: none;
  }
  .top-bar .title-area {
    float: left;
  }
  .top-bar .name h1 a,
  .top-bar .name h2 a,
  .top-bar .name h3 a,
  .top-bar .name h4 a,
  .top-bar .name .support-landing-newsletter strong a, .support-landing-newsletter
  .top-bar .name strong a,
  .top-bar .name h5 a,
  .top-bar .name .product__dashboard__scene-1__title-subtext a, .product__dashboard__scene-1__title-subtext
  .top-bar .name p a,
  .top-bar .name h6 a {
    width: auto;
  }
  .top-bar input,
  .top-bar .button,
  .top-bar .more,
  .top-bar button {
    font-size: 0.875rem;
    position: relative;
    height: 2.5rem;
    top: 0.15625rem;
  }
  .top-bar.expanded {
    background: #323238;
  }
  .contain-to-grid .top-bar {
    max-width: 75.5rem;
    margin: 0 auto;
    margin-bottom: 0;
  }
  .top-bar-section {
    transition: none 0 0;
    left: 0 !important;
  }
  .top-bar-section ul {
    width: auto;
    height: auto !important;
    display: inline;
  }
  .top-bar-section ul li {
    float: left;
  }
  .top-bar-section ul li .js-generated {
    display: none;
  }
  .top-bar-section li.hover > a:not(.button):not(.more) {
    background-color: #555555;
    background: #45454d;
    color: #fff;
  }
  .top-bar-section li:not(.has-form) a:not(.button):not(.more) {
    padding: 0 0.9375rem;
    line-height: 2.8125rem;
    background: #323238;
  }
  .top-bar-section li:not(.has-form) a:not(.button):not(.more):hover {
    background-color: #555555;
    background: #45454d;
  }
  .top-bar-section li.active:not(.has-form) a:not(.button):not(.more) {
    padding: 0 0.9375rem;
    line-height: 2.8125rem;
    color: #fff;
    background: #747482;
  }
  .top-bar-section li.active:not(.has-form) a:not(.button):not(.more):hover {
    background: #747482;
    color: #fff;
  }
  .top-bar-section .has-dropdown > a {
    padding-right: 2.1875rem !important;
  }
  .top-bar-section .has-dropdown > a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
    border-top-style: solid;
    margin-top: -2.5px;
    top: 1.40625rem;
  }
  .top-bar-section .has-dropdown.moved {
    position: relative;
  }
  .top-bar-section .has-dropdown.moved > .dropdown {
    display: block;
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }
  .top-bar-section .has-dropdown > a:focus + .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }
  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    border: none;
    content: "\00bb";
    top: 1rem;
    margin-top: -1px;
    right: 5px;
    line-height: 1.2;
  }
  .top-bar-section .dropdown {
    left: 0;
    top: auto;
    background: transparent;
    min-width: 100%;
  }
  .top-bar-section .dropdown li a {
    color: #FFFFFF;
    line-height: 2.8125rem;
    white-space: nowrap;
    padding: 12px 0.9375rem;
    background: #323238;
  }
  .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button):not(.more) {
    color: #FFFFFF;
    background: #323238;
  }
  .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button):not(.more) {
    color: #fff;
    background-color: #555555;
    background: #333333;
  }
  .top-bar-section .dropdown li label {
    white-space: nowrap;
    background: #333333;
  }
  .top-bar-section .dropdown li .dropdown {
    left: 100%;
    top: 0;
  }
  .top-bar-section > ul > .divider,
  .top-bar-section > ul > [role="separator"] {
    border-bottom: none;
    border-top: none;
    border-right: solid 1px #4b4b54;
    clear: none;
    height: 2.8125rem;
    width: 0;
  }
  .top-bar-section .has-form {
    background: #323238;
    padding: 0 0.9375rem;
    height: 2.8125rem;
  }
  .top-bar-section .right li .dropdown {
    left: auto;
    right: 0;
  }
  .top-bar-section .right li .dropdown li .dropdown {
    right: 100%;
  }
  .top-bar-section .left li .dropdown {
    right: auto;
    left: 0;
  }
  .top-bar-section .left li .dropdown li .dropdown {
    left: 100%;
  }
  .no-js .top-bar-section ul li:hover > a {
    background-color: #555555;
    background: #45454d;
    color: #fff;
  }
  .no-js .top-bar-section ul li:active > a {
    background: #747482;
    color: #fff;
  }
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }
  .no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-justify {
  text-align: justify !important;
}
@media only screen and (max-width: 40rem) {
  .small-only-text-left {
    text-align: left !important;
  }
  .small-only-text-right {
    text-align: right !important;
  }
  .small-only-text-center {
    text-align: center !important;
  }
  .small-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen {
  .small-text-left {
    text-align: left !important;
  }
  .small-text-right {
    text-align: right !important;
  }
  .small-text-center {
    text-align: center !important;
  }
  .small-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 40.0625rem) and (max-width: 57.5rem) {
  .medium-only-text-left {
    text-align: left !important;
  }
  .medium-only-text-right {
    text-align: right !important;
  }
  .medium-only-text-center {
    text-align: center !important;
  }
  .medium-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 40.0625rem) {
  .medium-text-left {
    text-align: left !important;
  }
  .medium-text-right {
    text-align: right !important;
  }
  .medium-text-center {
    text-align: center !important;
  }
  .medium-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 57.5625rem) and (max-width: 83.125rem) {
  .large-only-text-left {
    text-align: left !important;
  }
  .large-only-text-right {
    text-align: right !important;
  }
  .large-only-text-center {
    text-align: center !important;
  }
  .large-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 57.5625rem) {
  .large-text-left {
    text-align: left !important;
  }
  .large-text-right {
    text-align: right !important;
  }
  .large-text-center {
    text-align: center !important;
  }
  .large-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 83.1875rem) and (max-width: 120rem) {
  .xlarge-only-text-left {
    text-align: left !important;
  }
  .xlarge-only-text-right {
    text-align: right !important;
  }
  .xlarge-only-text-center {
    text-align: center !important;
  }
  .xlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 83.1875rem) {
  .xlarge-text-left {
    text-align: left !important;
  }
  .xlarge-text-right {
    text-align: right !important;
  }
  .xlarge-text-center {
    text-align: center !important;
  }
  .xlarge-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 120.0625rem) and (max-width: 6249999.9375rem) {
  .xxlarge-only-text-left {
    text-align: left !important;
  }
  .xxlarge-only-text-right {
    text-align: right !important;
  }
  .xxlarge-only-text-center {
    text-align: center !important;
  }
  .xxlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 120.0625rem) {
  .xxlarge-text-left {
    text-align: left !important;
  }
  .xxlarge-text-right {
    text-align: right !important;
  }
  .xxlarge-text-center {
    text-align: center !important;
  }
  .xxlarge-text-justify {
    text-align: justify !important;
  }
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
.support-landing-newsletter strong,
h5,
.product__dashboard__scene-1__title-subtext,
.product__dashboard__scene-1__title-subtext p,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
a {
  color: #26a9f2;
  text-decoration: none;
  line-height: inherit;
}
a:hover, a:focus {
  color: #0d97e4;
}
a img {
  border: none;
}
p {
  font-family: inherit;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
}
p.lead {
  font-size: 1.21875rem;
  line-height: 1.6;
}
p aside {
  font-size: 0.875rem;
  line-height: 1.35;
  font-style: italic;
}
h1, h2, h3, h4, .support-landing-newsletter strong, h5, .product__dashboard__scene-1__title-subtext, .product__dashboard__scene-1__title-subtext p, h6 {
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}
h1 small, h2 small, h3 small, h4 small, .support-landing-newsletter strong small, h5 small, .product__dashboard__scene-1__title-subtext small, h6 small {
  font-size: 90%;
  color: #9494a0;
  line-height: 0;
}
h1 {
  font-size: 2.125rem;
}
h2 {
  font-size: 1.375rem;
}
h3 {
  font-size: 1.375rem;
}
h4, .support-landing-newsletter strong {
  font-size: 0.75rem;
}
h5, .product__dashboard__scene-1__title-subtext, .product__dashboard__scene-1__title-subtext p {
  font-size: 1.125rem;
}
h6 {
  font-size: 1rem;
}
.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: 300;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}
hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  height: 0;
}
em,
i {
  font-style: italic;
  line-height: inherit;
}
strong,
b {
  font-weight: bold;
  line-height: inherit;
}
small {
  font-size: 90%;
  line-height: inherit;
}
code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: 600;
  color: #333333;
  background-color: #efeff1;
  border-width: 1px;
  border-style: solid;
  border-color: #d6d6da;
  padding: 0.125rem 0.3125rem 0.0625rem;
}
ul,
ol,
dl {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  list-style-position: outside;
  font-family: inherit;
}
ul {
  margin-left: 1.1rem;
}
ul.no-bullet {
  margin-left: 0;
}
ul.no-bullet li ul,
ul.no-bullet li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style: none;
}
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}
ul.square {
  list-style-type: square;
  margin-left: 1.1rem;
}
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem;
}
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem;
}
ul.no-bullet {
  list-style: none;
}
ol {
  margin-left: 1.4rem;
}
ol li ul,
ol li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: 600;
}
dl dd {
  margin-bottom: 0.75rem;
}
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #323238;
  cursor: help;
}
abbr {
  text-transform: none;
}
abbr[title] {
  border-bottom: 1px dotted #DDDDDD;
}
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #DDDDDD;
}
blockquote cite {
  display: block;
  font-size: 0.8125rem;
  color: #555555;
}
blockquote cite:before {
  content: "\2014 \0020";
}
blockquote cite a,
blockquote cite a:visited {
  color: #555555;
}
blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f;
}
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.625rem 0.75rem;
}
.vcard li {
  margin: 0;
  display: block;
}
.vcard .fn {
  font-weight: 600;
  font-size: 0.9375rem;
}
.vevent .summary {
  font-weight: 600;
}
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: 600;
  border: none;
  padding: 0 0.0625rem;
}
@media only screen and (min-width: 40.0625rem) {
  h1, h2, h3, h4, .support-landing-newsletter strong, h5, .product__dashboard__scene-1__title-subtext, .product__dashboard__scene-1__title-subtext p, h6 {
    line-height: 1.2;
  }
  h1 {
    font-size: 2.75rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.6875rem;
  }
  h4, .support-landing-newsletter strong {
    font-size: 1.0625rem;
  }
  h5, .product__dashboard__scene-1__title-subtext, .product__dashboard__scene-1__title-subtext p {
    font-size: 1.125rem;
  }
  h6 {
    font-size: 1rem;
  }
}
.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.off-canvas-wrap.move-right, .off-canvas-wrap.move-left {
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
}
.inner-wrap {
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-none;
  -moz-transition: -moz-none;
  -ms-transition: -ms-none;
  -o-transition: -o-none;
  transition: none;
}
.inner-wrap:before, .inner-wrap:after {
  content: " ";
  display: table;
}
.inner-wrap:after {
  clear: both;
}
.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #333333;
  color: #FFFFFF;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative;
}
.tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4, .tab-bar .support-landing-newsletter strong, .support-landing-newsletter .tab-bar strong, .tab-bar h5, .tab-bar .product__dashboard__scene-1__title-subtext, .tab-bar .product__dashboard__scene-1__title-subtext p, .product__dashboard__scene-1__title-subtext .tab-bar p, .tab-bar h6 {
  color: #FFFFFF;
  font-weight: 600;
  line-height: 2.8125rem;
  margin: 0;
}
.tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4, .tab-bar .support-landing-newsletter strong, .support-landing-newsletter .tab-bar strong {
  font-size: 1.125rem;
}
.left-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-right: solid 1px #1a1a1a;
  left: 0;
}
.right-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-left: solid 1px #1a1a1a;
  right: 0;
}
.tab-bar-section {
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  height: 2.8125rem;
  top: 0;
}
@media only screen and (min-width: 40.0625rem) {
  .tab-bar-section.left {
    text-align: left;
  }
  .tab-bar-section.right {
    text-align: right;
  }
}
.tab-bar-section.left {
  left: 0;
  right: 2.8125rem;
}
.tab-bar-section.right {
  left: 2.8125rem;
  right: 0;
}
.tab-bar-section.middle {
  left: 2.8125rem;
  right: 2.8125rem;
}
.tab-bar .menu-icon {
  text-indent: 2.1875rem;
  width: 2.8125rem;
  height: 2.8125rem;
  display: block;
  padding: 0;
  color: #FFFFFF;
  position: relative;
  transform: translate3d(0, 0, 0);
}
.tab-bar .menu-icon span::after {
  content: "";
  position: absolute;
  display: block;
  height: 0;
  top: 50%;
  margin-top: -0.5rem;
  left: 0.90625rem;
  box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
  width: 1rem;
}
.tab-bar .menu-icon span:hover:after {
  box-shadow: 0 0 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3;
}
.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 100%;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  background: #323238;
  z-index: 1001;
  box-sizing: content-box;
  transition: transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
}
.left-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}
.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 100%;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  background: #323238;
  z-index: 1001;
  box-sizing: content-box;
  transition: transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
}
.right-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}
ul.off-canvas-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul.off-canvas-list li label {
  display: block;
  padding: 0.3rem 0.9375rem;
  color: #5e5e6c;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 600;
  background: #fafafa;
  border-top: 1px solid #fafafb;
  border-bottom: none;
  margin: 0;
}
ul.off-canvas-list li a {
  display: block;
  padding: 0.6666666667rem;
  color: #5e5e6c;
  border-bottom: 1px solid #26262a;
  transition: background 300ms ease;
}
ul.off-canvas-list li a:hover {
  background: #242424;
}
.move-right > .inner-wrap {
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.move-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: none;
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.25);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent;
}
@media only screen and (min-width: 40.0625rem) {
  .move-right .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}
.move-left > .inner-wrap {
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.move-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: none;
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.25);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent;
}
@media only screen and (min-width: 40.0625rem) {
  .move-left .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}
.offcanvas-overlap .left-off-canvas-menu, .offcanvas-overlap .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}
.offcanvas-overlap .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: none;
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.25);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent;
}
@media only screen and (min-width: 40.0625rem) {
  .offcanvas-overlap .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}
.offcanvas-overlap-left .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}
.offcanvas-overlap-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: none;
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.25);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent;
}
@media only screen and (min-width: 40.0625rem) {
  .offcanvas-overlap-left .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}
.offcanvas-overlap-right .left-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}
.offcanvas-overlap-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: none;
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.25);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent;
}
@media only screen and (min-width: 40.0625rem) {
  .offcanvas-overlap-right .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}
.no-csstransforms .left-off-canvas-menu {
  left: -100%;
}
.no-csstransforms .right-off-canvas-menu {
  right: -100%;
}
.no-csstransforms .move-left > .inner-wrap {
  right: 100%;
}
.no-csstransforms .move-right > .inner-wrap {
  left: 100%;
}
.left-submenu {
  -webkit-backface-visibility: hidden;
  width: 100%;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #323238;
  z-index: 1002;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
  -webkit-transition: -webkit-none;
  -moz-transition: -moz-none;
  -ms-transition: -ms-none;
  -o-transition: -o-none;
  transition: none;
}
.left-submenu * {
  -webkit-backface-visibility: hidden;
}
.left-submenu .back > a {
  padding: 0.3rem 0.9375rem;
  color: #5e5e6c;
  text-transform: uppercase;
  font-weight: 600;
  background: #444;
  border-top: 1px solid #fafafb;
  border-bottom: none;
  margin: 0;
}
.left-submenu .back > a:hover {
  background: #303030;
  border-top: 1px solid #fafafb;
  border-bottom: none;
}
.left-submenu .back > a:before {
  content: "\AB";
  margin-right: 0.5rem;
  display: inline;
}
.left-submenu.move-right, .left-submenu.offcanvas-overlap-right, .left-submenu.offcanvas-overlap {
  -ms-transform: translate(0%, 0);
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
.right-submenu {
  -webkit-backface-visibility: hidden;
  width: 100%;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #323238;
  z-index: 1002;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  -webkit-transition: -webkit-none;
  -moz-transition: -moz-none;
  -ms-transition: -ms-none;
  -o-transition: -o-none;
  transition: none;
}
.right-submenu * {
  -webkit-backface-visibility: hidden;
}
.right-submenu .back > a {
  padding: 0.3rem 0.9375rem;
  color: #5e5e6c;
  text-transform: uppercase;
  font-weight: 600;
  background: #444;
  border-top: 1px solid #fafafb;
  border-bottom: none;
  margin: 0;
}
.right-submenu .back > a:hover {
  background: #303030;
  border-top: 1px solid #fafafb;
  border-bottom: none;
}
.right-submenu .back > a:after {
  content: "\BB";
  margin-left: 0.5rem;
  display: inline;
}
.right-submenu.move-left, .right-submenu.offcanvas-overlap-left, .right-submenu.offcanvas-overlap {
  -ms-transform: translate(0%, 0);
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
.left-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after {
  content: "\BB";
  margin-left: 0.5rem;
  display: inline;
}
.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before {
  content: "\AB";
  margin-right: 0.5rem;
  display: inline;
}
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
@media only screen and (min-width: 40.0625rem) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
@media only screen and (min-width: 57.5625rem) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
@media only screen and (min-width: 83.1875rem) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
@media only screen and (min-width: 120.0625rem) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
table.hide-for-landscape, table.show-for-portrait {
  display: table !important;
}
thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}
tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}
tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}
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) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
  
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important;
  }
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }
  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) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }
  
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important;
  }
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }
  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important;
  }
}
.show-for-touch {
  display: none !important;
}
.hide-for-touch {
  display: inherit !important;
}
.touch .show-for-touch {
  display: inherit !important;
}
.touch .hide-for-touch {
  display: none !important;
}
table.hide-for-touch {
  display: table !important;
}
.touch table.show-for-touch {
  display: table !important;
}
thead.hide-for-touch {
  display: table-header-group !important;
}
.touch thead.show-for-touch {
  display: table-header-group !important;
}
tbody.hide-for-touch {
  display: table-row-group !important;
}
.touch tbody.show-for-touch {
  display: table-row-group !important;
}
tr.hide-for-touch {
  display: table-row !important;
}
.touch tr.show-for-touch {
  display: table-row !important;
}
td.hide-for-touch {
  display: table-cell !important;
}
.touch td.show-for-touch {
  display: table-cell !important;
}
th.hide-for-touch {
  display: table-cell !important;
}
.touch th.show-for-touch {
  display: table-cell !important;
}
.print-only {
  display: none !important;
}
@media print {
  * {
    background: transparent !important;
    color: #000000 !important;
    
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block;
  }
  .hide-for-print {
    display: none;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .hide-on-print {
    display: none !important;
  }
  .print-only {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  .show-for-print {
    display: inherit !important;
  }
}
@media print {
  .show-for-print {
    display: block;
  }
  .hide-for-print {
    display: none;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
}
@font-face {
  font-family: "foundation-icons";
  src: url("../fonts/foundation-icons.eot");
  src: url("../fonts/foundation-icons.eot?#iefix") format("embedded-opentype"), url("../fonts/foundation-icons.woff") format("woff"), url("../fonts/foundation-icons.ttf") format("truetype"), url("../fonts/foundation-icons.svg#fontcustom") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fi-address-book:before,
.fi-alert:before,
.fi-align-center:before,
.fi-align-justify:before,
.fi-align-left:before,
.fi-align-right:before,
.fi-anchor:before,
.fi-annotate:before,
.fi-archive:before,
.fi-arrow-down:before,
.fi-arrow-left:before,
.fi-arrow-right:before,
.fi-arrow-up:before,
.fi-arrows-compress:before,
.fi-arrows-expand:before,
.fi-arrows-in:before,
.fi-arrows-out:before,
.fi-asl:before,
.fi-asterisk:before,
.fi-at-sign:before,
.fi-background-color:before,
.fi-battery-empty:before,
.fi-battery-full:before,
.fi-battery-half:before,
.fi-bitcoin-circle:before,
.fi-bitcoin:before,
.fi-blind:before,
.fi-bluetooth:before,
.fi-bold:before,
.fi-book-bookmark:before,
.fi-book:before,
.fi-bookmark:before,
.fi-braille:before,
.fi-burst-new:before,
.fi-burst-sale:before,
.fi-burst:before,
.fi-calendar:before,
.fi-camera:before,
.fi-check:before,
.fi-checkbox:before,
.fi-clipboard-notes:before,
.fi-clipboard-pencil:before,
.fi-clipboard:before,
.fi-clock:before,
.fi-closed-caption:before,
.fi-cloud:before,
.fi-comment-minus:before,
.fi-comment-quotes:before,
.fi-comment-video:before,
.fi-comment:before,
.fi-comments:before,
.fi-compass:before,
.fi-contrast:before,
.fi-credit-card:before,
.fi-crop:before,
.fi-crown:before,
.fi-css3:before,
.fi-database:before,
.fi-die-five:before,
.fi-die-four:before,
.fi-die-one:before,
.fi-die-six:before,
.fi-die-three:before,
.fi-die-two:before,
.fi-dislike:before,
.fi-dollar-bill:before,
.fi-dollar:before,
.fi-download:before,
.fi-eject:before,
.fi-elevator:before,
.fi-euro:before,
.fi-eye:before,
.fi-fast-forward:before,
.fi-female-symbol:before,
.fi-female:before,
.fi-filter:before,
.fi-first-aid:before,
.fi-flag:before,
.fi-folder-add:before,
.fi-folder-lock:before,
.fi-folder:before,
.fi-foot:before,
.fi-foundation:before,
.fi-graph-bar:before,
.fi-graph-horizontal:before,
.fi-graph-pie:before,
.fi-graph-trend:before,
.fi-guide-dog:before,
.fi-hearing-aid:before,
.fi-heart:before,
.fi-home:before,
.fi-html5:before,
.fi-indent-less:before,
.fi-indent-more:before,
.fi-info:before,
.fi-italic:before,
.fi-key:before,
.fi-laptop:before,
.fi-layout:before,
.fi-lightbulb:before,
.fi-like:before,
.fi-link:before,
.fi-list-bullet:before,
.fi-list-number:before,
.fi-list-thumbnails:before,
.fi-list:before,
.fi-lock:before,
.fi-loop:before,
.fi-magnifying-glass:before,
.fi-mail:before,
.fi-male-female:before,
.fi-male-symbol:before,
.fi-male:before,
.fi-map:before,
.fi-marker:before,
.fi-megaphone:before,
.fi-microphone:before,
.fi-minus-circle:before,
.fi-minus:before,
.fi-mobile-signal:before,
.fi-mobile:before,
.fi-monitor:before,
.fi-mountains:before,
.fi-music:before,
.fi-next:before,
.fi-no-dogs:before,
.fi-no-smoking:before,
.fi-page-add:before,
.fi-page-copy:before,
.fi-page-csv:before,
.fi-page-delete:before,
.fi-page-doc:before,
.fi-page-edit:before,
.fi-page-export-csv:before,
.fi-page-export-doc:before,
.fi-page-export-pdf:before,
.fi-page-export:before,
.fi-page-filled:before,
.fi-page-multiple:before,
.fi-page-pdf:before,
.fi-page-remove:before,
.fi-page-search:before,
.fi-page:before,
.fi-paint-bucket:before,
.fi-paperclip:before,
.fi-pause:before,
.fi-paw:before,
.fi-paypal:before,
.fi-pencil:before,
.fi-photo:before,
.fi-play-circle:before,
.fi-play-video:before,
.fi-play:before,
.fi-plus:before,
.fi-pound:before,
.fi-power:before,
.fi-previous:before,
.fi-price-tag:before,
.fi-pricetag-multiple:before,
.fi-print:before,
.fi-prohibited:before,
.fi-projection-screen:before,
.fi-puzzle:before,
.fi-quote:before,
.fi-record:before,
.fi-refresh:before,
.fi-results-demographics:before,
.fi-results:before,
.fi-rewind-ten:before,
.fi-rewind:before,
.fi-rss:before,
.fi-safety-cone:before,
.fi-save:before,
.fi-share:before,
.fi-sheriff-badge:before,
.fi-shield:before,
.fi-shopping-bag:before,
.fi-shopping-cart:before,
.fi-shuffle:before,
.fi-skull:before,
.fi-social-500px:before,
.fi-social-adobe:before,
.fi-social-amazon:before,
.fi-social-android:before,
.fi-social-apple:before,
.fi-social-behance:before,
.fi-social-bing:before,
.fi-social-blogger:before,
.fi-social-delicious:before,
.fi-social-designer-news:before,
.fi-social-deviant-art:before,
.fi-social-digg:before,
.fi-social-dribbble:before,
.fi-social-drive:before,
.fi-social-dropbox:before,
.fi-social-evernote:before,
.fi-social-facebook:before,
.fi-social-flickr:before,
.fi-social-forrst:before,
.fi-social-foursquare:before,
.fi-social-game-center:before,
.fi-social-github:before,
.fi-social-google-plus:before,
.fi-social-hacker-news:before,
.fi-social-hi5:before,
.fi-social-instagram:before,
.fi-social-joomla:before,
.fi-social-lastfm:before,
.fi-social-linkedin:before,
.fi-social-medium:before,
.fi-social-myspace:before,
.fi-social-orkut:before,
.fi-social-path:before,
.fi-social-picasa:before,
.fi-social-pinterest:before,
.fi-social-rdio:before,
.fi-social-reddit:before,
.fi-social-skillshare:before,
.fi-social-skype:before,
.fi-social-smashing-mag:before,
.fi-social-snapchat:before,
.fi-social-spotify:before,
.fi-social-squidoo:before,
.fi-social-stack-overflow:before,
.fi-social-steam:before,
.fi-social-stumbleupon:before,
.fi-social-treehouse:before,
.fi-social-tumblr:before,
.fi-social-twitter:before,
.fi-social-vimeo:before,
.fi-social-windows:before,
.fi-social-xbox:before,
.fi-social-yahoo:before,
.fi-social-yelp:before,
.fi-social-youtube:before,
.fi-social-zerply:before,
.fi-social-zurb:before,
.fi-sound:before,
.fi-star:before,
.fi-stop:before,
.fi-strikethrough:before,
.fi-subscript:before,
.fi-superscript:before,
.fi-tablet-landscape:before,
.fi-tablet-portrait:before,
.fi-target-two:before,
.fi-target:before,
.fi-telephone-accessible:before,
.fi-telephone:before,
.fi-text-color:before,
.fi-thumbnails:before,
.fi-ticket:before,
.fi-torso-business:before,
.fi-torso-female:before,
.fi-torso:before,
.fi-torsos-all-female:before,
.fi-torsos-all:before,
.fi-torsos-female-male:before,
.fi-torsos-male-female:before,
.fi-torsos:before,
.fi-trash:before,
.fi-trees:before,
.fi-trophy:before,
.fi-underline:before,
.fi-universal-access:before,
.fi-unlink:before,
.fi-unlock:before,
.fi-upload-cloud:before,
.fi-upload:before,
.fi-usb:before,
.fi-video:before,
.fi-volume-none:before,
.fi-volume-strike:before,
.fi-volume:before,
.fi-web:before,
.fi-wheelchair:before,
.fi-widget:before,
.fi-wrench:before,
.fi-x-circle:before,
.fi-x:before,
.fi-yen:before,
.fi-zoom-in:before,
.fi-zoom-out:before {
  font-family: "foundation-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
}
.fi-address-book:before {
  content: "\f100";
}
.fi-alert:before {
  content: "\f101";
}
.fi-align-center:before {
  content: "\f102";
}
.fi-align-justify:before {
  content: "\f103";
}
.fi-align-left:before {
  content: "\f104";
}
.fi-align-right:before {
  content: "\f105";
}
.fi-anchor:before {
  content: "\f106";
}
.fi-annotate:before {
  content: "\f107";
}
.fi-archive:before {
  content: "\f108";
}
.fi-arrow-down:before {
  content: "\f109";
}
.fi-arrow-left:before {
  content: "\f10a";
}
.fi-arrow-right:before {
  content: "\f10b";
}
.fi-arrow-up:before {
  content: "\f10c";
}
.fi-arrows-compress:before {
  content: "\f10d";
}
.fi-arrows-expand:before {
  content: "\f10e";
}
.fi-arrows-in:before {
  content: "\f10f";
}
.fi-arrows-out:before {
  content: "\f110";
}
.fi-asl:before {
  content: "\f111";
}
.fi-asterisk:before {
  content: "\f112";
}
.fi-at-sign:before {
  content: "\f113";
}
.fi-background-color:before {
  content: "\f114";
}
.fi-battery-empty:before {
  content: "\f115";
}
.fi-battery-full:before {
  content: "\f116";
}
.fi-battery-half:before {
  content: "\f117";
}
.fi-bitcoin-circle:before {
  content: "\f118";
}
.fi-bitcoin:before {
  content: "\f119";
}
.fi-blind:before {
  content: "\f11a";
}
.fi-bluetooth:before {
  content: "\f11b";
}
.fi-bold:before {
  content: "\f11c";
}
.fi-book-bookmark:before {
  content: "\f11d";
}
.fi-book:before {
  content: "\f11e";
}
.fi-bookmark:before {
  content: "\f11f";
}
.fi-braille:before {
  content: "\f120";
}
.fi-burst-new:before {
  content: "\f121";
}
.fi-burst-sale:before {
  content: "\f122";
}
.fi-burst:before {
  content: "\f123";
}
.fi-calendar:before {
  content: "\f124";
}
.fi-camera:before {
  content: "\f125";
}
.fi-check:before {
  content: "\f126";
}
.fi-checkbox:before {
  content: "\f127";
}
.fi-clipboard-notes:before {
  content: "\f128";
}
.fi-clipboard-pencil:before {
  content: "\f129";
}
.fi-clipboard:before {
  content: "\f12a";
}
.fi-clock:before {
  content: "\f12b";
}
.fi-closed-caption:before {
  content: "\f12c";
}
.fi-cloud:before {
  content: "\f12d";
}
.fi-comment-minus:before {
  content: "\f12e";
}
.fi-comment-quotes:before {
  content: "\f12f";
}
.fi-comment-video:before {
  content: "\f130";
}
.fi-comment:before {
  content: "\f131";
}
.fi-comments:before {
  content: "\f132";
}
.fi-compass:before {
  content: "\f133";
}
.fi-contrast:before {
  content: "\f134";
}
.fi-credit-card:before {
  content: "\f135";
}
.fi-crop:before {
  content: "\f136";
}
.fi-crown:before {
  content: "\f137";
}
.fi-css3:before {
  content: "\f138";
}
.fi-database:before {
  content: "\f139";
}
.fi-die-five:before {
  content: "\f13a";
}
.fi-die-four:before {
  content: "\f13b";
}
.fi-die-one:before {
  content: "\f13c";
}
.fi-die-six:before {
  content: "\f13d";
}
.fi-die-three:before {
  content: "\f13e";
}
.fi-die-two:before {
  content: "\f13f";
}
.fi-dislike:before {
  content: "\f140";
}
.fi-dollar-bill:before {
  content: "\f141";
}
.fi-dollar:before {
  content: "\f142";
}
.fi-download:before {
  content: "\f143";
}
.fi-eject:before {
  content: "\f144";
}
.fi-elevator:before {
  content: "\f145";
}
.fi-euro:before {
  content: "\f146";
}
.fi-eye:before {
  content: "\f147";
}
.fi-fast-forward:before {
  content: "\f148";
}
.fi-female-symbol:before {
  content: "\f149";
}
.fi-female:before {
  content: "\f14a";
}
.fi-filter:before {
  content: "\f14b";
}
.fi-first-aid:before {
  content: "\f14c";
}
.fi-flag:before {
  content: "\f14d";
}
.fi-folder-add:before {
  content: "\f14e";
}
.fi-folder-lock:before {
  content: "\f14f";
}
.fi-folder:before {
  content: "\f150";
}
.fi-foot:before {
  content: "\f151";
}
.fi-foundation:before {
  content: "\f152";
}
.fi-graph-bar:before {
  content: "\f153";
}
.fi-graph-horizontal:before {
  content: "\f154";
}
.fi-graph-pie:before {
  content: "\f155";
}
.fi-graph-trend:before {
  content: "\f156";
}
.fi-guide-dog:before {
  content: "\f157";
}
.fi-hearing-aid:before {
  content: "\f158";
}
.fi-heart:before {
  content: "\f159";
}
.fi-home:before {
  content: "\f15a";
}
.fi-html5:before {
  content: "\f15b";
}
.fi-indent-less:before {
  content: "\f15c";
}
.fi-indent-more:before {
  content: "\f15d";
}
.fi-info:before {
  content: "\f15e";
}
.fi-italic:before {
  content: "\f15f";
}
.fi-key:before {
  content: "\f160";
}
.fi-laptop:before {
  content: "\f161";
}
.fi-layout:before {
  content: "\f162";
}
.fi-lightbulb:before {
  content: "\f163";
}
.fi-like:before {
  content: "\f164";
}
.fi-link:before {
  content: "\f165";
}
.fi-list-bullet:before {
  content: "\f166";
}
.fi-list-number:before {
  content: "\f167";
}
.fi-list-thumbnails:before {
  content: "\f168";
}
.fi-list:before {
  content: "\f169";
}
.fi-lock:before {
  content: "\f16a";
}
.fi-loop:before {
  content: "\f16b";
}
.fi-magnifying-glass:before {
  content: "\f16c";
}
.fi-mail:before {
  content: "\f16d";
}
.fi-male-female:before {
  content: "\f16e";
}
.fi-male-symbol:before {
  content: "\f16f";
}
.fi-male:before {
  content: "\f170";
}
.fi-map:before {
  content: "\f171";
}
.fi-marker:before {
  content: "\f172";
}
.fi-megaphone:before {
  content: "\f173";
}
.fi-microphone:before {
  content: "\f174";
}
.fi-minus-circle:before {
  content: "\f175";
}
.fi-minus:before {
  content: "\f176";
}
.fi-mobile-signal:before {
  content: "\f177";
}
.fi-mobile:before {
  content: "\f178";
}
.fi-monitor:before {
  content: "\f179";
}
.fi-mountains:before {
  content: "\f17a";
}
.fi-music:before {
  content: "\f17b";
}
.fi-next:before {
  content: "\f17c";
}
.fi-no-dogs:before {
  content: "\f17d";
}
.fi-no-smoking:before {
  content: "\f17e";
}
.fi-page-add:before {
  content: "\f17f";
}
.fi-page-copy:before {
  content: "\f180";
}
.fi-page-csv:before {
  content: "\f181";
}
.fi-page-delete:before {
  content: "\f182";
}
.fi-page-doc:before {
  content: "\f183";
}
.fi-page-edit:before {
  content: "\f184";
}
.fi-page-export-csv:before {
  content: "\f185";
}
.fi-page-export-doc:before {
  content: "\f186";
}
.fi-page-export-pdf:before {
  content: "\f187";
}
.fi-page-export:before {
  content: "\f188";
}
.fi-page-filled:before {
  content: "\f189";
}
.fi-page-multiple:before {
  content: "\f18a";
}
.fi-page-pdf:before {
  content: "\f18b";
}
.fi-page-remove:before {
  content: "\f18c";
}
.fi-page-search:before {
  content: "\f18d";
}
.fi-page:before {
  content: "\f18e";
}
.fi-paint-bucket:before {
  content: "\f18f";
}
.fi-paperclip:before {
  content: "\f190";
}
.fi-pause:before {
  content: "\f191";
}
.fi-paw:before {
  content: "\f192";
}
.fi-paypal:before {
  content: "\f193";
}
.fi-pencil:before {
  content: "\f194";
}
.fi-photo:before {
  content: "\f195";
}
.fi-play-circle:before {
  content: "\f196";
}
.fi-play-video:before {
  content: "\f197";
}
.fi-play:before {
  content: "\f198";
}
.fi-plus:before {
  content: "\f199";
}
.fi-pound:before {
  content: "\f19a";
}
.fi-power:before {
  content: "\f19b";
}
.fi-previous:before {
  content: "\f19c";
}
.fi-price-tag:before {
  content: "\f19d";
}
.fi-pricetag-multiple:before {
  content: "\f19e";
}
.fi-print:before {
  content: "\f19f";
}
.fi-prohibited:before {
  content: "\f1a0";
}
.fi-projection-screen:before {
  content: "\f1a1";
}
.fi-puzzle:before {
  content: "\f1a2";
}
.fi-quote:before {
  content: "\f1a3";
}
.fi-record:before {
  content: "\f1a4";
}
.fi-refresh:before {
  content: "\f1a5";
}
.fi-results-demographics:before {
  content: "\f1a6";
}
.fi-results:before {
  content: "\f1a7";
}
.fi-rewind-ten:before {
  content: "\f1a8";
}
.fi-rewind:before {
  content: "\f1a9";
}
.fi-rss:before {
  content: "\f1aa";
}
.fi-safety-cone:before {
  content: "\f1ab";
}
.fi-save:before {
  content: "\f1ac";
}
.fi-share:before {
  content: "\f1ad";
}
.fi-sheriff-badge:before {
  content: "\f1ae";
}
.fi-shield:before {
  content: "\f1af";
}
.fi-shopping-bag:before {
  content: "\f1b0";
}
.fi-shopping-cart:before {
  content: "\f1b1";
}
.fi-shuffle:before {
  content: "\f1b2";
}
.fi-skull:before {
  content: "\f1b3";
}
.fi-social-500px:before {
  content: "\f1b4";
}
.fi-social-adobe:before {
  content: "\f1b5";
}
.fi-social-amazon:before {
  content: "\f1b6";
}
.fi-social-android:before {
  content: "\f1b7";
}
.fi-social-apple:before {
  content: "\f1b8";
}
.fi-social-behance:before {
  content: "\f1b9";
}
.fi-social-bing:before {
  content: "\f1ba";
}
.fi-social-blogger:before {
  content: "\f1bb";
}
.fi-social-delicious:before {
  content: "\f1bc";
}
.fi-social-designer-news:before {
  content: "\f1bd";
}
.fi-social-deviant-art:before {
  content: "\f1be";
}
.fi-social-digg:before {
  content: "\f1bf";
}
.fi-social-dribbble:before {
  content: "\f1c0";
}
.fi-social-drive:before {
  content: "\f1c1";
}
.fi-social-dropbox:before {
  content: "\f1c2";
}
.fi-social-evernote:before {
  content: "\f1c3";
}
.fi-social-facebook:before {
  content: "\f1c4";
}
.fi-social-flickr:before {
  content: "\f1c5";
}
.fi-social-forrst:before {
  content: "\f1c6";
}
.fi-social-foursquare:before {
  content: "\f1c7";
}
.fi-social-game-center:before {
  content: "\f1c8";
}
.fi-social-github:before {
  content: "\f1c9";
}
.fi-social-google-plus:before {
  content: "\f1ca";
}
.fi-social-hacker-news:before {
  content: "\f1cb";
}
.fi-social-hi5:before {
  content: "\f1cc";
}
.fi-social-instagram:before {
  content: "\f1cd";
}
.fi-social-joomla:before {
  content: "\f1ce";
}
.fi-social-lastfm:before {
  content: "\f1cf";
}
.fi-social-linkedin:before {
  content: "\f1d0";
}
.fi-social-medium:before {
  content: "\f1d1";
}
.fi-social-myspace:before {
  content: "\f1d2";
}
.fi-social-orkut:before {
  content: "\f1d3";
}
.fi-social-path:before {
  content: "\f1d4";
}
.fi-social-picasa:before {
  content: "\f1d5";
}
.fi-social-pinterest:before {
  content: "\f1d6";
}
.fi-social-rdio:before {
  content: "\f1d7";
}
.fi-social-reddit:before {
  content: "\f1d8";
}
.fi-social-skillshare:before {
  content: "\f1d9";
}
.fi-social-skype:before {
  content: "\f1da";
}
.fi-social-smashing-mag:before {
  content: "\f1db";
}
.fi-social-snapchat:before {
  content: "\f1dc";
}
.fi-social-spotify:before {
  content: "\f1dd";
}
.fi-social-squidoo:before {
  content: "\f1de";
}
.fi-social-stack-overflow:before {
  content: "\f1df";
}
.fi-social-steam:before {
  content: "\f1e0";
}
.fi-social-stumbleupon:before {
  content: "\f1e1";
}
.fi-social-treehouse:before {
  content: "\f1e2";
}
.fi-social-tumblr:before {
  content: "\f1e3";
}
.fi-social-twitter:before {
  content: "\f1e4";
}
.fi-social-vimeo:before {
  content: "\f1e5";
}
.fi-social-windows:before {
  content: "\f1e6";
}
.fi-social-xbox:before {
  content: "\f1e7";
}
.fi-social-yahoo:before {
  content: "\f1e8";
}
.fi-social-yelp:before {
  content: "\f1e9";
}
.fi-social-youtube:before {
  content: "\f1ea";
}
.fi-social-zerply:before {
  content: "\f1eb";
}
.fi-social-zurb:before {
  content: "\f1ec";
}
.fi-sound:before {
  content: "\f1ed";
}
.fi-star:before {
  content: "\f1ee";
}
.fi-stop:before {
  content: "\f1ef";
}
.fi-strikethrough:before {
  content: "\f1f0";
}
.fi-subscript:before {
  content: "\f1f1";
}
.fi-superscript:before {
  content: "\f1f2";
}
.fi-tablet-landscape:before {
  content: "\f1f3";
}
.fi-tablet-portrait:before {
  content: "\f1f4";
}
.fi-target-two:before {
  content: "\f1f5";
}
.fi-target:before {
  content: "\f1f6";
}
.fi-telephone-accessible:before {
  content: "\f1f7";
}
.fi-telephone:before {
  content: "\f1f8";
}
.fi-text-color:before {
  content: "\f1f9";
}
.fi-thumbnails:before {
  content: "\f1fa";
}
.fi-ticket:before {
  content: "\f1fb";
}
.fi-torso-business:before {
  content: "\f1fc";
}
.fi-torso-female:before {
  content: "\f1fd";
}
.fi-torso:before {
  content: "\f1fe";
}
.fi-torsos-all-female:before {
  content: "\f1ff";
}
.fi-torsos-all:before {
  content: "\f200";
}
.fi-torsos-female-male:before {
  content: "\f201";
}
.fi-torsos-male-female:before {
  content: "\f202";
}
.fi-torsos:before {
  content: "\f203";
}
.fi-trash:before {
  content: "\f204";
}
.fi-trees:before {
  content: "\f205";
}
.fi-trophy:before {
  content: "\f206";
}
.fi-underline:before {
  content: "\f207";
}
.fi-universal-access:before {
  content: "\f208";
}
.fi-unlink:before {
  content: "\f209";
}
.fi-unlock:before {
  content: "\f20a";
}
.fi-upload-cloud:before {
  content: "\f20b";
}
.fi-upload:before {
  content: "\f20c";
}
.fi-usb:before {
  content: "\f20d";
}
.fi-video:before {
  content: "\f20e";
}
.fi-volume-none:before {
  content: "\f20f";
}
.fi-volume-strike:before {
  content: "\f210";
}
.fi-volume:before {
  content: "\f211";
}
.fi-web:before {
  content: "\f212";
}
.fi-wheelchair:before {
  content: "\f213";
}
.fi-widget:before {
  content: "\f214";
}
.fi-wrench:before {
  content: "\f215";
}
.fi-x-circle:before {
  content: "\f216";
}
.fi-x:before {
  content: "\f217";
}
.fi-yen:before {
  content: "\f218";
}
.fi-zoom-in:before {
  content: "\f219";
}
.fi-zoom-out:before {
  content: "\f21a";
}
@font-face {
  font-family: "Mono Social Icons Font";
  src: url("../fonts/MonoSocialIconsFont-1.10.eot");
  src: url("../fonts/MonoSocialIconsFont-1.10.eot?#iefix") format("embedded-opentype"), url("../fonts/MonoSocialIconsFont-1.10.woff") format("woff"), url("../fonts/MonoSocialIconsFont-1.10.ttf") format("truetype"), url("../fonts/MonoSocialIconsFont-1.10.svg#MonoSocialIconsFont") format("svg");
  font-weight: normal;
  font-style: normal;
}
.social-icon, a.social-icon:before {
  font-style: normal;
  font-family: 'Mono Social Icons Font';
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
a.social-icon:before {
  content: attr(title);
  margin-right: 0.3em;
  font-size: 130%;
}
@font-face {
  font-family: 'formicons';
  src: url('/static/formlabs-web-frontend/fonts/formicons/formicons.eot?1dc6578');
  src: url('/static/formlabs-web-frontend/fonts/formicons/formicons.eot?1dc6578#iefix') format("embedded-opentype"), url('/static/formlabs-web-frontend/fonts/formicons/formicons.ttf?1dc6578') format("truetype"), url('/static/formlabs-web-frontend/fonts/formicons/formicons.woff?1dc6578') format("woff"), url('/static/formlabs-web-frontend/fonts/formicons/formicons.svg?1dc6578#formicons') format("svg");
  font-weight: normal;
  font-style: normal;
}
.fl {
  
  font-family: 'formicons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fl-chevron:before {
  content: "\e901";
}
.fl-arrow-right:before {
  content: "\e900";
}
.fl-play-circle:before {
  content: "\e902";
}
.fl-triangle:before {
  content: "\e903";
}
.fl-3d:before {
  content: "\e84d";
}
.fl-cold:before {
  content: "\eb3b";
}
.fl-alarm:before {
  content: "\e855";
}
.fl-building:before {
  content: "\e84f";
}
.fl-account:before {
  content: "\e851";
}
.fl-bus:before {
  content: "\eb3c";
}
.fl-announcement:before {
  content: "\e85a";
}
.fl-poll:before {
  content: "\e801";
}
.fl-assignment:before {
  content: "\e85d";
}
.fl-assignment-person:before {
  content: "\e85e";
}
.fl-assignment_urgent:before {
  content: "\e85f";
}
.fl-flag:before {
  content: "\e153";
}
.fl-file:before {
  content: "\e226";
}
.fl-money:before {
  content: "\e227";
}
.fl-class:before {
  content: "\e86e";
}
.fl-bookmark:before {
  content: "\e8e6";
}
.fl-brush:before {
  content: "\e3ae";
}
.fl-bubbles:before {
  content: "\e6dd";
}
.fl-build:before {
  content: "\e869";
}
.fl-buildings:before {
  content: "\e7ee";
}
.fl-business:before {
  content: "\eb3f";
}
.fl-phone:before {
  content: "\e0cd";
}
.fl-camera:before {
  content: "\e412";
}
.fl-face:before {
  content: "\eb41";
}
.fl-book:before {
  content: "\e86d";
}
.fl-cloud:before {
  content: "\e42d";
}
.fl-palette:before {
  content: "\e40a";
}
.fl-ticket:before {
  content: "\e638";
}
.fl-edit:before {
  content: "\e254";
}
.fl-calendar:before {
  content: "\e916";
}
.fl-train:before {
  content: "\e535";
}
.fl-walk:before {
  content: "\e536";
}
.fl-mail:before {
  content: "\e151";
}
.fl-car:before {
  content: "\e62c";
}
.fl-computer-list:before {
  content: "\e1b2";
}
.fl-explore:before {
  content: "\e87a";
}
.fl-extension:before {
  content: "\e87b";
}
.fl-love:before {
  content: "\e87d";
}
.fl-flower:before {
  content: "\e3e3";
}
.fl-fingerprint:before {
  content: "\e90d";
}
.fl-flare:before {
  content: "\e3e4";
}
.fl-flash_on:before {
  content: "\e3e7";
}
.fl-format_paint:before {
  content: "\e243";
}
.fl-communication:before {
  content: "\e8af";
}
.fl-free_breakfast:before {
  content: "\eb44";
}
.fl-headset:before {
  content: "\e310";
}
.fl-healing:before {
  content: "\e3f3";
}
.fl-hearing:before {
  content: "\e023";
}
.fl-highlight:before {
  content: "\e25f";
}
.fl-hourglass_empty:before {
  content: "\e88b";
}
.fl-book-open:before {
  content: "\e0e0";
}
.fl-world:before {
  content: "\e894";
}
.fl-communicate:before {
  content: "\e3f8";
}
.fl-lightbulb:before {
  content: "\e90f";
}
.fl-florist:before {
  content: "\e545";
}
.fl-shopping_cart:before {
  content: "\e8cc";
}
.fl-theaters:before {
  content: "\e8da";
}
.fl-offer:before {
  content: "\e54e";
}
.fl-print:before {
  content: "\e8ad";
}
.fl-city:before {
  content: "\e7f1";
}
.fl-room:before {
  content: "\e8b4";
}
.fl-looks:before {
  content: "\e3fc";
}
.fl-map:before {
  content: "\e55b";
}
.fl-memory:before {
  content: "\e322";
}
.fl-mic:before {
  content: "\e029";
}
.fl-portrait:before {
  content: "\e416";
}
.fl-power:before {
  content: "\e63c";
}
.fl-power_settings_new:before {
  content: "\e8ac";
}
.fl-visibility:before {
  content: "\e8f4";
}
.fl-school:before {
  content: "\e80c";
}
.fl-sd_storage:before {
  content: "\e1c2";
}
.fl-settings:before {
  content: "\e8b8";
}
.fl-star:before {
  content: "\e83a";
}
.fl-style:before {
  content: "\e41d";
}
.fl-swap:before {
  content: "\e0d7";
}
.fl-switch:before {
  content: "\e8d4";
}
.fl-thumb_up:before {
  content: "\e8dc";
}
.fl-thumbs_up_down:before {
  content: "\e8dd";
}
.fl-traffic:before {
  content: "\e565";
}
.fl-trending_down:before {
  content: "\e8e3";
}
.fl-trending_up:before {
  content: "\e8e5";
}
.fl-tune:before {
  content: "\1f5f1";
}
.fl-videogame:before {
  content: "\e338";
}
.fl-key:before {
  content: "\e0da";
}
.fl-sun:before {
  content: "\e430";
}
.fl-weekend:before {
  content: "\e16b";
}
.fl-hot:before {
  content: "\e80e";
}
.fl-github:before {
  content: "\f09b";
}
a {
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
a h1, a h2, a h3, a h4, a .support-landing-newsletter strong, .support-landing-newsletter a strong, a h5, a .product__dashboard__scene-1__title-subtext, a .product__dashboard__scene-1__title-subtext p, .product__dashboard__scene-1__title-subtext a p, a div, a span {
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
label {
  cursor: default;
}
table {
  table-layout: auto;
}
select {
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 100%;
  font-weight: 300;
}
figure {
  margin: 0;
}
figure figcaption {
  margin: 0.625rem 0 1.25rem 0;
  color: #9494a0;
  font-size: 90%;
}
img:not([src]) {
  visibility: hidden;
}
h1 {
  color: #5e5e6c;
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 34px;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 40.0625rem) {
  h1 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 57.5625rem) {
  h1 {
    font-size: 50px;
  }
}
h1.hero {
  font-size: 32px;
}
@media only screen and (min-width: 40.0625rem) {
  h1.hero {
    font-size: 50px;
  }
}
@media only screen and (min-width: 83.1875rem) {
  h1.hero {
    font-size: 47px;
  }
}
h2 {
  color: #5e5e6c;
  font-size: 28px;
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 28px;
}
@media only screen and (min-width: 40.0625rem) {
  h2 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 83.1875rem) {
  h2 {
    font-size: 40px;
  }
}
h3 {
  color: #5e5e6c;
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 20px;
}
@media only screen and (min-width: 40.0625rem) {
  h3 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 83.1875rem) {
  h3 {
    font-size: 36px;
  }
}
h4, .support-landing-newsletter strong {
  color: #5e5e6c;
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  text-transform: none;
  font-weight: 600;
  font-size: 14px;
}
@media only screen and (min-width: 40.0625rem) {
  h4, .support-landing-newsletter strong {
    font-size: 16px;
  }
}
@media only screen and (min-width: 83.1875rem) {
  h4, .support-landing-newsletter strong {
    font-size: 19px;
  }
}
h5, .product__dashboard__scene-1__title-subtext, .product__dashboard__scene-1__title-subtext p {
  color: #5e5e6c;
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  text-transform: none;
  font-weight: 500;
  font-size: 16px;
}
h6 {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 1px;
  color: #cacacf;
  text-transform: uppercase;
}
p {
  color: #5e5e6c;
  font-size: 18px;
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  line-height: 1.7;
  font-size: 14px;
}
@media only screen and (min-width: 40.0625rem) {
  p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 83.1875rem) {
  p {
    font-size: 19px;
  }
}
p.small {
  font-size: 14px;
}
@media only screen and (min-width: 83.1875rem) {
  p.small {
    font-size: 16px;
  }
}
p.hero {
  font-size: 19px;
}
@media only screen and (min-width: 83.1875rem) {
  p.hero {
    font-size: 22px;
  }
}
a {
  color: #0d97e4;
}
a .white {
  color: white;
}
a.small {
  font-size: 14px;
}
@media only screen and (min-width: 83.1875rem) {
  a.small {
    font-size: 16px;
  }
}
a:hover {
  color: #24a9f3;
}
ul li {
  color: #5e5e6c;
}
@media only screen and (min-width: 40.0625rem) {
  ul li {
    font-size: 16px;
  }
}
@media only screen and (min-width: 83.1875rem) {
  ul li {
    font-size: 19px;
  }
}
.flush-top {
  margin-top: -2.25rem;
}
.spaced-top {
  margin-top: 3rem;
}
.padded-top {
  padding-top: 3rem;
}
.padded-top-half {
  padding-top: 1.5rem;
}
.padded-bottom {
  padding-bottom: 3rem;
}
.padded-bottom-half {
  padding-bottom: 1.5rem;
}
.p-padded-top {
  padding-top: 1.25rem;
}
.half-p-padded-top {
  padding-top: 0.625rem;
}
.p-padded-bottom {
  padding-bottom: 1.25rem;
}
.half-p-padded-bottom {
  padding-bottom: 0.625rem;
}
.spaced-bottom {
  margin-bottom: 3rem;
}
.clear-right {
  clear: right;
}
ul.muted-bullet li {
  color: #9494a0;
}
ul.no-bullet {
  list-style: none;
}
.vertical-gutter {
  margin-bottom: 1.5rem !important;
}
.strong {
  font-weight: 600;
}
.thin {
  font-weight: 100;
}
.primary-bg {
  background-color: #26a9f2 !important;
}
.secondary-bg {
  background-color: #cacacf !important;
}
.muted-bg {
  background-color: #9494a0 !important;
}
.dark-bg {
  background-color: #323238 !important;
}
.dark-accent-border {
  border-color: #26262a !important;
}
.dark-accent-bg {
  background-color: #26262a !important;
}
.medium-bg {
  background-color: #9494a0 !important;
}
.light-bg {
  background-color: #eaeaec !important;
}
.white-bg {
  background-color: #fff !important;
}
.black-bg {
  background-color: #000 !important;
}
.light-accent-bg {
  background-color: #fafafa !important;
}
.light-accent-border {
  border-color: #fafafa !important;
}
.alert-bg {
  background-color: #ffa81e !important;
}
.nowrap {
  white-space: nowrap;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.block {
  display: block;
}
.z-back {
  z-index: 0;
}
.z-front {
  z-index: 10;
}
.z-top {
  z-index: 20;
}
.disable-selection {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fit-vertical {
  background-size: auto 100%;
}
.fit-horizontal {
  background-size: 100% auto;
}
.noscale {
  max-width: none;
}
.full-width {
  width: 100% !important;
}
.stick-bottom {
  position: absolute;
  bottom: 0px;
  width: auto;
}
.stick-bottom.text-center {
  width: 100%;
  left: 0px;
}
.extra-padding {
  padding: 3rem;
}
.hidden {
  display: none !important;
}
.text-sharpen {
  text-shadow: 0px 3px 25px false rgba(0, 0, 0, 0.7);
}
.img-text-align {
  padding-top: .4em;
}
.thin-space {
  width: .05em;
  display: inline-block;
}
.fouc-hide {
  display: none;
}
.fouc-fade {
  visibility: hidden;
}
.inverse #content, aside.inverse, div.inverse {
  color: #fff;
}
.inverse #content h1, .inverse #content h2, .inverse #content h3, .inverse #content h4, .inverse #content .support-landing-newsletter strong, .support-landing-newsletter .inverse #content strong, .inverse #content h5, .inverse #content .product__dashboard__scene-1__title-subtext, .inverse #content .product__dashboard__scene-1__title-subtext p, .product__dashboard__scene-1__title-subtext .inverse #content p, .inverse #content label, aside.inverse h1, aside.inverse h2, aside.inverse h3, aside.inverse h4, aside.inverse .support-landing-newsletter strong, .support-landing-newsletter aside.inverse strong, aside.inverse h5, aside.inverse .product__dashboard__scene-1__title-subtext, aside.inverse .product__dashboard__scene-1__title-subtext p, .product__dashboard__scene-1__title-subtext aside.inverse p, aside.inverse label, div.inverse h1, div.inverse h2, div.inverse h3, div.inverse h4, div.inverse .support-landing-newsletter strong, .support-landing-newsletter div.inverse strong, div.inverse h5, div.inverse .product__dashboard__scene-1__title-subtext, div.inverse .product__dashboard__scene-1__title-subtext p, .product__dashboard__scene-1__title-subtext div.inverse p, div.inverse label {
  color: #fff;
}
.inverse #content a:not(.button):not(.more), aside.inverse a:not(.button):not(.more), div.inverse a:not(.button):not(.more) {
  color: #b8b8c0;
}
.inverse #content a:not(.button):not(.more) h1, .inverse #content a:not(.button):not(.more) h2, .inverse #content a:not(.button):not(.more) h3, .inverse #content a:not(.button):not(.more) h4, .inverse #content a:not(.button):not(.more) .support-landing-newsletter strong, .support-landing-newsletter .inverse #content a:not(.button):not(.more) strong, .inverse #content a:not(.button):not(.more) h5, .inverse #content a:not(.button):not(.more) .product__dashboard__scene-1__title-subtext, .inverse #content a:not(.button):not(.more) .product__dashboard__scene-1__title-subtext p, .product__dashboard__scene-1__title-subtext .inverse #content a:not(.button):not(.more) p, aside.inverse a:not(.button):not(.more) h1, aside.inverse a:not(.button):not(.more) h2, aside.inverse a:not(.button):not(.more) h3, aside.inverse a:not(.button):not(.more) h4, aside.inverse a:not(.button):not(.more) .support-landing-newsletter strong, .support-landing-newsletter aside.inverse a:not(.button):not(.more) strong, aside.inverse a:not(.button):not(.more) h5, aside.inverse a:not(.button):not(.more) .product__dashboard__scene-1__title-subtext, aside.inverse a:not(.button):not(.more) .product__dashboard__scene-1__title-subtext p, .product__dashboard__scene-1__title-subtext aside.inverse a:not(.button):not(.more) p, div.inverse a:not(.button):not(.more) h1, div.inverse a:not(.button):not(.more) h2, div.inverse a:not(.button):not(.more) h3, div.inverse a:not(.button):not(.more) h4, div.inverse a:not(.button):not(.more) .support-landing-newsletter strong, .support-landing-newsletter div.inverse a:not(.button):not(.more) strong, div.inverse a:not(.button):not(.more) h5, div.inverse a:not(.button):not(.more) .product__dashboard__scene-1__title-subtext, div.inverse a:not(.button):not(.more) .product__dashboard__scene-1__title-subtext p, .product__dashboard__scene-1__title-subtext div.inverse a:not(.button):not(.more) p {
  color: #b8b8c0;
}
.inverse #content a:not(.button):not(.more):hover, .inverse #content a:not(.button):not(.more).active, aside.inverse a:not(.button):not(.more):hover, aside.inverse a:not(.button):not(.more).active, div.inverse a:not(.button):not(.more):hover, div.inverse a:not(.button):not(.more).active {
  color: white;
}
.inverse #content a:not(.button):not(.more):hover h1, .inverse #content a:not(.button):not(.more):hover h2, .inverse #content a:not(.button):not(.more):hover h3, .inverse #content a:not(.button):not(.more):hover h4, .inverse #content a:not(.button):not(.more):hover .support-landing-newsletter strong, .support-landing-newsletter .inverse #content a:not(.button):not(.more):hover strong, .inverse #content a:not(.button):not(.more):hover h5, .inverse #content a:not(.button):not(.more):hover .product__dashboard__scene-1__title-subtext, .inverse #content a:not(.button):not(.more):hover .product__dashboard__scene-1__title-subtext p, .product__dashboard__scene-1__title-subtext .inverse #content a:not(.button):not(.more):hover p, .inverse #content a:not(.button):not(.more).active h1, .inverse #content a:not(.button):not(.more).active h2, .inverse #content a:not(.button):not(.more).active h3, .inverse #content a:not(.button):not(.more).active h4, .inverse #content a:not(.button):not(.more).active .support-landing-newsletter strong, .support-landing-newsletter .inverse #content a:not(.button):not(.more).active strong, .inverse #content a:not(.button):not(.more).active h5, .inverse #content a:not(.button):not(.more).active .product__dashboard__scene-1__title-subtext, .inverse #content a:not(.button):not(.more).active .product__dashboard__scene-1__title-subtext p, .product__dashboard__scene-1__title-subtext .inverse #content a:not(.button):not(.more).active p, aside.inverse a:not(.button):not(.more):hover h1, aside.inverse a:not(.button):not(.more):hover h2, aside.inverse a:not(.button):not(.more):hover h3, aside.inverse a:not(.button):not(.more):hover h4, aside.inverse a:not(.button):not(.more):hover .support-landing-newsletter strong, .support-landing-newsletter aside.inverse a:not(.button):not(.more):hover strong, aside.inverse a:not(.button):not(.more):hover h5, aside.inverse a:not(.button):not(.more):hover .product__dashboard__scene-1__title-subtext, aside.inverse a:not(.button):not(.more):hover .product__dashboard__scene-1__title-subtext p, .product__dashboard__scene-1__title-subtext aside.inverse a:not(.button):not(.more):hover p, aside.inverse a:not(.button):not(.more).active h1, aside.inverse a:not(.button):not(.more).active h2, aside.inverse a:not(.button):not(.more).active h3, aside.inverse a:not(.button):not(.more).active h4, aside.inverse a:not(.button):not(.more).active .support-landing-newsletter strong, .support-landing-newsletter aside.inverse a:not(.button):not(.more).active strong, aside.inverse a:not(.button):not(.more).active h5, aside.inverse a:not(.button):not(.more).active .product__dashboard__scene-1__title-subtext, aside.inverse a:not(.button):not(.more).active .product__dashboard__scene-1__title-subtext p, .product__dashboard__scene-1__title-subtext aside.inverse a:not(.button):not(.more).active p, div.inverse a:not(.button):not(.more):hover h1, div.inverse a:not(.button):not(.more):hover h2, div.inverse a:not(.button):not(.more):hover h3, div.inverse a:not(.button):not(.more):hover h4, div.inverse a:not(.button):not(.more):hover .support-landing-newsletter strong, .support-landing-newsletter div.inverse a:not(.button):not(.more):hover strong, div.inverse a:not(.button):not(.more):hover h5, div.inverse a:not(.button):not(.more):hover .product__dashboard__scene-1__title-subtext, div.inverse a:not(.button):not(.more):hover .product__dashboard__scene-1__title-subtext p, .product__dashboard__scene-1__title-subtext div.inverse a:not(.button):not(.more):hover p, div.inverse a:not(.button):not(.more).active h1, div.inverse a:not(.button):not(.more).active h2, div.inverse a:not(.button):not(.more).active h3, div.inverse a:not(.button):not(.more).active h4, div.inverse a:not(.button):not(.more).active .support-landing-newsletter strong, .support-landing-newsletter div.inverse a:not(.button):not(.more).active strong, div.inverse a:not(.button):not(.more).active h5, div.inverse a:not(.button):not(.more).active .product__dashboard__scene-1__title-subtext, div.inverse a:not(.button):not(.more).active .product__dashboard__scene-1__title-subtext p, .product__dashboard__scene-1__title-subtext div.inverse a:not(.button):not(.more).active p {
  color: white;
}
.inverse #content .active a:not(.button):not(.more), aside.inverse .active a:not(.button):not(.more), div.inverse .active a:not(.button):not(.more) {
  color: white;
}
.inverse #content p, .inverse #content li, .inverse #content figcaption, aside.inverse p, aside.inverse li, aside.inverse figcaption, div.inverse p, div.inverse li, div.inverse figcaption {
  color: #efeff1;
}
.f-dropdown a:not(.button):not(.more) {
  color: #9494a0 !important;
}
.f-dropdown a:not(.button):not(.more):hover, .f-dropdown a:not(.button):not(.more).active {
  color: #323238 !important;
}
.f-dropdown .active a:not(.button):not(.more) {
  color: #323238 !important;
}
#content .white-bg {
  color: #323238;
}
#content .white-bg h1, #content .white-bg h2, #content .white-bg h3, #content .white-bg h4, #content .white-bg .support-landing-newsletter strong, .support-landing-newsletter #content .white-bg strong, #content .white-bg h5, #content .white-bg .product__dashboard__scene-1__title-subtext, #content .white-bg .product__dashboard__scene-1__title-subtext p, .product__dashboard__scene-1__title-subtext #content .white-bg p, #content .white-bg a:not(.button):not(.more), #content .white-bg label {
  color: #323238;
}
#content .white-bg p, #content .white-bg li {
  color: #323238;
}
#content .white-bg a:not(.button):not(.more) {
  color: #26a9f2;
}
#content .white-bg a:not(.button):not(.more) h1, #content .white-bg a:not(.button):not(.more) h2, #content .white-bg a:not(.button):not(.more) h3, #content .white-bg a:not(.button):not(.more) h4, #content .white-bg a:not(.button):not(.more) .support-landing-newsletter strong, .support-landing-newsletter #content .white-bg a:not(.button):not(.more) strong, #content .white-bg a:not(.button):not(.more) h5, #content .white-bg a:not(.button):not(.more) .product__dashboard__scene-1__title-subtext, #content .white-bg a:not(.button):not(.more) .product__dashboard__scene-1__title-subtext p, .product__dashboard__scene-1__title-subtext #content .white-bg a:not(.button):not(.more) p {
  color: #26a9f2;
}
#content .white-bg a:not(.button):not(.more):hover, #content .white-bg a:not(.button):not(.more).active {
  color: #44b5f4;
}
#content .white-bg a:not(.button):not(.more):hover h1, #content .white-bg a:not(.button):not(.more):hover h2, #content .white-bg a:not(.button):not(.more):hover h3, #content .white-bg a:not(.button):not(.more):hover h4, #content .white-bg a:not(.button):not(.more):hover .support-landing-newsletter strong, .support-landing-newsletter #content .white-bg a:not(.button):not(.more):hover strong, #content .white-bg a:not(.button):not(.more):hover h5, #content .white-bg a:not(.button):not(.more):hover .product__dashboard__scene-1__title-subtext, #content .white-bg a:not(.button):not(.more):hover .product__dashboard__scene-1__title-subtext p, .product__dashboard__scene-1__title-subtext #content .white-bg a:not(.button):not(.more):hover p, #content .white-bg a:not(.button):not(.more).active h1, #content .white-bg a:not(.button):not(.more).active h2, #content .white-bg a:not(.button):not(.more).active h3, #content .white-bg a:not(.button):not(.more).active h4, #content .white-bg a:not(.button):not(.more).active .support-landing-newsletter strong, .support-landing-newsletter #content .white-bg a:not(.button):not(.more).active strong, #content .white-bg a:not(.button):not(.more).active h5, #content .white-bg a:not(.button):not(.more).active .product__dashboard__scene-1__title-subtext, #content .white-bg a:not(.button):not(.more).active .product__dashboard__scene-1__title-subtext p, .product__dashboard__scene-1__title-subtext #content .white-bg a:not(.button):not(.more).active p {
  color: #44b5f4;
}
#content .white-bg .active a:not(.button):not(.more) {
  color: #26a9f2;
}
p.small, .small > p {
  margin-bottom: .5em;
}
h1.primary, h2.primary, h3.primary, h4.primary, .support-landing-newsletter strong.primary, h5.primary, .primary.product__dashboard__scene-1__title-subtext, .product__dashboard__scene-1__title-subtext p.primary, p.primary, span.primary, a:not(.button):not(.more).primary, label.primary, i.primary, strong.primary, small.primary, figcaption.primary, dd.primary, dt.primary, ul.primary, li.primary {
  color: #26a9f2;
}
h1.secondary, h2.secondary, h3.secondary, h4.secondary, .support-landing-newsletter strong.secondary, h5.secondary, .secondary.product__dashboard__scene-1__title-subtext, .product__dashboard__scene-1__title-subtext p.secondary, p.secondary, span.secondary, a:not(.button):not(.more).secondary, label.secondary, i.secondary, strong.secondary, small.secondary, figcaption.secondary, dd.secondary, dt.secondary, ul.secondary, li.secondary {
  color: #cacacf;
}
h1.muted, h2.muted, h3.muted, h4.muted, .support-landing-newsletter strong.muted, h5.muted, .muted.product__dashboard__scene-1__title-subtext, .product__dashboard__scene-1__title-subtext p.muted, p.muted, span.muted, a:not(.button):not(.more).muted, label.muted, i.muted, strong.muted, small.muted, figcaption.muted, dd.muted, dt.muted, ul.muted, li.muted {
  color: #9494a0;
}
h1.alert, h2.alert, h3.alert, h4.alert, .support-landing-newsletter strong.alert, h5.alert, .alert.product__dashboard__scene-1__title-subtext, .product__dashboard__scene-1__title-subtext p.alert, p.alert, span.alert, a:not(.button):not(.more).alert, label.alert, i.alert, strong.alert, small.alert, figcaption.alert, dd.alert, dt.alert, ul.alert, li.alert {
  color: #ffa81e;
}
h1.inverse, h2.inverse, h3.inverse, h4.inverse, .support-landing-newsletter strong.inverse, h5.inverse, .inverse.product__dashboard__scene-1__title-subtext, .product__dashboard__scene-1__title-subtext p.inverse, p.inverse, span.inverse, a:not(.button):not(.more).inverse, label.inverse, i.inverse, strong.inverse, small.inverse, figcaption.inverse, dd.inverse, dt.inverse, ul.inverse, li.inverse {
  color: #fff;
}
.muted p {
  color: #9494a0 !important;
}
.secondary p {
  color: #cacacf !important;
}
.all-caps, .shallow h2, .shallow h3, footer .sitemap > li > a, footer strong, #wrapper h2, #app_body h2, blockquote h3, blockquote h4, blockquote .support-landing-newsletter strong, .support-landing-newsletter blockquote strong, .panel.ticket h3, .panel.ticket h4, .panel.ticket .support-landing-newsletter strong, .support-landing-newsletter .panel.ticket strong {
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-family: "proxima-nova-condensed", sans-serif;
}
.shallow h2, .shallow h3 {
  font-size: 1.0625rem;
  font-weight: 600;
}
.compact h3, .compact h4, .compact .support-landing-newsletter strong, .support-landing-newsletter .compact strong {
  font-weight: 600;
  margin-bottom: 0.625rem;
}
.compact h3, .compact h4, .compact .support-landing-newsletter strong, .support-landing-newsletter .compact strong, .compact a, .compact p {
  font-size: 90%;
}
.compact p {
  padding-top: 0;
}
.compact-links a {
  font-weight: 600;
  font-size: 90%;
}
.strong-links a {
  font-weight: 600;
}
h2.thin, h3.thin {
  font-weight: 300;
}
h1.xxl {
  font-size: 4.125rem !important;
}
.xxl {
  font-size: 2.75rem !important;
}
.xl {
  font-size: 2rem !important;
}
.l {
  font-size: 1.6875rem !important;
  line-height: 2.109375rem !important;
}
.l.all-caps, .shallow h2.l, .shallow h3.l, footer .sitemap > li > a.l, footer strong.l, #wrapper h2.l, #app_body h2.l, blockquote h3.l, blockquote h4.l, blockquote .support-landing-newsletter strong.l, .support-landing-newsletter blockquote strong.l, .panel.ticket h3.l, .panel.ticket h4.l, .panel.ticket .support-landing-newsletter strong.l, .support-landing-newsletter .panel.ticket strong.l {
  font-size: 1.51875rem !important;
}
.m {
  font-size: 100% !important;
}
.brand-name {
  white-space: nowrap;
}
.radius.has-postfix {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.text-center .inline-list > li {
  display: inline-block;
  float: none;
}
.row.overlay {
  position: absolute;
  top: 0px;
  width: 100%;
}
.label.secondary.outline {
  background-color: transparent;
  color: #cacacf;
  border: 2px solid #cacacf;
}
.boxed.outline {
  border: 1px solid #eaeaec;
  padding: 0 .2em;
}
.boxed.outline.radius {
  border-radius: 4.5px;
}
.boxed.outline.inverse {
  border-color: #fff;
}
.boxed.outline.secondary {
  border-color: #cacacf;
}
.inverse .boxed.outline {
  border-color: #fff;
}
.circular {
  border-radius: 100%;
  display: block;
  overflow: hidden;
}
a.inverse:hover {
  color: #9494a0;
}
.inverse a:hover .flex-block.framed, .inverse a.framed:hover {
  border-color: #fff;
}
.inverse #content section.divider-top {
  border-color: #9494a0;
}
span.centered {
  display: inline-block !important;
}
.full-width .orbit-container .orbit-prev, .full-width .orbit-container .orbit-next {
  margin-top: -10px;
}
.full-width .orbit-container .orbit-prev span, .full-width .orbit-container .orbit-next span {
  margin-top: -20px;
  border-width: 20px;
  margin-left: -10px;
}
.f-dropdown {
  border-radius: 3px;
}
#language-choices.f-dropdown {
  width: auto;
  margin-left: .5em;
}
a.th:active, a.th.selected {
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.3);
}
a.th.selected {
  cursor: default;
}
.inverse a.th:active, .inverse a.th.selected {
  box-shadow: 0 0 6px 1px rgba(255, 255, 255, 0.3);
}
@media only screen and (max-width: 40rem) {
  .white-bg-small {
    background: #FFF !important;
  }
}
#content {
  max-width: 100%;
  margin-top: 2.25rem;
}
#content section {
  margin-bottom: 3rem;
}
#content section.collapse {
  margin-bottom: 0;
}
#content section.divider-top {
  padding-top: 1.5rem;
  border-top: 1px solid #eaeaec;
}
#content section.divider-bottom {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #eaeaec;
}
section.divider-top {
  padding-top: 1.5rem;
  border-top: 1px solid #eaeaec;
}
section.divider-bottom {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #eaeaec;
}
#content section .column.spaced {
  padding: 11.25rem 0 0 0;
}
#content section .column.spaced.bottom {
  padding: 3rem 0 8.25rem 0;
}
header {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  padding-top: 20px;
}
@media screen and (min-width: 950px) {
  header {
    padding-top: 48px;
  }
}
@media only screen and (min-width: 83.1875rem) {
  header {
    padding-top: 58px;
  }
}
header #logo-header {
  width: 154px;
  height: 23px;
  display: inline-block;
}
header .menu__item_company {
  display: none;
}
.inverse .footer-backdrop {
  background-color: #26262a;
}
.inverse .th:hover {
  border-color: #fff;
}
.inverse .sub-nav li.active a {
  color: #fff;
}
.footer-backdrop {
  background-color: #323238;
}
footer {
  padding: 1.5em 0 0 0;
}
footer .sitemap > li > a {
  font-weight: 600;
}
footer .sitemap li ul {
  list-style: none;
  margin: 0 0 1em 0;
  font-size: 90%;
}
footer strong {
  font-weight: 600;
}
footer .newsletter-signup-form input {
  margin-top: 5px !important;
}
footer .inline-list.social-links {
  margin-bottom: 0;
}
footer .inline-list.social-links > li {
  margin-left: 4px;
  float: right;
}
footer #logo-footer {
  width: 160px;
  height: auto;
  display: inline-block;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  margin: .25em 0 .75em 0;
}
@media screen and (max-width: 400px) {
  footer #logo-footer {
    width: 110px;
    margin-top: .7em;
  }
}
@media only screen and (max-width: 40rem) {
  footer .sitemap li ul {
    font-size: 100% !important;
    line-height: 1.75em;
  }
}
.down #logo-footer {
  width: 204px;
  height: 30px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
@media only screen and (min-device-height: 768px) {
  html, body {
    height: 100%;
  }
  #root {
    clear: both;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin-bottom: -236px;
  }
  #root #root_footer {
    height: 236px;
  }
  #footer {
    clear: both;
    position: relative;
    height: 236px;
  }
}
footer {
  min-height: 236px;
}
@media only screen and (min-width: 40.0625rem) {
  .medium-spaced-top {
    margin-top: 3rem;
  }
  .row.medium-overlay {
    position: absolute;
    top: 0px;
    width: 100%;
  }
  .medium-left {
    float: left !important;
  }
  .medium-right {
    float: right !important;
  }
}
.columns[data-equalizer-watch] > .panel, .columns[data-equalizer-watch] > p:last-child {
  height: 100%;
  margin-bottom: 0;
}
.columns[data-equalizer-watch] {
  margin-bottom: 1.25rem;
}
#footer {
  height: auto;
}
.arrow-bubble {
  margin-bottom: 1.5rem;
}
.arrow-bubble .arrow-down {
  width: 0;
  height: 0;
  z-index: 1000;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top-width: 20px;
  border-top-style: solid;
}
.arrow-bubble .arrow-down-center {
  margin-left: -20px;
  width: 10px;
  position: absolute;
  left: 50%;
}
.arrow-bubble .panel {
  margin-bottom: 0;
}
.ecosystem #billboard, .ecosystem .billboard {
  background: white;
}
.ecosystem #billboard .key-visual, .ecosystem .billboard .key-visual {
  max-width: 1600px;
}
#billboard, .billboard {
  background: #fafafa;
  position: relative;
  overflow: hidden;
}
#billboard.inverse, .billboard.inverse {
  background: #323238;
}
#billboard.with-key-visual, .billboard.with-key-visual {
  height: 560px;
}
#billboard.with-key-visual .billboard-slide, .billboard.with-key-visual .billboard-slide {
  height: 560px;
}
#billboard .billboard-card-background, .billboard .billboard-card-background {
  background: #eaeaec;
  padding: 0 1.5rem 1.5rem 1.5rem;
  position: relative;
}
#billboard .billboard-card-background .billboard-card, .billboard .billboard-card-background .billboard-card {
  border: 1px solid #cacacf;
  background: white;
}
#billboard .billboard-card-background:first-child, .billboard .billboard-card-background:first-child {
  padding-top: 1.5rem;
}
#billboard .billboard-slide, .billboard .billboard-slide {
  position: relative;
}
#billboard .slick-track, .billboard .slick-track {
  height: 100%;
}
#billboard .cta, .billboard .cta {
  position: absolute;
  max-width: 450px;
  margin-top: 70px;
}
#billboard .cta .tagline, .billboard .cta .tagline {
  font-size: 2.2rem;
  font-weight: 100;
  font-style: normal;
  line-height: 1.2em;
  margin-bottom: .75em;
  text-shadow: 0px 1px 3px false rgba(255, 255, 255, 0.3);
}
#billboard .cta .tagline strong, .billboard .cta .tagline strong {
  font-weight: 300;
}
#billboard .cta .buttons .button, #billboard .cta .buttons .more, .billboard .cta .buttons .button, .billboard .cta .buttons .more {
  margin-right: 1.5em;
  padding: 8px 17px 6px 17px;
}
#billboard .cta .buttons .button:last-child, #billboard .cta .buttons .more:last-child, .billboard .cta .buttons .button:last-child, .billboard .cta .buttons .more:last-child {
  margin-right: 0;
}
#billboard .cta .buttons .frameless, .billboard .cta .buttons .frameless {
  text-shadow: 0px 1px 3px false rgba(255, 255, 255, 0.3);
}
#billboard .cta.center, .billboard .cta.center {
  max-width: inherit;
  position: static;
  text-align: center;
}
#billboard .cta.right, .billboard .cta.right {
  right: 0;
}
#billboard .inverse .cta .tagline, .billboard .inverse .cta .tagline {
  text-shadow: 0px 1px 3px false rgba(0, 0, 0, 0.3);
}
#billboard .inverse .cta .buttons .frameless, .billboard .inverse .cta .buttons .frameless {
  text-shadow: 0px 1px 3px false rgba(0, 0, 0, 0.3);
}
#billboard .key-visual, .billboard .key-visual {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#billboard .key-visual.fit-vertical, .billboard .key-visual.fit-vertical {
  background-size: auto 100%;
}
#billboard .key-visual.fit-horizontal, .billboard .key-visual.fit-horizontal {
  background-size: 100% auto;
}
#billboard .video-player .play-button, .billboard .video-player .play-button {
  position: absolute;
  display: block;
  margin-top: -45px;
  top: 50%;
  width: 100%;
  text-align: center;
  color: rgba(148, 148, 160, 0.7);
  text-shadow: 0px 1px 3px false rgba(255, 255, 255, 0.3);
}
#billboard .video-player .play-button .icon, .billboard .video-player .play-button .icon {
  font-size: 90px;
  height: 90px;
  line-height: 90px;
}
#billboard .video-player .play-button .button-label, .billboard .video-player .play-button .button-label {
  visibility: hidden;
  -webkit-transition-property: margin-top, opacity;
  -moz-transition-property: margin-top, opacity;
  -o-transition-property: margin-top, opacity;
  transition-property: margin-top, opacity;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#billboard .video-player:hover .play-button, #billboard .video-player:active .play-button, .billboard .video-player:hover .play-button, .billboard .video-player:active .play-button {
  color: rgba(50, 50, 56, 0.9);
}
#billboard .video-player:hover .play-button .button-label, #billboard .video-player:active .play-button .button-label, .billboard .video-player:hover .play-button .button-label, .billboard .video-player:active .play-button .button-label {
  visibility: visible;
  margin-top: -.5em;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
#billboard .inverse .video-player .play-button, .billboard .inverse .video-player .play-button {
  color: rgba(184, 184, 192, 0.7);
  text-shadow: 0px 1px 3px false rgba(0, 0, 0, 0.3);
}
#billboard .inverse .video-player:hover .play-button, #billboard .inverse .video-player:active .play-button, .billboard .inverse .video-player:hover .play-button, .billboard .inverse .video-player:active .play-button {
  color: rgba(255, 255, 255, 0.9);
}
@media only screen and (max-width: 40rem) {
  #billboard .cta, .billboard .cta {
    margin-top: 20px;
    text-align: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
  #billboard .cta .tagline, .billboard .cta .tagline {
    font-size: 1.35rem;
  }
  #billboard .key-visual, .billboard .key-visual {
    background-position: 50% 0%;
  }
}
@media only screen and (max-width: 40rem) {
  #billboard.with-key-visual {
    height: 360px;
  }
  #billboard.with-key-visual .billboard-slide {
    height: 360px;
  }
  #billboard.with-key-visual.with-cards {
    height: auto;
  }
  #billboard.with-key-visual.with-cards .billboard-slide {
    height: 150px;
  }
  #billboard.with-cta .carousel-chevrons {
    display: none;
  }
  #billboard .shadow-inset-linear {
    height: 100%;
  }
}
@media only screen and (min-width: 40.0625rem) and (max-width: 57.5rem) {
  #billboard.with-cta .carousel-chevrons {
    display: none;
  }
}
.inverse #billboard {
  background: #323238;
}
.local-nav.all-caps, .shallow h2.local-nav, .shallow h3.local-nav, footer .sitemap > li > a.local-nav, footer strong.local-nav, #wrapper h2.local-nav, #app_body h2.local-nav, blockquote h3.local-nav, blockquote h4.local-nav, blockquote .support-landing-newsletter strong.local-nav, .support-landing-newsletter blockquote strong.local-nav, .panel.ticket h3.local-nav, .panel.ticket h4.local-nav, .panel.ticket .support-landing-newsletter strong.local-nav, .support-landing-newsletter .panel.ticket strong.local-nav {
  font-size: 90%;
}
.local-nav li {
  padding-top: 12px;
}
.local-nav li.active {
  background: url('/static/formlabs-web-frontend/img/icons/dot.svg?1dc6578') no-repeat 50% 0px;
  background-size: 13px 13px;
}
.local-nav a {
  color: #9494a0;
}
.local-nav .active a, .local-nav a:hover, .local-nav a:active {
  color: #323238;
}
.inverse .local-nav li.active {
  background-image: url('/static/formlabs-web-frontend/img/icons/dot-inverse.svg?1dc6578');
}
.inverse .local-nav a {
  color: #b8b8c0;
}
.inverse .local-nav .active a, .inverse .local-nav a:hover, .inverse .local-nav a:active {
  color: #fff;
}
.button, .more {
  transition-property: background-color, color;
}
.button.square, .square.more {
  padding: 0;
}
.button.square.small, .square.small.more {
  width: 39px;
  height: 39px;
  line-height: 39px;
}
.button .icon, .more .icon {
  padding-top: .15rem;
}
i.fi-plus, i.fi-minus {
  padding-top: 2px;
}
.button.large.with-icon .text, .large.with-icon.more .text {
  margin-right: 1.5em;
  display: inline-block;
}
.button.large.with-icon .icon, .large.with-icon.more .icon {
  font-size: 2.65em;
  position: absolute;
  right: .2em;
  top: 0px;
  line-height: 63px;
}
.button.medium.with-icon .text, .medium.with-icon.more .text {
  margin-right: 1.5em;
  display: inline-block;
}
.button.medium.with-icon .icon, .medium.with-icon.more .icon {
  font-size: 2.55em;
  position: absolute;
  right: .2em;
  top: 0px;
  line-height: 47px;
}
.button.small.with-icon .text, .small.with-icon.more .text {
  margin-right: 1.5em;
  display: inline-block;
}
.button.small.with-icon .icon, .small.with-icon.more .icon {
  font-size: 2.6em;
  position: absolute;
  right: .2em;
  top: 0px;
  line-height: 39px;
}
.button.muted, .muted.more {
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  display: inline-block;
  padding-top: 0.75rem;
  padding-right: 1.5rem;
  padding-bottom: 0.8125rem;
  padding-left: 1.5rem;
  font-size: 1rem;
  background-color: #9494a0;
  border-color: #b4b4bc;
  color: #FFFFFF;
  border-radius: 3px;
  -webkit-transition: background-color 1s;
  -webkit-transition-delay: 0s;
  -moz-transition: background-color 1s;
  -o-transition: background-color 1s;
  transition: background-color 1s false false;
}
.button.muted:hover, .muted.more:hover, .button.muted:focus, .muted.more:focus {
  background-color: #b4b4bc;
}
.button.muted:hover, .muted.more:hover, .button.muted:focus, .muted.more:focus {
  color: #333333;
}
.button.muted:hover, .muted.more:hover, .button.muted:active, .muted.more:active {
  color: #fff;
}
.inverse .button.muted, .inverse .muted.more {
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  display: inline-block;
  padding-top: 0.75rem;
  padding-right: 1.5rem;
  padding-bottom: 0.8125rem;
  padding-left: 1.5rem;
  font-size: 1rem;
  background-color: #585863;
  border-color: #878794;
  color: #FFFFFF;
  border-radius: 3px;
  -webkit-transition: background-color 1s;
  -webkit-transition-delay: 0s;
  -moz-transition: background-color 1s;
  -o-transition: background-color 1s;
  transition: background-color 1s false false;
}
.inverse .button.muted:hover, .inverse .muted.more:hover, .inverse .button.muted:focus, .inverse .muted.more:focus {
  background-color: #878794;
}
.inverse .button.muted:hover, .inverse .muted.more:hover, .inverse .button.muted:focus, .inverse .muted.more:focus {
  color: #FFFFFF;
}
.inverse .button.muted:hover, .inverse .muted.more:hover, .inverse .button.muted:active, .inverse .muted.more:active {
  color: white;
}
p .button:last-child, p .more:last-child {
  margin-bottom: 0;
}
.button.frameless, .frameless.more {
  padding: 0;
  background: transparent !important;
  border: none !important;
}
.button.frameless .button-label, .frameless.more .button-label {
  display: inline-block;
  margin-top: .5rem;
}
.button.frameless.muted, .frameless.muted.more {
  color: #9494a0;
}
.button.icon.round, .icon.round.more, .button.frameless .icon.round, .frameless.more .icon.round {
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.button.icon.round:hover, .icon.round.more:hover, .button.frameless:hover .icon.round, .frameless.more:hover .icon.round {
  background-color: #9494a0;
}
.off-page-sidebar .button.icon.round, .off-page-sidebar .icon.round.more, .off-page-sidebar .button.frameless .icon.round, .off-page-sidebar .frameless.more .icon.round {
  border-color: #cacacf;
}
.off-page-sidebar .button.icon.round:hover, .off-page-sidebar .icon.round.more:hover, .off-page-sidebar .button.frameless:hover .icon.round, .off-page-sidebar .frameless.more:hover .icon.round {
  background-color: #cacacf;
}
.button.top-margin, .top-margin.more {
  margin-top: .75em !important;
}
.button.inverse, .inverse.more {
  background: #323238;
}
.button.inverse:hover, .inverse.more:hover {
  background: #4d4d56;
  color: #fff;
}
.button.panelize, .panelize.more {
  display: block;
  background: transparent;
  border-color: transparent;
  text-align: left;
  color: #323238;
  padding: 0.75rem;
}
.button.panelize p, .panelize.more p {
  color: #323238;
  font-size: 90%;
}
.button.panelize h4, .panelize.more h4, .button.panelize .support-landing-newsletter strong, .support-landing-newsletter .button.panelize strong, .panelize.more .support-landing-newsletter strong, .support-landing-newsletter .panelize.more strong {
  color: #9494a0;
}
.button.panelize:hover, .panelize.more:hover {
  border-color: #cacacf;
}
.button i, .more i {
  display: inline-block;
}
.button, .more {
  line-height: 2;
  color: white;
  font-family: "proxima-nova-condensed", sans-serif;
  font-weight: 500;
  padding: 8px 17px 6px 17px;
}
.button + .button, .more + .button, .button + .more, .more + .more {
  margin-left: .625rem;
}
.button--arrow:after, .more:after {
  content: "\e900";
  font-family: formicons;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  text-decoration: inherit;
  padding-left: 30px;
  padding-right: 4px;
  line-height: 2.6;
  transition-property: padding;
  transition-duration: 0.3s;
}
@media only screen and (max-width: 40rem) {
  .button--arrow:after, .more:after {
    float: right;
  }
}
.button--arrow:hover:after, .more:hover:after {
  padding-left: 34px;
  padding-right: 0px;
}
.button--blanc, .more {
  font-family: "proxima-nova-condensed", sans-serif;
  font-weight: 500;
  background: none;
  border: none;
  color: #26a9f2;
  text-align: left;
  padding: 0;
  font-size: 1rem;
  margin-bottom: 0;
}
.button--blanc:hover, .more:hover {
  background: none;
  color: #44b5f4;
}
.button--blanc.button--arrow:after, .more:after {
  padding-left: 15px;
}
.button--blanc.button--arrow:hover:after, .more:hover:after {
  padding-left: 19px;
  padding-right: 0px;
}
.button--outline {
  border: solid 1px #26a9f2;
  background-color: white;
  color: #26a9f2;
}
.button--outline:hover {
  color: white;
  border-color: #26a9f2;
  background-color: #26a9f2;
}
.callout-text {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 2rem;
}
.carousel li {
  list-style: none;
}
.chevron-left:after {
  content: "\2329";
}
.chevron-right:after {
  content: "\232a";
}
.carousel-chevron {
  font-size: 55px;
  height: 55px;
  line-height: 55px;
  position: absolute;
  display: block;
  margin-top: -27.5px;
  top: 50%;
  color: #cacacf;
  text-shadow: 0px 1px 3px false rgba(255, 255, 255, 0.3);
}
.carousel-chevron.left {
  left: 0px;
  padding-right: 20px;
}
.carousel-chevron.right {
  right: 0px;
  padding-left: 20px;
}
.carousel-chevron:hover, .carousel-chevron:active, .carousel-chevron:focus {
  color: #9494a0;
}
.inverse .carousel-chevron {
  color: rgba(250, 250, 250, 0.8) !important;
  text-shadow: 0px 1px 3px false rgba(0, 0, 0, 0.3);
}
.inverse .carousel-chevron:hover, .inverse .carousel-chevron:active, .inverse .carousel-chevron:focus {
  color: #fff !important;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  height: 100%;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 15px;
  height: 15px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #9494a0;
  border-radius: 1000px;
  content: '•';
  text-align: center;
  opacity: .25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
}
.check-list, .check-list-negative {
  list-style: none;
  margin-left: 0;
  padding: 0;
}
.check-list ul, .check-list-negative ul {
  list-style: none;
  margin-left: 0;
  padding: 0;
}
.check-list li, .check-list-negative li {
  padding-left: 22px;
  background: url('/static/formlabs-web-frontend/img/icons/checkmark-muted.svg?1dc6578') no-repeat 0% 3px;
  background-size: 16px 16px;
}
.check-list-negative li {
  background: url('/static/formlabs-web-frontend/img/icons/x-muted.svg?1dc6578') no-repeat 0% 3px;
}
.dark-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(13, 13, 14, 0.4);
}
a:link .dark-overlay {
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
a:hover .dark-overlay, a:active .dark-overlay, a.selected .dark-overlay {
  background: rgba(13, 13, 14, 0.2);
}
.shadow-inset-radial {
  background: -moz-radial-gradient(center, ellipse cover, transparent 42%, rgba(4, 4, 5, 0) 47%, #323238 100%);
  
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(42%, transparent), color-stop(47%, rgba(4, 4, 5, 0)), color-stop(100%, #323238));
  
  background: -webkit-radial-gradient(center, ellipse cover, transparent 42%, rgba(4, 4, 5, 0) 47%, #323238 100%);
  
  background: -o-radial-gradient(center, ellipse cover, transparent 42%, rgba(4, 4, 5, 0) 47%, #323238 100%);
  
  background: -ms-radial-gradient(center, ellipse cover, transparent 42%, rgba(4, 4, 5, 0) 47%, #323238 100%);
  
  background: radial-gradient(ellipse at center, transparent 42%, rgba(4, 4, 5, 0) 47%, #323238 100%);
  
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#323238',GradientType=1 );
  
}
.shadow-inset-linear {
  position: absolute;
  width: 100%;
  height: 20%;
  bottom: 0%;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background: -owg-linear-gradient(to bottom, rgba(234, 234, 236, 0) 0%, rgba(234, 234, 236, 0.4) 70%, rgba(240, 240, 242, 0.6) 100%);
  background: -webkit-linear-gradient(to bottom, rgba(234, 234, 236, 0) 0%, rgba(234, 234, 236, 0.4) 70%, rgba(240, 240, 242, 0.6) 100%);
  background: -moz-linear-gradient(to bottom, rgba(234, 234, 236, 0) 0%, rgba(234, 234, 236, 0.4) 70%, rgba(240, 240, 242, 0.6) 100%);
  background: -o-linear-gradient(to bottom, rgba(234, 234, 236, 0) 0%, rgba(234, 234, 236, 0.4) 70%, rgba(240, 240, 242, 0.6) 100%);
  background: linear-gradient(to bottom, rgba(234, 234, 236, 0) 0%, rgba(234, 234, 236, 0.4) 70%, rgba(240, 240, 242, 0.6) 100%);
}
.inverse .shadow-inset-linear {
  background: -owg-linear-gradient(to bottom, rgba(13, 13, 14, 0) 0%, rgba(13, 13, 14, 0.4) 70%, rgba(9, 9, 10, 0.6) 100%);
  background: -webkit-linear-gradient(to bottom, rgba(13, 13, 14, 0) 0%, rgba(13, 13, 14, 0.4) 70%, rgba(9, 9, 10, 0.6) 100%);
  background: -moz-linear-gradient(to bottom, rgba(13, 13, 14, 0) 0%, rgba(13, 13, 14, 0.4) 70%, rgba(9, 9, 10, 0.6) 100%);
  background: -o-linear-gradient(to bottom, rgba(13, 13, 14, 0) 0%, rgba(13, 13, 14, 0.4) 70%, rgba(9, 9, 10, 0.6) 100%);
  background: linear-gradient(to bottom, rgba(13, 13, 14, 0) 0%, rgba(13, 13, 14, 0.4) 70%, rgba(9, 9, 10, 0.6) 100%);
}
.shadow-inset-linear.not-inverse {
  background: -owg-linear-gradient(to bottom, rgba(234, 234, 236, 0) 0%, rgba(234, 234, 236, 0.4) 70%, rgba(240, 240, 242, 0.6) 100%);
  background: -webkit-linear-gradient(to bottom, rgba(234, 234, 236, 0) 0%, rgba(234, 234, 236, 0.4) 70%, rgba(240, 240, 242, 0.6) 100%);
  background: -moz-linear-gradient(to bottom, rgba(234, 234, 236, 0) 0%, rgba(234, 234, 236, 0.4) 70%, rgba(240, 240, 242, 0.6) 100%);
  background: -o-linear-gradient(to bottom, rgba(234, 234, 236, 0) 0%, rgba(234, 234, 236, 0.4) 70%, rgba(240, 240, 242, 0.6) 100%);
  background: linear-gradient(to bottom, rgba(234, 234, 236, 0) 0%, rgba(234, 234, 236, 0.4) 70%, rgba(240, 240, 242, 0.6) 100%);
}
.shadow-inset-linear.shadow-inset-top {
  position: absolute;
  width: 100%;
  height: 20%;
  top: 0%;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background: -owg-linear-gradient(to top, rgba(234, 234, 236, 0) 0%, rgba(234, 234, 236, 0.4) 70%, rgba(240, 240, 242, 0.6) 100%);
  background: -webkit-linear-gradient(to top, rgba(234, 234, 236, 0) 0%, rgba(234, 234, 236, 0.4) 70%, rgba(240, 240, 242, 0.6) 100%);
  background: -moz-linear-gradient(to top, rgba(234, 234, 236, 0) 0%, rgba(234, 234, 236, 0.4) 70%, rgba(240, 240, 242, 0.6) 100%);
  background: -o-linear-gradient(to top, rgba(234, 234, 236, 0) 0%, rgba(234, 234, 236, 0.4) 70%, rgba(240, 240, 242, 0.6) 100%);
  background: linear-gradient(to top, rgba(234, 234, 236, 0) 0%, rgba(234, 234, 236, 0.4) 70%, rgba(240, 240, 242, 0.6) 100%);
}
.inverse .shadow-inset-linear.shadow-inset-top {
  background: -owg-linear-gradient(to top, rgba(13, 13, 14, 0) 0%, rgba(13, 13, 14, 0.4) 70%, rgba(9, 9, 10, 0.6) 100%);
  background: -webkit-linear-gradient(to top, rgba(13, 13, 14, 0) 0%, rgba(13, 13, 14, 0.4) 70%, rgba(9, 9, 10, 0.6) 100%);
  background: -moz-linear-gradient(to top, rgba(13, 13, 14, 0) 0%, rgba(13, 13, 14, 0.4) 70%, rgba(9, 9, 10, 0.6) 100%);
  background: -o-linear-gradient(to top, rgba(13, 13, 14, 0) 0%, rgba(13, 13, 14, 0.4) 70%, rgba(9, 9, 10, 0.6) 100%);
  background: linear-gradient(to top, rgba(13, 13, 14, 0) 0%, rgba(13, 13, 14, 0.4) 70%, rgba(9, 9, 10, 0.6) 100%);
}
.shadow-inset-linear.shadow-inset-top.not-inverse {
  background: -owg-linear-gradient(to top, rgba(234, 234, 236, 0) 0%, rgba(234, 234, 236, 0.4) 70%, rgba(240, 240, 242, 0.6) 100%);
  background: -webkit-linear-gradient(to top, rgba(234, 234, 236, 0) 0%, rgba(234, 234, 236, 0.4) 70%, rgba(240, 240, 242, 0.6) 100%);
  background: -moz-linear-gradient(to top, rgba(234, 234, 236, 0) 0%, rgba(234, 234, 236, 0.4) 70%, rgba(240, 240, 242, 0.6) 100%);
  background: -o-linear-gradient(to top, rgba(234, 234, 236, 0) 0%, rgba(234, 234, 236, 0.4) 70%, rgba(240, 240, 242, 0.6) 100%);
  background: linear-gradient(to top, rgba(234, 234, 236, 0) 0%, rgba(234, 234, 236, 0.4) 70%, rgba(240, 240, 242, 0.6) 100%);
}
.data-bubble-container {
  margin: 0 0 2.25rem 0;
  position: relative;
}
.data-bubble {
  display: block;
  position: relative;
  top: 0px;
  -webkit-transition-property: top, box-shadow-color;
  -moz-transition-property: top, box-shadow-color;
  -o-transition-property: top, box-shadow-color;
  transition-property: top, box-shadow-color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color: #323238;
  padding: .5em .3em .75em .3em;
  border-top: 4px solid #cacacf;
  background-color: #fafafa;
}
.data-bubble .value {
  display: inline-block;
  line-height: 140%;
}
.data-bubble .title {
  color: #cacacf;
  display: block;
  margin: 0 0 .65em 0;
  font-size: 90%;
  font-weight: 600;
}
.data-bubble .number {
  margin-left: -.05em;
  margin-right: .1em;
  font-size: 230%;
  font-family: "proxima-nova-condensed", sans-serif;
  letter-spacing: -0.02em;
  white-space: nowrap;
}
.data-bubble .number sup {
  letter-spacing: 0;
  font-size: 35%;
  font-weight: 600;
}
.data-bubble .op {
  color: #9494a0;
  padding: 0 .2em;
  font-size: 75%;
}
.data-bubble .unit {
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 600;
  color: #323238;
}
.data-bubble .unit-toggles a {
  display: inline-block;
  margin-right: .5em;
  color: #9494a0;
}
.data-bubble .unit-toggles a.active {
  cursor: default;
  color: #323238;
}
a.data-bubble:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 20px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 20px;
  top: -0.75rem;
  color: #323238;
}
.feature-panel-bg {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  z-index: -100;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
section.feature-panel {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
}
@media only screen and (max-width: 40rem) {
  section.feature-panel {
    height: 1000px;
  }
}
@media only screen and (min-width: 40.0625rem) {
  section.feature-panel {
    height: 100vh;
  }
}
section.feature-panel .overlay-container {
  position: relative;
}
section.feature-panel .overlay-container, section.feature-panel .scene-overlay {
  height: 100%;
}
section.feature-panel .scene-overlay {
  position: absolute;
}
section.video-panel {
  position: relative;
}
.flex-block {
  display: block;
  width: auto;
  height: 230px;
  margin-bottom: 1.5rem;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.flex-block.third {
  height: 189px;
}
.flex-block.third.square {
  height: 378px;
}
.flex-block.half {
  height: 14.25rem;
}
.flex-block.half.square {
  height: 480px;
}
.tall .flex-block {
  height: 30.25rem;
}
@media only screen and (max-width: 40rem) {
  .flex-block {
    width: 100% !important;
  }
}
.flex-block.framed, a.framed, .framed a, .button.panelize, .panelize.more {
  border: 1px solid #cacacf;
  -webkit-transition-property: border, background;
  -moz-transition-property: border, background;
  -o-transition-property: border, background;
  transition-property: border, background;
  -webkit-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.animated-graph {
  visibility: hidden;
}
.c-materials-prop-chart .radius-scale-label {
  fill: #CCC;
  font-size: 14px;
}
.c-materials-prop-chart .radius-label {
  font-family: "proxima-nova-condensed", sans-serif;
  font-size: 18px;
}
@media only screen and (max-width: 40rem) {
  .c-materials-prop-chart .radius-label {
    font-size: 14px;
  }
}
@media only screen and (min-width: 40.0625rem) and (max-width: 57.5rem) {
  .c-materials-prop-chart .c-materials-prop-chart__selection-container {
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 57.5625rem) {
  .c-materials-prop-chart .c-materials-prop-chart__selection-container {
    margin-top: 12rem;
  }
}
.c-materials-prop-chart .c-materials-prop-chart__selection {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 40rem) {
  .c-materials-prop-chart .c-materials-prop-chart__selection {
    float: left;
    margin-right: 2rem;
    margin-bottom: 1.5rem;
  }
}
@media only screen and (min-width: 40.0625rem) {
  .c-materials-prop-chart .c-materials-prop-chart__selection--small-bottom-padding {
    margin-bottom: 1.5rem;
  }
}
.c-materials-prop-chart .c-materials-prop-chart__selection-box {
  width: 30px;
  height: 30px;
  border: 2px solid #5e5e6c;
  background-color: white;
  margin-right: 20px;
  float: left;
}
.c-materials-prop-chart .c-materials-prop-chart__selection.is-active .c-materials-prop-chart__selection-box {
  border-width: 3px;
}
.c-materials-prop-chart .c-materials-prop-chart__selection-text {
  line-height: 30px;
  float: left;
  font-family: "proxima-nova-condensed", sans-serif;
}
.c-materials-prop-chart .c-materials-prop-chart__selection--tough.is-active .c-materials-prop-chart__selection-box {
  background-color: #80ced3;
  border-color: #009ca6;
}
.c-materials-prop-chart .c-materials-prop-chart__selection--durable.is-active .c-materials-prop-chart__selection-box {
  background-color: #ffe396;
  border-color: #ffc72c;
}
.c-materials-prop-chart .c-materials-prop-chart__selection--flexible.is-active .c-materials-prop-chart__selection-box {
  background-color: #e6e7e5;
  border-color: #cdceca;
}
.c-materials-prop-chart .c-materials-prop-chart__selection--hightemp.is-active .c-materials-prop-chart__selection-box {
  background-color: #fee4cd;
  border-color: #fcc89b;
}
.c-materials-prop-chart .c-materials-prop-chart__selection--clear.is-active .c-materials-prop-chart__selection-box {
  background-color: #f2f2f6;
  border-color: #e5e5ec;
}
.c-materials-prop-chart .c-materials-prop-chart__selection--select-all {
  color: #9494a0;
}
.c-materials-prop-chart .c-materials-prop-chart__selection--select-all:hover {
  color: #5e5e6c;
}
.c-materials-prop-chart .radius {
  stroke: #CCC;
  stroke-width: 2;
}
.c-materials-prop-chart .radius-tick {
  stroke: #CCC;
  stroke-width: 2;
}
.c-materials-prop-chart .polygon {
  fill-opacity: 0.5;
  stroke-width: 4;
  z-index: 100;
}
.c-materials-prop-chart .polygon:hover {
  fill-opacity: 0.8;
}
.c-materials-prop-chart .polygon.unhovered {
  opacity: 0.2;
}
.c-materials-prop-chart .polygon--tough {
  fill: #009ca6;
  stroke: #009ca6;
}
.c-materials-prop-chart .polygon--durable {
  fill: #ffc72c;
  stroke: #ffc72c;
}
.c-materials-prop-chart .polygon--flexible {
  fill: #cdceca;
  stroke: #cdceca;
}
.c-materials-prop-chart .polygon--hightemp {
  fill: #fcc89b;
  stroke: #fcc89b;
}
.c-materials-prop-chart .polygon--clear {
  fill: #e5e5ec;
  stroke: #e5e5ec;
}
.hover-captions figure figcaption {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hover-captions figure:hover figcaption {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.icon.round {
  padding: 0;
  height: 2em;
  width: 2em;
  line-height: 2em;
  text-align: center;
  display: inline-block;
}
.icon.round.large {
  width: 2.5em;
  height: 2.5em;
  padding: 0;
  text-align: center;
  border: 2px #9494a0 solid;
}
.icon.round.large i {
  line-height: 46px;
  font-size: 46px;
}
.inset-captions figure {
  margin-bottom: 1.25rem;
  position: relative;
}
.inset-captions figure figcaption {
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding: .75em 1em;
  background: rgba(50, 50, 56, 0.5);
  margin: 0;
  color: #FFFFFF;
  line-height: 1.6em !important;
}
.inset-captions figure figcaption p:last-child {
  margin: 0;
}
.label--tiny {
  font-family: "proxima-nova-condensed", sans-serif;
  font-weight: 600;
  font-size: 11px;
  padding: 3px 3px 1px 3px;
  line-height: inherit;
  text-transform: uppercase;
  margin-left: 0.25rem;
}
.has-loupe {
  position: relative;
}
.loupe-containment {
  width: 120%;
  height: 130%;
  position: absolute;
  top: -15%;
  left: -10%;
}
.loupe {
  display: none;
  width: 230px;
  height: 230px;
  position: absolute;
  border-radius: 115px;
  border: 7px rgba(255, 255, 255, 0.4) solid;
  cursor: move;
  background-repeat: no-repeat;
  z-index: 10;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 20px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 20px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 20px;
  -webkit-transition-property: border-color, box-shadow;
  -moz-transition-property: border-color, box-shadow;
  -o-transition-property: border-color, box-shadow;
  transition-property: border-color, box-shadow;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.loupe .move-icon {
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 30px;
  border: 3px solid #9494a0;
  color: #9494a0;
  border-radius: 1em;
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  background: #323238;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.loupe:hover {
  border-color: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 40px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 40px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 40px;
}
.loupe:hover .move-icon {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.loupe-scroll-anchor {
  
  position: absolute;
}
.dark-bg .loupe {
  left: 12%;
  top: 25%;
}
.light-bg .loupe {
  left: 23%;
  top: 20%;
}
.menu {
  list-style: none;
  margin: 0;
  float: none;
  width: 100%;
  clear: both;
}
@media screen and (min-width: 950px) {
  .menu {
    float: left;
    width: auto;
    clear: none;
  }
}
.menu__item {
  float: none;
  clear: both;
  position: static;
}
@media screen and (min-width: 950px) {
  .menu__item {
    margin-right: 1.5em;
    float: left;
    clear: none;
  }
  .menu__item:last-child {
    margin-right: 0;
  }
}
.main-nav .menu__item_level-0 > .menu__item__link {
  font-weight: 600;
}
.menu__item_level-1 > .menu__item__link,
.menu__item_level-2 > .menu__item__link,
.secondary-nav .menu__item__link {
  font-size: 0.875rem;
  color: #9494a0;
  padding: 0;
}
.menu__item_level-1 > .menu__item__link:hover, .menu__item_level-1 > .menu__item__link:active,
.menu__item_level-2 > .menu__item__link:hover,
.menu__item_level-2 > .menu__item__link:active,
.secondary-nav .menu__item__link:hover,
.secondary-nav .menu__item__link:active {
  color: #323238;
}
.menu__item.active > .menu__item__link,
.menu__item.ancestor > .menu__item__link {
  color: #323238;
}
.menu__content, .secondary-nav {
  background: white;
  border-top: 1px solid #eaeaec;
  border-bottom: 1px solid #eaeaec;
}
@media screen and (max-width: 949px) {
  .menu__content, .secondary-nav {
    padding-bottom: 1.5rem;
  }
}
.menu__content {
  position: static;
  z-index: 999;
  width: 100vw;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 949px) {
  .menu__content {
    margin-left: -0.75rem;
  }
}
@media screen and (min-width: 950px) {
  .menu__content {
    position: absolute;
    top: 100%;
    left: 0;
  }
}
.menu__content .row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 75.5rem;
}
.menu__content section {
  border-top: 1px solid #eaeaec;
  margin-top: 0.75rem;
  padding-top: 0.75rem;
}
.menu__content .menu__item.selected > .menu__item__link, .menu__content .menu__item.selected > .menu__item__link {
  color: #323238;
}
.menu__content.child-expanded {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
header .menu__item_level-0 > .menu__item__link,
header .meta-level > .menu__item > .menu__item__link,
header .language-chooser > .menu__item > .menu__item__link {
  margin-top: -2px;
}
.menu__item__link {
  display: inline-block;
  font-family: "proxima-nova-condensed", sans-serif;
  line-height: 1.8;
  font-weight: 500;
}
@media only screen {
  .menu__item__link {
    font-size: 16px;
  }
}
@media only screen and (min-width: 83.1875rem) {
  .menu__item__link {
    font-size: 18px;
  }
}
.menu__dropdown-indicator {
  display: inline-block;
  margin-left: .25em;
  margin-bottom: .1em;
  transition-duration: 0s;
}
.menu__dropdown-indicator:before {
  content: "\e903";
  font-family: formicons;
  font-style: normal;
  font-weight: normal;
  font-size: 6px;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 949px) {
  header .menu {
    margin: 0;
    float: left;
  }
  header .menu.menu_dropdown_child {
    margin: 0 0.75rem;
  }
  header .main-nav-menus > .menu {
    margin-top: 0.75rem;
  }
  header .main-nav-menus > .menu:last-child {
    margin-bottom: 0.75rem;
  }
  header .menu__item {
    display: block;
  }
  header .menu__item .menu__item__link {
    width: 100%;
  }
}
.menu_dropdown .menu__item, .sub-nav .menu__item {
  margin-left: 0;
}
@media screen and (min-width: 950px) {
  .menu_dropdown .menu__item, .sub-nav .menu__item {
    margin-right: 2em;
    width: auto;
  }
  .menu_dropdown .menu__item:last-child, .sub-nav .menu__item:last-child {
    margin-right: 0;
  }
}
.menu_dropdown .menu__item__link, .menu_dropdown .menu__item.selected .menu__item__link, .menu_dropdown .menu__item__link:hover, .sub-nav .menu__item__link, .sub-nav .menu__item.selected .menu__item__link, .sub-nav .menu__item__link:hover {
  line-height: 3rem;
}
@media screen and (min-width: 950px) {
  .menu_dropdown_level-1 {
    padding: 0.375rem 0;
  }
}
.menu_dropdown_level-2.with-icons, .sub-nav.with-icons {
  padding: 1.5rem 0;
}
.menu_dropdown_level-2.with-icons .menu__item__link, .menu_dropdown_level-2.with-icons .menu__item.selected .menu__item__link, .menu_dropdown_level-2.with-icons .menu__item__link:hover, .sub-nav.with-icons .menu__item__link, .sub-nav.with-icons .menu__item.selected .menu__item__link, .sub-nav.with-icons .menu__item__link:hover {
  line-height: 40px;
}
.sub-nav {
  padding: 0;
  margin-left: 0;
  margin-right: 2em;
}
.sub-nav:last-child {
  margin-right: 0;
}
.sub-nav.with-icons {
  margin-bottom: 0;
}
.sub-nav li {
  margin-left: 2em;
}
.sub-nav li a {
  font-size: 14px;
  padding: 0;
}
.sub-nav li a:hover {
  color: #5e5e6c;
}
.with-product-icons .menu__item__link .icon, .with-product-icons .menu__item__link .icon .active, .menu__item_3d-printers ul .menu__item__link .icon, .menu__item_3d-printers ul .menu__item__link .icon .active, .menu__item_materials ul .menu__item__link .icon, .menu__item_materials ul .menu__item__link .icon .active {
  background-repeat: no-repeat;
  width: 30px;
  height: 40px;
  margin-right: 0.5em;
  display: block;
  float: left;
  background-image: url('/static/formlabs-web-frontend/img/bessy/products/subnav/product-nav-icons-colors.png?1dc6578');
  background-size: 240px 80px;
  position: relative;
  
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .with-product-icons .menu__item__link .icon, .with-product-icons .menu__item__link .icon .active, .menu__item_3d-printers ul .menu__item__link .icon, .menu__item_3d-printers ul .menu__item__link .icon .active, .menu__item_materials ul .menu__item__link .icon, .menu__item_materials ul .menu__item__link .icon .active {
    background-image: url('/static/formlabs-web-frontend/img/bessy/products/subnav/product-nav-icons-colors@2x.png?1dc6578');
  }
}
.with-product-icons .menu__item__link_form-2 .icon, .with-product-icons .menu__item__link_form-2 .icon .active, .menu__item_3d-printers ul .menu__item__link_form-2 .icon, .menu__item_3d-printers ul .menu__item__link_form-2 .icon .active, .menu__item_materials ul .menu__item__link_form-2 .icon, .menu__item_materials ul .menu__item__link_form-2 .icon .active {
  background-position: 0% 0%;
}
.with-product-icons .menu__item__link_form-1-plus .icon, .with-product-icons .menu__item__link_form-1-plus .icon .active, .menu__item_3d-printers ul .menu__item__link_form-1-plus .icon, .menu__item_3d-printers ul .menu__item__link_form-1-plus .icon .active, .menu__item_materials ul .menu__item__link_form-1-plus .icon, .menu__item_materials ul .menu__item__link_form-1-plus .icon .active {
  background-position: 14.2857142857% 0%;
}
.with-product-icons .menu__item__link_standard .icon, .with-product-icons .menu__item__link_standard .icon .active, .menu__item_3d-printers ul .menu__item__link_standard .icon, .menu__item_3d-printers ul .menu__item__link_standard .icon .active, .menu__item_materials ul .menu__item__link_standard .icon, .menu__item_materials ul .menu__item__link_standard .icon .active {
  background-position: 28.5714285714% 0%;
}
.with-product-icons .menu__item__link_flexible .icon, .with-product-icons .menu__item__link_flexible .icon .active, .menu__item_3d-printers ul .menu__item__link_flexible .icon, .menu__item_3d-printers ul .menu__item__link_flexible .icon .active, .menu__item_materials ul .menu__item__link_flexible .icon, .menu__item_materials ul .menu__item__link_flexible .icon .active {
  background-position: 42.8571428571% 0%;
}
.with-product-icons .menu__item__link_castable .icon, .with-product-icons .menu__item__link_castable .icon .active, .menu__item_3d-printers ul .menu__item__link_castable .icon, .menu__item_3d-printers ul .menu__item__link_castable .icon .active, .menu__item_materials ul .menu__item__link_castable .icon, .menu__item_materials ul .menu__item__link_castable .icon .active {
  background-position: 57.1428571429% 0%;
}
.with-product-icons .menu__item__link_tough .icon, .with-product-icons .menu__item__link_tough .icon .active, .menu__item_3d-printers ul .menu__item__link_tough .icon, .menu__item_3d-printers ul .menu__item__link_tough .icon .active, .menu__item_materials ul .menu__item__link_tough .icon, .menu__item_materials ul .menu__item__link_tough .icon .active {
  background-position: 71.4285714286% 0%;
}
.with-product-icons .menu__item__link_engineering .icon, .with-product-icons .menu__item__link_engineering .icon .active, .menu__item_3d-printers ul .menu__item__link_engineering .icon, .menu__item_3d-printers ul .menu__item__link_engineering .icon .active, .menu__item_materials ul .menu__item__link_engineering .icon, .menu__item_materials ul .menu__item__link_engineering .icon .active {
  background-position: 71.4285714286% 0%;
}
.with-product-icons .menu__item__link_dental-sg .icon, .with-product-icons .menu__item__link_dental-sg .icon .active, .menu__item_3d-printers ul .menu__item__link_dental-sg .icon, .menu__item_3d-printers ul .menu__item__link_dental-sg .icon .active, .menu__item_materials ul .menu__item__link_dental-sg .icon, .menu__item_materials ul .menu__item__link_dental-sg .icon .active {
  background-position: 85.7142857143% 0%;
}
.with-product-icons .menu__item__link_form-x .icon, .with-product-icons .menu__item__link_form-x .icon .active, .menu__item_3d-printers ul .menu__item__link_form-x .icon, .menu__item_3d-printers ul .menu__item__link_form-x .icon .active, .menu__item_materials ul .menu__item__link_form-x .icon, .menu__item_materials ul .menu__item__link_form-x .icon .active {
  background-position: 100% 0%;
}
.with-product-icons .menu__item__link .icon .active, .menu__item_3d-printers ul .menu__item__link .icon .active, .menu__item_materials ul .menu__item__link .icon .active {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-position-y: 100%;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.with-product-icons .menu__item.selected .menu__item__link .icon .active, .with-product-icons .menu__item__link:hover .icon .active, .menu__item_3d-printers ul .menu__item.selected .menu__item__link .icon .active, .menu__item_3d-printers ul .menu__item__link:hover .icon .active, .menu__item_materials ul .menu__item.selected .menu__item__link .icon .active, .menu__item_materials ul .menu__item__link:hover .icon .active {
  background-position-y: 100%;
  opacity: 1;
}
.with-product-icons .menu__item__link_store, .menu__item_3d-printers ul .menu__item__link_store, .menu__item_materials ul .menu__item__link_store {
  margin-bottom: 0;
}
@media screen and (max-width: 949px) {
  .sub-nav, .sub-nav.with-icons {
    padding: 1.5rem 0 0 0;
    margin-right: 0;
  }
  .sub-nav.medium-left, .sub-nav.medium-right, .sub-nav.with-icons.medium-left, .sub-nav.with-icons.medium-right {
    float: none;
    clear: both;
  }
  .sub-nav .menu__item {
    float: left;
    clear: none;
    width: 50%;
    white-space: nowrap;
  }
}
.secondary-nav form {
  padding: 0.75rem 0;
}
.secondary-nav form input, .secondary-nav form .button, .secondary-nav form .more, .secondary-nav form button {
  margin: 0;
  font-size: 90%;
}
.menu_vertical .menu__item {
  clear: left;
}
#nav-dropdown {
  background-color: white;
  width: 100%;
  display: none;
  position: absolute;
}
#nav-dropdown .dropdown-content-container {
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
  border-top: 1px solid #eaeaec;
  height: 262px;
}
#nav-dropdown .dropdown-content, #nav-dropdown .arrow-wrapper {
  max-width: 75.5rem;
  margin: auto;
  height: 0;
}
#nav-dropdown .dropdown-content {
  display: none;
}
#nav-dropdown .dropdown-content .dropdown-section {
  padding-top: 45px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: "proxima-nova-condensed", sans-serif;
}
#nav-dropdown .dropdown-content .dropdown-section .nav-item {
  font-family: "proxima-nova-condensed", sans-serif;
  font-weight: 500;
  height: 135px;
  font-size: 16px;
  width: 100px;
  float: left;
  margin-left: 16px;
  line-height: 1.5;
}
#nav-dropdown .dropdown-content .dropdown-section .nav-item:first-child {
  margin-left: auto;
}
#nav-dropdown .dropdown-content .dropdown-section .nav-item-container {
  margin: auto;
  margin-bottom: 34px;
}
#nav-dropdown .dropdown-content .dropdown-section .nav-item-container.printers {
  width: 232px;
}
#nav-dropdown .dropdown-content .dropdown-section .nav-item-container.tools {
  width: 348px;
}
#nav-dropdown .dropdown-content .dropdown-section .nav-item-container.services {
  width: 100px;
}
#nav-dropdown .dropdown-content .dropdown-section.helpful-links a.small {
  font-size: 14px;
  font-weight: 500;
}
#nav-dropdown .dropdown-content .dropdown-section.helpful-links .helpful-links__title {
  padding-bottom: 5px;
}
#nav-dropdown .dropdown-content .nav-img {
  height: 100px;
  width: 100px;
  margin: auto;
  margin-top: 5px;
  margin-bottom: 10px;
  -webkit-transition: all, 0.2s, ease-in-out;
  -moz-transition: all, 0.2s, ease-in-out;
  -o-transition: all, 0.2s, ease-in-out;
  transition: all, 0.2s, ease-in-out;
}
#nav-dropdown .dropdown-content .nav-item:hover .nav-img {
  margin-top: 0;
  margin-bottom: 15px;
}
#nav-dropdown .dropdown-content .nav-item__text {
  font-size: 20px;
  line-height: 20px;
}
@media only screen and (max-width: 1075px) {
  #nav-dropdown .dropdown-content.printers .dropdown-section.printers {
    width: 30%;
  }
  #nav-dropdown .dropdown-content.printers .dropdown-section.tools {
    width: 50%;
  }
  #nav-dropdown .dropdown-content.printers .dropdown-section.services {
    width: 20%;
  }
  #nav-dropdown .dropdown-section {
    padding-right: 0 !important;
  }
  #nav-dropdown .dropdown-content.printers .helpful-links {
    display: none;
  }
}
#nav-dropdown .dropdown-arrow {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #eaeaec;
  position: absolute;
  top: -10px;
  -webkit-transition: left, 0.2s, ease-in-out;
  -moz-transition: left, 0.2s, ease-in-out;
  -o-transition: left, 0.2s, ease-in-out;
  transition: left, 0.2s, ease-in-out;
}
#nav-dropdown .dropdown-arrow:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
  position: absolute;
  top: 2px;
  left: -10px;
}
@media screen and (max-width: 949px) {
  #nav-dropdown {
    display: none !important;
  }
}
.header-backdrop {
  position: relative;
  background-color: white;
  z-index: 1;
}
.header-backdrop header {
  position: static;
}
@media screen and (max-width: 949px) {
  .header-backdrop {
    padding-bottom: 20px;
  }
  .header-backdrop header {
    float: none;
  }
}
@media screen and (max-width: 949px) {
  .main-nav .toggle-nav {
    display: block;
  }
  .main-nav .main-nav-menus {
    display: none;
  }
}
@media screen and (min-width: 950px) {
  .main-nav .toggle-nav {
    display: none;
  }
  .main-nav .main-nav-menus {
    display: block;
  }
}
.main-nav .title-area {
  float: left;
  list-style: none;
  margin: 0;
  width: 100%;
  clear: both;
}
@media screen and (min-width: 950px) {
  .main-nav .title-area {
    clear: none;
    width: auto;
  }
}
.main-nav .title-area li {
  float: left;
  position: static;
  margin-right: 1.625rem;
}
.main-nav .title-area li.toggle-nav {
  margin-right: 0.75rem;
}
.main-nav .title-area .toggle-nav {
  position: absolute;
  right: 0;
  top: 2rem;
  margin-top: -20px;
  text-transform: uppercase;
  font-size: 0.8rem;
}
.main-nav .title-area .toggle-nav a {
  color: #b8b8c0;
}
.main-nav .title-area .toggle-nav a:hover, .main-nav .title-area .toggle-nav a:active {
  color: #26a9f2;
}
.main-nav .title-area .toggle-nav a i {
  position: relative;
  top: 6px;
  margin: 0 0.625rem;
}
header .menu {
  list-style: none;
  margin-left: 0px;
}
header .menu li {
  line-height: 2;
}
header .menu__item {
  margin-left: 0px;
  display: inline-block;
}
@media only screen and (min-width: 57.5625rem) and (max-width: 83.125rem) {
  header .menu__item {
    margin-right: .7rem;
  }
}
@media only screen and (min-width: 83.1875rem) {
  header .menu__item {
    margin-right: 1rem;
  }
}
@media only screen and (min-width: 57.5625rem) and (max-width: 83.125rem) {
  header .right .menu__item {
    margin-right: 0 .5rem;
  }
}
@media only screen and (min-width: 83.1875rem) {
  header .right .menu__item {
    margin-right: 0 .625rem;
  }
}
header .right .menu__item:last-child {
  margin-left: 4px;
}
header .menu__item__link:not(.menu__item__link_store) {
  color: #5e5e6c;
}
header .menu__item__link:not(.menu__item__link_store):hover {
  color: #26a9f2;
}
header .menu__item__link {
  margin-top: 0px;
  line-height: 2.5rem;
  -webkit-transition: "opacity, color, background-color", 0.2s, ease-in-out;
  -moz-transition: "opacity, color, background-color", 0.2s, ease-in-out;
  -o-transition: "opacity, color, background-color", 0.2s, ease-in-out;
  transition: "opacity, color, background-color", 0.2s, ease-in-out;
}
header .menu.right .menu__item__link {
  font-size: 14px;
}
header .button, header .more {
  padding: 0 32px;
  font-size: 14px;
  opacity: 1;
}
#footer {
  height: auto;
}
footer {
  min-height: 0px;
  padding-top: 5em;
}
footer .menu__item__link {
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  line-height: 1.4;
  font-size: 14px;
  font-weight: 300;
  color: #9494a0;
}
footer #logo-footer {
  opacity: 1;
  width: 130px;
  position: relative;
  bottom: 33px;
  margin: 0;
}
@media only screen and (min-width: 40.0625rem) {
  footer #logo-footer {
    bottom: .5rem;
  }
}
footer .language-chooser li {
  margin-left: 0px;
}
footer .language-chooser .menu__item__link {
  font-family: "proxima-nova-condensed", sans-serif;
  font-weight: 600;
  color: #5e5e6c;
}
footer .menu__item__link:hover {
  color: #26a9f2;
}
.footer-end .menu__item__link {
  font-size: 12px;
}
.footer-end li {
  font-size: 12px;
  margin-right: 0px;
}
.footer-main-menu {
  padding-bottom: 4rem;
  color: #5e5e6c;
}
.footer-backdrop {
  background-color: white;
}
.footer-menu-category {
  color: #5e5e6c;
  display: block;
  margin-bottom: 1.25rem;
}
.footer-menu-category.logo {
  margin-bottom: 14px;
}
.menu_vertical {
  list-style: none;
  margin: 0;
}
.menu_vertical li {
  line-height: 2rem;
}
.footer__blog_listing li {
  line-height: 1rem;
}
body.inverse .footer-menu-category {
  color: #FFFFFF;
}
body.inverse-header header .menu__item__link {
  color: white;
  opacity: 1;
}
body.inverse-header header .menu__item__link:hover {
  color: white;
  opacity: 0.8;
}
body.inverse-header header .toggle-nav a:hover, body.inverse-header header .toggle-nav a:active, body.inverse-header header .toggle-nav a[aria-expanded="true"] {
  color: #fff;
}
body.inverse-header .homepage-header-backdrop {
  background-color: transparent !important;
}
.printer-sprite {
  background: url('/static/formlabs-web-frontend/img/dropdowns/3d_printers/3dprinters-sprites@2x.png?1dc6578') no-repeat top left;
  background-size: cover;
  width: 100px;
  height: 100px;
}
.printer-sprite.dd_dashboard {
  background-position: 0 0;
}
.printer-sprite.dd_finishkit {
  background-position: -105px 0;
}
.printer-sprite.dd_form1 {
  background-position: -210px 0;
}
.printer-sprite.dd_form2 {
  background-position: -315px 0;
}
.printer-sprite.dd_preform {
  background-position: -420px 0;
}
.printer-sprite.dd_supportduo {
  background-position: -525px 0;
}
.materials-sprite {
  background: url('/static/formlabs-web-frontend/img/dropdowns/materials/materials-sprites@2x.png?1dc6578') no-repeat top left;
  width: 100px;
  height: 100px;
  background-size: cover;
}
.materials-sprite.dd_castable {
  background-position: 0 0;
}
.materials-sprite.dd_dental {
  background-position: -105px 0;
}
.materials-sprite.dd_flex {
  background-position: -210px 0;
}
.materials-sprite.dd_overview {
  background-position: -315px 0;
}
.materials-sprite.dd_standard {
  background-position: -420px 0;
}
.materials-sprite.dd_tough {
  background-position: -525px 0;
}
.materials-sprite.dd_formx {
  background-position: -630px 0;
}
.industries-sprite {
  background: url('/static/formlabs-web-frontend/img/dropdowns/industry/industries-sprites3@2x.png?1dc6578') no-repeat top left;
  background-size: cover;
  width: 100px;
  height: 100px;
}
.industries-sprite.dentistry {
  background-position: 0 0;
}
.industries-sprite.engineering-product-design {
  background-position: -105px 0;
}
.industries-sprite.jewelry {
  background-position: -210px 0;
}
.industries-sprite.manufacturing {
  background-position: -315px 0;
}
.industries-sprite.model-making-entertainment {
  background-position: -420px 0;
}
.industries-sprite.research-education {
  background-position: -525px 0;
}
.reveal-modal-bg {
  background-color: rgba(255, 255, 255, 0.9);
}
.inverse .reveal-modal-bg {
  background-color: rgba(0, 0, 0, 0.9);
}
.reveal-modal {
  background-color: #fafafa;
}
.inverse .reveal-modal {
  background-color: #323238;
}
a.close-reveal-modal {
  text-shadow: 0px 1px 3px false rgba(0, 0, 0, 0.3);
}
.reveal-modal.lightbox .video-container {
  margin-left: auto;
  margin-right: auto;
  padding-top: 93px;
}
.reveal-modal.lightbox {
  background-color: transparent;
  padding: 0;
  max-width: 100%;
  border: 0;
  box-shadow: none;
}
.reveal-modal.lightbox figure {
  text-align: center;
}
.reveal-modal.lightbox .modal-body-container {
  float: right;
  right: 50%;
  position: relative;
}
.reveal-modal.lightbox .modal-body {
  float: right;
  right: -50%;
  position: relative;
  padding-top: 93px;
  max-width: 980px;
}
.reveal-modal.lightbox .lightbox-footer {
  bottom: 0px;
  width: 100%;
  position: absolute;
}
.reveal-modal.lightbox .lightbox-footer-outer {
  float: right;
  right: 50%;
  position: relative;
}
.reveal-modal.lightbox .lightbox-footer-inner {
  float: right;
  right: -50%;
  position: relative;
  height: 100%;
}
.reveal-modal.lightbox .lightbox-footer-content {
  max-width: 980px;
  padding-bottom: 1.25rem;
}
#hide-newsletter-form {
  height: 55px;
}
.newsletter-signup-popup {
  display: none;
  position: fixed;
  z-index: 1005;
  border-radius: 3px;
  background-color: #FFFFFF;
  padding: 1.875rem;
  border: solid 1px #9494a0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  width: 94%;
  max-width: 62.5rem;
  bottom: 12px;
  right: 12px;
  margin: 0 auto;
}
@media only screen and (min-width: 40.0625rem) {
  .newsletter-signup-popup {
    width: 30%;
  }
}
.newsletter-signup-popup .close-button {
  color: #000000;
  cursor: pointer;
  font-size: 2.22222rem;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 0.55556rem;
  right: 1.22222rem;
  text-decoration: none;
}
.off-page-sidebar {
  background-color: #5E5E6C;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  overflow: scroll;
  height: 100%;
  -webkit-transition-property: width;
  -moz-transition-property: width;
  -o-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hide-off-page-sidebar, .hide-off-page-sidebar:hover, .hide-off-page-sidebar:active {
  font-size: 3.875rem;
  color: #b8b8c0;
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  display: block;
  margin-top: -0.96875rem;
  line-height: 1em;
}
@media only screen and (max-width: 40rem) {
  .off-page-sidebar {
    width: 100%;
    display: none;
    padding-top: 1.9375rem;
  }
}
@media only screen and (min-width: 40.0625rem) {
  .off-page-sidebar {
    width: 16rem;
    padding-bottom: 4.5rem;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 5px 0px 20px;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 5px 0px 20px;
    box-shadow: rgba(0, 0, 0, 0.2) 5px 0px 20px;
    -webkit-transition-property: width;
    -moz-transition-property: width;
    -o-transition-property: width;
    transition-property: width;
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .has-off-page-sidebar #content {
    min-width: 320px;
  }
  .has-off-page-sidebar #root, .has-off-page-sidebar .footer-backdrop {
    border-left: 16rem solid #5E5E6C;
    -webkit-transition-property: border;
    -moz-transition-property: border;
    -o-transition-property: border;
    transition-property: border;
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .has-off-page-sidebar.sidebar-collapsed #root, .has-off-page-sidebar.sidebar-collapsed .footer-backdrop {
    border-left-width: 20px;
  }
  .has-off-page-sidebar.sidebar-collapsed .off-page-sidebar {
    width: 20px;
  }
  .has-off-page-sidebar.sidebar-collapsed .off-page-sidebar .sidebar-body {
    display: none;
  }
  .has-off-page-sidebar.sidebar-collapsed .off-page-sidebar .sidebar-toggle {
    height: 100%;
    width: 100%;
  }
  .has-off-page-sidebar header, .has-off-page-sidebar footer, .has-off-page-sidebar #content {
    padding-left: 1.5rem;
  }
}
.off-canvas-wrap.move-left {
  z-index: 1000;
}
.off-canvas-wrap.move-left #content {
  display: none !important;
}
.right-off-canvas-menu {
  min-height: 100vh;
}
.mobile-sidebar__container {
  max-width: 400px;
  margin: 0 auto;
  padding-top: 9px;
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (min-width: 375px) {
  .mobile-sidebar__container {
    padding-top: 41px;
  }
}
.mobile-sidebar__main-links__link-text {
  font-size: 25px;
  line-height: 2.2;
  color: white !important;
  display: block;
}
.mobile-sidebar__close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 18px 20px;
}
.mobile-sidebar__sub-links {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media only screen and (min-width: 375px) {
  .mobile-sidebar__sub-links {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
.mobile-sidebar__sub-links__sub-link-text {
  line-height: 2;
  font-weight: 300;
}
a.button.mobile-sidebar__store-button, a.mobile-sidebar__store-button.more {
  font-size: 25px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.mobile-sidebar__legal {
  padding-top: 0;
}
@media only screen and (min-width: 375px) {
  .mobile-sidebar__legal {
    padding-top: 0.625rem;
  }
}
.mobile-sidebar__language {
  padding-top: 0.625rem;
}
@media only screen and (min-width: 375px) {
  .mobile-sidebar__language {
    padding-top: 1.25rem;
  }
}
.mobile-sidebar__language .menu__item {
  margin-left: 0 !important;
}
.mobile-sidebar__language__chevron {
  padding-left: 5px;
}
.panel {
  padding: 1.5rem;
  background: transparent;
}
.panel.collapse .button, .panel.collapse .more {
  margin-bottom: 0;
}
.panel.inverse, .inverse .panel {
  background-color: #323238;
  border-color: #26262a;
}
.panel.framed, .framed .panel {
  background-color: transparent;
}
.panel.framed a, .framed .panel a {
  border: none;
}
.panel.textured, .textured .panel {
  background: url('/static/formlabs-web-frontend/img/textures/dark.jpg?1dc6578');
  background-size: 100% auto;
}
.panel.collapse .button-group:last-child {
  margin-right: 0;
}
.panel.light-accent-bg {
  border-color: #e5e5e7;
}
.spin {
  position: relative;
  width: 50px;
  height: 50px;
  display: inline-block;
}
.search-form .spin {
  position: absolute;
  top: 2px;
  right: 2px;
  height: 33px;
  width: 33px;
}
.progress-message {
  text-align: center;
}
.small-sticky.columns, .medium-sticky.columns, .large-sticky.columns {
  -webkit-transition-property: padding-top;
  -moz-transition-property: padding-top;
  -o-transition-property: padding-top;
  transition-property: padding-top;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
.small-sticky.columns.sticking, .medium-sticky.columns.sticking, .large-sticky.columns.sticking {
  padding-top: 1.5rem;
}
.small-sticky.columns.sticking section, .medium-sticky.columns.sticking section, .large-sticky.columns.sticking section {
  margin-bottom: 0;
}
.sticky-nav {
  position: fixed;
  top: 0px;
  height: 60px;
  background: white;
  box-shadow: 0 2px 6px 0 rgba(94, 94, 108, 0.35);
  overflow: hidden;
}
@media only screen and (max-width: 40rem) {
  .sticky-nav {
    display: none !important;
  }
}
.sticky-nav__item {
  margin-left: 0rem;
  margin-right: 1.1rem;
  height: 60px;
  line-height: 60px;
}
.sticky-nav__link {
  font-size: 16px;
  font-weight: 400;
  font-family: "proxima-nova-condensed", sans-serif;
}
.sticky-nav__text {
  font-size: 16px;
  font-weight: 600;
}
.sticky-nav__contact-sales {
  color: #5e5e6c;
}
.sticky-nav__store .button, .sticky-nav__store .more {
  padding: 4px 30px 2px 30px;
}
.sticky-nav__contact-sales__telephone {
  position: relative;
  top: 1px;
  padding-right: 3px;
}
.c-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
  padding-bottom: 6em;
}
.c-timeline::after {
  content: '';
  display: table;
  clear: both;
}
.c-timeline::before {
  content: '';
  position: absolute;
  top: 0;
  background-color: #eee;
  left: 25px;
  height: 100%;
  width: 4px;
}
.c-timeline > div {
  margin: 2em 0;
}
.c-timeline > div:first-child {
  margin-top: 0;
}
.c-timeline > div:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1023px) {
  .c-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .c-timeline::before {
    left: 50%;
    margin-left: -2px;
    background-color: #eee;
  }
  .c-timeline > div {
    margin: 6em 8rem;
  }
}
.c-timeline__arrow {
  z-index: 10;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #eaeaec;
  position: absolute;
  top: 24px;
  right: 0px;
  left: -15px;
  transform: rotate(-90deg);
}
.c-timeline__arrow::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
  position: absolute;
  top: 2px;
  left: -10px;
}
.c-timeline__player {
  position: relative;
  background-size: cover;
  height: 277px;
  width: 100%;
  max-width: 417px;
}
.c-timeline__player p {
  margin-top: 0px;
}
.c-timeline__player .flex-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.15);
}
.c-timeline__player .play-button.text-center {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  color: #fff;
  font-size: 4rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-timeline__player .play-button.text-center i {
  font-size: 3rem;
}
#anythingby-vid {
  background: url("../img/industries/engineering/anythingby.jpg");
}
#mimo-vid {
  background: url("../img/industries/engineering/mimo.jpg");
}
#sutrue-vid {
  background: url("../img/industries/engineering/sutrue.jpg");
}
#righthand-vid {
  background: url("../img/industries/engineering/righthand.jpg");
}
.caption {
  color: #efeff1;
}
.c-timeline__entry {
  position: relative;
}
.c-timeline__entry::after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 1023px) {
  .c-timeline__arrow {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #eaeaec;
    position: absolute;
    top: 24px;
    right: -15px;
    left: inherit;
    transform: rotate(90deg);
  }
  .c-timeline__arrow::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid white;
    position: absolute;
    top: 2px;
    left: -10px;
  }
}
.c-timeline__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 5px solid #fff;
  background: #24A9F3;
}
.c-timeline__img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}
.c-timeline__img svg, .c-timeline__img i {
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
  font-size: 30px;
  color: #FFFFFF;
}
@media only screen and (min-width: 1023px) {
  .c-timeline__img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .cssanimations .c-timeline__img.is-hidden {
    visibility: hidden;
  }
  .cssanimations .c-timeline__img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}
@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.c-timeline__media {
  font-size: 13px;
  font-size: 0.8125rem;
  display: block;
  float: none;
  margin-left: 60px;
  padding: .8em 0;
}
.c-timeline__content {
  position: relative;
  margin-left: 60px;
  background: white;
  border-radius: 0.25em;
  padding: 1em;
  border: 1px #eaeaec solid;
}
.c-timeline__content::after {
  content: "";
  display: table;
  clear: both;
}
.c-timeline__content h2 {
  color: #303e49;
}
.c-timeline__content p {
  font-size: 13px;
  font-size: 0.8125rem;
}
.c-timeline__content p {
  margin: 1em 0;
  line-height: 1.6;
  margin-top: 0px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .c-timeline__content h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .c-timeline__content p {
    font-size: 16px;
    font-size: 1rem;
  }
  .c-timeline__media {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 1023px) {
  .c-timeline__card {
    width: 45%;
  }
  .c-timeline__content {
    margin-left: 0;
    padding: 1.6em;
    width: 100%;
    max-width: 417px;
    min-height: 277px;
    float: right;
  }
  .c-timeline__content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: white;
  }
  .c-timeline__media {
    margin-left: 0;
    float: left;
    position: absolute;
    right: 0;
    top: 0px;
    font-size: 16px;
    font-size: 1rem;
    width: 45%;
  }
  .c-timeline__entry.c-timeline__entry--left .c-timeline__card {
    float: right;
  }
  .c-timeline__entry.c-timeline__entry--left .c-timeline__content {
    float: left;
  }
  .c-timeline__entry.c-timeline__entry--left .c-timeline__media {
    right: auto;
    left: 0;
    text-align: right;
  }
  .c-timeline__entry.c-timeline__entry--left .video-player.c-timeline__player {
    float: right;
  }
  .c-timeline__entry.c-timeline__entry--left .c-timeline__caption {
    text-align: left;
  }
  .c-timeline__entry.c-timeline__entry--left .c-timeline__arrow {
    z-index: 10;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #eaeaec;
    position: absolute;
    top: 24px;
    left: -15px;
    transform: rotate(-90deg);
  }
  .c-timeline__entry.c-timeline__entry--left .c-timeline__arrow::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid white;
    position: absolute;
    top: 2px;
    left: -10px;
  }
  .cssanimations .c-timeline__content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .c-timeline__content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}
@media only screen and (min-width: 1023px) {
  
  .cssanimations .c-timeline__entry.c-timeline__entry--left .c-timeline__content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.c-media-card__player {
  position: relative;
  background-size: cover;
  height: 383px;
  width: 100%;
}
.c-media-card__player p {
  margin-top: 0px;
}
.c-media-card__player .flex-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.15);
}
.c-media-card__player .play-button.text-center {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  color: #fff;
  font-size: 5rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-media-card__player .play-button.text-center i {
  font-size: 4rem;
}
.team--jobs-listing--list > li {
  list-style-type: none;
}
.team--jobs-listing--list {
  margin-left: 0;
}
.team {
  border: 1px solid #eaeaec;
  padding: 10px;
  margin: 10px 0;
}
.job {
  margin: 1rem 0;
}
.job--title {
  line-height: 1.125rem;
}
.job--location {
  font-size: 0.75rem;
}
body[ng-app="greenhouse.desktop"] #wrapper, body[ng-app="greenhouse.desktop"] #app_body {
  max-width: 100%;
}
body[ng-app="greenhouse.desktop"] #application {
  max-width: 600px !important;
}
body[ng-app="greenhouse.desktop"] #application #main_fields label {
  width: 25%;
}
body[ng-app="greenhouse.desktop"] #application #main_fields div.field input {
  width: 75%;
  max-width: 312px;
  min-width: 150px;
}
body[ng-app="greenhouse.desktop"] #application #custom_fields div.field input[type=text],
body[ng-app="greenhouse.desktop"] #application #custom_fields div.field textarea {
  width: 100% !important;
}
body[ng-app="greenhouse.desktop"] #content,
body[ng-app="greenhouse.desktop"] #application {
  width: 50%;
  float: left;
}
@media (max-width: 768px) {
  body[ng-app="greenhouse.desktop"] #content #main_fields div.field input,
  body[ng-app="greenhouse.desktop"] #application #main_fields div.field input {
    max-width: 225px;
  }
}
@media only screen and (max-width: 978px) {
  body[ng-app="greenhouse.desktop"] #content,
  body[ng-app="greenhouse.desktop"] #application {
    width: 100%;
    float: none;
  }
}
#wrapper, #app_body {
  padding: 0 !important;
}
#wrapper > p, #app_body > p {
  display: none;
}
#wrapper h1, #wrapper .app-title, #app_body h1, #app_body .app-title {
  font-size: 1.6875rem;
  font-weight: 300;
  font-size: 1.6875rem;
}
#wrapper h2, #app_body h2 {
  font-size: 1.0625rem;
  font-weight: 600;
}
#wrapper #application label, #app_body #application label {
  display: inline-block;
}
#wrapper #application button, #app_body #application button {
  margin: 0 !important;
  padding: 0 !important;
}
.events .event_type {
  background-repeat: no-repeat;
  height: 3em;
  padding-left: 3.5em;
}
.events #past_events p {
  margin-top: .6em;
}
#livestream-modal .video-container {
  padding-top: 0;
}
.sub-billboard {
  position: relative;
  background-color: white;
}
.sub-billboard .video-player {
  height: 20rem;
  position: relative;
}
.sub-billboard .video-player .play-button {
  position: absolute;
  display: block;
  top: 50%;
  width: 100%;
  margin-top: -45px;
  color: rgba(255, 255, 255, 0.3);
}
.sub-billboard .video-player:hover .play-button {
  color: rgba(255, 255, 255, 0.8);
}
.sub-billboard .video-player .key-visual {
  height: 20rem;
}
.sub-billboard .vid-cover {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.home .header-backdrop {
  position: absolute;
  top: 0px;
  width: 100%;
}
.partners-list h2.region {
  padding-top: 4rem;
}
.products.dashboard #content {
  margin-bottom: 0;
}
.product__dashboard__scene-1__button-group {
  width: 200px;
}
@media only screen and (min-width: 57.5625rem) {
  .product__dashboard__scene-1__title-subtext, .product__dashboard__scene-1__title-subtext p {
    font-size: 1.6875rem;
  }
}
@media only screen and (max-width: 40rem) {
  .product__dashboard__scene-1__image {
    margin-top: 3rem;
  }
}
.product__dashboard__scene-1__button-register {
  margin-bottom: 0.75rem;
}
@media only screen and (min-width: 57.5625rem) {
  .product__dashboard__scene-screenshot {
    height: 550px;
    margin-bottom: 400px !important;
  }
}
@media only screen and (min-width: 57.5625rem) {
  .product__dashboard__scene-screenshot {
    height: 550px;
    margin-bottom: 550px !important;
  }
}
.product__dashboard__scene-screenshot__screenshot-container {
  position: relative;
}
.product__dashboard__scene-screenshot__screenshot-image-container {
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  margin-bottom: 4rem;
}
@media only screen and (min-width: 57.5625rem) {
  .product__dashboard__scene-screenshot__screenshot-image-container {
    position: absolute;
    left: 0;
    top: 0;
    margin-bottom: 0;
  }
}
.product__dashboard__scene-screenshot__screenshot {
  -webkit-box-shadow: 0px 2px 77px 0px rgba(56, 56, 56, 0.21);
  -moz-box-shadow: 0px 2px 77px 0px rgba(56, 56, 56, 0.21);
  box-shadow: 0px 2px 77px 0px rgba(56, 56, 56, 0.21);
}
@media only screen and (max-width: 40rem) {
  .product__dashboard__scene-live-print__screenshot {
    max-width: 400px;
  }
}
.product__dashboard__scene-notification {
  height: 500px;
  position: relative;
}
@media only screen and (max-width: 40rem) {
  .product__dashboard__scene-notification {
    height: 700px;
  }
}
.product__dashboard__scene-notification .overlay-container {
  position: relative;
  height: 100%;
}
.product__dashboard__scene-notification .scene-overlay.show-for-small-only {
  position: absolute;
  bottom: 0px;
  height: 200px;
  background-color: white;
}
.product__dashboard__scene-notification .scene-overlay.show-for-medium-up {
  margin-top: 175px;
}
.x-ray-scroll-anchor {
  position: absolute;
  height: 100%;
  top: 0px;
  width: 1px;
}
.x-ray-screen {
  position: relative;
  display: block;
}
.x-ray-picture {
  position: absolute;
  bottom: 0px;
  background-position: 50% 100%;
  background-size: 100%;
  height: 0%;
  width: 100%;
  display: none;
}
.printer-hero {
  display: block;
}
@media only screen and (max-width: 40rem) {
  .printer-hero-container {
    margin-top: -40px;
  }
}
@media only screen and (min-width: 40.0625rem) {
  .printer-hero-container {
    margin-top: -60px;
  }
}
.printer-hero.scroll-fade-in {
  position: absolute;
  top: 0px;
}
.printer-overlay {
  visibility: hidden;
}
.build-volume-graph {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  margin: 0;
  padding: 0;
}
.build-volume-graph line {
  stroke: #fff;
  stroke-width: 2px;
  stroke-dasharray: 2, 3;
}
.build-volume-graph circle {
  fill: #fff;
  stroke: #fff;
}
.build-volume-graph text {
  padding: 25px;
  border: 1px solid white;
  fill: #fff;
  font-size: 20px;
}
.build-volume-graph .axis-label {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  padding: .05em .25em;
}
.form-1 .divisor {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.products.form-2 {
  color: #5E5E6C;
}
@media only screen and (max-width: 40rem) {
  .products.form-2 .cta .video-link {
    display: block;
  }
}
@media only screen and (min-width: 40.0625rem) {
  .products.form-2 .cta .video-link {
    display: inline-block;
  }
}
.scene-bg-vid-container {
  position: absolute;
  height: 100%;
  width: 100%;
}
.scene-bg-vid-container .scene-bg-vid {
  z-index: -100;
  top: 0px;
  left: 0px;
  width: 100%;
  min-height: 100%;
}
.form-2 #content {
  margin-top: 0;
  margin-bottom: 0;
}
.form-2 .form-2__loupe-container {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.animated-bullet-point {
  position: relative;
}
.animated-bullet {
  position: absolute;
  opacity: 0;
}
.animated-bullet .line {
  position: absolute;
  height: 3px;
  background: #26a9f2;
  border: 1px solid white;
  top: -1.5px;
  left: 10.5px;
}
.animated-bullet .dot {
  position: absolute;
  border: 2px solid white;
  width: 25px;
  height: 25px;
  border-radius: 12.5px;
  position: absolute;
  left: -12.5px;
  top: -12.5px;
}
.animated-bullet-text {
  margin-top: -9px;
  transition-duration: 0.1s;
  transition-property: color, opacity;
}
.animated-bullet-text h3 {
  color: #9494a0;
  transition-duration: 0.1s;
  transition-property: color, opacity;
}
.animated-bullet-text.active h3 {
  color: #26a9f2;
}
#peel-mechanism .animated-bullet-point:first-child {
  margin-top: 100px;
}
#automated-resin-refills p {
  padding-top: 0.5rem;
}
@media only screen and (min-width: 40.0625rem) {
  #form-2, #prod-scene-specs, #automated-resin-refills, #wifi-connectivity, #prod-scene-ecosystem {
    min-height: 800px;
  }
}
@media only screen and (max-width: 40rem) {
  #form-2 .scene-overlay {
    margin-top: 1rem;
  }
}
@media only screen and (min-width: 40.0625rem) {
  #form-2 .scene-overlay {
    margin-top: 25vh;
  }
}
@media only screen and (max-width: 40rem) {
  #form-2 {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position-y: 90%;
    height: 800px;
    background-position: bottom;
  }
  #form-2 .mobile-bottom {
    position: absolute;
    width: 100%;
    bottom: 0rem;
  }
}
#prod-scene-specs {
  background-size: auto 130%;
}
#prod-scene-specs .data-bubble-container {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 40rem) {
  #prod-scene-specs .scene-overlay {
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 40.0625rem) {
  #prod-scene-specs .scene-overlay {
    margin-top: 10vh;
  }
}
@media only screen and (max-width: 40rem) {
  #prod-scene-specs {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position-y: 30rem;
    background-position-x: 100%;
    height: 800px;
  }
  #prod-scene-specs .mobile-bottom {
    position: absolute;
    width: 100%;
    bottom: 3rem;
  }
}
@media only screen and (min-width: 40.0625rem) {
  #prod-scene-specs {
    min-height: 1000px;
  }
}
#prod-scene-parts, #prod-scene-quotes {
  background-color: #EFEFEF;
}
#prod-scene-parts ul.carousel li .loupe, #prod-scene-quotes ul.carousel li .loupe {
  left: 23%;
  top: 20%;
}
#prod-scene-parts ul.carousel li .page-3 .loupe, #prod-scene-quotes ul.carousel li .page-3 .loupe {
  left: 17%;
  top: 23%;
}
@media only screen and (min-width: 40.0625rem) {
  #peel-mechanism {
    height: 56.25vw;
    max-height: 1080px;
    background: initial;
  }
}
@media only screen and (max-width: 40rem) {
  #peel-mechanism {
    background-image: url('/static/formlabs-web-frontend/img/bessy/products/scene4/S-product-page-wiper-mobile.jpg?1dc6578');
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position-y: 100%;
    background-position-x: 0%;
    height: 850px;
  }
  #peel-mechanism .animated-bullet {
    display: none;
  }
}
#peel-mechanism .scene-overlay {
  position: static;
  margin-top: 5vw;
}
#peel-mechanism .overlay-container {
  height: auto;
}
#automated-resin-refills {
  background-color: #EBEBEB;
}
@media only screen and (max-width: 40rem) {
  #automated-resin-refills {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position-y: 100%;
    background-position-x: 100%;
    height: 770px;
  }
}
#automated-resin-refills .scene-overlay {
  margin-top: 10vh;
}
@media only screen and (min-width: 40.0625rem) {
  #touchscreen {
    height: 50vw;
    max-height: 1080px;
    background: initial;
  }
}
@media only screen and (max-width: 40rem) {
  #touchscreen {
    background-image: url('/static/formlabs-web-frontend/img/bessy/products/scene6/S-product-page-ui-mobile.jpg?1dc6578');
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position-y: 100%;
    background-position-x: 0%;
    height: 750px;
  }
}
#touchscreen .medium-overlay {
  margin-left: 5vw;
}
#touchscreen .scene-overlay {
  margin-top: 15vw;
}
#touchscreen .overlay-container {
  height: auto;
}
#wifi-connectivity {
  position: relative;
}
#wifi-connectivity .panel {
  background-color: rgba(50, 50, 56, 0.5);
  border-width: 0;
}
#wifi-connectivity .bullet-icon-text strong {
  color: #26a9f2;
}
#wifi-connectivity .bullet-icon-text p {
  margin-bottom: 0.625rem;
}
#wifi-connectivity .bullet-icons a, #wifi-connectivity .bullet-icons a:hover {
  text-align: center;
  color: #9494a0;
}
#wifi-connectivity .bullet-icons a.active, #wifi-connectivity .bullet-icons a:hover.active {
  color: black;
}
#wifi-connectivity .bullet-icons a .icon, #wifi-connectivity .bullet-icons a:hover .icon {
  background-repeat: no-repeat;
  text-align: center;
  width: 40px;
  height: 40px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#wifi-connectivity .bullet-icons a .chat, #wifi-connectivity .bullet-icons a .droplet, #wifi-connectivity .bullet-icons a .connected {
  background-image: url('/static/formlabs-web-frontend/img/bessy/products/scene7/scene7-icons-v3.svg?1dc6578');
  background-size: 120px 120px;
}
#wifi-connectivity .bullet-icons a .chat {
  background-position: 0% 0%;
  margin-left: 0;
}
#wifi-connectivity .bullet-icons a.active .chat, #wifi-connectivity .bullet-icons a:hover .chat {
  background-position: 50% 0%;
  margin-left: 0;
}
#wifi-connectivity .bullet-icons a .droplet {
  background-position: 0% 100%;
}
#wifi-connectivity .bullet-icons a.active .droplet, #wifi-connectivity .bullet-icons a:hover .droplet {
  background-position: 50% 100%;
}
#wifi-connectivity .bullet-icons a .connected {
  background-position: 0% 50%;
  margin-right: 0;
}
#wifi-connectivity .bullet-icons a.active .connected, #wifi-connectivity .bullet-icons a:hover .connected {
  background-position: 50% 50%;
  margin-right: 0;
}
@media only screen and (min-width: 40.0625rem) {
  #wifi-connectivity .scene-overlay {
    margin-top: 30vh;
  }
}
@media only screen and (max-width: 40rem) {
  #wifi-connectivity {
    height: 1000px;
  }
  #wifi-connectivity .feature-panel-bg {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position-y: 200px;
  }
  #wifi-connectivity .scene-overlay {
    padding-top: 2rem;
  }
  #wifi-connectivity .mobile-bottom {
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: white;
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
  #wifi-connectivity .dark-icons .icon {
    background-repeat: no-repeat;
    text-align: center;
    width: 40px;
    height: 40px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-image: url('/static/formlabs-web-frontend/img/bessy/products/scene7/scene7-icons-v3.svg?1dc6578');
    background-size: 120px 120px;
  }
  #wifi-connectivity .dark-icons .chat {
    background-position: 100% 0%;
  }
  #wifi-connectivity .dark-icons .droplet {
    background-position: 100% 100%;
  }
  #wifi-connectivity .dark-icons .connected {
    background-position: 100% 50%;
  }
}
#prod-scene-ecosystem {
  background-position-y: 100%;
  background-size: 100%;
}
@media only screen and (min-width: 83.1875rem) {
  #prod-scene-ecosystem {
    height: 65rem;
  }
}
@media only screen and (min-width: 57.5625rem) and (max-width: 83.125rem) {
  #prod-scene-ecosystem {
    height: 55rem;
  }
}
@media only screen and (min-width: 40.0625rem) and (max-width: 57.5rem) {
  #prod-scene-ecosystem {
    height: 50rem;
  }
}
@media only screen and (max-width: 40rem) {
  #prod-scene-ecosystem {
    height: 800px;
  }
}
#prod-scene-ecosystem .scene-overlay {
  margin-top: 10rem;
}
@media only screen and (max-width: 40rem) {
  #prod-scene-ecosystem .scene-overlay {
    margin-top: 2rem;
  }
}
#prod-scene-quotes .quote-container {
  position: relative;
}
@media only screen and (min-width: 40.0625rem) and (max-width: 57.5rem) {
  #prod-scene-quotes .quote-container {
    height: 11rem;
  }
}
@media only screen and (min-width: 57.5625rem) {
  #prod-scene-quotes .quote-container {
    height: 9rem;
  }
}
#prod-scene-quotes .quote-container .quote-image, #prod-scene-quotes .quote-container .quote-source-image {
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
@media only screen and (max-width: 40rem) {
  #prod-scene-quotes .quote-container .quote-image, #prod-scene-quotes .quote-container .quote-source-image {
    height: 8rem;
  }
}
#prod-scene-quotes .quote-container .quote {
  display: flex;
  align-items: flex-start;
}
@media only screen and (min-width: 40.0625rem) and (max-width: 57.5rem) {
  #prod-scene-quotes .quote-container .quote {
    height: 9rem;
  }
}
@media only screen and (min-width: 57.5625rem) {
  #prod-scene-quotes .quote-container .quote {
    height: 6rem;
  }
}
#prod-scene-quotes .quote-container .quote h3.quote-text {
  width: 100%;
  font-size: 1.3rem;
  line-height: 2rem;
}
#prod-scene-quotes .quote-container .quote-source-image {
  height: 2.5rem;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.bullet-icon {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
#tough-hero {
  background-position: 11px 0px;
  background-size: 870px;
  min-height: 730px;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 40rem) {
  #tough-hero {
    background-position: -168px 0px;
  }
}
@media only screen and (min-width: 40.0625rem) and (max-width: 57.5rem) {
  #tough-hero {
    background-position: -38px 0;
  }
}
table.material-specifications {
  width: 100%;
}
table.material-specifications th {
  font-weight: 600;
  color: #9494a0;
}
table.material-specifications td[scope=row] {
  font-weight: 600;
  color: #9494a0;
}
@media only screen and (max-width: 40rem) {
  #materials-scene-overview .scene-overlay {
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 40.0625rem) {
  #materials-scene-overview .scene-overlay {
    margin-top: 30vh;
  }
}
@media only screen and (max-width: 40rem) {
  #materials-scene-overview {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position-y: 100%;
    height: 550px;
  }
}
#materials-scene-standard-resins .scene-overlay-top {
  margin-top: 10vh;
}
@media only screen and (min-width: 40.0625rem) {
  #materials-scene-standard-resins .scene-overlay-bottom {
    margin-top: 80vh;
  }
}
@media only screen and (max-width: 40rem) {
  #materials-scene-standard-resins {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position-y: 40%;
    height: 700px;
  }
  #materials-scene-standard-resins .scene-overlay-bottom {
    position: absolute;
    width: 100%;
    bottom: 5rem;
  }
}
#materials-scene-functional-resins .scene-overlay-top {
  margin-top: 5vh;
}
@media only screen and (min-width: 40.0625rem) {
  #materials-scene-functional-resins .scene-overlay-bottom {
    margin-top: 80vh;
  }
}
@media only screen and (max-width: 40rem) {
  #materials-scene-functional-resins {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position-y: 0;
    background-color: #FFFFFF;
    height: 700px;
  }
  #materials-scene-functional-resins .scene-overlay-bottom {
    position: absolute;
    width: 100%;
    bottom: 2rem;
  }
}
#materials-scene-jewelry-resins .scene-overlay-top {
  margin-top: 5vh;
}
@media only screen and (min-width: 40.0625rem) {
  #materials-scene-jewelry-resins .scene-overlay-bottom {
    margin-top: 80vh;
  }
}
@media only screen and (max-width: 40rem) {
  #materials-scene-jewelry-resins {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position-y: 0;
    background-color: #FFFFFF;
    height: 700px;
  }
  #materials-scene-jewelry-resins .scene-overlay-bottom {
    position: absolute;
    width: 100%;
    bottom: 2rem;
  }
}
#materials-scene-dental-resins .scene-overlay-top {
  margin-top: 5vh;
}
@media only screen and (min-width: 40.0625rem) {
  #materials-scene-dental-resins .scene-overlay-bottom {
    margin-top: 80vh;
  }
}
@media only screen and (max-width: 40rem) {
  #materials-scene-dental-resins {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position-y: 0;
    background-color: #FFFFFF;
    height: 700px;
  }
  #materials-scene-dental-resins .scene-overlay-bottom {
    position: absolute;
    width: 100%;
    bottom: 2rem;
  }
}
#materials-scene-open-mode {
  height: 55rem;
}
#materials-scene-open-mode .scene-overlay {
  padding-top: 25vh;
}
table.material-resolution-chart tr.no-top-border {
  border-top-style: none;
}
table.material-resolution-chart tr.highlight-top-border {
  border-top-width: 3px;
  border-top-color: #26a9f2;
  border-top-style: solid;
}
table.material-resolution-chart tr td:not(:first-of-type) {
  text-align: center;
}
.products.engineering .tabs-section {
  position: relative;
  margin-bottom: 0 !important;
}
.products.engineering .tabs--controls {
  position: absolute;
  top: 4rem;
}
.products.engineering .tabs--controls .tabs .tab-title > a {
  color: #5E5E6C;
  padding: inherit;
  margin: 0 2rem;
  background: none;
}
.products.engineering .tabs--controls .tabs .tab-title.active > a {
  border-bottom: 2px solid #5E5E6C;
}
.products.engineering .tabs--content {
  overflow: hidden;
  margin-bottom: 0;
}
.products.engineering .tabs--content .content {
  padding: 0;
  position: relative;
  height: 100vh;
  max-height: 834px;
  background-size: 100% 130%;
}
.products.engineering .tabs--content .video--embed {
  height: 100%;
  top: 24px;
}
.products.engineering .tabs--content .video--embed video {
  max-height: 810px;
  max-width: 1440px;
}
.products.engineering .tabs--content .video--embed.video--right video {
  left: inherit;
  right: 0;
}
@media only screen and (min-width: 40.0625rem) {
  .products.engineering .medium-padded-top {
    padding-top: 1.5rem;
  }
}
@media only screen and (max-width: 40rem) {
  .products.engineering .small-only-padded-top {
    padding-top: 1.5rem;
  }
}
.video--embed-tough:not(.initialized) {
  background-image: url('/static/formlabs-web-frontend/img/products/resin/engineering/tough/tough@2x.jpg?1dc6578') !important;
  background-size: 1440px 810px !important;
  background-position: top left !important;
}
@media screen and (max-width: 1440px) {
  .video--embed-tough:not(.initialized) {
    background-size: contain !important;
  }
}
.video--embed-durable:not(.initialized) {
  background-image: url('/static/formlabs-web-frontend/img/products/resin/engineering/durable/durable@2x.jpg?1dc6578') !important;
  background-size: 1440px 810px !important;
  background-position: top right !important;
}
@media screen and (max-width: 1440px) {
  .video--embed-durable:not(.initialized) {
    background-size: contain !important;
  }
}
.video--embed-flexible:not(.initialized) {
  background-image: url('/static/formlabs-web-frontend/img/products/resin/engineering/flexible/flexible@2x.jpg?1dc6578') !important;
  background-size: 1440px 810px !important;
  background-position: top left !important;
}
@media screen and (max-width: 1440px) {
  .video--embed-flexible:not(.initialized) {
    background-size: contain !important;
  }
}
.video--embed-high-temp:not(.initialized) {
  background-image: url('/static/formlabs-web-frontend/img/products/resin/engineering/high-temp/high-temp@2x.jpg?1dc6578') !important;
  background-size: 1440px 810px !important;
  background-position: top right !important;
}
@media screen and (max-width: 1440px) {
  .video--embed-high-temp:not(.initialized) {
    background-size: contain !important;
  }
}
@media only screen and (max-width: 40rem) {
  body.form-x .ceramic-model section {
    padding-bottom: 300px;
  }
}
.download-buttons a.button, .download-buttons a.more {
  margin-bottom: .5em;
}
a.preform-tool {
  display: inline-block;
  background: #323238;
  width: 66px;
  height: 66px;
  line-height: 60px;
  border-radius: 33px;
  border: 2px solid #9494a0;
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
a.preform-tool img {
  width: 55px;
  height: 55px;
}
a.preform-tool:hover {
  background-color: #4d4d56;
}
div.tech-specs section > section > section, div.tech-specs .border-below {
  border-width: 1px;
  margin-bottom: 1.25rem !important;
  padding-top: 1.25rem;
}
div.tech-specs section > section > section {
  border-top-style: solid;
  border-top-color: #DDDDDD;
}
div.tech-specs .border-below {
  border-bottom-style: solid;
  border-bottom-color: #DDDDDD;
}
div.tech-specs section:first-child {
  border-top: none;
  padding-top: 0;
}
table.tech-specs {
  width: 100%;
  border: none;
  border-collapse: collapse;
}
table.tech-specs th {
  vertical-align: top;
  text-align: left;
  font-size: 1.6875rem;
  font-weight: 300;
  color: #9494a0;
  padding-top: .25em;
}
table.tech-specs tr {
  border-top-style: solid;
  border-width: 1px;
  border-top-color: #DDDDDD;
}
table.tech-specs td:last-child {
  padding-right: 0;
}
table.tech-specs dl, table.tech-specs ul, table.tech-specs ol {
  clear: both;
}
table.tech-specs dl {
  margin-bottom: 0;
  width: 100%;
  clear: both;
  border-top-style: solid;
  border-width: 1px;
  border-top-color: #DDDDDD;
  padding: 0.5625rem 0.625rem;
  padding-left: 0;
  padding-right: 0;
}
table.tech-specs dl:first-child {
  border-top: none;
  padding: 0;
}
table.tech-specs dt {
  margin-bottom: 0;
  margin-bottom: 0;
}
table.tech-specs dl, table.tech-specs dt, table.tech-specs dd {
  display: block;
}
@media only screen and (min-width: 40.0625rem) {
  table.tech-specs dt, table.tech-specs ul.left {
    width: 36%;
  }
  table.tech-specs dt, table.tech-specs dd {
    float: left;
  }
  table.tech-specs dd {
    width: 32%;
  }
}
@media only screen and (max-width: 40rem) {
  table.tech-specs .left {
    float: none;
  }
}
table.tech-specs tr.even, table.tech-specs tr.alt, table.tech-specs tr:nth-of-type(even) {
  background: none;
}
@media only screen and (min-width: 40.0625rem) {
  .tech-specs .printer-nudge img {
    margin-left: -1.2rem;
  }
}
@media only screen and (max-width: 40rem) {
  .tech-specs .printer-nudge img {
    margin-left: -0.3rem;
  }
}
#alert-box-modal .modal-button-group {
  text-align: center;
}
.request-quote-form .download-icon {
  margin-right: 5px;
}
.request-sample-part .prev-arrow {
  margin-right: 5px;
  float: left;
  display: block;
  transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
}
.request-sample-part .mobile {
  display: none;
}
.request-sample-part .non-mobile {
  display: block;
}
.request-sample-part .disabled {
  cursor: default;
  background-color: #cacacf !important;
}
.request-sample-part #continue-button.disabled {
  pointer-events: none;
}
.request-sample-part .float-right {
  float: right;
  display: block;
}
.request-sample-part #content {
  margin-top: 0px !important;
  margin-bottom: 0px;
  height: 100%;
  position: relative;
}
.request-sample-part #content .resin-image {
  display: none;
  width: 100px;
  position: relative;
  left: -25px;
}
.request-sample-part #content .sample-part-content {
  height: 100%;
  position: relative;
}
.request-sample-part #content .sample-part-content .main-block {
  padding-top: 30px !important;
  background-color: white;
  padding-right: 50px;
  padding-left: 0.625rem;
}
.request-sample-part #content .sample-part-content .main-block #form-page-1 {
  margin: 0.625rem !important;
}
.request-sample-part #content .sample-part-content .main-block #form-page-1 .resin-box {
  height: 150px;
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
  border-color: #cacacf;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 120px;
  transition: border-color .2s ease;
}
.request-sample-part #content .sample-part-content .main-block #form-page-1 .resin-box .resin-label {
  position: absolute;
  height: 33px;
  bottom: 0px;
  width: 100%;
  color: #fafafa;
  padding: 6px;
  background-color: #cacacf;
  border-style-bottom: solid;
  display: none;
  transition: background-color .2s ease;
}
.request-sample-part #content .sample-part-content .main-block #form-page-1 .resin-box .resin-label span {
  position: relative;
}
.request-sample-part #content .sample-part-content .main-block #form-page-1 .resin-box .resin-text-responsive {
  display: none;
}
.request-sample-part #content .sample-part-content .main-block #form-page-1 .resin-box .resin-check {
  width: 23px;
  height: 23px;
  border-radius: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  border-width: 1px;
}
.request-sample-part #content .sample-part-content .main-block #form-page-1 .resin-box .resin-check.empty {
  width: 23px;
  height: 23px;
  border-style: solid;
  border-color: #cacacf;
  background-color: #fafafa;
}
.request-sample-part #content .sample-part-content .main-block #form-page-1 .resin-box .resin-check.checked {
  background-color: #26a9f2;
  z-index: 2;
  display: none;
  text-align: center;
  color: white;
  border-style: solid;
  border-color: #26a9f2;
  top: 9px;
  right: 9px;
}
.request-sample-part #content .sample-part-content .main-block #form-page-1 .resin-box .resin-check.checked i {
  position: relative;
  top: 0px;
}
.request-sample-part #content .sample-part-content .main-block #form-page-1 .resin-box.black {
  background-image: url('/static/formlabs-web-frontend/img/products/samples/black.png?1dc6578');
}
.request-sample-part #content .sample-part-content .main-block #form-page-1 .resin-box.white {
  background-image: url('/static/formlabs-web-frontend/img/products/samples/white.png?1dc6578');
}
.request-sample-part #content .sample-part-content .main-block #form-page-1 .resin-box.clear {
  background-image: url('/static/formlabs-web-frontend/img/products/samples/clear.png?1dc6578');
}
.request-sample-part #content .sample-part-content .main-block #form-page-1 .resin-box.grey {
  background-image: url('/static/formlabs-web-frontend/img/products/samples/grey.png?1dc6578');
}
.request-sample-part #content .sample-part-content .main-block #form-page-1 .resin-box.castable {
  background-image: url('/static/formlabs-web-frontend/img/products/samples/castable.png?1dc6578');
}
.request-sample-part #content .sample-part-content .main-block #form-page-1 .resin-box.flexible {
  background-image: url('/static/formlabs-web-frontend/img/products/samples/flexible.png?1dc6578');
}
.request-sample-part #content .sample-part-content .main-block #form-page-1 .resin-box.tough {
  background-image: url('/static/formlabs-web-frontend/img/products/samples/tough.png?1dc6578');
}
.request-sample-part #content .sample-part-content .main-block #form-page-1 .resin-box.dental {
  background-image: url('/static/formlabs-web-frontend/img/products/samples/dental.png?1dc6578');
}
.request-sample-part #content .sample-part-content .main-block #form-page-1 .resin-box.durable {
  background-image: url('/static/formlabs-web-frontend/img/products/samples/durable.png?1dc6578');
}
.request-sample-part #content .sample-part-content .main-block #form-page-1 .resin-box.high-temp {
  background-image: url('/static/formlabs-web-frontend/img/products/samples/high-temp.png?1dc6578');
}
.request-sample-part #content .sample-part-content .main-block #form-page-1 .resin-box:hover {
  cursor: pointer;
}
.request-sample-part #content .sample-part-content .main-block #form-page-2 {
  display: none;
  padding-top: 26px;
}
.request-sample-part #content .sample-part-content .main-block .step {
  color: #9494a0;
}
.request-sample-part #content .sample-part-content .sidebar-wrapper {
  padding-top: 30px;
  padding-left: 40px;
  padding-right: 60px;
  padding-top: 226px;
  position: absolute;
  right: 0px;
  height: 100vh;
  min-height: 100%;
}
.request-sample-part #content .sample-part-content .sidebar-wrapper .sidebar-content {
  z-index: 1;
}
.request-sample-part #content .sample-part-content .sidebar-wrapper .sidebar-content .resin-type-info {
  display: none;
}
@media only screen and (max-width: 40.063em) {
  .request-sample-part .non-mobile {
    display: none;
  }
  .request-sample-part .mobile {
    display: block !important;
  }
  .request-sample-part .main-block {
    padding-right: 0.625rem !important;
  }
  .request-sample-part .main-block .resin-image {
    float: left;
    left: 0.625rem !important;
    min-width: 50px;
  }
  .request-sample-part .main-block .resin-box {
    max-width: 100% !important;
    min-height: 150px;
    height: auto !important;
    background-size: 25% auto !important;
    background-position: 30px 50% !important;
  }
  .request-sample-part .main-block .resin-box .resin-label {
    visibility: hidden;
  }
  .request-sample-part .main-block .resin-box .resin-responsive-title {
    font-weight: bold;
  }
  .request-sample-part .main-block .resin-box .resin-check {
    left: 0.625rem !important;
    top: 43% !important;
  }
  .request-sample-part .main-block .resin-box .resin-text-responsive {
    display: block !important;
    width: 70%;
    padding: 1.25rem;
    position: relative;
    left: 30%;
  }
  .request-sample-part .main-block .step {
    text-align: center;
    float: none !important;
  }
  .request-sample-part .main-block #continue-button, .request-sample-part .main-block #submit-button {
    width: 100% !important;
  }
  .request-sample-part .main-block #form-page-2 {
    padding-top: 0px !important;
  }
  .request-sample-part .main-block #form-page-2 .modify-mobile {
    margin-bottom: 15px;
  }
}
.cart-thumbnail img {
  width: 60px;
  max-width: none;
  min-width: 60px;
}
@media only screen and (min-width: 40.0625rem) {
  .cart-thumbnail img {
    width: 100px;
  }
}
@media only screen and (max-width: 40rem) {
  .add-to-cart-form div {
    overflow: scroll;
  }
}
#cart-status {
  visibility: hidden;
}
.store .currency-block {
  margin-bottom: 0;
}
.cart .currency, .store .currency {
  color: #9494a0;
  font-size: 1.2rem;
  white-space: nowrap;
}
.cart .vat, .store .vat {
  font-size: 75%;
  color: #9494a0;
}
.cart #store-bubbles h3, .store #store-bubbles h3 {
  font-size: 1.2rem;
}
.cart table, .store table {
  width: 100%;
  border: 0;
}
.cart table thead, .store table thead {
  display: none;
}
.cart table .button, .cart table .more, .cart table input, .store table .button, .store table .more, .store table input {
  margin: 0;
  display: inline-block;
}
.cart table tr.even, .cart table tr.alt, .cart table tr:nth-of-type(even), .store table tr.even, .store table tr.alt, .store table tr:nth-of-type(even) {
  background: transparent;
}
.cart table.product-add-ons > tbody > tr > td, .store table.product-add-ons > tbody > tr > td {
  border-bottom: 1px solid #eaeaec;
}
.cart table rd:last-child, .cart table td.numeric, .cart table th.numeric, .store table rd:last-child, .store table td.numeric, .store table th.numeric {
  text-align: right;
}
.cart td.product-name, .store td.product-name {
  width: 50%;
}
.cart table th, .cart .cart-quantity, .store table th, .store .cart-quantity {
  white-space: nowrap;
}
.cart td.cart-quantity, .store td.cart-quantity {
  min-width: 120px;
}
.cart .cart-quantity input, .store .cart-quantity input {
  display: inline-block;
  width: 2.5em;
  padding: 0;
  line-height: 1.2rem;
  text-align: center;
  font-size: 1.2rem;
}
.cart .cart-checkbox, .store .cart-checkbox {
  width: 2.5em;
  min-width: 120px;
  padding: 0;
  line-height: 1.2rem;
  text-align: center;
  font-size: 1.2rem;
}
.cart .cart-checkbox input[type="checkbox"], .store .cart-checkbox input[type="checkbox"] {
  display: none;
}
.cart .cart-checkbox label, .store .cart-checkbox label {
  height: 1.2rem;
}
.cart .cart-checkbox label .box, .store .cart-checkbox label .box {
  display: inline-block;
  border: 2px solid #9494a0;
  height: 32px;
  width: 32px;
  margin-top: -8px;
}
.cart .cart-checkbox label .box.noborder, .store .cart-checkbox label .box.noborder {
  border: 2px solid #fff;
}
.cart .cart-checkbox label .fi-check, .store .cart-checkbox label .fi-check {
  display: none;
  font-size: 2.4rem;
  margin-top: -14px;
  transition-duration: 0.1s;
}
.cart .cart-checkbox label .fi-check.checked, .store .cart-checkbox label .fi-check.checked {
  display: inline-block;
}
.cart .arrow-bubble, .store .arrow-bubble {
  margin: 1em 0 1.5em 0;
}
.cart .columns .arrow-bubble.stick-bottom, .store .columns .arrow-bubble.stick-bottom {
  left: 0.75rem;
  right: 0.75rem;
  width: auto;
}
.cart p.currency, .store p.currency {
  margin-bottom: 0.5rem;
}
.cart .product-name, .cart .cart-label, .cart .summary .product-detail, .store .product-name, .store .cart-label, .store .summary .product-detail {
  font-size: 1.2rem;
  text-transform: none;
}
.cart .product-name, .cart .cart-label, .store .product-name, .store .cart-label {
  margin-bottom: 0.25rem;
}
.cart .product-name .muted, .store .product-name .muted {
  font-weight: 300;
}
.cart .summary, .store .summary {
  font-size: 1.0625rem;
  margin-left: 0;
}
.cart .summary ul, .cart .summary ol dl, .cart .summary li, .store .summary ul, .store .summary ol dl, .store .summary li {
  margin: 0;
  padding: 0;
}
.cart .summary li, .store .summary li {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0.5625rem 0.625rem;
}
.cart .totals .cart-label, .cart .totals .currency, .store .totals .cart-label, .store .totals .currency {
  font-weight: 600;
  color: #323238;
}
.cart .overview .product-info, .store .overview .product-info {
  text-align: center;
}
.cart .product-description, .store .product-description {
  font-size: 90%;
  color: #9494a0;
}
.cart .product-photo a, .store .product-photo a {
  display: block;
}
.cart .product-summary .button, .cart .product-summary .more, .store .product-summary .button, .store .product-summary .more {
  margin-bottom: 0;
}
.cart .proceed-to-checkout, .store .proceed-to-checkout {
  display: none;
}
.cart .proceed-to-checkout, .cart .empty-selection, .store .proceed-to-checkout, .store .empty-selection {
  text-align: center;
}
.cart .select-resin-button, .store .select-resin-button {
  display: none;
}
.cart .resin-included .add-resin-spinbox, .store .resin-included .add-resin-spinbox {
  display: none;
}
.cart .resin-included .cart-unit-price, .store .resin-included .cart-unit-price {
  display: none;
}
.cart .resin-included .select-resin-button, .store .resin-included .select-resin-button {
  display: block;
}
.cart .cart-error, .store .cart-error {
  display: none;
}
.new-stories {
  
}
.new-stories .gallery-magnify-icon {
  position: absolute;
  right: 1.5rem;
  top: -3rem;
  font-size: 2rem;
  color: white;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.new-stories .secondary-nav .menu {
  padding-top: 0.75rem;
}
.new-stories .social-side-follower {
  position: fixed;
  left: 0px;
  top: 50%;
}
.new-stories .social-side-follower .button, .new-stories .social-side-follower .more {
  margin-bottom: 0;
}
.new-stories .reveal-modal-bg {
  background-color: rgba(50, 50, 56, 0.9);
}
.new-stories .title-img img {
  display: block;
  margin: auto;
}
.new-stories .white-callout-border {
  border-top: 1px solid #eaeaec;
  border-bottom: 1px solid #eaeaec;
}
.new-stories .share-links {
  margin: 0;
  display: inline-block;
}
.new-stories .share-links .social-icon {
  font-size: 250%;
}
.new-stories .share-links li {
  line-height: 39px;
  margin: 0 5px 0 0;
}
.new-stories .share-links li:last-child {
  margin-right: 0;
}
.new-stories .share-links .button.facebook, .new-stories .share-links .facebook.more {
  background: #3B5998;
}
.new-stories .share-links .button.facebook:hover, .new-stories .share-links .facebook.more:hover {
  background: #476bb6;
}
.new-stories .share-links .button.twitter, .new-stories .share-links .twitter.more {
  background: #55acee;
}
.new-stories .share-links .button.twitter:hover, .new-stories .share-links .twitter.more:hover {
  background: #6db8f0;
}
.new-stories .share-links .button.googleplus, .new-stories .share-links .googleplus.more {
  background: #dd4b39;
}
.new-stories .share-links .button.googleplus:hover, .new-stories .share-links .googleplus.more:hover {
  background: #e26455;
}
@media only screen and (min-width: 57.5625rem) {
  .new-stories .large-4 {
    width: 33.3334%;
    
  }
}
.new-stories .stories__responsive-container {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media only screen and (min-width: 40.0625rem) and (max-width: 57.5rem) {
  .stories__landing__banner__text-top {
    padding-top: 1.25rem;
  }
}
@media only screen and (min-width: 57.5625rem) {
  .stories__landing__banner__text-top {
    padding-top: 3rem;
  }
}
.story-card-outer {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.story-card-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #eaeaec;
}
.story-card .card-tags {
  text-align: right;
  color: #9494a0;
}
.story-card .bottom {
  width: 100%;
  padding: 10px;
}
.story-card .story-card-image {
  height: 100%;
  background-position: 50% 50%;
}
.story-card .story-card-no-image {
  height: 100%;
  padding-top: 15%;
  font-size: 6rem;
}
.story-card .story-card-no-image i {
  color: white;
}
.submitted-sample-request .mobile {
  display: none;
}
.submitted-sample-request .float-right {
  float: right;
  display: block;
}
.submitted-sample-request #content {
  margin-top: 0px !important;
  height: 100%;
  margin-bottom: 0px;
}
.submitted-sample-request #content .non-mobile-content {
  position: relative;
}
.submitted-sample-request #content .main-block {
  padding-top: 40px !important;
  background-color: white;
  padding-left: 0.625rem;
  padding-right: 50px;
}
.submitted-sample-request #content .sidebar-wrapper {
  padding-top: 48px;
  height: 100vh;
  padding-left: 40px;
  position: absolute;
  right: 0px;
  min-height: 100%;
}
.submitted-sample-request #content .sidebar-wrapper .sidebar-content {
  z-index: 1;
}
@media only screen and (max-width: 40.063em) {
  .submitted-sample-request .non-mobile {
    display: none;
  }
  .submitted-sample-request .mobile {
    display: block !important;
  }
  .submitted-sample-request .main-block {
    padding-right: 0.625rem !important;
  }
  .submitted-sample-request .main-block a {
    width: 100%;
  }
  .submitted-sample-request .sidebar-wrapper {
    bottom: 0px;
    height: auto !important;
    position: relative !important;
    min-height: 40vh !important;
    padding: 40px;
  }
}
.support #billboard {
  border-top: 1px solid #26262a;
}
.off-page-sidebar .search-form {
  margin-top: 10px;
}
@media only screen and (max-width: 40rem) {
  .off-page-sidebar .search-form {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 40rem) {
  .support-menu .button-label {
    font-size: 90%;
  }
  .support-menu .inline-list > li {
    margin-left: 1em;
  }
}
.support-menu.small .button-label {
  font-size: 90%;
}
.support-menu.small label[for=search-input] {
  display: none;
}
.support-menu.small .inline-list > li {
  margin-left: 1em;
}
.support-menu.small .search-form {
  margin-top: .5rem;
}
.support-menu.small .row .row .columns {
  padding-top: .05rem;
}
.support-menu .support-search label {
  font-size: 2rem;
  font-weight: 300;
}
.support-menu h3 {
  padding-top: .75rem;
}
#help-menu-accordion .accordion-navigation > a {
  padding-left: 24px;
  background-color: #323238;
}
#help-menu-accordion .accordion-navigation .content {
  background: #323238;
}
#help-menu-accordion .accordion-navigation .content a {
  padding-left: 32px;
}
.help-article [class*="medium-7 columns"]:last-child, .help-article [class*="large-7 columns"]:last-child {
  float: left;
}
.help-article h2 {
  padding-top: 30px;
}
.help-article-toc ul {
  background: #323238;
  margin: 0;
  list-style: none;
}
.help-article-toc ul li.accordion-navigation > a {
  font-weight: 600;
  background-color: #9494a0;
  padding: 0.8em 0.75rem;
}
.help-article-toc ul > li {
  color: #323238;
}
.help-article-toc ul > li a {
  display: block;
  padding: 0.8em 0.75rem;
  background-color: #323238;
  font-size: 90%;
  line-height: 1em;
  color: #cacacf;
  -webkit-transition-property: background-color, color;
  -moz-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  transition-property: background-color color;
  -webkit-transition-duration: 0.15s;
  -moz-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
}
.help-article-toc ul > li li:last-child a {
  border-bottom-color: transparent;
}
.help-article-toc ul > li .active li, .help-article-toc ul > li .selected a, .help-article-toc ul > li a:hover {
  color: #fff !important;
  background-color: #4d4d56;
}
blockquote {
  padding-top: 1em;
  padding-bottom: 1px;
  border-left: 4px solid #26a9f2;
  background-color: #f0f9fe;
}
blockquote h3, blockquote h4, blockquote .support-landing-newsletter strong, .support-landing-newsletter blockquote strong {
  font-size: 1.0625rem;
  font-weight: 600;
  color: #26a9f2;
}
blockquote.warning {
  border-left-color: #ffa81e;
  background-color: #fff9ef;
}
blockquote.warning h3, blockquote.warning h4, blockquote.warning .support-landing-newsletter strong, .support-landing-newsletter blockquote.warning strong {
  color: #ffa81e;
}
.panel.ticket {
  background: none;
}
.panel.ticket h3, .panel.ticket h4, .panel.ticket .support-landing-newsletter strong, .support-landing-newsletter .panel.ticket strong {
  font-size: 1.0625rem;
  font-weight: 600;
  color: #26a9f2;
}
.panel.no-bg {
  background: none;
}
@media only screen and (min-width: 40.0625rem) {
  .panel .wrapper {
    height: 10rem;
  }
}
@media print {
  .support.help .off-page-sidebar, .support.help .header-backdrop, .support.help .secondary-nav, .support.help #root-footer, .support.help #footer {
    display: none;
  }
  .support.help .flex-video, .support.help video {
    display: none;
  }
  .support.help .entry-previous, .support.help .entry-next {
    display: none;
  }
  .support.help img {
    max-height: 400px;
    
  }
}
.support .card-border {
  background-color: white;
  border: 1px solid #eaeaec;
}
@media only screen and (max-width: 40rem) {
  .support .card-border.padded-sides, .support .card-border .padded-sides {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media only screen and (min-width: 40.0625rem) {
  .support .card-border.padded-sides, .support .card-border .padded-sides {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.support .card-border.no-top-border {
  border-top: 0;
}
.support .card-border .card-image {
  height: 15rem;
}
.support .light-border-bottom {
  border-bottom: 1px solid #eaeaec;
}
.support .categories a:hover .title, .support .categories a:hover h1, .support .categories a:hover h2, .support .categories a:hover h3, .support .categories a:hover h4, .support .categories a:hover .support-landing-newsletter strong, .support-landing-newsletter .support .categories a:hover strong, .support .categories a:hover h5, .support .categories a:hover .product__dashboard__scene-1__title-subtext, .support .categories a:hover .product__dashboard__scene-1__title-subtext p, .product__dashboard__scene-1__title-subtext .support .categories a:hover p, .support .forum-link a:hover .title, .support .forum-link a:hover h1, .support .forum-link a:hover h2, .support .forum-link a:hover h3, .support .forum-link a:hover h4, .support .forum-link a:hover .support-landing-newsletter strong, .support-landing-newsletter .support .forum-link a:hover strong, .support .forum-link a:hover h5, .support .forum-link a:hover .product__dashboard__scene-1__title-subtext, .support .forum-link a:hover .product__dashboard__scene-1__title-subtext p, .product__dashboard__scene-1__title-subtext .support .forum-link a:hover p, .support .card-link a:hover .title, .support .card-link a:hover h1, .support .card-link a:hover h2, .support .card-link a:hover h3, .support .card-link a:hover h4, .support .card-link a:hover .support-landing-newsletter strong, .support-landing-newsletter .support .card-link a:hover strong, .support .card-link a:hover h5, .support .card-link a:hover .product__dashboard__scene-1__title-subtext, .support .card-link a:hover .product__dashboard__scene-1__title-subtext p, .product__dashboard__scene-1__title-subtext .support .card-link a:hover p {
  color: black;
}
.support .categories .support-icon-container {
  height: 9rem;
  position: relative;
}
.support .categories .support-icon-container .support-icon {
  height: 100%;
  background-position: center bottom;
}
.support-icon {
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.support .assistance-icon {
  width: 2rem;
  height: 2rem;
  margin-right: 1.5rem;
  background-position: center top;
}
.support .assistance-icon.mail {
  background-image: url('/static/formlabs-web-frontend/img/support/icon-assistance-mail.svg?1dc6578');
}
.support .assistance-icon.phone {
  background-image: url('/static/formlabs-web-frontend/img/support/icon-assistance-phone.svg?1dc6578');
}
.support .assistance-icon.time {
  background-image: url('/static/formlabs-web-frontend/img/support/icon-assistance-time.svg?1dc6578');
}
.support .assistance-icon.ticket {
  background-image: url('/static/formlabs-web-frontend/img/support/icon-email-support.png?1dc6578');
}
.support .assistance-icon.forums {
  background-image: url('/static/formlabs-web-frontend/img/support/icon-landing-forum2.png?1dc6578');
  width: 100%;
  height: 4rem;
}
.support .vid-cover {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.support .video-player {
  position: relative;
}
.support .video-player .play-button {
  position: absolute;
  display: block;
  top: 50%;
  width: 100%;
  margin-top: -45px;
  color: rgba(255, 255, 255, 0.3);
}
.support .video-player .play-button .icon {
  font-size: 90px;
  height: 90px;
  line-height: 90px;
}
.support .video-player:hover .play-button {
  color: rgba(255, 255, 255, 0.8);
}
.support-landing-newsletter strong {
  color: #9494a0;
  padding-bottom: 0.625rem;
  display: block;
}
.inline-toc-container ul, .side-toc-container ul {
  list-style-type: circle;
}
.side-toc-container {
  padding-left: 2rem;
}
.side-toc-container .toc {
  padding-top: 24px;
  
}
.industry-applications blockquote {
  background: transparent;
  border: 0;
}
.industry-applications .tagline, .industry-applications blockquote, .industry-applications blockquote p {
  font-size: 2rem;
  font-weight: 300;
  font-size: 1.6875rem;
  color: #9494a0;
  font-style: italic;
}
.industry-applications blockquote {
  padding: .5em 1em;
}
.industry-applications blockquote:first-child {
  padding-top: 0;
  margin-top: -.25em;
}
.industry-applications .industry-bubbles .flex-block {
  max-width: 230px;
  max-height: 230px;
  height: 230px;
  display: inline-block;
}
.industry-applications.industry #content {
  margin-bottom: 0;
}
.industry-applications #content.inverse a:not(.button):not(.more) {
  color: white;
  font-weight: bold;
}
.resources-panel-container {
  width: 100%;
  display: inline-block;
  transition-duration: 0.3s;
  transition-property: width, -webkit-filter;
  position: relative;
  height: 250px;
  margin: 10px;
  padding-right: 22px;
  float: none;
}
@media only screen and (min-width: 57.5625rem) {
  .resources-panel-container {
    width: 25%;
    float: left;
  }
}
.resources-panel {
  background: #eee;
  height: 100%;
}
.resources-panel ~ p {
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 57.5625rem) {
  #resources {
    margin-left: 15%;
  }
}
.outsource {
  background-image: url("../img/industries/engineering/whitepaper-outsource@2x.jpg");
  background-size: cover;
}
.moldmaking {
  background-image: url("../img/industries/engineering/whitepaper-moldmaking@2x.jpg");
  background-size: cover;
}
.injection {
  background-image: url("../img/industries/engineering/whitepaper-injection@2x.jpg");
  background-size: cover;
}
.materials-panel-container {
  height: 300px;
  background: #ccc;
  margin: 0px 15px;
  width: 20%;
}
.engineering-panel {
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 0;
}
.engineering-panel-container {
  width: 100%;
  display: inline-block;
  transition-duration: 0.3s;
  transition-property: width, -webkit-filter;
  position: relative;
  padding: 0px 12px;
}
@media only screen and (min-width: 57.5625rem) {
  .engineering-panel-container {
    width: 16%;
  }
}
.engineering-panel-container .button, .engineering-panel-container .more {
  position: absolute;
  bottom: 0px;
  margin: .9375rem;
  right: 0px;
  left: 0px;
  transition-duration: .2s;
  transition-property: all;
  opacity: 0;
}
.engineering-panel-overlay {
  width: 100%;
  height: 100%;
  opacity: 0;
  transition-duration: .2s;
  transition-property: all;
}
.engineering-panel-gradient {
  background: linear-gradient(to bottom, rgba(16, 16, 16, 0.85), rgba(17, 17, 17, 0));
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 57.5625rem) {
  .engineering-panel-gradient {
    height: 50%;
  }
}
@media only screen and (min-width: 57.5625rem) {
  a.shadow-hover:hover div.engineering-panel {
    transform: translateY(-6px);
    transition: ease-in-out;
    -webkit-transition: all, 0.2s, ease-in-out;
    -moz-transition: all, 0.2s, ease-in-out;
    -o-transition: all, 0.2s, ease-in-out;
    transition: all, 0.2s, ease-in-out;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  }
}
.engineering-panel {
  position: relative;
  width: 100%;
  height: 120px;
  margin: 0 -.3125rem;
  background-color: #cacacf;
  background-size: cover !important;
  background-position: center !important;
}
@media only screen {
  .engineering-panel {
    height: 150px;
    background-position: top;
    margin: 0;
  }
  .engineering-panel.tough-part {
    background-position: center top;
    background-size: contain;
    background: url('/static/formlabs-web-frontend/img/industries/engineering/S_tough_sample.jpg?1dc6578');
  }
  .engineering-panel.durable-part {
    background-position: center top;
    background-size: contain;
    background: url('/static/formlabs-web-frontend/img/industries/engineering/S_durable_sample.jpg?1dc6578');
  }
  .engineering-panel.flex-part {
    background-position: center top;
    background-size: contain;
    background: url('/static/formlabs-web-frontend/img/industries/engineering/S_flex_sample.jpg?1dc6578');
  }
  .engineering-panel.ht-part {
    background-position: center top;
    background-size: contain;
    background: url('/static/formlabs-web-frontend/img/industries/engineering/S_ht_sample.jpg?1dc6578');
  }
  .engineering-panel.std-part {
    background-position: center top;
    background-size: contain;
    background: url('/static/formlabs-web-frontend/img/industries/engineering/S_standard_sample.jpg?1dc6578');
  }
}
@media only screen and (min-width: 40.0625rem) and (max-width: 57.5rem) {
  .engineering-panel {
    height: 240px;
  }
}
@media only screen and (min-width: 57.5625rem) {
  .engineering-panel {
    height: 300px;
  }
  .engineering-panel.tough-part {
    background: url('/static/formlabs-web-frontend/img/industries/engineering/tough_sample.jpg?1dc6578');
  }
  .engineering-panel.durable-part {
    background: url('/static/formlabs-web-frontend/img/industries/engineering/durable_sample.jpg?1dc6578');
  }
  .engineering-panel.flex-part {
    background: url('/static/formlabs-web-frontend/img/industries/engineering/flex_sample.jpg?1dc6578');
  }
  .engineering-panel.ht-part {
    background: url('/static/formlabs-web-frontend/img/industries/engineering/ht_sample.jpg?1dc6578');
  }
  .engineering-panel.std-part {
    background: url('/static/formlabs-web-frontend/img/industries/engineering/standard_sample.jpg?1dc6578');
  }
}
@media only screen and (min-width: 83.1875rem) {
  .engineering-panel {
    height: 300px;
  }
}
.engineering-panel a {
  font-family: "proxima-nova-condensed", sans-serif;
  color: white;
}
.engineering-label {
  width: 100%;
  padding: 1rem 1.8rem 0px 1.8rem;
  margin-bottom: 0px;
  line-height: 1.4;
  position: absolute;
  left: 0px;
  z-index: 1;
  text-align: left;
  font-family: "proxima-nova-condensed", sans-serif;
  font-weight: 500;
  color: #5e5e6c;
}
@media only screen {
  .engineering-label {
    top: 0;
    position: absolute;
  }
}
@media only screen and (min-width: 40.0625rem) {
  .engineering-label {
    top: 0;
    position: absolute;
  }
}
@media only screen and (min-width: 57.5625rem) {
  .engineering-label {
    text-align: center;
    position: relative;
  }
}
@media only screen {
  .materials-section .materials-description {
    text-align: center;
  }
}
@media only screen and (min-width: 57.5625rem) {
  .materials-section .materials-description {
    text-align: left;
  }
}
.support-section {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}
.cc_banner-wrapper {
  z-index: 9001;
  position: relative;
}
.cc_container .cc_message {
  font-size: 0.6em;
  transition: font-size 200ms;
  margin: 0;
  padding: 0;
  line-height: 1.5em;
}
@media screen and (min-width: 500px) {
  .cc_container .cc_message {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 768px) {
  .cc_container .cc_message {
    font-size: 1em;
    line-height: 1em;
  }
}
@media screen and (min-width: 992px) {
  .cc_container .cc_message {
    font-size: 1em;
  }
}
@media print {
  .cc_banner-wrapper, .cc_container {
    display: none;
  }
}
.cc_container {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  padding: 10px;
}
.cc_container .cc_btn {
  display: block;
  width: 33%;
  margin: 0 0 0 10px;
  float: right;
  max-width: 120px;
}
.cc_container .cc_message {
  transition: font-size 200ms;
  font-size: 0.6em;
  display: block;
}
@media screen and (min-width: 500px) {
  .cc_container .cc_message {
    margin-top: 0.5em;
    font-size: 0.8em;
  }
}
@media screen and (min-width: 768px) {
  .cc_container {
    padding: 15px 30px 15px;
  }
  .cc_container .cc_message {
    font-size: 1em;
  }
}
@media screen and (min-width: 992px) {
  .cc_container .cc_message {
    font-size: 1em;
  }
}
.cc_container {
  background: #fff;
  color: #999;
  font-size: 17px;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
.cc_container ::-moz-selection {
  background: #ff5e99;
  color: #fff;
  text-shadow: none;
}
.cc_container a, .cc_container a:visited {
  text-decoration: none;
  transition: 200ms color;
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(66px);
    transform: translateY(66px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideUp {
  0% {
    -webkit-transform: translateY(66px);
    -ms-transform: translateY(66px);
    transform: translateY(66px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.cc_container, .cc_message {
  animation-duration: 0.8s;
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  -o-animation-duration: 0.8s;
  -webkit-animation-name: slideUp;
  animation-name: slideUp;
}
@font-face {
  font-family: 'ytpregular';
  src: url("font/ytp-regular.eot");
}
@font-face {
  font-family: 'ytpregular';
  src: url(data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAA5sABEAAAAAFCAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABgAAAABwAAAAcZ9iuNUdERUYAAAGcAAAAHQAAACAAdAAET1MvMgAAAbwAAABJAAAAYHUMUrFjbWFwAAACCAAAAKkAAAGKn5XycWN2dCAAAAK0AAAANgAAADYNLQohZnBnbQAAAuwAAAGxAAACZVO0L6dnYXNwAAAEoAAAAAgAAAAIAAAAEGdseWYAAASoAAAGVQAAB4jz86dSaGVhZAAACwAAAAAzAAAANgbKONpoaGVhAAALNAAAACAAAAAkESQLXGhtdHgAAAtUAAAAVAAAARxOmwVwbG9jYQAAC6gAAAAjAAAAkFoEXRRtYXhwAAALzAAAACAAAAAgAWoB625hbWUAAAvsAAAA+wAAAeok3Eb+cG9zdAAADOgAAADAAAABN99tv1lwcmVwAAANqAAAALkAAAFY3I6ikndlYmYAAA5kAAAABgAAAAbHMlGnAAAAAQAAAADMPaLPAAAAAM3Nk7QAAAAAzc13sXjaY2BkYGDgA2IJBhBgYmAEQjcgZgHzGAAHTAB5AAAAeNpjYGbZwDiBgZWBhdWY5SwDA8MsCM10liGNKQ3IB0rBASMDEgj1DvdjcGDgfcDAlvYPqJJVldEZpoZVkuUZkFJgYAQAUUULewAAAHjaY2BgYGaAYBkGRgYQaAHyGMF8FoYMIC3GIAAUYQOyeBkUGKIYqhgWKHAp6CvEP2D4/x+sAyTuyJAIFGeAizP+//r/8f/D//f+n/HA8oHo/WcKblDzsQBGoOkwSUYmIMGErgDiRLyAhZWNnYOTi5uHl49fQFBIWERUTFxCUkpaRhYiLyevoKikrKKqpq6hqaWto6unb2BoZGxiambOQF1gQZYuAIQnH4IAAAAAAAAAAAABegEnAHEAswC9AOAA5QD+ARcBIwBdAHIBtgBcAGAAZgByAI8AogErAbIAUwBEBREAAHjaXVG7TltBEN0NDwOBxNggOdoUs5mQxnuhBQnE1Y1iZDuF5QhpN3KRi3EBH0CBRA3arxmgoaRImwYhF0h8Qj4hEjNriKI0Ozuzc86ZM0vKkap36WvPU+ckkMLdBs02/U5ItbMA96Tr642MtIMHWmxm9Mp1+/4LBpvRlDtqAOU9bykPGU07gVq0p/7R/AqG+/wf8zsYtDTT9NQ6CekhBOabcUuD7xnNussP+oLV4WIwMKSYpuIuP6ZS/rc052rLsLWR0byDMxH5yTRAU2ttBJr+1CHV83EUS5DLprE2mJiy/iQTwYXJdFVTtcz42sFdsrPoYIMqzYEH2MNWeQweDg8mFNK3JMosDRH2YqvECBGTHAo55dzJ/qRA+UgSxrxJSjvjhrUGxpHXwKA2T7P/PJtNbW8dwvhZHMF3vxlLOvjIhtoYEWI7YimACURCRlX5hhrPvSwG5FL7z0CUgOXxj3+dCLTu2EQ8l7V1DjFWCHp+29zyy4q7VrnOi0J3b6pqqNIpzftezr7HA54eC8NBY8Gbz/v+SoH6PCyuNGgOBEN6N3r/orXqiKu8Fz6yJ9O/sVoAAAAAAQAB//8AD3jaTZVrbBxXFcfvufNe72Nmdx77tmfHO2N76117784OTr154YAbR7RQuUQhttoSuXZKFQVKKYqgiFJAgkpIkVClIn8opSomjXY3VHHTFldEIYpay1hR+ID4Bha27FoIEQGpd8Idu4lY7c6eOfee//2f3+zeizAaQwif4iYRgwRUbgGqjLYFNvVxtcVzfxltM5iGqMUEaS5ItwU+vTPahiBPFFMpmoo5hnv8XnjFn+Um7/xmjF1GCLHoPf+fgsUVEYcSKIcGkYbaWYxKLZ3bgGa50qpACQ0NeyYoYILaDTqpurUK2FZBUYlJY8ukEc0egLpbo+kY8O/BQcx2dvwP2Fh6/Q+Gl19fyroubHmer7rpjHllPZ/NKB+tp2/4/TzxSx0zo/74uUY29vJZOEHIfng4lzz7cjyXzn/jJwqCwCOLdj2iPSP3F/hUAHF3v+Cviee5DIqhJDLRACLoPGpHECq1M7Sd5iDZ/W6zQW8mu9Ecql7SI6xYaiOpnxCydwPNWqWJ/tSSjY1mqtqU5ZYNpWal2pJiGy0XSi1bVuKX1Fyh1GuMoJYeUeJvy/GEVbTpfTOjHJRVzUim0tlcwekbKD1QrgR5M97OV8nIyMjQsKPUEKWGNEVFFBwqEs/yHMEVFMM1PIc4FhiWQVxHcxjD0zzXEkgbmHe5G1eA9T955453xd+B9tbpi6vj10+fvj6+evH0Fju7vPDU5szVY8euzmw+tXABv7kEov/v33WOv+v/C8LG9M2xD19/EquzCyuHVuY6R25Obz35+odw4NDKwuzWHAK86q9x21wKYYQkjFeZ3M5f/TUmw6Qo12P+38Wf0zEZpVABlVANfQu1owHXXMD1AdIyQhvNgeou2b1LAuhAkVwyExRps/ppAE230qrTX1MrEVXil5W4qlm9thMAMpR2MtVHAbXMnBJvZ8oVGjdZ5XK6u6cwNExqdNJ9dnm4D+8eIeYeM7hH0b3H9bcQuczdeH75ef+TxTveO/5tuDK2Mrs5d+HmzQtzm7MrbP6ZqxMrrz2+vf34aysTV5+5iN9YhMi51W93Tiz5/wFp+ujy/MntGXx+dfrjqflrO788Ob989MaMP716+Nr8FOpCjbvnw032BUrm82gKfQc10SJaAwwZGINHEUrksaEndI3XCppBavWaU7Nrda/u7QfPsnmBF1ReK4NjCxbkgVRJdW/MdmiyjHkhCgKvGkrNq+uGngPLUDXVioJTcGxONWguENOIYmkq1lQqaDu2q1AqKi6qRh6CN0uqhlkn1WIwt1Z3FTqH6lt2kWLkqZpQ2F1H4D3X1CzFUkCp1R8EVaeKGr3mgXpyd3OKZTcgioMi3qImqA2FaFSYrkHd7BYESnSMdqAx1HNgg/6pG0Bo95RAGehqoNAuaRHR90wGdXyJtkAJ1DxSDVQCfS8ocui+EohqagNjFroniyLAOYbBgvSQxuXxiUSCGQXReJBnjafhbf6xBs8P9ZclLLJdTJfdL3bLRsgd50Nf52P7JIWjInYqFuZhUGErucF0Qj/zNJtPGArDz7EYFi0chvSpw8C/mJRgRVLfgrEf7RvowhyjJ3JPfPlX/h8N/6fZryX7bh/pJsPj4QLX9Ra89NL3QQkljmOqnognU6HcxKkoI/JsaJ8cDcfCqZAMC2cfFeSoHu+WFEmWzIQqx8PVmCThSFqPKqLIsgxJx0QYZt1iocjgfrPbjIoiltkXxzxTlE5FVTL1zb7YmTOSzXGiEBU0ZgHzXexjd9HklDtTc2P7iR4/Wmqk/jGhfZXjZW1bYFVp3y01G+ocrh/K9VST3+05OUsaEnAYGKZRfWIpDQaXT2Ej2/vCl1S5nNe7jHq5eCAlM7rOpFx8PP1Zf/NzCUdkpXjUhHmdfdi/Xv31D6WccPAIDjNMmPnBzC+ErAipZzPf++LkQyGRhTDEpCNkbmLpz8892zmE3+8swq1YODIqf2Z7lO8RdJHn7RS8kpY6r0qhAg7xXIHnhViu+zBDbhcx16UOfGVgaGkoXe6LhwS+h7NgSa+vR7ESZvPyq6VUqN+SC0ZSTPm3oETGoxGIh/p60w3naIyJ/Gywf9CMnnAemR3524hT5DErxOwBhR55COMw3e+u0T0tOEsR0JMx+NBHftD/AJ+D/f7v/TW+9t+P+Bo9e/7vNYz+By6FsKkAAAB42mNgZGBgYGRwbI8IWhzPb/OVQZ6DAQTOni3fCKP/+/x7yrOBNRTI5WBgAokCAG3mDbAAeNpjYGRgYFX9t5eBgeftf5//WTwbGIAiKMAdAJycBph42mN6w+DCwcDAAMIsZ8D0HhBNLIap52D478fBwHQRyvbBpZ7nLYMtKeZjt5OJhxT1TKsYGFhDETTjcSAG0gyPoRgozigIpL0hNEiOBcgFAEBoNC142mNgYNCBwjoccALDBEY9RhsgPIMMmZcRhHtIhkcA9pQspAAAAQAAAEcBVAALAAAAAAACAAEAAgAWAAABAACTAAAAAHjalZCxTgJBFEXPApJoYYgF9VZUSIAFTdDCnmiIgsTKsASQuGiCu0YaCr4OfomKOzsTCHRmMzPn3blz38sCFyzJ4uXOgbKWZY+8KssZLqk7zkp9cJyjSOT4jD9WjvPSt46vKHoFx2txyfGGqnfPO18kyohSGjBjJPqRFmqPmWolWkZ9o0uHZ/EkfTNgTo0KVX017ujRps+TyDqvT7xW9U/UV1Vz9ZryrQn8o8QOL1JsdVA/5IwZpv7f/YsKTW50O1PqpzKNZyw1UnKov2c9dbkD7c1/zdhXFSrNdIz3HbuaJFH1KM9CZyDN3N3SoiFupfP66mbOYAd8k0EGAHjabc05TwJhHITxZ0BBBc/P4IkI7y4sh0dBsosHKiqHeLUiiTE0FH56Xdl/6TS/ZIoZUszzM+ad/3IOSilNmm122GWPfQ4ocEiRI0qUcXj4VKgSUKNOgybHnHDKGSER7Xjjgkuu6HDNDbd0ueOeB3r0GTDkkRFPPPPCK29a0KIyympJy1pRTnmtak3r2tCmtjLjz+/ph5edfU2cc2Fiy/3px4Xpmb5ZMatmYNbMutkwm2Yr0W8nBnOj+OcXVDk0PnjaRc67DoJAEAVQFuT9fqsJCSZ2+w12QkNjrCCx9w+sbSy19DsGK/9Ob3RZujk3k7nzZp8bsbvSkXXoR8Yew9gavN9QNHSUHTFch4oMfuoV0uqGNL4nv25emq3yHzzADwVcwOsFHMCtBWzAWQlYgJ0ImIA1rRmAeRbQAWM6vQD04A9GgXglRBo4Kh+19gJGYDgzBqOnZALGO8kUTLaSGZhWkjmYrSULMA8kS7CYi5ZgKTlQxr/W1F5aAAAAAAFRp8cxAAA=) format("woff"), url("font/ytp-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.mb_YTPlayer:focus {
  outline: 0;
}
.mbYTP_wrapper {
  display: block;
  transform: translateZ(0) translate3d(0, 0, 0);
  transform-style: preserve-3d;
  perspective: 1000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
}
.mb_YTPlayer .loading {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0.51);
  text-align: center;
  padding: 2px 4px;
  border-radius: 5px;
  font-family: "Droid Sans", sans-serif;
  -webkit-animation: fade .1s infinite alternate;
  
  animation: fade .1s infinite alternate;
}
@-webkit-keyframes fade {
  0% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
.YTPFullscreen {
  display: block !important;
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  border: none !important;
  opacity: 1 !important;
  background-color: #000;
}
.mbYTP_wrapper iframe {
  max-width: 4000px !important;
}
.inline_YTPlayer {
  margin-bottom: 20px;
  vertical-align: top;
  position: relative;
  left: 0;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  background: rgba(0, 0, 0, 0.5);
}
.inline_YTPlayer img {
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
}
.mb_YTPBar .ytpicon {
  font-size: 20px;
  font-family: 'ytpregular';
}
.mb_YTPBar .mb_YTPUrl.ytpicon {
  font-size: 30px;
}
.mb_YTPBar {
  transition: opacity .5s;
  display: block;
  width: 100%;
  height: 10px;
  padding: 5px;
  background: #333;
  position: fixed;
  bottom: 0;
  left: 0;
  text-align: left;
  z-index: 1000;
  font: 14px/16px sans-serif;
  color: white;
  opacity: .1;
  box-sizing: border-box;
}
.mb_YTPBar.visible,
.mb_YTPBar:hover {
  opacity: 1;
}
.mb_YTPBar .buttonBar {
  transition: all .5s;
  background: transparent;
  font: 12px/14px Calibri;
  position: absolute;
  top: -30px;
  left: 0;
  padding: 5px;
  width: 100%;
  height: 40px;
  box-sizing: border-box;
}
.mb_YTPBar:hover .buttonBar {
  background: rgba(0, 0, 0, 0.4);
}
.mb_YTPBar span {
  display: inline-block;
  font: 16px/20px Calibri, sans-serif;
  position: relative;
  width: 30px;
  height: 25px;
  vertical-align: middle;
}
.mb_YTPBar span.mb_YTPTime {
  width: 130px;
}
.mb_YTPBar span.mb_YTPUrl,
.mb_YTPBar span.mb_OnlyYT {
  position: absolute;
  width: auto;
  display: block;
  top: 6px;
  right: 10px;
  cursor: pointer;
}
.mb_YTPBar span.mb_YTPUrl img {
  width: 60px;
}
.mb_YTPBar span.mb_OnlyYT {
  left: 300px;
  right: auto;
}
.mb_YTPBar span.mb_OnlyYT img {
  width: 25px;
}
.mb_YTPBar span.mb_YTPUrl a {
  color: white;
}
.mb_YTPBar .mb_YTPPlaypause,
.mb_YTPlayer .mb_YTPBar .mb_YTPPlaypause img {
  cursor: pointer;
}
.mb_YTPBar .mb_YTPMuteUnmute {
  cursor: pointer;
}
.mb_YTPBar .mb_YTPProgress {
  height: 10px;
  width: 100%;
  background: #222;
  bottom: 0;
  left: 0;
}
.mb_YTPBar .mb_YTPLoaded {
  height: 10px;
  width: 0;
  background: #444;
  left: 0;
}
.mb_YTPBar .mb_YTPseekbar {
  height: 10px;
  width: 0;
  background: #bb110e;
  bottom: 0;
  left: 0;
  box-shadow: rgba(82, 82, 82, 0.47) 1px 1px 3px;
}
.mb_YTPBar .YTPOverlay {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: "flat";
  box-sizing: border-box;
}
.YTPOverlay.raster {
  background: url('/static/formlabs-web-frontend/img/images/raster.png?1dc6578');
}
.YTPOverlay.raster.retina {
  background: url('/static/formlabs-web-frontend/img/images/raster@2x.png?1dc6578');
}
.YTPOverlay.raster-dot {
  background: url('/static/formlabs-web-frontend/img/images/raster_dot.png?1dc6578');
}
.YTPOverlay.raster-dot.retina {
  background: url('/static/formlabs-web-frontend/img/images/raster_dot@2x.png?1dc6578');
}
.mb_YTPBar .simpleSlider {
  position: relative;
  width: 100px;
  height: 10px;
  border: 1px solid #fff;
  overflow: hidden;
  box-sizing: border-box;
  margin-right: 10px;
  cursor: pointer !important;
  border-radius: 3px;
}
.mb_YTPBar.compact .simpleSlider {
  width: 40px;
}
.mb_YTPBar .simpleSlider.muted {
  opacity: .3;
}
.mb_YTPBar .level {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  box-sizing: border-box;
}
.mb_YTPBar .level.horizontal {
  height: 100%;
  width: 0;
}
.mb_YTPBar .level.vertical {
  height: auto;
  width: 100%;
}
.top-border {
  border-top: 1px solid #eaeaec;
}
.page-section {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px !important;
  padding: 32px 0;
}
@media only screen and (max-width: 40rem) {
  .page-section {
    text-align: center;
  }
}
@media only screen and (min-width: 57.5625rem) and (max-width: 83.125rem) {
  .page-section {
    padding: 77px 0;
  }
}
@media only screen and (min-width: 83.1875rem) {
  .page-section {
    padding: 86px 0;
  }
}
.industries-clippy .page-section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.home .page-section {
  min-height: 600px;
}
@media only screen {
  .home .page-section {
    min-height: auto;
  }
}
@media only screen and (min-width: 40.0625rem) and (max-width: 57.5rem) {
  .home .page-section {
    min-height: auto;
  }
}
#video-play-viewbox {
  position: fixed;
  top: 30%;
  width: 100%;
  bottom: 20%;
  visibility: hidden;
}
.home .landing-form-2__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.home .landing-form-2__image {
  max-width: 420px;
  padding-right: 0px;
  padding-left: 40px;
}
@media only screen and (max-width: 40rem) {
  .home .landing-form-2__image {
    display: none;
  }
}
@media only screen and (min-width: 40.0625rem) {
  .home .landing-form-2__image {
    max-width: 460px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 57.5625rem) {
  .home .landing-form-2__image {
    max-width: 480px;
    padding-right: 60px;
  }
}
@media only screen and (min-width: 83.1875rem) {
  .home .landing-form-2__image {
    max-width: 516px;
    padding-right: 96px;
  }
}
.home .landing-form-2__text {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 40.0625rem) {
  .home .landing-form-2__text {
    padding-right: 40px;
    max-width: 490px;
  }
}
@media only screen and (min-width: 57.5625rem) {
  .home .landing-form-2__text {
    max-width: 590px;
  }
}
.home .landing-form-2__text .landing-form-2__text__learn-more {
  margin-right: 14px;
}
@media only screen and (max-width: 40rem) {
  .home .landing-form-2__text .landing-form-2__text__learn-more {
    display: block;
    margin-right: 0;
    margin-bottom: 4px;
  }
}
.home .landing-form-2__text .landing-form-2__text__order {
  margin-left: 0px !important;
}
@media only screen and (max-width: 40rem) {
  .home .landing-form-2__text .landing-form-2__text__order {
    display: block;
  }
}
.home .landing-form-2__text .landing-form-2__mobile-image {
  max-width: 127px;
  margin-left: auto;
  margin-right: auto;
}
.home #video-play-viewbox {
  top: 0;
}
.home .scrollreveal, .home .scrollreveal-header {
  visibility: hidden;
}
.home #content {
  margin: 0 auto;
}
.home .homepage-video-section {
  position: relative;
  overflow: hidden;
  z-index: 0;
  background: url('/static/formlabs-web-frontend/img/landing/hero_video_bg.jpg?1dc6578');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  margin-bottom: 0px !important;
}
@media only screen and (min-width: 57.5625rem) {
  .home .homepage-video-section {
    height: 100vh;
  }
}
.home .homepage-video-section .row {
  z-index: 1;
  color: white;
  position: absolute;
  max-width: none;
}
.home .homepage-video-section .row h1 {
  color: white;
  font-weight: 500;
}
@media only screen and (max-width: 40rem) {
  .home .homepage-video-section .row h1 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 40.0625rem) {
  .home .homepage-video-section .row h1 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 83.1875rem) {
  .home .homepage-video-section .row h1 {
    font-size: 70px;
  }
}
.home .homepage-video-section #homepage-text-wrapper {
  top: 40vh;
}
@media only screen and (max-width: 40rem) {
  .home .homepage-video-section #homepage-text-wrapper {
    top: 65px;
  }
}
@media only screen and (min-width: 40.0625rem) and (max-width: 57.5rem) {
  .home .homepage-video-section #homepage-text-wrapper {
    top: 150px;
  }
}
.home .homepage-video-section #homepage-text {
  visibility: hidden;
}
.home .homepage-video-section #homepage-down-button {
  bottom: 2.5rem;
  color: white;
}
.home .homepage-video-section #homepage-down-button .fl-chevron {
  font-size: 20px;
}
.home .homepage-video-section #homepage-down-button a {
  color: white;
}
.home #homepage--hero--video {
  z-index: -3;
  overflow: hidden;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 40rem) {
  .home #homepage--hero--video {
    max-height: 400px;
    height: 50vh;
  }
}
@media only screen and (min-width: 40.0625rem) and (max-width: 57.5rem) {
  .home #homepage--hero--video {
    max-height: 600px;
  }
}
.home .background-overlay {
  z-index: 0;
  width: 100%;
  position: absolute;
  top: 0;
  height: 100%;
  background: linear-gradient(to bottom, rgba(16, 16, 16, 0.85), rgba(17, 17, 17, 0));
}
.home .wide-section-backdrop {
  background-color: #fafafa;
}
.home #form-2 {
  position: relative;
  min-height: 0px;
}
@media only screen and (min-width: 57.5625rem) {
  .home #form-2 {
    margin-top: 77px;
  }
}
.home .has-loupe img {
  width: 100%;
}
.home .loupe {
  background-color: white;
  width: 145px;
  height: 145px;
  top: 24%;
  left: 47%;
}
@media only screen and (min-width: 40.0625rem) {
  .home .loupe {
    height: 180px;
    width: 180px;
  }
}
.home .landing-value__video-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}
.home .landing-value__video-container__form-2-video {
  width: 111px;
  margin-right: 15px;
}
@media only screen and (max-width: 40rem) {
  .home .landing-value__video-container__form-2-video {
    display: none;
  }
}
@media only screen and (min-width: 57.5625rem) {
  .home .landing-value__video-container__form-2-video {
    width: 132px;
  }
}
.home .landing-value__video-container__form-2-video .video-player {
  position: relative;
}
.home .landing-value__video-container__form-2-video-title {
  width: 111px;
}
@media only screen and (max-width: 40rem) {
  .home .landing-value__video-container__form-2-video-title {
    display: none;
  }
}
@media only screen and (min-width: 83.1875rem) {
  .home .landing-value__video-container__form-2-video-title {
    width: 203px;
  }
}
.home .landing-value__video-container__form-2-video img {
  width: 100%;
}
.home .landing-value__video-container__form-2-video .vid-cover {
  height: 315px;
  background-position: center;
  background-size: auto 100%;
}
.home .landing-value__video-container__form-2-video #form-2-launch-video {
  border-radius: 4px;
  -webkit-filter: brightness(60%);
  width: 100%;
  height: 85px;
  max-width: 150px;
  background-size: cover;
}
.home .landing-value__video-container__form-2-video .play-button {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  max-width: 150px;
}
.home .landing-value__video-container__form-2-video .play-button .fl {
  font-size: 50px;
  color: white;
  position: relative;
  top: 17px;
}
.home #industry-panels {
  padding-left: 20px;
  padding-right: 20px;
}
.home .industry-panel-container {
  padding: .25%;
  width: 100%;
  display: inline-block;
  transition-duration: 0.3s;
  transition-property: width, -webkit-filter;
  position: relative;
}
@media only screen and (min-width: 57.5625rem) {
  .home .industry-panel-container {
    width: 16%;
  }
}
.home .industry-panel-container .button, .home .industry-panel-container .more {
  position: absolute;
  bottom: 0px;
  margin: .9375rem;
  right: 0px;
  left: 0px;
  transition-duration: .2s;
  transition-property: all;
  opacity: 0;
}
@media only screen and (min-width: 57.5625rem) {
  .home .industry-panel-container:hover .button, .home .industry-panel-container:hover .more {
    opacity: 1;
  }
}
@media only screen and (min-width: 57.5625rem) {
  .home .industry-panel-container:hover .industry-panel-overlay {
    opacity: 1;
  }
}
.home .industry-panel-overlay {
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.75);
  transition-duration: .2s;
  transition-property: all;
}
.home .industry-panel-gradient {
  background: linear-gradient(to bottom, rgba(16, 16, 16, 0.85), rgba(17, 17, 17, 0));
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 57.5625rem) {
  .home .industry-panel-gradient {
    height: 50%;
  }
}
.home .industry-panel {
  position: relative;
  width: 100%;
  height: 120px;
  margin: 0 -.3125rem;
  background-color: #cacacf;
  background-size: cover !important;
  background-position: center !important;
}
@media only screen {
  .home .industry-panel {
    height: 100px;
    margin: 0;
  }
  .home .industry-panel.engineering-product-design {
    background: url('/static/formlabs-web-frontend/img/landing/industries/engineering_product_design_mobile@2x.jpg?1dc6578');
  }
  .home .industry-panel.manufacturing {
    background: url('/static/formlabs-web-frontend/img/landing/industries/manufacturing_mobile@2x.jpg?1dc6578');
  }
  .home .industry-panel.research-education {
    background: url('/static/formlabs-web-frontend/img/landing/industries/research_mobile@2x.jpg?1dc6578');
  }
  .home .industry-panel.model-making-entertainment {
    background: url('/static/formlabs-web-frontend/img/landing/industries/model_making_mobile@2x.jpg?1dc6578');
  }
  .home .industry-panel.jewelry {
    background: url('/static/formlabs-web-frontend/img/landing/industries/jewelry_mobile@2x.jpg?1dc6578');
  }
  .home .industry-panel.dentistry {
    background: url('/static/formlabs-web-frontend/img/landing/industries/dentistry_mobile@2x.jpg?1dc6578');
  }
}
@media only screen and (min-width: 40.0625rem) and (max-width: 57.5rem) {
  .home .industry-panel {
    height: 160px;
  }
}
@media only screen and (min-width: 57.5625rem) {
  .home .industry-panel {
    height: 341px;
  }
  .home .industry-panel.engineering-product-design {
    background: url('/static/formlabs-web-frontend/img/landing/industries/engineering_product_design@2x.jpg?1dc6578');
  }
  .home .industry-panel.manufacturing {
    background: url('/static/formlabs-web-frontend/img/landing/industries/manufacturing@2x.jpg?1dc6578');
  }
  .home .industry-panel.research-education {
    background: url('/static/formlabs-web-frontend/img/landing/industries/research@2x.jpg?1dc6578');
  }
  .home .industry-panel.model-making-entertainment {
    background: url('/static/formlabs-web-frontend/img/landing/industries/model_making@2x.jpg?1dc6578');
  }
  .home .industry-panel.jewelry {
    background: url('/static/formlabs-web-frontend/img/landing/industries/jewelry@2x.jpg?1dc6578');
  }
  .home .industry-panel.dentistry {
    background: url('/static/formlabs-web-frontend/img/landing/industries/dentistry@2x.jpg?1dc6578');
  }
}
@media only screen and (min-width: 83.1875rem) {
  .home .industry-panel {
    height: 440px;
  }
}
.home .industry-panel a {
  font-family: "proxima-nova-condensed", sans-serif;
  color: white;
}
.home .industry-label {
  width: 100%;
  padding: 1.25rem;
  line-height: 1.4;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  height: 100%;
  text-align: left;
}
@media only screen and (min-width: 57.5625rem) {
  .home .industry-label {
    text-align: center;
  }
}
@media only screen {
  .home .materials-section .materials-description {
    text-align: center;
  }
}
@media only screen and (min-width: 57.5625rem) {
  .home .materials-section .materials-description {
    text-align: left;
  }
}
.home .support-section {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}
.video--embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.video--embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  display: none;
}
.video--embed.initialized video {
  display: inherit;
}
.video--embed-homepage video {
  height: inherit;
  width: inherit;
}
.video--embed-materials {
  background-image: url('/static/formlabs-web-frontend/video/materials.jpg?1dc6578');
}
.industries #content {
  margin-bottom: 0;
}
@media only screen {
  .industries .title-detail p {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media only screen and (min-width: 57.5625rem) and (max-width: 83.125rem) {
  .industries .title-detail p {
    font-size: 19px;
    line-height: 1.7;
  }
}
@media only screen and (min-width: 83.1875rem) {
  .industries .title-detail p {
    font-size: 22px;
    line-height: 1.7;
  }
}
.industries .sales-section .contact-sales {
  display: inline-block;
  margin-left: 10px;
}
.industries .sales-section .contact-sales p {
  margin-bottom: 0px;
}
.industries #form-2-section-large {
  position: relative;
  background-size: cover;
  height: 750px;
  background-position: center 751px;
  margin-bottom: 0px;
}
.industries #form-2-section-large .gradient-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 35%;
  background: linear-gradient(to bottom, white, transparent);
}
@media only screen and (min-width: 83.1875rem) {
  .industries #form-2-section-large {
    height: 1200px;
    background-position-y: 1201px;
  }
}
@media only screen and (max-width: 40rem) {
  .industries #form-2-section .button, .industries #form-2-section .more {
    width: 100%;
    margin-left: 0px !important;
    margin-bottom: 0.625rem;
  }
}
@media only screen and (min-width: 40.0625rem) and (max-width: 57.5rem) {
  .industries #form-2-section .button, .industries #form-2-section .more {
    width: 40%;
  }
}
.video--vimeo-engineering {
  background-image: url('/static/formlabs-web-frontend/video/industries/quirky.jpg?1dc6578');
}
.video--vimeo-manufacturing {
  background-image: url('/static/formlabs-web-frontend/video/industries/mimo.jpg?1dc6578');
}
.video--vimeo-research {
  background-image: url('/static/formlabs-web-frontend/video/industries/shirley.jpg?1dc6578');
}
.video--vimeo-entertainment {
  background-image: url('/static/formlabs-web-frontend/video/industries/chase_me.jpg?1dc6578');
}
.video--vimeo-jewelry {
  background-image: url('/static/formlabs-web-frontend/video/industries/golden_century.jpg?1dc6578');
}
.video--vimeo-dentistry {
  background-image: url('/static/formlabs-web-frontend/video/industries/dental_sg.jpg?1dc6578');
}
