darkwallet/darkwallet

View on GitHub
src/css/app.css

Summary

Maintainability
Test Coverage
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

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

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
  text-transform: none; }

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

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

meta.foundation-version {
  font-family: "/5.3.3/"; }

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

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

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

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

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

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  font-size: 100%; }

body {
  background: #000;
  color: #fff;
  padding: 0;
  margin: 0;
  font-family: "ClearSans", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 150%;
  position: relative;
  cursor: default; }

a:hover {
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img, #map_canvas embed, #map_canvas object, .map_canvas img, .map_canvas embed, .map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.hide {
  display: none; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 75rem; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    width: auto;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

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

[class*="column"] + [class*="column"]:last-child {
  float: right; }

[class*="column"] + [class*="column"].end {
  float: left; }

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .small-push-1 {
    position: relative;
    left: 8.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.625rem;
    padding-right: 0.625rem;
    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 {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.small-centered, .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.small-uncentered, .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.small-centered:last-child, .columns.small-centered:last-child {
    float: none; }
  .column.small-uncentered:last-child, .columns.small-uncentered:last-child {
    float: left; }
  .column.small-uncentered.opposite, .columns.small-uncentered.opposite {
    float: right; } }

@media only screen and (min-width:40.063em) {
  .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.625rem;
    padding-right: 0.625rem;
    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 {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.medium-centered, .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.medium-uncentered, .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.medium-centered:last-child, .columns.medium-centered:last-child {
    float: none; }
  .column.medium-uncentered:last-child, .columns.medium-uncentered:last-child {
    float: left; }
  .column.medium-uncentered.opposite, .columns.medium-uncentered.opposite {
    float: right; }
  .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.063em) {
  .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.625rem;
    padding-right: 0.625rem;
    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 {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.large-centered, .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.large-uncentered, .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.large-centered:last-child, .columns.large-centered:last-child {
    float: none; }
  .column.large-uncentered:last-child, .columns.large-uncentered:last-child {
    float: left; }
  .column.large-uncentered.opposite, .columns.large-uncentered.opposite {
    float: right; }
  .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; } }

.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: 400;
  margin-bottom: 1.25rem;
  position: relative;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  font-size: 0.8125rem;
  transition: opacity 300ms ease-out;
  background-color: rgba(30, 190, 90, 0.9);
  border-color: rgba(25, 163, 76, 0.9);
  color: #fff; }
  .alert-box .close {
    font-size: 1.375rem;
    padding: 9px 6px 4px;
    line-height: 0;
    position: absolute;
    top: 50%;
    margin-top: -0.6875rem;
    right: 0.25rem;
    color: #333;
    opacity: 0.3; }
    .alert-box .close:hover, .alert-box .close:focus {
      opacity: 0.5; }
  .alert-box.radius {
    border-radius: 3px; }
  .alert-box.round {
    border-radius: 1000px; }
  .alert-box.success {
    background-color: #43AC6A;
    border-color: #3a945b;
    color: #fff; }
  .alert-box.alert {
    background-color: #c92441;
    border-color: #ad1f39;
    color: #fff; }
  .alert-box.secondary {
    background-color: #333;
    border-color: #2c2c2c;
    color: #fff; }
  .alert-box.warning {
    background-color: #f08a24;
    border-color: #de770f;
    color: #fff; }
  .alert-box.info {
    background-color: #a0d3e8;
    border-color: #74bfdd;
    color: #111111; }
  .alert-box.alert-close {
    opacity: 0; }

[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;
    height: auto;
    float: left;
    padding: 0 0.625rem 1.25rem; }

@media only screen {
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .small-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .small-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .small-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .small-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .small-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .small-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .small-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .small-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .small-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .small-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .small-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .small-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .small-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .small-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .small-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .small-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .small-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .small-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .small-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .small-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .small-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .small-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width:40.063em) {
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .medium-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .medium-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .medium-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .medium-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .medium-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .medium-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .medium-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .medium-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .medium-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .medium-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .medium-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .medium-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .medium-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .medium-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .medium-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .medium-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .medium-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .medium-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width:64.063em) {
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .large-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .large-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .large-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .large-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .large-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .large-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .large-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .large-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .large-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .large-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .large-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .large-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .large-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .large-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .large-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .large-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .large-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .large-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .large-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .large-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .large-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .large-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

button, .button {
  border-style: none;
  border-width: 0px;
  cursor: pointer;
  font-family: "ClearSans", sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: rgba(30, 190, 90, 0.9);
  border-color: rgba(24, 152, 70, 0.9);
  color: #fff;
  transition: background-color 300ms ease-out; }
  button:hover, button:focus, .button:hover, .button:focus {
    background-color: rgba(24, 152, 70, 0.9); }
  button:hover, button:focus, .button:hover, .button:focus {
    color: #fff; }
  button.secondary, .button.secondary {
    background-color: #333;
    border-color: #292929;
    color: #fff; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      background-color: #292929; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      color: #fff; }
  button.success, .button.success {
    background-color: #43AC6A;
    border-color: #368a54;
    color: #fff; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      background-color: #368a54; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      color: #fff; }
  button.alert, .button.alert {
    background-color: #c92441;
    border-color: #a11d35;
    color: #fff; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      background-color: #a11d35; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      color: #fff; }
  button.large, .button.large {
    padding-top: 1.125rem;
    padding-right: 2.25rem;
    padding-bottom: 1.1875rem;
    padding-left: 2.25rem;
    font-size: 1.25rem; }
  button.small, .button.small {
    padding-top: 0.875rem;
    padding-right: 1.75rem;
    padding-bottom: 0.9375rem;
    padding-left: 1.75rem;
    font-size: 0.8125rem; }
  button.tiny, .button.tiny {
    padding-top: 0.625rem;
    padding-right: 1.25rem;
    padding-bottom: 0.6875rem;
    padding-left: 1.25rem;
    font-size: 0.6875rem; }
  button.expand, .button.expand {
    padding-right: 0;
    padding-left: 0;
    width: 100%; }
  button.left-align, .button.left-align {
    text-align: left;
    text-indent: 0.75rem; }
  button.right-align, .button.right-align {
    text-align: right;
    padding-right: 0.75rem; }
  button.radius, .button.radius {
    border-radius: 3px; }
  button.round, .button.round {
    border-radius: 1000px; }
  button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: rgba(30, 190, 90, 0.9);
    border-color: rgba(24, 152, 70, 0.9);
    color: #fff;
    cursor: default;
    opacity: 0.4;
    box-shadow: none; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: rgba(24, 152, 70, 0.9); }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      color: #fff; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: rgba(30, 190, 90, 0.9); }
    button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
      background-color: #333;
      border-color: #292929;
      color: #fff;
      cursor: default;
      opacity: 0.4;
      box-shadow: none; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #292929; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        color: #fff; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #333; }
    button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
      background-color: #43AC6A;
      border-color: #368a54;
      color: #fff;
      cursor: default;
      opacity: 0.4;
      box-shadow: none; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #368a54; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        color: #fff; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #43AC6A; }
    button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
      background-color: #c92441;
      border-color: #a11d35;
      color: #fff;
      cursor: default;
      opacity: 0.4;
      box-shadow: none; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #a11d35; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        color: #fff; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #c92441; }

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

@media only screen and (min-width:40.063em) {
  button, .button {
    display: inline-block; } }

.button-group {
  list-style: none;
  margin: 0;
  left: 0; }
  .button-group:before, .button-group:after {
    content: " ";
    display: table; }
  .button-group:after {
    clear: both; }
  .button-group > li {
    margin: 0;
    float: left; }
    .button-group > li > button, .button-group > li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group > li:first-child button, .button-group > li:first-child .button {
      border-left: 0; }
    .button-group > li:first-child {
      margin-left: 0; }
  .button-group.radius > * > button, .button-group.radius > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5); }
  .button-group.radius > *:first-child button, .button-group.radius > *:first-child .button {
    border-left: 0; }
  .button-group.radius > *, .button-group.radius > * > a, .button-group.radius > * > button, .button-group.radius > * > .button {
    border-radius: 0; }
  .button-group.radius > *:first-child, .button-group.radius > *:first-child > a, .button-group.radius > *:first-child > button, .button-group.radius > *:first-child > .button {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }
  .button-group.radius > *:last-child, .button-group.radius > *:last-child > a, .button-group.radius > *:last-child > button, .button-group.radius > *:last-child > .button {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
  .button-group.round > * > button, .button-group.round > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5); }
  .button-group.round > *:first-child button, .button-group.round > *:first-child .button {
    border-left: 0; }
  .button-group.round > *, .button-group.round > * > a, .button-group.round > * > button, .button-group.round > * > .button {
    border-radius: 0; }
  .button-group.round > *:first-child, .button-group.round > *:first-child > a, .button-group.round > *:first-child > button, .button-group.round > *:first-child > .button {
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px; }
  .button-group.round > *:last-child, .button-group.round > *:last-child > a, .button-group.round > *:last-child > button, .button-group.round > *:last-child > .button {
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px; }
  .button-group.even-2 li {
    width: 50%; }
    .button-group.even-2 li > button, .button-group.even-2 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-2 li:first-child button, .button-group.even-2 li:first-child .button {
      border-left: 0; }
    .button-group.even-2 li button, .button-group.even-2 li .button {
      width: 100%; }
  .button-group.even-3 li {
    width: 33.33333%; }
    .button-group.even-3 li > button, .button-group.even-3 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-3 li:first-child button, .button-group.even-3 li:first-child .button {
      border-left: 0; }
    .button-group.even-3 li button, .button-group.even-3 li .button {
      width: 100%; }
  .button-group.even-4 li {
    width: 25%; }
    .button-group.even-4 li > button, .button-group.even-4 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-4 li:first-child button, .button-group.even-4 li:first-child .button {
      border-left: 0; }
    .button-group.even-4 li button, .button-group.even-4 li .button {
      width: 100%; }
  .button-group.even-5 li {
    width: 20%; }
    .button-group.even-5 li > button, .button-group.even-5 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-5 li:first-child button, .button-group.even-5 li:first-child .button {
      border-left: 0; }
    .button-group.even-5 li button, .button-group.even-5 li .button {
      width: 100%; }
  .button-group.even-6 li {
    width: 16.66667%; }
    .button-group.even-6 li > button, .button-group.even-6 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-6 li:first-child button, .button-group.even-6 li:first-child .button {
      border-left: 0; }
    .button-group.even-6 li button, .button-group.even-6 li .button {
      width: 100%; }
  .button-group.even-7 li {
    width: 14.28571%; }
    .button-group.even-7 li > button, .button-group.even-7 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-7 li:first-child button, .button-group.even-7 li:first-child .button {
      border-left: 0; }
    .button-group.even-7 li button, .button-group.even-7 li .button {
      width: 100%; }
  .button-group.even-8 li {
    width: 12.5%; }
    .button-group.even-8 li > button, .button-group.even-8 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-8 li:first-child button, .button-group.even-8 li:first-child .button {
      border-left: 0; }
    .button-group.even-8 li button, .button-group.even-8 li .button {
      width: 100%; }

.button-bar:before, .button-bar:after {
  content: " ";
  display: table; }
.button-bar:after {
  clear: both; }
.button-bar .button-group {
  float: left;
  margin-right: 0.625rem; }
  .button-bar .button-group div {
    overflow: hidden; }

/* Foundation Dropdowns */
.f-dropdown {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: #fff;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 99;
  margin-top: 2px;
  max-width: 200px; }
  .f-dropdown > *:first-child {
    margin-top: 0; }
  .f-dropdown > *:last-child {
    margin-bottom: 0; }
  .f-dropdown:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent #fff transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -12px;
    left: 10px;
    z-index: 99; }
  .f-dropdown:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 7px;
    border-color: transparent transparent #cccccc transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -14px;
    left: 9px;
    z-index: 98; }
  .f-dropdown.right:before {
    left: auto;
    right: 10px; }
  .f-dropdown.right:after {
    left: auto;
    right: 9px; }
  .f-dropdown.drop-right {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    width: 100%;
    max-height: none;
    height: auto;
    background: #fff;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    z-index: 99;
    margin-top: 0;
    margin-left: 2px;
    max-width: 200px; }
    .f-dropdown.drop-right > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-right > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-right:before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 6px;
      border-color: transparent #fff transparent transparent;
      border-right-style: solid;
      position: absolute;
      top: 10px;
      left: -12px;
      z-index: 99; }
    .f-dropdown.drop-right:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 7px;
      border-color: transparent #cccccc transparent transparent;
      border-right-style: solid;
      position: absolute;
      top: 9px;
      left: -14px;
      z-index: 98; }
  .f-dropdown.drop-left {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    width: 100%;
    max-height: none;
    height: auto;
    background: #fff;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    z-index: 99;
    margin-top: 0;
    margin-left: -2px;
    max-width: 200px; }
    .f-dropdown.drop-left > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-left > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-left:before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 6px;
      border-color: transparent transparent transparent #fff;
      border-left-style: solid;
      position: absolute;
      top: 10px;
      right: -12px;
      left: auto;
      z-index: 99; }
    .f-dropdown.drop-left:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 7px;
      border-color: transparent transparent transparent #cccccc;
      border-left-style: solid;
      position: absolute;
      top: 9px;
      right: -14px;
      left: auto;
      z-index: 98; }
  .f-dropdown.drop-top {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    width: 100%;
    max-height: none;
    height: auto;
    background: #fff;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    z-index: 99;
    margin-top: -2px;
    margin-left: 0;
    max-width: 200px; }
    .f-dropdown.drop-top > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-top > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-top:before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 6px;
      border-color: #fff transparent transparent transparent;
      border-top-style: solid;
      position: absolute;
      top: auto;
      bottom: -12px;
      left: 10px;
      right: auto;
      z-index: 99; }
    .f-dropdown.drop-top:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 7px;
      border-color: #cccccc transparent transparent transparent;
      border-top-style: solid;
      position: absolute;
      top: auto;
      bottom: -14px;
      left: 9px;
      right: auto;
      z-index: 98; }
  .f-dropdown li {
    font-size: 0.875rem;
    cursor: pointer;
    line-height: 1.125rem;
    margin: 0; }
    .f-dropdown li:hover, .f-dropdown li:focus {
      background: #eeeeee; }
    .f-dropdown li a {
      display: block;
      padding: 0.5rem;
      color: #555; }
  .f-dropdown.content {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    padding: 1.25rem;
    width: 100%;
    height: auto;
    max-height: none;
    background: #fff;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    z-index: 99;
    max-width: 200px; }
    .f-dropdown.content > *:first-child {
      margin-top: 0; }
    .f-dropdown.content > *:last-child {
      margin-bottom: 0; }
  .f-dropdown.tiny {
    max-width: 200px; }
  .f-dropdown.small {
    max-width: 300px; }
  .f-dropdown.medium {
    max-width: 500px; }
  .f-dropdown.large {
    max-width: 800px; }

/* Standard Forms */
form {
  margin: 0 0 1rem; }

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5rem; }
  form .row .row .column, form .row .row .columns {
    padding: 0 0.5rem; }
  form .row .row.collapse {
    margin: 0; }
    form .row .row.collapse .column, form .row .row.collapse .columns {
      padding: 0; }
    form .row .row.collapse input {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }
form .row input.column, form .row input.columns, form .row textarea.column, form .row textarea.columns {
  padding-left: 0.5rem; }

/* Label Styles */
label {
  font-size: 1rem;
  color: white;
  cursor: pointer;
  display: block;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */ }
  label.right {
    float: none !important;
    text-align: right; }
  label.inline {
    margin: 0 0 1rem 0;
    padding: 0.5625rem 0; }
  label small {
    text-transform: capitalize;
    color: white; }

select::-ms-expand {
  display: none; }

/* Attach elements to the beginning or end of an input */
.prefix, .postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: none;
  border-width: 1px;
  overflow: hidden;
  font-size: 1rem;
  height: 2.4375rem;
  line-height: 2.4375rem; }

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none; }

