@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Space+Mono");
@media print, screen and (min-width: 40em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto; } }

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0; }

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px; }

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit; }

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic; }

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000; }

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block; }

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none; }

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden; }

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible; }

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none; }

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto; }

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block; }

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item; }

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }

/**
     * Add the correct display in IE.
     */
template {
  display: none; }

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.125rem; }

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

body {
  margin: 0;
  padding: 0;
  background: #FFF;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #4A4A4A;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 4px; }

select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 4px; }

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

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 4px;
  background: transparent;
  line-height: 1;
  cursor: pointer; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto; }
  .row::before, .row::after {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row .row {
    margin-right: -0.55556rem;
    margin-left: -0.55556rem; }
    @media print, screen and (min-width: 40em) {
      .row .row {
        margin-right: -0.83333rem;
        margin-left: -0.83333rem; } }
    @media print, screen and (min-width: 64em) {
      .row .row {
        margin-right: -0.83333rem;
        margin-left: -0.83333rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.gutter-small > .column, .row.gutter-small > .columns {
    padding-right: 0.55556rem;
    padding-left: 0.55556rem; }
  .row.gutter-medium > .column, .row.gutter-medium > .columns {
    padding-right: 0.83333rem;
    padding-left: 0.83333rem; }

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.55556rem;
  padding-left: 0.55556rem; }
  @media print, screen and (min-width: 40em) {
    .column, .columns {
      padding-right: 0.83333rem;
      padding-left: 0.83333rem; } }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.small-1 {
  width: 8.33333%; }

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

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

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.66667%; }

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

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

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

.small-3 {
  width: 25%; }

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

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

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

.small-4 {
  width: 33.33333%; }

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

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

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

.small-5 {
  width: 41.66667%; }

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

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

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

.small-6 {
  width: 100%; }

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

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

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

.small-7 {
  width: 58.33333%; }

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

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

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

.small-8 {
  width: 66.66667%; }

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

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

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

.small-9 {
  width: 75%; }

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

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

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

.small-10 {
  width: 83.33333%; }

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

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

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

.small-11 {
  width: 91.66667%; }

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

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

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

.small-12 {
  width: 100%; }

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

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.33333%; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.66667%; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.28571%; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

.small-collapse .row {
  margin-right: 0;
  margin-left: 0; }

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.55556rem;
  padding-left: 0.55556rem; }

