/**
 * @author: Handsoncode
 */
/* [ global helpers ] */
/**
 * @author: Handsoncode
 */
/* [ import global variables] */
/**
 * @author: Handsoncode
 */
/* [ grid values ] */
/**
 * @author: Handsoncode
 */
/**
 * @author: Handsoncode
 */
/* [ brand colors ] */
/* [ occasional colors ] */
/* [active colors from colors] */
/* [ shades of grays] */
/* [ active darker colors ] */
/* [ active lighter colors ] */
/* [ functional color ] */
/**
 * @author: Handsoncode
 */
/**
 * @author: Handsoncode
 */
/* [ import global mixins] */
/**
 * @author: Handsoncode
 */
/**
 * @author: Handsoncode
 */
/* [ borders ] */
 /*
 ----
 Sass (v3.4.7)
 Compass (v1.0.1)
 ----

Convert angle
 @author Chris Eppstein
 */
/**
 * @author: Handsoncode
 */
/**
 * @author: Handsoncode
 */
/**
 * @author: Handsoncode
 */
/* [ marketing modules ] */
/**
 * @author: Handsoncode
 */
/* [ components ]*/
/**
 * @author: Handsoncode
 */
.btn {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  border-radius: 4px;
  border: none;
  background: transparent; }
  .btn:hover, .btn:focus, .btn:active {
    text-decoration: none; }
  .btn.hover-moveup {
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
    .btn.hover-moveup:hover {
      -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
      transform: translateY(-2px); }
  .btn.hover-movedown {
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
    .btn.hover-movedown:hover {
      -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
      transform: translateY(2px); }
  .btn.size-small {
    padding: 6px 14px;
    font-size: 13px; }
  .btn.size-medium {
    padding: 7px 18px;
    font-size: 14px; }
  .btn.size-large {
    padding: 10px 24px;
    font-size: 18px; }
  .btn.shadow {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1); }
  .btn.weight-light {
    font-weight: 300; }
  .btn.weight-normal {
    font-weight: 400; }
  .btn.weight-bold {
    font-weight: 600; }
  .btn.text-black {
    color: #363636; }
  .btn.text-blue {
    color: #039be5; }
  .btn.text-gray {
    color: #E3E3E3; }
  .btn.text-green {
    color: #43a047; }
  .btn.text-red {
    color: #E87677; }
  .btn.text-white {
    color: #fff; }
  .btn.border-blue {
    border: 1px solid #039be5; }
  .btn.border-gray {
    border: 1px solid #E3E3E3; }
  .btn.border-green {
    border: 1px solid #43a047; }
  .btn.border-red {
    border: 1px solid #E87677; }
  .btn.border-white {
    border: 1px solid #fff; }
  .btn.bg-blue {
    background-color: #039be5; }
    .btn.bg-blue.bg-lighten {
      -webkit-transition: background-color 0.3s ease-out, transform 0.3s ease-out;
      -moz-transition: background-color 0.3s ease-out, transform 0.3s ease-out;
      transition: background-color 0.3s ease-out, transform 0.3s ease-out; }
      .btn.bg-blue.bg-lighten:hover {
        background-color: #03a2ef; }
  .btn.bg-gray {
    background-color: #E3E3E3; }
    .btn.bg-gray.bg-lighten {
      -webkit-transition: background-color 0.3s ease-out, transform 0.3s ease-out;
      -moz-transition: background-color 0.3s ease-out, transform 0.3s ease-out;
      transition: background-color 0.3s ease-out, transform 0.3s ease-out; }
      .btn.bg-gray.bg-lighten:hover {
        background-color: #e8e8e8; }
  .btn.bg-green {
    background-color: #43a047; }
    .btn.bg-green.bg-lighten {
      -webkit-transition: background-color 0.3s ease-out, transform 0.3s ease-out;
      -moz-transition: background-color 0.3s ease-out, transform 0.3s ease-out;
      transition: background-color 0.3s ease-out, transform 0.3s ease-out; }
      .btn.bg-green.bg-lighten:hover {
        background-color: #46a74a; }
  .btn.bg-green-light {
    background-color: #48cc4d; }
    .btn.bg-green-light.bg-lighten {
      -webkit-transition: background-color 0.3s ease-out, transform 0.3s ease-out;
      -moz-transition: background-color 0.3s ease-out, transform 0.3s ease-out;
      transition: background-color 0.3s ease-out, transform 0.3s ease-out; }
      .btn.bg-green-light.bg-lighten:hover {
        background-color: #58d05d; }
  .btn.bg-navy {
    background-color: #15202f; }
    .btn.bg-navy.bg-lighten {
      -webkit-transition: background-color 0.3s ease-out, transform 0.3s ease-out;
      -moz-transition: background-color 0.3s ease-out, transform 0.3s ease-out;
      transition: background-color 0.3s ease-out, transform 0.3s ease-out; }
      .btn.bg-navy.bg-lighten:hover {
        background-color: #182536; }
  .btn.bg-red {
    background-color: #E87677; }
    .btn.bg-red.bg-lighten {
      -webkit-transition: background-color 0.3s ease-out, transform 0.3s ease-out;
      -moz-transition: background-color 0.3s ease-out, transform 0.3s ease-out;
      transition: background-color 0.3s ease-out, transform 0.3s ease-out; }
      .btn.bg-red.bg-lighten:hover {
        background-color: #e97f80; }
  .btn.bg-yellow {
    background-color: #FAD97F; }
    .btn.bg-yellow.bg-lighten {
      -webkit-transition: background-color 0.3s ease-out, transform 0.3s ease-out;
      -moz-transition: background-color 0.3s ease-out, transform 0.3s ease-out;
      transition: background-color 0.3s ease-out, transform 0.3s ease-out; }
      .btn.bg-yellow.bg-lighten:hover {
        background-color: #fadc89; }
  .btn.bg-purple {
    background-color: #880e4f; }
    .btn.bg-purple.bg-lighten {
      -webkit-transition: background-color 0.3s ease-out, transform 0.3s ease-out;
      -moz-transition: background-color 0.3s ease-out, transform 0.3s ease-out;
      transition: background-color 0.3s ease-out, transform 0.3s ease-out; }
      .btn.bg-purple.bg-lighten:hover {
        background-color: #910f54; }
  .btn.bg-white {
    background-color: #fff; }

/**
 * @author: Handsoncode
 */
/* [ component variables ] */
@media only screen and (max-width: 64.0625em) {
  .dropdown-f {
    background-color: #E3E3E3; } }
.dropdown-f ul li {
  color: #363636; }

.dropdown {
  /* [ arrow down ] */
  /* [ dropdown list] */
  /* [ mobile trigger: show / hide ] */ }
  .dropdown svg {
    width: 10px;
    height: 10px;
    fill: currentColor;
    display: inline-block; }
  .dropdown ul {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateY(0) scale(0.95, 0.95);
    -ms-transform: translateY(0) scale(0.95, 0.95);
    transform: translateY(0) scale(0.95, 0.95);
    max-height: 0;
    background: #E3E3E3;
    opacity: 0;
    overflow: hidden;
    /* [ styles only for desktop ] */ }
    @media only screen and (min-width: 64.0625em) {
      .dropdown ul {
        position: absolute;
        top: 45px;
        right: -20px;
        -webkit-transform: translateY(-5px) scale(0.95, 0.95);
        -ms-transform: translateY(-5px) scale(0.95, 0.95);
        transform: translateY(-5px) scale(0.95, 0.95);
        padding: 8px 0;
        border-radius: 2px;
        box-shadow: 0 1px 4px 0 rgba(0, 8, 0, 0.3); } }
    .dropdown ul li {
      font-size: inherit;
      float: none;
      padding: 10px;
      /* [ styles only for desktop ] */ }
      @media only screen and (min-width: 64.0625em) {
        .dropdown ul li {
          display: block;
          height: 25px;
          line-height: 24px;
          vertical-align: middle;
          padding: 0;
          margin: 3px 0; }
          .dropdown ul li:hover {
            background: #fff; } }
    .dropdown ul a,
    .dropdown ul a:hover {
      color: inherit;
      padding: 0 25px 0 23px;
      border: none; }
  .dropdown.bottom ul {
    /* [ styles only for desktop ] */ }
    @media only screen and (min-width: 64.0625em) {
      .dropdown.bottom ul::before {
        content: '';
        display: block;
        position: absolute;
        top: -7px;
        right: auto;
        bottom: auto;
        left: 37px;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #EAEAEA;
        z-index: 101; }
      .dropdown.bottom ul::after {
        content: '';
        display: block;
        position: absolute;
        top: -6px;
        right: auto;
        bottom: auto;
        left: 38px;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 7px solid #FFF;
        z-index: 102; } }
  @media only screen and (min-width: 64.0625em) {
    .dropdown:focus ul, .dropdown:hover ul {
      -webkit-transform: translateY(0) scale(1, 1);
      -ms-transform: translateY(0) scale(1, 1);
      transform: translateY(0) scale(1, 1);
      max-height: 10000px;
      z-index: 100;
      overflow: visible;
      opacity: 1; } }
  .dropdown input {
    position: fixed;
    top: -10000px;
    left: 0; }
    @media only screen and (max-width: 64.0625em) {
      .dropdown input:checked + ul {
        -webkit-transform: translateY(0) scale(1, 1);
        -ms-transform: translateY(0) scale(1, 1);
        transform: translateY(0) scale(1, 1);
        opacity: 1;
        max-height: 10000px;
        z-index: 100; } }

/*
  @author: Handsoncode
*/
/* lato-300 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url(/static/fonts/lato/lato-v11-latin-300.eot);
  /* IE9 Compat Modes */
  src: local("Lato Light"), local("Lato-Light"), url(/static/fonts/lato/lato-v11-latin-300.eot?#iefix) format("embedded-opentype"), url(/static/fonts/lato/lato-v11-latin-300.woff2) format("woff2"), url(/static/fonts/lato/lato-v11-latin-300.woff) format("woff"), url(/static/fonts/lato/lato-v11-latin-300.ttf) format("truetype"), url(/static/fonts/lato/lato-v11-latin-300.svg#Lato) format("svg");
  /* Legacy iOS */ }
/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url(/static/fonts/lato/lato-v11-latin-regular.eot);
  /* IE9 Compat Modes */
  src: local("Lato Regular"), local("Lato-Regular"), url(/static/fonts/lato/lato-v11-latin-regular.eot?#iefix) format("embedded-opentype"), url(/static/fonts/lato/lato-v11-latin-regular.woff2) format("woff2"), url(/static/fonts/lato/lato-v11-latin-regular.woff) format("woff"), url(/static/fonts/lato/lato-v11-latin-regular.ttf) format("truetype"), url(/static/fonts/lato/lato-v11-latin-regular.svg#Lato) format("svg");
  /* Legacy iOS */ }
/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url(/static/fonts/lato/lato-v11-latin-700.eot);
  /* IE9 Compat Modes */
  src: local("Lato Bold"), local("Lato-Bold"), url(/static/fonts/lato/lato-v11-latin-700.eot?#iefix) format("embedded-opentype"), url(/static/fonts/lato/lato-v11-latin-700.woff2) format("woff2"), url(/static/fonts/lato/lato-v11-latin-700.woff) format("woff"), url(/static/fonts/lato/lato-v11-latin-700.ttf) format("truetype"), url(/static/fonts/lato/lato-v11-latin-700.svg#Lato) format("svg");
  /* Legacy iOS */ }
/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url(/static/fonts/open_sans/open-sans-v13-latin-300.eot);
  /* IE9 Compat Modes */
  src: local("Open Sans Light"), local("OpenSans-Light"), url(/static/fonts/open_sans/open-sans-v13-latin-300.eot?#iefix) format("embedded-opentype"), url(/static/fonts/open_sans/open-sans-v13-latin-300.woff2) format("woff2"), url(/static/fonts/open_sans/open-sans-v13-latin-300.woff) format("woff"), url(/static/fonts/open_sans/open-sans-v13-latin-300.ttf) format("truetype"), url(/static/fonts/open_sans/open-sans-v13-latin-300.svg#OpenSans) format("svg");
  /* Legacy iOS */ }
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(/static/fonts/open_sans/open-sans-v13-latin-regular.eot);
  /* IE9 Compat Modes */
  src: local("Open Sans"), local("OpenSans"), url(/static/fonts/open_sans/open-sans-v13-latin-regular.eot?#iefix) format("embedded-opentype"), url(/static/fonts/open_sans/open-sans-v13-latin-regular.woff2) format("woff2"), url(/static/fonts/open_sans/open-sans-v13-latin-regular.woff) format("woff"), url(/static/fonts/open_sans/open-sans-v13-latin-regular.ttf) format("truetype"), url(/static/fonts/open_sans/open-sans-v13-latin-regular.svg#OpenSans) format("svg");
  /* Legacy iOS */ }
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url(/static/fonts/open_sans/open-sans-v13-latin-600.eot);
  /* IE9 Compat Modes */
  src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url(/static/fonts/open_sans/open-sans-v13-latin-600.eot?#iefix) format("embedded-opentype"), url(/static/fonts/open_sans/open-sans-v13-latin-600.woff2) format("woff2"), url(/static/fonts/open_sans/open-sans-v13-latin-600.woff) format("woff"), url(/static/fonts/open_sans/open-sans-v13-latin-600.ttf) format("truetype"), url(/static/fonts/open_sans/open-sans-v13-latin-600.svg#OpenSans) format("svg");
  /* Legacy iOS */ }
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url(/static/fonts/open_sans/open-sans-v13-latin-700.eot);
  /* IE9 Compat Modes */
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(/static/fonts/open_sans/open-sans-v13-latin-700.eot?#iefix) format("embedded-opentype"), url(/static/fonts/open_sans/open-sans-v13-latin-700.woff2) format("woff2"), url(/static/fonts/open_sans/open-sans-v13-latin-700.woff) format("woff"), url(/static/fonts/open_sans/open-sans-v13-latin-700.ttf) format("truetype"), url(/static/fonts/open_sans/open-sans-v13-latin-700.svg#OpenSans) format("svg");
  /* Legacy iOS */ }
/**
 * @author: Handsoncode
 */
form ::-webkit-input-placeholder {
  font-size: 13px; }
form :-moz-placeholder {
  font-size: 13px; }
form ::-moz-placeholder {
  font-size: 13px; }
form :-ms-input-placeholder {
  font-size: 13px; }
form fieldset {
  margin: 2px 0; }
form label {
  font-size: 15px;
  font-weight: 100;
  display: block;
  margin-bottom: 7px; }
form input[type="text"],
form input[type="email"],
form input[type="number"],
form input[type="password"],
form input[type="tel"],
form .selectbox,
form textarea {
  border: 1px solid #CFCFCF;
  font-size: 13px;
  width: 100%;
  padding: 11px 20px;
  margin-bottom: 16px;
  border-radius: 2px;
  background: #fff;
  -webkit-appearance: none; }
  @media only screen and (min-width: 64.0625em) {
    form input[type="text"],
    form input[type="email"],
    form input[type="number"],
    form input[type="password"],
    form input[type="tel"],
    form .selectbox,
    form textarea {
      width: 100%; } }
  form input[type="text"]:focus,
  form input[type="email"]:focus,
  form input[type="number"]:focus,
  form input[type="password"]:focus,
  form input[type="tel"]:focus,
  form .selectbox:focus,
  form textarea:focus {
    border-color: #039be5; }
form input[type="submit"] {
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  transition: background 0.3s ease; }
form textarea {
  resize: vertical; }
form .selectbox {
  position: relative;
  padding: 0; }
  form .selectbox:hover {
    border-color: #039be5; }
  form .selectbox select {
    padding: 11px 20px 12px;
    background-color: transparent;
    border: none;
    box-shadow: none; }
  form .selectbox select::-ms-expand {
    display: none; }
  form .selectbox svg {
    position: absolute;
    top: 50%;
    right: 18px;
    width: 11px;
    height: 11px;
    margin: -4px 0 0 0;
    fill: #474747;
    z-index: 10; }

form.light {
  padding: 10px 0 10px 0; }
  form.light input[type="text"], form.light textarea {
    background: #fff;
    border-color: #E3E3E3; }

.subscribe-form span {
  font-size: 0.7em;
  float: right;
  margin: 0;
  padding: 5px 0 0;
  color: #C5C5C5; }
  @media only screen and (min-width: 64.0625em) {
    .subscribe-form span {
      margin: 5px 200px 0 0;
      padding: 0; } }
.subscribe-form input[type="email"],
.subscribe-form input[type="submit"] {
  border-radius: 2px; }
.subscribe-form input[type="email"] {
  margin: 0;
  padding: 19px;
  background: #f7f7f7;
  height: 38px; }
  @media only screen and (min-width: 64.0625em) {
    .subscribe-form input[type="email"] {
      float: left;
      width: 65%;
      margin-bottom: 5px; } }
.subscribe-form input[type="submit"] {
  width: 100%;
  margin-top: 30px; }
  @media only screen and (min-width: 64.0625em) {
    .subscribe-form input[type="submit"] {
      width: 25%;
      margin: 0;
      padding: 0;
      position: relative;
      left: 20px;
      float: left;
      border-radius: 4px; } }
.subscribe-form #mc_embed_signup_scroll {
  position: relative; }
.subscribe-form #mce-responses {
  position: absolute;
  font-size: 13px;
  min-height: 10px;
  padding: 5px;
  top: 69px;
  background: #fff;
  text-align: center; }
  @media only screen and (min-width: 64.0625em) {
    .subscribe-form #mce-responses {
      text-align: left;
      width: 65%; } }
  .subscribe-form #mce-responses #mce-error-response {
    color: #E87677; }
  .subscribe-form #mce-responses #mce-success-response {
    color: #43a047; }

/* mailchimp overwrite styles */
.mc-field-group {
  position: relative; }

input.mce_inline_error {
  color: #E87677 !important;
  border-color: #E87677 !important; }

div.mce_inline_error {
  position: absolute;
  bottom: 0;
  font-weight: 400 !important;
  font-size: 11px !important;
  padding: 0 !important;
  margin: 0 !important;
  color: #E87677 !important;
  background-color: transparent !important; }

.social-share {
  margin-top: 20px;
  padding: 20px;
  border: 1px solid #CFCFCF;
  border-radius: 6px; }
  .social-share p {
    margin-bottom: 0;
    padding-bottom: 0; }
  .social-share p > p {
    margin-top: 0; }
  .social-share a {
    text-decoration: none; }
  .social-share h3 {
    margin-top: 10px;
    font-size: 1.2em; }
    @media only screen and (min-width: 40.0625em) {
      .social-share h3 {
        margin-top: 0; } }
  .social-share input[type="text"] {
    margin: 0;
    padding: 20px;
    background: #E3E3E3;
    height: 47px; }
    @media only screen and (min-width: 64.0625em) {
      .social-share input[type="text"] {
        width: 100%;
        margin: 20px 0 5px 0; } }
  .social-share svg {
    width: 24px;
    height: 24px;
    padding: 0;
    margin: 10px 10px 0 0; }
    @media only screen and (min-width: 40.0625em) {
      .social-share svg {
        margin: 5px 7px 5px 0; } }

/*
  @author: Handsoncode
*/
meta.foundation-version {
  font-family: "/5.5.3/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.0625em)/";
  width: 40.0625em; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.0625em) and (max-width:64em)/";
  width: 40.0625em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.0625em)/";
  width: 40.0625em; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.0625em) and (max-width:90em)/";
  width: 64.0625em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.0625em)/";
  width: 90.0625em; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
  width: 90.0625em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.0625em)/";
  width: 120.0625em; }

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 {
  color: #363636;
  cursor: auto;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  position: relative; }

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,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.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 {
  margin: 0 auto;
  max-width: 80rem;
  width: 100%; }

.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 {
  /*margin: 0 -0.9375rem;*/
  max-width: none;
  width: auto; }

.row .row:before, .row .row:after {
  content: " ";
  display: table; }

.row .row:after {
  clear: both; }

.row .row.collapse {
  margin: 0;
  max-width: none;
  width: auto; }

.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table; }

.row .row.collapse:after {
  clear: both; }

.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left; }

.column + .column:last-child,
.columns + .column:last-child, .column +
.columns:last-child,
.columns +
.columns:last-child {
  float: right; }

.column + .column.end,
.columns + .column.end, .column +
.columns.end,
.columns +
.columns.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.33333%;
    right: auto; }

  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    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.33333%;
    right: auto; }

  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    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.33333%;
    right: auto; }

  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    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.33333%;
    right: auto; }

  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }

  .small-1 {
    width: 8.33333%; }

  .small-2 {
    width: 16.66667%; }

  .small-3 {
    width: 25%; }

  .small-4 {
    width: 33.33333%; }

  .small-5 {
    width: 41.66667%; }

  .small-6 {
    width: 50%; }

  .small-7 {
    width: 58.33333%; }

  .small-8 {
    width: 66.66667%; }

  .small-9 {
    width: 75%; }

  .small-10 {
    width: 83.33333%; }

  .small-11 {
    width: 91.66667%; }

  .small-12 {
    width: 100%; }

  .small-offset-0 {
    margin-left: 0 !important; }

  .small-offset-1 {
    margin-left: 8.33333% !important; }

  .small-offset-2 {
    margin-left: 16.66667% !important; }

  .small-offset-3 {
    margin-left: 25% !important; }

  .small-offset-4 {
    margin-left: 33.33333% !important; }

  .small-offset-5 {
    margin-left: 41.66667% !important; }

  .small-offset-6 {
    margin-left: 50% !important; }

  .small-offset-7 {
    margin-left: 58.33333% !important; }

  .small-offset-8 {
    margin-left: 66.66667% !important; }

  .small-offset-9 {
    margin-left: 75% !important; }

  .small-offset-10 {
    margin-left: 83.33333% !important; }

  .small-offset-11 {
    margin-left: 91.66667% !important; }

  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }

  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.small-uncentered,
  .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }

  .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.9375rem;
    padding-right: 0.9375rem;
    float: left; } }
@media only screen and (min-width: 40.0625em) {
  .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.33333%;
    right: auto; }

  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    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.33333%;
    right: auto; }

  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    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.33333%;
    right: auto; }

  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    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.33333%;
    right: auto; }

  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }

  .medium-1 {
    width: 8.33333%; }

  .medium-2 {
    width: 16.66667%; }

  .medium-3 {
    width: 25%; }

  .medium-4 {
    width: 33.33333%; }

  .medium-5 {
    width: 41.66667%; }

  .medium-6 {
    width: 50%; }

  .medium-7 {
    width: 58.33333%; }

  .medium-8 {
    width: 66.66667%; }

  .medium-9 {
    width: 75%; }

  .medium-10 {
    width: 83.33333%; }

  .medium-11 {
    width: 91.66667%; }

  .medium-12 {
    width: 100%; }

  .medium-offset-0 {
    margin-left: 0 !important; }

  .medium-offset-1 {
    margin-left: 8.33333% !important; }

  .medium-offset-2 {
    margin-left: 16.66667% !important; }

  .medium-offset-3 {
    margin-left: 25% !important; }

  .medium-offset-4 {
    margin-left: 33.33333% !important; }

  .medium-offset-5 {
    margin-left: 41.66667% !important; }

  .medium-offset-6 {
    margin-left: 50% !important; }

  .medium-offset-7 {
    margin-left: 58.33333% !important; }

  .medium-offset-8 {
    margin-left: 66.66667% !important; }

  .medium-offset-9 {
    margin-left: 75% !important; }

  .medium-offset-10 {
    margin-left: 83.33333% !important; }

  .medium-offset-11 {
    margin-left: 91.66667% !important; }

  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }

  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.medium-uncentered,
  .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }

  .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.9375rem;
    padding-right: 0.9375rem;
    float: left; }

  .push-0 {
    position: relative;
    left: 0;
    right: auto; }

  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }
@media only screen and (min-width: 64.0625em) {
  .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.33333%;
    right: auto; }

  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    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.33333%;
    right: auto; }

  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    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.33333%;
    right: auto; }

  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    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.33333%;
    right: auto; }

  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }

  .large-1 {
    width: 8.33333%; }

  .large-2 {
    width: 16.66667%; }

  .large-3 {
    width: 25%; }

  .large-4 {
    width: 33.33333%; }

  .large-5 {
    width: 41.66667%; }

  .large-6 {
    width: 50%; }

  .large-7 {
    width: 58.33333%; }

  .large-8 {
    width: 66.66667%; }

  .large-9 {
    width: 75%; }

  .large-10 {
    width: 83.33333%; }

  .large-11 {
    width: 91.66667%; }

  .large-12 {
    width: 100%; }

  .large-offset-0 {
    margin-left: 0 !important; }

  .large-offset-1 {
    margin-left: 8.33333% !important; }

  .large-offset-2 {
    margin-left: 16.66667% !important; }

  .large-offset-3 {
    margin-left: 25% !important; }

  .large-offset-4 {
    margin-left: 33.33333% !important; }

  .large-offset-5 {
    margin-left: 41.66667% !important; }

  .large-offset-6 {
    margin-left: 50% !important; }

  .large-offset-7 {
    margin-left: 58.33333% !important; }

  .large-offset-8 {
    margin-left: 66.66667% !important; }

  .large-offset-9 {
    margin-left: 75% !important; }

  .large-offset-10 {
    margin-left: 83.33333% !important; }

  .large-offset-11 {
    margin-left: 91.66667% !important; }

  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }

  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.large-uncentered,
  .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }

  .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.9375rem;
    padding-right: 0.9375rem;
    float: left; }

  .push-0 {
    position: relative;
    left: 0;
    right: auto; }

  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }
[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem; }

[class*="block-grid-"]:before, [class*="block-grid-"]:after {
  content: " ";
  display: table; }

[class*="block-grid-"]:after {
  clear: both; }

[class*="block-grid-"] > li {
  display: block;
  float: left;
  height: auto;
  padding: 0 0.625rem 1.25rem; }

@media only screen {
  .small-block-grid-1 > li {
    list-style: none;
    width: 100%; }

  .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-2 > li {
    list-style: none;
    width: 50%; }

  .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-3 > li {
    list-style: none;
    width: 33.33333%; }

  .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-4 > li {
    list-style: none;
    width: 25%; }

  .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-5 > li {
    list-style: none;
    width: 20%; }

  .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-6 > li {
    list-style: none;
    width: 16.66667%; }

  .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-7 > li {
    list-style: none;
    width: 14.28571%; }

  .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-8 > li {
    list-style: none;
    width: 12.5%; }

  .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-9 > li {
    list-style: none;
    width: 11.11111%; }

  .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-10 > li {
    list-style: none;
    width: 10%; }

  .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-11 > li {
    list-style: none;
    width: 9.09091%; }

  .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-12 > li {
    list-style: none;
    width: 8.33333%; }

  .small-block-grid-12 > li:nth-of-type(1n) {
    clear: none; }

  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both; } }
@media only screen and (min-width: 40.0625em) {
  .medium-block-grid-1 > li {
    list-style: none;
    width: 100%; }

  .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-2 > li {
    list-style: none;
    width: 50%; }

  .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-3 > li {
    list-style: none;
    width: 33.33333%; }

  .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-4 > li {
    list-style: none;
    width: 25%; }

  .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-5 > li {
    list-style: none;
    width: 20%; }

  .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-6 > li {
    list-style: none;
    width: 16.66667%; }

  .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-7 > li {
    list-style: none;
    width: 14.28571%; }

  .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-8 > li {
    list-style: none;
    width: 12.5%; }

  .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-9 > li {
    list-style: none;
    width: 11.11111%; }

  .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-10 > li {
    list-style: none;
    width: 10%; }

  .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-11 > li {
    list-style: none;
    width: 9.09091%; }

  .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-12 > li {
    list-style: none;
    width: 8.33333%; }

  .medium-block-grid-12 > li:nth-of-type(1n) {
    clear: none; }

  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both; } }
@media only screen and (min-width: 64.0625em) {
  .large-block-grid-1 > li {
    list-style: none;
    width: 100%; }

  .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-2 > li {
    list-style: none;
    width: 50%; }

  .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-3 > li {
    list-style: none;
    width: 33.33333%; }

  .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-4 > li {
    list-style: none;
    width: 25%; }

  .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-5 > li {
    list-style: none;
    width: 20%; }

  .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-6 > li {
    list-style: none;
    width: 16.66667%; }

  .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-7 > li {
    list-style: none;
    width: 14.28571%; }

  .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-8 > li {
    list-style: none;
    width: 12.5%; }

  .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-9 > li {
    list-style: none;
    width: 11.11111%; }

  .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-10 > li {
    list-style: none;
    width: 10%; }

  .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-11 > li {
    list-style: none;
    width: 9.09091%; }

  .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-12 > li {
    list-style: none;
    width: 8.33333%; }

  .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none; }

  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both; } }