.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none; }

.prefix.button.radius {
  border-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.postfix.button.radius {
  border-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.prefix.button.round {
  border-radius: 0;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

.postfix.button.round {
  border-radius: 0;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: rgba(255, 255, 255, 0.2);
  border-right: none;
  color: white;
  border-color: #cccccc; }
  span.prefix.radius, label.prefix.radius {
    border-radius: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }

span.postfix, label.postfix {
  background: rgba(255, 255, 255, 0.2);
  border-left: none;
  color: white;
  border-color: #cccccc; }
  span.postfix.radius, label.postfix.radius {
    border-radius: 0;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }

/* We use this to get basic styling on all basic form elements */
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background-color: #3c3c3c;
  font-family: inherit;
  border: 1px solid transparent;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: white;
  display: block;
  font-size: 1rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 2.4375rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.15s linear; }
  input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus {
    background: #282828;
    border-color: #565656;
    outline: none; }
  input[type="text"]:disabled, input[type="password"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="month"]:disabled, input[type="week"]:disabled, input[type="email"]:disabled, input[type="number"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, textarea:disabled {
    background-color: #000;
    cursor: default; }
  input[type="text"][disabled], input[type="text"][readonly], fieldset[disabled] input[type="text"], input[type="password"][disabled], input[type="password"][readonly], fieldset[disabled] input[type="password"], input[type="date"][disabled], input[type="date"][readonly], fieldset[disabled] input[type="date"], input[type="datetime"][disabled], input[type="datetime"][readonly], fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly], fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], input[type="month"][readonly], fieldset[disabled] input[type="month"], input[type="week"][disabled], input[type="week"][readonly], fieldset[disabled] input[type="week"], input[type="email"][disabled], input[type="email"][readonly], fieldset[disabled] input[type="email"], input[type="number"][disabled], input[type="number"][readonly], fieldset[disabled] input[type="number"], input[type="search"][disabled], input[type="search"][readonly], fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly], fieldset[disabled] input[type="tel"], input[type="time"][disabled], input[type="time"][readonly], fieldset[disabled] input[type="time"], input[type="url"][disabled], input[type="url"][readonly], fieldset[disabled] input[type="url"], textarea[disabled], textarea[readonly], fieldset[disabled] textarea {
    background-color: #000;
    cursor: default; }
  input[type="text"].radius, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, textarea.radius {
    border-radius: 3px; }

input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0px; }

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto; }

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  -webkit-border-radius: 0px;
  background-color: #3c3c3c;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border: 1px solid transparent;
  padding: 0.5rem;
  font-size: 1rem;
  color: white;
  line-height: normal;
  border-radius: 0;
  height: 2.4375rem; }
  select.radius {
    border-radius: 3px; }
  select:hover {
    background-color: #3a3a3a;
    border-color: #565656; }
  select:disabled {
    background-color: #000;
    cursor: default; }

/* Adjust margin for form elements below */
input[type="file"], input[type="checkbox"], input[type="radio"], select {
  margin: 0 0 1rem 0; }

input[type="checkbox"] + label, input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }

/* Normalize file input width */
input[type="file"] {
  width: 100%; }

/* HTML5 Number spinners settings */