.small-centered {
  margin-right: auto;
  margin-left: auto; }
  .small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0; }

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.83333rem;
    padding-left: 0.83333rem; }
  .medium-centered {
    margin-right: auto;
    margin-left: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.83333rem;
    padding-left: 0.83333rem; }
  .large-centered {
    margin-right: auto;
    margin-left: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

.column-block {
  margin-bottom: 1.11111rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .column-block {
      margin-bottom: 1.66667rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

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

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

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

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

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #60766E;
  text-rendering: optimizeLegibility; }
  h1 small, .h1 small,
  h2 small, .h2 small,
  h3 small, .h3 small,
  h4 small, .h4 small,
  h5 small, .h5 small,
  h6 small, .h6 small {
    line-height: 0;
    color: #cacaca; }

h1, .h1 {
  font-size: 1.33333rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2, .h2 {
  font-size: 1.11111rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3, .h3 {
  font-size: 1.05556rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4, .h4 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5, .h5 {
  font-size: 0.94444rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6, .h6 {
  font-size: 0.88889rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 2.66667rem; }
  h2, .h2 {
    font-size: 2.22222rem; }
  h3, .h3 {
    font-size: 1.72222rem; }
  h4, .h4 {
    font-size: 1.38889rem; }
  h5, .h5 {
    font-size: 1.11111rem; }
  h6, .h6 {
    font-size: 0.88889rem; } }

a {
  line-height: inherit;
  color: #EC6161;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #e73737; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.11111rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5rem 1.11111rem 0 1.05556rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.72222rem;
  color: #8a8a8a; }
  cite:before {
    content: "— "; }

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none; }

figure {
  margin: 0; }

code {
  padding: 0.11111rem 0.27778rem 0.05556rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a; }

kbd {
  margin: 0;
  padding: 0.11111rem 0.22222rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a;
  border-radius: 4px; }

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

.lead {
  font-size: 1.40625rem;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none; }

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .print-break-inside {
    page-break-inside: auto; } }

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #EC6161;
  color: #fff; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #FF2E2F;
    color: #fff; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button.primary {
    background-color: #EC6161;
    color: #0a0a0a; }
    .button.primary:hover, .button.primary:focus {
      background-color: #FF2E2F;
      color: #0a0a0a; }
  .button.secondary {
    background-color: #8AD736;
    color: #0a0a0a; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #6fb324;
      color: #0a0a0a; }
  .button.success {
    background-color: #3adb76;
    color: #0a0a0a; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #0a0a0a; }
  .button.warning {
    background-color: #ffae00;
    color: #0a0a0a; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #0a0a0a; }
  .button.alert {
    background-color: #cc4b37;
    color: #fff; }
    .button.alert:hover, .button.alert:focus {
      background-color: #a53b2a;
      color: #fff; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
      background-color: #EC6161;
      color: #fff; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #EC6161;
        color: #0a0a0a; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #8AD736;
        color: #0a0a0a; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #3adb76;
        color: #0a0a0a; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #ffae00;
        color: #0a0a0a; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #cc4b37;
        color: #fff; }
  .button.hollow {
    border: 1px solid #EC6161;
    color: #EC6161; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #951212;
      color: #951212; }
      .button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
        border: 1px solid #EC6161;
        color: #EC6161; }
    .button.hollow.primary {
      border: 1px solid #EC6161;
      color: #EC6161; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #951212;
        color: #951212; }
        .button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
          border: 1px solid #EC6161;
          color: #EC6161; }
    .button.hollow.secondary {
      border: 1px solid #8AD736;
      color: #8AD736; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #457016;
        color: #457016; }
        .button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
          border: 1px solid #8AD736;
          color: #8AD736; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
        .button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
          border: 1px solid #3adb76;
          color: #3adb76; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
        .button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] {
          border: 1px solid #ffae00;
          color: #ffae00; }
    .button.hollow.alert {
      border: 1px solid #cc4b37;
      color: #cc4b37; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #67251a;
        color: #67251a; }
        .button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
          border: 1px solid #cc4b37;
          color: #cc4b37; }
  .button.clear {
    border: 1px solid #EC6161;
    color: #EC6161; }
    .button.clear, .button.clear:hover, .button.clear:focus {
      background-color: transparent; }
    .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
      background-color: transparent; }
    .button.clear:hover, .button.clear:focus {
      border-color: #951212;
      color: #951212; }
      .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
        border: 1px solid #EC6161;
        color: #EC6161; }
    .button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
      border-color: transparent; }
    .button.clear.primary {
      border: 1px solid #EC6161;
      color: #EC6161; }
      .button.clear.primary:hover, .button.clear.primary:focus {
        border-color: #951212;
        color: #951212; }
        .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
          border: 1px solid #EC6161;
          color: #EC6161; }
      .button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
        border-color: transparent; }
    .button.clear.secondary {
      border: 1px solid #8AD736;
      color: #8AD736; }
      .button.clear.secondary:hover, .button.clear.secondary:focus {
        border-color: #457016;
        color: #457016; }
        .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
          border: 1px solid #8AD736;
          color: #8AD736; }
      .button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
        border-color: transparent; }
    .button.clear.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.clear.success:hover, .button.clear.success:focus {
        border-color: #157539;
        color: #157539; }
        .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
          border: 1px solid #3adb76;
          color: #3adb76; }
      .button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
        border-color: transparent; }
    .button.clear.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.clear.warning:hover, .button.clear.warning:focus {
        border-color: #805700;
        color: #805700; }
        .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
          border: 1px solid #ffae00;
          color: #ffae00; }
      .button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
        border-color: transparent; }
    .button.clear.alert {
      border: 1px solid #cc4b37;
      color: #cc4b37; }
      .button.clear.alert:hover, .button.clear.alert:focus {
        border-color: #67251a;
        color: #67251a; }
        .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
          border: 1px solid #cc4b37;
          color: #cc4b37; }
      .button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
        border-color: transparent; }
  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fff transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em; }
  .button.dropdown.hollow::after {
    border-top-color: #EC6161; }
  .button.dropdown.hollow.primary::after {
    border-top-color: #EC6161; }
  .button.dropdown.hollow.secondary::after {
    border-top-color: #8AD736; }
  .button.dropdown.hollow.success::after {
    border-top-color: #3adb76; }
  .button.dropdown.hollow.warning::after {
    border-top-color: #ffae00; }
  .button.dropdown.hollow.alert::after {
    border-top-color: #cc4b37; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

a.button:hover, a.button:focus {
  text-decoration: none; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 2.16667rem;
  margin: 0 0 0.88889rem;
  padding: 0.44444rem;
  border: 1px solid #cacaca;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
          box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 0.88889rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px #cacaca;
            box-shadow: 0 0 5px #cacaca;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cacaca; }

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #cacaca; }

input::placeholder,
textarea::placeholder {
  color: #cacaca; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 4px; }

input[type='search'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 0.88889rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.44444rem;
  margin-right: 0.88889rem;
  margin-bottom: 0; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.44444rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.77778rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }
  label.middle {
    margin: 0 0 0.88889rem;
    padding: 0.5rem 0; }

.help-text {
  margin-top: -0.44444rem;
  font-size: 0.72222rem;
  font-style: italic;
  color: #0a0a0a; }

.input-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0.88889rem;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  .input-group > :first-child {
    border-radius: 4px 0 0 4px; }
  .input-group > :last-child > * {
    border-radius: 0 4px 4px 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  height: auto;
  min-width: 0; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    height: auto;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 0.88889rem; }

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

legend {
  max-width: 100%;
  margin-bottom: 0.44444rem; }

.fieldset {
  margin: 1rem 0;
  padding: 1.11111rem;
  border: 1px solid #cacaca; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.16667rem;
    padding: 0 0.16667rem; }

select {
  height: 2.16667rem;
  margin: 0 0 0.88889rem;
  padding: 0.44444rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #cacaca;
  border-radius: 4px;
  background-color: #fff;
  font-family: inherit;
  font-size: 0.88889rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28216, 216, 216%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -0.88889rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.33333rem;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMBJREFUeNrEllsOhCAMRVszC9IlzU7KCmVHTJsoMWYMUtpyv9BgbuXQB5ZSdgBYYY4ycgBivk8KYFsQMfMiTTBP4o3nUzCKzOabLJbLy2/g31evGkAginR4/ZegKH5qX3bJCscA3t0x3kgO5tQFyhhFf50xRqFLbyMUNJQzgyjGS/wgCpvKqkRBpuWrE4V9d+1E4dPUXqIg107SQOE/2DRQxMwTDygIInVDET9T3lCoj/6j/VCmGjZOl2lKpZ8AAwDQP7zIimDGFQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px #cacaca;
            box-shadow: 0 0 5px #cacaca;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }
  select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #faedeb; }
  .is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus)::-ms-input-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37; }

.is-invalid-label {
  color: #cc4b37; }

.form-error {
  display: none;
  margin-top: -0.44444rem;
  margin-bottom: 0.88889rem;
  font-size: 0.66667rem;
  font-weight: bold;
  color: #cc4b37; }
  .form-error.is-visible {
    display: block; }

.accordion {
  margin-left: 0;
  background: none;
  list-style-type: none; }
  .accordion[disabled] .accordion-title {
    cursor: not-allowed; }

.accordion-item:first-child > :first-child {
  border-radius: 4px 4px 0 0; }

.accordion-item:last-child > :last-child {
  border-radius: 0 0 4px 4px; }

.accordion-title {
  position: relative;
  display: block;
  padding: 18px 0;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 1rem;
  line-height: 1;
  color: #4A4A4A; }
  :last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 4px 4px; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: none; }
  .accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '+'; }
  .is-active > .accordion-title::before {
    content: '\2013'; }

.accordion-content {
  display: none;
  padding: 5px 20px;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: none;
  color: #4A4A4A; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6; }

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none; }
  .breadcrumbs::before, .breadcrumbs::after {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    font-size: 0.61111rem;
    color: #0a0a0a;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      position: relative;
      margin: 0 0.75rem;
      opacity: 1;
      content: "/";
      color: #cacaca; }
  .breadcrumbs a {
    color: #EC6161; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed; }

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 4px;
  background-color: white;
  color: #4A4A4A; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #fce7e7;
    color: #4A4A4A; }
  .callout.secondary {
    background-color: #edf9e1;
    color: #4A4A4A; }
  .callout.success {
    background-color: #e1faea;
    color: #4A4A4A; }
  .callout.warning {
    background-color: #fff3d9;
    color: #4A4A4A; }
  .callout.alert {
    background-color: #f7e4e1;
    color: #4A4A4A; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: hidden;
  color: #4A4A4A; }
  .card > :last-child {
    margin-bottom: 0; }

.card-divider {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  background: #e6e6e6; }
  .card-divider > :last-child {
    margin-bottom: 0; }

.card-section {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 1rem; }
  .card-section > :last-child {
    margin-bottom: 0; }

.card-image {
  min-height: 1px; }

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #0a0a0a; }
  .close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1; }
  .close-button, .close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1; }

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  [data-whatinput='mouse'] .menu li {
    outline: 0; }
  .menu a,
  .menu .button {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0.7rem 1rem; }
  .menu input,
  .menu select,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu input {
    display: inline-block; }
  .menu, .menu.horizontal {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
  .menu.vertical {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .menu.expanded li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px; }
  .menu.simple {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .menu.simple li + li {
      margin-left: 1rem; }
    .menu.simple a {
      padding: 0; }
  @media print, screen and (min-width: 40em) {
    .menu.medium-horizontal {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
    .menu.medium-vertical {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .menu.medium-expanded li {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; }
    .menu.medium-simple li {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; } }
  @media print, screen and (min-width: 64em) {
    .menu.large-horizontal {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
    .menu.large-vertical {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .menu.large-expanded li {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; }
    .menu.large-simple li {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; } }
  .menu.nested {
    margin-right: 0;
    margin-left: 1rem; }
  .menu.icons a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .menu.icon-left li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap; }
    .menu.icon-left li a img,
    .menu.icon-left li a i,
    .menu.icon-left li a svg {
      margin-right: 0.25rem; }
  .menu.icon-right li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap; }
    .menu.icon-right li a img,
    .menu.icon-right li a i,
    .menu.icon-right li a svg {
      margin-left: 0.25rem; }
  .menu.icon-top li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap; }
    .menu.icon-top li a img,
    .menu.icon-top li a i,
    .menu.icon-top li a svg {
      -webkit-align-self: stretch;
          -ms-flex-item-align: stretch;
              align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu.icon-bottom li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap; }
    .menu.icon-bottom li a img,
    .menu.icon-bottom li a i,
    .menu.icon-bottom li a svg {
      -webkit-align-self: stretch;
          -ms-flex-item-align: stretch;
              align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu .is-active > a {
    background: #EC6161;
    color: #fff; }
  .menu .active > a {
    background: #EC6161;
    color: #fff; }
  .menu.align-left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .menu.align-right li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .menu.align-right li .submenu li {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
  .menu.align-right.vertical li {
    display: block;
    text-align: right; }
    .menu.align-right.vertical li .submenu li {
      text-align: right; }
  .menu.align-right .nested {
    margin-right: 1rem;
    margin-left: 0; }
  .menu.align-center li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .menu.align-center li .submenu li {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
  .menu .menu-text {
    padding: 0.7rem 1rem;
    font-weight: bold;
    line-height: 1;
    color: inherit; }

.menu-centered > .menu {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .menu-centered > .menu li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .menu-centered > .menu li .submenu li {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; }

.no-js [data-responsive-menu] ul {
  display: none; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
            box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
    content: ''; }
  .menu-icon:hover::after {
    background: #cacaca;
    -webkit-box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
            box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    -webkit-box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
            box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
    content: ''; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    -webkit-box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
            box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0; }

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #EC6161 transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px; }

.dropdown.menu a {
  padding: 0.7rem 1rem; }
  [data-whatinput='mouse'] .dropdown.menu a {
    outline: 0; }

.dropdown.menu .is-active > a {
  background: transparent;
  color: #EC6161; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0; }

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
  top: 0; }

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }

.dropdown.menu.vertical > li > a::after {
  right: 14px; }

.dropdown.menu.vertical > li.opens-left > a::after {
  right: auto;
  left: 5px;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #EC6161 transparent transparent; }

.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #EC6161; }

@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #EC6161 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #EC6161 transparent transparent; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #EC6161; } }

@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #EC6161 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #EC6161 transparent transparent; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #EC6161; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    left: auto;
    margin-top: -6px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fff; }
  .dropdown .is-dropdown-submenu a {
    padding: 0.7rem 1rem; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #EC6161 transparent transparent; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #EC6161; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.is-off-canvas-open {
  overflow: hidden; }

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(255, 255, 255, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden; }
  .js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible; }
  .js-off-canvas-overlay.is-closable {
    cursor: pointer; }
  .js-off-canvas-overlay.is-overlay-absolute {
    position: absolute; }
  .js-off-canvas-overlay.is-overlay-fixed {
    position: fixed; }

.off-canvas-wrapper {
  position: relative;
  overflow: hidden; }

.off-canvas {
  position: fixed;
  z-index: 12;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #e6e6e6; }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.is-transition-push {
    z-index: 12; }
  .off-canvas.is-closed {
    visibility: hidden; }
  .off-canvas.is-transition-overlap {
    z-index: 13; }
    .off-canvas.is-transition-overlap.is-open {
      -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
              box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
  .off-canvas.is-open {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #e6e6e6; }
  [data-whatinput='mouse'] .off-canvas-absolute {
    outline: 0; }
  .off-canvas-absolute.is-transition-push {
    z-index: 12; }
  .off-canvas-absolute.is-closed {
    visibility: hidden; }
  .off-canvas-absolute.is-transition-overlap {
    z-index: 13; }
    .off-canvas-absolute.is-transition-overlap.is-open {
      -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
              box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
  .off-canvas-absolute.is-open {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  -webkit-transform: translateX(-250px);
      -ms-transform: translateX(-250px);
          transform: translateX(-250px); }
  .off-canvas-content .off-canvas.position-left {
    -webkit-transform: translateX(-250px);
        -ms-transform: translateX(-250px);
            transform: translateX(-250px); }
    .off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0); }
  .off-canvas-content.is-open-left.has-transition-push {
    -webkit-transform: translateX(250px);
        -ms-transform: translateX(250px);
            transform: translateX(250px); }
  .position-left.is-transition-push {
    -webkit-box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
            box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25); }

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  -webkit-transform: translateX(250px);
      -ms-transform: translateX(250px);
          transform: translateX(250px); }
  .off-canvas-content .off-canvas.position-right {
    -webkit-transform: translateX(250px);
        -ms-transform: translateX(250px);
            transform: translateX(250px); }
    .off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0); }
  .off-canvas-content.is-open-right.has-transition-push {
    -webkit-transform: translateX(-250px);
        -ms-transform: translateX(-250px);
            transform: translateX(-250px); }
  .position-right.is-transition-push {
    -webkit-box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
            box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25); }

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  -webkit-transform: translateY(-250px);
      -ms-transform: translateY(-250px);
          transform: translateY(-250px); }
  .off-canvas-content .off-canvas.position-top {
    -webkit-transform: translateY(-250px);
        -ms-transform: translateY(-250px);
            transform: translateY(-250px); }
    .off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0); }
  .off-canvas-content.is-open-top.has-transition-push {
    -webkit-transform: translateY(250px);
        -ms-transform: translateY(250px);
            transform: translateY(250px); }
  .position-top.is-transition-push {
    -webkit-box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
            box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25); }

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  -webkit-transform: translateY(250px);
      -ms-transform: translateY(250px);
          transform: translateY(250px); }
  .off-canvas-content .off-canvas.position-bottom {
    -webkit-transform: translateY(250px);
        -ms-transform: translateY(250px);
            transform: translateY(250px); }
    .off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0); }
  .off-canvas-content.is-open-bottom.has-transition-push {
    -webkit-transform: translateY(-250px);
        -ms-transform: translateY(-250px);
            transform: translateY(-250px); }
  .position-bottom.is-transition-push {
    -webkit-box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25);
            box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25); }

.off-canvas-content {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  .off-canvas-content.has-transition-push {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }
  .off-canvas-content .off-canvas.is-open {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-medium {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-medium {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-medium {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px; }
    .position-top.reveal-for-medium ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-medium {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px; }
    .position-bottom.reveal-for-medium ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-large {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-large {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-large {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px; }
    .position-top.reveal-for-large ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-large {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px; }
    .position-bottom.reveal-for-large ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    -webkit-transition: inherit;
    transition: inherit; }
    .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
      -webkit-box-shadow: none;
              box-shadow: none;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .off-canvas.in-canvas-for-medium .close-button {
      display: none; } }

@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    -webkit-transition: inherit;
    transition: inherit; }
    .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
      -webkit-box-shadow: none;
              box-shadow: none;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .off-canvas.in-canvas-for-large .close-button {
      display: none; } }

.orbit {
  position: relative; }

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden; }

.orbit-slide {
  width: 100%; }
  .orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0; }

.orbit-figure {
  margin: 0; }

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0; }

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(10, 10, 10, 0.5);
  color: #fff; }

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fff; }
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous {
  left: 0; }

.orbit-next {
  left: auto;
  right: 0; }

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    border-radius: 50%;
    background-color: #cacaca; }
    .orbit-bullets button:hover {
      background-color: #8a8a8a; }
    .orbit-bullets button.is-active {
      background-color: #8a8a8a; }

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 4px;
  background-color: #cacaca; }
  .progress.primary .progress-meter {
    background-color: #EC6161; }
  .progress.secondary .progress-meter {
    background-color: #8AD736; }
  .progress.success .progress-meter {
    background-color: #3adb76; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }
  .progress.alert .progress-meter {
    background-color: #cc4b37; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #EC6161;
  border-radius: 4px; }

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
  border-radius: 4px; }

.sticky-container {
  position: relative; }

.sticky {
  position: relative;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

body.is-reveal-open {
  overflow: hidden; }

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  position: fixed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  overflow-y: scroll; }

.reveal {
  z-index: 100000;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 0;
  border: none;
  border-radius: 4px;
  background-color: #fff;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      width: 900px;
      max-width: 75rem; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) and (max-width: 70em) {
    .reveal.tiny {
      width: 50%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 75rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 39.9375em) {
    .reveal {
      top: 0;
      left: 0;
      width: 100%;
      max-width: none;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.77778rem;
  font-weight: bold;
  color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0; }

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 50px;
  background: #cacaca;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    border-radius: 50px;
    background: #fff;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    content: ''; }
  input:checked ~ .switch-paddle {
    background: #EC6161; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }
  input:checked + label > .switch-active {
    display: block; }

.switch-inactive {
  right: 15%; }
  input:checked + label > .switch-inactive {
    display: none; }

.switch.tiny {
  height: 1.5rem; }
  .switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: 0.55556rem; }
  .switch.tiny .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1rem;
    height: 1rem; }
  .switch.tiny input:checked ~ .switch-paddle::after {
    left: 1.75rem; }

.switch.small {
  height: 2rem; }
  .switch.small .switch-paddle {
    width: 4rem;
    height: 2rem;
    font-size: 0.66667rem; }
  .switch.small .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1.5rem;
    height: 1.5rem; }
  .switch.small input:checked ~ .switch-paddle::after {
    left: 2.25rem; }

.switch.large {
  height: 2.5rem; }
  .switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 0.88889rem; }
  .switch.large .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 2rem;
    height: 2rem; }
  .switch.large input:checked ~ .switch-paddle::after {
    left: 2.75rem; }

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 4px; }
  thead,
  tbody,
  tfoot {
    border: 1px solid #f2f2f2;
    background-color: #fff; }
  caption {
    padding: 0.44444rem 0.55556rem 0.55556rem;
    font-weight: bold; }
  thead {
    background: #f9f9f9;
    color: #4A4A4A; }
  tfoot {
    background: #f2f2f2;
    color: #4A4A4A; }
  thead tr,
  tfoot tr {
    background: transparent; }
  thead th,
  thead td,
  tfoot th,
  tfoot td {
    padding: 0.44444rem 0.55556rem 0.55556rem;
    font-weight: bold;
    text-align: left; }
  tbody th,
  tbody td {
    padding: 0.44444rem 0.55556rem 0.55556rem; }
  tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f2f2f2; }
  table.unstriped tbody {
    background-color: #fff; }
    table.unstriped tbody tr {
      border-bottom: 0;
      border-bottom: 1px solid #f2f2f2;
      background-color: #fff; }

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover thead tr:hover {
  background-color: #f4f4f4; }

table.hover tfoot tr:hover {
  background-color: #ededed; }

table.hover tbody tr:hover {
  background-color: #fafafa; }

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ededed; }

.table-scroll {
  overflow-x: auto; }
  .table-scroll table {
    width: auto; }

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fff;
  list-style-type: none; }
  .tabs::before, .tabs::after {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary {
  background: #EC6161; }
  .tabs.primary > li > a {
    color: #0a0a0a; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #ea5252; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 0.66667rem;
    line-height: 1;
    color: #EC6161; }
    .tabs-title > a:hover {
      background: #fff;
      color: #e73737; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #e6e6e6;
      color: #EC6161; }

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fff;
  color: #4A4A4A;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel.is-active {
    display: block; }

.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

.title-bar-left,
.title-bar-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; }

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

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold; }

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help; }

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 4px;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fff; }
  .tooltip::before {
    position: absolute; }
  .tooltip.bottom::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #0a0a0a;
    bottom: 100%; }
  .tooltip.bottom.align-center::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #0a0a0a transparent transparent;
    top: 100%;
    bottom: auto; }
  .tooltip.top.align-center::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #0a0a0a;
    left: 100%; }
  .tooltip.left.align-center::before {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #0a0a0a transparent transparent;
    right: 100%;
    left: auto; }
  .tooltip.right.align-center::before {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .tooltip.align-top::before {
    bottom: auto;
    top: 10%; }
  .tooltip.align-bottom::before {
    bottom: 10%;
    top: auto; }
  .tooltip.align-left::before {
    left: 10%;
    right: auto; }
  .tooltip.align-right::before {
    left: auto;
    right: 10%; }

.top-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .top-bar,
  .top-bar ul {
    background-color: #e6e6e6; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  @media print, screen and (min-width: 40em) {
    .top-bar {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
      .top-bar .top-bar-left {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        margin-right: auto; }
      .top-bar .top-bar-right {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        margin-left: auto; } }
  @media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-medium {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .top-bar.stacked-for-medium .top-bar-left,
      .top-bar.stacked-for-medium .top-bar-right {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; } }
  @media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .top-bar.stacked-for-large .top-bar-left,
      .top-bar.stacked-for-large .top-bar-right {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; } }

.top-bar-title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0; }

.top-bar-left,
.top-bar-right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0; }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
          clip-path: none; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.clearfix::before, .clearfix::after {
  display: table;
  content: ' ';
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }

.clearfix::after {
  clear: both; }

.slide-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.slide-in-left.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

.slide-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.slide-in-right.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

.slide-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%); }

.slide-out-right.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%); }

.slide-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%); }

.slide-out-left.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%); }

.fade-in.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  opacity: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(-0.75turn);
      -ms-transform: rotate(-0.75turn);
          transform: rotate(-0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(0.75turn);
      -ms-transform: rotate(0.75turn);
          transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0.75turn);
      -ms-transform: rotate(0.75turn);
          transform: rotate(0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-0.75turn);
      -ms-transform: rotate(-0.75turn);
          transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  -webkit-transition-duration: 750ms !important;
          transition-duration: 750ms !important; }

.fast {
  -webkit-transition-duration: 100ms !important;
          transition-duration: 100ms !important; }

.linear {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important; }

.ease {
  -webkit-transition-timing-function: ease !important;
          transition-timing-function: ease !important; }

.ease-in {
  -webkit-transition-timing-function: ease-in !important;
          transition-timing-function: ease-in !important; }

.ease-out {
  -webkit-transition-timing-function: ease-out !important;
          transition-timing-function: ease-out !important; }

.ease-in-out {
  -webkit-transition-timing-function: ease-in-out !important;
          transition-timing-function: ease-in-out !important; }

.bounce-in {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
          transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
          transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  -webkit-transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
          transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  -webkit-transition-delay: 300ms !important;
          transition-delay: 300ms !important; }

.long-delay {
  -webkit-transition-delay: 700ms !important;
          transition-delay: 700ms !important; }

.shake {
  -webkit-animation-name: shake-7;
          animation-name: shake-7; }

@-webkit-keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
            transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%); } }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
            transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%); } }

.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
          animation-name: spin-cw-1turn; }

@-webkit-keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

.spin-ccw {
  -webkit-animation-name: spin-ccw-1turn;
          animation-name: spin-ccw-1turn; }

@-webkit-keyframes spin-ccw-1turn {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn); } }

@keyframes spin-ccw-1turn {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn); } }

.wiggle {
  -webkit-animation-name: wiggle-7deg;
          animation-name: wiggle-7deg; }

@-webkit-keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms; }

.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

.slow {
  -webkit-animation-duration: 750ms !important;
          animation-duration: 750ms !important; }

.fast {
  -webkit-animation-duration: 100ms !important;
          animation-duration: 100ms !important; }

.linear {
  -webkit-animation-timing-function: linear !important;
          animation-timing-function: linear !important; }

.ease {
  -webkit-animation-timing-function: ease !important;
          animation-timing-function: ease !important; }

.ease-in {
  -webkit-animation-timing-function: ease-in !important;
          animation-timing-function: ease-in !important; }

.ease-out {
  -webkit-animation-timing-function: ease-out !important;
          animation-timing-function: ease-out !important; }

.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
          animation-timing-function: ease-in-out !important; }

.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
          animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
          animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
          animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  -webkit-animation-delay: 300ms !important;
          animation-delay: 300ms !important; }

.long-delay {
  -webkit-animation-delay: 700ms !important;
          animation-delay: 700ms !important; }

/**!
  Project     : Canary
  Author      : FrontCube
  Developer   : Aslam Najeebdeen
  Version     : 0.1
  Date        : October 25, 2018 */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #ffffff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before,
.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before,
.fa-users:before {
  content: "\f0c0"; }

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"; }

.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before,
.fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before,
.fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-wheelchair-alt:before {
  content: "\f29b"; }

.fa-question-circle-o:before {
  content: "\f29c"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3"; }

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-handshake-o:before {
  content: "\f2b5"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-o:before {
  content: "\f2b7"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-book-o:before {
  content: "\f2ba"; }

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb"; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-circle-o:before {
  content: "\f2be"; }

.fa-user-o:before {
  content: "\f2c0"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2"; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3"; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-eercast:before {
  content: "\f2da"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-snowflake-o:before {
  content: "\f2dc"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-meetup:before {
  content: "\f2e0"; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

div.tagsinput {
  border: 2px solid #ECECEC;
  background: #FFF;
  padding: 8px 0 0 10px;
  width: auto;
  height: auto;
  overflow: hidden;
  -webkit-box-shadow: 0 0 3px 0 rgba(215, 215, 215, 0.5);
  box-shadow: 0 0 3px 0 rgba(215, 215, 215, 0.5);
  border-radius: 4px; }

div.tagsinput span.tag {
  border-radius: 4px;
  display: block;
  float: left;
  padding: 2px 10px;
  text-decoration: none;
  background: #60766E;
  color: #fff;
  margin: 0 10px 8px 0;
  font-size: 16px;
  font-weight: 600; }

div.tagsinput span.tag a.remove-tag {
  margin-left: 10px; }

div.tagsinput span.tag a.remove-tag:after {
  content: '\e003';
  font-family: "canary-v25" !important;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-size: 11px; }

div.tagsinput span.tag a.remove-tag:hover:after {
  color: #fff; }

div.tagsinput input {
  margin: 0 10px 8px 0;
  border: none;
  padding: 0 0 0 5px;
  background: none;
  color: #C0C0C0;
  outline: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 28px;
  width: auto !important; }

div.tagsinput input:focus {
  color: #4A4A4A; }

div.tagsinput.is-focus {
  border: 2px solid #C4C9CA;
  -webkit-box-shadow: 0 0 5px #aaa;
          box-shadow: 0 0 5px #aaa; }

div.tagsinput div {
  display: block;
  float: left; }

.tags_clear {
  clear: both;
  width: 100%;
  height: 0px; }

.not_valid {
  color: #cc4b37 !important; }

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.7.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2017 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.chosen-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0); }

.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto; }

.chosen-container a {
  cursor: pointer; }

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999; }

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top; }

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px; }

.chosen-container-single .chosen-default {
  color: #999; }

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("") -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%; }

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("") no-repeat 0px 2px; }

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url("") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0); }

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none; }

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer; }

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff; }

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4; }

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default; }

.chosen-container .chosen-results li.group-option {
  padding-left: 15px; }

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline; }

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text; }

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px; }

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default; }

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("") -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666; }

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4; }

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
  background-image: linear-gradient(#eee 20%, #fff 80%);
  -webkit-box-shadow: 0 1px 0 #fff inset;
          box-shadow: 0 1px 0 #fff inset; }

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent; }

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px; }

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important; }

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }

.chosen-disabled .chosen-single {
  cursor: default; }

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default; }

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right; }

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0; }

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl; }

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px; }

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px; }

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px; }

.chosen-rtl .chosen-choices li {
  float: right; }

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl; }

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px; }

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px; }

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0; }

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0; }

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none; }

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url("") no-repeat -30px -20px;
  direction: rtl; }

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px; }

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px; }

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; } }

/* @end */
body.no-scroll {
  overflow: hidden; }