/**
 * @author: Handsoncode
 */
/* overriding foundation for handsontable */
.main .hot, .hot {
  color: #000;
  /* Arrow position */ }
  .main .hot td, .main .hot th, .main .hot input, .main .hot select, .hot td, .hot th, .hot input, .hot select {
    padding: 0 4px;
    font-size: 13px;
    font-family: Verdana, Helvetica, Arial, FreeSans, sans-serif; }
    .main .hot td span, .main .hot th span, .main .hot input span, .main .hot select span, .hot td span, .hot th span, .hot input span, .hot select span {
      font-size: inherit; }
  .main .hot .handsontable table, .hot .handsontable table {
    -webkit-box-shadow: none;
    box-shadow: none; }
  .main .hot .handsontable span.colHeader.columnSorting::before, .hot .handsontable span.colHeader.columnSorting::before {
    /* Changed margin size for purpose of proper positioning of sorting arrow, as `font-size` in docs was changed */
    margin-top: -5px; }
  .main .hot thead .htGroupIndicatorContainer, .hot thead .htGroupIndicatorContainer {
    padding: 0; }
  .main .hot textarea, .hot textarea {
    transition: none;
    background-color: #fff; }
  .main .hot input, .hot input {
    margin: 0;
    padding: 1px 5px 0;
    border: none;
    box-shadow: 0 0 0 2px #5292F7 inset; }
  .main .hot input[type='checkbox'], .hot input[type='checkbox'] {
    padding: 0;
    box-shadow: none; }
  .main .hot select, .main .hot select:hover, .hot select, .hot select:hover {
    padding: 0;
    border: 1px solid #ccc;
    font-size: 13px;
    color: #393939;
    background: #fff; }
  .main .hot .currentRow, .hot .currentRow {
    background-color: #E7E8EF; }
  .main .hot .currentCol, .hot .currentCol {
    background-color: #F9F9FB; }

/* context menu */
.htContextMenu table tbody tr td {
  font-size: 12px;
  font-family: Verdana, Helvetica, Arial, FreeSans, sans-serif; }

/* dropdown menu */
.htDropdownMenu {
  font-size: 12px;
  font-family: Verdana, Helvetica, Arial, FreeSans, sans-serif; }

/* datepicker */
.htDatepickerHolder button {
  transition: none; }

/* tutorials */
/* scrollable table */
.scroll-container {
  width: 100%;
  height: 320px;
  overflow: hidden; }

.fixed-container .hot table.htCore {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4); }

.ipad-container {
  width: 100%;
  height: 389px; }

.ajax-container .controls {
  margin-bottom: 20px; }
.ajax-container label {
  margin-left: 1rem;
  display: inline;
  font-size: 13px; }
.ajax-container input[type="checkbox"] {
  margin: -3px 5px 0 0;
  vertical-align: middle; }
.ajax-container pre {
  margin: 1rem 0;
  font-size: 13px; }

.htCore td.customClass {
  color: #f8f8ff;
  background: #1E90FF; }

.pagination {
  margin: 1rem 0; }
  .pagination a {
    padding: 2px 7px;
    font-size: 14px;
    border: 1px solid #ccc; }

.htCommentTextArea {
  font-size: 13px;
  padding: 0.2rem 0.5rem; }

.handsontable .htItemWrapper {
  font-size: 12px;
  font-family: Verdana, Helvetica, Arial, FreeSans, sans-serif; }

.handsontable td[class*="column"] + [class*="column"]:last-child {
  float: none; }

/* Boostrap demo */
.bootstrap-container {
  width: 567px;
  /* bootstrap reset */
  /* table-bordered */ }
  .bootstrap-container .handsontable tr {
    background: #fff; }
  .bootstrap-container .handsontable td {
    background-color: inherit !important; }
  .bootstrap-container .table caption + thead tr:first-child th,
  .bootstrap-container .table caption + thead tr:first-child td,
  .bootstrap-container .table colgroup + thead tr:first-child th,
  .bootstrap-container .table colgroup + thead tr:first-child td,
  .bootstrap-container .table thead:first-child tr:first-child th,
  .bootstrap-container .table thead:first-child tr:first-child td {
    border-top: 1px solid #CCCCCC; }
  .bootstrap-container .handsontable .table-bordered {
    border: 0;
    border-collapse: separate; }
  .bootstrap-container .handsontable .table-bordered th,
  .bootstrap-container .handsontable .table-bordered td {
    border-left: none; }
  .bootstrap-container .handsontable .table-bordered th:first-child,
  .bootstrap-container .handsontable .table-bordered td:first-child {
    border-left: 1px solid #CCCCCC; }
  .bootstrap-container .table > tbody > tr > td, .bootstrap-container .table > tbody > tr > th, .bootstrap-container .table > tfoot > tr > td, .bootstrap-container .table > tfoot > tr > th, .bootstrap-container .table > thead > tr > td, .bootstrap-container .table > thead > tr > th {
    line-height: 21px;
    padding: 0 4px; }
  .bootstrap-container .col-lg-1.handsontable, .bootstrap-container .col-lg-10.handsontable, .bootstrap-container .col-lg-11.handsontable, .bootstrap-container .col-lg-12.handsontable,
  .bootstrap-container .col-lg-2.handsontable, .bootstrap-container .col-lg-3.handsontable, .bootstrap-container .col-lg-4.handsontable, .bootstrap-container .col-lg-5.handsontable, .bootstrap-container .col-lg-6.handsontable, .bootstrap-container .col-lg-7.handsontable, .bootstrap-container .col-lg-8.handsontable, .bootstrap-container .col-lg-9.handsontable,
  .bootstrap-container .col-md-1.handsontable, .bootstrap-container .col-md-10.handsontable, .bootstrap-container .col-md-11.handsontable, .bootstrap-container .col-md-12.handsontable,
  .bootstrap-container .col-md-2.handsontable, .bootstrap-container .col-md-3.handsontable, .bootstrap-container .col-md-4.handsontable, .bootstrap-container .col-md-5.handsontable, .bootstrap-container .col-md-6.handsontable, .bootstrap-container .col-md-7.handsontable, .bootstrap-container .col-md-8.handsontable, .bootstrap-container .col-md-9.handsontable
  .col-sm-1.handsontable, .bootstrap-container .col-sm-10.handsontable, .bootstrap-container .col-sm-11.handsontable, .bootstrap-container .col-sm-12.handsontable,
  .bootstrap-container .col-sm-2.handsontable, .bootstrap-container .col-sm-3.handsontable, .bootstrap-container .col-sm-4.handsontable, .bootstrap-container .col-sm-5.handsontable, .bootstrap-container .col-sm-6.handsontable, .bootstrap-container .col-sm-7.handsontable, .bootstrap-container .col-sm-8.handsontable, .bootstrap-container .col-sm-9.handsontable
  .col-xs-1.handsontable, .bootstrap-container .col-xs-10.handsontable, .bootstrap-container .col-xs-11.handsontable, .bootstrap-container .col-xs-12.handsontable,
  .bootstrap-container .col-xs-2.handsontable, .bootstrap-container .col-xs-3.handsontable, .bootstrap-container .col-xs-4.handsontable, .bootstrap-container .col-xs-5.handsontable, .bootstrap-container .col-xs-6.handsontable, .bootstrap-container .col-xs-7.handsontable, .bootstrap-container .col-xs-8.handsontable, .bootstrap-container .col-xs-9.handsontable {
    padding-left: 0;
    padding-right: 0; }
  .bootstrap-container .table-striped > tbody > tr:nth-of-type(even) {
    background-color: #FFF; }

/**
 * @author: Handsoncode
 * @description: Centered headline
 */
.headline {
  position: relative; }
  .headline .red {
    color: #E87677; }
  .headline.centered {
    text-align: center;
    padding: 0; }
    .headline.centered span {
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      font-weight: 400;
      text-align: center;
      position: absolute;
      top: 50%;
      left: 50%;
      padding: 0 6px;
      background: #FFF;
      width: 85%; }
      @media only screen and (min-width: 64.0625em) {
        .headline.centered span {
          padding: 0 0 50px 0;
          width: auto; } }

/**
 * @author: Handsoncode
 */
ul.icons-wrapper {
  margin-top: 50px;
  text-align: center; }
  ul.icons-wrapper > li {
    margin: 0 0 1.4rem 0 !important;
    line-height: 1; }
    ul.icons-wrapper > li svg {
      width: 48px;
      height: 48px;
      fill: rgba(0, 0, 0, 0.75); }
    ul.icons-wrapper > li span {
      padding: 0 10px;
      display: block;
      white-space: nowrap;
      overflow: hidden;
      font-size: 12px;
      text-overflow: ellipsis; }

/**
 * @author: Handsoncode
 */
[aria-role="menubox"] {
  height: 42px;
  line-height: 41px;
  vertical-align: middle;
  border: 1px solid #f7f7f7;
  position: relative;
  font-size: 0.938em;
  /* 15px */
  min-height: 42px;
  padding: 0 27px;
  background: #edeef0; }
  [aria-role="menubox"] select {
    border: none;
    background: transparent; }
  [aria-role="menubox"] svg {
    position: absolute;
    top: 50%;
    right: 18px;
    width: 11px;
    height: 11px;
    margin: -4px 0 0 0;
    fill: #363636;
    z-index: 10; }
  [aria-role="menubox"].large, [aria-role="menubox"].small {
    text-transform: uppercase; }
  [aria-role="menubox"].large {
    height: 50px;
    line-height: 49px;
    vertical-align: middle;
    font-size: 0.938em;
    /* 15px */
    padding: 0 33px; }
  [aria-role="menubox"].small {
    height: 38px;
    line-height: 37px;
    vertical-align: middle;
    font-size: 0.813em;
    /* 13px */
    padding: 0 28px; }

/**
 * @author: Handsoncode
 */
/* Remove the scroll on the body */
body.modal-open {
  overflow: hidden; }

.modal .modal-container {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 480px;
  height: 440px;
  padding: 40px 0 0;
  z-index: 400;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 3px 26px rgba(0, 0, 0, 0.1), 0 3px 26px rgba(0, 0, 0, 0.1);
  background-color: #fff; }
  .modal .modal-container .modal-header, .modal .modal-container .modal-footer {
    padding: 24px 10px 18px; }
  .modal .modal-container .modal-header a svg {
    width: 12px;
    height: 12px;
    -webkit-transition: fill 0.2s ease-in-out;
    -moz-transition: fill 0.2s ease-in-out;
    transition: fill 0.2s ease-in-out;
    fill: #8D8D8D; }
  .modal .modal-container .modal-header a:hover svg {
    fill: #363636; }
  .modal .modal-container .modal-content {
    backface-visibility: hidden; }
  .modal .modal-container .modal-footer a {
    margin-left: 10px; }
.modal .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 300;
  overflow: hidden; }
  .modal .modal-backdrop.bg-light {
    background: white; }
  .modal .modal-backdrop.bg-light-transparent {
    background: rgba(255, 255, 255, 0.9); }
  .modal .modal-backdrop.bg-dark {
    background: black; }
  .modal .modal-backdrop.bg-dark-transparent {
    background: rgba(0, 0, 0, 0.9); }
.modal.hidden, .modal .hidden {
  display: none; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

*:focus {
  outline: none; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

progress {
  width: 100px; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

code {
  font-size: 15px !important; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  /* 3 */ }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset,
legend {
  border: 0;
  padding: 0;
  margin: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

li, ul {
  padding: 0;
  margin: 0;
  list-style: none; }

/**
 * @author: Handsoncode
 * @description: Notification module
 */
.notification {
  font-size: 15px;
  margin-bottom: 10px;
  padding: 28px 24px;
  border-radius: 4px;
  border-left: 5px solid transparent;
  background-color: #fbfbfb; }
  .notification.error {
    border-color: #E87677; }
  .notification.info {
    border-color: #039be5; }
  .notification.success {
    border-color: #43a047; }
  .notification.warning {
    border-color: #FAD97F; }

/**
 * @author: Handsoncode
 * Inspiration: http://ogom.github.io/css-tooltip/
 */
.tooltip-btn {
  position: relative;
  top: -2px;
  left: 4px;
  width: 15px;
  height: 15px;
  display: inline-block;
  color: #CFCFCF;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  font-size: 11px;
  border-radius: 100%;
  border: 1px solid #CFCFCF;
  /* tooltip on top */
  /* tooltip on the right hand side */ }
  .tooltip-btn:hover {
    background-color: #039be5;
    color: #f7f7f7;
    border: 1px solid transparent; }
  .tooltip-btn .tooltip-inner {
    position: absolute;
    top: -25px;
    left: 25px;
    width: auto;
    height: auto;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
    padding: 8px 15px;
    cursor: default;
    color: #f7f7f7;
    background-color: #039be5;
    border: 1px solid #f7f7f7;
    border-radius: 4px;
    visibility: hidden;
    opacity: 0;
    z-index: 10;
    box-shadow: 0 0 14px 0 rgba(160, 160, 160, 0.2); }
  .tooltip-btn:hover .tooltip-inner {
    visibility: visible;
    opacity: 1; }
  .tooltip-btn .tooltip-angle, .tooltip-btn .tooltip-angle-inner {
    position: absolute;
    height: 0;
    width: 0;
    line-height: 0; }
  .tooltip-btn.tooltip-top .tooltip-inner {
    top: auto;
    bottom: 100%;
    margin-bottom: 10px; }
  .tooltip-btn.tooltip-top .tooltip-angle {
    top: 100%;
    left: 90px;
    border-width: 7px 6px 0 6px;
    border-style: solid;
    border-color: #039be5 transparent; }
  .tooltip-btn.tooltip-top .tooltip-angle-inner {
    top: -8px;
    left: -6px;
    border-width: 7px 6px 0 6px;
    border-style: solid;
    border-color: #fff transparent; }
  .tooltip-btn.tooltip-right .tooltip-angle {
    top: 25px;
    left: -6px;
    border-width: 5px 6px 7px 0;
    border-style: solid;
    border-color: transparent #039be5; }
  .tooltip-btn.tooltip-right .tooltip-angle-inner {
    top: -5px;
    left: 1px;
    border-width: 5px 6px 7px 0;
    border-style: solid;
    border-color: transparent #fff; }

/**
 * @author: Handsoncode
 */
/* Begin: Workaround for TypeKit */
.wf-loading {
  visibility: hidden; }
  .wf-loading h1, .wf-loading h2, .wf-loading h3, .wf-loading h4, .wf-loading h5, .wf-loading h6 {
    font-family: "Roboto", Helvetica, Arial, sans-serif; }

.wf-active {
  visibility: visible; }

/* End */
html, body {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #363636; }

p, span, a, ul li, ol li, label {
  font-size: 15px;
  line-height: 1.6; }

h1, h2, h3, h4, h5 {
  line-height: 1;
  font-weight: 600;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 24px;
  letter-spacing: -0.3px; }
  h1.weight-light, h2.weight-light, h3.weight-light, h4.weight-light, h5.weight-light {
    font-weight: 300; }
  h1.weight-normal, h2.weight-normal, h3.weight-normal, h4.weight-normal, h5.weight-normal {
    font-weight: 400; }
  h1.weight-bold, h2.weight-bold, h3.weight-bold, h4.weight-bold, h5.weight-bold {
    font-weight: 600; }
  h1.text-black, h2.text-black, h3.text-black, h4.text-black, h5.text-black {
    color: #363636; }
  h1.text-blue, h2.text-blue, h3.text-blue, h4.text-blue, h5.text-blue {
    color: #039be5; }
  h1.text-gray, h2.text-gray, h3.text-gray, h4.text-gray, h5.text-gray {
    color: #E3E3E3; }
  h1.text-green, h2.text-green, h3.text-green, h4.text-green, h5.text-green {
    color: #43a047; }
  h1.text-red, h2.text-red, h3.text-red, h4.text-red, h5.text-red {
    color: #E87677; }
  h1.text-white, h2.text-white, h3.text-white, h4.text-white, h5.text-white {
    color: #fff; }
  h1.size-small, h2.size-small, h3.size-small, h4.size-small, h5.size-small {
    font-size: 16px; }
  h1.size-medium, h2.size-medium, h3.size-medium, h4.size-medium, h5.size-medium {
    font-size: 24px; }
  h1.size-large, h2.size-large, h3.size-large, h4.size-large, h5.size-large {
    font-size: 30px; }
  h1 > span, h2 > span, h3 > span, h4 > span, h5 > span {
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.3; }
    h1 > span a, h2 > span a, h3 > span a, h4 > span a, h5 > span a {
      font-size: inherit; }
  h1 > hr, h2 > hr, h3 > hr, h4 > hr, h5 > hr {
    width: 38px;
    padding: 0;
    margin: 0;
    position: relative;
    top: -16px;
    border: 2px solid #039be5; }
    h1 > hr.centered, h2 > hr.centered, h3 > hr.centered, h4 > hr.centered, h5 > hr.centered {
      left: 50%;
      margin-left: -19px; }

h1 {
  font-size: 26px;
  font-weight: 500; }

a, a:hover, a:active, a:visited {
  text-decoration: none;
  color: #039be5; }

a:hover {
  color: #0280bd; }

pre code {
  border: 1px solid #f7f7f7;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-size: 12px;
  word-break: break-all;
  display: block;
  line-height: 1.6;
  text-align: left;
  padding: 14px 18px;
  margin: 16px 0 27px;
  background: #f7f7f7; }
  pre code.inline {
    display: inline;
    padding: 0 2px; }

/**
 * @author: Handsoncode
 */
.table-container {
  width: 100%;
  overflow-y: auto; }
  @media only screen and (min-width: 64.0625em) {
    .table-container {
      overflow: inherit; } }
  .table-container table {
    font-size: 0.875em;
    /* 13px */
    text-align: center;
    width: 100%; }
    .table-container table tr:nth-child(even) {
      background-color: #f7f7f7; }
    .table-container table th {
      font-weight: 500; }
    .table-container table th,
    .table-container table td {
      white-space: nowrap;
      padding: 20px 20px; }
    .table-container table.striped tbody tr:nth-child(odd) {
      background: #f7f7f7; }
    .table-container table a,
    .table-container table a:hover,
    .table-container table a:focus {
      color: #039be5;
      font-size: 1em;
      text-align: center; }

/**
 * @author: Handsoncode
 */
.stripe-black {
  background-color: #363636; }
.stripe-blue {
  background-color: #039be5; }
.stripe-gray {
  background-color: #f7f7f7; }
.stripe-green {
  background-color: #43a047; }
.stripe-red {
  background-color: #E87677; }
.stripe-white {
  background-color: #fff; }

/**
 * @author: Handsoncode
 */
.tabs .tab {
  width: 100%;
  overflow: auto;
  white-space: nowrap; }
  .tabs .tab ul li {
    padding: 14px 20px 12px;
    display: inline-block;
    border-bottom: 3px solid transparent;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    font-size: 16px;
    background-color: inherit; }
    .tabs .tab ul li:hover {
      color: #8D8D8D; }
    .tabs .tab ul li.active {
      cursor: default;
      border-bottom: 3px solid #039be5; }
      .tabs .tab ul li.active:hover {
        color: inherit; }
.tabs > div:not(.tab) {
  padding: 14px 20px 16px;
  background-color: #f7f7f7; }

/**
 * @author: Handsoncode
 */
.user .headline {
  margin-bottom: 0; }
.user .user-menu {
  border-bottom: 1px solid #f7f7f7;
  margin-top: 4px;
  /* [ styles only for desktop ] */
  /* [ styles only for desktop ] */ }
  @media only screen and (min-width: 64.0625em) {
    .user .user-menu {
      margin-top: 0; } }
  .user .user-menu label {
    font-size: 15px;
    position: relative;
    display: block;
    padding-bottom: 7px; }
    .user .user-menu label svg {
      content: '';
      display: block;
      position: absolute;
      top: 6px;
      right: 17px;
      bottom: auto;
      left: auto;
      width: 14px;
      height: 14px;
      fill: currentColor; }
  .user .user-menu input {
    display: none; }
    .user .user-menu input:checked + nav {
      display: block; }
  @media only screen and (min-width: 64.0625em) {
    .user .user-menu input,
    .user .user-menu label {
      display: none; } }
  .user .user-menu nav {
    display: none;
    /* [ styles only for desktop ] */ }
    .user .user-menu nav a {
      border-top: 1px solid #f7f7f7;
      font-size: 15px;
      float: none;
      width: 100%;
      display: inline-block;
      padding: 6px 10px; }
      .user .user-menu nav a.active {
        color: inherit;
        cursor: default;
        text-decoration: none; }
    .user .user-menu nav svg {
      width: 12px;
      height: 12px;
      position: relative;
      top: 1px;
      margin-left: 4px;
      fill: currentColor; }
    @media only screen and (min-width: 64.0625em) {
      .user .user-menu nav {
        display: block;
        padding: 17px 0; }
        .user .user-menu nav a {
          width: auto;
          padding: 0;
          margin: 0 15px 0 18px;
          border: none; } }

/* [ web partials ] */
/**
 * @author: Handsoncode
 */
.brands {
  /* Workaround for IE */ }
  .brands img {
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    margin: 0 0 60px;
    max-width: 110px;
    max-height: 70px;
    opacity: .7; }
    @media only screen and (min-width: 64.0625em) {
      .brands img {
        margin: 0;
        padding: 11px;
        max-height: 52px; } }
  @media screen and (-ms-high-contrast: none), (-ms-high-contrast: none) {
    .brands:nth-child(1) img {
      width: 115px;
      height: 49px; }
    .brands:nth-child(2) img {
      width: 115px;
      height: 43px; }
    .brands:nth-child(3) img {
      width: 115px;
      height: 27px; }
    .brands:nth-child(4) img {
      width: 87px;
      height: 66px; }
    .brands:nth-child(5) img {
      width: 115px;
      height: 21px; }
    .brands:nth-child(6) img {
      width: 55px;
      height: 66px; } }

/**
 * @author: Handsoncode
 */
footer {
  margin: 80px 0 30px; }
  footer span, footer a {
    font-size: 13px; }

/**
 * @author: Handsoncode
 */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 0 8px;
  z-index: 300;
  border-bottom: 1px solid #E3E3E3;
  background-color: #fbfbfb;
  /* Menu visible only on mobile devices */ }
  header .logo {
    position: relative;
    top: 5px;
    left: 0;
    white-space: nowrap; }
    header .logo svg.handsontable-logo {
      width: 130px;
      height: 25px;
      fill: #363636; }
    header .logo span {
      position: relative;
      top: -12px;
      left: 5px;
      color: #8D8D8D; }
  header nav > a {
    position: absolute;
    top: -2px;
    right: 25px;
    display: block;
    z-index: 11; }
    @media only screen and (min-width: 64.0625em) {
      header nav > a {
        display: none; } }
    header nav > a svg {
      width: 28px;
      height: 28px;
      fill: #363636; }
  header nav ul {
    display: none; }
    @media only screen and (min-width: 64.0625em) {
      header nav ul {
        display: block; } }
    header nav ul li {
      padding: 0 17px;
      display: inline-block; }
      header nav ul li:last-child {
        padding-right: 0; }
      header nav ul li.mobile-only {
        display: none; }
      header nav ul li a, header nav ul li a:hover, header nav ul li a:active, header nav ul li a:visited {
        font-size: 13px;
        color: #363636; }
      header nav ul li a:hover {
        color: #8D8D8D; }
  @media only screen and (min-width: 64.0625em) {
    header nav.mobile-active {
      display: none; } }
  header nav.mobile-active > a svg {
    fill: #8D8D8D; }
  header nav.mobile-active ul {
    position: absolute;
    top: -10px;
    left: 2%;
    width: 96%;
    padding: 66px 0 56px;
    display: block;
    text-align: center;
    border-radius: 4px;
    z-index: 10;
    box-shadow: 0 3px 18px rgba(0, 0, 0, 0.15), 0 3px 18px rgba(0, 0, 0, 0.15);
    background: #fff; }
    header nav.mobile-active ul li {
      width: 49%;
      padding: 10px 0; }
      header nav.mobile-active ul li.mobile-only {
        display: inline-block; }
      header nav.mobile-active ul li a, header nav.mobile-active ul li a:hover, header nav.mobile-active ul li a:active, header nav.mobile-active ul li a:visited {
        font-size: 18px;
        color: #039be5; }
        header nav.mobile-active ul li a.btn, header nav.mobile-active ul li a:hover.btn, header nav.mobile-active ul li a:active.btn, header nav.mobile-active ul li a:visited.btn {
          width: 100%;
          color: #fff;
          font-size: 18px; }
  header.header-white .logo svg {
    fill: #f7f7f7; }
  header.header-white a, header.header-white a:hover, header.header-white a:active, header.header-white a:visited {
    color: #fff; }
  header.header-white a:hover:not(.btn) {
    color: #e7f3ff; }
  header.header-white svg, header.header-white .news svg {
    fill: #fff; }

/*
  @author: Handsoncode
 */
[aria-hidden="true"] {
  display: none; }

.gap-top-xxsmall {
  padding-top: 20px; }
.gap-top-xsmall {
  padding-top: 40px; }
.gap-top-small {
  padding-top: 70px; }
.gap-top-medium {
  padding-top: 150px; }
.gap-top-large {
  padding-top: 200px; }
.gap-bottom-xxsmall {
  padding-bottom: 20px; }
.gap-bottom-xsmall {
  padding-bottom: 40px; }
.gap-bottom-small {
  padding-bottom: 70px; }
.gap-bottom-medium {
  padding-bottom: 150px; }
.gap-bottom-large {
  padding-bottom: 200px; }

.mt-0 {
  margin-top: 0; }

.hidden {
  display: none !important; }

/**
 * @author: Handsoncode
 */
/**
 * @author: Handsoncode
 */
.breadcrumbs {
  height: 60px;
  padding-top: 9px; }
  .breadcrumbs span {
    color: #363636; }
    .breadcrumbs span.switcher {
      margin-top: 3px; }
      .breadcrumbs span.switcher:before {
        content: ''; }
      .breadcrumbs span.switcher a {
        font-size: 13px;
        color: #039be5; }
  .breadcrumbs > * {
    color: #039be5;
    font-size: 13px;
    text-transform: none; }
  .breadcrumbs > *:before {
    content: "/";
    margin: 0 6px;
    color: #CFCFCF; }
  .breadcrumbs > *:first-child:before {
    margin: 0;
    content: ""; }
  .breadcrumbs select.hot-chooser {
    width: auto;
    padding: 2px 0 2px 5px;
    display: inline;
    border: 1px solid #e8e8e8;
    background: #fff; }

/**
 * @author: Handsoncode
 */
.handsontable-switcher > div {
  display: none; }
  .handsontable-switcher > div:first-child, .handsontable-switcher > div.active {
    display: block; }
.handsontable-switcher code {
  margin-top: 20px;
  padding: 16px 20px;
  overflow: auto;
  white-space: pre;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  background-color: #fff; }
.handsontable-switcher .tabs-content {
  margin-top: 45px; }
.handsontable-switcher .switch ul {
  text-align: left; }
  .handsontable-switcher .switch ul li {
    font-size: 18px;
    text-align: center;
    margin: 10px 15px 0 0;
    padding-left: 20px;
    padding-right: 20px;
    width: 240px; }
    .handsontable-switcher .switch ul li.active {
      font-weight: 600; }
    .handsontable-switcher .switch ul li.active:last-child {
      border-color: #43a047; }
.handsontable-switcher li.active {
  border-color: #43a047; }
.handsontable-switcher .tab ul li > * {
  pointer-events: none; }

/**
 * @author: Handsoncode
 */
.main {
  width: 100%;
  padding: 70px 0 0; }
  .main h4 {
    font-size: 1em;
    font-weight: 500; }
  .main dd {
    font-size: 15px;
    margin-left: 0; }
  .main kbd {
    background-color: #e7e7e7;
    background-image: -webkit-linear-gradient(#fefefe, #e7e7e7);
    background-image: linear-gradient(#fefefe, #e7e7e7);
    background-repeat: repeat-x;
    display: inline-block;
    padding: 3px 7px;
    font: 11px Consolas, "Liberation Mono", Menlo, Courier, monospace;
    line-height: 1;
    color: #000;
    border: 1px solid #cfcfcf;
    border-radius: 2px; }
  .main h4.name span.type-signature {
    display: inline-block;
    border-radius: 3px;
    background-color: gray;
    color: #fff;
    font-weight: 100;
    padding: 2px 5px; }
  .main h4.name span.type {
    margin-left: 5px; }
  .main h4.name span.glyphicon {
    display: inline-block;
    vertical-align: middle;
    color: #e1e1e1;
    margin-left: 7px; }
  .main h4.name span.returnType {
    margin-left: 3px;
    background-color: transparent !important;
    color: gray !important; }
  .main h5.method-parameters {
    padding-bottom: 0px;
    margin-bottom: 12px;
    text-transform: uppercase;
    font-size: 15px; }
  .main h5.method-returns, .main h5.method-fires, .main h5.method-example, .main h5.member-example {
    font-size: 15px;
    font-weight: 500; }
  .main h5.method-fires, .main h5.method-example, .main h5.member-example {
    margin-bottom: 12px; }
  .main h5 span.returnType {
    margin-left: 3px;
    background-color: transparent !important;
    color: gray !important; }
  .main h5 .return-description {
    font-weight: normal;
    font-size: 15px; }
  .main span.static {
    display: inline-block;
    border-radius: 3px;
    background-color: #43a047 !important;
    color: #fff;
    font-size: 0.7em;
    padding: 2px 4px;
    margin-right: 8px; }
  .main span.number {
    background-color: gray !important; }
  .main span.string {
    background-color: gray !important; }
  .main span.object {
    background-color: #039be5 !important; }
  .main span.array {
    background-color: #039be5 !important; }
  .main span.ghosttable {
    background-color: #8D8D8D !important; }
  .main span.boolean {
    background-color: #E87677 !important; }
  .main .subsection-title {
    font-size: 22px;
    margin: 50px 0 0; }
  .main .description {
    margin-top: 10px;
    font-size: 15px; }
  .main .tag-source {
    position: absolute;
    top: 75px;
    right: 0;
    font-size: 11px;
    z-index: 10; }
    .main .tag-source a {
      font-size: 11px; }
  .main dt {
    position: relative;
    overflow: hidden; }
  .main dt.tag-source {
    margin-top: 5px; }
  .main dt.tag-todo {
    font-size: 10px;
    display: inline-block;
    background-color: #039be5;
    color: #fff;
    padding: 2px 4px;
    border-radius: 5px; }
  .main .container-overview dt {
    display: none; }
  .main dl dt:first-child .tag-source {
    top: 5px; }
  .main dl dt:first-child .nameContainer {
    margin-top: 0; }
  .main .type-signature {
    font-size: 15px; }
  .main .indexmapper a {
    color: #fff; }
  .main .tag-deprecated {
    display: inline-block;
    font-size: 20px; }
  .main .important {
    background-color: #E87677;
    color: #fff;
    padding: 2px 4px;
    border-radius: 5px; }
  .main .nameContainer {
    position: relative;
    margin-top: 70px;
    padding-top: 5px;
    border-top: 1px solid #edeef0; }
    .main .nameContainer .inherited {
      display: inline-block;
      border-radius: 3px;
      background-color: #888 !important;
      font-size: 0.7em;
      padding: 2px 4px;
      margin-right: 5px; }
      .main .nameContainer .inherited a {
        color: #fff; }
    .main .nameContainer.inherited {
      color: #C5C5C5; }
    .main .nameContainer h4 {
      margin: 15px 0 0;
      font-size: 18px; }
      .main .nameContainer h4 .signature {
        font-size: 15px;
        font-weight: normal;
        font-family: Menlo,Monaco,Consolas,"Courier New",monospace; }
  .main pre {
    margin: 0;
    font-size: 14px;
    counter-reset: codeLine;
    position: relative;
    z-index: 9; }
    .main pre .code-line {
      counter-increment: codeLine; }
    .main pre .code-line::before {
      content: counter(codeLine);
      color: #C0C0C0;
      text-align: right;
      display: inline-block;
      width: 2em;
      padding-right: 0.5em;
      margin-right: 0.5em;
      border-right: 1px solid #e0e0e0; }
  .main table {
    width: 100%;
    margin-bottom: 15px;
    background-color: #fff; }
    .main table.params th, .main table.params td {
      border: 1px solid #e1e1e1; }
    .main table th {
      padding: 4px;
      background: #edeef0; }
    .main table td {
      vertical-align: middle;
      padding: 2px 5px; }
    .main table .name {
      width: 110px;
      vertical-align: middle;
      text-align: left; }
    .main table .type {
      width: 110px;
      vertical-align: middle;
      text-align: center; }
    .main table .default {
      width: 110px;
      vertical-align: middle;
      text-align: center; }
    .main table .attributes {
      width: auto; }
    .main table .description {
      font-size: 14px; }
      .main table .description p {
        margin: 0; }
    .main table .optional {
      float: left;
      border-radius: 3px;
      background-color: #ddd !important;
      font-size: 10px;
      padding: 2px 4px;
      margin-right: 5px; }
  .main .readme p {
    margin-top: 15px;
    line-height: 1.2;
    font-size: 0.85em; }
  .main .readme h1 {
    font-size: 1.7em; }
  .main .readme h2 {
    margin-top: 30px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1; }
  .main .readme li {
    font-size: 0.9em;
    margin-bottom: 10px; }
  .main article ol > li {
    list-style-type: decimal;
    margin-bottom: 5px; }
  .main article.source-code ol li {
    font-weight: 100;
    font-size: 14px;
    line-height: 1; }
  .main article ol.linenums {
    margin-left: 15px; }
  .main article .tag-see {
    margin-left: 0; }
  .main article ul > li {
    margin: 0 .5rem 0 3rem;
    list-style: square; }
    .main article ul > li.strike {
      text-decoration: line-through; }
  .main article .next-step {
    margin-top: 3rem; }
    .main article .next-step a {
      padding: 0.6rem 0.8rem;
      font-weight: 500;
      border: 1px solid #D7D7D7; }
  .main article strong {
    font-weight: 600; }
  .main article table.static-data {
    background: #FFFFFF;
    margin-bottom: 2rem;
    table-layout: auto; }
    .main article table.static-data.features-table th:first-child {
      width: 23%; }
    .main article table.static-data caption {
      background: transparent;
      color: #222222;
      font-size: 0.88889rem;
      font-weight: bold; }
    .main article table.static-data thead {
      background: #F5F5F5; }
    .main article table.static-data thead tr th,
    .main article table.static-data thead tr td {
      color: #222222;
      font-size: 0.77778rem;
      font-weight: bold;
      padding: 0.44444rem 0.55556rem 0.55556rem; }
    .main article table.static-data tfoot {
      background: #F5F5F5; }
    .main article table.static-data tfoot tr th,
    .main article table.static-data tfoot tr td {
      color: #222222;
      font-size: 0.77778rem;
      font-weight: bold;
      padding: 0.44444rem 0.55556rem 0.55556rem; }
    .main article table.static-data tr th,
    .main article table.static-data tr td {
      color: #222222;
      font-size: 0.77778rem;
      padding: 0.5rem 0.55556rem;
      text-align: left; }
    .main article table.static-data tr.even, .main article table.static-data tr.alt, .main article table.static-data tr:nth-of-type(even) {
      background: #F9F9F9; }
    .main article table.static-data thead tr th,
    .main article table.static-data tfoot tr th,
    .main article table.static-data tfoot tr td,
    .main article table.static-data tbody tr th,
    .main article table.static-data tbody tr td,
    .main article table.static-data tr td {
      padding: 0.8rem 1.2rem;
      vertical-align: middle;
      font-size: 15px;
      display: table-cell;
      line-height: 1rem; }

.page-title {
  display: none; }

.alert-box {
  margin-bottom: 20px;
  padding: 18px 24px;
  font-size: 15px;
  border-radius: 4px;
  background-color: #fbfbfb; }
  .alert-box.warn {
    border-left: 4px solid #E87677; }
  .alert-box.info {
    border-left: 4px solid #039be5; }

/**
 * @author: Handsoncode
 */
@media only screen and (min-width: 64.0625em) {
  .nav-holder {
    width: 310px;
    height: 1px; } }

@media only screen and (min-width: 64.0625em) {
  .navigation {
    width: 310px;
    height: calc(100% - 126px);
    position: fixed; } }
.navigation .search input {
  margin: 71px 0 16px;
  font-size: 15px;
  border: 1px solid #E3E3E3;
  border-radius: 4px; }
  .navigation .search input:focus {
    border-color: #C5C5C5; }
.navigation .applicationName {
  margin: 0;
  margin-top: 15px;
  padding: 10px 15px;
  color: #4267B6; }
  .navigation .applicationName a {
    color: #4267B6; }
.navigation .version {
  font-size: 10px;
  color: #454545; }
.navigation .app-name {
  margin: 0;
  padding: 0 12px 6px;
  font-size: 12px;
  text-align: left;
  color: #838383; }
.navigation .list {
  position: relative;
  overflow: auto;
  height: 217px;
  list-style: none;
  border-radius: 4px;
  border: 1px solid #e8e8e8; }
  @media only screen and (min-width: 40.0625em) {
    .navigation .list {
      height: 100%;
      border: none; } }
.navigation li.item {
  margin: 0 12px 0 18px; }
  .navigation li.item a {
    padding: 4px 0;
    display: inline-block;
    text-decoration: none; }
    .navigation li.item a.active-link {
      font-weight: 500; }
    .navigation li.item a.external:after {
      margin-top: -2px;
      padding-left: 4px;
      display: inline-block;
      font: normal normal normal 10px/1 FontAwesome;
      content: "\f08e"; }
  .navigation li.item.multiple .extensible:not(.group-title) {
    margin: 10px 0 10px 16px;
    display: none; }
    .navigation li.item.multiple .extensible:not(.group-title):before {
      content: "-";
      color: #C5C5C5;
      font-size: 17px;
      position: absolute;
      top: -5px;
      left: -11px; }
  .navigation li.item.multiple .itemMembers {
    margin-left: 1.4rem; }
  .navigation li.item .title {
    cursor: pointer;
    position: relative;
    display: block;
    font-size: 0.8em; }
    .navigation li.item .title sup {
      color: #E87677; }
    .navigation li.item .title a {
      padding-bottom: 6px;
      display: block;
      color: #393939; }
      .navigation li.item .title a:hover {
        color: #454545; }
    .navigation li.item .title .static {
      display: block;
      border-radius: 3px;
      background-color: #43a047;
      color: #000;
      font-size: 0.7em;
      padding: 2px 4px;
      float: right; }
  .navigation li.item .subtitle {
    margin: 6px 0;
    font-size: 14px;
    display: block; }
  .navigation li.item ul > li {
    margin-left: 20px; }
  .navigation li.item .itemMembers {
    margin-bottom: 0.7rem;
    display: none;
    list-style: square; }
.navigation .sublist .li {
  list-style: none; }
.navigation .sublist p.header {
  margin: 18px 12px;
  padding: 0;
  font-weight: 600;
  color: #43a047; }
.navigation .sublist p.subheader {
  margin: 16px 12px 6px;
  color: #43a047;
  font-weight: 600; }
.navigation .sublist .itemMembers {
  margin: 0 0 0 0.5rem;
  padding: 0;
  list-style: none !important; }
  .navigation .sublist .itemMembers li {
    margin-left: 0.4rem; }
  .navigation .sublist .itemMembers a:hover {
    color: #118AE2; }
  .navigation .sublist .itemMembers.basicUsage {
    margin-left: 0; }
.navigation .sublist.not-found {
  display: none;
  text-align: center; }
  .navigation .sublist.not-found .header {
    margin: 16px 12px 12px;
    color: #8D8D8D;
    font-weight: 400; }

/**
 * @author: Handsoncode
 */
hr {
  height: 0;
  border: solid #d7d7d7;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 0 1.1875rem; }

i.fa-external-link {
  font-size: 11px; }

a.button, a.button:hover {
  color: #fff; }

.c-orange {
  color: #FF9800; }

.c-green {
  color: #8BC34A; }

.c-blue {
  color: #0091EA; }

.c-lightblue {
  color: #03A9F4; }

.c-brown {
  color: #795548; }

.c-deeporange {
  color: #FF5722; }

.c-bluegrey {
  color: #607D8B; }

.c-pink {
  color: #C51162; }

.c-red {
  color: #D50000; }

.c-purple {
  color: #6A1B9A; }

.c-grey {
  color: #707070; }

.yellow {
  color: #FFEB3B; }

.row-grey {
  background-color: #f7f7f7; }

.row-dark-grey {
  background-color: #222; }

.row-blue {
  background-color: #07A1E2; }

.row-lightgreen {
  background-color: #00B8D4; }

.row-silvergrey {
  background-color: #455A64; }

/**
 * @author: Handsoncode
 */
.static-content {
  position: relative; }
  .static-content h3 {
    margin: 60px 0 24px;
    padding-bottom: 12px;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.5;
    border-bottom: 1px solid #edeef0; }
    .static-content h3:first-of-type {
      margin-top: 40px; }
  .static-content .head-gap {
    margin-top: 1rem; }
  .static-content .edit-doc {
    margin-top: 20px;
    display: block; }
  .static-content .alert-box {
    margin-bottom: 20px;
    padding: 18px 24px;
    font-size: 15px;
    border-radius: 4px;
    background-color: #fbfbfb; }
    .static-content .alert-box.warn {
      border-left: 4px solid #E87677; }
    .static-content .alert-box.info {
      border-left: 4px solid #039be5; }
  .static-content .codeLayout {
    margin-top: 40px;
    position: relative;
    z-index: 0;
    overflow: auto; }
  .static-content .buttons {
    margin-bottom: 0.3rem;
    position: absolute;
    top: 4px;
    right: 6px;
    z-index: 10; }
  .static-content .buttons button, .static-content button.intext-btn {
    padding: .3rem .5rem .31rem;
    color: #fff;
    font-size: 13px;
    border: none;
    background: #9e9e9e; }
    .static-content .buttons button.jsFiddleLink, .static-content button.intext-btn.jsFiddleLink {
      background-color: #8BC34A; }
    .static-content .buttons button.green, .static-content button.intext-btn.green {
      background-color: #0bab50; }
    .static-content .buttons button.jsFiddleLink:hover, .static-content button.intext-btn.jsFiddleLink:hover {
      background-color: #7CB342; }
    .static-content .buttons button.dump, .static-content button.intext-btn.dump {
      background-color: #607D8B; }
    .static-content .buttons button.dump:hover, .static-content button.intext-btn.dump:hover {
      background-color: #546E7A; }
  .static-content button:hover {
    background-color: #b2b2b2; }
  .static-content button i.fa {
    margin-right: 0.4rem; }
  .static-content .index-list {
    margin: 50px 0 0; }
    .static-content .index-list ul > li {
      margin-left: 3rem; }
  .static-content code {
    margin: 0 2px;
    padding: 0.2rem 0.3rem;
    display: inline;
    font-weight: 400;
    border: none;
    background-color: #f7f7f7; }
  .static-content pre code {
    padding: 0.5rem 1rem;
    border: none;
    display: block;
    font-family: Consolas, "Liberation Mono", Courier, monospace; }
  .static-content code.hljs {
    margin-top: 0;
    padding: 1rem; }
  .static-content .codeLayout code.hljs {
    padding: 0.8rem 0.5rem; }
  .static-content #positions {
    font-size: 13px; }
  .static-content input[type="search"],
  .static-content input[type="number"] {
    width: 219px;
    margin: 1rem 0;
    padding: 0.3rem 0.5rem; }
  .static-content .checklist {
    margin-bottom: 1rem; }
    .static-content .checklist label {
      margin: 0.5rem 1rem 0.5rem 0;
      font-size: 13px;
      display: inline; }
    .static-content .checklist input[type="checkbox"] {
      margin: -3px 0.2rem 0 0;
      vertical-align: middle; }
  .static-content .part-left-container {
    margin: 2rem 0; }
    .static-content .part-left-container > div {
      width: 35%;
      float: left; }
    .static-content .part-left-container.callbacks-container {
      margin-bottom: 0; }
    .static-content .part-left-container.callbacks-container > div {
      width: 50%; }
    .static-content .part-left-container #example1_events {
      height: 165px;
      padding: 0.5rem;
      overflow: auto;
      font-size: 11px;
      border: 1px solid #CCC; }
    .static-content .part-left-container #graphael-example {
      text-align: center; }
    .static-content .part-left-container .aggregation p {
      font-size: 13px; }
  .static-content .clear-log {
    margin-top: 0.5rem;
    text-align: right; }
  .static-content #hooksList {
    padding: 0; }
    .static-content #hooksList li {
      width: 50%;
      margin: 0;
      float: left;
      font-size: 13px;
      list-style: none; }
    .static-content #hooksList input[type="checkbox"] {
      margin-right: 0.5rem;
      position: relative;
      top: 2px; }
  .static-content .error-container {
    margin-top: 4rem; }
    .static-content .error-container h1, .static-content .error-container h3 {
      margin-top: 0.5rem;
      text-align: center; }
    .static-content .error-container h3 {
      font-style: italic; }
    .static-content .error-container .hot {
      margin: 3rem auto 0; }
    .static-content .error-container .cell-dark {
      background-color: #222; }

/*# sourceMappingURL=main.css.map */