/* We add basic fieldset styling */
fieldset {
  border: 1px solid #ddd;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  fieldset legend {
    font-weight: bold;
    background: #fff;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: 400;
  font-style: italic;
  background: #c92441;
  color: #fff; }
[data-abide] span.error, [data-abide] small.error {
  display: none; }

span.error, small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: 400;
  font-style: italic;
  background: #c92441;
  color: #fff; }

.error input, .error textarea, .error select {
  margin-bottom: 0; }
.error input[type="checkbox"], .error input[type="radio"] {
  margin-bottom: 1rem; }
.error label, .error label.error {
  color: #c92441; }
.error small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: 400;
  font-style: italic;
  background: #c92441;
  color: #fff; }
.error > label > small {
  color: white;
  background: transparent;
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline; }
.error span.error-message {
  display: block; }

input.error, textarea.error, select.error {
  margin-bottom: 0; }

label.error {
  color: #c92441; }

.icon-bar {
  width: 100%;
  font-size: 0;
  display: inline-block;
  background: #333; }
  .icon-bar > * {
    text-align: center;
    font-size: 1rem;
    width: 25%;
    margin: 0 auto;
    display: block;
    padding: 1.25rem;
    float: left; }
    .icon-bar > * i, .icon-bar > * img {
      display: block;
      margin: 0 auto; }
      .icon-bar > * i + label, .icon-bar > * img + label {
        margin-top: 0.0625rem; }
    .icon-bar > * i {
      font-size: 1.875rem;
      vertical-align: middle; }
    .icon-bar > * img {
      width: 1.875rem;
      height: 1.875rem; }
  .icon-bar.label-right > * i, .icon-bar.label-right > * img {
    margin: 0 0.0625rem 0 0;
    display: inline-block; }
    .icon-bar.label-right > * i + label, .icon-bar.label-right > * img + label {
      margin-top: 0; }
  .icon-bar.label-right > * label {
    display: inline-block; }
  .icon-bar.vertical.label-right > * {
    text-align: left; }
  .icon-bar.vertical {
    height: 100%;
    width: auto; }
    .icon-bar.vertical .item {
      width: auto;
      margin: auto;
      float: none; }
  .icon-bar > * {
    font-size: 1rem;
    padding: 1.25rem; }
    .icon-bar > * i + label, .icon-bar > * img + label {
      margin-top: 0.0625rem; }
    .icon-bar > * i {
      font-size: 1.875rem; }
    .icon-bar > * img {
      width: 1.875rem;
      height: 1.875rem; }
  .icon-bar > *:hover {
    background: rgba(30, 190, 90, 0.9); }
  .icon-bar > * label {
    color: #fff; }
  .icon-bar > * i {
    color: #fff; }

.icon-bar.two-up .item {
  width: 50%; }
.icon-bar.two-up.vertical .item {
  width: auto; }
.icon-bar.three-up .item {
  width: 33.3333%; }
.icon-bar.three-up.vertical .item {
  width: auto; }
.icon-bar.four-up .item {
  width: 25%; }
.icon-bar.four-up.vertical .item {
  width: auto; }
.icon-bar.five-up .item {
  width: 20%; }
.icon-bar.five-up.vertical .item {
  width: auto; }
.icon-bar.six-up .item {
  width: 16.66667%; }
.icon-bar.six-up.vertical .item {
  width: auto; }

.inline-list {
  margin: 0 auto 1.0625rem auto;
  margin-left: -1.375rem;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden; }
  .inline-list > li {
    list-style: none;
    float: left;
    margin-left: 1.375rem;
    display: block; }
    .inline-list > li > * {
      display: block; }

.label {
  font-weight: 400;
  font-family: "ClearSans", sans-serif;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  margin-bottom: inherit;
  padding: 0.25rem 0.5rem 0.375rem;
  font-size: 0.6875rem;
  background-color: rgba(30, 190, 90, 0.9);
  color: #fff; }
  .label.radius {
    border-radius: 3px; }
  .label.round {
    border-radius: 1000px; }
  .label.alert {
    background-color: #c92441;
    color: #fff; }
  .label.warning {
    background-color: #f08a24;
    color: #fff; }
  .label.success {
    background-color: #43AC6A;
    color: #fff; }
  .label.secondary {
    background-color: #333;
    color: #fff; }

ul.pagination {
  display: block;
  min-height: 1.5rem;
  margin-left: -0.3125rem; }
  ul.pagination li {
    height: 1.5rem;
    color: #222;
    font-size: 0.875rem;
    margin-left: 0.3125rem; }
    ul.pagination li a, ul.pagination li button {
      display: block;
      padding: 0.0625rem 0.625rem 0.0625rem;
      color: #999;
      background: none;
      border-radius: 3px;
      font-weight: normal;
      font-size: 1em;
      line-height: inherit;
      transition: background-color 300ms ease-out; }
    ul.pagination li:hover a, ul.pagination li a:focus, ul.pagination li:hover button, ul.pagination li button:focus {
      background: #e6e6e6; }
    ul.pagination li.unavailable a, ul.pagination li.unavailable button {
      cursor: default;
      color: #999; }
    ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus, ul.pagination li.unavailable:hover button, ul.pagination li.unavailable button:focus {
      background: transparent; }
    ul.pagination li.current a, ul.pagination li.current button {
      background: rgba(30, 190, 90, 0.9);
      color: #fff;
      font-weight: bold;
      cursor: default; }
      ul.pagination li.current a:hover, ul.pagination li.current a:focus, ul.pagination li.current button:hover, ul.pagination li.current button:focus {
        background: rgba(30, 190, 90, 0.9); }
  ul.pagination li {
    float: left;
    display: block; }

/* Pagination centred wrapper */
.pagination-centered {
  text-align: center; }
  .pagination-centered ul.pagination li {
    float: none;
    display: inline-block; }

/* Panels */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #1d1d1d;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #202020; }
  .panel > :first-child {
    margin-top: 0; }
  .panel > :last-child {
    margin-bottom: 0; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p, .panel li, .panel dl {
    color: #fff; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
    line-height: 1;
    margin-bottom: 0.625rem; }
    .panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
      line-height: 1.4; }
  .panel.callout {
    border-style: solid;
    border-width: 1px;
    border-color: rgba(193, 245, 211, 0.9);
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: rgba(239, 252, 244, 0.9); }
    .panel.callout > :first-child {
      margin-top: 0; }
    .panel.callout > :last-child {
      margin-bottom: 0; }
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p, .panel.callout li, .panel.callout dl {
      color: #333; }
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
      line-height: 1;
      margin-bottom: 0.625rem; }
      .panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
        line-height: 1.4; }
    .panel.callout a:not(.button) {
      color: rgba(30, 190, 90, 0.9); }
  .panel.radius {
    border-radius: 3px; }

/* Progress Bar */
.progress {
  background-color: #000;
  height: 1.875rem;
  border: 1px none white;
  padding: 0.0625rem;
  margin-bottom: 0.625rem; }
  .progress .meter {
    background: rgba(30, 190, 90, 0.9);
    height: 100%;
    display: block; }
  .progress.secondary .meter {
    background: #333;
    height: 100%;
    display: block; }
  .progress.success .meter {
    background: #43AC6A;
    height: 100%;
    display: block; }
  .progress.alert .meter {
    background: #c92441;
    height: 100%;
    display: block; }
  .progress.radius {
    border-radius: 3px; }
    .progress.radius .meter {
      border-radius: 2px; }
  .progress.round {
    border-radius: 1000px; }
    .progress.round .meter {
      border-radius: 999px; }

.range-slider {
  display: block;
  position: relative;
  width: 100%;
  height: 1rem;
  border: 1px solid #ddd;
  margin: 1.25rem 0;
  -ms-touch-action: none;
  touch-action: none;
  background: #fafafa; }
  .range-slider.vertical-range {
    display: block;
    position: relative;
    width: 100%;
    height: 1rem;
    border: 1px solid #ddd;
    margin: 1.25rem 0;
    -ms-touch-action: none;
    touch-action: none;
    display: inline-block;
    width: 1rem;
    height: 12.5rem; }
    .range-slider.vertical-range .range-slider-handle {
      margin-top: 0;
      margin-left: -0.5rem;
      position: absolute;
      bottom: -10.5rem; }
    .range-slider.vertical-range .range-slider-active-segment {
      width: 0.875rem;
      height: auto;
      bottom: 0; }
  .range-slider.radius {
    background: #fafafa;
    border-radius: 3px; }
    .range-slider.radius .range-slider-handle {
      background: rgba(30, 190, 90, 0.9);
      border-radius: 3px; }
      .range-slider.radius .range-slider-handle:hover {
        background: rgba(26, 167, 78, 0.9); }
  .range-slider.round {
    background: #fafafa;
    border-radius: 1000px; }
    .range-slider.round .range-slider-handle {
      background: rgba(30, 190, 90, 0.9);
      border-radius: 1000px; }
      .range-slider.round .range-slider-handle:hover {
        background: rgba(26, 167, 78, 0.9); }
  .range-slider.disabled, .range-slider[disabled] {
    background: #fafafa;
    cursor: default;
    opacity: 0.7; }
    .range-slider.disabled .range-slider-handle, .range-slider[disabled] .range-slider-handle {
      background: rgba(30, 190, 90, 0.9);
      cursor: default;
      opacity: 0.7; }
      .range-slider.disabled .range-slider-handle:hover, .range-slider[disabled] .range-slider-handle:hover {
        background: rgba(26, 167, 78, 0.9); }

.range-slider-active-segment {
  display: inline-block;
  position: absolute;
  height: 0.875rem;
  background: #323232; }

.range-slider-handle {
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: -0.3125rem;
  width: 2rem;
  height: 1.375rem;
  border: 1px solid none;
  cursor: pointer;
  background: rgba(30, 190, 90, 0.9); }
  .range-slider-handle:hover {
    background: rgba(26, 167, 78, 0.9); }

.side-nav {
  display: block;
  margin: 0;
  padding: 0.875rem 0;
  list-style-type: none;
  list-style-position: outside;
  font-family: "ClearSans", sans-serif; }
  .side-nav li {
    margin: 0 0 0.4375rem 0;
    font-size: 0.875rem; }
    .side-nav li a:not(.button) {
      display: block;
      color: rgba(30, 190, 90, 0.9);
      margin: 0;
      padding: 0.4375rem 0.875rem; }
      .side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus {
        background: rgba(0, 0, 0, 0.025);
        color: rgba(79, 227, 133, 0.9); }
    .side-nav li.active > a:first-child:not(.button) {
      color: white;
      font-weight: 400;
      font-family: "ClearSans", sans-serif; }
    .side-nav li.divider {
      border-top: 1px solid;
      height: 0;
      padding: 0;
      list-style: none;
      border-top-color: white; }
    .side-nav li.heading {
      color: rgba(30, 190, 90, 0.9);
      font-size: 0.875rem;
      font-weight: bold;
      text-transform: uppercase; }

.sub-nav {
  display: block;
  width: auto;
  overflow: hidden;
  margin: -0.25rem 0 1.125rem;
  padding-top: 0.25rem;
  margin-right: 0;
  margin-left: -0.75rem; }
  .sub-nav dt {
    text-transform: uppercase; }
  .sub-nav dt, .sub-nav dd, .sub-nav li {
    float: left;
    display: inline;
    margin-left: 1rem;
    margin-bottom: 0.625rem;
    font-family: "ClearSans", sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    color: #999; }
    .sub-nav dt a, .sub-nav dd a, .sub-nav li a {
      text-decoration: none;
      color: #999;
      padding: 0.1875rem 1rem; }
      .sub-nav dt a:hover, .sub-nav dd a:hover, .sub-nav li a:hover {
        color: #737373; }
    .sub-nav dt.active a, .sub-nav dd.active a, .sub-nav li.active a {
      border-radius: 3px;
      font-weight: 400;
      background: rgba(30, 190, 90, 0.9);
      padding: 0.1875rem 1rem;
      cursor: default;
      color: #fff; }
      .sub-nav dt.active a:hover, .sub-nav dd.active a:hover, .sub-nav li.active a:hover {
        background: rgba(25, 163, 76, 0.9); }

div.switch label {
  display: block;
  margin-bottom: 1rem;
  position: relative;
  color: transparent;
  background: #ddd;
  text-indent: 100%;
  width: 4rem;
  height: 2rem;
  cursor: pointer;
  transition: left 0.15s ease-out; }
div.switch input {
  display: none; }
  div.switch input + label {
    margin-left: 0;
    margin-right: 0; }
div.switch label:after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out; }
div.switch input:checked + label {
  background: rgba(30, 190, 90, 0.9); }
div.switch input:checked + label:after {
  left: 2.25rem; }
div.switch label {
  width: 4rem;
  height: 2rem; }
div.switch label:after {
  width: 1.5rem;
  height: 1.5rem; }
div.switch input:checked + label:after {
  left: 2.25rem; }
div.switch label {
  color: transparent;
  background: #ddd; }
div.switch label:after {
  background: #fff; }
div.switch input:checked + label {
  background: rgba(30, 190, 90, 0.9); }
div.switch.large label {
  width: 5rem;
  height: 2.5rem; }
div.switch.large label:after {
  width: 2rem;
  height: 2rem; }
div.switch.large input:checked + label:after {
  left: 2.75rem; }
div.switch.small label {
  width: 3.5rem;
  height: 1.75rem; }
div.switch.small label:after {
  width: 1.25rem;
  height: 1.25rem; }
div.switch.small input:checked + label:after {
  left: 2rem; }
div.switch.tiny label {
  width: 3rem;
  height: 1.5rem; }
div.switch.tiny label:after {
  width: 1rem;
  height: 1rem; }
div.switch.tiny input:checked + label:after {
  left: 1.75rem; }
div.switch.radius label {
  border-radius: 4px; }
div.switch.radius label:after {
  border-radius: 3px; }
div.switch.round {
  border-radius: 1000px; }
  div.switch.round label {
    border-radius: 2rem; }
  div.switch.round label:after {
    border-radius: 2rem; }

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

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

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

.text-justify {
  text-align: justify !important; }

@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important; }
  .small-only-text-right {
    text-align: right !important; }
  .small-only-text-center {
    text-align: center !important; }
  .small-only-text-justify {
    text-align: justify !important; } }

@media only screen {
  .small-text-left {
    text-align: left !important; }
  .small-text-right {
    text-align: right !important; }
  .small-text-center {
    text-align: center !important; }
  .small-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:40.063em) and (max-width:64em) {
  .medium-only-text-left {
    text-align: left !important; }
  .medium-only-text-right {
    text-align: right !important; }
  .medium-only-text-center {
    text-align: center !important; }
  .medium-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:40.063em) {
  .medium-text-left {
    text-align: left !important; }
  .medium-text-right {
    text-align: right !important; }
  .medium-text-center {
    text-align: center !important; }
  .medium-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:64.063em) and (max-width:90em) {
  .large-only-text-left {
    text-align: left !important; }
  .large-only-text-right {
    text-align: right !important; }
  .large-only-text-center {
    text-align: center !important; }
  .large-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:64.063em) {
  .large-text-left {
    text-align: left !important; }
  .large-text-right {
    text-align: right !important; }
  .large-text-center {
    text-align: center !important; }
  .large-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:90.063em) and (max-width:120em) {
  .xlarge-only-text-left {
    text-align: left !important; }
  .xlarge-only-text-right {
    text-align: right !important; }
  .xlarge-only-text-center {
    text-align: center !important; }
  .xlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:90.063em) {
  .xlarge-text-left {
    text-align: left !important; }
  .xlarge-text-right {
    text-align: right !important; }
  .xlarge-text-center {
    text-align: center !important; }
  .xlarge-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:120.063em) and (max-width:99999999em) {
  .xxlarge-only-text-left {
    text-align: left !important; }
  .xxlarge-only-text-right {
    text-align: right !important; }
  .xxlarge-only-text-center {
    text-align: center !important; }
  .xxlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:120.063em) {
  .xxlarge-text-left {
    text-align: left !important; }
  .xxlarge-text-right {
    text-align: right !important; }
  .xxlarge-text-center {
    text-align: center !important; }
  .xxlarge-text-justify {
    text-align: justify !important; } }

/* Typography resets */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

/* Default Link Styles */
a {
  color: rgba(30, 190, 90, 0.9);
  text-decoration: none;
  line-height: inherit; }
  a:hover, a:focus {
    color: rgba(25, 163, 76, 0.9); }
  a img {
    border: none; }

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility; }
  p.lead {
    font-size: 1.21875rem;
    line-height: 1.6; }
  p aside {
    font-size: 0.875rem;
    line-height: 1.35;
    font-style: italic; }

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: "ClearSans", sans-serif;
  font-weight: 400;
  font-style: 400;
  color: #eee;
  text-rendering: geometricPrecision;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    color: #f4f4f4;
    line-height: 0; }

h1 {
  font-size: 2.125rem; }

h2 {
  font-size: 1.6875rem; }

h3 {
  font-size: 1.375rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.125rem; }

h6 {
  font-size: 1rem; }

.subheader {
  line-height: 1.4;
  color: #f4f4f4;
  font-weight: 400;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem; }

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  height: 0; }

/* Helpful Typography Defaults */
em, i {
  font-style: italic;
  line-height: inherit; }

strong, b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

code {
  font-family: Consolas, 'Liberation Mono', Courier, monospace;
  font-weight: 400;
  color: #333;
  background-color: #c2c2c2;
  border-width: 1px;
  border-style: solid;
  border-color: #aeaeae;
  padding: 0.125rem 0.3125rem 0.0625rem; }

/* Lists */
ul, ol, dl {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  list-style-position: outside;
  font-family: inherit; }

ul {
  margin-left: 1.1rem; }
  ul.no-bullet {
    margin-left: 0; }
    ul.no-bullet li ul, ul.no-bullet li ol {
      margin-left: 1.25rem;
      margin-bottom: 0;
      list-style: none; }

/* Unordered Lists */
ul li ul, ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }
ul.square {
  list-style-type: square;
  margin-left: 1.1rem; }
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem; }
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem; }
ul.no-bullet {
  list-style: none; }

/* Ordered Lists */
ol {
  margin-left: 1.4rem; }
  ol li ul, ol li ol {
    margin-left: 1.25rem;
    margin-bottom: 0; }

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold; }
dl dd {
  margin-bottom: 0.75rem; }

/* Abbreviations */
abbr, acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #fff;
  border-bottom: 1px dotted #ddd;
  cursor: help; }

abbr {
  text-transform: none; }

/* Blockquotes */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #ddd; }
  blockquote cite {
    display: block;
    font-size: 0.8125rem;
    color: #f2f2f2; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a, blockquote cite a:visited {
      color: #f2f2f2; }

blockquote, blockquote p {
  line-height: 1.6;
  color: #f4f4f4; }

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #ddd;
  padding: 0.625rem 0.75rem; }
  .vcard li {
    margin: 0;
    display: block; }
  .vcard .fn {
    font-weight: bold;
    font-size: 0.9375rem; }

.vevent .summary {
  font-weight: bold; }
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem; }

@media only screen and (min-width:40.063em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4; }
  h1 {
    font-size: 2.75rem; }
  h2 {
    font-size: 2.3125rem; }
  h3 {
    font-size: 1.6875rem; }
  h4 {
    font-size: 1.4375rem; }
  h5 {
    font-size: 1.125rem; }
  h6 {
    font-size: 1rem; } }

/*
       * Print styles.
       *
       * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
       * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
      */
.print-only {
  display: none !important; }

@media print {
  @page {
    margin: 0.5cm; }

  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; }
  .hide-on-print {
    display: none !important; }
  .print-only {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  .show-for-print {
    display: inherit !important; } }

.tabs {
  margin-bottom: 0 !important;
  margin-left: 0; }
  .tabs:before, .tabs:after {
    content: " ";
    display: table; }
  .tabs:after {
    clear: both; }
  .tabs dd, .tabs .tab-title {
    position: relative;
    margin-bottom: 0 !important;
    list-style: none;
    float: left; }
    .tabs dd > a, .tabs .tab-title > a {
      display: block;
      background: #000;
      color: #fff;
      padding: 0.625rem 1.25rem;
      font-family: "ClearSans", sans-serif;
      font-size: 1rem; }
      .tabs dd > a:hover, .tabs .tab-title > a:hover {
        background: #2b2b2b; }
    .tabs dd.active a, .tabs .tab-title.active a {
      background: #333;
      color: #fff; }
  .tabs.radius dd:first-child a, .tabs.radius .tab:first-child a {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }
  .tabs.radius dd:last-child a, .tabs.radius .tab:last-child a {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
  .tabs.vertical dd, .tabs.vertical .tab-title {
    position: inherit;
    float: none;
    display: block;
    top: auto; }

.tabs-content {
  margin-bottom: 1.5rem;
  width: 100%; }
  .tabs-content:before, .tabs-content:after {
    content: " ";
    display: table; }
  .tabs-content:after {
    clear: both; }
  .tabs-content > .content {
    display: none;
    float: left;
    padding: 0.625rem 0;
    width: 100%; }
    .tabs-content > .content.active {
      display: block;
      float: none; }
    .tabs-content > .content.contained {
      padding: 0.625rem; }
  .tabs-content.vertical {
    display: block; }
    .tabs-content.vertical > .content {
      padding: 0 0.625rem; }

@media only screen and (min-width:40.063em) {
  .tabs.vertical {
    width: 20%;
    max-width: 20%;
    float: left;
    margin: 0 0 1.25rem; }
  .tabs-content.vertical {
    width: 80%;
    max-width: 80%;
    float: left;
    margin-left: -1px;
    padding-left: 1rem; } }

.no-js .tabs-content > .content {
  display: block;
  float: none; }

/* Tooltips */
.has-tip {
  border-bottom: dotted 1px #ccc;
  cursor: help;
  font-weight: bold;
  color: #333; }
  .has-tip:hover, .has-tip:focus {
    border-bottom: dotted 1px rgba(13, 85, 39, 0.9);
    color: rgba(30, 190, 90, 0.9); }
  .has-tip.tip-left, .has-tip.tip-right {
    float: none !important; }

.tooltip {
  display: none;
  position: absolute;
  z-index: 999;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.3;
  padding: 0.75rem;
  max-width: 300px;
  left: 50%;
  width: 100%;
  color: #fff;
  background: #333; }
  .tooltip > .nub {
    display: block;
    left: 5px;
    position: absolute;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: transparent transparent #333 transparent;
    top: -10px; }
    .tooltip > .nub.rtl {
      left: auto;
      right: 5px; }
  .tooltip.radius {
    border-radius: 3px; }
  .tooltip.round {
    border-radius: 1000px; }
    .tooltip.round > .nub {
      left: 2rem; }
  .tooltip.opened {
    color: rgba(30, 190, 90, 0.9) !important;
    border-bottom: dotted 1px rgba(13, 85, 39, 0.9) !important; }

.tap-to-close {
  display: block;
  font-size: 0.625rem;
  color: #777;
  font-weight: 400; }

@media only screen and (min-width:40.063em) {
  .tooltip > .nub {
    border-color: transparent transparent #333 transparent;
    top: -10px; }
  .tooltip.tip-top > .nub {
    border-color: #333 transparent transparent transparent;
    top: auto;
    bottom: -10px; }
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important; }
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #333;
    right: -10px;
    left: auto;
    top: 50%;
    margin-top: -5px; }
  .tooltip.tip-right > .nub {
    border-color: transparent #333 transparent transparent;
    right: auto;
    left: -10px;
    top: 50%;
    margin-top: -5px; } }

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

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
  width: 100%;
  background: #222; }
  .contain-to-grid .top-bar {
    margin-bottom: 0; }

.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99; }
  .fixed.expanded:not(.top-bar) {
    overflow-y: auto;
    height: auto;
    width: 100%;
    max-height: 100%; }
    .fixed.expanded:not(.top-bar) .title-area {
      position: fixed;
      width: 100%;
      z-index: 99; }
    .fixed.expanded:not(.top-bar) .top-bar-section {
      z-index: 98;
      margin-top: 50px; }

.top-bar {
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  position: relative;
  background: #222;
  margin-bottom: 0; }
  .top-bar ul {
    margin-bottom: 0;
    list-style: none; }
  .top-bar .row {
    max-width: none; }
  .top-bar form, .top-bar input {
    margin-bottom: 0; }
  .top-bar input {
    height: 1.8rem;
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
    font-size: 0.75rem; }
  .top-bar .button, .top-bar button {
    padding-top: 0.45rem;
    padding-bottom: 0.35rem;
    margin-bottom: 0;
    font-size: 0.75rem; }
  .top-bar .title-area {
    position: relative;
    margin: 0; }
  .top-bar .name {
    height: 50px;
    margin: 0;
    font-size: 16px; }
    .top-bar .name h1 {
      line-height: 50px;
      font-size: 1.125rem;
      margin: 0; }
      .top-bar .name h1 a {
        font-weight: 400;
        color: #fff;
        width: 75%;
        display: block;
        padding: 0 16.66667px; }
  .top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0; }
    .top-bar .toggle-topbar a {
      color: #fff;
      text-transform: uppercase;
      font-size: 0.8125rem;
      font-weight: bold;
      position: relative;
      display: block;
      padding: 0 16.66667px;
      height: 50px;
      line-height: 50px; }
    .top-bar .toggle-topbar.menu-icon {
      top: 50%;
      margin-top: -16px; }
      .top-bar .toggle-topbar.menu-icon a {
        height: 34px;
        line-height: 33px;
        padding: 0 41.66667px 0 16.66667px;
        color: #fff;
        position: relative; }
        .top-bar .toggle-topbar.menu-icon a span::after {
          content: "";
          position: absolute;
          display: block;
          height: 0;
          top: 50%;
          margin-top: -8px;
          right: 16.66667px;
          box-shadow: 0 0px 0 1px #fff, 0 7px 0 1px #fff, 0 14px 0 1px #fff;
          width: 16px; }
        .top-bar .toggle-topbar.menu-icon a span:hover:after {
          box-shadow: 0 0px 0 1px #fff, 0 7px 0 1px #fff, 0 14px 0 1px #fff; }
  .top-bar.expanded {
    height: auto;
    background: transparent; }
    .top-bar.expanded .title-area {
      background: #222; }
    .top-bar.expanded .toggle-topbar a {
      color: #888; }
      .top-bar.expanded .toggle-topbar a::after {
        box-shadow: 0 10px 0 1px #888, 0 16px 0 1px #888, 0 22px 0 1px #888; }

.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  transition: left 300ms ease-out; }
  .top-bar-section ul {
    padding: 0;
    width: 100%;
    height: auto;
    display: block;
    font-size: 16px;
    margin: 0; }
  .top-bar-section .divider, .top-bar-section [role="separator"] {
    border-top: solid 1px #111111;
    clear: both;
    height: 1px;
    width: 100%; }
  .top-bar-section ul li {
    background: #333; }
    .top-bar-section ul li > a {
      display: block;
      width: 100%;
      color: #fff;
      padding: 12px 0 12px 0;
      padding-left: 16.66667px;
      font-family: "ClearSans", sans-serif;
      font-size: 0.8125rem;
      font-weight: 400;
      text-transform: none; }
      .top-bar-section ul li > a.button {
        font-size: 0.8125rem;
        padding-right: 16.66667px;
        padding-left: 16.66667px;
        background-color: rgba(30, 190, 90, 0.9);
        border-color: rgba(24, 152, 70, 0.9);
        color: #fff; }
        .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
          background-color: rgba(24, 152, 70, 0.9); }
        .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
          color: #fff; }
      .top-bar-section ul li > a.button.secondary {
        background-color: #333;
        border-color: #292929;
        color: #fff; }
        .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
          background-color: #292929; }
        .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
          color: #fff; }
      .top-bar-section ul li > a.button.success {
        background-color: #43AC6A;
        border-color: #368a54;
        color: #fff; }
        .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
          background-color: #368a54; }
        .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
          color: #fff; }
      .top-bar-section ul li > a.button.alert {
        background-color: #c92441;
        border-color: #a11d35;
        color: #fff; }
        .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
          background-color: #a11d35; }
        .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
          color: #fff; }
    .top-bar-section ul li > button {
      font-size: 0.8125rem;
      padding-right: 16.66667px;
      padding-left: 16.66667px;
      background-color: rgba(30, 190, 90, 0.9);
      border-color: rgba(24, 152, 70, 0.9);
      color: #fff; }
      .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
        background-color: rgba(24, 152, 70, 0.9); }
      .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
        color: #fff; }
      .top-bar-section ul li > button.secondary {
        background-color: #333;
        border-color: #292929;
        color: #fff; }
        .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
          background-color: #292929; }
        .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
          color: #fff; }
      .top-bar-section ul li > button.success {
        background-color: #43AC6A;
        border-color: #368a54;
        color: #fff; }
        .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
          background-color: #368a54; }
        .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
          color: #fff; }
      .top-bar-section ul li > button.alert {
        background-color: #c92441;
        border-color: #a11d35;
        color: #fff; }
        .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
          background-color: #a11d35; }
        .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
          color: #fff; }
    .top-bar-section ul li:hover:not(.has-form) > a {
      background-color: #555555;
      background: #272727;
      color: #fff; }
    .top-bar-section ul li.active > a {
      background: #333;
      color: #fff; }
      .top-bar-section ul li.active > a:hover {
        background: #333;
        color: #fff; }
  .top-bar-section .has-form {
    padding: 16.66667px; }
  .top-bar-section .has-dropdown {
    position: relative; }
    .top-bar-section .has-dropdown > a:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 5px;
      border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
      border-left-style: solid;
      margin-right: 16.66667px;
      margin-top: -4.5px;
      position: absolute;
      top: 50%;
      right: 0; }
    .top-bar-section .has-dropdown.moved {
      position: static; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        display: block;
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        position: absolute !important;
        width: 100%; }
      .top-bar-section .has-dropdown.moved > a:after {
        display: none; }
  .top-bar-section .dropdown {
    padding: 0;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 99;
    display: block;
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
    .top-bar-section .dropdown li {
      width: 100%;
      height: auto; }
      .top-bar-section .dropdown li a {
        font-weight: 400;
        padding: 8px 16.66667px; }
        .top-bar-section .dropdown li a.parent-link {
          font-weight: 400; }
      .top-bar-section .dropdown li.title h5, .top-bar-section .dropdown li.parent-link {
        margin-bottom: 0;
        margin-top: 0; }
        .top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {
          color: #fff;
          line-height: 25px;
          display: block; }
          .top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.parent-link a:hover {
            background: none; }
      .top-bar-section .dropdown li.has-form {
        padding: 8px 16.66667px; }
      .top-bar-section .dropdown li .button, .top-bar-section .dropdown li button {
        top: auto; }
    .top-bar-section .dropdown label {
      padding: 8px 16.66667px 2px;
      margin-bottom: 0;
      text-transform: uppercase;
      color: #777;
      font-weight: bold;
      font-size: 0.625rem; }

.js-generated {
  display: block; }

@media only screen and (min-width:40.063em) {
  .top-bar {
    background: #222;
    overflow: visible; }
    .top-bar:before, .top-bar:after {
      content: " ";
      display: table; }
    .top-bar:after {
      clear: both; }
    .top-bar .toggle-topbar {
      display: none; }
    .top-bar .title-area {
      float: left; }
    .top-bar .name h1 a {
      width: auto; }
    .top-bar input, .top-bar .button, .top-bar button {
      font-size: 0.875rem;
      position: relative;
      top: 7px; }
    .top-bar.expanded {
      background: #222; }
  .contain-to-grid .top-bar {
    max-width: 75rem;
    margin: 0 auto;
    margin-bottom: 0; }
  .top-bar-section {
    transition: none 0 0;
    left: 0 !important; }
    .top-bar-section ul {
      width: auto;
      height: auto !important;
      display: inline; }
      .top-bar-section ul li {
        float: left; }
        .top-bar-section ul li .js-generated {
          display: none; }
    .top-bar-section li.hover > a:not(.button) {
      background-color: #555555;
      background: #272727;
      color: #fff; }
    .top-bar-section li:not(.has-form) a:not(.button) {
      padding: 0 16.66667px;
      line-height: 50px;
      background: #222; }
      .top-bar-section li:not(.has-form) a:not(.button):hover {
        background-color: #555555;
        background: #272727; }
    .top-bar-section li.active:not(.has-form) a:not(.button) {
      padding: 0 16.66667px;
      line-height: 50px;
      color: #fff;
      background: #333; }
      .top-bar-section li.active:not(.has-form) a:not(.button):hover {
        background: #333;
        color: #fff; }
    .top-bar-section .has-dropdown > a {
      padding-right: 36.66667px !important; }
      .top-bar-section .has-dropdown > a:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
        border-top-style: solid;
        margin-top: -2.5px;
        top: 25px; }
    .top-bar-section .has-dropdown.moved {
      position: relative; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        display: block;
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px); }
    .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
      display: block;
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto;
      position: absolute !important; }
    .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
      border: none;
      content: "\00bb";
      top: 1rem;
      margin-top: -1px;
      right: 5px;
      line-height: 1.2; }
    .top-bar-section .dropdown {
      left: 0;
      top: auto;
      background: transparent;
      min-width: 100%; }
      .top-bar-section .dropdown li a {
        color: #fff;
        line-height: 50px;
        white-space: nowrap;
        padding: 12px 16.66667px;
        background: #333; }
      .top-bar-section .dropdown li:not(.has-form) a:not(.button) {
        color: #fff;
        background: #333; }
      .top-bar-section .dropdown li:not(.has-form):hover > a:not(.button) {
        color: #fff;
        background-color: #555555;
        background: #272727; }
      .top-bar-section .dropdown li label {
        white-space: nowrap;
        background: #333; }
      .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0; }
    .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
      border-bottom: none;
      border-top: none;
      border-right: solid 1px #3f3f3f;
      clear: none;
      height: 50px;
      width: 0; }
    .top-bar-section .has-form {
      background: #222;
      padding: 0 16.66667px;
      height: 50px; }
    .top-bar-section .right li .dropdown {
      left: auto;
      right: 0; }
      .top-bar-section .right li .dropdown li .dropdown {
        right: 100%; }
    .top-bar-section .left li .dropdown {
      right: auto;
      left: 0; }
      .top-bar-section .left li .dropdown li .dropdown {
        left: 100%; }
  .no-js .top-bar-section ul li:hover > a {
    background-color: #555555;
    background: #272727;
    color: #fff; }
  .no-js .top-bar-section ul li:active > a {
    background: #333;
    color: #fff; }
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important; } }

.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden; }
  .off-canvas-wrap.move-right, .off-canvas-wrap.move-left {
    min-height: 100%;
    -webkit-overflow-scrolling: touch; }

.inner-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  .inner-wrap:before, .inner-wrap:after {
    content: " ";
    display: table; }
  .inner-wrap:after {
    clear: both; }

.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #333;
  color: #fff;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative; }
  .tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4, .tab-bar h5, .tab-bar h6 {
    color: #fff;
    font-weight: bold;
    line-height: 2.8125rem;
    margin: 0; }
  .tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4 {
    font-size: 1.125rem; }

.left-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-right: solid 1px #1a1a1a;
  left: 0; }

.right-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-left: solid 1px #1a1a1a;
  right: 0; }

.tab-bar-section {
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  height: 2.8125rem;
  top: 0; }
  @media only screen and (min-width:40.063em) {
    .tab-bar-section {
      text-align: left; } }
  .tab-bar-section.left {
    left: 0;
    right: 2.8125rem; }
  .tab-bar-section.right {
    left: 2.8125rem;
    right: 0; }
  .tab-bar-section.middle {
    left: 2.8125rem;
    right: 2.8125rem; }

.tab-bar .menu-icon {
  text-indent: 2.1875rem;
  width: 2.8125rem;
  height: 2.8125rem;
  display: block;
  padding: 0;
  color: #FFF;
  position: relative;
  transform: translate3d(0, 0, 0); }
  .tab-bar .menu-icon span::after {
    content: "";
    position: absolute;
    display: block;
    height: 0;
    top: 50%;
    margin-top: -0.5rem;
    left: 0.90625rem;
    box-shadow: 0 0px 0 1px #FFF, 0 7px 0 1px #FFF, 0 14px 0 1px #FFF;
    width: 1rem; }
  .tab-bar .menu-icon span:hover:after {
    box-shadow: 0 0px 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3; }

.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-y: auto;
  background: #222;
  z-index: 1001;
  box-sizing: content-box;
  transition: transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-transform: translate(-100.5%, 0);
  -webkit-transform: translate3d(-100.5%, 0, 0);
  -moz-transform: translate3d(-100.5%, 0, 0);
  -ms-transform: translate3d(-100.5%, 0, 0);
  -o-transform: translate3d(-100.5%, 0, 0);
  transform: translate3d(-100.5%, 0, 0);
  left: 0; }
  .left-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-y: auto;
  background: #222;
  z-index: 1001;
  box-sizing: content-box;
  transition: transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-transform: translate(100.5%, 0);
  -webkit-transform: translate3d(100.5%, 0, 0);
  -moz-transform: translate3d(100.5%, 0, 0);
  -ms-transform: translate3d(100.5%, 0, 0);
  -o-transform: translate3d(100.5%, 0, 0);
  transform: translate3d(100.5%, 0, 0);
  right: 0; }
  .right-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

ul.off-canvas-list {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  ul.off-canvas-list li label {
    display: block;
    padding: 0.3rem 0.9375rem;
    color: #999;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: bold;
    background: #333;
    border-top: none;
    border-bottom: none;
    margin: 0; }
  ul.off-canvas-list li a {
    display: block;
    padding: 0.66667rem;
    color: rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid #1a1a1a;
    transition: background 300ms ease; }
    ul.off-canvas-list li a:hover {
      background: #242424; }

.move-right > .inner-wrap {
  -ms-transform: translate(15.625rem, 0);
  -webkit-transform: translate3d(15.625rem, 0, 0);
  -moz-transform: translate3d(15.625rem, 0, 0);
  -ms-transform: translate3d(15.625rem, 0, 0);
  -o-transform: translate3d(15.625rem, 0, 0);
  transform: translate3d(15.625rem, 0, 0); }
.move-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  @media only screen and (min-width:40.063em) {
    .move-right .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.move-left > .inner-wrap {
  -ms-transform: translate(-15.625rem, 0);
  -webkit-transform: translate3d(-15.625rem, 0, 0);
  -moz-transform: translate3d(-15.625rem, 0, 0);
  -ms-transform: translate3d(-15.625rem, 0, 0);
  -o-transform: translate3d(-15.625rem, 0, 0);
  transform: translate3d(-15.625rem, 0, 0); }
.move-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  @media only screen and (min-width:40.063em) {
    .move-left .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap .left-off-canvas-menu, .offcanvas-overlap .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }
.offcanvas-overlap .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  @media only screen and (min-width:40.063em) {
    .offcanvas-overlap .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.no-csstransforms .left-off-canvas-menu {
  left: -15.625rem; }
.no-csstransforms .right-off-canvas-menu {
  right: -15.625rem; }
.no-csstransforms .move-left > .inner-wrap {
  right: 15.625rem; }
.no-csstransforms .move-right > .inner-wrap {
  left: 15.625rem; }

/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important; }
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important; }
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
    display: table; }
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important; }
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important; }
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important; }
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important; } }

/* medium displays */
@media only screen and (min-width:40.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
    display: table; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important; } }

/* large displays */
@media only screen and (min-width:64.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
    display: table; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important; } }

/* xlarge displays */
@media only screen and (min-width:90.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
    display: table; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important; } }

/* xxlarge displays */
@media only screen and (min-width:120.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xxlarge-only, table.show-for-xxlarge-up {
    display: table; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up {
    display: table-row !important; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up {
    display: table-cell !important; } }

/* Orientation targeting */
.show-for-landscape, .hide-for-portrait {
  display: inherit !important; }

.hide-for-landscape, .show-for-portrait {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table; }

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important; }

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important; }

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important; }

td.hide-for-landscape, td.show-for-portrait, th.hide-for-landscape, th.show-for-portrait {
  display: table-cell !important; }

@media only screen and (orientation: landscape) {
  /* Specific visibility for tables */
  .show-for-landscape, .hide-for-portrait {
    display: inherit !important; }
  .hide-for-landscape, .show-for-portrait {
    display: none !important; }
  table.show-for-landscape, table.hide-for-portrait {
    display: table; }
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important; }
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important; }
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important; }
  td.show-for-landscape, td.hide-for-portrait, th.show-for-landscape, th.hide-for-portrait {
    display: table-cell !important; } }

@media only screen and (orientation: portrait) {
  /* Specific visibility for tables */
  .show-for-portrait, .hide-for-landscape {
    display: inherit !important; }
  .hide-for-portrait, .show-for-landscape {
    display: none !important; }
  table.show-for-portrait, table.hide-for-landscape {
    display: table; }
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important; }
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important; }
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important; }
  td.show-for-portrait, td.hide-for-landscape, th.show-for-portrait, th.hide-for-landscape {
    display: table-cell !important; } }

/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important; }

.hide-for-touch {
  display: inherit !important; }

.touch .show-for-touch {
  display: inherit !important; }

.touch .hide-for-touch {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-touch {
  display: table; }

.touch table.show-for-touch {
  display: table; }

thead.hide-for-touch {
  display: table-header-group !important; }

.touch thead.show-for-touch {
  display: table-header-group !important; }

tbody.hide-for-touch {
  display: table-row-group !important; }

.touch tbody.show-for-touch {
  display: table-row-group !important; }

tr.hide-for-touch {
  display: table-row !important; }

.touch tr.show-for-touch {
  display: table-row !important; }

td.hide-for-touch {
  display: table-cell !important; }

.touch td.show-for-touch {
  display: table-cell !important; }

th.hide-for-touch {
  display: table-cell !important; }

.touch th.show-for-touch {
  display: table-cell !important; }

/* Print visibility */
@media print {
  .show-for-print {
    display: block; }
  .hide-for-print {
    display: none; }
  table.show-for-print {
    display: table; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; } }

/*
 * Toastr
 * Version 2.0.1
 * Copyright 2012 John Papa and Hans Fj�llemark.  
 * All Rights Reserved.  
 * Use, reproduction, distribution, and modification of this code is subject to the terms and 
 * conditions of the MIT license, available at http://www.opensource.org/licenses/mit-license.php
 *
 * Author: John Papa and Hans Fj�llemark
 * Project: https://github.com/CodeSeven/toastr
 */
.toast-title {
  font-weight: bold; }

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

.toast-message a, .toast-message label {
  color: #ffffff; }

.toast-message a:hover {
  color: #cccccc;
  text-decoration: none; }

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-left {
  top: 12px;
  left: 12px; }

.toast-top-right {
  top: 12px;
  right: 12px; }

.toast-bottom-right {
  right: 12px;
  bottom: 12px; }

.toast-bottom-left {
  bottom: 12px;
  left: 12px; }

#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/ }

#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#toast-container > div {
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  color: #ffffff;
  opacity: 0.8; }

#toast-container > :hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer; }

#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important; }

#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important; }

#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important; }

#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important; }

#toast-container.toast-top-full-width > div, #toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin: auto; }

.toast {
  background-color: #030303; }

.toast-success {
  background-color: #51a351; }

.toast-error {
  background-color: #bd362f; }

.toast-info {
  background-color: #2f96b4; }

.toast-warning {
  background-color: #f89406; }

/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em; }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em; } }

@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em; }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em; } }

@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em; } }

/*
  * AngularJS-Toaster
  * Version 0.3
 */
#toast-container > div.ng-leave {
  -webkit-animation: scaleDown 0.7s ease both; }

#toast-container > div.ng-enter {
  -webkit-animation: moveFromTopFade 0.7s ease both; }

div.cardflipper > div.wizard.ng-animate {
  position: absolute;
  width: 100%;
  transition: all 500ms linear; }

div.cardflipper > div.wizard.ng-enter {
  -webkit-transform: rotateY(-180deg);
  opacity: 0.3; }

div.cardflipper > div.wizard.ng-leave.ng-leave-active {
  -webkit-transform: rotateY(180deg);
  opacity: 0.3; }

div.cardflipper > div.wizard.ng-leave, div.cardflipper > div.wizard.ng-enter.ng-enter-active {
  -webkit-transform: rotateY(0deg);
  opacity: 1; }

div.totheright div.tab-scroller.ng-enter, div.totheleft div.tab-scroller.ng-leave.ng-leave-active {
  opacity: 0;
  -webkit-transform: translate3d(25%, 0, 0) scale3d(0.3, 1, 1);
  -webkit-transform-origin: right; }

div.totheright div.tab-scroller.ng-leave.ng-leave-active, div.totheleft div.tab-scroller.ng-enter {
  opacity: 0;
  -webkit-transform: translate3d(-25%, 0, 0) scale3d(0.3, 1, 1);
  -webkit-transform-origin: left; }

div.totheright div.tab-scroller.ng-enter-active, div.totheleft div.tab-scroller.ng-enter-active, div.totheleft div.tab-scroller.ng-leave, div.totheright div.tab-scroller.ng-leave {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  position: absolute;
  width: 97%; }

.tab-bar-section.middle.ng-hide, .tab-bar-section.middle.ng-leave-active, .tab-bar-section.middle.ng-enter, .transactions div.ng-leave.ng-leave-active, .transactions div.ng-enter {
  opacity: 0; }

.tab-bar-section.middle.ng-enter.ng-enter-active, .transactions div.ng-enter.ng-enter-active, .transactions div.ng-leave {
  opacity: 1; }

div.modal-ng.ng-animate.ng-enter, div.modal-ng.ng-animate.ng-leave-active {
  -webkit-transform: translate3d(0, 100%, 0);
  opacity: 0.7; }

div.modal-ng.ng-animate.ng-enter.ng-enter-active {
  -webkit-transform: translate3d(0, 0, 0);
  opacity: 1; }

div.modal-ng:not([ng-cloak]) + div.container {
  -webkit-transform: scale(0.8); }

div.modal-ng.ng-leave + div.container {
  -webkit-transform: scale(1); }

div.modal-ng + div.container.animations-disabled {
  -webkit-transform: none;
  display: none; }

div.scroller.ng-animate {
  position: absolute;
  width: 100%; }

div.scroller.ng-animate.ng-enter, nav.top-bar {
  -webkit-animation: moveFromTopFade 0.5s ease both;
  -moz-animation: moveFromTopFade 0.5s ease both;
  animation: moveFromTopFade 0.5s ease both; }

div.scroller.ng-animate.ng-leave {
  -webkit-animation: scaleDown 0.5s ease both;
  -moz-animation: scaleDown 0.5s ease both;
  animation: scaleDown 0.5s ease both; }

div.send-advanced.ng-leave.ng-leave-active, div.send-advanced.ng-enter, div.popuptabs > div.ng-enter {
  -webkit-transform: scale3d(1, 0, 1);
  -webkit-transform-origin: top;
  opacity: 0; }

div.popuptabs {
  position: absolute;
  overflow: hidden;
  width: 100%; }

div.popuptabs > div.ng-enter.ng-enter-active, div.send-advanced.ng-enter.ng-enter-active, div.send-advanced.ng-leave {
  -webkit-transform: scale3d(1, 1, 1);
  opacity: 1; }

div.tab-scroller.ng-animate, .transactions div.ng-animate, div.popuptabs > div.ng-animate, div.send-advanced.ng-animate {
  transition: all 450ms ease-in-out; }

div.container {
  transition: all 300ms ease-out; }

div.modal-ng.ng-animate.ng-leave {
  transition: all 200ms ease-in; }

div.modal-ng.ng-animate.ng-enter {
  transition: all 300ms ease-out; }

nav.top-bar {
  transition: height 300ms ease-out; }

.top-bar section ul {
  transition: all 300ms ease-out; }

#viewwrapper, a.collapseoverview i, li a.cornerbutton, li a.cornerbutton i, li.active, .pocketnav, section.left, .tab-bar-section.middle, div.identitylist, div.send-advanced.ng-hide, span.tooltip.fade.ng-animate, .pocket-square, .pocket-square h1, .pocketoverview, .contact-mosaic-square, .contact-mosaic-square img, .contact-mosaic-square .contact-label, .contact-mosaic-square .contact-menu, .top-bar a, .tabs dd > a, button.button, a.button, ul.gridlist, li.pocket-square-wrapper, button.square {
  transition: all 300ms ease-out; }

ul.small-block-grid-1.ng-hide-add {
  opacity: 1; }
  ul.small-block-grid-1.ng-hide-add li {
    max-height: 125px; }

ul.small-block-grid-1.ng-hide-add-active, ul.small-block-grid-1.ng-hide-remove {
  opacity: 0; }
  ul.small-block-grid-1.ng-hide-add-active li, ul.small-block-grid-1.ng-hide-remove li {
    max-height: 1px; }

ul.small-block-grid-1.ng-hide-remove-active {
  opacity: 1; }
  ul.small-block-grid-1.ng-hide-remove-active li {
    max-height: 170px; }

#maintitle {
  -webkit-perspective: 140px; }