.callout.warning {
  background: #FFFCD7;
  border-color: #E7E2A7; }
  .callout.warning a {
    text-decoration: underline; }

@font-face {
  font-family: "canary-landing";
  src: url("../fonts/canary-landing.eot");
  src: url("../fonts/canary-landing.eot?#iefix") format("embedded-opentype"), url("../fonts/canary-landing.woff") format("woff"), url("../fonts/canary-landing.ttf") format("truetype"), url("../fonts/canary-landing.svg#canary-landing") format("svg");
  font-weight: normal;
  font-style: normal; }

[data-icon]:before {
  font-family: "canary-landing" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "canary-landing" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-heart:before {
  content: "\61"; }

.icon-play-circle:before {
  content: "\62"; }

.icon-minus:before {
  content: "\63"; }

.icon-plus:before {
  content: "\66"; }

.icon-play:before {
  content: "\64"; }

.icon-quote:before {
  content: "\65"; }

.icon-twitter:before {
  content: "\67"; }

.icon-document:before {
  content: "\68"; }

.icon-link:before {
  content: "\69"; }

.icon-video:before {
  content: "\6a"; }

.icon-webinar:before {
  content: "\6b"; }

.icon-check:before {
  content: "\6c"; }

h1, h2, h3, h4, h5, h6 {
  color: #4A4A4A;
  line-height: 140%;
  font-weight: normal; }

h1 {
  font-size: 1.66667rem; }
  @media print, screen and (min-width: 40em) {
    h1 {
      font-size: 2rem; } }
  @media screen and (min-width: 75em) {
    h1 {
      font-size: 2.66667rem; } }
  h1.page-title {
    text-align: center;
    color: #5A776E;
    margin: 0 auto 10px;
    width: 375px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    width: -webkit-max-content;
    width: max-content;
    width: -moz-max-content; }

h2 {
  font-size: 1.66667rem; }
  @media print, screen and (min-width: 64em) {
    h2 {
      font-size: 2.11111rem; } }
  h2.section-title {
    text-align: center;
    color: #24b47e;
    font-weight: 300;
    margin: 0 0 25px; }
    @media screen and (max-width: 39.9375em) {
      .section-why-canary h2.section-title {
        margin-top: 50px; } }
    @media screen and (max-width: 39.9375em) {
      .section-pricing h2.section-title {
        margin-bottom: 20px !important; } }

h3 {
  font-size: 1rem; }
  @media print, screen and (min-width: 64em) {
    h3 {
      font-size: 1.15rem; } }
  h3.section-sub-title {
    color: #646464;
    font-weight: 600;
    letter-spacing: .5px;
    color: #24b47e;
    text-transform: uppercase; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1rem; }

p {
  font-size: 0.88889rem;
  margin-bottom: 20px; }
  @media print, screen and (min-width: 64em) {
    p {
      font-size: 1rem;
      margin-bottom: 25px; } }
  p:last-of-type {
    margin-bottom: 0; }

strong.pricing-quote {
  font-size: 2.11111rem;
  font-weight: 300;
  text-align: center;
  display: block; }
  @media print, screen and (min-width: 64em) {
    strong.pricing-quote {
      text-align: left;
      font-size: 2.66667rem; } }

blockquote {
  border: none;
  padding: 0;
  margin-bottom: 0; }

hr {
  border-bottom-color: #EAEEEF; }

a {
  color: #4A90E2;
  outline: 0; }

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

a.secondary-link {
  color: #fff;
  display: block;
  font-size: 0.88889rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: -webkit-max-content;
  width: max-content;
  width: -moz-max-content; }
  @media print, screen and (min-width: 64em) {
    a.secondary-link {
      font-size: 1rem; } }
  a.secondary-link:hover {
    color: #d9d9d9; }
  a.secondary-link i {
    margin: 2px 10px 0 0;
    float: left; }

ul.dot {
  list-style: none;
  padding: 0;
  margin: 0; }
  ul.dot li {
    padding-left: 20px;
    position: relative; }
    ul.dot li:before {
      content: '\f192';
      position: absolute;
      left: -5px; }

ul.danger {
  list-style: none;
  padding: 0;
  margin: 0; }
  ul.danger li {
    padding-left: 20px;
    position: relative; }
    ul.danger li:before {
      content: '\f00d';
      position: absolute;
      left: -5px; }

ul.check-list {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-left: 25px; }
  @media print, screen and (min-width: 64em) {
    ul.check-list {
      padding-left: 0; } }
  ul.check-list li {
    position: relative;
    padding: 0 25px;
    margin: 0 0 15px;
    font-size: 0.88889rem; }
    ul.check-list li:before {
      content: "\6c";
      font-family: "canary-landing" !important;
      color: #448D76;
      font-size: 1rem;
      left: -5px;
      top: 0;
      position: absolute; }

img.rounded {
  border-radius: 50%; }

form .row {
  margin-bottom: 20px; }

form .field-help-text {
  line-height: 1;
  font-size: 0.875rem; }

label,
legend {
  display: block;
  color: #4A4A4A;
  margin-bottom: 5px;
  letter-spacing: 0.025rem;
  font-weight: 600; }
  label[for],
  legend[for] {
    cursor: pointer; }

.switch-label {
  color: #787878;
  margin-bottom: 8px;
  font-size: 0.66667rem;
  font-weight: 600; }
  .switch-label select {
    margin: 5px 0 0; }

input[type='text'],
input[type='password'],
input[type='date'],
input[type='datetime'],
input[type='datetime-local'],
input[type='month'],
input[type='week'],
input[type='email'],
input[type='number'],
input[type='search'],
input[type='tel'],
input[type='time'],
input[type='url'],
input[type='color'],
textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #D7D7D7;
  padding: 8px 10px;
  outline: none;
  background: #fff;
  -webkit-appearance: none;
  border-radius: 4px;
  width: 100%;
  font-size: 0.9375rem; }
  input[type='text']:disabled,
  input[type='password']:disabled,
  input[type='date']:disabled,
  input[type='datetime']:disabled,
  input[type='datetime-local']:disabled,
  input[type='month']:disabled,
  input[type='week']:disabled,
  input[type='email']:disabled,
  input[type='number']:disabled,
  input[type='search']:disabled,
  input[type='tel']:disabled,
  input[type='time']:disabled,
  input[type='url']:disabled,
  input[type='color']:disabled,
  textarea:disabled {
    color: #e6e6e6; }
  .form-field input[type='text'], .form-field
  input[type='password'], .form-field
  input[type='date'], .form-field
  input[type='datetime'], .form-field
  input[type='datetime-local'], .form-field
  input[type='month'], .form-field
  input[type='week'], .form-field
  input[type='email'], .form-field
  input[type='number'], .form-field
  input[type='search'], .form-field
  input[type='tel'], .form-field
  input[type='time'], .form-field
  input[type='url'], .form-field
  input[type='color'], .form-field
  textarea {
    margin-bottom: 0; }
  input[type='text']:focus,
  input[type='password']:focus,
  input[type='date']:focus,
  input[type='datetime']:focus,
  input[type='datetime-local']:focus,
  input[type='month']:focus,
  input[type='week']:focus,
  input[type='email']:focus,
  input[type='number']:focus,
  input[type='search']:focus,
  input[type='tel']:focus,
  input[type='time']:focus,
  input[type='url']:focus,
  input[type='color']:focus,
  textarea:focus {
    border: 2px solid #C4C9CA;
    color: #222;
    -webkit-box-shadow: 0 0 5px #ddd;
            box-shadow: 0 0 5px #ddd; }

label.label-checkbox {
  display: inline; }
  label.label-checkbox:before {
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block; }

.checkbox-container {
  margin: 10px 0 20px;
  position: relative; }
  .checkbox-container input[type="checkbox"] {
    opacity: 0;
    /* CSS hacks for older browsers */
    _noFocusLine: expression(this.hideFocus=true);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0; }
  .checkbox-container label {
    margin-left: 12px; }
  .checkbox-container label:before {
    content: " ";
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    margin-right: 10px;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 4px;
    font-family: "canary-v25" !important;
    color: #fff;
    border: 1px solid #D7D7D7;
    padding: 0 0 0 1px;
    text-align: center; }
  .checkbox-container label:hover:before {
    content: '\e004';
    font-size: 0.75rem;
    background-color: #D7D7D7; }
  .checkbox-container input[type=checkbox]:checked + label:before {
    content: '\e004';
    font-size: 0.75rem;
    background: #27d367;
    border-color: #3adb76; }
  .checkbox-container input[type=checkbox]:disabled + label:before {
    content: '\f023';
    color: #8a8a8a;
    cursor: not-allowed; }

select {
  border: 1px solid #D7D7D7;
  height: auto;
  font-size: 0.77778rem;
  color: #4A4A4A;
  cursor: pointer;
  padding-left: 12px;
  padding-top: 5px;
  padding-bottom: 5px; }

.switch .switch-paddle:after {
  font-family: "canary-v25" !important;
  font-size: 0.72222rem;
  content: '\e003';
  color: #D8D8D8;
  text-align: center; }

.switch .switch-input:checked ~ .switch-paddle:after {
  content: '\e004';
  color: #EC6161; }

.switch.tiny .switch-paddle:after {
  font-size: 0.5rem; }

.select-large {
  width: 65%; }
  .select-large select {
    margin: 0;
    background-size: 12px 9px;
    color: #787878;
    padding-top: 8px;
    padding-bottom: 8px; }
    .select-large select:focus {
      color: #4A4A4A; }

.form-group-wrap label,
.form-group-wrap .switch {
  margin: 0; }

.form-group-wrap .small-4 label {
  min-height: 38px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .form-group-wrap .small-4 label.label-switch {
    min-height: 28px; }

.form-group-wrap input {
  margin: 0; }

.form-group-wrap hr {
  border-color: #D7D7D7; }

.form-group-wrap .info-link {
  display: inline-block;
  margin: 3px 0 0 30px; }

.chosen-container {
  height: 38px;
  width: 100% !important;
  font-size: 0.77778rem; }
  .select-large ~ .chosen-container {
    width: 65% !important; }
  .chosen-container .chosen-single {
    background: #fff;
    height: 39px;
    line-height: 35px;
    border: 1px solid #D7D7D7;
    border-radius: 4px;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding-left: 12px; }
    .chosen-container .chosen-single div b {
      background: none; }
      .chosen-container .chosen-single div b:before {
        content: '\f0d7';
        font-family: FontAwesome;
        width: 20px;
        height: 20px;
        color: #D8D8D8; }
  .chosen-container .chosen-search {
    padding: 6px 12px; }
    .chosen-container .chosen-search input[type="text"] {
      padding: 8px 30px 8px 12px !important;
      background: none;
      margin: 8px 0;
      border-radius: 4px;
      border: 1px solid #C4C9CA;
      position: relative;
      -webkit-box-shadow: none;
              box-shadow: none; }
    .chosen-container .chosen-search:after {
      content: '\f002';
      font-family: FontAwesome;
      position: absolute;
      width: 20px;
      height: 20px;
      top: 21px;
      right: 10px;
      z-index: 10;
      color: #cacaca; }
  .chosen-container .chosen-drop {
    -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    border: 1px solid #C4C9CA; }

.chosen-container-active .chosen-single {
  border: 1px solid #D7D7D7; }

.chosen-container-active.chosen-with-drop .chosen-single {
  background: none;
  border: 1px solid #C4C9CA; }
  .chosen-container-active.chosen-with-drop .chosen-single div b:before {
    content: '\f0d8'; }

.chosen-container-active .chosen-choices {
  border: 1px solid #D7D7D7; }

.chosen-container-active .chosen-results {
  margin: 0;
  padding: 0; }
  .chosen-container-active .chosen-results li {
    font-size: 0.9375rem;
    padding: 10px 12px; }
    .chosen-container-active .chosen-results li.highlighted {
      background: #eee;
      color: #4A4A4A; }

.is-invalid-label ~ .chosen-container {
  background: #f8e8ea; }
  .is-invalid-label ~ .chosen-container .chosen-single {
    border-color: #bf2437; }
  .is-invalid-label ~ .chosen-container ~ .form-error.is-visible {
    margin-top: 8px; }

button:focus {
  outline: none;
  border: none; }

.button {
  border-radius: 4px;
  font-size: 0.88889rem;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  padding: 22px 30px;
  margin: 0;
  -webkit-box-shadow: 0 2px 9px 0 rgba(74, 74, 74, 0.4);
  box-shadow: 0 2px 9px 0 rgba(74, 74, 74, 0.4); }
  @media print, screen and (min-width: 40em) {
    .button {
      padding: 22px 50px;
      font-size: 1rem; } }
  .button:hover {
    background: #e94a4a; }
  .button.small, .button.large {
    height: auto; }
  .button.primary {
    color: #fff; }
    .button.primary:hover, .button.primary:focus, .button.primary[disabled], .button.primary[disabled]:hover {
      color: #fff; }
  .button.secondary {
    background: #8AD736;
    color: #fff; }
    .button.secondary:hover, .button.secondary:focus {
      background: #7dcb28;
      color: #fff; }
  .button.icon-b {
    font-size: 18px;
    color: #C3C3C3;
    padding-left: 10px;
    padding-right: 10px; }
  .button.success, .button.success:hover, .button.success:focus {
    color: #fff; }
  .button.button-black {
    background: #0a0a0a;
    color: #fff; }
    .button.button-black:hover {
      background: #8a8a8a; }
  .button.muted {
    background: #FFF;
    color: #4A4A4A;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #D8DAD5; }
    .button.muted:hover {
      background: #f2f2f2; }
    .button.muted.icon-b {
      color: #9C9C9C; }
      .button.muted.icon-b:hover {
        color: #4A4A4A; }
  @media screen and (max-width: 39.9375em) {
    .button.push-center {
      min-width: 160px;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      margin-left: auto;
      margin-right: auto;
      display: block; } }
  .button.fit-content {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }

.play-button {
  cursor: pointer; }
  .play-button:before {
    content: "";
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.25);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    @media print, screen and (min-width: 40em) {
      .play-button:before {
        width: 92px;
        height: 92px; } }
  .play-button:after {
    content: "\64";
    font-family: "canary-landing" !important;
    color: #fff;
    font-size: 1.88889rem;
    font-weight: 300;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding: 0 0 0 8px; }
    @media print, screen and (min-width: 40em) {
      .play-button:after {
        font-size: 2.22222rem; } }
  .play-button:hover:before {
    background: rgba(0, 0, 0, 0.4);
    width: 102px;
    height: 102px; }
  .play-button:hover:after {
    font-size: 2.44444rem; }
.video-reveal > .video {
  padding: 56.25% 0 0 0;
  position: relative;
  border: 5px #eee solid;
  border-radius: 5px;
}
.video-reveal .close-button {
  width: 40px;
  height: 40px;
  right: 5px;
  top: 30px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.85);
  color: #fff; }
  @media print, screen and (min-width: 40em) {
    .video-reveal .close-button {
      right: -20px;
      top: 0; } }
  .video-reveal .close-button:hover {
    background: rgba(255, 255, 255, 0.9);
    color: #4A4A4A; }

.text-uppercase {
  text-transform: uppercase; }

.position-r {
  position: relative; }

.push-left {
  float: left; }

.push-right {
  float: right; }

.push-0 {
  margin: 0 !important; }

@media screen and (max-width: 39.9375em) {
  .push-b-0-small {
    margin-bottom: 0 !important; } }

.push-25 {
  margin-top: 25px; }

@media screen and (max-width: 39.9375em) {
  .push-25-small {
    margin-top: 25px; } }

@media screen and (max-width: 63.9375em) {
  .push-30-small {
    margin-top: 30px; } }

@media screen and (max-width: 39.9375em) {
  .push-50-small {
    margin-top: 50px; } }

.push-50 {
  margin-top: 50px; }

.push-100 {
  margin-top: 100px; }

.push-d-0 {
  margin-bottom: 0 !important; }

.push-d-25 {
  margin-bottom: 25px; }

.gap-t-0 {
  padding-top: 0 !important; }

.gap-b-0 {
  padding-bottom: 0 !important; }

.no-gap {
  padding: 0 !important; }

@media screen and (max-width: 39.9375em) {
  .no-gap-small {
    padding: 0 !important; } }

@media print, screen and (min-width: 40em) {
  .gap-l-25-medium {
    padding-left: 25px !important; } }

@media screen and (min-width: 80em) {
  .gap-l-25-medium {
    padding-left: 0 !important; } }

.full-width {
  width: 100%; }

.clear-line {
  zoom: 1; }
  .clear-line:before, .clear-line:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }
  .clear-line:after {
    clear: both; }

.image-right {
  margin-top: 25px; }
  @media print, screen and (min-width: 40em) {
    .image-right {
      margin-top: 0; } }
  @media screen and (min-width: 75em) {
    .image-right {
      position: absolute;
      right: 0; } }

@media screen and (max-width: 74.9375em) {
  .image-right-small {
    margin: 0 -20px; } }

.ie10 body:before {
  content: "You are using an outdated browser. Upgrade your browser today for better experience!";
  display: block;
  background: #cc4b37;
  color: #fff;
  padding: 10px;
  text-align: center; }

.ie10 body.product .sticky.is-stuck {
  position: static;
  margin-top: 0 !important; }

.ie10 body.product aside .week-theme-container h5 {
  padding: 25px 20px; }

.legacy-browser-message {
  margin-bottom: 48px; }
  .legacy-browser-message p {
    text-align: center;
    background: #cc4b37;
    color: #fff;
    padding: 10px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    margin-bottom: 0; }
  .legacy-browser-message.lt-ie-9 p {
    bottom: 0;
    background: url("../img/bg_black.png");
    border: 10px solid #555;
    font-size: 38px;
    padding: 140px; }
  .legacy-browser-message a {
    color: #fff;
    padding-bottom: 2px;
    border-bottom: 2px solid #fff; }

section {
  width: 100%;
  position: relative;
  background: #fff; }
  section.site-hero {
    background: #008479;
    background: linear-gradient(90deg, #387F7F 0%, #38FF7F 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008479', endColorstr='#02f15d',GradientType=1 );
    min-height: 725px;
    padding: 0 20px; }
    @media print, screen and (min-width: 40em) {
      section.site-hero {
        min-height: 800px; } }
    @media print, screen and (min-width: 64em) {
      section.site-hero.fixed {
        position: fixed;
        top: 0; } }
    @media print, screen and (min-width: 64em) {
      section.site-hero {
        min-height: 840px; } }
    @media screen and (min-width: 75em) {
      section.site-hero {
        padding: 0 75px; } }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      section.site-hero:after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        width: 0;
        height: 0;
        border-bottom: 120px solid #fff;
        border-left: 100vw solid transparent; } }
  section.section-content {
    padding: 50px 20px 20px; }
    @media screen and (min-width: 75em) {
      section.section-content {
        padding: 50px 75px;
        min-height: 600px; } }
  @media screen and (min-width: 75em) {
    section.section-how-it-works {
      padding-top: 75px; } }
  section.section-how-it-works-2 {
    padding-bottom: 0; }
    @media print, screen and (min-width: 40em) {
      section.section-how-it-works-2 {
        padding-top: 75px;
        padding-bottom: 75px; } }
  section.section-pricing {
    background: #ceefe5;
    background: linear-gradient(179deg, #ceefe5 15%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ceefe5', endColorstr='#ffffff',GradientType=1 );
    min-height: 650px;
    padding-top: 50px; }
    @media print, screen and (min-width: 40em) {
      section.section-pricing {
        padding-top: 120px; } }
    @media print, screen and (min-width: 40em) {
      section.section-pricing:before {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: 0;
        height: 0;
        border-top: 120px solid #fff;
        border-left: 100vw solid transparent; } }
    section.section-pricing .section-title {
      margin-bottom: 50px; }
  section.section-page-title {
    background: #008479;
    background: linear-gradient(135deg, #387F7F 0%, #38FF7F 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008479', endColorstr='#02f15d',GradientType=1 );
    padding: 115px 20px; }
    section.section-page-title.customers-page {
      min-height: 500px; }
      @media print, screen and (min-width: 64em) {
        section.section-page-title.customers-page {
          min-height: 550px; } }
      section.section-page-title.customers-page:before {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        width: 0;
        height: 0;
        border-bottom: 120px solid #fff;
        border-right: 100vw solid transparent; }
      section.section-page-title.customers-page:after {
        content: '';
        display: block;
        background: url("../img/bg_page_title.png") no-repeat center top;
        background-size: cover;
        position: absolute;
        top: 270px;
        left: 0;
        width: 100%;
        height: 100vh; }
        @media print, screen and (min-width: 64em) {
          section.section-page-title.customers-page:after {
            background-size: contain; } }
    @media print, screen and (min-width: 64em) {
      section.section-page-title.fixed {
        position: fixed;
        top: 0;
        z-index: 0 !important; } }
    @media screen and (min-width: 75em) {
      section.section-page-title {
        padding: 150px 75px 80px; }
      section.section-page-tile-hello {
        padding: 0 75px 0;}
    }
    section.section-page-title .page-title,
    section.section-page-title p {
      color: #fff; }
  section.section-page {
    padding-top: 90px; }
    @media print, screen and (min-width: 64em) {
      section.section-page {
        padding-top: 120px;
        padding-bottom: 200px; } }
    section.section-page.section-tweets {
      padding-top: 25px;
      padding-bottom: 50px; }
      @media print, screen and (min-width: 64em) {
        section.section-page.section-tweets {
          margin-top: 300px; } }
      section.section-page.section-tweets twitter-widget {
        margin-bottom: 20px !important; }
      section.section-page.section-tweets > .row {
        position: relative;
        margin-top: -150px; }
        @media print, screen and (min-width: 40em) {
          section.section-page.section-tweets > .row {
            margin-top: -200px; } }
        @media print, screen and (min-width: 64em) {
          section.section-page.section-tweets > .row {
            margin-top: -500px; } }
    section.section-page:before {
      content: "";
      position: absolute;
      right: 0;
      width: 0;
      height: 0;
      border-bottom: 120px solid #fff;
      border-right: 100vw solid transparent;
      top: -120px; }

.hero-content {
  width: 90%;
  text-align: center; }
  @media print, screen and (min-width: 40em) {
    .hero-content {
      width: 80%; } }
  @media screen and (max-width: 63.9375em) {
    .hero-content {
      left: 50% !important;
      -webkit-transform: translate(-50%, 0) !important;
          -ms-transform: translate(-50%, 0) !important;
              transform: translate(-50%, 0) !important; } }
  @media print, screen and (min-width: 64em) {
    .hero-content {
      text-align: left;
      width: 440px; } }
  @media screen and (min-width: 84.375em) {
    .hero-content {
      width: 600px; } }
  .hero-content h1 {
    color: #fff;
    margin-bottom: 15px; }
  .hero-content p {
    color: #fff;
    margin-bottom: 20px; }
    @media print, screen and (min-width: 40em) {
      .hero-content p {
        margin-bottom: 30px; } }

.hero-image {
  width: 90%;
  height: 230px;
  background: url("../img/_media/hero_screen_1.png") no-repeat left top;
  background-size: cover;
  border-radius: 5px;
  right: 0;
  bottom: 0;
  outline: none;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0); }
  @media screen and (min-width: 25em) {
    .hero-image {
      height: 260px; } }
  @media screen and (min-width: 31.25em) {
    .hero-image {
      height: 295px; } }
  @media print, screen and (min-width: 40em) {
    .hero-image {
      width: 94%;
      height: 380px;
      background-size: 100%; } }
  @media screen and (min-width: 46.875em) {
    .hero-image {
      width: 95%;
      height: 400px; } }
  @media print, screen and (min-width: 64em) {
    .hero-image {
      width: 580px;
      height: 625px;
      background-size: auto;
      left: auto;
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0);
      bottom: 50px;
      -webkit-box-shadow: -1px 0 25px 0 rgba(0, 0, 0, 0.35);
      box-shadow: -1px 0 25px 0 rgba(0, 0, 0, 0.35); } }
  @media screen and (min-width: 83.125em) {
    .hero-image {
      width: 650px; } }
  @media screen and (min-width: 84.375em) {
    .hero-image {
      width: 45.6%;
      background-size: cover; } }

.image-how-it-works {
  width: 100%;
  height: 200px !important;
  background: no-repeat left top;
  background-size: cover;
  right: 0;
  bottom: 0;
  margin: 40px auto 0; }
  @media screen and (min-width: 25em) {
    .image-how-it-works {
      height: 250px !important; } }
  @media screen and (min-width: 31.25em) {
    .image-how-it-works {
      height: 350px !important; } }
  @media print, screen and (min-width: 40em) {
    .image-how-it-works {
      width: 45.6%;
      height: 600px !important;
      background-size: cover;
      left: auto;
      top: 50%;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%);
      margin: 0;
      position: absolute;
      -webkit-box-shadow: -1px 0 25px 0 rgba(0, 0, 0, 0.35);
      box-shadow: -1px 0 25px 0 rgba(0, 0, 0, 0.35); } }
  @media print, screen and (min-width: 64em) {
    .image-how-it-works {
      height: 700px !important; } }

.v-middle {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%); }
  .v-middle.v-medium {
    top: 120px;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }
    @media print, screen and (min-width: 40em) {
      .v-middle.v-medium {
        top: 100px; } }
    @media print, screen and (min-width: 64em) {
      .v-middle.v-medium {
        top: 50%;
        -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
                transform: translate(0, -50%); } }
  @media screen and (max-width: 63.9375em) {
    .v-middle.v-large-only {
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0);
      top: auto;
      position: static; } }
  @media screen and (max-width: 39.9375em) {
    .v-middle.v-medium-only {
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0);
      top: auto;
      position: static; } }

.vh-middle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.content-center {
  margin: 0 auto; }
  @media screen and (min-width: 75em) {
    .content-center {
      width: 980px; } }
  .content-center h3 {
    margin-bottom: 30px; }
    @media print, screen and (min-width: 64em) {
      .content-center h3 {
        text-align: center;
        margin-top: 0; } }

@media print, screen and (min-width: 64em) {
  .content-left {
    width: 80%; } }

.content-left p:last-of-type {
  margin-bottom: 20px; }
  @media print, screen and (min-width: 64em) {
    .content-left p:last-of-type {
      margin-bottom: 40px; } }

@media screen and (min-width: 75em) {
  .faq-list {
    margin: 0 auto; } }

.reveal .faq-list {
  padding: 0 20px; }
  @media print, screen and (min-width: 64em) {
    .reveal .faq-list {
      width: 50%;
      margin: 0 auto;
      padding: 0; } }
  .reveal .faq-list .accordion-content {
    border: none !important;
    margin: 0 0 25px 0 !important;
    padding: 20px 0 0 0 !important; }
    @media print, screen and (min-width: 64em) {
      .reveal .faq-list .accordion-content {
        border: none !important;
        margin: 0 0 25px 0 !important; } }

.faq-list li {
  border-bottom: 1px solid #E2E2E2; }
  .faq-list li a {
    border: none !important;
    padding-right: 40px;
    line-height: 20px; }
    @media print, screen and (min-width: 64em) {
      .faq-list li a {
        font-weight: 600; } }
    @media screen and (max-width: 63.9375em) {
      .faq-list li a {
        font-size: 0.88889rem; } }
    .faq-list li a:focus {
      color: #4A4A4A; }
    .faq-list li a:hover {
      color: #8AD736; }
    .faq-list li a.accordion-title:before {
      content: "\66";
      font-family: "canary-landing" !important;
      color: #5A776E;
      font-size: 1.44444rem;
      font-weight: 300;
      text-align: center;
      width: 25px;
      margin-top: -10px;
      right: 5px; }
  .faq-list li.is-active a.accordion-title:before {
    content: "\63";
    color: #FF788E; }

.faq-list .accordion-content {
  border: none !important;
  border-left: 3px solid #EEE !important;
  margin: 0 0 25px 0; }
  @media print, screen and (min-width: 64em) {
    .faq-list .accordion-content {
      border-left-width: 6px !important;
      margin: 0 0 50px 15px; } }

.site-tweet {
  border-radius: 4px;
  background: #fff;
  width: 100%;
  padding: 30px 20px 20px;
  color: #4A4A4A;
  font-weight: 300;
  position: relative;
  -webkit-box-shadow: 0 2px 18px #D7D7D7;
  box-shadow: 0 2px 18px #D7D7D7;
  margin-top: 25px; }
  @media print, screen and (min-width: 40em) {
    .site-tweet {
      margin-top: 0; } }
  @media print, screen and (min-width: 64em) {
    .site-tweet {
      padding: 50px 50px 50px 80px; } }
  .site-tweet:before {
    content: "\65";
    font-family: "canary-landing" !important;
    color: #4A4A4A;
    font-size: 1.33333rem;
    text-align: center;
    position: absolute;
    width: 50px;
    height: 50px;
    left: -20px;
    top: -20px;
    background: #fff;
    border-radius: 50%;
    border: 3px solid #EEE;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media print, screen and (min-width: 64em) {
      .site-tweet:before {
        font-size: 1.5rem;
        width: 60px;
        height: 60px;
        left: -28px;
        top: 20px; } }
  .site-tweet:after {
    content: "\67";
    font-family: "canary-landing" !important;
    color: #1D9CEA;
    font-size: 1.88889rem;
    text-align: center;
    position: absolute;
    right: 20px;
    bottom: 20px; }
    @media print, screen and (min-width: 64em) {
      .site-tweet:after {
        right: 50px;
        bottom: 50px; } }
  .site-tweet p {
    font-size: 0.88889rem;
    color: #4A4A4A; }
    @media print, screen and (min-width: 64em) {
      .site-tweet p {
        font-size: 1.33333rem; } }
  .site-tweet a {
    position: relative;
    z-index: 99;
    color: rgb(27, 149, 224); }
    .site-tweet a:hover {
      color: #8AD736; }
  .site-tweet .tweet-footer {
    width: 100%;
    margin: 50px 0 0;
    zoom: 1;
    line-height: 21px; }
    .site-tweet .tweet-footer:before, .site-tweet .tweet-footer:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .site-tweet .tweet-footer:after {
      clear: both; }
    .site-tweet .tweet-footer .tweet-author {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background: no-repeat center;
      background-size: cover;
      margin-right: 10px;
      float: left; }
    .site-tweet .tweet-footer .tweet-author-name {
      font-weight: 700;
      color: #14171a;
      margin-top: 4px; }
    .site-tweet .tweet-footer span {
      color: #657786;
      font-size: 0.77778rem;
      font-weight: 400; }
  .site-tweet .link-to-tweet {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9; }

.heart {
  position: absolute;
  z-index: 1;
  -webkit-animation: heartbeat 1s alternate infinite;
          animation: heartbeat 1s alternate infinite;
  width: 15px;
  top: -15px;
  right: -25px; }
  @media print, screen and (min-width: 40em) {
    .heart {
      width: 35px;
      top: -40px;
      right: -50px; } }

.loading {
  width: 100%;
  text-align: center;
  padding: 25px 0;
  font-size: 0.72222rem;
  color: #929292;
  text-transform: uppercase;
  display: none; }
  .loading:before {
    content: '';
    display: block;
    width: 84px;
    height: 84px;
    background: url("../img/canary_loading.gif") no-repeat left top;
    background-size: 100%;
    margin: 0 auto 10px; }
  .loading.is-active {
    display: block; }

.resources-list {
  padding: 0;
  margin: 0;
  list-style: none; }
  .resources-list li .resources-main {
    position: relative;
    width: 100%;
    min-height: 360px;
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 15px 2px rgb(0 0 0 / 14%);
    box-shadow: 0 2px 15px 2px rgb(0 0 0 / 14%);
    overflow: hidden;
    margin-bottom: 30px; }
    .resources-list li .resources-main .resources-cover {
      width: 100%;
      height: 220px;
      background: no-repeat center;
      background-size: cover; }
    .resources-list li .resources-main img {
      height: 325px;
      width: 100%;
    }
    .resources-list li .resources-main h3 {
      font-size: 1.11111rem;
      color: #448D76;
      padding: 30px 20px 0;
      margin: 0; }
      .resources-list li .resources-main h3 + p {
        padding-top: 5px; }
    .resources-list li .resources-main p {
      padding: 20px;
      font-size: 0.83333rem;
      margin-bottom: 0; }
      .resources-list li .resources-main p:not(:first-of-type) {
        padding-top: 0; }
  .resources-list li:last-child {
    float: left !important; }
  .resources-list.resources-videos li .resources-main h3 {
    padding-top: 20px; }
  .resources-list.resources-videos li .resources-main .resources-cover {
    cursor: pointer;
    position: relative; }
    .resources-list.resources-videos li .resources-main .resources-cover:before {
      content: "";
      width: 85px;
      height: 85px;
      border-radius: 50%;
      background: #fff;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -webkit-box-shadow: 0 2px 15px 2px rgb(0 0 0 / 14%);
      box-shadow: 0 2px 15px 2px rgb(0 0 0 / 14%); }
    .resources-list.resources-videos li .resources-main .resources-cover:after {
      content: "\64";
      font-family: "canary-landing" !important;
      color: #646464;
      font-size: 1.88889rem;
      font-weight: 300;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      padding: 0 0 0 8px; }
    .resources-list.resources-videos li .resources-main .resources-cover:hover:before {
      background: #e6e6e6; }

.tabs-pricing {
  border: none; }
  .tabs-pricing li {
    position: relative; }
    .tabs-pricing li a {
      font-size: 0.66667rem;
      color: #4A4A4A;
      background: none !important;
      padding: 35px 0 20px;
      text-transform: uppercase;
      text-align: center;
      font-weight: 600; }
      .tabs-pricing li a:hover {
        color: #4A4A4A; }
        .tabs-pricing li a:hover:before, .tabs-pricing li a:hover:after {
          background: #448D76;
          color: #fff; }
      .tabs-pricing li a:before {
        content: '';
        width: 100%;
        height: 9px;
        background: #EFEFEF;
        position: absolute;
        left: 0;
        top: 0;
        display: block; }
      .tabs-pricing li a:after {
        content: '';
        width: 28px;
        height: 28px;
        background: #EFEFEF;
        position: absolute;
        top: -10px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
        display: block;
        border-radius: 50%;
        font-weight: 700;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column wrap;
            -ms-flex-flow: column wrap;
                flex-flow: column wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
    .tabs-pricing li.is-active a {
      background: none;
      color: #4A4A4A; }
      .tabs-pricing li.is-active a:before, .tabs-pricing li.is-active a:after {
        background: #448D76;
        color: #fff; }
    .tabs-pricing li:first-child a:before {
      border-radius: 10px 0 0 10px; }
    .tabs-pricing li:first-child a:after {
      content: '1'; }
    .tabs-pricing li:nth-child(2) a:after {
      content: '2'; }
    .tabs-pricing li:nth-child(3) a:after {
      content: '3'; }
    .tabs-pricing li:nth-child(4) a:after {
      content: '4'; }
    .tabs-pricing li:nth-child(5) a:after {
      content: '5'; }
    .tabs-pricing li:last-child a:before {
      border-radius: 0 10px 10px 0; }

.content-highlight {
  background: #EFEFEF;
  margin: 0;
  padding: 0 0 10px; }
  @media print, screen and (min-width: 64em) {
    .content-highlight {
      margin: 20px 0 40px;
      padding: 25px 0; } }

.site-brand {
  display: block;
  float: left; }
  .site-brand .brand {
    background: url("../img/logo-full--light.svg") no-repeat left center;
    background-size: 100% auto;
    width: 150px;
    height: 33px;
    margin: 0;
    z-index: 999;
    text-indent: -9999px;
    position: relative; }
    @media print, screen and (min-width: 40em) {
      .site-brand .brand {
        width: 203px; } }
    .site-brand .brand:hover {
      opacity: 0.85; }
    .light .site-brand .brand {
      background-image: url("../img/logo-full--light.svg"); }

.site-header {
  padding: 20px;
  width: 100%;
  zoom: 1; }
  .site-header:before, .site-header:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }
  .site-header:after {
    clear: both; }
  @media screen and (min-width: 75em) {
    .site-header {
      padding: 40px 75px; } }
  .site-header.light {
    position: absolute;
    z-index: 99990; }
  @media print, screen and (min-width: 64em) {
    .site-header.fixed {
      position: fixed;
      top: 0;
      z-index: 9; } }

.site-nav {
  width: 50%;
  zoom: 1;
  display: none; }
  .site-nav:before, .site-nav:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }
  .site-nav:after {
    clear: both; }
  @media screen and (max-width: 63.9375em) {
    .site-nav {
      position: fixed;
      background: rgba(56, 127, 127, 0.9);
      height: 100vh;
      top: 0;
      right: 0;
      bottom: 0;
      padding: 70px 0 0;
      z-index: 9990; } }
  @media print, screen and (min-width: 40em) {
    .site-nav {
      width: 40%; } }
  @media print, screen and (min-width: 64em) {
    .site-nav {
      display: block !important;
      width: auto; } }
  .site-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    float: right;
    margin: 3px 0 0; }
    .site-nav ul li {
      float: left;
      margin: 0 30px 0 0; }
      @media screen and (max-width: 63.9375em) {
        .site-nav ul li {
          width: 100%;
          padding: 7px 15px; } }
      .site-nav ul li a {
        color: #4A4A4A;
        font-size: 0.88889rem; }
        @media screen and (max-width: 63.9375em) {
          .site-nav ul li a {
            padding: 7px 15px;
            display: block;
            color: #fff; } }
        @media screen and (max-width: 63.9375em) {
          .site-nav ul li a:hover {
            color: #4A4A4A; } }
        @media print, screen and (min-width: 64em) {
          .site-nav ul li a:hover {
            border-bottom: 2px solid #8AD736; } }
        @media screen and (min-width: 75em) {
          .site-nav ul li a:hover {
            border-bottom: none; } }
      @media screen and (max-width: 63.9375em) {
        .site-nav ul li.is-active:not(.nav-button) a {
          color: #4A4A4A; } }
      @media print, screen and (min-width: 64em) {
        .site-nav ul li.is-active:not(.nav-button) a {
          border-bottom: 2px solid #8AD736; } }
      @media screen and (min-width: 75em) {
        .site-nav ul li.is-active:not(.nav-button) a {
          border-bottom: none; } }
      @media screen and (min-width: 75em) {
        .site-nav ul li.is-active:not(.nav-button) a:after {
          width: 100%; } }
      @media screen and (min-width: 75em) {
        .site-nav ul li:not(.nav-button) a:hover:after {
          width: 100%; } }
      @media screen and (min-width: 75em) {
        .site-nav ul li:not(.nav-button) a:after {
          content: '';
          display: block;
          width: 0;
          height: 2px;
          background: #8AD736;
          -webkit-transition: width .4s;
          transition: width .4s;
          margin-top: 2px; } }
      .site-nav ul li.nav-button a {
        border: 1px solid #5A776E;
        border-radius: 3px;
        padding: 4px 15px; }
        @media screen and (max-width: 63.9375em) {
          .site-nav ul li.nav-button a {
            border: 1px solid #fff; } }
        .site-nav ul li.nav-button a:hover {
          background: #fff;
          color: #448D76;
          -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          @media print, screen and (min-width: 64em) {
            .site-nav ul li.nav-button a:hover {
              background: #8AD736;
              border-color: #8AD736;
              color: #fff; } }
      .site-nav ul li:last-child {
        margin: 0; }
  .light .site-nav ul li a {
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.12); }
    @media screen and (max-width: 74.9375em) {
      .light .site-nav ul li a:hover {
        color: #4A4A4A;
        text-shadow: 0 2px 4px rgba(255, 255, 255, 0.12); } }
  .light .site-nav ul li:not(.nav-button) a:hover {
    border-bottom: none; }
  @media screen and (min-width: 75em) {
    .light .site-nav ul li:not(.nav-button) a:after {
      background: #fff; } }
  .light .site-nav ul li.nav-button a {
    border-color: #fff; }
    .light .site-nav ul li.nav-button a:hover {
      background: #fff;
      color: #448D76;
      text-shadow: 0 2px 4px rgba(255, 255, 255, 0.12);
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }

.site-nav-small {
  position: absolute;
  display: inline-block;
  height: 30px;
  width: 30px;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  z-index: 9999;
  right: 20px;
  top: 22px; }
  @media print, screen and (min-width: 64em) {
    .site-nav-small {
      display: none; } }
  .site-nav-small .site-nav-icon {
    width: 22px;
    height: 17px;
    position: relative;
    display: block;
    margin: -9px auto 0;
    top: 50%; }
    .site-nav-small .site-nav-icon .bar {
      width: 100%;
      height: 3px;
      display: block;
      position: relative;
      background: #4A4A4A;
      -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
      transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
      -webkit-transition-delay: 0s;
              transition-delay: 0s; 
      transition: background 0s; }
      .site-nav-small .site-nav-icon .bar:first-of-type {
        -webkit-transform: translateY(0px) rotate(0deg);
        -ms-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg); }
      .site-nav-small .site-nav-icon .bar:nth-of-type(2) {
        -webkit-transform: translateY(4px) rotate(0deg);
        -ms-transform: translateY(4px) rotate(0deg);
            transform: translateY(4px) rotate(0deg); }
      .site-nav-small .site-nav-icon .bar:nth-of-type(3) {
        -webkit-transform: translateY(8px) rotate(0deg);
        -ms-transform: translateY(8px) rotate(0deg);
            transform: translateY(8px) rotate(0deg); }
  .site-nav-small:hover .site-nav-icon .bar {
    background: #4A4A4A !important; }
  /* .light .site-nav-small:hover .site-nav-icon .bar {
    background: #4A4A4A; } */
  .site-nav-small.menu-opened {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    position: fixed; }
    .site-nav-small.menu-opened .site-nav-icon .bar {
      -webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
      transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
      -webkit-transition-delay: 0.2s;
              transition-delay: 0.2s;
      background: #fff;
      transition: background 0s;}
      .site-nav-small.menu-opened .site-nav-icon .bar:first-of-type {
        -webkit-transform: translateY(6px) rotate(45deg);
        -ms-transform: translateY(6px) rotate(45deg);
            transform: translateY(6px) rotate(45deg); }
      .site-nav-small.menu-opened .site-nav-icon .bar:nth-of-type(2) {
        display: none; }
      .site-nav-small.menu-opened .site-nav-icon .bar:nth-of-type(3) {
        -webkit-transform: translateY(3px) rotate(-45deg);
        -ms-transform: translateY(3px) rotate(-45deg);
            transform: translateY(3px) rotate(-45deg); }
    /* .site-nav-small.menu-opened:hover .site-nav-icon .bar {
      background: #4A4A4A; } */
  .light .site-nav-small .site-nav-icon .bar {
    background: #fff; }

.site-separator {
  width: 100%;
  height: 175px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, white), to(#f1f1f1));
  background: linear-gradient(to bottom, white 25%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f1f1f1',GradientType=0 );
  position: relative;
  z-index: 10; }
  @media print, screen and (min-width: 40em) {
    .site-separator {
      height: 175px; } }
  @media print, screen and (min-width: 64em) {
    .site-separator {
      height: 175px; } }
  @media print, screen and (min-width: 40em) {
    .site-separator:before {
      content: "";
      position: absolute;
      right: 0;
      bottom: 0;
      width: 0;
      height: 0;
      border-bottom: 120px solid #fff;
      border-left: 100vw solid transparent; } }

.site-footer {
  background: #fff;
  position: relative;
  z-index: 99; }
  .site-footer .site-footer-wrap {
    padding: 50px 0;
    margin: 0 auto; }
    @media print, screen and (min-width: 40em) {
      .site-footer .site-footer-wrap {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        width: -webkit-max-content;
        width: max-content;
        width: -moz-max-content; } }
    @media print, screen and (min-width: 64em) {
      .site-footer .site-footer-wrap {
        width: 550px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        width: -webkit-max-content;
        width: max-content;
        width: -moz-max-content; } }
    .site-footer .site-footer-wrap .footer-brand {
      width: 108px;
      height: 108px;
      background: url("../img/canary_logo_alert.gif") no-repeat center;
      background-size: 100% auto;
      margin: 0;
      text-indent: -9999px;
      display: block; }
      @media screen and (max-width: 39.9375em) {
        .site-footer .site-footer-wrap .footer-brand {
          margin: 0 auto;
          width: 110px;
          height: 80px;
          background-position: right center;
          background-size: 80px auto; } }
      .site-footer .site-footer-wrap .footer-brand:hover {
        opacity: 0.85; }
    .site-footer .site-footer-wrap .footer-info {
      margin: 10px 0 0;
      display: inline-block;
      font-size: 0.77778rem;
      color: #9B9B9B; }
      @media screen and (max-width: 39.9375em) {
        .site-footer .site-footer-wrap .footer-info {
          text-align: center;
          width: 100%; } }
      .site-footer .site-footer-wrap .footer-info i {
        font-size: 1rem;
        color: #D80027;
        padding: 0 5px;
        width: 28px;
        height: 18px;
        display: inline-block;
        position: relative; }
        @media screen and (max-width: 39.9375em) {
          .site-footer .site-footer-wrap .footer-info i {
            text-align: left; } }
        .site-footer .site-footer-wrap .footer-info i:before {
          position: absolute;
          top: 4px; }
      @media screen and (max-width: 39.9375em) {
        .site-footer .site-footer-wrap .footer-info span.footer-info-row {
          width: 100%;
          display: inline-block; } }
    .site-footer .site-footer-wrap .footer-links {
      padding: 0;
      margin: 0;
      list-style: none;
      zoom: 1;
      margin-top: 42px; }
      .site-footer .site-footer-wrap .footer-links:before, .site-footer .site-footer-wrap .footer-links:after {
        content: '\0020';
        display: block;
        overflow: hidden;
        visibility: hidden;
        width: 0;
        height: 0; }
      .site-footer .site-footer-wrap .footer-links:after {
        clear: both; }
      @media screen and (max-width: 39.9375em) {
        .site-footer .site-footer-wrap .footer-links {
          margin: 20px auto 0;
          width: -webkit-fit-content;
          width: -moz-fit-content;
          width: fit-content;
          text-align: center;
          width: 100%; } }
      .site-footer .site-footer-wrap .footer-links li {
        float: unset;
        display: inline;
        margin: 0 10px 0 0; }
        @media screen and (min-width: 23.4375em) {
          .site-footer .site-footer-wrap .footer-links li {
            margin: 0 25px 0 0; } }
        .site-footer .site-footer-wrap .footer-links li:last-child {
          margin-right: 0; }
        .site-footer .site-footer-wrap .footer-links li a {
          font-size: 0.77778rem;
          color: #4A4A4A; }
          .site-footer .site-footer-wrap .footer-links li a:hover {
            color: #7d7d7d; }

.section-image {
  position: relative;
  min-height: 350px;
  margin: 10px 0 0; }
  @media screen and (min-width: 75em) {
    .section-image {
      min-height: 475px;
      margin: 50px 0 0; } }
  .section-image img {
    position: absolute;
    -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.17);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.17); }
    .section-image img.why-canary-1 {
      top: 0;
      left: 50px;
      width: 80%; }
      @media screen and (min-width: 75em) {
        .section-image img.why-canary-1 {
          width: 465px; } }
    .section-image img.why-canary-2 {
      bottom: 60px;
      left: 0;
      width: 70%; }
      @media screen and (min-width: 75em) {
        .section-image img.why-canary-2 {
          width: 323px; } }
    .section-image img.why-canary-3 {
      bottom: 0;
      right: 0;
      width: 70%; }
      @media screen and (min-width: 75em) {
        .section-image img.why-canary-3 {
          width: 340px;
          left: 200px;
          right: auto; } }

.tabs-resources {
  border: none;
  margin: 50px 0 0;
  background: none; }
  @media screen and (max-width: 63.9375em) {
    .tabs-resources {
      margin: 50px -30px 0; } }
  .tabs-resources > li > a,
  .tabs-resources > li > ul > li > a {
    font-size: 0.61111rem;
    text-transform: uppercase;
    color: #9B9B9B;
    padding: 20px 0 !important;
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0 auto !important;
    text-align: center;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    background: #fff; }
    @media print, screen and (min-width: 40em) {
      .tabs-resources > li > a,
      .tabs-resources > li > ul > li > a {
        border-radius: 4px;
        font-size: 0.72222rem; } }
    @media print, screen and (min-width: 64em) {
      .tabs-resources > li > a,
      .tabs-resources > li > ul > li > a {
        font-size: 0.83333rem;
        width: 150px;
        padding: 20px 25px !important; } }
    .tabs-resources > li > a i,
    .tabs-resources > li > ul > li > a i {
      font-size: 1.66667rem;
      width: 100%;
      height: 50px;
      border-radius: 50%;
      z-index: -1;
      color: #C9C9C9;
      text-align: center;
      display: block; }
      @media print, screen and (min-width: 64em) {
        .tabs-resources > li > a i,
        .tabs-resources > li > ul > li > a i {
          font-size: 1.66667rem; } }
      @media print, screen and (min-width: 64em) {
        .tabs-resources > li > a i.icon-webinar,
        .tabs-resources > li > ul > li > a i.icon-webinar {
          font-size: 2.11111rem; } }
    .tabs-resources > li > a:after,
    .tabs-resources > li > ul > li > a:after {
      display: none !important; }
  .tabs-resources > li > ul,
  .tabs-resources > li > ul > li {
    width: 100%; }
  .tabs-resources > li.is-active > a,
  .tabs-resources > li > a:hover,
  .tabs-resources > li > ul > li > a:hover,
  .tabs-resources > li > ul:hover > li > a,
  .tabs-resources > li > ul > li.is-active > a {
    color: #</a> !important;
    background: #fff !important; }
    .tabs-resources > li.is-active > a i,
    .tabs-resources > li > a:hover i,
    .tabs-resources > li > ul > li > a:hover i,
    .tabs-resources > li > ul:hover > li > a i,
    .tabs-resources > li > ul > li.is-active > a i {
      color: #448D76; }
  .tabs-resources > li > ul > li ul {
    border: none;
    padding: 10px 0;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14); }
    @media print, screen and (min-width: 64em) {
      .tabs-resources > li > ul > li ul {
        margin: 10px 0 0;
        left: 50% !important;
        -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0); } }
    .tabs-resources > li > ul > li ul li {
      padding: 10px 20px; }
      .tabs-resources > li > ul > li ul li a {
        font-size: 0.77778rem;
        color: #4A4A4A;
        padding: 5px 0 !important; }
        .tabs-resources > li > ul > li ul li a:hover {
          color: #448D76; }

.tabs-resources-content {
  background: none;
  border: none; }
  @media print, screen and (min-width: 64em) {
    .tabs-resources-content .section-title {
      margin-bottom: 50px; } }
  .tabs-resources-content .tabs-panel {
    padding: 0; }

.hero-fixed section:not(.site-hero) {
  z-index: 10; }

@media print, screen and (min-width: 64em) {
  .hero-fixed section.section-why-canary {
    margin-top: 840px; } }

@media print, screen and (min-width: 64em) {
  .hero-fixed section.section-why-canary:before {
    content: "";
    position: absolute;
    right: 0;
    top: -120px;
    width: 0;
    height: 0;
    border-bottom: 120px solid #fff;
    border-left: 100vw solid transparent; } }

.video-how-it-works .responsive-embed {
  display: none; }
  @media print, screen and (min-width: 64em) {
    .video-how-it-works .responsive-embed {
      display: block;
      width: 100%; } }
  .video-how-it-works .responsive-embed video {
    width: 100%; }

@media print, screen and (min-width: 64em) {
  .video-how-it-works img {
    display: none; } }

.reveal {
  height: auto;
  min-height: auto;
  outline: none;
  overflow: initial;
  padding: 25px 0; }
  @media screen and (max-width: 39.9375em) {
    .reveal {
      top: 0 !important; } }
  @media print, screen and (min-width: 40em) {
    .reveal {
      width: 90%; } }
  @media print, screen and (min-width: 64em) {
    .reveal {
      width: 900px;
      top: 50% !important;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%); } }
  .reveal.video-reveal {
    background: none;
    top: 50% !important;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%); }
  .reveal .reveal-title {
    font-size: 1.22222rem;
    color: #222;
    padding: 15px 0 25px;
    display: block;
    text-align: center; }
    @media print, screen and (min-width: 64em) {
      .reveal .reveal-title {
        font-size: 1.77778rem; } }
  .reveal .reveal-sub-title {
    text-transform: uppercase;
    font-size: 0.88889rem;
    font-weight: 600;
    margin: 25px 0 20px; }
    @media screen and (max-width: 63.9375em) {
      .reveal .reveal-sub-title {
        text-align: center; } }
    @media print, screen and (min-width: 64em) {
      .reveal .reveal-sub-title {
        margin: 0 0 25px; } }
  .reveal .button.secondary {
    text-align: center;
    margin: 30px auto 25px;
    min-width: 80%;
    width: 210px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    width: -webkit-max-content;
    width: max-content;
    width: -moz-max-content;
    display: block; }
    @media print, screen and (min-width: 40em) {
      .reveal .button.secondary {
        min-width: 60px; } }
    @media print, screen and (min-width: 64em) {
      .reveal .button.secondary {
        margin: 50px auto 25px; } }
  .reveal .close-button {
    color: #D7D7D7; }
    .reveal .close-button:hover {
      color: #4A4A4A; }
  .reveal .reveal-info {
    text-align: center;
    font-size: 0.77778rem; }
    @media print, screen and (min-width: 64em) {
      .reveal .reveal-info {
        font-size: 0.88889rem; } }
    .reveal .reveal-info a {
      text-decoration: underline; }
      .reveal .reveal-info a:hover {
        color: #448D76; }
  .reveal .tabs-content {
    border: none;
    border-radius: 4px; }
  .reveal .tabs-panel {
    padding: 0; }

.spin-slider {
  width: 100%; }
  @media print, screen and (min-width: 64em) {
    .spin-slider {
      width: 91%; } }
  @media screen and (max-width: 63.9375em) {
    .spin-slider {
      margin: 0 auto !important; } }
  .spin-slider .spin-input-field {
    font-size: 2.11111rem;
    padding: 10px;
    width: 100px;
    height: 75px;
    margin: 0 auto;
    border: 1px solid #9B9B9B;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    outline: none !important;
    font-weight: 300;
    border-radius: 4px;
    text-align: center;
    color: #4A4A4A;
    display: block; }
    @media print, screen and (min-width: 64em) {
      .spin-slider .spin-input-field {
        font-size: 2.66667rem; } }
  .spin-slider .minus,
  .spin-slider .plus {
    font-size: 2.22222rem;
    color: #9B9B9B;
    border: 0;
    outline: 0;
    cursor: pointer;
    width: 42px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    text-align: center; }
  .spin-slider .minus:hover {
    color: #D5182F; }
  .spin-slider .plus:hover {
    color: #448D76; }
  .spin-slider .spin-btn-wrap {
    height: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }

@-webkit-keyframes heartbeat {
  to {
    -webkit-transform: scaleX(2) scaleY(1.9);
            transform: scaleX(2) scaleY(1.9); } }

@keyframes heartbeat {
  to {
    -webkit-transform: scaleX(2) scaleY(1.9);
            transform: scaleX(2) scaleY(1.9); } }

.btn-hero {
  font-size: 18px;
}

.link-hero {
  text-decoration: none;
  border-bottom: 2px solid rgba(255, 255, 255, .4);
  color: inherit;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.link-hero:hover {
  text-decoration: none;
  border-bottom: 2px solid #fff;
  color: #fff;
}


.login-reveal {
  padding: 10px 40px 40px 40px;
}
.contact-reveal {
  padding: 0 !important;
  padding-bottom: 15px !important;
  position: relative;
}
@media print, screen and (min-width: 64em) {
  .contact-reveal {
    width: 657.4px !important;
  }
}
@media print, screen and (min-width: 30em) and (max-width: 3m) {
  .contact-reveal {
    width: 90% !important;
    margin: auto;
  }
}

.modal-image-container {
  text-align: center;
  margin-bottom: 40px;
}
.canary-modal-logo {
  max-width: 250px;
  height: auto;
  margin: 0 auto;
  text-align: center;
}
/* New login form */
.inyoni {
  height: 128px;
  position: relative;
  z-index: 100;
  top: 10px;
}
.logo {
  height: 38px;
  position: relative;
  top: 24px;
  left: -16px;
}
.canary-form {
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 5px 0;
}
.canary-form #secondFactor {
  margin: 15px 0;
}
.login-form {
  position: relative;
  z-index: 99;
  font-family: 'Avenir', Helvetica, Arial, sans-serif;
  height: 200px;
}
.login-form .alert {
  margin-top: 10px;
}

@media print, screen and (min-width: 40em) {
  .login-form #form-login, .login-form #form-password-reset {
    width: 340px !important;
  }
}
.login-modal > .canary-modal-header {
  height: 175px !important;
  padding-top: 40px !important;
}
.login-modal > .canary-modal-header img {
  height: 35px !important;
}
.login-modal > .canary-modal-header h2 {
  font-size: 1.2em !important;
}
.login-modal .footer {
  padding-bottom: 20px !important;
  width: 75%;
  margin: auto;
}
.login-modal .footer a {
  text-align: center;
}
.login-form #form-login, .login-form #form-password-reset {
  position: absolute;
  width: 75%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: -34px;
}
#form-password-reset .btn-login {
  margin-top: 15px !important;
}
.login-modal .link:hover {
  font-weight: 600;
}
#form-login .btn-login {
  margin-top: 15px !important;
}
#form-login .canary-form-input {
  font-size: 16px !important;
}
.forgot-modal .login-form {
  height: 100px !important;
}
.canary-form-group {
  background: #fff;
  margin: 0;
  padding: 0;
  padding: 6px 16px 8px 14px;
}
.canary-form-group:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.canary-form-group:last-child {
  border-top: none;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.canary-form-group--text {
  padding: 16px 20px;
  font-size: 16px;
}
.canary-label {
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #C7CCC9;
  line-height: 1;
  font-weight: 500;
}
.canary-input {
  border: none !important;
  box-shadow: none !important;
  font-size: 14px !important;
  height: 0;
  padding: 12px 0 12px 0 !important;
  margin: 8px 0;
  font-weight: 600;
  color: var(--pri-sec-color);
  transition-property: color;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.63, 0.14, 0.82);
  -moz-transition-timing-function: cubic-bezier(0.165, 0.63, 0.14, 0.82);
  -ms-transition-timing-function: cubic-bezier(0.165, 0.63, 0.14, 0.82);
  -o-transition-timing-function: cubic-bezier(0.165, 0.63, 0.14, 0.82);
  transition-timing-function: cubic-bezier(0.165, 0.63, 0.14, 0.82);
}
.canary-input::placeholder {
  color: var(--dark-color-accents);
  opacity: .5;
}
.canary-input:focus, .canary-input:active {
  outline: none !important;
  box-shadow: none !important;
}
.google-auth-pin {
  border: 1px #e1d1e1 solid !important;
  padding: 17px 10px !important;
  /* border-radius: 0 !important; */
  margin-bottom: 10px;
}
.btn-card {
  border-radius: 4px;
  display: inline-block;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-right: 0;
  margin-left: 0;
  border: none;
  border: none;
  height: 40px;
  padding: 0 16px !important;
  font-size: 16px;
  font-weight: 500;
  transition: all .2s ease;
  box-shadow: 0 1px 3px rgba(0,0,0,.30);
  outline: none !important;
  transition: all .2s ease;
  font-weight: 500;
  width: 100%;
}
.btn-login, .contact-button, .download-quote-btn {
  background: #03b46e;
  color: #fff;
  position: relative;
}
.btn-login:hover:enabled,
.btn-login:active:enabled,
.btn-login:focus:enabled {
  cursor: pointer;
  background: #039d5f;
  border: none;
  color: #fff !important;
  box-shadow: 0 1px 3px rgba(0,0,0,.30) !important;
  outline: none !important;
}
.btn-login:disabled {
  border: none;
  background: #03b46e !important;
  color: #fff !important;
  box-shadow: 0 1px 3px rgba(0,0,0,.30) !important;
  opacity: .3;
  outline: none !important;
}
.link {
  display: block;
  color: #03b46e !important;
  font-weight: 500;
  font-size: 13px;
  cursor: pointer;
  margin-top: 12px;
  text-align: left;
}

/* New Contact Form */
.contact-form {
  font-family: 'Avenir', Helvetica, Arial, sans-serif;
  margin: auto;
  margin-top: 15px;
  height: 340px;
}
.padding--0 {
  padding: 0 !important;
}
.contact-form > .canary-form {
  position: absolute;
  left: 0;
  right: 0;
  top: 195px;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
}
@media print, screen and (max-width: 400px) {
  .contact-form > .canary-form {
    width: 95%;
  }
}
@media print, screen and (max-width: 600px) {
  .contact-form > .canary-form {
    width: 85%;
  }
}
.canary-form button {
  margin-top: 25px !important;
}
.canary-modal-header {
  height: 230px;
  background: linear-gradient(135deg, #387F7F 0%, #38FF7F 100%);
  padding: 0;
  padding-top: 60px;
  position: relative;
}
@media print, screen and (min-width: 39.9375em) {
  .canary-modal-header {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
}
.canary-modal-header>img {
  margin: auto;
  height: 40px;
  display: block;
  width: 2.3em;
}
.canary-modal-header>h2 {
  text-align: center;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  font-size: 1.4rem;
  margin: 5px 0;
  font-weight: 600;
}
.contact-reveal > .footer {
  width: 60%;
  margin: auto;
  margin-top: 20px;
}

@media print, screen and (max-width: 440px) {
  .canary-modal-header>img {
    height: 35px;
  }
  .canary-modal-header>h2 {
    font-size: 1.4rem;
  }
  .contact-reveal > .footer {
    width: 85%;
  }
}
.canary-input-group {
  position: relative;
}
.canary-form-input {
  background: #FFFFFF 0% 0% no-repeat padding-box !important;
  opacity: 1;
  margin: auto;
  border: none !important;
  box-shadow: 0px 0px 2px 1px #00000029 !important;
  font-size: 15px !important;
  font-weight: 600;
  color: #03b46e !important;
  height: 60px;
  padding: 15px !important;
  padding-top: 37px !important;
}
.canary-form-input:focus ~ .floating-label,
.canary-form-input:not(:focus):not(:placeholder-shown) ~ .floating-label {
  top: 8px;
  bottom: 10px;
  left: 15px;
  font-size: 13px;
  opacity: 1;
  color: #757575;
}
.floating-label {
  position: absolute;
  pointer-events: none;
  left: 15px;
  top: 20px;
  transition: 0.2s ease all;
  font-size: 16px;
  color: #999999;
  font-weight: 600;
}
.contact-reveal .close-button{
  top: 1rem !important;
  width: 35px;
  height: 35px;
}
.contact-reveal .close-button img {
  width: 35px;
  height: 35px;
  margin-top: -9px;
}
.contact-reveal .close-button:hover {
  background-color: white;
  border-radius: 30px;
}
@media print, screen and (max-width: 800px) {
  .contact-reveal .close-button{
    right: .5rem !important;
    top: .5rem !important;
    width: 35px;
  }
}
.border-r-top-only {
  border-radius: 4px 4px 0px 0px !important;
}
.no-border-r {
  border-radius: 0 !important;
  box-shadow: 0px 0px 2px 1px #00000029 !important;
}
.border-r-bottom-only{
  border-radius: 0px 0px 4px 4px !important;
}
.contact-link {
  font-size: 14px !important;
  text-align: center;
  margin: 15px auto;
}
.contact-link:hover {
  font-weight: 600;
}
.contact-button, .login-form .btn-login {
  font-weight: 700;
  font-size: 17px !important;
  height: 45px;
}
.contact-button:hover:enabled,
.contact-button:active:enabled,
.contact-button:focus:enabled {
  cursor: pointer;
  background: #039d5f;
  border: none;
  color: #fff !important;
  box-shadow: 0 1px 3px rgba(0,0,0,.30) !important;
  outline: none !important;
}

/* Quote Done */
.download-quote-btn {
  width: 140px;
  margin-top: 35px !important;
  font-size: 19px !important;
  padding: 10px 20px !important;
  font-weight: 400;
  height: 45px;
}
.download-quote-btn:hover:enabled,
.download-quote-btn:active:enabled,
.download-quote-btn:focus:enabled {
  cursor: pointer;
  background: #039d5f;
  border: none;
  color: #fff !important;
  box-shadow: 0 1px 3px rgba(0,0,0,.30) !important;
  outline: none !important;
  font-weight: 500;
}
/* Old form css */
.form-input-box {
  display: block;
  border: 2px solid #AAB3C3 !important;
  border-radius: 3px !important;
  padding: 0 15px !important;
  height: 50px !important;
}
.form-input-box::placeholder {
  color: #AAB3C3;
}
.form-text-area {
  border: 2px solid #AAB3C3 !important;
  border-radius: 3px !important;
  padding-right: 15px !important;
  padding-left: 15px !important;
}
.form-text-area::placeholder {
  color: #AAB3C3;
}
.button-submit {
  height: 50px !important;
  padding: 0 15px;
  line-height: 48px;
  display: block;
  width: 100%;
  margin: 20px 0;
}
.checkbox-label {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0px;
}
.modal-sub-link {
  color: #AAB3C3;
  font-size: 14px;
  font-weight: 700;
  transition: all .2s ease;
}
.error-image {
  max-width: 300px;
  text-align: center;
  margin: 75px 0 100px 0;
}
.error-image-large {
  margin: 75px 0 60px 0;
}
.not-found-image {
  max-width: 300px;
  text-align: center;
  margin: 30px 0 20px 0;
}
.section-error {
  text-align: center;
}
@media screen and (min-width: 700px) {
  .error-image {
    max-width: 560px;
  }

  .not-found-image {
    max-width: 360px;
  }
}

.text-link {
  font-weight: inherit;
  color: #448D76;
  padding: 0 !important;
}
.text-link:hover {
  color: #448D76 !important;
}
.text-link.follow-steps:hover {
  color: #70ffcb !important;
}
.spaced-row {
  margin-bottom: 75px;
}
.spaced-row-2 {
  margin: 40px 0 0 0;
}
.bordered-row {
  border-bottom: 1px solid #E2E2E2;
  padding: 20px 0 20px 0;
}
.text-left {
  text-align: left !important;
  padding-left: 0 !important;
  margin-left: -2px !important;
}
.text-list {
  padding-top: 5px;
  padding-left: 20px;
}
.faq-image {
  margin-top: 20px;
}
.faq-image-list {
  margin-top: 20px;
  margin-bottom: 40px;
}
.token-image {
  max-width: 250px;
}
@media screen and (max-width: 699px) {
  .hide-s {
    display: none;
  }
}
.central-text {
  margin-bottom: 10px !important;
  text-align: left !important;
}
.faq-content-box {
  margin-bottom: 40px;
}
.faq-content-box:last-child {
  margin-bottom: 0;
}
.faq-header {
  margin-bottom: 20px;
  font-weight: 600;
}
.faq-header--small {
  font-weight: 400 !important;
}
.faq-sub-header {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: .8rem;
  letter-spacing: .5px;
  font-weight: 700;
  color: #24b47e;
}
.no-border {
  border: 0 !important;
}
.no-margin-text {
  margin-top: 0  !important;
  padding-top: 0 !important;
  line-height: 1 !important;
}
.faq-sub-content:only-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.resources-list {
  margin: 0 auto !important;
}
#integrations {
  margin-bottom: -100px;
}
.logo-images {
  margin-top: 8px;
}
@media screen and (max-width: 1000px) {
  .canary-tokens-row {
    margin: 25px 0 75px 0;
  }
  .tweet-center > .twitter-tweet {
    text-align: center !important;
    margin: 10px auto !important;
  }
}
@media screen and (min-width: 1000px) {
  .canarytokens-padding {
    padding-left: 50px;
  }
}
.section-why-canary {
  padding-top: 50px !important;
}
#totp {
  display: none;
}
.alert {
  padding: 5px 10px;
  border-radius: 4px;
  color: #FF2F2F;
  text-align: center;
  font-size: 14px;
  border: 1px solid #FF2F2F;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
.alert .closebtn:hover {
  cursor: pointer;
  font-weight: 600;
}
.first-form-element {
  margin-top: 30px;
}
.alert-success {
  text-align: center;
  background: #b9f5c7;
  color: #165723;
  border-radius: 4px;
  padding: 10px;
  border: 1px solid #489457;
  font-size: 17px;
}
.alert-fail {
  text-align: center;
  background: #F8D7DA;
  color: #FF2F2F;
  border-radius: 4px;
  padding: 10px;
  border: 1px solid #FF2F2F;
  margin-top: 20px;
}

.modal-image {
  height: 200px;
  margin-bottom: 20px;
}

.tabbed-quote:focus, .tabbed-quote:active  {
  color: #4a4a4a !important;
}

.tabbed-disabled {
  opacity: .4;
  cursor: default;
  pointer-events: none;
}

.yes-button {
  margin-top: -20px !important;
  margin-bottom: 20px !important;
}

.hiring {
  height: 150px !important;
}

.hiring-content {
  padding-top: 60px !important;
  padding-bottom: 100px !important;
}

.hiring-content .row:not(:first-child) {
  margin-top: 50px;
}
.hiring-content .content-center{
  border-top: 1px solid #38d47f;
}

form#register-webinar, div#post-register, div#post-register-failed,
div#watch-this-space{
  box-shadow: 0px 24px 22px -5px rgb(2 100 91 / 50%);
  background: white;
  padding: 15px 15px 15px;
  border-radius: 1em;
  border: .05em solid lightgrey;
}

div#post-register, div#post-register-failed{
  margin: 30px 0px;
  margin-top: 0px;
}

form#register-webinar, div#post-register, div#post-register-failed-already-signed-up {
  box-shadow: 0px 24px 22px -5px rgb(2 100 91 / 50%);
  background: white;
  padding: 15px 15px 15px;
  border-radius: 1em;
  border: .05em solid lightgrey;
}

div#post-register, div#post-register-failed-already-signed-up {
  margin: 30px 0px;
  margin-top: 0px;
}

div.register-webinar-ex p{
  color: white;
}

div.register-webinar-ex {
  color: white;
  margin-bottom: 30px;
}

div.register-webinar-header {
  margin-bottom: 30px;
}

div.register-webinar-header h1, div.register-webinar-header h2{
  color: black;
  text-align: center;
}

div.register-webinar-header a{
  text-align: center;
}

#loading-register-webinar{
  width: 70%;
  display: block;
  margin: auto;
  padding-top: 1em;
  padding-bottom: 1em;
  box-shadow: 0px 24px 22px -5px rgb(2 100 91 / 50%);
}

.webinar-form {
  width: 100%;
  /* height: 230px; */
  margin-bottom: 50px;
  margin-top: 5px;
  outline: none;
  display: inline-block;}

.webinar-submit {
  border-radius: 12px;
  background-color: #03B46E !important;
  color: #F6F8FF;
  border-color: transparent !important;
  font-weight: 500;
  padding: 17px 36px 17px 36px;
  font-size: 30px;
  margin-top: 10px;
  width: 100%;
}

  /* @media screen and (max-width: 30em) {
    .webinar-form {
      margin-top: 720px;} }
  @media screen and (max-width: 28em) {
    .webinar-form {
      margin-top: 750px;} }
  @media screen and (max-width: 25em) {
    .webinar-form {
      margin-top: 800px;} }
  @media screen and (max-width: 22em) {
    .webinar-form {
      margin-top: 850px;} }
  @media screen and (max-width: 20em) {
    .webinar-form {
      margin-top: 900px;} }
  @media screen and (max-width: 18em) {
    .webinar-form {
      margin-top: 950px;} }
  @media screen and (max-width: 15em) {
    .webinar-form {
      margin-top: 1000px;} } */

/* .your-hosts {
  margin-top: 800px; }
  @media screen and (min-width: 75em) and (max-width: 84.35em) {
  .your-hosts {
    margin-top: 890px; }
  }
  @media screen and (max-width: 64em) {
    .your-hosts {
      margin-top: 0px;} } */

.webinar-avatar {
  max-width: 60%;}
  @media screen and (max-width: 64em) {
    .webinar-avatar {
      display: inline-block;
      margin-bottom: 60px;
      max-width: 30%;} }
  @media screen and (max-width: 44em) {
    .webinar-avatar {
      max-width: 40%;} }
  @media screen and (max-width: 30em) {
    .webinar-avatar {
      max-width: 60%;} }


@media print, screen and (max-width: 64em) {
  .host-large {
    display: none;}
  .host-small {
    display: block;
  }
}

@media print, screen and (min-width: 64em) {
  .host-large {
    display: block;}
  .host-small {
    display: none;
  }
}

.your-hosts:before {
  content: "";
  position: absolute;
  right: 0;
  top: -120px;
  width: 0;
  height: 0;
  border-bottom: 120px solid #fff;
  border-left: 100vw solid transparent;
}

.host-text {
  padding-left: 0px;
}

.host-mh {
  position: absolute;
  top: -50px;
  right: 20px;
}

.host-mh-section {
  margin-bottom: 100px;
}

.host-brad {
  position: absolute;
  top: -20px;
  right: 20px;
}

section.webinar-hero {
  background: #008479;
  background: linear-gradient(135deg, #008479 0%, #02f15d 80%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008479', endColorstr='#02f15d',GradientType=1 );
  min-height: 725px;
  padding: 0 20px; }
  @media print, screen and (max-width: 450px) {
    section.webinar-hero {
      min-height: 1000px; }}
  @media print, screen and (min-width: 200px) and (max-width: 300px) {
    section.webinar-hero {
      min-height: 1100px; }}
  /* @media print, screen and (min-width: 15em) {
    section.webinar-hero {
      min-height: 1600px; }}
  @media print, screen and (min-width: 20em) {
    section.webinar-hero {
      min-height: 1500px; }}
  @media print, screen and (min-width: 25em) {
    section.webinar-hero {
      min-height: 1350px; }}
  @media print, screen and (min-width: 30em) {
    section.webinar-hero {
      min-height: 1250px; }}
  @media print, screen and (min-width: 40em) {
    section.webinar-hero {
      min-height: 1150px; }} */
  @media print, screen and (min-width: 64em) {
    section.webinar-hero.fixed {
      position: fixed;
      top: 0; } }
  @media print, screen and (min-width: 64em) {
    section.webinar-hero {
      min-height: 840px; } }
  @media screen and (min-width: 75em) and (max-width: 84.35em) {
    section.webinar-hero {
      min-height: 890px; }}
  @media screen and (min-width: 75em) {
    section.webinar-hero {
      padding: 0 75px; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    section.webinar-hero:after {
      content: "";
      position: absolute;
      right: 0;
      bottom: 0;
      width: 0;
      height: 0;
      border-bottom: 120px solid #fff;
      border-left: 100vw solid transparent; } }

.host-image-small {
  text-align: center;
}

.social-btn-group{
  margin-top: 7px;
  text-align: left;
}

.fb_iframe_widget span {
  vertical-align: baseline !important;
}

.custom-hide {
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

.webinar-nav-links {
  text-decoration: none !important;
}

.webinar-nav {
  margin: 6px 0 0 !important;
}

.webinar-time {
  margin-bottom: 20px;
  color: #fff;
  font-weight: 600;
}

.webinar-time-main {
  margin-bottom: 5px;
  color: #fff;
  font-weight: 600;
}

@media screen and (min-width: 75em) and (max-width: 84.35em) {
  .webinar-title {
    margin-top: 50px;
  }
}

.main-tweets-margin {
  margin-top: 30px;
}

.tweet-para {
  white-space: pre-line !important;
}

.privacy-container {
  display: grid;
  grid-template-columns: 1fr 20px min(65ch, 100%) 20px 1fr;
}
.privacy-container > * {
  grid-column: 3;
}
.privacy-subsection {
  margin-bottom: 40px;
}
.privacy-subsection:last-child {
  margin-bottom: 0;
}
.hiring-subsection {
  grid-column: 2 / -2;
  background: #fff;
  border-radius: 8px;
  box-sizing: border-box;
  max-width: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 30px 0px;
  background: #fff;
  overflow: hidden;
  margin-bottom: 28px;
}
.hiring-pos-header {
  padding: 20px;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.hiring-pos-content {
  margin-top: 4px;
  padding: 0 20px 24px 20px;
  font-size: 16px !important;
}
.hiring-pos-content.collapse {
  display: none;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.hiring-pos-content > p {
  font-size: 16px !important;
}
.hiring-pos-content > h3 {
  font-size: 15px !important;
  font-weight: 700;
  margin-bottom: 4px !important;
}
.privacy-container h2 {
  font-weight: 600;
}
.margin-top--20 {
  margin-top: 20px !important;
}
.margin-bottom--0 {
  margin-bottom: 0 !important;
}
.margin-left--4 {
  margin-left: 4px !important;
}
@media (max-width: 768px) {
  .privacy-container {
    grid-template-columns: 1fr min(65ch, 100%) 1fr;
  }
  .privacy-container > * {
    grid-column: 2;
  }
  .hiring-subsection {
    grid-column: 2;
  }
}
.labs-logo {
  text-align: center;
}
.labs-logo img {
  width: 200px;
}
.hiring-pos-footer {
  padding: 6px 20px 8px 20px;
  font-size: 14px !important;
  color: #24b47e;
  border-top: 1px solid #eee;
  text-align: center;
  cursor: pointer !important;
  font-weight: 600;
  transition: all .3s ease;
}
.hiring-pos-footer:hover {
  background: #24b47e;
  color: #fff;
}

.flex-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 100px;
  text-align: left !important;
}

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

.flex-col {
  width: calc(50% - 40px);
  text-align: left !important;
}
.iframe-col {
  text-align: right;
}
.right-iframe {
  width: 36vw;
  height: 18vw;
  max-width: 635px;
  max-height: 397px;
}
.center-iframe {
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 910px) {
  .page-title {
    width: fit-content !important;
  }
  .flex-col {
    width: 100%;
  }
  .iframe-col {
    display: none;
  }
}
@media (min-width: 910.1px) {
  .center-iframe {
    display: none;
  }
}

.flex-resources {
  display: flex;
  flex-wrap: wrap;
}

.flex-item {
  height: 100%;
  margin-bottom: 0 !important;
}

.margin-bottom--30 {
  margin-bottom: 30px !important;
}

.video-info {
  position: absolute;
  bottom: 0;
  font-size: small !important;
  color: gray;
}

#footer_container {
  display: none !important;
}

.webinar-details {
  color: #fff;
  margin-top: 15%;}
  @media print, screen and (max-width: 450px) {
    .webinar-details {
      margin-top: 25%; }}

.webinar-title {
  color: #fff !important;
}

.webinar-button-container {
  text-align: center;
  margin-top: 70px;
}

.webinar-button {
  font-size: 25px;
}

.hosts {
  min-height: 400px !important;
}

.hello-container {
  margin-top: 200px;
  margin-bottom: 220px;
}

.hello-container h1 {
  margin: 40px auto 0px;
}

.hello-title {
  font-size: 100px;
  font-weight: 1000;
  background: -webkit-linear-gradient(135deg, #62e7dc 0%, #02f15d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}

.hello-heart {
  color: #EC6161;
  position: absolute;
  width: 50px;
  right: -35px;
  top: 15px;
  animation: hello-heartbeat 2s infinite;
}

@keyframes hello-heartbeat {
	0% {
		transform: scale(0.95);
	}

	70% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(0.95);
	}
}

.welcome {
  margin-top: 20px;
  font-weight: 700;
  background: linear-gradient(135deg, #04bd6a 0%, #04cf66 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hello-steps {
  position: relative;
  margin-top: 70px;
  margin-left: 55px;
}

.hello-steps h3 {
  font-weight: bold;
}

.hello-step {
  position: relative;
  padding-bottom: 70px;
}

.hello-step:last-child {
  padding-bottom: 0;
}

.hello-step::after {
  background: #cdf2e1 !important;
  position: absolute;
  top: 20px;
  bottom: 0;
  left: -40px;
  display: block;
  width: 4px;
  content: "";
  background: #dadfe9;
  margin-top: 12px;
}

.step-circle {
  position: relative;
  margin-left: -39px;
}

:root {
  --border-color: #D7DBE3;
  font-family: -apple-system, BlinkMacSystemFont, 'Roboto', 'Open Sans', 'Helvetica Neue', sans-serif;
  --green: #0CD977;
  --red: #FF1C1C;
  --pink: #FF93DE;
  --purple: #5767ED;
  --yellow: #FFC61C;
  --rotation: 0deg;
  }

.wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;

}

@keyframes scaleCup {
  0% {
    transform: scale(0.6);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes confettiRain {
  0% {
    opacity: 1;
    margin-top: -100vh;
    margin-left: -200px;
  }

  100% {
    opacity: 1;
    margin-top: 100vh;
    margin-left: 200px;
  }
}

.confetti {
  opacity: 0;
  position: absolute;
  width: 1rem;
  height: 1.5rem;
  transition: 500ms ease;
  animation: confettiRain 10s infinite;
}

#confetti-wrapper {
   overflow: hidden !important;
}

#wave {
  display: inline-block;
  animation: rotation 1s infinite ease;
  margin-left: 24px;
}

@keyframes rotation {
  50% {
    transform: rotate(30deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.numberCircle {
  width: 35px;
  height: 35px;
  line-height: 28px;
  border-radius: 50%;
  text-align: center;
  font-size: 15px;
  border: 4px solid #cdf2e1;
  background-color: #FFFFFF;
  position: absolute;
  left: -55px;
  font-weight: bold;
  color: #04bd6a;
}

.final {
  border-radius: 15px;
  background: linear-gradient(135deg, #008479 0%, #02f15d 100%);
  margin-right: auto;
  margin-left: auto;
  margin-top: 100px;
  margin-bottom: 80px;
  padding: 30px;
}

.final-text {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.hello-img {
}

.final-text-container {
  width: 60%;
  display: inline-block;
  margin-bottom: 36px;
  margin-top: 38px;
}
@media screen and (max-width: 880px) {
  .final-text-container {
    width: 100%;
  }
}

.final-img {
  width: 300px;
  display: inline-block;
  border-radius: 15px;
  float: right;
}
@media screen and (max-width: 880px) {
  .final-img {
    display: none;
  }
}

@media screen and (min-width: 1023px) and (max-width: 1160px) {
  .final-img {
    width: 250px;
    margin-top: 60px;
  }
}

@media screen and (min-width: 1202px) and (max-width: 1270px) {
  .final-img {
    width: 250px;
    margin-top: 60px;
  }
}

.hello-img-container {
  width: 100%;
  overflow: hidden;
  border-radius: 15px;
  margin-top: 28px;
}


/* .hello-in-flight {
  animation: zoom 6s infinite ease-out;
}

@keyframes zoom {
  35% {
    transform: scale(1.4);
  }
  80% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1.0);
  }
} */

[data-inviewport="scale-in"] img {
  transition: 2.5s;
  transform: scale(1.0);
}
[data-inviewport="scale-in"].is-inViewport img {
  transform: scale(1.4) translate(-8%, -6%);
}

.default-flock-body {
  border: none;
  border-radius: 0;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 12px;
}

.device-list {
  padding: 0;
  background: none;
}

.canary-list {
  grid-template-columns: repeat(3,minmax(0,1fr));
  margin-top: 0;
  gap: 20px;
  display: grid;
}
@media screen and (max-width: 750px) {
  .canary-list {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
  .no-devices {
    display: none !important;
  }
}
@media screen and (max-width: 500px) {
  .canary-list {
    grid-template-columns: repeat(1, minmax(0,1fr));
  }
  .no-devices {
    display: none !important;
  }
  .canarytokens-card {
    display: none !important;
  }
}


.canary-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  box-shadow: none;
  background: var(--background-color-lightest);
  border: 1px solid rgba(0,0,0,.05);
  display: flex;
  position: relative;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
}

.tokens-img {
  width: 110px;
  vertical-align: middle;
}

.header {
  font-weight: 500;
  font-size: 16px;
  padding: 16px 24px 0 24px;
  text-align: center;
}

.img-wrapper {
  margin: auto;
}

.canary-item.size-lg.default>.footer {
  background: #fff;

}

.canary-item.size-lg .footer {
  background: var(--background-color-light);
  color: var(--mid-color);
  font-weight: 500;
  font-size: 13px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top: 1px solid rgba(0,0,0,.1);
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  padding: 8px 0;
  text-align: center;
}

.canary-item.size-lg .content {
  padding: 8px 24px;
  font-size: 14px;
}

.custom-item {
  position: relative;
  top: -8px;
  line-height: 1.2;
}

.canary-item.size-lg .content .item-result {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: calc(100% - 100px);
  color: var(--mid-color);
  display: inline-block;
  background: var(--background-color-lightest);
}

.flight-img {
  width: 140px;
  display: inline-block;
}

.canary-item.size-lg .icon {
  margin: 20px auto;
}

.canary-default-card .content .img {
  width: 120px;
  margin-top: 16px;
}

.canary-default-card .content {
  font-weight: 500;
  padding: 16px 0;
}

.no-devices-content {
  text-align: center;
}

.canary-default-card {
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fff;
    border: 1px solid rgba(0,0,0,.07);
    border-radius: 8px;
    text-align: center;
    min-height: 240px;
    height: 100%;
    cursor: pointer;
    -webkit-box-shadow: var(--card-shadow-small);
    box-shadow: var(--card-shadow-small);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.canary-default-card .add.no-devices-add {
  opacity: 1;
  background: var(--pri-sec-color);
  color: #fff;
  border-top: 1px solid rgba(0,0,0,.1);
  display: block;
}

.canary-default-card .add {
  background: #fff;
  color: var(--mid-color);
  padding: 8px 0;
  font-weight: 500;
  font-size: 13px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top: 1px solid rgba(0,0,0,.1);
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.canary-default-card .add .icon-container {
  display: inline-block;
  font-size: 9px;
  color: var(--mid-color);
  margin-left: 12px;
  position: relative;
  background: var(--background-color);
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  height: 20px;
  width: 20px;
}

.h-100 {
  height: 100%;
  -webkit-box-shadow: var(--card-shadow-small);
  box-shadow: var(--card-shadow-small);
}

.svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}

.svg-inline--fa.fa-w-14 {
  width: 0.875em;
}

.canary-default-card .add.no-devices-add .icon-container {
  color: #fff;
  background: hsla(0,0%,100%,.2);
}

.online {
  border-color: var(--primary-color-code)!important;
}

.hello-last {
  padding-bottom: 58px !important;
}

.canary-item .new {
  position: absolute;
  top: -4px;
  left: -4px;
}

.notification-badge-long {
  display: inline-block;
  width: 50px;
  height: 24px;
  border-radius: 8px;
  text-align: center;
  line-height: 24px;
  color: #fff;
  font-size: 12px;
  position: absolute;
  font-weight: 900;
  -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 30%);
  box-shadow: 0 1px 3px rgb(0 0 0 / 30%);
  -webkit-animation: pop 1.2s infinite;
  animation: pop 1.2s infinite;
}

.notification-badge--success {
  background: var(--pri-sec-color);
}

@keyframes pop {
  0% { transform: translate(0, -5%) scale(1.025, 0.975); }
  50% { transform: translate(0, -15%) scale(1, 1); }
  100% { transform: translate(0, -5%) scale(1.025, 0.975); }
}

.online-icon {
  display: inline-block;
  border-radius: 50%;
  height: 12px;
  width: 12px;
  background: var(--primary-color-code);
  position: relative;
  margin-right: 8px;
}

.canary-item.size-lg .content {
  background: var(--background-color-lightest);
  border-radius: 8px;
}

.canary-item.size-lg .content .item-header {
  vertical-align: top;
  min-width: 80px;
  display: inline-block;
}

.canary-item.size-lg .content .item-result {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: calc(100% - 100px);
  color: var(--mid-color);
}

.canary-item .content .item-header {
  font-weight: 500;
}

.canary-item.size-lg .content .item {
  line-height: 1.2;
}

.windows-icon {
  width: 80px;
  opacity: 0.3;
}

.socket-icon {
  transform: rotate(270deg);
  width: 60px;
  opacity: 0.1;
}

.plug-icon {
  transform: rotate(90deg);
  margin-right: 35px;
  width: 40px;
  opacity: 0.1;
}
@media screen and (max-width: 750px) {
  .plug-icon {
    width: 35px;
  }
  .socket-icon {
    width: 45px;
  }
}

.plug-container {
  text-align: center;
  margin-bottom: 28px;
}

#plugin.is-inViewport {
  transition: 2.5s;
  transform: rotate(90deg) translate(0, -55%);
}

.follow-steps {
  color: #02f15d;
}

.inyoni-blurb {
  position: absolute;
  text-align: center;
  cursor: pointer;
  border-left: none;
  border-radius: 30px;
  width: 155px;
  bottom: 150px;
  right: 80px;
  color: #fff;
  font-size: 16px;
  background-color: var(--pri-sec-color) !important;
  padding: 12px;
  font-weight: 700;
}

.inyoni-blurb-small {
  display: none;
  text-align: center;
  cursor: pointer;
  border-radius: 15px;
  color: #fff;
  font-size: 16px;
  background-color: var(--pri-sec-color) !important;
  padding: 12px;
  font-weight: 700;
  margin-top: 12px;
}

.triangle-down {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 20px solid var(--pri-sec-color);
  bottom: -18px;
  right: 30px;
}

.inyoni-inflight {
  width: 140px;
  position: absolute;
  right: 0;
  bottom: 60px;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

@media screen and (max-width: 690px) {
  .inyoni-inflight {
    display: none;
  }
  .inyoni-blurb {
    display: none;
  }
  .inyoni-blurb-small {
    display: inline-block;
  }
}

.bird-peek-container {
  width: 100%;
  position: absolute;
  height: 100%;
  z-index: 0;
}

.bird-peek {
  cursor: pointer;
  max-width: 210px;
  position: absolute;
  z-index: 0;
  top: 290px;
  left: 4em;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.bird-msg-peek {
  text-align: center;
  position: absolute;
  cursor: pointer;
  border-left: none;
  margin-top: 4px;
  margin-bottom: 40px;
  border-radius: 30px;
  width: 230px;
  top: 170px;
  color: #19a539 !important;
  font-size: 16px;
  background-color: white;
  padding: 10px;
}

.triangle-down-peek {
  position: absolute;
  width: 0;
  height: 0;
  top: 318px;
  left: 4em;
  /* left: 560px; */
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 20px solid white;
}

.checkbox-vertical-align {
  margin-top: 6px !important;
}

@media screen and (max-width: 90em) {
  .webinar-form {
    /* width: 85%; */
    margin-top: 5px;}

    .bird-peek {
      left: 1em;
    }
    .bird-msg-peek {
      width: 200px;
      right: -17px;
      font-size: 15px;
      top: 162px;
    }
    .triangle-down-peek {
      top: 330px;
      left: 4em;
    }
}
@media screen and (max-width: 78em) {
  .webinar-form {
    /* width: 70%; */
    margin-top: 5px;}
  .webinar-submit {
    padding: 15px 30px 15px 30px;
    width: auto;
  }
  .bird-peek {
    left: 4em;
  }
  .bird-msg-peek {
    left:-1.5em;
  }
  .triangle-down-peek {
    left: 5em;
  }

@media screen and (max-width: 48em) {
  .webinar-form {
    /* width: 80%; */
    margin-top: 20px;}
  .webinar-submit {
    padding: 15px 30px 15px 30px;}

  .bird-peek {
    width: 150px;
    left: 31em;
    top: 30em;
  }
  .bird-msg-peek {
    left: 20em;
    top: 19em;
    width: 15em;
    border-color: #19a539;
    border-style: solid;
  }
  .triangle-down-peek {
    border-top: 20px solid #19a539;
    left: 32em;
    top: 31em;
  }
}
@media screen and (max-width: 40em) {
  .webinar-form {
    /* width: 100%; */
    margin-top: 20px;}

    .webinar-submit {
      padding: 10px 25px 10px 25px;
      margin-top: 4.5em;
    }
    .bird-peek {
      width: 150px;
      top: 33em;
      left: 21em;
    }
    .bird-msg-peek {
      top: 26em;
      left: 3.5em;
      border-color: #19a539;
      border-style: solid;
      width: 22em;
    }
    .triangle-down-peek {
      top: 35em;
      border-top: 20px solid #19a539;
      left: 22em;
    }
}
@media screen and (max-width: 30em) {
  .webinar-form {
    margin-top: 20px;}

  .webinar-submit {
    padding: 10px 25px 10px 25px;
    margin-top: 300px;
    width: 100%;
  }
  .bird-peek {
    width: 150px;
    top: 562px;
    left: 150px;
  }
  .bird-msg-peek {
    width: 14em;
    top: 405px;
    left: 25px;
    border-color: #19a539;
    border-style: solid;
  }
  .triangle-down-peek {
    top: 578px;
    border-top: 20px solid #19a539;
    left:160px;
  }
}

@media screen and (max-width: 20em) {
  .webinar-form {
    margin-top: 20px;}

  .webinar-submit {
    padding: 5px 10px 5px 10px;
    font-size: 26px;
    margin-top: 11em;
    width: 100%;
  }
  .bird-peek {
    width: 150px;
    top: 44em;
    left: 4em
  }
  .bird-msg-peek {
    width: 14em;
    top: 31em;
    left: 0.5em;
    border-color: #19a539;
    border-style: solid;
  }
  .triangle-down-peek {
    top: 45.5em;
    border-top: 20px solid #19a539;
    left: 5em;
  }
}

/* New Quote Modal */
}
.reveal.pricing-reveal {
  padding: 0 !important;
}

@media print, screen and (min-width: 64em) {
  .reveal.pricing-reveal {
    width: 700px !important;
  }
}
.pricing-reveal .header {
  height: 268px;
  background: linear-gradient(135deg, #387F7F 0%, #38FF7F 100%);
  padding: 0;
  padding-top: 70px;
  position: relative;
}
.pricing-reveal .header.details  {
  height: 228px;
  padding-top: 50px;
}
@media print, screen and (max-width: 440px) {
  .pricing-reveal .header  {
    height: 290px;
    padding-top: 60px;
  }
  .pricing-reveal .header.details  {
    height: 328px;
    padding-top: 100px;
  }
}
@media print, screen and (min-width: 39.9375em) {
  .pricing-reveal .header {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
}
.pricing-reveal .header>img {
  margin-bottom: 17px;
}
.pricing-reveal .header>h2 {
  text-align: center;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  font-size: 1.6rem;
  margin: 0 10px;
}
.quote-input-group {
  position: relative;
  display: inline-block;
}
.pricing-reveal .header .quote-input-group {
  position: absolute;
  bottom: -24px;
  left: 0;
  right: 0;
  width: 340px;
  margin-left: auto;
  margin-right: auto;
}
.pricing-reveal .header .quote-details-input , .pricing-reveal .main .quote-details-input {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  opacity: 1;
  width: 340px;
  margin: auto;
  border: none !important;
  box-shadow: 0px 0px 5px #00000029;
  font-size: 14px;
  font-weight: 600;
  color: #03b46e;
  height: 56px;
  padding: 15px;
  padding-top: 35px;
}
.quote-details-input:focus ~ .floating-label,
.quote-details-input:not(:focus):not(:placeholder-shown) ~ .floating-label {
  top: 8px;
  bottom: 10px;
  left: 25px;
  font-size: 11px;
  opacity: 1;
  color: #757575;
}
.pricing-reveal .header .floating-label {
  left: 15px !important;
}
.floating-label {
  position: absolute;
  pointer-events: none;
  left: 25px;
  top: 17px;
  transition: 0.2s ease all;
  font-size: 15px;
  color: #8e8e8e;
  font-family: inherit;
  font-weight: 600;
}
.floating-label>span {
  font-weight: 300;
}
.pricing-reveal .main {
  height: auto;
  background: #FFFFFF;
  text-align: center !important;
}
.pricing-reveal .header>.calculator {
  box-shadow: 0px 0px 12px #00000029;
  border-radius: 4px;
  height: 215px;
  background: #fff;
  position: absolute;
  bottom: -108.5px;
  left: 0;
  right: 0;
  width: 340px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 34em) {
  .pricing-reveal .header>.calculator {
    width: 330px;
  }
}
.pricing-reveal .header>.calculator>.form {
  padding: 20px 40px;
  border-bottom: 1px #e7e7e7 solid;
  height: 50%;
  display: flex;
  align-items: center;
}
.quote-form .spin-input-field:focus {
  outline: none !important;
  border: none !important;
  color: #38D47F !important;
  box-shadow: none !important;
}
.quote-form .spin-input-field {
  font-size: 2.5rem;
  padding: 10px;
  width: 150px;
  height: 75px;
  margin: 0 auto;
  border: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
  font-weight: bold;
  color: #38D47F;
  text-align: center;
  display: block; }
  @media print, screen and (min-width: 64em) {
    .quote-form .spin-input-field {
      font-size: 2.5rem; } }
.quote-form .minus,
.quote-form .plus {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: 5px }
#discount-section, #remove-shipping-section {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: auto;
  width: 295px;
  margin-bottom: 20px;
}
#discount-section span, #remove-shipping-section span {
  font-size: 18px;
  color: #888888;
}
#discount-section input {
  padding: 10px;
  height: auto;
  width: 56px;
}
#remove-shipping-section input {
  -webkit-appearance: none;
  appearance: none;
  background-color: #FFFFFF;
  font: inherit;
  color: #03b46e;
  border: 0.15em solid #03b46e;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
  padding: 15px;
  width: 15px;
  height: 15px;
}
#remove-shipping-section input::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  background-color: #03b46e;
}
#remove-shipping-section input[type="checkbox"]:checked::before {
  transform: scale(1);
}

.pricing-reveal .header>.calculator >.output {
  padding: 20px;
  height: 50%;
}
.pricing-reveal .header>.calculator >.output small {
  margin: 8px auto;
}
.pricing-reveal .header>.calculator>.output>strong {
  text-align: center;
  font-size: 2.11111rem;
  font-weight: 500;
  color: #7D8781;
}
.pricing-reveal .main.package {
  margin-top: 140px !important;
}
.pricing-reveal .main>.checklist {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: auto;
  list-style: none;
  width: 85%;
  align-items: center; }
@media print, screen and (min-width: 44em) {
  .pricing-reveal .main>.checklist {
    padding-left: 0;
    flex-direction: row;
    justify-content: space-around !important;
  }
}
@media print, screen and (max-width: 440px) {
  .pricing-reveal .main.package  {
    margin-top: 140px !important;
  }
  .pricing-reveal .main>.checklist {
    width: 90%;
  }
}
.pricing-reveal .main>.checklist>.checklist-group {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: auto;
  text-align: left;
  position: relative;
  font-size: 0.78889rem;
  letter-spacing: 0px;
  color: #909090;
  width: 315px;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 44em) {
  .pricing-reveal .main>.checklist>.checklist-group  {
    width: 40%;
    font-size: 0.88889rem;
  }
}

.pricing-reveal .main>.checklist img {
  margin-right: 10px;
  height: 1.9em;
  width: 32px;
}
.bigger-icon {
  height: 35px !important;
}
@media print, screen and (max-width: 44em) {
  .pricing-reveal .main>.checklist>.checklist-group  {
    justify-content: center;
    width: 100%;
  }
  .pricing-reveal .main>.checklist img {
    height: 2.3778em;
    width: 30px;
  }
  .bigger-icon {
    height: 2.3778em !important;
  }
}
.checklist li, .output p {
  color: #909090;
  font-size: .9em;
}
@media print, screen and (max-width: 44em) {
  .checklist li {
    width: 270px;
    font-size: 1.1em;
  }
  .checklist li>.more-details {
    font-size: 0.69889rem !important;
  }
}
.checklist li>.bold {
  font-weight: bold;
}
.checklist li>.more-details {
  display: block;
  font-weight: 300;
  font-size: 0.59889rem;
}
.pricing-reveal .main>.details-form {
  margin-top: 55px !important;
  display: flex;
  flex-direction: column;
  width: 360px;
  margin: auto;
}
.border-r-top-only {
  border-radius: 4px 4px 0px 0px !important;
}
.no-border-r {
  border-radius: 0 !important;
  box-shadow: 0px 0px 3px #00000029 !important;
}
.border-r-bottom-only{
  border-radius: 0px 0px 4px 4px !important;
}
.pricing-reveal .footer {
  padding: 20px 0;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 40px;
}
.pricing-reveal .main .btn-login {
  width: 340px;
  padding: 10px 70px !important;
  margin-top: 30px !important;
  font-weight: 700;
  height: 45px;
  font-size: 17px;
}
.pricing-reveal .main .btn-login:hover {
  cursor: pointer;
  background: #039d5f;
  border: none;
  color: #fff !important;
  box-shadow: 0 1px 3px rgba(0,0,0,.30) !important;
  outline: none !important;
}
.pricing-reveal .link {
  text-align: center;
  color: #C7CCC9 !important;
  margin-top: 0 !important;
  margin-bottom: 12px !important;
  display: inline-block;
}
.pricing-reveal .link:hover {
  font-size: 13.5px;
  color: #03b46e !important;
  font-weight: 600;
}
.reveal .close-button{
  top: 1rem !important;
  width: 35px;
  height: 35px;
}
.reveal .close-button img {
  width: 35px;
  height: 35px;
  margin-top: -9px;
}
.reveal .close-button:hover {
  background-color: white;
  border-radius: 30px;
}
@media print, screen and (max-width: 800px) {
  .reveal .close-button{
    right: .5rem !important;
    top: .5rem !important;
    width: 35px;
  }
}
.back-button, .forward-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer;
 }
  [data-whatinput='mouse'] .back-button {
    outline: 0; }
  .back-button {
    left: 1rem;
    bottom: 1rem;
    border-radius: 25px;}
  .forward-button {
    right: 1rem;
    bottom: 1rem;
    border-radius: 25px;
  }
  .back-button>img, .forward-button>img {
    height: 45px;
  }
  .back-button:hover, .forward-button:hover {
    box-shadow: 0 0 5px 6px #e8e8e8;
  }
@media print, screen and (max-width: 800px) {
  .back-button {
    left: 0.66rem;
    bottom: 1em;
  }
  .forward-button {
    right: 0.66rem;
    bottom: 1em;
  }
  .reveal .close-button {
    right: 0.66rem;
    top: 1em;
  }
  .back-button>img {
    height: 40px;
  }
}

.svg {
  width: 100%;
  height: 100%;
  border: 1px #c7c7c7 solid !important;
  border-radius: 20px;
}
.minus.svg:hover {
  border: 1px red solid !important;
}
.plus.svg:hover {
  border: 1px #039d5f solid !important;
}
svg path,
svg circle {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
}
.sub-amount svg:hover line {
  stroke: red;
}
.add-amount svg:hover line {
  stroke: #039d5f;
}