#logo.busy {
  -webkit-backface-visibility: visible;
  -webkit-animation-name: logoactive;
  -webkit-animation-duration: 1.4s;
  -webkit-animation-iteration-count: infinite; }

@-webkit-keyframes logoactive {
  from {
    -webkit-transform: rotateY(0deg); }

  to {
    -webkit-transform: rotateY(360deg); } }

a.glow.button, button.glow, input[type="submit"].glow {
  -webkit-animation-name: glowpulse;
  -webkit-animation-duration: 4s;
  -webkit-animation-iteration-count: infinite; }
  a.glow.button:hover, a.glow.button.working, button.glow:hover, button.glow.working, input[type="submit"].glow:hover, input[type="submit"].glow.working {
    -webkit-animation: none; }
  a.glow.button span, a.glow.button .progbar, button.glow span, button.glow .progbar, input[type="submit"].glow span, input[type="submit"].glow .progbar {
    transition: all 300ms ease-out; }
  a.glow.button.working .progbar, button.glow.working .progbar, input[type="submit"].glow.working .progbar {
    opacity: 1; }
  a.glow.button.working span, button.glow.working span, input[type="submit"].glow.working span {
    opacity: 1; }

.animations-disabled a.glow.button, button.glow, input[type="submit"].glow {
  -webkit-animation-name: simplepulse;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite; }
  .animations-disabled a.glow.button:hover, .animations-disabled a.glow.button.working, button.glow:hover, button.glow.working, input[type="submit"].glow:hover, input[type="submit"].glow.working {
    -webkit-animation: none; }

@-webkit-keyframes glowpulse {
  from {
    background-color: rgba(30, 190, 90, 0.9);
    -webkit-box-shadow: 0 0 9px #333; }

  50% {
    background-color: rgba(23, 145, 68, 0.9);
    -webkit-box-shadow: 0 0 18px rgba(30, 190, 90, 0.9); }

  to {
    background-color: rgba(30, 190, 90, 0.9);
    -webkit-box-shadow: 0 0 9px #333; } }

@-webkit-keyframes simplepulse {
  from {
    background-color: rgba(30, 190, 90, 0.9); }

  50% {
    background-color: rgba(23, 145, 68, 0.9); }

  to {
    background-color: rgba(30, 190, 90, 0.9); } }

@-webkit-keyframes rotateFoldBottom {
  to {
    opacity: 0;
    -webkit-transform: translateY(100%) rotateX(-90deg); } }

@-moz-keyframes rotateFoldBottom {
  to {
    opacity: 0;
    -moz-transform: translateY(100%) rotateX(-90deg); } }

@keyframes rotateFoldBottom {
  to {
    opacity: 0;
    transform: translateY(100%) rotateX(-90deg); } }

@-webkit-keyframes moveFromTopFade {
  from {
    opacity: 0.3;
    -webkit-transform: translateY(-100%); } }

@-moz-keyframes moveFromTopFade {
  from {
    opacity: 0.3;
    -moz-transform: translateY(-100%); } }

@keyframes moveFromTopFade {
  from {
    opacity: 0.3;
    transform: translateY(-100%); } }

@-webkit-keyframes rotatePushBottom {
  to {
    opacity: 0;
    -webkit-transform: rotateX(90deg); } }

@-moz-keyframes rotatePushBottom {
  to {
    opacity: 0;
    -moz-transform: rotateX(90deg); } }

@keyframes rotatePushBottom {
  to {
    opacity: 0;
    transform: rotateX(90deg); } }

@-webkit-keyframes scaleDown {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8); } }

@-moz-keyframes scaleDown {
  to {
    opacity: 0;
    -moz-transform: scale(0.8); } }

@keyframes scaleDown {
  to {
    opacity: 0;
    transform: scale(0.8); } }

*.fa {
  font-family: "ClearSans", sans-serif; }

*.fa:before {
  font-family: FontAwesome; }

/* Normal */
@font-face {
  font-family: "ClearSans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/ClearSans-Regular.ttf") format('truetype'); }

@font-face {
  font-family: "ClearSans";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/ClearSans-Italic.ttf") format('truetype'); }

/* Bold */
@font-face {
  font-family: "ClearSans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/ClearSans-Bold.ttf") format('truetype'); }

@font-face {
  font-family: "ClearSans";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/ClearSans-BoldItalic.ttf") format('truetype'); }

@font-face {
  font-family: 'dw';
  src: url(data:application/x-font-ttf;charset=utf-8;base64,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) format('truetype'), url(data:application/font-woff;charset=utf-8;base64,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) format('woff');
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  font-family: 'dw';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-stealth:before {
  content: "\e60a"; }

.icon-cloak:before {
  content: "\e607"; }

.icon-cog:before {
  content: "\e600"; }

.icon-connect:before {
  content: "\e602"; }

.icon-spin:before {
  content: "\e603"; }

.icon-undo:before {
  content: "\e604"; }

.icon-loop:before {
  content: "\e606"; }

.icon-broadcast:before {
  content: "\e60e"; }

.icon-profile:before {
  content: "\e60f"; }

.icon-copy:before {
  content: "\e601"; }

.icon-qrcode:before {
  content: "\e605"; }

.icon-contacts:before {
  content: "\e610"; }

.icon-in:before {
  content: "\e611"; }

.icon-out:before {
  content: "\e612"; }

.icon-chat:before {
  content: "\e614"; }

.icon-key:before {
  content: "\e608"; }

.icon-rocket:before {
  content: "\e620"; }

.icon-lab:before {
  content: "\e672"; }

.icon-shield:before {
  content: "\e621"; }

.icon-switch:before {
  content: "\e622"; }

.icon-list:before {
  content: "\e624"; }

.icon-import:before {
  content: "\e625"; }

.icon-export:before {
  content: "\e626"; }

.icon-globe:before {
  content: "\e629"; }

.icon-chain:before {
  content: "\e62a"; }

.icon-eye:before {
  content: "\e62c"; }

.icon-eye-blocked:before {
  content: "\e62d"; }

.icon-enter:before {
  content: "\e62e"; }

.icon-exit:before {
  content: "\e62f"; }

.icon-shuffle:before {
  content: "\e632"; }

.icon-tab:before {
  content: "\e633"; }

.icon-checkbox-checked:before {
  content: "\e634"; }

.icon-checkbox-unchecked:before {
  content: "\e635"; }

.icon-radio-checked:before {
  content: "\e636"; }

.icon-radio-unchecked:before {
  content: "\e637"; }

.icon-list3:before {
  content: "\e638"; }

.icon-folder:before {
  content: "\e639"; }

.icon-grid:before {
  content: "\e63b"; }

.icon-wallet:before {
  content: "\e646"; }

.icon-id:before {
  content: "\e64e"; }

.icon-bitcoin:before {
  content: "\f15a"; }

html, body:not(.popupbody) {
  height: 100%;
  overflow-y: hidden; }

html.popup {
  width: auto;
  height: auto;
  max-height: 100%;
  overflow: hidden; }

.editable-wrap {
  display: inline-block;
  white-space: nowrap;
  margin: 0; }

.editable-wrap .editable-controls, .editable-wrap .editable-error, .editable-wrap .editable-controls > input {
  margin-bottom: 0; }

.editable-wrap .editable-input {
  display: inline-block; }

.editable-hide {
  display: none !important; }

*:focus {
  outline: 0; }

/* Remove webkit's default outline */
a, input[type="text"], span, textarea {
  text-rendering: geometricPrecision; }

div.modal-ng {
  z-index: 20;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transform: translate3d(0, 0, 0);
  opacity: 1; }

.inherit-height {
  height: inherit !important; }

.nomarginbottom {
  margin-bottom: 0 !important; }

.topmargin {
  margin-top: 1.6em; }

span.tooltip.fade {
  opacity: 0; }

span.tooltip.fade.in {
  opacity: 1; }

.popupcontainer .panel {
  background: #333; }
  .popupcontainer .panel a {
    color: white; }

.popupcontainer {
  height: auto;
  max-height: 100%;
  min-width: 250px;
  padding-top: 0.6em;
  overflow: hidden; }

div.cardflipper {
  margin-top: 2em;
  -webkit-perspective: 800px; }

div.scroller {
  padding-top: 50px;
  background: black;
  height: 100%;
  min-height: 100%;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden; }

span.input-status {
  position: absolute;
  opacity: 0;
  right: 5px;
  margin-top: -2.7em;
  z-index: 2; }
  span.input-status:before {
    color: rgba(30, 190, 90, 0.9); }
  span.input-status:not(:last-child) {
    right: 100px; }

input.ng-valid + span.input-status {
  opacity: 1; }

input.address-buttons {
  padding-right: 5.3em; }

input[type="text"].postfix.radius, input[type="number"].postfix.radius {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px; }

input[type="text"].prefix.radius, input[type="number"].prefix.radius {
  line-height: normal;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px; }

input[type="range"] {
  -webkit-appearance: none;
  background-color: silver;
  width: 200px;
  height: 5px;
  border-radius: 4px; }

input[type="range"]::-webkit-slider-thumb {
  border-radius: 10px;
  -webkit-appearance: none;
  background-color: rgba(30, 190, 90, 0.9);
  width: 16px;
  height: 16px; }

#pocketaddress {
  font-size: 0.8rem;
  word-wrap: break-word;
  margin: 0 2em 0 2em; }

#pocket-name, #pocket-balance {
  background: black;
  min-height: 128px; }

/* BUTTONS ----------- */
.progbar {
  opacity: 0;
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1%;
  background: rgba(16, 101, 47, 0.9); }

.postfix.button, .prefix.button {
  line-height: 2.4375rem; }

button:active .button:active, table tr:nth-child(odd) a.button:active {
  background: rgba(16, 101, 47, 0.9);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none; }

.button.square {
  margin: 0;
  padding: 0;
  height: 39px; }

.button.square:before, button.square:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1.2em 0 0 -0.4em; }

.button.square.righted {
  z-index: 2;
  position: absolute;
  right: 0;
  top: 0;
  width: 39px; }
  .button.square.righted:first-of-type:not(:last-of-type) {
    right: 39px; }
  .button.square.righted:last-of-type {
    border-radius: 0 3px 3px 0; }
  .button.square.righted:before {
    margin-top: -0.5em; }

.fa-chain.button.square, .fa-star.button.square.righted {
  background: inherit; }

.editable-wrap {
  width: 100%; }

button.righted ~ form.editable-wrap input {
  padding-right: 39px; }

.button.square.lefted {
  z-index: 2;
  float: left; }
  .button.square.lefted:first-of-type {
    border-radius: 3px 0 0 3px; }
  .button.square.lefted:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -7px; }

.button.postfix.fa:not(.square):before, button.postfix.fa:not(.square):before {
  background: rgba(23, 145, 68, 0.9);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 39px;
  height: 39px; }

.address-row .button.square {
  width: 37px; }

.button.postfix.fa.alert:before, button.postfix.fa.alert:before {
  background: #9e1c34; }

.button.postfix.fa:not(.square), button.postfix.fa:not(.square) {
  padding-left: 2em; }

.button.topright {
  margin: 0.7em 0 0 0; }

div.address-row button.tiny {
  margin: 0; }

/* TABLES ----------- */
span.ellipsis, div.ellipsis {
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.transactions {
  margin: 1rem 0; }

.transactions div.row, .transactions.hide-for-small {
  padding: 0.5em;
  font-size: 90%;
  line-height: normal; }

.transactions.address-row {
  font-size: 90%; }
  .transactions.address-row img {
    margin-left: 0.4em; }

.address-label {
  margin-left: 0.4em; }

.address-type {
  border-radius: 3px;
  margin: 0 0.6em;
  padding: 0.2em 0.5em;
  height: 100%;
  background: rgba(99, 99, 99, 0.3); }

.address-row .columns:last-of-type {
  padding-right: 0.3em; }

.address-row {
  line-height: 230%;
  overflow: hidden; }

.address-row div a.button.square.lefted, .address-row div a.button.square.righted {
  border-radius: 0px; }

.address-row:nth-child(even) a.button:not(:hover) {
  background: #002B29; }

.address-row:nth-child(odd) a.button.lefted:not(:hover) {
  background: inherit; }

.address-row:nth-child(odd) a.button.righted:not(:hover) {
  background: #005e59; }

div.identitylist {
  padding-left: 1em; }

div.identitylist:last-child {
  margin-bottom: 1em; }

div.identitylist:hover {
  cursor: pointer;
  background: rgba(30, 170, 80, 0.9); }

.transactions div.row:nth-child(even):not(.unconfirmed), .address-row:nth-child(even) {
  background: rgba(0, 0, 0, 0.3); }

.transactions div.row:nth-child(odd):not(.unconfirmed), .address-row:nth-child(odd) {
  background: rgba(0, 0, 0, 0.4); }

.transactions div.unconfirmed {
  background: black;
  border: 1px solid #333; }

/* LABELS ----------- */
.label.address {
  background-color: #463030; }

/* Wallets dropdown ---------------------  */
li.colorhead, li.colorhead:hover {
  text-align: center;
  padding: 0.6em 0;
  background: #444; }

li.colorhead h6 {
  color: white;
  margin: 0; }

#wallets:before, #wallets:after {
  border-bottom-color: #444; }

#wallets li:not(.colorhead) {
  background: rgba(30, 190, 90, 0.9); }
  #wallets li:not(.colorhead):hover {
    background: rgba(48, 222, 112, 0.9); }

#wallets li a {
  color: white; }

#wallets {
  border: 2px solid #444;
  border-radius: 4px; }

/* ----------------------- */
ul.off-canvas-list {
  overflow-x: hidden;
  white-space: nowrap; }
  ul.off-canvas-list li a:hover {
    background: rgba(0, 0, 0, 0.3); }
  ul.off-canvas-list li a.cornerbutton {
    position: absolute;
    right: 0;
    border-bottom: none;
    padding: 0;
    -webkit-perspective: 300px;
    width: 100%; }
    ul.off-canvas-list li a.cornerbutton label {
      padding: 0.3rem 0.5rem;
      float: right;
      background: #333; }
    ul.off-canvas-list li a.cornerbutton i {
      font-size: 0.8rem;
      color: rgba(255, 255, 255, 0.2);
      -webkit-backface-visibility: visible;
      -webkit-transform: rotateX(0deg); }
    ul.off-canvas-list li a.cornerbutton:hover i {
      color: white;
      -webkit-transform: rotateX(180deg); }
    ul.off-canvas-list li a.cornerbutton:hover {
      background: rgba(255, 255, 255, 0.2); }
  ul.off-canvas-list li a.cornerbutton.active {
    background: rgba(30, 170, 80, 0.9);
    color: #333; }
  ul.off-canvas-list li.active, ul.off-canvas-list li.active a:hover {
    background: #000; }

.fiat:not(:empty)::before {
  content: '('; }
.fiat:not(:empty)::after {
  content: ')'; }

.address-postfix {
  margin-top: 2.1em; }

.ellipsis.contact-address {
  color: white;
  margin-bottom: 0.6em; }

dl.tabs {
  border-bottom: 1px solid #333; }

.labels {
  position: absolute;
  top: 50%;
  margin-top: -11px;
  right: 0;
  z-index: 3; }

.top-bar {
  position: absolute;
  width: 100%;
  z-index: 3; }

span.meter {
  padding: 5px 0 0 5px; }

textarea.seed {
  font-size: 125%;
  text-align: center;
  padding: 4em 0;
  min-height: 10em;
  color: white;
  resize: none; }

textarea.script {
  min-height: 9em;
  resize: none; }

.transaction-icon.green {
  color: rgba(30, 190, 90, 0.9); }

.transaction-icon.red {
  color: #c92441; }

.contact-mosaic .panel:hover, div.notifications .panel:hover, .pocket-square:hover {
  background: #333;
  cursor: pointer; }

.contact-mosaic {
  max-height: 85%;
  overflow-y: scroll;
  overflow-x: hidden; }

.contact-mosaic-full {
  overflow: hidden; }

.contact-mosaic-square {
  text-align: center;
  border-radius: 3px;
  background: rgba(40, 40, 40, 0.8); }
  .contact-mosaic-square img {
    padding: 0.6em;
    -webkit-transform: scale(1) translateY(0); }

.contact-label {
  -webkit-transform: translateY(0);
  border-radius: 3px;
  background: rgba(60, 60, 60, 0.8);
  width: 100%;
  padding: 0.3em 0; }

span.contact-name {
  font-size: 200%;
  vertical-align: middle; }

.row.collapse.contact-menu {
  opacity: 0;
  margin: -2.3em 0 0 0; }

.contact-mosaic-square:hover {
  cursor: pointer;
  background: rgba(30, 190, 90, 0.9); }
  .contact-mosaic-square:hover .contact-menu {
    opacity: 1; }
  .contact-mosaic-square:hover .contact-label {
    background: transparent; }
  .contact-mosaic-square:hover img {
    -webkit-transform: scale(1.6) translateY(0.4em); }

.contact-menu button {
  margin: 0; }

.select-list {
  min-height: 100px;
  background-image: none; }

.showqr > div {
  text-align: center; }

.showqr > div canvas {
  display: none; }

.showqr > div img {
  max-width: 86%;
  image-rendering: -webkit-optimize-contrast;
  border: 10px solid white; }

.qractions {
  position: absolute;
  top: 0;
  right: 0; }

.qractions a.button {
  font-size: 160%;
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 0;
  width: 50px; }

.qractions a:last-child:not(:first-child) {
  top: 60px; }

.modal-show-qr {
  background: white;
  top: 10px;
  overflow: hidden;
  padding: 0; }

.qr-address {
  word-wrap: break-word;
  color: black;
  margin-right: 3em; }

#logo {
  margin: -2px 5px 0 -5px; }

ul #logo {
  margin-left: 20px; }

#maintitle {
  margin-right: -1px; }

ul #maintitle {
  color: white;
  position: relative;
  opacity: 1; }

div.pockets {
  z-index: 2; }

.editpocket {
  text-align: right; }

.editpocket.add {
  margin-top: 1rem; }

.editpocket a {
  min-width: 34px;
  position: absolute;
  margin-left: -2.08rem;
  padding: 0.4rem 0.6rem;
  background: black;
  color: white;
  opacity: 0.4; }
  .editpocket a:hover {
    background: rgba(255, 255, 255, 0.6);
    color: black;
    opacity: 1; }
    .editpocket a:hover i {
      -webkit-animation-name: spin;
      -webkit-animation-duration: 4s;
      -webkit-animation-iteration-count: 2; }

div#viewwrapper {
  transform: translate3d(0, 0, 0);
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100%; }

div#viewwrapper.moveup {
  transform: translate3d(0, -50px, 0); }

div.inner-wrap {
  min-height: inherit;
  padding: 0; }

li#mainpocket a {
  padding: 0.35rem 0;
  font-size: 1.2rem; }

ul.off-canvas-list li.pocketpinned a {
  position: absolute;
  padding: 0 1rem;
  background: transparent;
  opacity: 0.4;
  right: 0;
  top: 0;
  height: 2.8125rem;
  line-height: 2.8125rem;
  border-bottom: none;
  z-index: 2;
  width: remcalc(35);
  transition: all 300ms ease-out; }
  ul.off-canvas-list li.pocketpinned a:hover {
    opacity: 1; }
ul.off-canvas-list li.pocketpinned label {
  height: 2.8125rem;
  line-height: 2.8125rem;
  padding-top: 0;
  font-size: 96%; }

.lin {
  display: inline-block; }

h1.lin {
  margin: 0 1rem; }

div.lin {
  border-left: 1px solid rgba(0, 0, 0, 0.4);
  padding: 0 1rem; }

div.tri {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 1.44rem;
  border-color: transparent transparent transparent rgba(30, 190, 90, 0.9);
  border-left-style: solid;
  display: inline-block; }

.tab-bar-section.middle {
  left: 120px;
  right: 0;
  padding: 0;
  opacity: 1; }

section.main-section, div.container {
  height: 100%; }

nav.tab-bar {
  overflow: hidden; }

.panel.pocketoverview {
  padding: 0.6rem;
  min-height: 2rem;
  background: #333; }
  .panel.pocketoverview:hover {
    background: #4d4d4d;
    cursor: pointer; }

div.panel {
  padding: 0.6rem;
  margin-top: 1rem;
  margin-bottom: 0; }

a.button.collapseoverview, a.button.newpocket {
  padding: 0.6rem;
  margin: -0.65rem 0 0 0;
  position: absolute;
  height: 2.8rem;
  right: 0.7rem;
  background: transparent; }
  a.button.collapseoverview:hover, a.button.newpocket:hover {
    background: rgba(30, 170, 80, 0.9); }
  a.button.collapseoverview i, a.button.newpocket i {
    -webkit-backface-visibility: visible;
    -webkit-transform: rotateX(0deg); }
  a.button.collapseoverview:hover i, a.button.newpocket:hover i {
    -webkit-transform: rotateX(180deg); }

a.button.newpocket {
  right: 3.3rem;
  padding: 0.65em; }

.pocket-square:hover h1 {
  font-size: 3.5rem;
  -webkit-transform: rotateZ(90deg); }

.pocket-square.editing {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #333; }

li.pocket-square-wrapper {
  overflow: hidden;
  padding-bottom: 0; }

.pocket-square {
  min-height: 120px;
  max-height: 160px;
  overflow-x: hidden; }

@media only screen and (max-width: 40em) {
  .pocket-square {
    min-height: 40px;
    margin-bottom: 0.3rem; }
    .pocket-square h5 {
      margin-bottom: 0.2em; }
  .topmargin {
    margin-top: 0.6rem; }
  div.panel {
    padding: 0.6rem;
    font-size: 0.8rem;
    margin-top: 0.4rem;
    margin-bottom: 0; }
  .tab-bar-section.middle {
    text-align: left; }
  dl.tabs dd a {
    font-size: 0.8rem;
    padding: 0.65rem; }
  h1.title {
    font-size: 0.9rem;
    position: absolute;
    top: -8px; }
  div.lin {
    float: right;
    max-height: 20px;
    padding: 0 0.2rem;
    font-size: 0.75rem;
    border: 0;
    margin-top: 0.6rem;
    text-align: left; }
    div.lin span.pocket-activity {
      display: none; }
  div#currentbalance {
    float: left;
    position: absolute;
    left: 0.8rem; }
  .top-bar ul.title-area {
    z-index: 2;
    background: #222; }
  .top-bar section ul {
    -webkit-transform: translate3d(0, -100%, 0); }
  .top-bar.expanded section ul {
    -webkit-transform: translate3d(0, 0, 0); } }

@media only screen and (min-width:40.063em) and (max-width:64em) {
  .tab-bar-section.middle {
    left: 120px; }
  .top-bar ul li a {
    font-size: 88%; }
  .top-bar ul.right li:last-child a {
    max-width: 175px;
    overflow: hidden;
    height: 50px;
    text-overflow: ellipsis; } }

@media only screen and (min-width:64.063em) {
  /* Scrollbars ---------------------  */
  nav.tab-bar {
    width: 150%; }
  .pocketnav {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0); }
  div.inner-wrap.pinned {
    -webkit-transform: translate3d(15.625rem, 0, 0);
    padding-right: 15.625rem; }
    div.inner-wrap.pinned .pocketnav {
      -webkit-transform: translate3d(-10%, 0, 0); }
    div.inner-wrap.pinned .tab-bar-section.middle {
      left: 0px; }
  ::-webkit-scrollbar {
    width: 8px; }
  ::-webkit-scrollbar-track {
    background: #000; }
  ::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: rgba(30, 190, 90, 0.9); } }

.pocketnav {
  cursor: pointer; }

section.left {
  background: rgba(30, 190, 90, 0.9);
  padding-left: 1em; }
  section.left span {
    color: white; }

section.left:hover {
  padding-right: 0.8rem; }

div.chat-text {
  word-break: break-all; }

div.chat-text .wrapper {
  display: table-row; }

div.chat-text .wrapper .shoutFace {
  display: table-cell;
  vertical-align: top;
  width: 32px; }

div.chat-text .wrapper .shoutText {
  display: table-cell;
  vertical-align: middle;
  padding: 0 5px; }

/* ----------- Backgrounds ---------------- */
.setback.net {
  background: url(../images/net.svg) center/contain no-repeat; }

.setback.fiat-background {
  background: url(../images/fiat.svg) center/contain no-repeat; }

.setback.coins {
  background: url(../images/coins.svg) right/contain no-repeat; }

.setback.notifications {
  background: url(../images/notifications.svg) right/contain no-repeat; }

.lobbyback {
  background: url(../images/virtual.svg) top/cover no-repeat;
  -webkit-box-shadow: inset -0 0px 130px black; }

div.wizard {
  background: #000;
  border-radius: 3px;
  padding: 1.5em;
  -webkit-backface-visibility: hidden; }

form.send {
  min-height: 60%;
  background: url(../images/send.svg) center/contain no-repeat; }

.seed {
  background: url(../images/seed.svg) center/cover no-repeat; }