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

/**
 * Remove default margin.
 */
/* line 19, vendor/assets/stylesheets/normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 30, vendor/assets/stylesheets/normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

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

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 63, vendor/assets/stylesheets/normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
/* line 73, vendor/assets/stylesheets/normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 85, vendor/assets/stylesheets/normalize.scss */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 93, vendor/assets/stylesheets/normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 105, vendor/assets/stylesheets/normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 113, vendor/assets/stylesheets/normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 122, vendor/assets/stylesheets/normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 131, vendor/assets/stylesheets/normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 140, vendor/assets/stylesheets/normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 149, vendor/assets/stylesheets/normalize.scss */
small {
  font-size: 80%;
}

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

/* line 165, vendor/assets/stylesheets/normalize.scss */
sup {
  top: -0.5em;
}

/* line 169, vendor/assets/stylesheets/normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 180, vendor/assets/stylesheets/normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 188, vendor/assets/stylesheets/normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 199, vendor/assets/stylesheets/normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 207, vendor/assets/stylesheets/normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 217, vendor/assets/stylesheets/normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 225, vendor/assets/stylesheets/normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
/* line 262, vendor/assets/stylesheets/normalize.scss */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
/* line 273, vendor/assets/stylesheets/normalize.scss */
button,
select {
  text-transform: none;
}

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

/**
 * Re-set default cursor for disabled elements.
 */
/* line 298, vendor/assets/stylesheets/normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 307, vendor/assets/stylesheets/normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 318, vendor/assets/stylesheets/normalize.scss */
input {
  line-height: normal;
}

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

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

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

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

/**
 * Define consistent border, margin, and padding.
 */
/* line 375, vendor/assets/stylesheets/normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 386, vendor/assets/stylesheets/normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9.
 */
/* line 395, vendor/assets/stylesheets/normalize.scss */
textarea {
  overflow: auto;
}

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

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 415, vendor/assets/stylesheets/normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 420, vendor/assets/stylesheets/normalize.scss */
td,
th {
  padding: 0;
}
meta.foundation-version {
  font-family: "/5.2.2/"; }

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

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

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

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

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

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

html, body {
  height: 100%; }

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

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

body {
  background: white;
  color: #222222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

a:hover {
  cursor: pointer; }

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

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

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

.left {
  float: left !important; }

.right {
  float: right !important; }

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

.hide {
  display: none; }

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

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

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

select {
  width: 100%; }

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

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

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .small-1 {
    width: 8.33333%; }

  .small-2 {
    width: 16.66667%; }

  .small-3 {
    width: 25%; }

  .small-4 {
    width: 33.33333%; }

  .small-5 {
    width: 41.66667%; }

  .small-6 {
    width: 50%; }

  .small-7 {
    width: 58.33333%; }

  .small-8 {
    width: 66.66667%; }

  .small-9 {
    width: 75%; }

  .small-10 {
    width: 83.33333%; }

  .small-11 {
    width: 91.66667%; }

  .small-12 {
    width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; } }
@media only screen and (min-width: 40.063em) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .medium-1 {
    width: 8.33333%; }

  .medium-2 {
    width: 16.66667%; }

  .medium-3 {
    width: 25%; }

  .medium-4 {
    width: 33.33333%; }

  .medium-5 {
    width: 41.66667%; }

  .medium-6 {
    width: 50%; }

  .medium-7 {
    width: 58.33333%; }

  .medium-8 {
    width: 66.66667%; }

  .medium-9 {
    width: 75%; }

  .medium-10 {
    width: 83.33333%; }

  .medium-11 {
    width: 91.66667%; }

  .medium-12 {
    width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }
@media only screen and (min-width: 64.063em) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .large-1 {
    width: 8.33333%; }

  .large-2 {
    width: 16.66667%; }

  .large-3 {
    width: 25%; }

  .large-4 {
    width: 33.33333%; }

  .large-5 {
    width: 41.66667%; }

  .large-6 {
    width: 50%; }

  .large-7 {
    width: 58.33333%; }

  .large-8 {
    width: 66.66667%; }

  .large-9 {
    width: 75%; }

  .large-10 {
    width: 83.33333%; }

  .large-11 {
    width: 91.66667%; }

  .large-12 {
    width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }
button, .button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #008cba;
  border-color: #007095;
  color: white;
  transition: background-color 300ms ease-out; }
  button:hover, button:focus, .button:hover, .button:focus {
    background-color: #007095; }
  button:hover, button:focus, .button:hover, .button:focus {
    color: white; }
  button.secondary, .button.secondary {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #333333; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      background-color: #b9b9b9; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      color: #333333; }
  button.success, .button.success {
    background-color: #43ac6a;
    border-color: #368a55;
    color: white; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      background-color: #368a55; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      color: white; }
  button.alert, .button.alert {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: white; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      background-color: #cf2a0e; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      color: white; }
  button.large, .button.large {
    padding-top: 1.125rem;
    padding-right: 2.25rem;
    padding-bottom: 1.1875rem;
    padding-left: 2.25rem;
    font-size: 1.25rem; }
  button.small, .button.small {
    padding-top: 0.875rem;
    padding-right: 1.75rem;
    padding-bottom: 0.9375rem;
    padding-left: 1.75rem;
    font-size: 0.8125rem; }
  button.tiny, .button.tiny {
    padding-top: 0.625rem;
    padding-right: 1.25rem;
    padding-bottom: 0.6875rem;
    padding-left: 1.25rem;
    font-size: 0.6875rem; }
  button.expand, .button.expand {
    padding-right: 0;
    padding-left: 0;
    width: 100%; }
  button.left-align, .button.left-align {
    text-align: left;
    text-indent: 0.75rem; }
  button.right-align, .button.right-align {
    text-align: right;
    padding-right: 0.75rem; }
  button.radius, .button.radius {
    border-radius: 3px; }
  button.round, .button.round {
    border-radius: 1000px; }
  button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #008cba;
    border-color: #007095;
    color: white;
    cursor: default;
    opacity: 0.7;
    box-shadow: none; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #007095; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      color: white; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #008cba; }
    button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
      background-color: #e7e7e7;
      border-color: #b9b9b9;
      color: #333333;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #b9b9b9; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        color: #333333; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #e7e7e7; }
    button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
      background-color: #43ac6a;
      border-color: #368a55;
      color: white;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #368a55; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        color: white; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #43ac6a; }
    button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
      background-color: #f04124;
      border-color: #cf2a0e;
      color: white;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #cf2a0e; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        color: white; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #f04124; }

@media only screen and (min-width: 40.063em) {
  button, .button {
    display: inline-block; } }
meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

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

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

.top-bar {
  overflow: hidden;
  height: 45px;
  line-height: 45px;
  position: relative;
  background: #333333;
  margin-bottom: 0; }
  .top-bar ul {
    margin-bottom: 0;
    list-style: none; }
  .top-bar .row {
    max-width: none; }
  .top-bar form,
  .top-bar input {
    margin-bottom: 0; }
  .top-bar input {
    height: auto;
    padding-top: .35rem;
    padding-bottom: .35rem;
    font-size: 0.75rem; }
  .top-bar .button, .top-bar button {
    padding-top: .45rem;
    padding-bottom: .35rem;
    margin-bottom: 0;
    font-size: 0.75rem; }
  .top-bar .title-area {
    position: relative;
    margin: 0; }
  .top-bar .name {
    height: 45px;
    margin: 0;
    font-size: 16px; }
    .top-bar .name h1 {
      line-height: 45px;
      font-size: 1.0625rem;
      margin: 0; }
      .top-bar .name h1 a {
        font-weight: normal;
        color: white;
        width: 75%;
        display: block;
        padding: 0 15px; }
  .top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0; }
    .top-bar .toggle-topbar a {
      color: white;
      text-transform: uppercase;
      font-size: 0.8125rem;
      font-weight: bold;
      position: relative;
      display: block;
      padding: 0 15px;
      height: 45px;
      line-height: 45px; }
    .top-bar .toggle-topbar.menu-icon {
      right: 15px;
      top: 50%;
      margin-top: -16px;
      padding-left: 40px; }
      .top-bar .toggle-topbar.menu-icon a {
        height: 34px;
        line-height: 33px;
        padding: 0;
        padding-right: 25px;
        color: white;
        position: relative; }
        .top-bar .toggle-topbar.menu-icon a::after {
          content: "";
          position: absolute;
          right: 0;
          display: block;
          width: 16px;
          top: 0;
          height: 0;
          box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white; }
  .top-bar.expanded {
    height: auto;
    background: transparent; }
    .top-bar.expanded .title-area {
      background: #333333; }
    .top-bar.expanded .toggle-topbar a {
      color: #888888; }
      .top-bar.expanded .toggle-topbar a::after {
        box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888; }

.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  transition: left 300ms ease-out; }
  .top-bar-section ul {
    width: 100%;
    height: auto;
    display: block;
    background: #333333;
    font-size: 16px;
    margin: 0; }
  .top-bar-section .divider,
  .top-bar-section [role="separator"] {
    border-top: solid 1px #1a1a1a;
    clear: both;
    height: 1px;
    width: 100%; }
  .top-bar-section ul li > a {
    display: block;
    width: 100%;
    color: white;
    padding: 12px 0 12px 0;
    padding-left: 15px;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 0.8125rem;
    font-weight: normal;
    text-transform: none;
    background: #333333; }
    .top-bar-section ul li > a.button {
      font-size: 0.8125rem;
      padding-right: 15px;
      padding-left: 15px;
      background-color: #008cba;
      border-color: #007095;
      color: white; }
      .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
        background-color: #007095; }
      .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
        color: white; }
    .top-bar-section ul li > a.button.secondary {
      background-color: #e7e7e7;
      border-color: #b9b9b9;
      color: #333333; }
      .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
        background-color: #b9b9b9; }
      .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
        color: #333333; }
    .top-bar-section ul li > a.button.success {
      background-color: #43ac6a;
      border-color: #368a55;
      color: white; }
      .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
        background-color: #368a55; }
      .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
        color: white; }
    .top-bar-section ul li > a.button.alert {
      background-color: #f04124;
      border-color: #cf2a0e;
      color: white; }
      .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
        background-color: #cf2a0e; }
      .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
        color: white; }
  .top-bar-section ul li > button {
    font-size: 0.8125rem;
    padding-right: 15px;
    padding-left: 15px;
    background-color: #008cba;
    border-color: #007095;
    color: white; }
    .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
      background-color: #007095; }
    .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
      color: white; }
    .top-bar-section ul li > button.secondary {
      background-color: #e7e7e7;
      border-color: #b9b9b9;
      color: #333333; }
      .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
        background-color: #b9b9b9; }
      .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
        color: #333333; }
    .top-bar-section ul li > button.success {
      background-color: #43ac6a;
      border-color: #368a55;
      color: white; }
      .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
        background-color: #368a55; }
      .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
        color: white; }
    .top-bar-section ul li > button.alert {
      background-color: #f04124;
      border-color: #cf2a0e;
      color: white; }
      .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
        background-color: #cf2a0e; }
      .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
        color: white; }
  .top-bar-section ul li:hover:not(.has-form) > a {
    background: #272727;
    color: white; }
  .top-bar-section ul li.active > a {
    background: #008cba;
    color: white; }
    .top-bar-section ul li.active > a:hover {
      background: #0078a0;
      color: white; }
  .top-bar-section .has-form {
    padding: 15px; }
  .top-bar-section .has-dropdown {
    position: relative; }
    .top-bar-section .has-dropdown > a:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 5px;
      border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
      border-left-style: solid;
      margin-right: 15px;
      margin-top: -4.5px;
      position: absolute;
      top: 50%;
      right: 0; }
    .top-bar-section .has-dropdown.moved {
      position: static; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        display: block;
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        position: absolute !important;
        width: 100%; }
      .top-bar-section .has-dropdown.moved > a:after {
        display: none; }
  .top-bar-section .dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 99;
    display: block;
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
    .top-bar-section .dropdown li {
      width: 100%;
      height: auto; }
      .top-bar-section .dropdown li a {
        font-weight: normal;
        padding: 8px 15px; }
        .top-bar-section .dropdown li a.parent-link {
          font-weight: normal; }
      .top-bar-section .dropdown li.title h5 {
        margin-bottom: 0; }
        .top-bar-section .dropdown li.title h5 a {
          color: white;
          line-height: 22.5px;
          display: block; }
      .top-bar-section .dropdown li.has-form {
        padding: 8px 15px; }
      .top-bar-section .dropdown li .button, .top-bar-section .dropdown li button {
        top: auto; }
    .top-bar-section .dropdown label {
      padding: 8px 15px 2px;
      margin-bottom: 0;
      text-transform: uppercase;
      color: #777777;
      font-weight: bold;
      font-size: 0.625rem; }

.js-generated {
  display: block; }

@media only screen and (min-width: 40.063em) {
  .top-bar {
    background: #333333;
    *zoom: 1;
    overflow: visible; }
    .top-bar:before, .top-bar:after {
      content: " ";
      display: table; }
    .top-bar:after {
      clear: both; }
    .top-bar .toggle-topbar {
      display: none; }
    .top-bar .title-area {
      float: left; }
    .top-bar .name h1 a {
      width: auto; }
    .top-bar input,
    .top-bar .button,
    .top-bar button {
      font-size: 0.875rem;
      position: relative;
      top: 7px; }
    .top-bar.expanded {
      background: #333333; }

  .contain-to-grid .top-bar {
    max-width: 62.5rem;
    margin: 0 auto;
    margin-bottom: 0; }

  .top-bar-section {
    transition: none 0 0;
    left: 0 !important; }
    .top-bar-section ul {
      width: auto;
      height: auto !important;
      display: inline; }
      .top-bar-section ul li {
        float: left; }
        .top-bar-section ul li .js-generated {
          display: none; }
    .top-bar-section li.hover > a:not(.button) {
      background: #272727;
      color: white; }
    .top-bar-section li:not(.has-form) a:not(.button) {
      padding: 0 15px;
      line-height: 45px;
      background: #333333; }
      .top-bar-section li:not(.has-form) a:not(.button):hover {
        background: #272727; }
    .top-bar-section li.active:not(.has-form) a:not(.button) {
      padding: 0 15px;
      line-height: 45px;
      color: white;
      background: #008cba; }
      .top-bar-section li.active:not(.has-form) a:not(.button):hover {
        background: #0078a0; }
    .top-bar-section .has-dropdown > a {
      padding-right: 35px !important; }
      .top-bar-section .has-dropdown > a:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
        border-top-style: solid;
        margin-top: -2.5px;
        top: 22.5px; }
    .top-bar-section .has-dropdown.moved {
      position: relative; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        display: block;
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px); }
    .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
      display: block;
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto;
      position: absolute !important; }
    .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
      border: none;
      content: "\00bb";
      top: 1rem;
      margin-top: -1px;
      right: 5px;
      line-height: 1.2; }
    .top-bar-section .dropdown {
      left: 0;
      top: auto;
      background: transparent;
      min-width: 100%; }
      .top-bar-section .dropdown li a {
        color: white;
        line-height: 1;
        white-space: nowrap;
        padding: 12px 15px;
        background: #333333; }
      .top-bar-section .dropdown li:not(.has-form) a:not(.button) {
        color: white;
        background: #333333; }
      .top-bar-section .dropdown li:not(.has-form):hover > a:not(.button) {
        color: white;
        background: #272727; }
      .top-bar-section .dropdown li label {
        white-space: nowrap;
        background: #333333; }
      .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0; }
    .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
      border-bottom: none;
      border-top: none;
      border-right: solid 1px #4e4e4e;
      clear: none;
      height: 45px;
      width: 0; }
    .top-bar-section .has-form {
      background: #333333;
      padding: 0 15px;
      height: 45px; }
    .top-bar-section .right li .dropdown {
      left: auto;
      right: 0; }
      .top-bar-section .right li .dropdown li .dropdown {
        right: 100%; }
    .top-bar-section .left li .dropdown {
      right: auto;
      left: 0; }
      .top-bar-section .left li .dropdown li .dropdown {
        left: 100%; }

  .no-js .top-bar-section ul li:hover > a {
    background: #272727;
    color: white; }
  .no-js .top-bar-section ul li:active > a {
    background: #008cba;
    color: white; }
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important; } }
.breadcrumbs {
  display: block;
  padding: 0.5625rem 0.875rem 0.5625rem;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 1px;
  background-color: #f4f4f4;
  border-color: gainsboro;
  border-radius: 3px; }
  .breadcrumbs > * {
    margin: 0;
    float: left;
    font-size: 0.6875rem;
    line-height: 0.6875rem;
    text-transform: uppercase;
    color: #008cba; }
    .breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
      text-decoration: underline; }
    .breadcrumbs > * a {
      color: #008cba; }
    .breadcrumbs > *.current {
      cursor: default;
      color: #333333; }
      .breadcrumbs > *.current a {
        cursor: default;
        color: #333333; }
      .breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
        text-decoration: none; }
    .breadcrumbs > *.unavailable {
      color: #999999; }
      .breadcrumbs > *.unavailable a {
        color: #999999; }
      .breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
      .breadcrumbs > *.unavailable a:focus {
        text-decoration: none;
        color: #999999;
        cursor: default; }
    .breadcrumbs > *:before {
      content: "/";
      color: #aaaaaa;
      margin: 0 0.75rem;
      position: relative;
      top: 1px; }
    .breadcrumbs > *:first-child:before {
      content: " ";
      margin: 0; }

.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: normal;
  margin-bottom: 1.25rem;
  position: relative;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  font-size: 0.8125rem;
  transition: opacity 300ms ease-out;
  background-color: #008cba;
  border-color: #0078a0;
  color: white; }
  .alert-box .close {
    font-size: 1.375rem;
    padding: 9px 6px 4px;
    line-height: 0;
    position: absolute;
    top: 50%;
    margin-top: -0.6875rem;
    right: 0.25rem;
    color: #333333;
    opacity: 0.3; }
    .alert-box .close:hover, .alert-box .close:focus {
      opacity: 0.5; }
  .alert-box.radius {
    border-radius: 3px; }
  .alert-box.round {
    border-radius: 1000px; }
  .alert-box.success {
    background-color: #43ac6a;
    border-color: #3a945b;
    color: white; }
  .alert-box.alert {
    background-color: #f04124;
    border-color: #de2d0f;
    color: white; }
  .alert-box.secondary {
    background-color: #e7e7e7;
    border-color: #c7c7c7;
    color: #4f4f4f; }
  .alert-box.warning {
    background-color: #f08a24;
    border-color: #de770f;
    color: white; }
  .alert-box.info {
    background-color: #a0d3e8;
    border-color: #74bfdd;
    color: #4f4f4f; }
  .alert-box.alert-close {
    opacity: 0; }

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

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

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

/* Panels */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f2f2; }
  .panel > :first-child {
    margin-top: 0; }
  .panel > :last-child {
    margin-bottom: 0; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p {
    color: #333333; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
    line-height: 1;
    margin-bottom: 0.625rem; }
    .panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
      line-height: 1.4; }
  .panel.callout {
    border-style: solid;
    border-width: 1px;
    border-color: #b6edff;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #ecfaff; }
    .panel.callout > :first-child {
      margin-top: 0; }
    .panel.callout > :last-child {
      margin-bottom: 0; }
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p {
      color: #333333; }
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
      line-height: 1;
      margin-bottom: 0.625rem; }
      .panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
        line-height: 1.4; }
    .panel.callout a:not(.button) {
      color: #008cba; }
  .panel.radius {
    border-radius: 3px; }

.dropdown.button, button.dropdown {
  position: relative;
  padding-right: 3.5625rem; }
  .dropdown.button:before, button.dropdown:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-style: solid;
    border-color: white transparent transparent transparent;
    top: 50%; }
  .dropdown.button:before, button.dropdown:before {
    border-width: 0.375rem;
    right: 1.40625rem;
    margin-top: -0.15625rem; }
  .dropdown.button:before, button.dropdown:before {
    border-color: white transparent transparent transparent; }
  .dropdown.button.tiny, button.dropdown.tiny {
    padding-right: 2.625rem; }
    .dropdown.button.tiny:before, button.dropdown.tiny:before {
      border-width: 0.375rem;
      right: 1.125rem;
      margin-top: -0.125rem; }
    .dropdown.button.tiny:before, button.dropdown.tiny:before {
      border-color: white transparent transparent transparent; }
  .dropdown.button.small, button.dropdown.small {
    padding-right: 3.0625rem; }
    .dropdown.button.small:before, button.dropdown.small:before {
      border-width: 0.4375rem;
      right: 1.3125rem;
      margin-top: -0.15625rem; }
    .dropdown.button.small:before, button.dropdown.small:before {
      border-color: white transparent transparent transparent; }
  .dropdown.button.large, button.dropdown.large {
    padding-right: 3.625rem; }
    .dropdown.button.large:before, button.dropdown.large:before {
      border-width: 0.3125rem;
      right: 1.71875rem;
      margin-top: -0.15625rem; }
    .dropdown.button.large:before, button.dropdown.large:before {
      border-color: white transparent transparent transparent; }
  .dropdown.button.secondary:before, button.dropdown.secondary:before {
    border-color: #333333 transparent transparent transparent; }

div.switch {
  position: relative;
  padding: 0;
  display: block;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 1.25rem;
  height: 2.25rem;
  background: white;
  border-color: #cccccc; }
  div.switch label {
    position: relative;
    left: 0;
    z-index: 2;
    float: left;
    width: 50%;
    height: 100%;
    margin: 0;
    font-weight: bold;
    text-align: left;
    transition: all 0.1s ease-out; }
  div.switch input {
    position: absolute;
    z-index: 3;
    opacity: 0;
    width: 100%;
    height: 100%;
    -moz-appearance: none; }
    div.switch input:hover, div.switch input:focus {
      cursor: pointer; }
  div.switch span:last-child {
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 1;
    display: block;
    padding: 0;
    border-width: 1px;
    border-style: solid;
    transition: all 0.1s ease-out; }
  div.switch input:not(:checked) + label {
    opacity: 0; }
  div.switch input:checked {
    display: none !important; }
  div.switch input {
    left: 0;
    display: block !important; }
  div.switch input:first-of-type + label,
  div.switch input:first-of-type + span + label {
    left: -50%; }
  div.switch input:first-of-type:checked + label,
  div.switch input:first-of-type:checked + span + label {
    left: 0%; }
  div.switch input:last-of-type + label,
  div.switch input:last-of-type + span + label {
    right: -50%;
    left: auto;
    text-align: right; }
  div.switch input:last-of-type:checked + label,
  div.switch input:last-of-type:checked + span + label {
    right: 0%;
    left: auto; }
  div.switch span.custom {
    display: none !important; }
  form.custom div.switch .hidden-field {
    margin-left: auto;
    position: absolute;
    visibility: visible; }
  div.switch label {
    padding: 0;
    line-height: 2.3rem;
    font-size: 0.875rem; }
  div.switch input:first-of-type:checked ~ span:last-child {
    left: 100%;
    margin-left: -2.1875rem; }
  div.switch span:last-child {
    width: 2.25rem;
    height: 2.25rem; }
  div.switch span:last-child {
    border-color: #b3b3b3;
    background: white;
    background: linear-gradient(to bottom, white 0%, #f2f2f2 100%);
    box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 980px #f3faf6, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px whitesmoke; }
  div.switch:hover span:last-child, div.switch:focus span:last-child {
    background: white;
    background: linear-gradient(to bottom, white 0%, #e6e6e6 100%); }
  div.switch:active {
    background: transparent; }
  div.switch.large {
    height: 2.75rem; }
    div.switch.large label {
      padding: 0;
      line-height: 2.3rem;
      font-size: 1.0625rem; }
    div.switch.large input:first-of-type:checked ~ span:last-child {
      left: 100%;
      margin-left: -2.6875rem; }
    div.switch.large span:last-child {
      width: 2.75rem;
      height: 2.75rem; }
  div.switch.small {
    height: 1.75rem; }
    div.switch.small label {
      padding: 0;
      line-height: 2.1rem;
      font-size: 0.75rem; }
    div.switch.small input:first-of-type:checked ~ span:last-child {
      left: 100%;
      margin-left: -1.6875rem; }
    div.switch.small span:last-child {
      width: 1.75rem;
      height: 1.75rem; }
  div.switch.tiny {
    height: 1.375rem; }
    div.switch.tiny label {
      padding: 0;
      line-height: 1.9rem;
      font-size: 0.6875rem; }
    div.switch.tiny input:first-of-type:checked ~ span:last-child {
      left: 100%;
      margin-left: -1.3125rem; }
    div.switch.tiny span:last-child {
      width: 1.375rem;
      height: 1.375rem; }
  div.switch.radius {
    border-radius: 4px; }
    div.switch.radius span:last-child {
      border-radius: 3px; }
  div.switch.round {
    border-radius: 1000px; }
    div.switch.round span:last-child {
      border-radius: 999px; }
    div.switch.round label {
      padding: 0 0.5625rem; }

/* Image Thumbnails */
.th {
  line-height: 0;
  display: inline-block;
  border: solid 4px white;
  max-width: 100%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  transition: all 200ms ease-out; }
  .th:hover, .th:focus {
    box-shadow: 0 0 6px 1px rgba(0, 140, 186, 0.5); }
  .th.radius {
    border-radius: 3px; }

/* Pricing Tables */
.pricing-table {
  border: solid 1px #dddddd;
  margin-left: 0;
  margin-bottom: 1.25rem; }
  .pricing-table * {
    list-style: none;
    line-height: 1; }
  .pricing-table .title {
    background-color: #333333;
    padding: 0.9375rem 1.25rem;
    text-align: center;
    color: #eeeeee;
    font-weight: normal;
    font-size: 1rem;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
  .pricing-table .price {
    background-color: #f6f6f6;
    padding: 0.9375rem 1.25rem;
    text-align: center;
    color: #333333;
    font-weight: normal;
    font-size: 2rem;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
  .pricing-table .description {
    background-color: white;
    padding: 0.9375rem;
    text-align: center;
    color: #777777;
    font-size: 0.75rem;
    font-weight: normal;
    line-height: 1.4;
    border-bottom: dotted 1px #dddddd; }
  .pricing-table .bullet-item {
    background-color: white;
    padding: 0.9375rem;
    text-align: center;
    color: #333333;
    font-size: 0.875rem;
    font-weight: normal;
    border-bottom: dotted 1px #dddddd; }
  .pricing-table .cta-button {
    background-color: white;
    text-align: center;
    padding: 1.25rem 1.25rem 0; }

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* Orbit Graceful Loading */
.slideshow-wrapper {
  position: relative; }
  .slideshow-wrapper ul {
    list-style-type: none;
    margin: 0; }
    .slideshow-wrapper ul li,
    .slideshow-wrapper ul li .orbit-caption {
      display: none; }
    .slideshow-wrapper ul li:first-child {
      display: block; }
  .slideshow-wrapper .orbit-container {
    background-color: transparent; }
    .slideshow-wrapper .orbit-container li {
      display: block; }
      .slideshow-wrapper .orbit-container li .orbit-caption {
        display: block; }
  .slideshow-wrapper .preloader {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    border: solid 3px;
    border-color: #555555 white;
    border-radius: 1000px;
    animation-name: rotate;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear; }

.orbit-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: none; }
  .orbit-container .orbit-slides-container {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-transform: translateZ(0); }
    .orbit-container .orbit-slides-container img {
      display: block;
      max-width: 100%; }
    .orbit-container .orbit-slides-container.fade li {
      opacity: 0;
      transition: opacity 500ms ease-in-out;
      -ms-transform: translate(0, 0);
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
      .orbit-container .orbit-slides-container.fade li.animate-in {
        opacity: 1;
        z-index: 20;
        transition: opacity 500ms ease-in-out; }
      .orbit-container .orbit-slides-container.fade li.animate-out {
        z-index: 10;
        transition: opacity 500ms ease-in-out; }
    .orbit-container .orbit-slides-container.swipe-next li {
      -ms-transform: translate(100%, 0);
      -webkit-transform: translate3d(100%, 0, 0);
      -moz-transform: translate3d(100%, 0, 0);
      -o-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0); }
      .orbit-container .orbit-slides-container.swipe-next li.animate-in {
        -ms-transform: translate(0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        transition-duration: 500ms; }
      .orbit-container .orbit-slides-container.swipe-next li.animate-out {
        -ms-transform: translate(-100%, 0);
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        -o-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        transition-duration: 500ms; }
    .orbit-container .orbit-slides-container.swipe-prev li {
      -ms-transform: translate(-100%, 0);
      -webkit-transform: translate3d(-100%, 0, 0);
      -moz-transform: translate3d(-100%, 0, 0);
      -o-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0); }
      .orbit-container .orbit-slides-container.swipe-prev li.animate-in {
        -ms-transform: translate(0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        transition-duration: 500ms; }
      .orbit-container .orbit-slides-container.swipe-prev li.animate-out {
        -ms-transform: translate(100%, 0);
        -webkit-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
        -o-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        transition-duration: 500ms; }
    .orbit-container .orbit-slides-container li {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      -ms-transform: translate(100%, 0);
      -webkit-transform: translate3d(100%, 0, 0);
      -moz-transform: translate3d(100%, 0, 0);
      -o-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0); }
      .orbit-container .orbit-slides-container li.active {
        opacity: 1;
        top: 0;
        left: 0;
        -ms-transform: translate(0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
      .orbit-container .orbit-slides-container li .orbit-caption {
        position: absolute;
        bottom: 0;
        background-color: rgba(51, 51, 51, 0.8);
        color: white;
        width: 100%;
        padding: 0.625rem 0.875rem;
        font-size: 0.875rem; }
  .orbit-container .orbit-slide-number {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
    color: white;
    background: rgba(0, 0, 0, 0);
    z-index: 10; }
    .orbit-container .orbit-slide-number span {
      font-weight: 700;
      padding: 0.3125rem; }
  .orbit-container .orbit-timer {
    position: absolute;
    top: 12px;
    right: 10px;
    height: 6px;
    width: 100px;
    z-index: 10; }
    .orbit-container .orbit-timer .orbit-progress {
      height: 3px;
      background-color: rgba(255, 255, 255, 0.3);
      display: block;
      width: 0%;
      position: relative;
      right: 20px;
      top: 5px; }
    .orbit-container .orbit-timer > span {
      display: none;
      position: absolute;
      top: 0px;
      right: 0;
      width: 11px;
      height: 14px;
      border: solid 4px white;
      border-top: none;
      border-bottom: none; }
    .orbit-container .orbit-timer.paused > span {
      right: -4px;
      top: 0px;
      width: 11px;
      height: 14px;
      border: inset 8px;
      border-left-style: solid;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg);
      border-color: transparent white transparent transparent; }
      .orbit-container .orbit-timer.paused > span.dark {
        border-color: transparent #333333 transparent transparent; }
  .orbit-container:hover .orbit-timer > span {
    display: block; }
  .orbit-container .orbit-prev,
  .orbit-container .orbit-next {
    position: absolute;
    top: 45%;
    margin-top: -25px;
    width: 36px;
    height: 60px;
    line-height: 50px;
    color: white;
    background-color: transparent;
    text-indent: -9999px !important;
    z-index: 10; }
    .orbit-container .orbit-prev:hover,
    .orbit-container .orbit-next:hover {
      background-color: rgba(0, 0, 0, 0.3); }
    .orbit-container .orbit-prev > span,
    .orbit-container .orbit-next > span {
      position: absolute;
      top: 50%;
      margin-top: -10px;
      display: block;
      width: 0;
      height: 0;
      border: inset 10px; }
  .orbit-container .orbit-prev {
    left: 0; }
    .orbit-container .orbit-prev > span {
      border-right-style: solid;
      border-color: transparent;
      border-right-color: white; }
    .orbit-container .orbit-prev:hover > span {
      border-right-color: white; }
  .orbit-container .orbit-next {
    right: 0; }
    .orbit-container .orbit-next > span {
      border-color: transparent;
      border-left-style: solid;
      border-left-color: white;
      left: 50%;
      margin-left: -4px; }
    .orbit-container .orbit-next:hover > span {
      border-left-color: white; }
  .orbit-container .orbit-bullets-container {
    text-align: center; }
  .orbit-container .orbit-bullets {
    margin: 0 auto 30px auto;
    overflow: hidden;
    position: relative;
    top: 10px;
    float: none;
    text-align: center;
    display: block; }
    .orbit-container .orbit-bullets li {
      display: inline-block;
      width: 0.5625rem;
      height: 0.5625rem;
      background: #cccccc;
      float: none;
      margin-right: 6px;
      border-radius: 1000px; }
      .orbit-container .orbit-bullets li.active {
        background: #999999; }
      .orbit-container .orbit-bullets li:last-child {
        margin-right: 0; }

.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: none; }
.touch .orbit-bullets {
  display: none; }

@media only screen and (min-width: 40.063em) {
  .touch .orbit-container .orbit-prev,
  .touch .orbit-container .orbit-next {
    display: inherit; }
  .touch .orbit-bullets {
    display: block; } }
@media only screen and (max-width: 40em) {
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important; }
  .orbit-stack-on-small .orbit-slides-container > * {
    position: relative;
    margin-left: 0% !important;
    opacity: 1 !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    transition: none !important; }
  .orbit-stack-on-small .orbit-timer {
    display: none; }
  .orbit-stack-on-small .orbit-next, .orbit-stack-on-small .orbit-prev {
    display: none; }
  .orbit-stack-on-small .orbit-bullets {
    display: none; } }
[data-magellan-expedition], [data-magellan-expedition-clone] {
  background: white;
  z-index: 50;
  min-width: 100%;
  padding: 10px; }
  [data-magellan-expedition] .sub-nav, [data-magellan-expedition-clone] .sub-nav {
    margin-bottom: 0; }
    [data-magellan-expedition] .sub-nav dd, [data-magellan-expedition-clone] .sub-nav dd {
      margin-bottom: 0; }
    [data-magellan-expedition] .sub-nav a, [data-magellan-expedition-clone] .sub-nav a {
      line-height: 1.8em; }

.tabs {
  *zoom: 1;
  margin-bottom: 0 !important; }
  .tabs:before, .tabs:after {
    content: " ";
    display: table; }
  .tabs:after {
    clear: both; }
  .tabs dd {
    position: relative;
    margin-bottom: 0 !important;
    float: left; }
    .tabs dd > a {
      display: block;
      background: #efefef;
      color: #222222;
      padding: 1rem 2rem;
      font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
      font-size: 1rem; }
      .tabs dd > a:hover {
        background: #e1e1e1; }
    .tabs dd.active a {
      background: white; }
  .tabs.radius dd:first-child a {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }
  .tabs.radius dd:last-child a {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
  .tabs.vertical dd {
    position: inherit;
    float: none;
    display: block;
    top: auto; }

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

@media only screen and (min-width: 40.063em) {
  .tabs.vertical {
    width: 20%;
    float: left;
    margin-bottom: 1.25rem; }

  .tabs-content.vertical {
    width: 80%;
    float: left;
    margin-left: -1px; } }
.no-js .tabs-content > .content {
  display: block;
  float: none; }

ul.pagination {
  display: block;
  height: 1.5rem;
  margin-left: -0.3125rem; }
  ul.pagination li {
    height: 1.5rem;
    color: #222222;
    font-size: 0.875rem;
    margin-left: 0.3125rem; }
    ul.pagination li a {
      display: block;
      padding: 0.0625rem 0.625rem 0.0625rem;
      color: #999999;
      border-radius: 3px; }
    ul.pagination li:hover a,
    ul.pagination li a:focus {
      background: #e6e6e6; }
    ul.pagination li.unavailable a {
      cursor: default;
      color: #999999; }
    ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus {
      background: transparent; }
    ul.pagination li.current a {
      background: #008cba;
      color: white;
      font-weight: bold;
      cursor: default; }
      ul.pagination li.current a:hover, ul.pagination li.current a:focus {
        background: #008cba; }
  ul.pagination li {
    float: left;
    display: block; }

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

.side-nav {
  display: block;
  margin: 0;
  padding: 0.875rem 0;
  list-style-type: none;
  list-style-position: inside;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
  .side-nav li {
    margin: 0 0 0.4375rem 0;
    font-size: 0.875rem; }
    .side-nav li a:not(.button) {
      display: block;
      color: #008cba; }
      .side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus {
        color: #1cc7ff; }
    .side-nav li.active > a:first-child:not(.button) {
      color: #1cc7ff;
      font-weight: normal;
      font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
    .side-nav li.divider {
      border-top: 1px solid;
      height: 0;
      padding: 0;
      list-style: none;
      border-top-color: white; }

.accordion {
  *zoom: 1;
  margin-bottom: 0; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }
  .accordion dd {
    display: block;
    margin-bottom: 0 !important; }
    .accordion dd.active > a {
      background: #e8e8e8; }
    .accordion dd > a {
      background: #efefef;
      color: #222222;
      padding: 1rem;
      display: block;
      font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
      font-size: 1rem; }
      .accordion dd > a:hover {
        background: #e3e3e3; }
  .accordion .content {
    display: none;
    padding: 0.9375rem; }
    .accordion .content.active {
      display: block;
      background: white; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xxlarge-text-justify {
    text-align: justify !important; } }
/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

/* Default Link Styles */
a {
  color: #008cba;
  text-decoration: none;
  line-height: inherit; }
  a:hover, a:focus {
    color: #0078a0; }
  a img {
    border: none; }

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

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    color: #6f6f6f;
    line-height: 0; }

h1 {
  font-size: 2.125rem; }

h2 {
  font-size: 1.6875rem; }

h3 {
  font-size: 1.375rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.125rem; }

h6 {
  font-size: 1rem; }

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

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

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

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

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

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: bold;
  color: #bd260d; }

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

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

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

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

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

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

abbr {
  text-transform: none; }

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

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

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

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

@media only screen and (min-width: 40.063em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4; }

  h1 {
    font-size: 2.75rem; }

  h2 {
    font-size: 2.3125rem; }

  h3 {
    font-size: 1.6875rem; }

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

@media print {
  * {
    background: transparent !important;
    color: black !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .hide-on-print {
    display: none !important; }

  .print-only {
    display: block !important; }

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

  .show-for-print {
    display: inherit !important; } }
.split.button {
  position: relative;
  padding-right: 5.0625rem; }
  .split.button span {
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: solid 1px; }
    .split.button span:before {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      display: block;
      border-style: inset;
      top: 50%;
      left: 50%; }
    .split.button span:active {
      background-color: rgba(0, 0, 0, 0.1); }
  .split.button span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button span {
    width: 3.09375rem; }
    .split.button span:before {
      border-top-style: solid;
      border-width: 0.375rem;
      top: 48%;
      margin-left: -0.375rem; }
  .split.button span:before {
    border-color: white transparent transparent transparent; }
  .split.button.secondary span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button.secondary span:before {
    border-color: white transparent transparent transparent; }
  .split.button.alert span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button.success span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button.tiny {
    padding-right: 3.75rem; }
    .split.button.tiny span {
      width: 2.25rem; }
      .split.button.tiny span:before {
        border-top-style: solid;
        border-width: 0.375rem;
        top: 48%;
        margin-left: -0.375rem; }
  .split.button.small {
    padding-right: 4.375rem; }
    .split.button.small span {
      width: 2.625rem; }
      .split.button.small span:before {
        border-top-style: solid;
        border-width: 0.4375rem;
        top: 48%;
        margin-left: -0.375rem; }
  .split.button.large {
    padding-right: 5.5rem; }
    .split.button.large span {
      width: 3.4375rem; }
      .split.button.large span:before {
        border-top-style: solid;
        border-width: 0.3125rem;
        top: 48%;
        margin-left: -0.375rem; }
  .split.button.expand {
    padding-left: 2rem; }
  .split.button.secondary span:before {
    border-color: #333333 transparent transparent transparent; }
  .split.button.radius span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
  .split.button.round span {
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px; }

.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: black;
  background: rgba(0, 0, 0, 0.45);
  z-index: 99;
  display: none;
  top: 0;
  left: 0; }

dialog, .reveal-modal {
  visibility: hidden;
  display: none;
  position: absolute;
  z-index: 100;
  width: 100vw;
  top: 0;
  left: 0;
  background-color: white;
  padding: 1.25rem;
  border: solid 1px #666666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
  @media only screen and (max-width: 40em) {
    dialog, .reveal-modal {
      min-height: 100vh; } }
  @media only screen and (min-width: 40.063em) {
    dialog, .reveal-modal {
      left: 50%; } }
  dialog .column,
  dialog .columns, .reveal-modal .column,
  .reveal-modal .columns {
    min-width: 0; }
  dialog > :first-child, .reveal-modal > :first-child {
    margin-top: 0; }
  dialog > :last-child, .reveal-modal > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 40.063em) {
    dialog, .reveal-modal {
      margin-left: -40%;
      width: 80%; } }
  @media only screen and (min-width: 40.063em) {
    dialog, .reveal-modal {
      top: 6.25rem; } }
  dialog .close-reveal-modal, .reveal-modal .close-reveal-modal {
    font-size: 2.5rem;
    line-height: 1;
    position: absolute;
    top: 0.5rem;
    right: 0.6875rem;
    color: #aaaaaa;
    font-weight: bold;
    cursor: pointer; }

dialog[open] {
  display: block;
  visibility: visible; }

@media only screen and (min-width: 40.063em) {
  dialog, .reveal-modal {
    padding: 1.875rem; }
    dialog.radius, .reveal-modal.radius {
      border-radius: 3px; }
    dialog.round, .reveal-modal.round {
      border-radius: 1000px; }
    dialog.collapse, .reveal-modal.collapse {
      padding: 0; }
  dialog.full, .reveal-modal.full {
    top: 0;
    left: 0;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0 !important; } }
  @media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
    dialog.tiny, .reveal-modal.tiny {
      margin-left: -15%;
      width: 30%; } }
  @media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
    dialog.small, .reveal-modal.small {
      margin-left: -20%;
      width: 40%; } }
  @media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
    dialog.medium, .reveal-modal.medium {
      margin-left: -30%;
      width: 60%; } }
  @media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
    dialog.large, .reveal-modal.large {
      margin-left: -35%;
      width: 70%; } }
  @media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
    dialog.xlarge, .reveal-modal.xlarge {
      margin-left: -47.5%;
      width: 95%; } }

  @media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
    dialog.full, .reveal-modal.full {
      margin-left: -50vw;
      width: 100vw; } }

@media print {
  dialog, .reveal-modal {
    background: white !important; } }
/* Tooltips */
.has-tip {
  border-bottom: dotted 1px #cccccc;
  cursor: help;
  font-weight: bold;
  color: #333333; }
  .has-tip:hover, .has-tip:focus {
    border-bottom: dotted 1px #003f54;
    color: #008cba; }
  .has-tip.tip-left, .has-tip.tip-right {
    float: none !important; }

.tooltip {
  display: none;
  position: absolute;
  z-index: 999;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.3;
  padding: 0.75rem;
  max-width: 85%;
  left: 50%;
  width: 100%;
  color: white;
  background: #333333; }
  .tooltip > .nub {
    display: block;
    left: 5px;
    position: absolute;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: transparent transparent #333333 transparent;
    top: -10px; }
    .tooltip > .nub.rtl {
      left: auto;
      right: 5px; }
  .tooltip.radius {
    border-radius: 3px; }
  .tooltip.round {
    border-radius: 1000px; }
    .tooltip.round > .nub {
      left: 2rem; }
  .tooltip.opened {
    color: #008cba !important;
    border-bottom: dotted 1px #003f54 !important; }

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

@media only screen and (min-width: 40.063em) {
  .tooltip > .nub {
    border-color: transparent transparent #333333 transparent;
    top: -10px; }
  .tooltip.tip-top > .nub {
    border-color: #333333 transparent transparent transparent;
    top: auto;
    bottom: -10px; }
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important; }
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #333333;
    right: -10px;
    left: auto;
    top: 50%;
    margin-top: -5px; }
  .tooltip.tip-right > .nub {
    border-color: transparent #333333 transparent transparent;
    right: auto;
    left: -10px;
    top: 50%;
    margin-top: -5px; } }
/* Clearing Styles */
.clearing-thumbs, [data-clearing] {
  *zoom: 1;
  margin-bottom: 0;
  margin-left: 0;
  list-style: none; }
  .clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after {
    content: " ";
    display: table; }
  .clearing-thumbs:after, [data-clearing]:after {
    clear: both; }
  .clearing-thumbs li, [data-clearing] li {
    float: left;
    margin-right: 10px; }
  .clearing-thumbs[class*="block-grid-"] li, [data-clearing][class*="block-grid-"] li {
    margin-right: 0; }

.clearing-blackout {
  background: #333333;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 998; }
  .clearing-blackout .clearing-close {
    display: block; }

.clearing-container {
  position: relative;
  z-index: 998;
  height: 100%;
  overflow: hidden;
  margin: 0; }

.clearing-touch-label {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #aaa;
  font-size: 0.6em; }

.visible-img {
  height: 95%;
  position: relative; }
  .visible-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50%;
    max-height: 100%;
    max-width: 100%; }

.clearing-caption {
  color: #cccccc;
  font-size: 0.875em;
  line-height: 1.3;
  margin-bottom: 0;
  text-align: center;
  bottom: 0;
  background: #333333;
  width: 100%;
  padding: 10px 30px 20px;
  position: absolute;
  left: 0; }

.clearing-close {
  z-index: 999;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 30px;
  line-height: 1;
  color: #cccccc;
  display: none; }
  .clearing-close:hover, .clearing-close:focus {
    color: #ccc; }

.clearing-assembled .clearing-container {
  height: 100%; }
  .clearing-assembled .clearing-container .carousel > ul {
    display: none; }

.clearing-feature li {
  display: none; }
  .clearing-feature li.clearing-featured-img {
    display: block; }

@media only screen and (min-width: 40.063em) {
  .clearing-main-prev,
  .clearing-main-next {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0; }
    .clearing-main-prev > span,
    .clearing-main-next > span {
      position: absolute;
      top: 50%;
      display: block;
      width: 0;
      height: 0;
      border: solid 12px; }
      .clearing-main-prev > span:hover,
      .clearing-main-next > span:hover {
        opacity: 0.8; }

  .clearing-main-prev {
    left: 0; }
    .clearing-main-prev > span {
      left: 5px;
      border-color: transparent;
      border-right-color: #cccccc; }

  .clearing-main-next {
    right: 0; }
    .clearing-main-next > span {
      border-color: transparent;
      border-left-color: #cccccc; }

  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
    opacity: 0.3; }

  .clearing-assembled .clearing-container .carousel {
    background: rgba(51, 51, 51, 0.8);
    height: 120px;
    margin-top: 10px;
    text-align: center; }
    .clearing-assembled .clearing-container .carousel > ul {
      display: inline-block;
      z-index: 999;
      height: 100%;
      position: relative;
      float: none; }
      .clearing-assembled .clearing-container .carousel > ul li {
        display: block;
        width: 120px;
        min-height: inherit;
        float: left;
        overflow: hidden;
        margin-right: 0;
        padding: 0;
        position: relative;
        cursor: pointer;
        opacity: 0.4;
        clear: none; }
        .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
          height: 100%;
          max-width: none; }
        .clearing-assembled .clearing-container .carousel > ul li a.th {
          border: none;
          box-shadow: none;
          display: block; }
        .clearing-assembled .clearing-container .carousel > ul li img {
          cursor: pointer !important;
          width: 100% !important; }
        .clearing-assembled .clearing-container .carousel > ul li.visible {
          opacity: 1; }
        .clearing-assembled .clearing-container .carousel > ul li:hover {
          opacity: 0.8; }
  .clearing-assembled .clearing-container .visible-img {
    background: #333333;
    overflow: hidden;
    height: 85%; }

  .clearing-close {
    position: absolute;
    top: 10px;
    right: 20px;
    padding-left: 0;
    padding-top: 0; } }
/* Progress Bar */
.progress {
  background-color: #f6f6f6;
  height: 1.5625rem;
  border: 1px solid white;
  padding: 0.125rem;
  margin-bottom: 0.625rem; }
  .progress .meter {
    background: #008cba;
    height: 100%;
    display: block; }
  .progress.secondary .meter {
    background: #e7e7e7;
    height: 100%;
    display: block; }
  .progress.success .meter {
    background: #43ac6a;
    height: 100%;
    display: block; }
  .progress.alert .meter {
    background: #f04124;
    height: 100%;
    display: block; }
  .progress.radius {
    border-radius: 3px; }
    .progress.radius .meter {
      border-radius: 2px; }
  .progress.round {
    border-radius: 1000px; }
    .progress.round .meter {
      border-radius: 999px; }

.sub-nav {
  display: block;
  width: auto;
  overflow: hidden;
  margin: -0.25rem 0 1.125rem;
  padding-top: 0.25rem;
  margin-right: 0;
  margin-left: -0.75rem; }
  .sub-nav dt {
    text-transform: uppercase; }
  .sub-nav dt,
  .sub-nav dd,
  .sub-nav li {
    float: left;
    display: inline;
    margin-left: 1rem;
    margin-bottom: 0.625rem;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 0.875rem;
    color: #999999; }
    .sub-nav dt a,
    .sub-nav dd a,
    .sub-nav li a {
      text-decoration: none;
      color: #999999;
      padding: 0.1875rem 1rem; }
      .sub-nav dt a:hover,
      .sub-nav dd a:hover,
      .sub-nav li a:hover {
        color: #737373; }
    .sub-nav dt.active a,
    .sub-nav dd.active a,
    .sub-nav li.active a {
      border-radius: 3px;
      font-weight: normal;
      background: #008cba;
      padding: 0.1875rem 1rem;
      cursor: default;
      color: white; }
      .sub-nav dt.active a:hover,
      .sub-nav dd.active a:hover,
      .sub-nav li.active a:hover {
        background: #0078a0; }

/* Foundation Joyride */
.joyride-list {
  display: none; }

/* Default styles for the container */
.joyride-tip-guide {
  display: none;
  position: absolute;
  background: #333333;
  color: white;
  z-index: 101;
  top: 0;
  left: 2.5%;
  font-family: inherit;
  font-weight: normal;
  width: 95%; }

.lt-ie9 .joyride-tip-guide {
  max-width: 800px;
  left: 50%;
  margin-left: -400px; }

.joyride-content-wrapper {
  width: 100%;
  padding: 1.125rem 1.25rem 1.5rem; }
  .joyride-content-wrapper .button {
    margin-bottom: 0 !important; }

/* Add a little css triangle pip, older browser just miss out on the fanciness of it */
.joyride-tip-guide .joyride-nub {
  display: block;
  position: absolute;
  left: 22px;
  width: 0;
  height: 0;
  border: 10px solid #333333; }
  .joyride-tip-guide .joyride-nub.top {
    border-top-style: solid;
    border-color: #333333;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    top: -20px; }
  .joyride-tip-guide .joyride-nub.bottom {
    border-bottom-style: solid;
    border-color: #333333 !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    bottom: -20px; }
  .joyride-tip-guide .joyride-nub.right {
    right: -20px; }
  .joyride-tip-guide .joyride-nub.left {
    left: -20px; }

/* Typography */
.joyride-tip-guide h1,
.joyride-tip-guide h2,
.joyride-tip-guide h3,
.joyride-tip-guide h4,
.joyride-tip-guide h5,
.joyride-tip-guide h6 {
  line-height: 1.25;
  margin: 0;
  font-weight: bold;
  color: white; }

.joyride-tip-guide p {
  margin: 0 0 1.125rem 0;
  font-size: 0.875rem;
  line-height: 1.3; }

.joyride-timer-indicator-wrap {
  width: 50px;
  height: 3px;
  border: solid 1px #555555;
  position: absolute;
  right: 1.0625rem;
  bottom: 1rem; }

.joyride-timer-indicator {
  display: block;
  width: 0;
  height: inherit;
  background: #666666; }

.joyride-close-tip {
  position: absolute;
  right: 12px;
  top: 10px;
  color: #777777 !important;
  text-decoration: none;
  font-size: 24px;
  font-weight: normal;
  line-height: 0.5 !important; }
  .joyride-close-tip:hover, .joyride-close-tip:focus {
    color: #eeeeee !important; }

.joyride-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: transparent;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
  cursor: pointer; }

.joyride-expose-wrapper {
  background-color: #ffffff;
  position: absolute;
  border-radius: 3px;
  z-index: 102;
  box-shadow: 0 0 15px white; }

.joyride-expose-cover {
  background: transparent;
  border-radius: 3px;
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0; }

/* Styles for screens that are at least 768px; */
@media only screen and (min-width: 40.063em) {
  .joyride-tip-guide {
    width: 300px;
    left: inherit; }
    .joyride-tip-guide .joyride-nub.bottom {
      border-color: #333333 !important;
      border-bottom-color: transparent !important;
      border-left-color: transparent !important;
      border-right-color: transparent !important;
      bottom: -20px; }
    .joyride-tip-guide .joyride-nub.right {
      border-color: #333333 !important;
      border-top-color: transparent !important;
      border-right-color: transparent !important;
      border-bottom-color: transparent !important;
      top: 22px;
      left: auto;
      right: -20px; }
    .joyride-tip-guide .joyride-nub.left {
      border-color: #333333 !important;
      border-top-color: transparent !important;
      border-left-color: transparent !important;
      border-bottom-color: transparent !important;
      top: 22px;
      left: -20px;
      right: auto; } }
.label {
  font-weight: normal;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  margin-bottom: inherit;
  padding: 0.25rem 0.5rem 0.375rem;
  font-size: 0.6875rem;
  background-color: #008cba;
  color: white; }
  .label.radius {
    border-radius: 3px; }
  .label.round {
    border-radius: 1000px; }
  .label.alert {
    background-color: #f04124;
    color: white; }
  .label.success {
    background-color: #43ac6a;
    color: white; }
  .label.secondary {
    background-color: #e7e7e7;
    color: #333333; }

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

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

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

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

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

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

.tab-bar .menu-icon {
  text-indent: 2.1875rem;
  width: 2.8125rem;
  height: 2.8125rem;
  display: block;
  line-height: 2.0625rem;
  padding: 0;
  color: white;
  position: relative;
  -ms-transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .tab-bar .menu-icon span {
    position: absolute;
    display: block;
    height: 0;
    width: 1rem;
    line-height: 1;
    top: 0.9375rem;
    left: 0.90625rem;
    box-shadow: 0 0px 0 1px white, 0 7px 0 1px white, 0 14px 0 1px white; }
  .tab-bar .menu-icon:hover span {
    box-shadow: 0 0px 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3; }

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

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

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

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

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

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

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

table {
  background: white;
  margin-bottom: 1.25rem;
  border: solid 1px #dddddd; }
  table thead,
  table tfoot {
    background: whitesmoke; }
    table thead tr th,
    table thead tr td,
    table tfoot tr th,
    table tfoot tr td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-size: 0.875rem;
      font-weight: bold;
      color: #222222;
      text-align: left; }
  table tr th,
  table tr td {
    padding: 0.5625rem 0.625rem;
    font-size: 0.875rem;
    color: #222222; }
  table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: #f9f9f9; }
  table thead tr th,
  table tfoot tr th,
  table tbody tr td,
  table tr td,
  table tfoot tr td {
    display: table-cell;
    line-height: 1.125rem; }

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

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

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

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

@-moz-document url-prefix() {
  select {
    background: #fafafa; }

  select:hover {
    background: #f3f3f3; } }

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

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

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

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

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

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

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

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

span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333333;
  border-color: #cccccc; }
  span.postfix.radius, label.postfix.radius {
    border-radius: 0;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }

/* We use this to get basic styling on all basic form elements */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  -webkit-appearance: none;
  background-color: white;
  font-family: inherit;
  border: 1px solid #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 2.3125rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  textarea:focus {
    box-shadow: 0 0 5px #999999;
    border-color: #999999; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  textarea:focus {
    background: #fafafa;
    border-color: #999999;
    outline: none; }
  input[type="text"][disabled], fieldset[disabled] input[type="text"],
  input[type="password"][disabled], fieldset[disabled]
  input[type="password"],
  input[type="date"][disabled], fieldset[disabled]
  input[type="date"],
  input[type="datetime"][disabled], fieldset[disabled]
  input[type="datetime"],
  input[type="datetime-local"][disabled], fieldset[disabled]
  input[type="datetime-local"],
  input[type="month"][disabled], fieldset[disabled]
  input[type="month"],
  input[type="week"][disabled], fieldset[disabled]
  input[type="week"],
  input[type="email"][disabled], fieldset[disabled]
  input[type="email"],
  input[type="number"][disabled], fieldset[disabled]
  input[type="number"],
  input[type="search"][disabled], fieldset[disabled]
  input[type="search"],
  input[type="tel"][disabled], fieldset[disabled]
  input[type="tel"],
  input[type="time"][disabled], fieldset[disabled]
  input[type="time"],
  input[type="url"][disabled], fieldset[disabled]
  input[type="url"],
  textarea[disabled], fieldset[disabled]
  textarea {
    background-color: #dddddd; }
  input[type="text"].radius,
  input[type="password"].radius,
  input[type="date"].radius,
  input[type="datetime"].radius,
  input[type="datetime-local"].radius,
  input[type="month"].radius,
  input[type="week"].radius,
  input[type="email"].radius,
  input[type="number"].radius,
  input[type="search"].radius,
  input[type="tel"].radius,
  input[type="time"].radius,
  input[type="url"].radius,
  textarea.radius {
    border-radius: 3px; }

input[type="submit"] {
  -webkit-appearance: none; }

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

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  background-color: #fafafa;
  background-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-position: 97% center;
  border: 1px solid #cccccc;
  padding: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0;
  height: 2.3125rem; }
  select.radius {
    border-radius: 3px; }
  select:hover {
    background-color: #f3f3f3;
    border-color: #999999; }

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

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

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

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

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

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

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

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

label.error {
  color: #f04124; }

.range-slider {
  display: block;
  position: relative;
  width: 100%;
  height: 1rem;
  border: 1px solid #dddddd;
  margin: 1.25rem 0;
  -ms-touch-action: none;
  touch-action: none;
  background: #fafafa; }
  .range-slider.vertical-range {
    display: block;
    position: relative;
    width: 100%;
    height: 1rem;
    border: 1px solid #dddddd;
    margin: 1.25rem 0;
    -ms-touch-action: none;
    touch-action: none;
    display: inline-block;
    width: 1rem;
    height: 12.5rem; }
    .range-slider.vertical-range .range-slider-handle {
      margin-top: 0;
      margin-left: -0.5rem;
      position: absolute;
      bottom: -10.5rem; }
    .range-slider.vertical-range .range-slider-active-segment {
      width: 0.875rem;
      height: auto;
      bottom: 0; }
  .range-slider.radius {
    background: #fafafa;
    border-radius: 3px; }
    .range-slider.radius .range-slider-handle {
      background: #008cba;
      border-radius: 3px; }
      .range-slider.radius .range-slider-handle:hover {
        background: #007ba4; }
  .range-slider.round {
    background: #fafafa;
    border-radius: 1000px; }
    .range-slider.round .range-slider-handle {
      background: #008cba;
      border-radius: 1000px; }
      .range-slider.round .range-slider-handle:hover {
        background: #007ba4; }

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

.range-slider-handle {
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: -0.3125rem;
  width: 2rem;
  height: 1.375rem;
  border: 1px solid none;
  cursor: pointer;
  background: #008cba; }
  .range-slider-handle:hover {
    background: #007ba4; }

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
  *zoom: 1; }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table; }
  [class*="block-grid-"]:after {
    clear: both; }
  [class*="block-grid-"] > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0.625rem 1.25rem; }

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

  .small-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .small-block-grid-2 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .small-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .small-block-grid-3 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .small-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .small-block-grid-4 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .small-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .small-block-grid-5 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .small-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .small-block-grid-6 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .small-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .small-block-grid-7 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .small-block-grid-8 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .small-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .small-block-grid-9 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .small-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .small-block-grid-10 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .small-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .small-block-grid-11 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

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

  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .medium-block-grid-2 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .medium-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .medium-block-grid-3 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .medium-block-grid-4 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .medium-block-grid-5 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .medium-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .medium-block-grid-6 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .medium-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .medium-block-grid-7 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .medium-block-grid-8 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .medium-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .medium-block-grid-9 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .medium-block-grid-10 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .medium-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .medium-block-grid-11 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

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

  .large-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .large-block-grid-2 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .large-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .large-block-grid-3 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .large-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .large-block-grid-4 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .large-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .large-block-grid-5 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .large-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .large-block-grid-6 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .large-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .large-block-grid-7 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .large-block-grid-8 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .large-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .large-block-grid-9 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .large-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .large-block-grid-10 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .large-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .large-block-grid-11 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .large-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .large-block-grid-12 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
.flex-video {
  position: relative;
  padding-top: 1.5625rem;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden; }
  .flex-video.widescreen {
    padding-bottom: 56.34%; }
  .flex-video.vimeo {
    padding-top: 0; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.keystroke,
kbd {
  background-color: #ededed;
  border-color: #dddddd;
  color: #222222;
  border-style: solid;
  border-width: 1px;
  margin: 0;
  font-family: "Consolas", "Menlo", "Courier", monospace;
  font-size: inherit;
  padding: 0.125rem 0.25rem 0;
  border-radius: 3px; }

/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important; }

  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important; }

  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
    display: table; }

  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important; }

  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important; }

  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important; }

  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important; } }
/* medium displays */
@media only screen and (min-width: 40.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important; }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important; }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
    display: table; }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important; }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important; }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important; }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important; } }
/* large displays */
@media only screen and (min-width: 64.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important; }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important; }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
    display: table; }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important; }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important; }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important; }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important; } }
/* xlarge displays */
@media only screen and (min-width: 90.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important; }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important; }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
    display: table; }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important; }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important; }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important; }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important; } }
/* xxlarge displays */
@media only screen and (min-width: 120.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: inherit !important; }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: none !important; }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xxlarge-only, table.show-for-xxlarge-up {
    display: table; }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up {
    display: table-header-group !important; }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up {
    display: table-row-group !important; }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up {
    display: table-row !important; }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up {
    display: table-cell !important; } }
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important; }

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

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

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

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

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

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

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

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

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

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

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

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

  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important; } }
@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important; }

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

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

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

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

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

  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important; } }
/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

div.scrollWrapper{
  width: 100%;
  height: 400px;
  overflow: auto;
}
/*
 * Based on these modified select2 styles for Foundation https://gist.github.com/cviebrock/8056741
 */

.select2-container {
  margin: 0 0 1rem 0;
  position: relative;
  vertical-align: middle;
  font-family: inherit;
  -webkit-appearance: none !important;
  font-size: 0.875rem;

  background: #fafafa url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgMTYgMyIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+DQo=") no-repeat;
  background-position-x: 100%;
  background-position-y: center;

}
.select2-container:hover {
  background-color: #f2f2f2;
  border-color: #999;
}

.error .select2-container {
  margin-bottom: 0;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
  Force border-box so that % widths fit the parent
  container without overlap because of margin/padding.

  More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box; /* webkit */
   -moz-box-sizing: border-box; /* firefox */
      box-sizing: border-box; /* css3 */
}

.select2-container .select2-choice {
  display: block;
  overflow: hidden;
  position: relative;
  height: 2.315rem;
  border: 1px solid #ccc;
  padding: 0.5rem 1rem 0.5rem 0.5rem;

  white-space: nowrap;
  line-height: 1.3125rem;
  color: inherit;
  text-decoration: none;

  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);

  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
        user-select: none;

}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}

.select2-container .select2-choice > .select2-chosen {
  margin-right: 1rem;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.select2-container .select2-choice abbr {
  display: none;
  width: 9px;
  height: 9px;
  position: absolute;
  right: 24px;
  top: 13px;

  font-size: 1px;
  text-decoration: none;

  border: 0;
  background: transparent url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjlweCIgaGVpZ2h0PSI5cHgiIHZpZXdCb3g9Ii0xIC0xIDkgOSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAtMSAtMSA5IDkiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNy41LDAuOTU1IDYuMDQ2LC0wLjUgMy41LDIuMDQ1IDAuOTU1LC0wLjUgLTAuNSwwLjk1NSAyLjA0NSwzLjUgLTAuNSw2LjA0NCAwLjk1NSw3LjUgMy41LDQuOTU0IDYuMDQ2LDcuNSA3LjUsNi4wNDQgNC45NTQsMy41ICIvPjwvc3ZnPg==") 50% 50% no-repeat;
  cursor: pointer;
  outline: 0;
  opacity: 0.5;
}

.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}

.select2-container .select2-choice abbr:hover {
  opacity: 1;
  cursor: pointer;
}

.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;

  background: #fafafa;
  color: #000;
  border: 1px solid #999;
  border-top: 0;

  outline: none;

  -webkit-box-shadow: 0 3px 5px -2px #999999;
     -moz-box-shadow: 0 3px 5px -2px #999999;
          box-shadow: 0 3px 5px -2px #999999;
}


.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}

.select2-drop-auto-width .select2-search {
  padding-top: 4px;
}

.select2-drop.select2-drop-above {
  padding-top: 0;
  margin-top: 0;
  margin-bottom: -4.630rem;
  padding-bottom: 2.315rem;
}

.select2-drop-active {
  border: 1px solid #999;
  border-top: none;
}

.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #999;
}

.select2-container .select2-choice .select2-arrow {
  display: none;
}

.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/assets/select2-6efcb80455de752ca66378ff45927b371a3bcc468d6cf45bebb7b64957c45ed9.png) no-repeat 0 1px;
}

.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  white-space: nowrap;
}

.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;

  outline: 0;
  font-family: sans-serif;

  border: 1px solid #aaa;

  -webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
          box-shadow: none !important;

  background: #fff url(/assets/select2-6efcb80455de752ca66378ff45927b371a3bcc468d6cf45bebb7b64957c45ed9.png) no-repeat 100% -22px;
}

.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}

.select2-search input.select2-active {
  background: #fff url('select2-spinner.gi'n) no-repeat 100%;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #999;
  outline: none;

  -webkit-box-shadow: 0 0 5px #999;
     -moz-box-shadow: 0 0 5px #999;
          box-shadow: 0 0 5px #999;
}

.select2-dropdown-open .select2-choice {
  border-bottom-width: 0;
  background: #fafafa;
  /*z-index: 10000;*/
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border-top-color: #ccc;
  border-bottom-width: 1px;
}

.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none;
}

.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}

/* results */
.select2-results {
  max-height: 200px;
  padding: 0 0.25rem;
  margin: 0.25rem 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0.875rem;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}

.select2-results ul.select2-result-sub > li .select2-result-label { padding-left: 20px }
.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 40px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 60px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 80px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 100px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 110px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 120px }

.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}

.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}

.select2-results .select2-result-label {
  padding: 0.25rem;
  margin: 0;
  cursor: pointer;

  min-height: 1em;

  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
        user-select: none;
}

.select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff;
}

.select2-results li em {
  background: #feffde;
  font-style: normal;
}

.select2-results .select2-highlighted em {
  background: transparent;
}

.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}


.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background: transparent;
  display: list-item;
  padding: 0.25rem;
  color: #999;
  font-style: italic;
}

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #eee;
  display: list-item;
  cursor: default;
}

.select2-results .select2-disabled {
  background: #eee;
  display: list-item;
  cursor: default;
}

.select2-results .select2-selected {
  display: none;
}

.select2-more-results.select2-active {
  background: #f4f4f4 url(/assets/select2-spinner-e611bd10da5752d2c77c75664d6ec0cc16491d9d1d85012a753624374ccfeeae.gif) no-repeat 100%;
}

.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}

/* disabled styles */

.select2-container.select2-container-disabled .select2-choice {
  background-color: #eee;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #eee;
  background-image: none;
  border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}

/* multiselect */

.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0;
  position: relative;

  font-size: 0.875rem;
  cursor: text;
  overflow: hidden;

  background-color: #fafafa;
  border: 1px solid #ccc;
}

.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #999;
  outline: none;

  -webkit-box-shadow: 0 0 5px #999;
     -moz-box-shadow: 0 0 5px #999;
          box-shadow: 0 0 5px #999;
}


.select2-container-multi.select2-container-active.select2-dropdown-open .select2-choices {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}
.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: -1px 0;

  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url(/assets/select2-spinner-e611bd10da5752d2c77c75664d6ec0cc16491d9d1d85012a753624374ccfeeae.gif) no-repeat 100% !important;
}

.select2-default {
  color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
  padding: .1rem .5rem .1rem 1.25rem;
  margin: .25rem 0 .25rem .25rem;
  position: relative;

  line-height: 1.5rem;
  color: #333;
  cursor: default;

  background-color: #ddd;

  background-clip: padding-box;

  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
        user-select: none;

}

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}

.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}

.select2-search-choice-close {
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  position: absolute;
  right: .25rem;
  top: .5rem;
  font-size: 1px;
  outline: none;
  background: transparent url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjlweCIgaGVpZ2h0PSI5cHgiIHZpZXdCb3g9Ii0xIC0xIDkgOSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAtMSAtMSA5IDkiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNy41LDAuOTU1IDYuMDQ2LC0wLjUgMy41LDIuMDQ1IDAuOTU1LC0wLjUgLTAuNSwwLjk1NSAyLjA0NSwzLjUgLTAuNSw2LjA0NCAwLjk1NSw3LjUgMy41LDQuOTU0IDYuMDQ2LDcuNSA3LjUsNi4wNDQgNC45NTQsMy41ICIvPjwvc3ZnPg==") 50% 50% no-repeat;
  opacity: 0.5;
}

.select2-container-multi .select2-search-choice-close {
  left: .25rem;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  opacity: 1;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #eee;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #eee;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}
/* end multiselect */

.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}

.select2-offscreen, .select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}

.select2-display-none {
  display: none;
}

.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}
/* line 3, app/assets/stylesheets/typography.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #84a4ba;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}

/* line 11, app/assets/stylesheets/typography.scss */
h1 {
  font-size: 1.5625rem;
}

/* line 15, app/assets/stylesheets/typography.scss */
h2 {
  font-size: 1.25rem;
}

/* line 19, app/assets/stylesheets/typography.scss */
h3 {
  font-size: 1.125rem;
}

/* line 23, app/assets/stylesheets/typography.scss */
h4 {
  font-size: 0.875rem;
}

/* line 27, app/assets/stylesheets/typography.scss */
h5 {
  font-size: 0.75rem;
}

/* line 31, app/assets/stylesheets/typography.scss */
h6 {
  font-size: 0.625rem;
}

/* line 35, app/assets/stylesheets/typography.scss */
small {
  font-size: 60%;
  color: #afc4d2;
}

/* line 40, app/assets/stylesheets/typography.scss */
a {
  color: #79bde8;
}

/* line 44, app/assets/stylesheets/typography.scss */
p {
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* line 49, app/assets/stylesheets/typography.scss */
blockquote {
  color: #afc4d2;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border: solid 1px #ddd;
}

/* line 55, app/assets/stylesheets/typography.scss */
.monospace {
  font-family: Consolas,"Liberation Mono",Courier,monospace;
}
/* line 9, app/assets/stylesheets/appheader.scss */
.globalheader {
  background-color: white;
  height: 6.25rem;
  padding: 0 3.4375rem;
}

/* line 14, app/assets/stylesheets/appheader.scss */
.globalheader .inner_wrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 100%;
  *zoom: 1;
  max-width: 1400px;
}

/* line 116, vendor/assets/stylesheets/foundation/components/_global.scss */
.globalheader .inner_wrap:before, .globalheader .inner_wrap:after {
  content: " ";
  display: table;
}

/* line 117, vendor/assets/stylesheets/foundation/components/_global.scss */
.globalheader .inner_wrap:after {
  clear: both;
}

@media only screen and (max-width: 32em) {
  /* line 21, app/assets/stylesheets/appheader.scss */
  .globalheader {
    position: relative;
  }
}

/* line 26, app/assets/stylesheets/appheader.scss */
.left-off-canvas-toggle {
  color: #b1bdbd;
  display: block;
  height: 6.25rem;
  left: 0;
  line-height: 6.25rem;
  transition: color 100ms ease-out;
  position: absolute;
  text-align: center;
  top: 0;
  width: 3.4375rem;
  z-index: 1;
}

/* line 39, app/assets/stylesheets/appheader.scss */
.left-off-canvas-toggle:before {
  display: block;
  margin-top: 2.6875rem;
}

/* line 41, app/assets/stylesheets/appheader.scss */
.left-off-canvas-toggle:visited {
  color: #b1bdbd;
}

/* line 42, app/assets/stylesheets/appheader.scss */
.left-off-canvas-toggle:hover {
  color: #ccd4d5;
}

/* line 46, app/assets/stylesheets/appheader.scss */
.logo_and_nav_toggle {
  padding-left: 0;
  padding-right: 0;
  width: 16.6666666667%;
  float: left;
}

@media only screen and (max-width: 32em) {
  /* line 51, app/assets/stylesheets/appheader.scss */
  .logo_and_nav_toggle {
    padding-left: 0;
    padding-right: 0;
    width: 33.3333333333%;
    float: left;
  }
}

@media only screen and (min-width:32.063em) and (max-width:55em) {
  /* line 57, app/assets/stylesheets/appheader.scss */
  .logo_and_nav_toggle {
    padding-left: 0;
    padding-right: 0;
    width: 33.3333333333%;
    float: left;
  }
}

/* line 62, app/assets/stylesheets/appheader.scss */
.off-canvas-list li a:hover {
  background-color: #222;
}

/* line 66, app/assets/stylesheets/appheader.scss */
.logochef {
  background: url(/assets/logo-supermarket-5903899936cf2312b578402f9789d3be87a46137afd528fea0aa637f48bfbac6.svg) no-repeat;
  -webkit-background-size: 8.75rem 2.25rem;
  -moz-background-size: 8.75rem 2.25rem;
  -o-background-size: 8.75rem 2.25rem;
  background-size: 8.75rem 2.25rem;
  float: left;
  height: 2.25rem;
  margin: 2rem 0 0 0;
  width: 8.75rem;
}

/* line 74, app/assets/stylesheets/appheader.scss */
.no-svg .logochef {
  background: url(/assets/logo-supermarket-944230db86c93d941b7fcfff1240fcac3c047e2c37abbb673572b2a29c75e4d9.png) no-repeat;
}

/* line 78, app/assets/stylesheets/appheader.scss */
.logochef a {
  display: block;
  height: 2.25rem;
  width: 8.75rem;
}

/* line 83, app/assets/stylesheets/appheader.scss */
.logochef a span {
  display: none;
}

/* line 88, app/assets/stylesheets/appheader.scss */
.appnav {
  padding-left: 0;
  padding-right: 0;
  width: 83.3333333333%;
  float: left;
}

/* line 91, app/assets/stylesheets/appheader.scss */
.appnav ul {
  margin: 0;
}

/* line 94, app/assets/stylesheets/appheader.scss */
.appnav ul li {
  float: left;
  list-style: none;
  margin-right: 1.875rem;
}

/* line 99, app/assets/stylesheets/appheader.scss */
.appnav ul li:first-child {
  margin-left: 0;
}

/* line 103, app/assets/stylesheets/appheader.scss */
.appnav ul li:last-child {
  margin-right: 0;
}

/* line 107, app/assets/stylesheets/appheader.scss */
.appnav ul li a {
  color: #87999a;
  display: block;
  float: left;
  font: 0.875rem "Montserrat", "helvetica neue", helvetica, arial, sans-serif;
  line-height: 6.375rem;
  transition: color 100ms ease-out;
  text-decoration: none;
  text-transform: uppercase;
}

/* line 117, app/assets/stylesheets/appheader.scss */
.appnav ul li a:hover, .appnav ul li a:active {
  color: #b1bdbd;
}

@media only screen and (max-width: 32em) {
  /* line 126, app/assets/stylesheets/appheader.scss */
  .appnav {
    padding-left: 0;
    padding-right: 0;
    width: 66.6666666667%;
    float: left;
  }
}

@media only screen and (min-width:32.063em) and (max-width:55em) {
  /* line 132, app/assets/stylesheets/appheader.scss */
  .appnav {
    padding-left: 0;
    padding-right: 0;
    width: 66.6666666667%;
    float: left;
  }
}

/* line 137, app/assets/stylesheets/appheader.scss */
.usermenu {
  color: #87999a;
  cursor: pointer;
  float: right;
  font: 0.875rem "Montserrat", "helvetica neue", helvetica, arial, sans-serif;
  height: 6.25rem;
  line-height: 6.375rem;
  margin-left: 1.25rem;
  position: relative;
  transition: color 100ms ease-out;
}

/* line 149, app/assets/stylesheets/appheader.scss */
.usermenu:hover .userdropdown {
  display: block;
}

/* line 152, app/assets/stylesheets/appheader.scss */
.usermenu .gravatar {
  -webkit-border-radius: 2.5rem;
  -moz-border-radius: 2.5rem;
  -ms-border-radius: 2.5rem;
  -o-border-radius: 2.5rem;
  border-radius: 2.5rem;
  float: left;
  height: 2.5rem;
  margin: 1.875rem 0.625rem 0 0;
  width: 2.5rem;
}

/* line 160, app/assets/stylesheets/appheader.scss */
.usermenu i {
  font-size: 1rem;
  margin-left: 0.3125rem;
}

/* line 166, app/assets/stylesheets/appheader.scss */
.usermenu a i.fa {
  font-size: 0.75rem;
  margin-left: 0.3125rem;
}

@media only screen and (max-width: 32em) {
  /* line 174, app/assets/stylesheets/appheader.scss */
  .usermenu {
    margin: 0 -1.875rem 0 0;
  }
}

@media only screen and (min-width:32.063em) and (max-width:55em) {
  /* line 180, app/assets/stylesheets/appheader.scss */
  .usermenu {
    margin: 0 -1.875rem 0 0;
  }
}

/* line 185, app/assets/stylesheets/appheader.scss */
.appnav .userdropdown {
  background-color: white;
  -moz-border-radius-bottomleft: 0.3125rem;
  -webkit-border-bottom-left-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem;
  -moz-border-radius-bottomright: 0.3125rem;
  -webkit-border-bottom-right-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0.3125rem 0.625rem;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0.3125rem 0.625rem;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0.3125rem 0.625rem;
  display: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: -1.25rem;
  top: 6.25rem;
  width: 13.75rem;
  z-index: 101;
}

/* line 198, app/assets/stylesheets/appheader.scss */
.appnav .userdropdown:after {
  bottom: 100%;
  border: solid transparent;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 0.625rem;
  content: " ";
  height: 0;
  position: absolute;
  pointer-events: none;
  right: 0;
  width: 0;
}

/* line 212, app/assets/stylesheets/appheader.scss */
.appnav .userdropdown li {
  border-bottom: 1px solid #ecedef;
  float: none;
  list-style: none;
  margin: 0;
}

/* line 218, app/assets/stylesheets/appheader.scss */
.appnav .userdropdown li:last-child {
  border: none;
}

/* line 220, app/assets/stylesheets/appheader.scss */
.appnav .userdropdown li a {
  color: #95a5a6;
  display: block;
  float: none;
  font-size: 0.75rem;
  line-height: 1rem;
  padding: 0.625rem;
  text-decoration: none;
}

/* line 229, app/assets/stylesheets/appheader.scss */
.appnav .userdropdown li a:hover, .appnav .userdropdown li a:active {
  color: #b1bdbd;
}

/* line 233, app/assets/stylesheets/appheader.scss */
.appnav .userdropdown li a:before {
  font-family: "fontawesome";
  margin-right: 0.4375rem;
}

@media only screen and (max-width: 32em) {
  /* line 242, app/assets/stylesheets/appheader.scss */
  .userdropdown {
    width: 15.625rem;
  }
  /* line 245, app/assets/stylesheets/appheader.scss */
  .userdropdown li a {
    font-size: 1.125rem;
    padding: 1.25rem;
  }
}
/* line 4, app/assets/stylesheets/announcement_banner.css.scss */
.announcement_banner {
  background-color: #79bde8;
  width: 100%;
}

/* line 9, app/assets/stylesheets/announcement_banner.css.scss */
.announcement_banner_header {
  cursor: pointer;
  text-align: center;
  transition: background-color 100ms ease-out 0s;
}

/* line 14, app/assets/stylesheets/announcement_banner.css.scss */
.announcement_banner_header:hover, .announcement_banner_header:focus {
  background-color: #2591d6;
}

/* line 19, app/assets/stylesheets/announcement_banner.css.scss */
.announcement_banner_header h3 {
  color: white;
  margin: 0;
  padding: 0.9375rem 0 0.9375rem 0;
}

/* line 26, app/assets/stylesheets/announcement_banner.css.scss */
.announcement_banner_content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 100%;
  *zoom: 1;
  background-color: #2c5771;
  display: none;
}

/* line 116, vendor/assets/stylesheets/foundation/components/_global.scss */
.announcement_banner_content:before, .announcement_banner_content:after {
  content: " ";
  display: table;
}

/* line 117, vendor/assets/stylesheets/foundation/components/_global.scss */
.announcement_banner_content:after {
  clear: both;
}

/* line 32, app/assets/stylesheets/announcement_banner.css.scss */
.announcement_info {
  padding-left: 0;
  padding-right: 0;
  width: 33.3333333333%;
  float: left;
  padding: 0.5rem 2rem 0.5rem 2rem;
}

/* line 37, app/assets/stylesheets/announcement_banner.css.scss */
.announcement_info a {
  color: #79bde8;
  text-decoration: none;
}

/* line 42, app/assets/stylesheets/announcement_banner.css.scss */
.announcement_info h3 {
  color: white;
  margin: 0.875rem 0;
  text-transform: uppercase;
}

/* line 48, app/assets/stylesheets/announcement_banner.css.scss */
.announcement_info p {
  color: white;
}

/* line 52, app/assets/stylesheets/announcement_banner.css.scss */
.announcement_info code {
  color: white;
  font-weight: normal;
}

@media only screen and (max-width: 32em) {
  /* line 59, app/assets/stylesheets/announcement_banner.css.scss */
  .announcement_info {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    float: left;
    padding: 0.25rem 2rem;
  }
}
/* line 6, app/assets/stylesheets/cookbooks/badge_icons.scss */
.cookbook_badges {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *zoom: 1;
  list-style: none !important;
  margin: 0 !important;
  padding: 0;
}

/* line 2, app/assets/stylesheets/mixins/_mixins.scss */
.cookbook_badges:before, .cookbook_badges:after {
  content: "";
  display: table;
}

/* line 7, app/assets/stylesheets/mixins/_mixins.scss */
.cookbook_badges:after {
  clear: both;
}

/* line 14, app/assets/stylesheets/cookbooks/badge_icons.scss */
li.cookbook_badge_icon {
  float: left;
  font-family: "badge_icons";
  font-size: 1.125rem;
  font-weight: 400;
  height: 1rem;
  line-height: 1.125rem;
  margin: 0 0.625rem 0 0;
  width: 1rem;
}

/* line 26, app/assets/stylesheets/cookbooks/badge_icons.scss */
li.cookbook_badge_icon:last-child {
  margin-bottom: 0;
}

/* line 30, app/assets/stylesheets/cookbooks/badge_icons.scss */
li.cookbook_badge_icon[data-icon]:before {
  color: #5c6f7c;
  content: attr(data-icon);
}

/* line 35, app/assets/stylesheets/cookbooks/badge_icons.scss */
li.cookbook_badge_icon.has-tip {
  border: none;
}

/* line 37, app/assets/stylesheets/cookbooks/badge_icons.scss */
li.cookbook_badge_icon span {
  display: none;
}

/* line 39, app/assets/stylesheets/cookbooks/badge_icons.scss */
.cookbook_show_sidebar li.cookbook_badge_icon {
  font-size: 1.25rem;
}

/* line 42, app/assets/stylesheets/cookbooks/badge_icons.scss */
.cookbook_show_sidebar li.cookbook_badge_icon[data-icon]:before {
  color: adjust-lightness(#5c6f7c, 20%);
}

/* line 48, app/assets/stylesheets/cookbooks/badge_icons.scss */
li.cookbook_no_badge_icon {
  float: left;
  font-size: 1.125rem;
  font-weight: 400;
  height: 1rem;
  line-height: 1.125rem;
  margin: 0 0.625rem 0 0;
  width: 1rem;
  color: #5c6f7c;
}

/* line 60, app/assets/stylesheets/cookbooks/badge_icons.scss */
li.cookbook_no_badge_icon:hover {
  color: #5c6f7c;
}

/* line 64, app/assets/stylesheets/cookbooks/badge_icons.scss */
li.cookbook_no_badge_icon:last-child {
  margin-bottom: 0;
}

/* line 68, app/assets/stylesheets/cookbooks/badge_icons.scss */
li.cookbook_no_badge_icon.has-tip {
  border: none;
}

/* line 70, app/assets/stylesheets/cookbooks/badge_icons.scss */
.cookbook_show_sidebar li.cookbook_no_badge_icon {
  font-size: 1.25rem;
}

/* line 73, app/assets/stylesheets/cookbooks/badge_icons.scss */
.cookbook_show_sidebar li.cookbook_no_badge_icon[data-icon]:before {
  color: adjust-lightness(#5c6f7c, 20%);
}
/* line 7, app/assets/stylesheets/cookbooks/cookbook.scss */
.cookbook_stats {
  list-style: none;
  float: right;
  margin: 0;
}

/* line 12, app/assets/stylesheets/cookbooks/cookbook.scss */
.cookbook_stats li {
  color: #5c6f7c;
  font-size: 0.625rem;
  display: inline;
  margin: 0 1rem 0 0;
  text-align: center;
}

/* line 19, app/assets/stylesheets/cookbooks/cookbook.scss */
.cookbook_stats li:last-child {
  margin: 0;
}

/* line 23, app/assets/stylesheets/cookbooks/cookbook.scss */
.cookbook_stats li .fa {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  font-size: 1rem;
  margin: -0.125rem 0.5rem 0 0.625rem;
}

@media only screen and (max-width: 32em) {
  /* line 30, app/assets/stylesheets/cookbooks/cookbook.scss */
  .cookbook_stats li .fa {
    margin: -0.125rem 0.25rem 0 0;
  }
}

/* line 35, app/assets/stylesheets/cookbooks/cookbook.scss */
.cookbook_stats li h5 {
  color: #5c6f7c;
  font-size: 0.625rem;
  font-weight: 400;
  text-transform: none;
  display: inline;
  margin: 0;
}

@media only screen and (max-width: 32em) {
  /* line 48, app/assets/stylesheets/cookbooks/cookbook.scss */
  .cookbook_stats li {
    margin: 0 0.5rem 0 0;
  }
}

@media only screen and (max-width: 32em) {
  /* line 54, app/assets/stylesheets/cookbooks/cookbook.scss */
  .cookbook_stats .follow {
    font-size: 0.125rem;
    padding: 0.375rem;
  }
}

/* line 62, app/assets/stylesheets/cookbooks/cookbook.scss */
.cookbook_body {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 100%;
  *zoom: 1;
}

/* line 116, vendor/assets/stylesheets/foundation/components/_global.scss */
.cookbook_body:before, .cookbook_body:after {
  content: " ";
  display: table;
}

/* line 117, vendor/assets/stylesheets/foundation/components/_global.scss */
.cookbook_body:after {
  clear: both;
}

/* line 67, app/assets/stylesheets/cookbooks/cookbook.scss */
.cookbook_sidebar {
  padding-left: 0;
  padding-right: 0;
  width: 25%;
  float: left;
}

/* line 70, app/assets/stylesheets/cookbooks/cookbook.scss */
.cookbook_sidebar ul {
  border-bottom: 0.125rem solid #f4f5f5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0 1.875rem 1.25rem 0;
  padding: 0 0 1.25rem 0;
}

/* line 77, app/assets/stylesheets/cookbooks/cookbook.scss */
.cookbook_sidebar ul li {
  line-height: 1.875rem;
}

/* line 80, app/assets/stylesheets/cookbooks/cookbook.scss */
.cookbook_sidebar ul li:before {
  content: "\00b7";
  display: block;
  float: left;
  font-size: 3.25rem;
  line-height: 0.9375rem;
  margin: 0.3125rem 0.4375rem 0 0;
}

/* line 89, app/assets/stylesheets/cookbooks/cookbook.scss */
.cookbook_sidebar ul li a {
  color: #959ca2;
  font-size: 0.75rem;
  display: block;
  line-height: 1.875rem;
  padding-left: 1.25rem;
  transition: all 100ms ease-out;
}

/* line 97, app/assets/stylesheets/cookbooks/cookbook.scss */
.cookbook_sidebar ul li a:hover {
  background-color: #ecf0f1;
  -webkit-border-radius: 0.1875rem;
  -moz-border-radius: 0.1875rem;
  -ms-border-radius: 0.1875rem;
  -o-border-radius: 0.1875rem;
  border-radius: 0.1875rem;
  color: #62696f;
}

/* line 103, app/assets/stylesheets/cookbooks/cookbook.scss */
.cookbook_sidebar ul li a em {
  font: normal 700 0.75rem "Montserrat", "helvetica neue", helvetica, arial, sans-serif;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  min-width: 1.75rem;
}

/* line 109, app/assets/stylesheets/cookbooks/cookbook.scss */
.cookbook_sidebar ul li a.active {
  background-color: #f2f5f5;
  -webkit-border-radius: 0.1875rem;
  -moz-border-radius: 0.1875rem;
  -ms-border-radius: 0.1875rem;
  -o-border-radius: 0.1875rem;
  border-radius: 0.1875rem;
  color: #62696f;
  font-weight: 700;
}

/* line 117, app/assets/stylesheets/cookbooks/cookbook.scss */
.cookbook_sidebar ul li .fa {
  color: #62696f;
  font-size: 0.75rem;
  margin: 0.625rem 0.3125rem 0 0;
}

@media only screen and (max-width: 32em) {
  /* line 124, app/assets/stylesheets/cookbooks/cookbook.scss */
  .cookbook_sidebar ul li .fa {
    margin: 1.5625rem 1.25rem 0 0;
  }
}

@media only screen and (min-width:32.063em) and (max-width:55em) {
  /* line 130, app/assets/stylesheets/cookbooks/cookbook.scss */
  .cookbook_sidebar ul li .fa {
    margin: 1.5625rem 1.25rem 0 0;
  }
}

@media only screen and (max-width: 32em) {
  /* line 140, app/assets/stylesheets/cookbooks/cookbook.scss */
  .cookbook_sidebar {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 100%;
    *zoom: 1;
  }
  /* line 116, vendor/assets/stylesheets/foundation/components/_global.scss */
  .cookbook_sidebar:before, .cookbook_sidebar:after {
    content: " ";
    display: table;
  }
  /* line 117, vendor/assets/stylesheets/foundation/components/_global.scss */
  .cookbook_sidebar:after {
    clear: both;
  }
  /* line 143, app/assets/stylesheets/cookbooks/cookbook.scss */
  .cookbook_sidebar ul {
    *zoom: 1;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    float: none;
    margin: 0 -1.25rem 2.5rem;
    padding: 0;
    width: auto;
  }
  /* line 116, vendor/assets/stylesheets/foundation/components/_global.scss */
  .cookbook_sidebar ul:before, .cookbook_sidebar ul:after {
    content: " ";
    display: table;
  }
  /* line 117, vendor/assets/stylesheets/foundation/components/_global.scss */
  .cookbook_sidebar ul:after {
    clear: both;
  }
  /* line 150, app/assets/stylesheets/cookbooks/cookbook.scss */
  .cookbook_sidebar ul li {
    border-left: 0.3125rem solid;
    float: left;
    line-height: 4rem;
    width: 50%;
  }
  /* line 156, app/assets/stylesheets/cookbooks/cookbook.scss */
  .cookbook_sidebar ul li:before {
    display: none;
    font-size: 4rem;
    line-height: 3.125rem;
    margin-left: 0.5rem;
  }
  /* line 163, app/assets/stylesheets/cookbooks/cookbook.scss */
  .cookbook_sidebar ul li:nth-child(2n+2) a {
    border-right: none;
  }
  /* line 167, app/assets/stylesheets/cookbooks/cookbook.scss */
  .cookbook_sidebar ul li a {
    border-top: 0.125rem solid #f4f5f5;
    border-right: 0.125rem solid #f4f5f5;
    font-size: 0.9375rem;
    line-height: 4rem;
    padding-left: 0.9375rem;
  }
  /* line 174, app/assets/stylesheets/cookbooks/cookbook.scss */
  .cookbook_sidebar ul li a em {
    font-size: 0.875rem;
    margin-top: -0.3125rem;
  }
}

@media only screen and (min-width:32.063em) and (max-width:55em) {
  /* line 185, app/assets/stylesheets/cookbooks/cookbook.scss */
  .cookbook_sidebar {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 100%;
    *zoom: 1;
  }
  /* line 116, vendor/assets/stylesheets/foundation/components/_global.scss */
  .cookbook_sidebar:before, .cookbook_sidebar:after {
    content: " ";
    display: table;
  }
  /* line 117, vendor/assets/stylesheets/foundation/components/_global.scss */
  .cookbook_sidebar:after {
    clear: both;
  }
  /* line 188, app/assets/stylesheets/cookbooks/cookbook.scss */
  .cookbook_sidebar ul {
    *zoom: 1;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    float: none;
    margin: 0 0 2.5rem;
    padding: 0;
    width: auto;
  }
  /* line 116, vendor/assets/stylesheets/foundation/components/_global.scss */
  .cookbook_sidebar ul:before, .cookbook_sidebar ul:after {
    content: " ";
    display: table;
  }
  /* line 117, vendor/assets/stylesheets/foundation/components/_global.scss */
  .cookbook_sidebar ul:after {
    clear: both;
  }
  /* line 195, app/assets/stylesheets/cookbooks/cookbook.scss */
  .cookbook_sidebar ul li {
    border-left: 0.3125rem solid;
    float: left;
    line-height: 4rem;
    width: 50%;
  }
  /* line 201, app/assets/stylesheets/cookbooks/cookbook.scss */
  .cookbook_sidebar ul li:before {
    display: none;
    font-size: 4rem;
    line-height: 3.125rem;
    margin-left: 0.5rem;
  }
  /* line 208, app/assets/stylesheets/cookbooks/cookbook.scss */
  .cookbook_sidebar ul li a {
    border-top: 0.125rem solid #f4f5f5;
    border-right: 0.125rem solid #f4f5f5;
    font-size: 0.9375rem;
    line-height: 4rem;
    padding-left: 0.9375rem;
  }
  /* line 215, app/assets/stylesheets/cookbooks/cookbook.scss */
  .cookbook_sidebar ul li a em {
    font-size: 0.875rem;
    margin-top: -0.3125rem;
  }
}

/* line 225, app/assets/stylesheets/cookbooks/cookbook.scss */
.cookbook_sidebar_heading {
  border-bottom: 0.125rem solid #f4f5f5;
  color: #95a5a6;
  font-size: 0.75rem;
  font-weight: 400;
  margin: 0.8125rem 1.875rem 1.25rem 0;
  padding-bottom: 1.1875rem;
  text-transform: uppercase;
}

@media only screen and (max-width: 32em) {
  /* line 238, app/assets/stylesheets/cookbooks/cookbook.scss */
  .cookbook_sidebar_heading {
    display: none;
  }
}

@media only screen and (min-width:32.063em) and (max-width:55em) {
  /* line 244, app/assets/stylesheets/cookbooks/cookbook.scss */
  .cookbook_sidebar_heading {
    display: none;
  }
}

/* line 249, app/assets/stylesheets/cookbooks/cookbook.scss */
.versions_count {
  color: #46555f;
  font-size: 0.75rem;
  font-weight: 700;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin: 0 1.25rem 0 0;
}
/* line 7, app/assets/stylesheets/cookbooks/directory.scss */
.cookbooks_columns {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
  *zoom: 1;
  margin: 3.4375rem 0;
}

/* line 116, vendor/assets/stylesheets/foundation/components/_global.scss */
.cookbooks_columns:before, .cookbooks_columns:after {
  content: " ";
  display: table;
}

/* line 117, vendor/assets/stylesheets/foundation/components/_global.scss */
.cookbooks_columns:after {
  clear: both;
}

/* line 50, vendor/assets/stylesheets/foundation/components/_block-grid.scss */
.cookbooks_columns > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 0.625rem 1.25rem;
}

/* line 61, vendor/assets/stylesheets/foundation/components/_block-grid.scss */
.cookbooks_columns > li {
  width: 50%;
  padding: 0 0.625rem 1.25rem;
  list-style: none;
}

/* line 68, vendor/assets/stylesheets/foundation/components/_block-grid.scss */
.cookbooks_columns > li:nth-of-type(n) {
  clear: none;
}

/* line 69, vendor/assets/stylesheets/foundation/components/_block-grid.scss */
.cookbooks_columns > li:nth-of-type(2n+1) {
  clear: both;
}

/* line 11, app/assets/stylesheets/cookbooks/directory.scss */
.cookbooks_columns.four_up {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
  *zoom: 1;
  margin: 3.4375rem 0;
}

/* line 116, vendor/assets/stylesheets/foundation/components/_global.scss */
.cookbooks_columns.four_up:before, .cookbooks_columns.four_up:after {
  content: " ";
  display: table;
}

/* line 117, vendor/assets/stylesheets/foundation/components/_global.scss */
.cookbooks_columns.four_up:after {
  clear: both;
}

/* line 50, vendor/assets/stylesheets/foundation/components/_block-grid.scss */
.cookbooks_columns.four_up > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 0.625rem 1.25rem;
}

/* line 61, vendor/assets/stylesheets/foundation/components/_block-grid.scss */
.cookbooks_columns.four_up > li {
  width: 33.3333333333%;
  padding: 0 0.625rem 1.25rem;
  list-style: none;
}

/* line 68, vendor/assets/stylesheets/foundation/components/_block-grid.scss */
.cookbooks_columns.four_up > li:nth-of-type(n) {
  clear: none;
}

/* line 69, vendor/assets/stylesheets/foundation/components/_block-grid.scss */
.cookbooks_columns.four_up > li:nth-of-type(3n+1) {
  clear: both;
}

@media only screen and (max-width:55em) {
  /* line 18, app/assets/stylesheets/cookbooks/directory.scss */
  .cookbooks_columns {
    display: block;
    padding: 0;
    margin: 0 -0.625rem;
    *zoom: 1;
  }
  /* line 116, vendor/assets/stylesheets/foundation/components/_global.scss */
  .cookbooks_columns:before, .cookbooks_columns:after {
    content: " ";
    display: table;
  }
  /* line 117, vendor/assets/stylesheets/foundation/components/_global.scss */
  .cookbooks_columns:after {
    clear: both;
  }
  /* line 50, vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .cookbooks_columns > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0.625rem 1.25rem;
  }
  /* line 61, vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .cookbooks_columns > li {
    width: 100%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  /* line 68, vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .cookbooks_columns > li:nth-of-type(n) {
    clear: none;
  }
  /* line 69, vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .cookbooks_columns > li:nth-of-type(1n+1) {
    clear: both;
  }
  /* line 21, app/assets/stylesheets/cookbooks/directory.scss */
  .cookbooks_columns.four_up {
    display: block;
    padding: 0;
    margin: 0 -0.625rem;
    *zoom: 1;
  }
  /* line 116, vendor/assets/stylesheets/foundation/components/_global.scss */
  .cookbooks_columns.four_up:before, .cookbooks_columns.four_up:after {
    content: " ";
    display: table;
  }
  /* line 117, vendor/assets/stylesheets/foundation/components/_global.scss */
  .cookbooks_columns.four_up:after {
    clear: both;
  }
  /* line 50, vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .cookbooks_columns.four_up > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0.625rem 1.25rem;
  }
  /* line 61, vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .cookbooks_columns.four_up > li {
    width: 100%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  /* line 68, vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .cookbooks_columns.four_up > li:nth-of-type(n) {
    clear: none;
  }
  /* line 69, vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .cookbooks_columns.four_up > li:nth-of-type(1n+1) {
    clear: both;
  }
}

@media only screen and (min-width:55.063em) and (max-width:64em) {
  /* line 28, app/assets/stylesheets/cookbooks/directory.scss */
  .cookbooks_columns.four_up {
    display: block;
    padding: 0;
    margin: 0 -0.625rem;
    *zoom: 1;
    margin: 3.4375rem 0;
  }
  /* line 116, vendor/assets/stylesheets/foundation/components/_global.scss */
  .cookbooks_columns.four_up:before, .cookbooks_columns.four_up:after {
    content: " ";
    display: table;
  }
  /* line 117, vendor/assets/stylesheets/foundation/components/_global.scss */
  .cookbooks_columns.four_up:after {
    clear: both;
  }
  /* line 50, vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .cookbooks_columns.four_up > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0.625rem 1.25rem;
  }
  /* line 61, vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .cookbooks_columns.four_up > li {
    width: 50%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  /* line 68, vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .cookbooks_columns.four_up > li:nth-of-type(n) {
    clear: none;
  }
  /* line 69, vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .cookbooks_columns.four_up > li:nth-of-type(2n+1) {
    clear: both;
  }
}

/* line 34, app/assets/stylesheets/cookbooks/directory.scss */
.cookbooks_column_content {
  background-color: white;
  border: 1px solid #d4dbdf;
  text-align: center;
  padding: 0.625rem;
}

/* line 40, app/assets/stylesheets/cookbooks/directory.scss */
.cookbooks_column_content .button.expand {
  margin: 1rem 0;
  width: 90%;
}

/* line 45, app/assets/stylesheets/cookbooks/directory.scss */
.cookbooks_column_content .title {
  border-bottom: 1px solid #d4dbdf;
  margin: 0;
  padding: 1rem 0;
}

/* line 52, app/assets/stylesheets/cookbooks/directory.scss */
.learn_about_cookbooks {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 100%;
  *zoom: 1;
  background: white;
  border: 1px solid #d4dbdf;
  padding: 1.25rem;
  width: auto;
}

/* line 116, vendor/assets/stylesheets/foundation/components/_global.scss */
.learn_about_cookbooks:before, .learn_about_cookbooks:after {
  content: " ";
  display: table;
}

/* line 117, vendor/assets/stylesheets/foundation/components/_global.scss */
.learn_about_cookbooks:after {
  clear: both;
}

/* line 60, app/assets/stylesheets/cookbooks/directory.scss */
.learn_about_cookbooks_content {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 58.3333333333%;
  float: left;
}

/* line 64, app/assets/stylesheets/cookbooks/directory.scss */
.learn_about_cookbooks_sidebar {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 41.6666666667%;
  float: left;
}

@media only screen and (max-width: 32em) {
  /* line 69, app/assets/stylesheets/cookbooks/directory.scss */
  .learn_about_cookbooks_content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
  }
  /* line 73, app/assets/stylesheets/cookbooks/directory.scss */
  .learn_about_cookbooks_sidebar {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
  }
}
/* line 6, app/assets/stylesheets/cookbooks/platform_icons.scss */
.cookbook_platforms {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *zoom: 1;
  list-style: none !important;
  margin: 0 !important;
  padding: 0;
}

/* line 2, app/assets/stylesheets/mixins/_mixins.scss */
.cookbook_platforms:before, .cookbook_platforms:after {
  content: "";
  display: table;
}

/* line 7, app/assets/stylesheets/mixins/_mixins.scss */
.cookbook_platforms:after {
  clear: both;
}

/* line 14, app/assets/stylesheets/cookbooks/platform_icons.scss */
li.cookbook_platform_icon {
  float: left;
  height: 1rem;
  line-height: 1.125rem;
  margin: 0 0.625rem 0 0;
  width: 1rem;
}

/* line 21, app/assets/stylesheets/cookbooks/platform_icons.scss */
li.cookbook_platform_icon:last-child {
  margin-bottom: 0;
}

/* line 25, app/assets/stylesheets/cookbooks/platform_icons.scss */
li.cookbook_platform_icon[data-icon]:before {
  color: #5c6f7c;
  content: attr(data-icon);
}

/* line 30, app/assets/stylesheets/cookbooks/platform_icons.scss */
li.cookbook_platform_icon.has-tip {
  border: none;
}

/* line 32, app/assets/stylesheets/cookbooks/platform_icons.scss */
li.cookbook_platform_icon span {
  display: none;
}

/* line 34, app/assets/stylesheets/cookbooks/platform_icons.scss */
.cookbook_show_sidebar li.cookbook_platform_icon {
  font-size: 1.25rem;
}

/* line 37, app/assets/stylesheets/cookbooks/platform_icons.scss */
.cookbook_show_sidebar li.cookbook_platform_icon[data-icon]:before {
  color: adjust-lightness(#5c6f7c, 20%);
}

/* line 43, app/assets/stylesheets/cookbooks/platform_icons.scss */
li.cookbook_no_platform_icon {
  float: left;
  height: 1rem;
  line-height: 1.125rem;
  margin: 0 0.625rem 0 0;
  width: 1rem;
  color: #5c6f7c;
}

/* line 51, app/assets/stylesheets/cookbooks/platform_icons.scss */
li.cookbook_no_platform_icon:hover {
  color: #5c6f7c;
}

/* line 55, app/assets/stylesheets/cookbooks/platform_icons.scss */
li.cookbook_no_platform_icon:last-child {
  margin-bottom: 0;
}

/* line 59, app/assets/stylesheets/cookbooks/platform_icons.scss */
li.cookbook_no_platform_icon.has-tip {
  border: none;
}

/* line 61, app/assets/stylesheets/cookbooks/platform_icons.scss */
.cookbook_show_sidebar li.cookbook_no_platform_icon {
  font-size: 1.25rem;
}

/* line 64, app/assets/stylesheets/cookbooks/platform_icons.scss */
.cookbook_show_sidebar li.cookbook_no_platform_icon[data-icon]:before {
  color: adjust-lightness(#5c6f7c, 20%);
}
/* line 8, app/assets/stylesheets/cookbooks/search.scss */
.search_form {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 100%;
  *zoom: 1;
  position: relative;
  max-width: 100%;
}

/* line 116, vendor/assets/stylesheets/foundation/components/_global.scss */
.search_form:before, .search_form:after {
  content: " ";
  display: table;
}

/* line 117, vendor/assets/stylesheets/foundation/components/_global.scss */
.search_form:after {
  clear: both;
}

/* line 14, app/assets/stylesheets/cookbooks/search.scss */
.search_bar {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 100%;
  *zoom: 1;
  position: relative;
  max-width: 100%;
  background-color: #1e3b4c;
}

/* line 116, vendor/assets/stylesheets/foundation/components/_global.scss */
.search_bar:before, .search_bar:after {
  content: " ";
  display: table;
}

/* line 117, vendor/assets/stylesheets/foundation/components/_global.scss */
.search_bar:after {
  clear: both;
}

/* line 21, app/assets/stylesheets/cookbooks/search.scss */
.quick_search {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 100%;
  *zoom: 1;
  position: relative;
  max-width: 1400px;
  background-color: #1e3b4c;
  border: none;
  padding: 3.125rem 3.4375rem;
}

/* line 116, vendor/assets/stylesheets/foundation/components/_global.scss */
.quick_search:before, .quick_search:after {
  content: " ";
  display: table;
}

/* line 117, vendor/assets/stylesheets/foundation/components/_global.scss */
.quick_search:after {
  clear: both;
}

@media only screen and (max-width: 32em) {
  /* line 31, app/assets/stylesheets/cookbooks/search.scss */
  .quick_search {
    padding: 1.25rem;
  }
}

@media only screen and (min-width:32.063em) and (max-width:55em) {
  /* line 37, app/assets/stylesheets/cookbooks/search.scss */
  .quick_search {
    padding: 1.25rem;
  }
}

@media only screen and (min-width:90.063em) {
  /* line 43, app/assets/stylesheets/cookbooks/search.scss */
  .quick_search {
    padding: 2.5rem 0;
  }
}

/* line 48, app/assets/stylesheets/cookbooks/search.scss */
.search_toggle {
  padding-left: 0;
  padding-right: 0;
  width: 16.6666666667%;
  float: left;
}

/* line 51, app/assets/stylesheets/cookbooks/search.scss */
.search_toggle .button {
  -moz-border-radius-topleft: 0.1875rem;
  -webkit-border-top-left-radius: 0.1875rem;
  border-top-left-radius: 0.1875rem;
  -moz-border-radius-bottomleft: 0.1875rem;
  -webkit-border-bottom-left-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem;
  font-size: 0.75rem;
  height: 4rem;
  line-height: 4rem;
  overflow: hidden;
  padding: 0;
}

/* line 59, app/assets/stylesheets/cookbooks/search.scss */
.search_toggle .button i {
  padding-left: 0.3125rem;
}

@media only screen and (min-width:32.063em) and (max-width:55em) {
  /* line 66, app/assets/stylesheets/cookbooks/search.scss */
  .search_toggle {
    padding-left: 0;
    padding-right: 0;
    width: 16.6666666667%;
    float: left;
  }
}

@media only screen and (max-width: 32em) {
  /* line 72, app/assets/stylesheets/cookbooks/search.scss */
  .search_toggle {
    padding-left: 0;
    padding-right: 0;
    width: 25%;
    float: left;
  }
}

/* line 77, app/assets/stylesheets/cookbooks/search.scss */
.search_field {
  padding-left: 0;
  padding-right: 0;
  width: 75%;
  float: left;
  position: relative;
}

/* line 81, app/assets/stylesheets/cookbooks/search.scss */
.search_field .fa {
  color: #677c8b;
  font-family: 'Font Awesome 5 Free' !important;
  font-size: 1.5rem;
  left: 1.5625rem;
  position: absolute;
  top: 1.25rem;
  z-index: 2;
}

@media only screen and (min-width:32.063em) and (max-width:55em) {
  /* line 95, app/assets/stylesheets/cookbooks/search.scss */
  .search_field {
    padding-left: 0;
    padding-right: 0;
    width: 66.6666666667%;
    float: left;
  }
}

@media only screen and (max-width: 32em) {
  /* line 101, app/assets/stylesheets/cookbooks/search.scss */
  .search_field {
    padding-left: 0;
    padding-right: 0;
    width: 75%;
    float: left;
  }
}

/* line 106, app/assets/stylesheets/cookbooks/search.scss */
.search_button {
  padding-left: 0;
  padding-right: 0;
  width: 8.3333333333%;
  float: left;
}

@media only screen and (min-width:32.063em) and (max-width:55em) {
  /* line 111, app/assets/stylesheets/cookbooks/search.scss */
  .search_button {
    padding-left: 0;
    padding-right: 0;
    width: 16.6666666667%;
    float: left;
  }
}

@media only screen and (max-width: 32em) {
  /* line 117, app/assets/stylesheets/cookbooks/search.scss */
  .search_button {
    display: none;
  }
}

/* line 122, app/assets/stylesheets/cookbooks/search.scss */
input.cookbook_search_textfield[type="search"] {
  background-color: #142732;
  border: none;
  -moz-border-radius-topleft: 0.1875rem;
  -webkit-border-top-left-radius: 0.1875rem;
  border-top-left-radius: 0.1875rem;
  -moz-border-radius-bottomleft: 0.1875rem;
  -webkit-border-bottom-left-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #ecf0f1;
  font: 1.875rem "Montserrat", "helvetica neue", helvetica, arial, sans-serif;
  height: 4rem;
  line-height: 2.75rem;
  margin: 0;
  padding: 0 0 0 3.75rem;
}

/* line 134, app/assets/stylesheets/cookbooks/search.scss */
input.cookbook_search_textfield[type="search"]:focus {
  background-color: #142732;
  color: #ecf0f1;
}

/* line 139, app/assets/stylesheets/cookbooks/search.scss */
input.cookbook_search_textfield[type="search"]::-webkit-input-placeholder {
  color: #ecf0f1;
}

/* line 143, app/assets/stylesheets/cookbooks/search.scss */
input.cookbook_search_textfield[type="search"]:-moz-placeholder {
  /* Firefox 18- */
  color: #ecf0f1;
}

/* line 147, app/assets/stylesheets/cookbooks/search.scss */
input.cookbook_search_textfield[type="search"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #ecf0f1;
}

/* line 151, app/assets/stylesheets/cookbooks/search.scss */
input.cookbook_search_textfield[type="search"]:-ms-input-placeholder {
  color: #ecf0f1;
}

/* line 156, app/assets/stylesheets/cookbooks/search.scss */
.no-results {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  float: left;
  background-color: white;
  border: 1px solid #d4dbdf;
  padding: 1.875rem 1.875rem;
}

/* line 162, app/assets/stylesheets/cookbooks/search.scss */
.no-results p {
  margin: 0;
}

/* line 166, app/assets/stylesheets/cookbooks/search.scss */
.no-results h3 {
  margin-top: 1.5rem;
}

/* line 170, app/assets/stylesheets/cookbooks/search.scss */
.no-results ul {
  margin-bottom: 0;
}

@media only screen and (max-width: 32em) {
  /* line 176, app/assets/stylesheets/cookbooks/search.scss */
  input.cookbook_search_textfield[type="search"] {
    font-size: 1.5rem;
    margin: 0;
  }
}

/* line 182, app/assets/stylesheets/cookbooks/search.scss */
.cookbook_search_button {
  background-color: #2c5771;
  -moz-border-radius-topright: 0.1875rem;
  -webkit-border-top-right-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem;
  -moz-border-radius-bottomright: 0.1875rem;
  -webkit-border-bottom-right-radius: 0.1875rem;
  border-bottom-right-radius: 0.1875rem;
  color: white;
  font-size: 1.5rem;
  height: 4rem;
  line-height: 2.75rem;
  padding: 0 1.25rem;
  transition: all 100ms ease-out;
  text-align: center;
  width: 100%;
}

/* line 194, app/assets/stylesheets/cookbooks/search.scss */
.cookbook_search_button:hover, .cookbook_search_button:active, .cookbook_search_button:focus {
  background-color: #3b7495;
  color: white;
}

/* line 200, app/assets/stylesheets/cookbooks/search.scss */
.advanced_search_toggle {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  float: left;
  cursor: pointer;
  text-align: right;
  margin-top: 0.9375rem;
}

/* line 206, app/assets/stylesheets/cookbooks/search.scss */
.advanced_search_toggle span {
  color: #91a2ad;
  font: 0.875rem "Montserrat", "helvetica neue", helvetica, arial, sans-serif;
}

/* line 209, app/assets/stylesheets/cookbooks/search.scss */
.advanced_search_toggle span:hover {
  color: white;
}

@media only screen and (max-width: 32em) {
  /* line 217, app/assets/stylesheets/cookbooks/search.scss */
  .advanced_search_toggle span {
    font: 0.6875rem "Montserrat", "helvetica neue", helvetica, arial, sans-serif;
  }
}

/* line 223, app/assets/stylesheets/cookbooks/search.scss */
.advanced_search_body {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 100%;
  *zoom: 1;
  -webkit-border-radius: 0.1875rem;
  -moz-border-radius: 0.1875rem;
  -ms-border-radius: 0.1875rem;
  -o-border-radius: 0.1875rem;
  border-radius: 0.1875rem;
  background-color: white;
  border-bottom: 0.125rem solid #e6e8ea;
  display: none;
  max-width: 1400px;
  padding: 0 3.4375rem;
}

/* line 116, vendor/assets/stylesheets/foundation/components/_global.scss */
.advanced_search_body:before, .advanced_search_body:after {
  content: " ";
  display: table;
}

/* line 117, vendor/assets/stylesheets/foundation/components/_global.scss */
.advanced_search_body:after {
  clear: both;
}

/* line 232, app/assets/stylesheets/cookbooks/search.scss */
.advanced_search_body h4 {
  color: black;
  margin-right: 1.25rem;
  padding-top: 0.375rem;
  text-align: center;
}

@media only screen and (max-width: 32em) {
  /* line 241, app/assets/stylesheets/cookbooks/search.scss */
  .advanced_search_body {
    padding: 0 1.25rem;
  }
}

@media only screen and (min-width:32.063em) and (max-width:55em) {
  /* line 247, app/assets/stylesheets/cookbooks/search.scss */
  .advanced_search_body {
    padding: 0 1.25rem;
  }
}

@media only screen and (min-width:90.063em) {
  /* line 253, app/assets/stylesheets/cookbooks/search.scss */
  .advanced_search_body {
    padding: 0 2.5rem;
  }
}

/* line 258, app/assets/stylesheets/cookbooks/search.scss */
.advanced_search_platforms, .advanced_search_badges {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  float: left;
  padding-left: 4.375rem;
  padding-right: 1.25rem;
}

/* line 264, app/assets/stylesheets/cookbooks/search.scss */
.advanced_search_statuses {
  padding-left: 0;
  padding-right: 0;
  width: 150%;
  float: left;
  padding-left: 4.375rem;
  padding-right: 1.25rem;
}

/* line 270, app/assets/stylesheets/cookbooks/search.scss */
.advanced_search_platform, .advanced_search_badge, .advanced_search_status {
  padding-left: 0;
  padding-right: 0;
  width: 16.6666666667%;
  float: left;
}

/* line 273, app/assets/stylesheets/cookbooks/search.scss */
.advanced_search_platform label, .advanced_search_badge label, .advanced_search_status label {
  color: #5c6f7c;
  display: block;
  font: 0.875rem "Montserrat", "helvetica neue", helvetica, arial, sans-serif;
  margin-bottom: 0.5rem;
  vertical-align: middle;
}

/* line 281, app/assets/stylesheets/cookbooks/search.scss */
.advanced_search_platform input, .advanced_search_badge input, .advanced_search_status input {
  margin: 0;
  margin-right: 0.3125rem;
  margin-left: 0.625rem;
  padding: 0;
  position: relative;
  top: -0.125rem;
  vertical-align: middle;
}

@media only screen and (min-width:32.063em) and (max-width:55em) {
  /* line 293, app/assets/stylesheets/cookbooks/search.scss */
  .advanced_search_platforms, .advanced_search_badges {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    float: left;
    padding-left: 1.25rem;
  }
  /* line 298, app/assets/stylesheets/cookbooks/search.scss */
  .advanced_search_statuses {
    padding-left: 0;
    padding-right: 0;
    width: 150%;
    float: left;
    padding-left: 1.25rem;
  }
  /* line 303, app/assets/stylesheets/cookbooks/search.scss */
  .advanced_search_platform, .advanced_search_badge, .advanced_search_status {
    padding-left: 0;
    padding-right: 0;
    width: 25%;
    float: left;
  }
}

@media only screen and (max-width: 32em) {
  /* line 309, app/assets/stylesheets/cookbooks/search.scss */
  .advanced_search_platforms, .advanced_search_badges {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    float: left;
    padding-left: 0.625rem;
  }
  /* line 314, app/assets/stylesheets/cookbooks/search.scss */
  .advanced_search_statuses {
    padding-left: 0;
    padding-right: 0;
    width: 150%;
    float: left;
    padding-left: 0.625rem;
  }
  /* line 319, app/assets/stylesheets/cookbooks/search.scss */
  .advanced_search_platform, .advanced_search_badge, .advanced_search_status {
    padding-left: 0;
    padding-right: 0;
    width: 50%;
    float: left;
  }
}

/* line 324, app/assets/stylesheets/cookbooks/search.scss */
.advanced_textfield {
  padding-left: 0;
  padding-right: 0;
  width: 50%;
  float: left;
  margin-left: 25% !important;
  margin-top: 1.25rem;
}
/* line 7, app/assets/stylesheets/cookbooks/show.scss */
.cookbook_show .deprecation-notice {
  transition: all 100ms ease-out;
  -webkit-border-radius: 0.125rem;
  -moz-border-radius: 0.125rem;
  -ms-border-radius: 0.125rem;
  -o-border-radius: 0.125rem;
  border-radius: 0.125rem;
  border: 4px solid #fcb713;
  display: block;
  margin: 0 0 1.125rem 0;
}

/* line 15, app/assets/stylesheets/cookbooks/show.scss */
.cookbook_show .deprecation-notice h2 {
  text-align: center;
}

/* line 19, app/assets/stylesheets/cookbooks/show.scss */
.cookbook_show .deprecation-notice .deprecation-copy {
  color: #fcb713;
  padding: 1.125rem 0.5625rem 1.125rem 0.5625rem;
  margin: 0;
}

/* line 27, app/assets/stylesheets/cookbooks/show.scss */
.cookbook_show .accordion.contingents a {
  margin-top: 0.625rem;
}

/* line 31, app/assets/stylesheets/cookbooks/show.scss */
.cookbook_show .accordion.contingents .content {
  padding: 0;
}

/* line 35, app/assets/stylesheets/cookbooks/show.scss */
.cookbook_show .accordion.contingents .fa {
  margin-left: 0.625rem;
}

/* line 39, app/assets/stylesheets/cookbooks/show.scss */
.cookbook_show .accordion.contingents .fa-plus {
  display: inline;
}

/* line 43, app/assets/stylesheets/cookbooks/show.scss */
.cookbook_show .accordion.contingents .fa-minus {
  display: none;
}

/* line 47, app/assets/stylesheets/cookbooks/show.scss */
.cookbook_show .accordion.contingents .active .fa-plus {
  display: none;
}

/* line 51, app/assets/stylesheets/cookbooks/show.scss */
.cookbook_show .accordion.contingents .active .fa-minus {
  display: inline;
}

/* line 57, app/assets/stylesheets/cookbooks/show.scss */
.cookbook_show .tabs .fa {
  margin-left: 0.3125rem;
}

/* line 61, app/assets/stylesheets/cookbooks/show.scss */
.cookbook_show .tabs .fa-times {
  color: #F04124;
}

/* line 65, app/assets/stylesheets/cookbooks/show.scss */
.cookbook_show .tabs .fa-check {
  color: #73cbc8;
}

/* line 70, app/assets/stylesheets/cookbooks/show.scss */
.cookbook_show .installs {
  margin-bottom: 3.125rem;
}

/* line 73, app/assets/stylesheets/cookbooks/show.scss */
.cookbook_show .installs dl {
  margin: 0;
}

/* line 77, app/assets/stylesheets/cookbooks/show.scss */
.cookbook_show .installs dd {
  display: inline-block;
  margin: 0;
}

/* line 82, app/assets/stylesheets/cookbooks/show.scss */
.cookbook_show .installs .tabs-content {
  border: solid 1px #e6e8ea;
  margin: 0;
  padding: 0.625rem;
}

/* line 88, app/assets/stylesheets/cookbooks/show.scss */
.cookbook_show .installs .content {
  padding: 0;
}

/* line 92, app/assets/stylesheets/cookbooks/show.scss */
.cookbook_show .installs .install {
  margin: 0;
}

/* line 95, app/assets/stylesheets/cookbooks/show.scss */
.cookbook_show .installs .install:nth-child(2) {
  margin-top: 0.625rem;
}

/* line 100, app/assets/stylesheets/cookbooks/show.scss */
.cookbook_show .installs .button {
  -moz-border-radius-topleft: 0.125rem;
  -webkit-border-top-left-radius: 0.125rem;
  border-top-left-radius: 0.125rem;
  -moz-border-radius-topright: 0.125rem;
  -webkit-border-top-right-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
  background: white;
  border: none;
  color: #95a5a6;
  padding: 0.5rem;
  margin-right: -0.125rem;
}

/* line 109, app/assets/stylesheets/cookbooks/show.scss */
.cookbook_show .installs .active .button {
  border: 1px #e6e8ea;
  border-style: solid solid none solid;
  border-bottom: solid 1px white;
  color: #1e3b4c;
  margin-bottom: -0.0625rem;
}

/* line 119, app/assets/stylesheets/cookbooks/show.scss */
.cookbook_show .sidebar .button_download_cookbook {
  margin-top: 1.25rem;
}

/* line 124, app/assets/stylesheets/cookbooks/show.scss */
.cookbook_show #readme {
  padding-top: 1.25rem;
}

/* line 127, app/assets/stylesheets/cookbooks/show.scss */
.cookbook_show #readme p, .cookbook_show #readme ul, .cookbook_show #readme ol, .cookbook_show #readme li, .cookbook_show #readme h1, .cookbook_show #readme h2, .cookbook_show #readme h3, .cookbook_show #readme h4, .cookbook_show #readme h5, .cookbook_show #readme h6, .cookbook_show #readme h7, .cookbook_show #readme h8 {
  color: #222;
}

/* line 131, app/assets/stylesheets/cookbooks/show.scss */
.cookbook_show #readme ul {
  list-style-type: square;
}

/* line 135, app/assets/stylesheets/cookbooks/show.scss */
.cookbook_show #readme h1 {
  border-bottom: solid 1px #e6e8ea;
  font-size: 2.25rem;
  padding-bottom: 0.625rem;
}

/* line 141, app/assets/stylesheets/cookbooks/show.scss */
.cookbook_show #readme h2 {
  font-size: 1.875rem;
  margin-bottom: 0.875rem;
}

/* line 146, app/assets/stylesheets/cookbooks/show.scss */
.cookbook_show #readme h3 {
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
}

/* line 151, app/assets/stylesheets/cookbooks/show.scss */
.cookbook_show #readme h4 {
  font-size: 1.125rem;
  margin-bottom: 0.625rem;
}

/* line 156, app/assets/stylesheets/cookbooks/show.scss */
.cookbook_show #readme pre {
  margin-bottom: 1.25rem;
}

/* line 160, app/assets/stylesheets/cookbooks/show.scss */
.cookbook_show #readme code {
  font-weight: 400;
}

/* line 164, app/assets/stylesheets/cookbooks/show.scss */
.cookbook_show #readme table {
  width: 100%;
}

/* line 167, app/assets/stylesheets/cookbooks/show.scss */
.cookbook_show #readme table th {
  text-align: left;
}

/* line 173, app/assets/stylesheets/cookbooks/show.scss */
.cookbook_show .version_dropdown {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin: -0.625rem 0.625rem 0 0.625rem;
}

/* line 178, app/assets/stylesheets/cookbooks/show.scss */
.cookbook_show #versions li:hover {
  background: white;
}

/* line 182, app/assets/stylesheets/cookbooks/show.scss */
.cookbook_show #versions ul {
  max-height: 200px;
  margin: 0;
  overflow-y: scroll;
}

/* line 187, app/assets/stylesheets/cookbooks/show.scss */
.cookbook_show #versions ul li:hover {
  background: #eee;
}

/* line 192, app/assets/stylesheets/cookbooks/show.scss */
.cookbook_show .followbutton {
  color: #95a5a6;
  float: right;
  font-size: 0.625rem;
  font-weight: 700;
}

/* line 200, app/assets/stylesheets/cookbooks/show.scss */
.cookbook_show .followbutton .button {
  padding: 0.75rem 1.25rem 0.625rem;
}

/* line 203, app/assets/stylesheets/cookbooks/show.scss */
.cookbook_show .followbutton .button i:before {
  margin-right: 0.3125rem;
}

/* line 207, app/assets/stylesheets/cookbooks/show.scss */
.cookbook_show .followbutton .button .cookbook_follow_count {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  transition: all 100ms ease-out;
  -webkit-border-radius: 0.125rem;
  -moz-border-radius: 0.125rem;
  -ms-border-radius: 0.125rem;
  -o-border-radius: 0.125rem;
  border-radius: 0.125rem;
  background-color: #63b2e4;
  color: #ecf0f1;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 0.625rem;
  margin: -0.125rem -0.625rem 0 0.625rem;
  padding: 0.3125rem 0.3125rem 0.1875rem;
}

/* line 223, app/assets/stylesheets/cookbooks/show.scss */
.cookbook_show .followbutton .button:hover .cookbook_follow_count {
  background-color: #2591d6;
}

/* line 230, app/assets/stylesheets/cookbooks/show.scss */
.cookbook_show .show-cookbook-urls-manage {
  cursor: pointer;
}

/* line 233, app/assets/stylesheets/cookbooks/show.scss */
.cookbook_show .show-cookbook-urls-manage .fa {
  font-size: 1.125rem;
}

/* line 237, app/assets/stylesheets/cookbooks/show.scss */
.cookbook_show .show-cookbook-urls-manage.active, .cookbook_show .show-cookbook-urls-manage.active .fa {
  color: #79bde8;
}

/* line 242, app/assets/stylesheets/cookbooks/show.scss */
.cookbook_show .dependent-header {
  margin-bottom: 0.5rem;
}
/* line 5, app/assets/stylesheets/cookbooks/stats.scss */
.cookbooks_stats {
  text-align: center;
}

/* line 8, app/assets/stylesheets/cookbooks/stats.scss */
.cookbooks_stats .stat {
  color: adjust-lightness(#5c6f7c, 20%);
  font-family: "Montserrat", "helvetica neue", helvetica, arial, sans-serif;
  font-size: 2.25rem;
  padding: 0 1.5rem;
}

/* line 14, app/assets/stylesheets/cookbooks/stats.scss */
.cookbooks_stats .stat .number {
  color: #5c6f7c;
}

@media only screen and (max-width: 32em) {
  /* line 20, app/assets/stylesheets/cookbooks/stats.scss */
  .cookbooks_stats .stat {
    font-size: 0.875rem;
    padding: 0 0.3125rem;
  }
}

@media only screen and (min-width:32.063em) and (max-width:55em) {
  /* line 27, app/assets/stylesheets/cookbooks/stats.scss */
  .cookbooks_stats .stat {
    font-size: 1.125rem;
    padding: 0 0.625rem;
  }
}

@media only screen and (min-width:55.063em) and (max-width:64em) {
  /* line 34, app/assets/stylesheets/cookbooks/stats.scss */
  .cookbooks_stats .stat {
    font-size: 1.75rem;
    padding: 0 1.125rem;
  }
}

@media only screen and (min-width:64.063em) and (max-width:90em) {
  /* line 41, app/assets/stylesheets/cookbooks/stats.scss */
  .cookbooks_stats .stat {
    font-size: 2rem;
    padding: 0 1.125rem;
  }
}

@media only screen and (max-width:55em) {
  /* line 49, app/assets/stylesheets/cookbooks/stats.scss */
  .cookbooks_stats {
    margin-bottom: 1.25rem;
  }
}
/* line 7, app/assets/stylesheets/profile/profile.scss */
.profile .sidebar {
  text-align: center;
}

/* line 10, app/assets/stylesheets/profile/profile.scss */
.profile .sidebar a {
  text-decoration: none !important;
}

/* line 14, app/assets/stylesheets/profile/profile.scss */
.profile .sidebar h3, .profile .sidebar h4, .profile .sidebar h5 {
  margin: 0;
  border-bottom: none;
}

/* line 19, app/assets/stylesheets/profile/profile.scss */
.profile .sidebar h4 img {
  margin-right: 5px;
}

/* line 23, app/assets/stylesheets/profile/profile.scss */
.profile .sidebar .fa {
  color: #959ca2;
  padding-right: 0.3125rem;
}

/* line 28, app/assets/stylesheets/profile/profile.scss */
.profile .sidebar ul {
  border-top: 0.125rem solid #e6e8ea;
  list-style-type: none;
  text-align: left;
  margin: 1.25rem 0 0 0;
  padding-top: 1.25rem;
}

/* line 35, app/assets/stylesheets/profile/profile.scss */
.profile .sidebar ul .has-tip, .profile .sidebar ul a {
  border-bottom: none;
  color: #84a4ba;
  font-size: 0.875rem;
}

/* line 42, app/assets/stylesheets/profile/profile.scss */
.profile .sidebar .gravatar {
  margin-bottom: 1.25rem;
}

/* line 46, app/assets/stylesheets/profile/profile.scss */
.profile .sidebar .button {
  margin-bottom: 1.25rem;
}

/* line 50, app/assets/stylesheets/profile/profile.scss */
.profile .sidebar .user_stats {
  display: block;
  padding: 0;
  margin: 0 0;
  *zoom: 1;
  border: 0.0625rem solid #e6e8ea;
  margin: 1.25rem 0 1.25rem 0;
}

/* line 116, vendor/assets/stylesheets/foundation/components/_global.scss */
.profile .sidebar .user_stats:before, .profile .sidebar .user_stats:after {
  content: " ";
  display: table;
}

/* line 117, vendor/assets/stylesheets/foundation/components/_global.scss */
.profile .sidebar .user_stats:after {
  clear: both;
}

/* line 50, vendor/assets/stylesheets/foundation/components/_block-grid.scss */
.profile .sidebar .user_stats > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 0 0;
}

/* line 61, vendor/assets/stylesheets/foundation/components/_block-grid.scss */
.profile .sidebar .user_stats > li {
  width: 33.3333333333%;
  padding: 0 0 0;
  list-style: none;
}

/* line 68, vendor/assets/stylesheets/foundation/components/_block-grid.scss */
.profile .sidebar .user_stats > li:nth-of-type(n) {
  clear: none;
}

/* line 69, vendor/assets/stylesheets/foundation/components/_block-grid.scss */
.profile .sidebar .user_stats > li:nth-of-type(3n+1) {
  clear: both;
}

/* line 55, app/assets/stylesheets/profile/profile.scss */
.profile .sidebar .user_stats h3 {
  margin: 0;
  padding: 0.625rem 0 0.625rem 0;
  text-align: center;
}

/* line 60, app/assets/stylesheets/profile/profile.scss */
.profile .sidebar .user_stats h3 span {
  display: block;
  font-size: 0.6875rem;
}

/* line 66, app/assets/stylesheets/profile/profile.scss */
.profile .sidebar .user_stats a {
  display: block;
}

/* line 69, app/assets/stylesheets/profile/profile.scss */
.profile .sidebar .user_stats a:hover {
  background: #e9ecee;
}

/* line 74, app/assets/stylesheets/profile/profile.scss */
.profile .sidebar .user_stats li {
  background: #fff;
  border-right: 0.0625rem solid #e6e8ea;
  margin-bottom: 0;
}

/* line 79, app/assets/stylesheets/profile/profile.scss */
.profile .sidebar .user_stats li:last-child {
  border-right: none;
}
/* line 4, app/assets/stylesheets/tools/directory.scss */
.tools_info {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 66.6666666667%;
  float: left;
  background: white;
  border: 1px solid #d4dbdf;
  padding: 1.25rem;
}

/* line 11, app/assets/stylesheets/tools/directory.scss */
.recently_added_tools {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 33.3333333333%;
  float: left;
}

@media only screen and (max-width:55em) {
  /* line 16, app/assets/stylesheets/tools/directory.scss */
  .tools_info {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
  }
  /* line 20, app/assets/stylesheets/tools/directory.scss */
  .recently_added_tools {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
  }
}

/* line 25, app/assets/stylesheets/tools/directory.scss */
#extra-spacing {
  height: 8.75rem;
}
/* line 4, app/assets/stylesheets/tools/documentation.css.scss */
.documentation_info {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 66.6666666667%;
  float: left;
  background: white;
  border: 1px solid #d4dbdf;
  padding: 1.25rem;
}

@media only screen and (max-width:55em) {
  /* line 12, app/assets/stylesheets/tools/documentation.css.scss */
  .documentation_info {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
  }
  /* line 16, app/assets/stylesheets/tools/documentation.css.scss */
  .recently_added_documentation {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
  }
}

/* line 21, app/assets/stylesheets/tools/documentation.css.scss */
#extra-spacing {
  height: 8.75rem;
}
/* line 6, app/assets/stylesheets/tools/show.scss */
.tool_show .sidebar .other h3 {
  margin-bottom: 0;
}
/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
 .fa,
 .fas,
 .far,
 .fal,
 .fad,
 .fab {
   -moz-osx-font-smoothing: grayscale;
   -webkit-font-smoothing: antialiased;
   display: inline-block;
   font-style: normal;
   font-variant: normal;
   text-rendering: auto;
   line-height: 1; }
 
 .fa-lg {
   font-size: 1.33333em;
   line-height: 0.75em;
   vertical-align: -.0667em; }
 
 .fa-xs {
   font-size: .75em; }
 
 .fa-sm {
   font-size: .875em; }
 
 .fa-1x {
   font-size: 1em; }
 
 .fa-2x {
   font-size: 2em; }
 
 .fa-3x {
   font-size: 3em; }
 
 .fa-4x {
   font-size: 4em; }
 
 .fa-5x {
   font-size: 5em; }
 
 .fa-6x {
   font-size: 6em; }
 
 .fa-7x {
   font-size: 7em; }
 
 .fa-8x {
   font-size: 8em; }
 
 .fa-9x {
   font-size: 9em; }
 
 .fa-10x {
   font-size: 10em; }
 
 .fa-fw {
   text-align: center;
   width: 1.25em; }
 
 .fa-ul {
   list-style-type: none;
   margin-left: 2.5em;
   padding-left: 0; }
   .fa-ul > li {
     position: relative; }
 
 .fa-li {
   left: -2em;
   position: absolute;
   text-align: center;
   width: 2em;
   line-height: inherit; }
 
 .fa-border {
   border: solid 0.08em #eee;
   border-radius: .1em;
   padding: .2em .25em .15em; }
 
 .fa-pull-left {
   float: left; }
 
 .fa-pull-right {
   float: right; }
 
 .fa.fa-pull-left,
 .fas.fa-pull-left,
 .far.fa-pull-left,
 .fal.fa-pull-left,
 .fab.fa-pull-left {
   margin-right: .3em; }
 
 .fa.fa-pull-right,
 .fas.fa-pull-right,
 .far.fa-pull-right,
 .fal.fa-pull-right,
 .fab.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(360deg);
             transform: rotate(360deg); } }
 
 @keyframes fa-spin {
   0% {
     -webkit-transform: rotate(0deg);
             transform: rotate(0deg); }
   100% {
     -webkit-transform: rotate(360deg);
             transform: rotate(360deg); } }
 
 .fa-rotate-90 {
   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
   -webkit-transform: rotate(90deg);
           transform: rotate(90deg); }
 
 .fa-rotate-180 {
   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
   -webkit-transform: rotate(180deg);
           transform: rotate(180deg); }
 
 .fa-rotate-270 {
   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
   -webkit-transform: rotate(270deg);
           transform: rotate(270deg); }
 
 .fa-flip-horizontal {
   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
   -webkit-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);
           transform: scale(1, -1); }
 
 .fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
   -webkit-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,
 :root .fa-flip-both {
   -webkit-filter: none;
           filter: none; }
 
 .fa-stack {
   display: inline-block;
   height: 2em;
   line-height: 2em;
   position: relative;
   vertical-align: middle;
   width: 2.5em; }
 
 .fa-stack-1x,
 .fa-stack-2x {
   left: 0;
   position: absolute;
   text-align: center;
   width: 100%; }
 
 .fa-stack-1x {
   line-height: inherit; }
 
 .fa-stack-2x {
   font-size: 2em; }
 
 .fa-inverse {
   color: #fff; }
 
 /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
 readers do not read off random characters that represent icons */
 .fa-500px:before {
   content: "\f26e"; }
 
 .fa-accessible-icon:before {
   content: "\f368"; }
 
 .fa-accusoft:before {
   content: "\f369"; }
 
 .fa-acquisitions-incorporated:before {
   content: "\f6af"; }
 
 .fa-ad:before {
   content: "\f641"; }
 
 .fa-address-book:before {
   content: "\f2b9"; }
 
 .fa-address-card:before {
   content: "\f2bb"; }
 
 .fa-adjust:before {
   content: "\f042"; }
 
 .fa-adn:before {
   content: "\f170"; }
 
 .fa-adversal:before {
   content: "\f36a"; }
 
 .fa-affiliatetheme:before {
   content: "\f36b"; }
 
 .fa-air-freshener:before {
   content: "\f5d0"; }
 
 .fa-airbnb:before {
   content: "\f834"; }
 
 .fa-algolia:before {
   content: "\f36c"; }
 
 .fa-align-center:before {
   content: "\f037"; }
 
 .fa-align-justify:before {
   content: "\f039"; }
 
 .fa-align-left:before {
   content: "\f036"; }
 
 .fa-align-right:before {
   content: "\f038"; }
 
 .fa-alipay:before {
   content: "\f642"; }
 
 .fa-allergies:before {
   content: "\f461"; }
 
 .fa-amazon:before {
   content: "\f270"; }
 
 .fa-amazon-pay:before {
   content: "\f42c"; }
 
 .fa-ambulance:before {
   content: "\f0f9"; }
 
 .fa-american-sign-language-interpreting:before {
   content: "\f2a3"; }
 
 .fa-amilia:before {
   content: "\f36d"; }
 
 .fa-anchor:before {
   content: "\f13d"; }
 
 .fa-android:before {
   content: "\f17b"; }
 
 .fa-angellist:before {
   content: "\f209"; }
 
 .fa-angle-double-down:before {
   content: "\f103"; }
 
 .fa-angle-double-left:before {
   content: "\f100"; }
 
 .fa-angle-double-right:before {
   content: "\f101"; }
 
 .fa-angle-double-up:before {
   content: "\f102"; }
 
 .fa-angle-down:before {
   content: "\f107"; }
 
 .fa-angle-left:before {
   content: "\f104"; }
 
 .fa-angle-right:before {
   content: "\f105"; }
 
 .fa-angle-up:before {
   content: "\f106"; }
 
 .fa-angry:before {
   content: "\f556"; }
 
 .fa-angrycreative:before {
   content: "\f36e"; }
 
 .fa-angular:before {
   content: "\f420"; }
 
 .fa-ankh:before {
   content: "\f644"; }
 
 .fa-app-store:before {
   content: "\f36f"; }
 
 .fa-app-store-ios:before {
   content: "\f370"; }
 
 .fa-apper:before {
   content: "\f371"; }
 
 .fa-apple:before {
   content: "\f179"; }
 
 .fa-apple-alt:before {
   content: "\f5d1"; }
 
 .fa-apple-pay:before {
   content: "\f415"; }
 
 .fa-archive:before {
   content: "\f187"; }
 
 .fa-archway:before {
   content: "\f557"; }
 
 .fa-arrow-alt-circle-down:before {
   content: "\f358"; }
 
 .fa-arrow-alt-circle-left:before {
   content: "\f359"; }
 
 .fa-arrow-alt-circle-right:before {
   content: "\f35a"; }
 
 .fa-arrow-alt-circle-up:before {
   content: "\f35b"; }
 
 .fa-arrow-circle-down:before {
   content: "\f0ab"; }
 
 .fa-arrow-circle-left:before {
   content: "\f0a8"; }
 
 .fa-arrow-circle-right:before {
   content: "\f0a9"; }
 
 .fa-arrow-circle-up:before {
   content: "\f0aa"; }
 
 .fa-arrow-down:before {
   content: "\f063"; }
 
 .fa-arrow-left:before {
   content: "\f060"; }
 
 .fa-arrow-right:before {
   content: "\f061"; }
 
 .fa-arrow-up:before {
   content: "\f062"; }
 
 .fa-arrows-alt:before {
   content: "\f0b2"; }
 
 .fa-arrows-alt-h:before {
   content: "\f337"; }
 
 .fa-arrows-alt-v:before {
   content: "\f338"; }
 
 .fa-artstation:before {
   content: "\f77a"; }
 
 .fa-assistive-listening-systems:before {
   content: "\f2a2"; }
 
 .fa-asterisk:before {
   content: "\f069"; }
 
 .fa-asymmetrik:before {
   content: "\f372"; }
 
 .fa-at:before {
   content: "\f1fa"; }
 
 .fa-atlas:before {
   content: "\f558"; }
 
 .fa-atlassian:before {
   content: "\f77b"; }
 
 .fa-atom:before {
   content: "\f5d2"; }
 
 .fa-audible:before {
   content: "\f373"; }
 
 .fa-audio-description:before {
   content: "\f29e"; }
 
 .fa-autoprefixer:before {
   content: "\f41c"; }
 
 .fa-avianex:before {
   content: "\f374"; }
 
 .fa-aviato:before {
   content: "\f421"; }
 
 .fa-award:before {
   content: "\f559"; }
 
 .fa-aws:before {
   content: "\f375"; }
 
 .fa-baby:before {
   content: "\f77c"; }
 
 .fa-baby-carriage:before {
   content: "\f77d"; }
 
 .fa-backspace:before {
   content: "\f55a"; }
 
 .fa-backward:before {
   content: "\f04a"; }
 
 .fa-bacon:before {
   content: "\f7e5"; }
 
 .fa-bacteria:before {
   content: "\e059"; }
 
 .fa-bacterium:before {
   content: "\e05a"; }
 
 .fa-bahai:before {
   content: "\f666"; }
 
 .fa-balance-scale:before {
   content: "\f24e"; }
 
 .fa-balance-scale-left:before {
   content: "\f515"; }
 
 .fa-balance-scale-right:before {
   content: "\f516"; }
 
 .fa-ban:before {
   content: "\f05e"; }
 
 .fa-band-aid:before {
   content: "\f462"; }
 
 .fa-bandcamp:before {
   content: "\f2d5"; }
 
 .fa-barcode:before {
   content: "\f02a"; }
 
 .fa-bars:before {
   content: "\f0c9"; }
 
 .fa-baseball-ball:before {
   content: "\f433"; }
 
 .fa-basketball-ball:before {
   content: "\f434"; }
 
 .fa-bath:before {
   content: "\f2cd"; }
 
 .fa-battery-empty:before {
   content: "\f244"; }
 
 .fa-battery-full:before {
   content: "\f240"; }
 
 .fa-battery-half:before {
   content: "\f242"; }
 
 .fa-battery-quarter:before {
   content: "\f243"; }
 
 .fa-battery-three-quarters:before {
   content: "\f241"; }
 
 .fa-battle-net:before {
   content: "\f835"; }
 
 .fa-bed:before {
   content: "\f236"; }
 
 .fa-beer:before {
   content: "\f0fc"; }
 
 .fa-behance:before {
   content: "\f1b4"; }
 
 .fa-behance-square:before {
   content: "\f1b5"; }
 
 .fa-bell:before {
   content: "\f0f3"; }
 
 .fa-bell-slash:before {
   content: "\f1f6"; }
 
 .fa-bezier-curve:before {
   content: "\f55b"; }
 
 .fa-bible:before {
   content: "\f647"; }
 
 .fa-bicycle:before {
   content: "\f206"; }
 
 .fa-biking:before {
   content: "\f84a"; }
 
 .fa-bimobject:before {
   content: "\f378"; }
 
 .fa-binoculars:before {
   content: "\f1e5"; }
 
 .fa-biohazard:before {
   content: "\f780"; }
 
 .fa-birthday-cake:before {
   content: "\f1fd"; }
 
 .fa-bitbucket:before {
   content: "\f171"; }
 
 .fa-bitcoin:before {
   content: "\f379"; }
 
 .fa-bity:before {
   content: "\f37a"; }
 
 .fa-black-tie:before {
   content: "\f27e"; }
 
 .fa-blackberry:before {
   content: "\f37b"; }
 
 .fa-blender:before {
   content: "\f517"; }
 
 .fa-blender-phone:before {
   content: "\f6b6"; }
 
 .fa-blind:before {
   content: "\f29d"; }
 
 .fa-blog:before {
   content: "\f781"; }
 
 .fa-blogger:before {
   content: "\f37c"; }
 
 .fa-blogger-b:before {
   content: "\f37d"; }
 
 .fa-bluetooth:before {
   content: "\f293"; }
 
 .fa-bluetooth-b:before {
   content: "\f294"; }
 
 .fa-bold:before {
   content: "\f032"; }
 
 .fa-bolt:before {
   content: "\f0e7"; }
 
 .fa-bomb:before {
   content: "\f1e2"; }
 
 .fa-bone:before {
   content: "\f5d7"; }
 
 .fa-bong:before {
   content: "\f55c"; }
 
 .fa-book:before {
   content: "\f02d"; }
 
 .fa-book-dead:before {
   content: "\f6b7"; }
 
 .fa-book-medical:before {
   content: "\f7e6"; }
 
 .fa-book-open:before {
   content: "\f518"; }
 
 .fa-book-reader:before {
   content: "\f5da"; }
 
 .fa-bookmark:before {
   content: "\f02e"; }
 
 .fa-bootstrap:before {
   content: "\f836"; }
 
 .fa-border-all:before {
   content: "\f84c"; }
 
 .fa-border-none:before {
   content: "\f850"; }
 
 .fa-border-style:before {
   content: "\f853"; }
 
 .fa-bowling-ball:before {
   content: "\f436"; }
 
 .fa-box:before {
   content: "\f466"; }
 
 .fa-box-open:before {
   content: "\f49e"; }
 
 .fa-box-tissue:before {
   content: "\e05b"; }
 
 .fa-boxes:before {
   content: "\f468"; }
 
 .fa-braille:before {
   content: "\f2a1"; }
 
 .fa-brain:before {
   content: "\f5dc"; }
 
 .fa-bread-slice:before {
   content: "\f7ec"; }
 
 .fa-briefcase:before {
   content: "\f0b1"; }
 
 .fa-briefcase-medical:before {
   content: "\f469"; }
 
 .fa-broadcast-tower:before {
   content: "\f519"; }
 
 .fa-broom:before {
   content: "\f51a"; }
 
 .fa-brush:before {
   content: "\f55d"; }
 
 .fa-btc:before {
   content: "\f15a"; }
 
 .fa-buffer:before {
   content: "\f837"; }
 
 .fa-bug:before {
   content: "\f188"; }
 
 .fa-building:before {
   content: "\f1ad"; }
 
 .fa-bullhorn:before {
   content: "\f0a1"; }
 
 .fa-bullseye:before {
   content: "\f140"; }
 
 .fa-burn:before {
   content: "\f46a"; }
 
 .fa-buromobelexperte:before {
   content: "\f37f"; }
 
 .fa-bus:before {
   content: "\f207"; }
 
 .fa-bus-alt:before {
   content: "\f55e"; }
 
 .fa-business-time:before {
   content: "\f64a"; }
 
 .fa-buy-n-large:before {
   content: "\f8a6"; }
 
 .fa-buysellads:before {
   content: "\f20d"; }
 
 .fa-calculator:before {
   content: "\f1ec"; }
 
 .fa-calendar:before {
   content: "\f133"; }
 
 .fa-calendar-alt:before {
   content: "\f073"; }
 
 .fa-calendar-check:before {
   content: "\f274"; }
 
 .fa-calendar-day:before {
   content: "\f783"; }
 
 .fa-calendar-minus:before {
   content: "\f272"; }
 
 .fa-calendar-plus:before {
   content: "\f271"; }
 
 .fa-calendar-times:before {
   content: "\f273"; }
 
 .fa-calendar-week:before {
   content: "\f784"; }
 
 .fa-camera:before {
   content: "\f030"; }
 
 .fa-camera-retro:before {
   content: "\f083"; }
 
 .fa-campground:before {
   content: "\f6bb"; }
 
 .fa-canadian-maple-leaf:before {
   content: "\f785"; }
 
 .fa-candy-cane:before {
   content: "\f786"; }
 
 .fa-cannabis:before {
   content: "\f55f"; }
 
 .fa-capsules:before {
   content: "\f46b"; }
 
 .fa-car:before {
   content: "\f1b9"; }
 
 .fa-car-alt:before {
   content: "\f5de"; }
 
 .fa-car-battery:before {
   content: "\f5df"; }
 
 .fa-car-crash:before {
   content: "\f5e1"; }
 
 .fa-car-side:before {
   content: "\f5e4"; }
 
 .fa-caravan:before {
   content: "\f8ff"; }
 
 .fa-caret-down:before {
   content: "\f0d7"; }
 
 .fa-caret-left:before {
   content: "\f0d9"; }
 
 .fa-caret-right:before {
   content: "\f0da"; }
 
 .fa-caret-square-down:before {
   content: "\f150"; }
 
 .fa-caret-square-left:before {
   content: "\f191"; }
 
 .fa-caret-square-right:before {
   content: "\f152"; }
 
 .fa-caret-square-up:before {
   content: "\f151"; }
 
 .fa-caret-up:before {
   content: "\f0d8"; }
 
 .fa-carrot:before {
   content: "\f787"; }
 
 .fa-cart-arrow-down:before {
   content: "\f218"; }
 
 .fa-cart-plus:before {
   content: "\f217"; }
 
 .fa-cash-register:before {
   content: "\f788"; }
 
 .fa-cat:before {
   content: "\f6be"; }
 
 .fa-cc-amazon-pay:before {
   content: "\f42d"; }
 
 .fa-cc-amex:before {
   content: "\f1f3"; }
 
 .fa-cc-apple-pay:before {
   content: "\f416"; }
 
 .fa-cc-diners-club:before {
   content: "\f24c"; }
 
 .fa-cc-discover:before {
   content: "\f1f2"; }
 
 .fa-cc-jcb:before {
   content: "\f24b"; }
 
 .fa-cc-mastercard:before {
   content: "\f1f1"; }
 
 .fa-cc-paypal:before {
   content: "\f1f4"; }
 
 .fa-cc-stripe:before {
   content: "\f1f5"; }
 
 .fa-cc-visa:before {
   content: "\f1f0"; }
 
 .fa-centercode:before {
   content: "\f380"; }
 
 .fa-centos:before {
   content: "\f789"; }
 
 .fa-certificate:before {
   content: "\f0a3"; }
 
 .fa-chair:before {
   content: "\f6c0"; }
 
 .fa-chalkboard:before {
   content: "\f51b"; }
 
 .fa-chalkboard-teacher:before {
   content: "\f51c"; }
 
 .fa-charging-station:before {
   content: "\f5e7"; }
 
 .fa-chart-area:before {
   content: "\f1fe"; }
 
 .fa-chart-bar:before {
   content: "\f080"; }
 
 .fa-chart-line:before {
   content: "\f201"; }
 
 .fa-chart-pie:before {
   content: "\f200"; }
 
 .fa-check:before {
   content: "\f00c"; }
 
 .fa-check-circle:before {
   content: "\f058"; }
 
 .fa-check-double:before {
   content: "\f560"; }
 
 .fa-check-square:before {
   content: "\f14a"; }
 
 .fa-cheese:before {
   content: "\f7ef"; }
 
 .fa-chess:before {
   content: "\f439"; }
 
 .fa-chess-bishop:before {
   content: "\f43a"; }
 
 .fa-chess-board:before {
   content: "\f43c"; }
 
 .fa-chess-king:before {
   content: "\f43f"; }
 
 .fa-chess-knight:before {
   content: "\f441"; }
 
 .fa-chess-pawn:before {
   content: "\f443"; }
 
 .fa-chess-queen:before {
   content: "\f445"; }
 
 .fa-chess-rook:before {
   content: "\f447"; }
 
 .fa-chevron-circle-down:before {
   content: "\f13a"; }
 
 .fa-chevron-circle-left:before {
   content: "\f137"; }
 
 .fa-chevron-circle-right:before {
   content: "\f138"; }
 
 .fa-chevron-circle-up:before {
   content: "\f139"; }
 
 .fa-chevron-down:before {
   content: "\f078"; }
 
 .fa-chevron-left:before {
   content: "\f053"; }
 
 .fa-chevron-right:before {
   content: "\f054"; }
 
 .fa-chevron-up:before {
   content: "\f077"; }
 
 .fa-child:before {
   content: "\f1ae"; }
 
 .fa-chrome:before {
   content: "\f268"; }
 
 .fa-chromecast:before {
   content: "\f838"; }
 
 .fa-church:before {
   content: "\f51d"; }
 
 .fa-circle:before {
   content: "\f111"; }
 
 .fa-circle-notch:before {
   content: "\f1ce"; }
 
 .fa-city:before {
   content: "\f64f"; }
 
 .fa-clinic-medical:before {
   content: "\f7f2"; }
 
 .fa-clipboard:before {
   content: "\f328"; }
 
 .fa-clipboard-check:before {
   content: "\f46c"; }
 
 .fa-clipboard-list:before {
   content: "\f46d"; }
 
 .fa-clock:before {
   content: "\f017"; }
 
 .fa-clone:before {
   content: "\f24d"; }
 
 .fa-closed-captioning:before {
   content: "\f20a"; }
 
 .fa-cloud:before {
   content: "\f0c2"; }
 
 .fa-cloud-download-alt:before {
   content: "\f381"; }
 
 .fa-cloud-meatball:before {
   content: "\f73b"; }
 
 .fa-cloud-moon:before {
   content: "\f6c3"; }
 
 .fa-cloud-moon-rain:before {
   content: "\f73c"; }
 
 .fa-cloud-rain:before {
   content: "\f73d"; }
 
 .fa-cloud-showers-heavy:before {
   content: "\f740"; }
 
 .fa-cloud-sun:before {
   content: "\f6c4"; }
 
 .fa-cloud-sun-rain:before {
   content: "\f743"; }
 
 .fa-cloud-upload-alt:before {
   content: "\f382"; }
 
 .fa-cloudflare:before {
   content: "\e07d"; }
 
 .fa-cloudscale:before {
   content: "\f383"; }
 
 .fa-cloudsmith:before {
   content: "\f384"; }
 
 .fa-cloudversify:before {
   content: "\f385"; }
 
 .fa-cocktail:before {
   content: "\f561"; }
 
 .fa-code:before {
   content: "\f121"; }
 
 .fa-code-branch:before {
   content: "\f126"; }
 
 .fa-codepen:before {
   content: "\f1cb"; }
 
 .fa-codiepie:before {
   content: "\f284"; }
 
 .fa-coffee:before {
   content: "\f0f4"; }
 
 .fa-cog:before {
   content: "\f013"; }
 
 .fa-cogs:before {
   content: "\f085"; }
 
 .fa-coins:before {
   content: "\f51e"; }
 
 .fa-columns:before {
   content: "\f0db"; }
 
 .fa-comment:before {
   content: "\f075"; }
 
 .fa-comment-alt:before {
   content: "\f27a"; }
 
 .fa-comment-dollar:before {
   content: "\f651"; }
 
 .fa-comment-dots:before {
   content: "\f4ad"; }
 
 .fa-comment-medical:before {
   content: "\f7f5"; }
 
 .fa-comment-slash:before {
   content: "\f4b3"; }
 
 .fa-comments:before {
   content: "\f086"; }
 
 .fa-comments-dollar:before {
   content: "\f653"; }
 
 .fa-compact-disc:before {
   content: "\f51f"; }
 
 .fa-compass:before {
   content: "\f14e"; }
 
 .fa-compress:before {
   content: "\f066"; }
 
 .fa-compress-alt:before {
   content: "\f422"; }
 
 .fa-compress-arrows-alt:before {
   content: "\f78c"; }
 
 .fa-concierge-bell:before {
   content: "\f562"; }
 
 .fa-confluence:before {
   content: "\f78d"; }
 
 .fa-connectdevelop:before {
   content: "\f20e"; }
 
 .fa-contao:before {
   content: "\f26d"; }
 
 .fa-cookie:before {
   content: "\f563"; }
 
 .fa-cookie-bite:before {
   content: "\f564"; }
 
 .fa-copy:before {
   content: "\f0c5"; }
 
 .fa-copyright:before {
   content: "\f1f9"; }
 
 .fa-cotton-bureau:before {
   content: "\f89e"; }
 
 .fa-couch:before {
   content: "\f4b8"; }
 
 .fa-cpanel:before {
   content: "\f388"; }
 
 .fa-creative-commons:before {
   content: "\f25e"; }
 
 .fa-creative-commons-by:before {
   content: "\f4e7"; }
 
 .fa-creative-commons-nc:before {
   content: "\f4e8"; }
 
 .fa-creative-commons-nc-eu:before {
   content: "\f4e9"; }
 
 .fa-creative-commons-nc-jp:before {
   content: "\f4ea"; }
 
 .fa-creative-commons-nd:before {
   content: "\f4eb"; }
 
 .fa-creative-commons-pd:before {
   content: "\f4ec"; }
 
 .fa-creative-commons-pd-alt:before {
   content: "\f4ed"; }
 
 .fa-creative-commons-remix:before {
   content: "\f4ee"; }
 
 .fa-creative-commons-sa:before {
   content: "\f4ef"; }
 
 .fa-creative-commons-sampling:before {
   content: "\f4f0"; }
 
 .fa-creative-commons-sampling-plus:before {
   content: "\f4f1"; }
 
 .fa-creative-commons-share:before {
   content: "\f4f2"; }
 
 .fa-creative-commons-zero:before {
   content: "\f4f3"; }
 
 .fa-credit-card:before {
   content: "\f09d"; }
 
 .fa-critical-role:before {
   content: "\f6c9"; }
 
 .fa-crop:before {
   content: "\f125"; }
 
 .fa-crop-alt:before {
   content: "\f565"; }
 
 .fa-cross:before {
   content: "\f654"; }
 
 .fa-crosshairs:before {
   content: "\f05b"; }
 
 .fa-crow:before {
   content: "\f520"; }
 
 .fa-crown:before {
   content: "\f521"; }
 
 .fa-crutch:before {
   content: "\f7f7"; }
 
 .fa-css3:before {
   content: "\f13c"; }
 
 .fa-css3-alt:before {
   content: "\f38b"; }
 
 .fa-cube:before {
   content: "\f1b2"; }
 
 .fa-cubes:before {
   content: "\f1b3"; }
 
 .fa-cut:before {
   content: "\f0c4"; }
 
 .fa-cuttlefish:before {
   content: "\f38c"; }
 
 .fa-d-and-d:before {
   content: "\f38d"; }
 
 .fa-d-and-d-beyond:before {
   content: "\f6ca"; }
 
 .fa-dailymotion:before {
   content: "\e052"; }
 
 .fa-dashcube:before {
   content: "\f210"; }
 
 .fa-database:before {
   content: "\f1c0"; }
 
 .fa-deaf:before {
   content: "\f2a4"; }
 
 .fa-deezer:before {
   content: "\e077"; }
 
 .fa-delicious:before {
   content: "\f1a5"; }
 
 .fa-democrat:before {
   content: "\f747"; }
 
 .fa-deploydog:before {
   content: "\f38e"; }
 
 .fa-deskpro:before {
   content: "\f38f"; }
 
 .fa-desktop:before {
   content: "\f108"; }
 
 .fa-dev:before {
   content: "\f6cc"; }
 
 .fa-deviantart:before {
   content: "\f1bd"; }
 
 .fa-dharmachakra:before {
   content: "\f655"; }
 
 .fa-dhl:before {
   content: "\f790"; }
 
 .fa-diagnoses:before {
   content: "\f470"; }
 
 .fa-diaspora:before {
   content: "\f791"; }
 
 .fa-dice:before {
   content: "\f522"; }
 
 .fa-dice-d20:before {
   content: "\f6cf"; }
 
 .fa-dice-d6:before {
   content: "\f6d1"; }
 
 .fa-dice-five:before {
   content: "\f523"; }
 
 .fa-dice-four:before {
   content: "\f524"; }
 
 .fa-dice-one:before {
   content: "\f525"; }
 
 .fa-dice-six:before {
   content: "\f526"; }
 
 .fa-dice-three:before {
   content: "\f527"; }
 
 .fa-dice-two:before {
   content: "\f528"; }
 
 .fa-digg:before {
   content: "\f1a6"; }
 
 .fa-digital-ocean:before {
   content: "\f391"; }
 
 .fa-digital-tachograph:before {
   content: "\f566"; }
 
 .fa-directions:before {
   content: "\f5eb"; }
 
 .fa-discord:before {
   content: "\f392"; }
 
 .fa-discourse:before {
   content: "\f393"; }
 
 .fa-disease:before {
   content: "\f7fa"; }
 
 .fa-divide:before {
   content: "\f529"; }
 
 .fa-dizzy:before {
   content: "\f567"; }
 
 .fa-dna:before {
   content: "\f471"; }
 
 .fa-dochub:before {
   content: "\f394"; }
 
 .fa-docker:before {
   content: "\f395"; }
 
 .fa-dog:before {
   content: "\f6d3"; }
 
 .fa-dollar-sign:before {
   content: "\f155"; }
 
 .fa-dolly:before {
   content: "\f472"; }
 
 .fa-dolly-flatbed:before {
   content: "\f474"; }
 
 .fa-donate:before {
   content: "\f4b9"; }
 
 .fa-door-closed:before {
   content: "\f52a"; }
 
 .fa-door-open:before {
   content: "\f52b"; }
 
 .fa-dot-circle:before {
   content: "\f192"; }
 
 .fa-dove:before {
   content: "\f4ba"; }
 
 .fa-download:before {
   content: "\f019"; }
 
 .fa-draft2digital:before {
   content: "\f396"; }
 
 .fa-drafting-compass:before {
   content: "\f568"; }
 
 .fa-dragon:before {
   content: "\f6d5"; }
 
 .fa-draw-polygon:before {
   content: "\f5ee"; }
 
 .fa-dribbble:before {
   content: "\f17d"; }
 
 .fa-dribbble-square:before {
   content: "\f397"; }
 
 .fa-dropbox:before {
   content: "\f16b"; }
 
 .fa-drum:before {
   content: "\f569"; }
 
 .fa-drum-steelpan:before {
   content: "\f56a"; }
 
 .fa-drumstick-bite:before {
   content: "\f6d7"; }
 
 .fa-drupal:before {
   content: "\f1a9"; }
 
 .fa-dumbbell:before {
   content: "\f44b"; }
 
 .fa-dumpster:before {
   content: "\f793"; }
 
 .fa-dumpster-fire:before {
   content: "\f794"; }
 
 .fa-dungeon:before {
   content: "\f6d9"; }
 
 .fa-dyalog:before {
   content: "\f399"; }
 
 .fa-earlybirds:before {
   content: "\f39a"; }
 
 .fa-ebay:before {
   content: "\f4f4"; }
 
 .fa-edge:before {
   content: "\f282"; }
 
 .fa-edge-legacy:before {
   content: "\e078"; }
 
 .fa-edit:before {
   content: "\f044"; }
 
 .fa-egg:before {
   content: "\f7fb"; }
 
 .fa-eject:before {
   content: "\f052"; }
 
 .fa-elementor:before {
   content: "\f430"; }
 
 .fa-ellipsis-h:before {
   content: "\f141"; }
 
 .fa-ellipsis-v:before {
   content: "\f142"; }
 
 .fa-ello:before {
   content: "\f5f1"; }
 
 .fa-ember:before {
   content: "\f423"; }
 
 .fa-empire:before {
   content: "\f1d1"; }
 
 .fa-envelope:before {
   content: "\f0e0"; }
 
 .fa-envelope-open:before {
   content: "\f2b6"; }
 
 .fa-envelope-open-text:before {
   content: "\f658"; }
 
 .fa-envelope-square:before {
   content: "\f199"; }
 
 .fa-envira:before {
   content: "\f299"; }
 
 .fa-equals:before {
   content: "\f52c"; }
 
 .fa-eraser:before {
   content: "\f12d"; }
 
 .fa-erlang:before {
   content: "\f39d"; }
 
 .fa-ethereum:before {
   content: "\f42e"; }
 
 .fa-ethernet:before {
   content: "\f796"; }
 
 .fa-etsy:before {
   content: "\f2d7"; }
 
 .fa-euro-sign:before {
   content: "\f153"; }
 
 .fa-evernote:before {
   content: "\f839"; }
 
 .fa-exchange-alt:before {
   content: "\f362"; }
 
 .fa-exclamation:before {
   content: "\f12a"; }
 
 .fa-exclamation-circle:before {
   content: "\f06a"; }
 
 .fa-exclamation-triangle:before {
   content: "\f071"; }
 
 .fa-expand:before {
   content: "\f065"; }
 
 .fa-expand-alt:before {
   content: "\f424"; }
 
 .fa-expand-arrows-alt:before {
   content: "\f31e"; }
 
 .fa-expeditedssl:before {
   content: "\f23e"; }
 
 .fa-external-link-alt:before {
   content: "\f35d"; }
 
 .fa-external-link-square-alt:before {
   content: "\f360"; }
 
 .fa-eye:before {
   content: "\f06e"; }
 
 .fa-eye-dropper:before {
   content: "\f1fb"; }
 
 .fa-eye-slash:before {
   content: "\f070"; }
 
 .fa-facebook:before {
   content: "\f09a"; }
 
 .fa-facebook-f:before {
   content: "\f39e"; }
 
 .fa-facebook-messenger:before {
   content: "\f39f"; }
 
 .fa-facebook-square:before {
   content: "\f082"; }
 
 .fa-fan:before {
   content: "\f863"; }
 
 .fa-fantasy-flight-games:before {
   content: "\f6dc"; }
 
 .fa-fast-backward:before {
   content: "\f049"; }
 
 .fa-fast-forward:before {
   content: "\f050"; }
 
 .fa-faucet:before {
   content: "\e005"; }
 
 .fa-fax:before {
   content: "\f1ac"; }
 
 .fa-feather:before {
   content: "\f52d"; }
 
 .fa-feather-alt:before {
   content: "\f56b"; }
 
 .fa-fedex:before {
   content: "\f797"; }
 
 .fa-fedora:before {
   content: "\f798"; }
 
 .fa-female:before {
   content: "\f182"; }
 
 .fa-fighter-jet:before {
   content: "\f0fb"; }
 
 .fa-figma:before {
   content: "\f799"; }
 
 .fa-file:before {
   content: "\f15b"; }
 
 .fa-file-alt:before {
   content: "\f15c"; }
 
 .fa-file-archive:before {
   content: "\f1c6"; }
 
 .fa-file-audio:before {
   content: "\f1c7"; }
 
 .fa-file-code:before {
   content: "\f1c9"; }
 
 .fa-file-contract:before {
   content: "\f56c"; }
 
 .fa-file-csv:before {
   content: "\f6dd"; }
 
 .fa-file-download:before {
   content: "\f56d"; }
 
 .fa-file-excel:before {
   content: "\f1c3"; }
 
 .fa-file-export:before {
   content: "\f56e"; }
 
 .fa-file-image:before {
   content: "\f1c5"; }
 
 .fa-file-import:before {
   content: "\f56f"; }
 
 .fa-file-invoice:before {
   content: "\f570"; }
 
 .fa-file-invoice-dollar:before {
   content: "\f571"; }
 
 .fa-file-medical:before {
   content: "\f477"; }
 
 .fa-file-medical-alt:before {
   content: "\f478"; }
 
 .fa-file-pdf:before {
   content: "\f1c1"; }
 
 .fa-file-powerpoint:before {
   content: "\f1c4"; }
 
 .fa-file-prescription:before {
   content: "\f572"; }
 
 .fa-file-signature:before {
   content: "\f573"; }
 
 .fa-file-upload:before {
   content: "\f574"; }
 
 .fa-file-video:before {
   content: "\f1c8"; }
 
 .fa-file-word:before {
   content: "\f1c2"; }
 
 .fa-fill:before {
   content: "\f575"; }
 
 .fa-fill-drip:before {
   content: "\f576"; }
 
 .fa-film:before {
   content: "\f008"; }
 
 .fa-filter:before {
   content: "\f0b0"; }
 
 .fa-fingerprint:before {
   content: "\f577"; }
 
 .fa-fire:before {
   content: "\f06d"; }
 
 .fa-fire-alt:before {
   content: "\f7e4"; }
 
 .fa-fire-extinguisher:before {
   content: "\f134"; }
 
 .fa-firefox:before {
   content: "\f269"; }
 
 .fa-firefox-browser:before {
   content: "\e007"; }
 
 .fa-first-aid:before {
   content: "\f479"; }
 
 .fa-first-order:before {
   content: "\f2b0"; }
 
 .fa-first-order-alt:before {
   content: "\f50a"; }
 
 .fa-firstdraft:before {
   content: "\f3a1"; }
 
 .fa-fish:before {
   content: "\f578"; }
 
 .fa-fist-raised:before {
   content: "\f6de"; }
 
 .fa-flag:before {
   content: "\f024"; }
 
 .fa-flag-checkered:before {
   content: "\f11e"; }
 
 .fa-flag-usa:before {
   content: "\f74d"; }
 
 .fa-flask:before {
   content: "\f0c3"; }
 
 .fa-flickr:before {
   content: "\f16e"; }
 
 .fa-flipboard:before {
   content: "\f44d"; }
 
 .fa-flushed:before {
   content: "\f579"; }
 
 .fa-fly:before {
   content: "\f417"; }
 
 .fa-folder:before {
   content: "\f07b"; }
 
 .fa-folder-minus:before {
   content: "\f65d"; }
 
 .fa-folder-open:before {
   content: "\f07c"; }
 
 .fa-folder-plus:before {
   content: "\f65e"; }
 
 .fa-font:before {
   content: "\f031"; }
 
 .fa-font-awesome:before {
   content: "\f2b4"; }
 
 .fa-font-awesome-alt:before {
   content: "\f35c"; }
 
 .fa-font-awesome-flag:before {
   content: "\f425"; }
 
 .fa-font-awesome-logo-full:before {
   content: "\f4e6"; }
 
 .fa-fonticons:before {
   content: "\f280"; }
 
 .fa-fonticons-fi:before {
   content: "\f3a2"; }
 
 .fa-football-ball:before {
   content: "\f44e"; }
 
 .fa-fort-awesome:before {
   content: "\f286"; }
 
 .fa-fort-awesome-alt:before {
   content: "\f3a3"; }
 
 .fa-forumbee:before {
   content: "\f211"; }
 
 .fa-forward:before {
   content: "\f04e"; }
 
 .fa-foursquare:before {
   content: "\f180"; }
 
 .fa-free-code-camp:before {
   content: "\f2c5"; }
 
 .fa-freebsd:before {
   content: "\f3a4"; }
 
 .fa-frog:before {
   content: "\f52e"; }
 
 .fa-frown:before {
   content: "\f119"; }
 
 .fa-frown-open:before {
   content: "\f57a"; }
 
 .fa-fulcrum:before {
   content: "\f50b"; }
 
 .fa-funnel-dollar:before {
   content: "\f662"; }
 
 .fa-futbol:before {
   content: "\f1e3"; }
 
 .fa-galactic-republic:before {
   content: "\f50c"; }
 
 .fa-galactic-senate:before {
   content: "\f50d"; }
 
 .fa-gamepad:before {
   content: "\f11b"; }
 
 .fa-gas-pump:before {
   content: "\f52f"; }
 
 .fa-gavel:before {
   content: "\f0e3"; }
 
 .fa-gem:before {
   content: "\f3a5"; }
 
 .fa-genderless:before {
   content: "\f22d"; }
 
 .fa-get-pocket:before {
   content: "\f265"; }
 
 .fa-gg:before {
   content: "\f260"; }
 
 .fa-gg-circle:before {
   content: "\f261"; }
 
 .fa-ghost:before {
   content: "\f6e2"; }
 
 .fa-gift:before {
   content: "\f06b"; }
 
 .fa-gifts:before {
   content: "\f79c"; }
 
 .fa-git:before {
   content: "\f1d3"; }
 
 .fa-git-alt:before {
   content: "\f841"; }
 
 .fa-git-square:before {
   content: "\f1d2"; }
 
 .fa-github:before {
   content: "\f09b"; }
 
 .fa-github-alt:before {
   content: "\f113"; }
 
 .fa-github-square:before {
   content: "\f092"; }
 
 .fa-gitkraken:before {
   content: "\f3a6"; }
 
 .fa-gitlab:before {
   content: "\f296"; }
 
 .fa-gitter:before {
   content: "\f426"; }
 
 .fa-glass-cheers:before {
   content: "\f79f"; }
 
 .fa-glass-martini:before {
   content: "\f000"; }
 
 .fa-glass-martini-alt:before {
   content: "\f57b"; }
 
 .fa-glass-whiskey:before {
   content: "\f7a0"; }
 
 .fa-glasses:before {
   content: "\f530"; }
 
 .fa-glide:before {
   content: "\f2a5"; }
 
 .fa-glide-g:before {
   content: "\f2a6"; }
 
 .fa-globe:before {
   content: "\f0ac"; }
 
 .fa-globe-africa:before {
   content: "\f57c"; }
 
 .fa-globe-americas:before {
   content: "\f57d"; }
 
 .fa-globe-asia:before {
   content: "\f57e"; }
 
 .fa-globe-europe:before {
   content: "\f7a2"; }
 
 .fa-gofore:before {
   content: "\f3a7"; }
 
 .fa-golf-ball:before {
   content: "\f450"; }
 
 .fa-goodreads:before {
   content: "\f3a8"; }
 
 .fa-goodreads-g:before {
   content: "\f3a9"; }
 
 .fa-google:before {
   content: "\f1a0"; }
 
 .fa-google-drive:before {
   content: "\f3aa"; }
 
 .fa-google-pay:before {
   content: "\e079"; }
 
 .fa-google-play:before {
   content: "\f3ab"; }
 
 .fa-google-plus:before {
   content: "\f2b3"; }
 
 .fa-google-plus-g:before {
   content: "\f0d5"; }
 
 .fa-google-plus-square:before {
   content: "\f0d4"; }
 
 .fa-google-wallet:before {
   content: "\f1ee"; }
 
 .fa-gopuram:before {
   content: "\f664"; }
 
 .fa-graduation-cap:before {
   content: "\f19d"; }
 
 .fa-gratipay:before {
   content: "\f184"; }
 
 .fa-grav:before {
   content: "\f2d6"; }
 
 .fa-greater-than:before {
   content: "\f531"; }
 
 .fa-greater-than-equal:before {
   content: "\f532"; }
 
 .fa-grimace:before {
   content: "\f57f"; }
 
 .fa-grin:before {
   content: "\f580"; }
 
 .fa-grin-alt:before {
   content: "\f581"; }
 
 .fa-grin-beam:before {
   content: "\f582"; }
 
 .fa-grin-beam-sweat:before {
   content: "\f583"; }
 
 .fa-grin-hearts:before {
   content: "\f584"; }
 
 .fa-grin-squint:before {
   content: "\f585"; }
 
 .fa-grin-squint-tears:before {
   content: "\f586"; }
 
 .fa-grin-stars:before {
   content: "\f587"; }
 
 .fa-grin-tears:before {
   content: "\f588"; }
 
 .fa-grin-tongue:before {
   content: "\f589"; }
 
 .fa-grin-tongue-squint:before {
   content: "\f58a"; }
 
 .fa-grin-tongue-wink:before {
   content: "\f58b"; }
 
 .fa-grin-wink:before {
   content: "\f58c"; }
 
 .fa-grip-horizontal:before {
   content: "\f58d"; }
 
 .fa-grip-lines:before {
   content: "\f7a4"; }
 
 .fa-grip-lines-vertical:before {
   content: "\f7a5"; }
 
 .fa-grip-vertical:before {
   content: "\f58e"; }
 
 .fa-gripfire:before {
   content: "\f3ac"; }
 
 .fa-grunt:before {
   content: "\f3ad"; }
 
 .fa-guilded:before {
   content: "\e07e"; }
 
 .fa-guitar:before {
   content: "\f7a6"; }
 
 .fa-gulp:before {
   content: "\f3ae"; }
 
 .fa-h-square:before {
   content: "\f0fd"; }
 
 .fa-hacker-news:before {
   content: "\f1d4"; }
 
 .fa-hacker-news-square:before {
   content: "\f3af"; }
 
 .fa-hackerrank:before {
   content: "\f5f7"; }
 
 .fa-hamburger:before {
   content: "\f805"; }
 
 .fa-hammer:before {
   content: "\f6e3"; }
 
 .fa-hamsa:before {
   content: "\f665"; }
 
 .fa-hand-holding:before {
   content: "\f4bd"; }
 
 .fa-hand-holding-heart:before {
   content: "\f4be"; }
 
 .fa-hand-holding-medical:before {
   content: "\e05c"; }
 
 .fa-hand-holding-usd:before {
   content: "\f4c0"; }
 
 .fa-hand-holding-water:before {
   content: "\f4c1"; }
 
 .fa-hand-lizard:before {
   content: "\f258"; }
 
 .fa-hand-middle-finger:before {
   content: "\f806"; }
 
 .fa-hand-paper:before {
   content: "\f256"; }
 
 .fa-hand-peace:before {
   content: "\f25b"; }
 
 .fa-hand-point-down:before {
   content: "\f0a7"; }
 
 .fa-hand-point-left:before {
   content: "\f0a5"; }
 
 .fa-hand-point-right:before {
   content: "\f0a4"; }
 
 .fa-hand-point-up:before {
   content: "\f0a6"; }
 
 .fa-hand-pointer:before {
   content: "\f25a"; }
 
 .fa-hand-rock:before {
   content: "\f255"; }
 
 .fa-hand-scissors:before {
   content: "\f257"; }
 
 .fa-hand-sparkles:before {
   content: "\e05d"; }
 
 .fa-hand-spock:before {
   content: "\f259"; }
 
 .fa-hands:before {
   content: "\f4c2"; }
 
 .fa-hands-helping:before {
   content: "\f4c4"; }
 
 .fa-hands-wash:before {
   content: "\e05e"; }
 
 .fa-handshake:before {
   content: "\f2b5"; }
 
 .fa-handshake-alt-slash:before {
   content: "\e05f"; }
 
 .fa-handshake-slash:before {
   content: "\e060"; }
 
 .fa-hanukiah:before {
   content: "\f6e6"; }
 
 .fa-hard-hat:before {
   content: "\f807"; }
 
 .fa-hashtag:before {
   content: "\f292"; }
 
 .fa-hat-cowboy:before {
   content: "\f8c0"; }
 
 .fa-hat-cowboy-side:before {
   content: "\f8c1"; }
 
 .fa-hat-wizard:before {
   content: "\f6e8"; }
 
 .fa-hdd:before {
   content: "\f0a0"; }
 
 .fa-head-side-cough:before {
   content: "\e061"; }
 
 .fa-head-side-cough-slash:before {
   content: "\e062"; }
 
 .fa-head-side-mask:before {
   content: "\e063"; }
 
 .fa-head-side-virus:before {
   content: "\e064"; }
 
 .fa-heading:before {
   content: "\f1dc"; }
 
 .fa-headphones:before {
   content: "\f025"; }
 
 .fa-headphones-alt:before {
   content: "\f58f"; }
 
 .fa-headset:before {
   content: "\f590"; }
 
 .fa-heart:before {
   content: "\f004"; }
 
 .fa-heart-broken:before {
   content: "\f7a9"; }
 
 .fa-heartbeat:before {
   content: "\f21e"; }
 
 .fa-helicopter:before {
   content: "\f533"; }
 
 .fa-highlighter:before {
   content: "\f591"; }
 
 .fa-hiking:before {
   content: "\f6ec"; }
 
 .fa-hippo:before {
   content: "\f6ed"; }
 
 .fa-hips:before {
   content: "\f452"; }
 
 .fa-hire-a-helper:before {
   content: "\f3b0"; }
 
 .fa-history:before {
   content: "\f1da"; }
 
 .fa-hive:before {
   content: "\e07f"; }
 
 .fa-hockey-puck:before {
   content: "\f453"; }
 
 .fa-holly-berry:before {
   content: "\f7aa"; }
 
 .fa-home:before {
   content: "\f015"; }
 
 .fa-hooli:before {
   content: "\f427"; }
 
 .fa-hornbill:before {
   content: "\f592"; }
 
 .fa-horse:before {
   content: "\f6f0"; }
 
 .fa-horse-head:before {
   content: "\f7ab"; }
 
 .fa-hospital:before {
   content: "\f0f8"; }
 
 .fa-hospital-alt:before {
   content: "\f47d"; }
 
 .fa-hospital-symbol:before {
   content: "\f47e"; }
 
 .fa-hospital-user:before {
   content: "\f80d"; }
 
 .fa-hot-tub:before {
   content: "\f593"; }
 
 .fa-hotdog:before {
   content: "\f80f"; }
 
 .fa-hotel:before {
   content: "\f594"; }
 
 .fa-hotjar:before {
   content: "\f3b1"; }
 
 .fa-hourglass:before {
   content: "\f254"; }
 
 .fa-hourglass-end:before {
   content: "\f253"; }
 
 .fa-hourglass-half:before {
   content: "\f252"; }
 
 .fa-hourglass-start:before {
   content: "\f251"; }
 
 .fa-house-damage:before {
   content: "\f6f1"; }
 
 .fa-house-user:before {
   content: "\e065"; }
 
 .fa-houzz:before {
   content: "\f27c"; }
 
 .fa-hryvnia:before {
   content: "\f6f2"; }
 
 .fa-html5:before {
   content: "\f13b"; }
 
 .fa-hubspot:before {
   content: "\f3b2"; }
 
 .fa-i-cursor:before {
   content: "\f246"; }
 
 .fa-ice-cream:before {
   content: "\f810"; }
 
 .fa-icicles:before {
   content: "\f7ad"; }
 
 .fa-icons:before {
   content: "\f86d"; }
 
 .fa-id-badge:before {
   content: "\f2c1"; }
 
 .fa-id-card:before {
   content: "\f2c2"; }
 
 .fa-id-card-alt:before {
   content: "\f47f"; }
 
 .fa-ideal:before {
   content: "\e013"; }
 
 .fa-igloo:before {
   content: "\f7ae"; }
 
 .fa-image:before {
   content: "\f03e"; }
 
 .fa-images:before {
   content: "\f302"; }
 
 .fa-imdb:before {
   content: "\f2d8"; }
 
 .fa-inbox:before {
   content: "\f01c"; }
 
 .fa-indent:before {
   content: "\f03c"; }
 
 .fa-industry:before {
   content: "\f275"; }
 
 .fa-infinity:before {
   content: "\f534"; }
 
 .fa-info:before {
   content: "\f129"; }
 
 .fa-info-circle:before {
   content: "\f05a"; }
 
 .fa-innosoft:before {
   content: "\e080"; }
 
 .fa-instagram:before {
   content: "\f16d"; }
 
 .fa-instagram-square:before {
   content: "\e055"; }
 
 .fa-instalod:before {
   content: "\e081"; }
 
 .fa-intercom:before {
   content: "\f7af"; }
 
 .fa-internet-explorer:before {
   content: "\f26b"; }
 
 .fa-invision:before {
   content: "\f7b0"; }
 
 .fa-ioxhost:before {
   content: "\f208"; }
 
 .fa-italic:before {
   content: "\f033"; }
 
 .fa-itch-io:before {
   content: "\f83a"; }
 
 .fa-itunes:before {
   content: "\f3b4"; }
 
 .fa-itunes-note:before {
   content: "\f3b5"; }
 
 .fa-java:before {
   content: "\f4e4"; }
 
 .fa-jedi:before {
   content: "\f669"; }
 
 .fa-jedi-order:before {
   content: "\f50e"; }
 
 .fa-jenkins:before {
   content: "\f3b6"; }
 
 .fa-jira:before {
   content: "\f7b1"; }
 
 .fa-joget:before {
   content: "\f3b7"; }
 
 .fa-joint:before {
   content: "\f595"; }
 
 .fa-joomla:before {
   content: "\f1aa"; }
 
 .fa-journal-whills:before {
   content: "\f66a"; }
 
 .fa-js:before {
   content: "\f3b8"; }
 
 .fa-js-square:before {
   content: "\f3b9"; }
 
 .fa-jsfiddle:before {
   content: "\f1cc"; }
 
 .fa-kaaba:before {
   content: "\f66b"; }
 
 .fa-kaggle:before {
   content: "\f5fa"; }
 
 .fa-key:before {
   content: "\f084"; }
 
 .fa-keybase:before {
   content: "\f4f5"; }
 
 .fa-keyboard:before {
   content: "\f11c"; }
 
 .fa-keycdn:before {
   content: "\f3ba"; }
 
 .fa-khanda:before {
   content: "\f66d"; }
 
 .fa-kickstarter:before {
   content: "\f3bb"; }
 
 .fa-kickstarter-k:before {
   content: "\f3bc"; }
 
 .fa-kiss:before {
   content: "\f596"; }
 
 .fa-kiss-beam:before {
   content: "\f597"; }
 
 .fa-kiss-wink-heart:before {
   content: "\f598"; }
 
 .fa-kiwi-bird:before {
   content: "\f535"; }
 
 .fa-korvue:before {
   content: "\f42f"; }
 
 .fa-landmark:before {
   content: "\f66f"; }
 
 .fa-language:before {
   content: "\f1ab"; }
 
 .fa-laptop:before {
   content: "\f109"; }
 
 .fa-laptop-code:before {
   content: "\f5fc"; }
 
 .fa-laptop-house:before {
   content: "\e066"; }
 
 .fa-laptop-medical:before {
   content: "\f812"; }
 
 .fa-laravel:before {
   content: "\f3bd"; }
 
 .fa-lastfm:before {
   content: "\f202"; }
 
 .fa-lastfm-square:before {
   content: "\f203"; }
 
 .fa-laugh:before {
   content: "\f599"; }
 
 .fa-laugh-beam:before {
   content: "\f59a"; }
 
 .fa-laugh-squint:before {
   content: "\f59b"; }
 
 .fa-laugh-wink:before {
   content: "\f59c"; }
 
 .fa-layer-group:before {
   content: "\f5fd"; }
 
 .fa-leaf:before {
   content: "\f06c"; }
 
 .fa-leanpub:before {
   content: "\f212"; }
 
 .fa-lemon:before {
   content: "\f094"; }
 
 .fa-less:before {
   content: "\f41d"; }
 
 .fa-less-than:before {
   content: "\f536"; }
 
 .fa-less-than-equal:before {
   content: "\f537"; }
 
 .fa-level-down-alt:before {
   content: "\f3be"; }
 
 .fa-level-up-alt:before {
   content: "\f3bf"; }
 
 .fa-life-ring:before {
   content: "\f1cd"; }
 
 .fa-lightbulb:before {
   content: "\f0eb"; }
 
 .fa-line:before {
   content: "\f3c0"; }
 
 .fa-link:before {
   content: "\f0c1"; }
 
 .fa-linkedin:before {
   content: "\f08c"; }
 
 .fa-linkedin-in:before {
   content: "\f0e1"; }
 
 .fa-linode:before {
   content: "\f2b8"; }
 
 .fa-linux:before {
   content: "\f17c"; }
 
 .fa-lira-sign:before {
   content: "\f195"; }
 
 .fa-list:before {
   content: "\f03a"; }
 
 .fa-list-alt:before {
   content: "\f022"; }
 
 .fa-list-ol:before {
   content: "\f0cb"; }
 
 .fa-list-ul:before {
   content: "\f0ca"; }
 
 .fa-location-arrow:before {
   content: "\f124"; }
 
 .fa-lock:before {
   content: "\f023"; }
 
 .fa-lock-open:before {
   content: "\f3c1"; }
 
 .fa-long-arrow-alt-down:before {
   content: "\f309"; }
 
 .fa-long-arrow-alt-left:before {
   content: "\f30a"; }
 
 .fa-long-arrow-alt-right:before {
   content: "\f30b"; }
 
 .fa-long-arrow-alt-up:before {
   content: "\f30c"; }
 
 .fa-low-vision:before {
   content: "\f2a8"; }
 
 .fa-luggage-cart:before {
   content: "\f59d"; }
 
 .fa-lungs:before {
   content: "\f604"; }
 
 .fa-lungs-virus:before {
   content: "\e067"; }
 
 .fa-lyft:before {
   content: "\f3c3"; }
 
 .fa-magento:before {
   content: "\f3c4"; }
 
 .fa-magic:before {
   content: "\f0d0"; }
 
 .fa-magnet:before {
   content: "\f076"; }
 
 .fa-mail-bulk:before {
   content: "\f674"; }
 
 .fa-mailchimp:before {
   content: "\f59e"; }
 
 .fa-male:before {
   content: "\f183"; }
 
 .fa-mandalorian:before {
   content: "\f50f"; }
 
 .fa-map:before {
   content: "\f279"; }
 
 .fa-map-marked:before {
   content: "\f59f"; }
 
 .fa-map-marked-alt:before {
   content: "\f5a0"; }
 
 .fa-map-marker:before {
   content: "\f041"; }
 
 .fa-map-marker-alt:before {
   content: "\f3c5"; }
 
 .fa-map-pin:before {
   content: "\f276"; }
 
 .fa-map-signs:before {
   content: "\f277"; }
 
 .fa-markdown:before {
   content: "\f60f"; }
 
 .fa-marker:before {
   content: "\f5a1"; }
 
 .fa-mars:before {
   content: "\f222"; }
 
 .fa-mars-double:before {
   content: "\f227"; }
 
 .fa-mars-stroke:before {
   content: "\f229"; }
 
 .fa-mars-stroke-h:before {
   content: "\f22b"; }
 
 .fa-mars-stroke-v:before {
   content: "\f22a"; }
 
 .fa-mask:before {
   content: "\f6fa"; }
 
 .fa-mastodon:before {
   content: "\f4f6"; }
 
 .fa-maxcdn:before {
   content: "\f136"; }
 
 .fa-mdb:before {
   content: "\f8ca"; }
 
 .fa-medal:before {
   content: "\f5a2"; }
 
 .fa-medapps:before {
   content: "\f3c6"; }
 
 .fa-medium:before {
   content: "\f23a"; }
 
 .fa-medium-m:before {
   content: "\f3c7"; }
 
 .fa-medkit:before {
   content: "\f0fa"; }
 
 .fa-medrt:before {
   content: "\f3c8"; }
 
 .fa-meetup:before {
   content: "\f2e0"; }
 
 .fa-megaport:before {
   content: "\f5a3"; }
 
 .fa-meh:before {
   content: "\f11a"; }
 
 .fa-meh-blank:before {
   content: "\f5a4"; }
 
 .fa-meh-rolling-eyes:before {
   content: "\f5a5"; }
 
 .fa-memory:before {
   content: "\f538"; }
 
 .fa-mendeley:before {
   content: "\f7b3"; }
 
 .fa-menorah:before {
   content: "\f676"; }
 
 .fa-mercury:before {
   content: "\f223"; }
 
 .fa-meteor:before {
   content: "\f753"; }
 
 .fa-microblog:before {
   content: "\e01a"; }
 
 .fa-microchip:before {
   content: "\f2db"; }
 
 .fa-microphone:before {
   content: "\f130"; }
 
 .fa-microphone-alt:before {
   content: "\f3c9"; }
 
 .fa-microphone-alt-slash:before {
   content: "\f539"; }
 
 .fa-microphone-slash:before {
   content: "\f131"; }
 
 .fa-microscope:before {
   content: "\f610"; }
 
 .fa-microsoft:before {
   content: "\f3ca"; }
 
 .fa-minus:before {
   content: "\f068"; }
 
 .fa-minus-circle:before {
   content: "\f056"; }
 
 .fa-minus-square:before {
   content: "\f146"; }
 
 .fa-mitten:before {
   content: "\f7b5"; }
 
 .fa-mix:before {
   content: "\f3cb"; }
 
 .fa-mixcloud:before {
   content: "\f289"; }
 
 .fa-mixer:before {
   content: "\e056"; }
 
 .fa-mizuni:before {
   content: "\f3cc"; }
 
 .fa-mobile:before {
   content: "\f10b"; }
 
 .fa-mobile-alt:before {
   content: "\f3cd"; }
 
 .fa-modx:before {
   content: "\f285"; }
 
 .fa-monero:before {
   content: "\f3d0"; }
 
 .fa-money-bill:before {
   content: "\f0d6"; }
 
 .fa-money-bill-alt:before {
   content: "\f3d1"; }
 
 .fa-money-bill-wave:before {
   content: "\f53a"; }
 
 .fa-money-bill-wave-alt:before {
   content: "\f53b"; }
 
 .fa-money-check:before {
   content: "\f53c"; }
 
 .fa-money-check-alt:before {
   content: "\f53d"; }
 
 .fa-monument:before {
   content: "\f5a6"; }
 
 .fa-moon:before {
   content: "\f186"; }
 
 .fa-mortar-pestle:before {
   content: "\f5a7"; }
 
 .fa-mosque:before {
   content: "\f678"; }
 
 .fa-motorcycle:before {
   content: "\f21c"; }
 
 .fa-mountain:before {
   content: "\f6fc"; }
 
 .fa-mouse:before {
   content: "\f8cc"; }
 
 .fa-mouse-pointer:before {
   content: "\f245"; }
 
 .fa-mug-hot:before {
   content: "\f7b6"; }
 
 .fa-music:before {
   content: "\f001"; }
 
 .fa-napster:before {
   content: "\f3d2"; }
 
 .fa-neos:before {
   content: "\f612"; }
 
 .fa-network-wired:before {
   content: "\f6ff"; }
 
 .fa-neuter:before {
   content: "\f22c"; }
 
 .fa-newspaper:before {
   content: "\f1ea"; }
 
 .fa-nimblr:before {
   content: "\f5a8"; }
 
 .fa-node:before {
   content: "\f419"; }
 
 .fa-node-js:before {
   content: "\f3d3"; }
 
 .fa-not-equal:before {
   content: "\f53e"; }
 
 .fa-notes-medical:before {
   content: "\f481"; }
 
 .fa-npm:before {
   content: "\f3d4"; }
 
 .fa-ns8:before {
   content: "\f3d5"; }
 
 .fa-nutritionix:before {
   content: "\f3d6"; }
 
 .fa-object-group:before {
   content: "\f247"; }
 
 .fa-object-ungroup:before {
   content: "\f248"; }
 
 .fa-octopus-deploy:before {
   content: "\e082"; }
 
 .fa-odnoklassniki:before {
   content: "\f263"; }
 
 .fa-odnoklassniki-square:before {
   content: "\f264"; }
 
 .fa-oil-can:before {
   content: "\f613"; }
 
 .fa-old-republic:before {
   content: "\f510"; }
 
 .fa-om:before {
   content: "\f679"; }
 
 .fa-opencart:before {
   content: "\f23d"; }
 
 .fa-openid:before {
   content: "\f19b"; }
 
 .fa-opera:before {
   content: "\f26a"; }
 
 .fa-optin-monster:before {
   content: "\f23c"; }
 
 .fa-orcid:before {
   content: "\f8d2"; }
 
 .fa-osi:before {
   content: "\f41a"; }
 
 .fa-otter:before {
   content: "\f700"; }
 
 .fa-outdent:before {
   content: "\f03b"; }
 
 .fa-page4:before {
   content: "\f3d7"; }
 
 .fa-pagelines:before {
   content: "\f18c"; }
 
 .fa-pager:before {
   content: "\f815"; }
 
 .fa-paint-brush:before {
   content: "\f1fc"; }
 
 .fa-paint-roller:before {
   content: "\f5aa"; }
 
 .fa-palette:before {
   content: "\f53f"; }
 
 .fa-palfed:before {
   content: "\f3d8"; }
 
 .fa-pallet:before {
   content: "\f482"; }
 
 .fa-paper-plane:before {
   content: "\f1d8"; }
 
 .fa-paperclip:before {
   content: "\f0c6"; }
 
 .fa-parachute-box:before {
   content: "\f4cd"; }
 
 .fa-paragraph:before {
   content: "\f1dd"; }
 
 .fa-parking:before {
   content: "\f540"; }
 
 .fa-passport:before {
   content: "\f5ab"; }
 
 .fa-pastafarianism:before {
   content: "\f67b"; }
 
 .fa-paste:before {
   content: "\f0ea"; }
 
 .fa-patreon:before {
   content: "\f3d9"; }
 
 .fa-pause:before {
   content: "\f04c"; }
 
 .fa-pause-circle:before {
   content: "\f28b"; }
 
 .fa-paw:before {
   content: "\f1b0"; }
 
 .fa-paypal:before {
   content: "\f1ed"; }
 
 .fa-peace:before {
   content: "\f67c"; }
 
 .fa-pen:before {
   content: "\f304"; }
 
 .fa-pen-alt:before {
   content: "\f305"; }
 
 .fa-pen-fancy:before {
   content: "\f5ac"; }
 
 .fa-pen-nib:before {
   content: "\f5ad"; }
 
 .fa-pen-square:before {
   content: "\f14b"; }
 
 .fa-pencil-alt:before {
   content: "\f303"; }
 
 .fa-pencil-ruler:before {
   content: "\f5ae"; }
 
 .fa-penny-arcade:before {
   content: "\f704"; }
 
 .fa-people-arrows:before {
   content: "\e068"; }
 
 .fa-people-carry:before {
   content: "\f4ce"; }
 
 .fa-pepper-hot:before {
   content: "\f816"; }
 
 .fa-perbyte:before {
   content: "\e083"; }
 
 .fa-percent:before {
   content: "\f295"; }
 
 .fa-percentage:before {
   content: "\f541"; }
 
 .fa-periscope:before {
   content: "\f3da"; }
 
 .fa-person-booth:before {
   content: "\f756"; }
 
 .fa-phabricator:before {
   content: "\f3db"; }
 
 .fa-phoenix-framework:before {
   content: "\f3dc"; }
 
 .fa-phoenix-squadron:before {
   content: "\f511"; }
 
 .fa-phone:before {
   content: "\f095"; }
 
 .fa-phone-alt:before {
   content: "\f879"; }
 
 .fa-phone-slash:before {
   content: "\f3dd"; }
 
 .fa-phone-square:before {
   content: "\f098"; }
 
 .fa-phone-square-alt:before {
   content: "\f87b"; }
 
 .fa-phone-volume:before {
   content: "\f2a0"; }
 
 .fa-photo-video:before {
   content: "\f87c"; }
 
 .fa-php:before {
   content: "\f457"; }
 
 .fa-pied-piper:before {
   content: "\f2ae"; }
 
 .fa-pied-piper-alt:before {
   content: "\f1a8"; }
 
 .fa-pied-piper-hat:before {
   content: "\f4e5"; }
 
 .fa-pied-piper-pp:before {
   content: "\f1a7"; }
 
 .fa-pied-piper-square:before {
   content: "\e01e"; }
 
 .fa-piggy-bank:before {
   content: "\f4d3"; }
 
 .fa-pills:before {
   content: "\f484"; }
 
 .fa-pinterest:before {
   content: "\f0d2"; }
 
 .fa-pinterest-p:before {
   content: "\f231"; }
 
 .fa-pinterest-square:before {
   content: "\f0d3"; }
 
 .fa-pizza-slice:before {
   content: "\f818"; }
 
 .fa-place-of-worship:before {
   content: "\f67f"; }
 
 .fa-plane:before {
   content: "\f072"; }
 
 .fa-plane-arrival:before {
   content: "\f5af"; }
 
 .fa-plane-departure:before {
   content: "\f5b0"; }
 
 .fa-plane-slash:before {
   content: "\e069"; }
 
 .fa-play:before {
   content: "\f04b"; }
 
 .fa-play-circle:before {
   content: "\f144"; }
 
 .fa-playstation:before {
   content: "\f3df"; }
 
 .fa-plug:before {
   content: "\f1e6"; }
 
 .fa-plus:before {
   content: "\f067"; }
 
 .fa-plus-circle:before {
   content: "\f055"; }
 
 .fa-plus-square:before {
   content: "\f0fe"; }
 
 .fa-podcast:before {
   content: "\f2ce"; }
 
 .fa-poll:before {
   content: "\f681"; }
 
 .fa-poll-h:before {
   content: "\f682"; }
 
 .fa-poo:before {
   content: "\f2fe"; }
 
 .fa-poo-storm:before {
   content: "\f75a"; }
 
 .fa-poop:before {
   content: "\f619"; }
 
 .fa-portrait:before {
   content: "\f3e0"; }
 
 .fa-pound-sign:before {
   content: "\f154"; }
 
 .fa-power-off:before {
   content: "\f011"; }
 
 .fa-pray:before {
   content: "\f683"; }
 
 .fa-praying-hands:before {
   content: "\f684"; }
 
 .fa-prescription:before {
   content: "\f5b1"; }
 
 .fa-prescription-bottle:before {
   content: "\f485"; }
 
 .fa-prescription-bottle-alt:before {
   content: "\f486"; }
 
 .fa-print:before {
   content: "\f02f"; }
 
 .fa-procedures:before {
   content: "\f487"; }
 
 .fa-product-hunt:before {
   content: "\f288"; }
 
 .fa-project-diagram:before {
   content: "\f542"; }
 
 .fa-pump-medical:before {
   content: "\e06a"; }
 
 .fa-pump-soap:before {
   content: "\e06b"; }
 
 .fa-pushed:before {
   content: "\f3e1"; }
 
 .fa-puzzle-piece:before {
   content: "\f12e"; }
 
 .fa-python:before {
   content: "\f3e2"; }
 
 .fa-qq:before {
   content: "\f1d6"; }
 
 .fa-qrcode:before {
   content: "\f029"; }
 
 .fa-question:before {
   content: "\f128"; }
 
 .fa-question-circle:before {
   content: "\f059"; }
 
 .fa-quidditch:before {
   content: "\f458"; }
 
 .fa-quinscape:before {
   content: "\f459"; }
 
 .fa-quora:before {
   content: "\f2c4"; }
 
 .fa-quote-left:before {
   content: "\f10d"; }
 
 .fa-quote-right:before {
   content: "\f10e"; }
 
 .fa-quran:before {
   content: "\f687"; }
 
 .fa-r-project:before {
   content: "\f4f7"; }
 
 .fa-radiation:before {
   content: "\f7b9"; }
 
 .fa-radiation-alt:before {
   content: "\f7ba"; }
 
 .fa-rainbow:before {
   content: "\f75b"; }
 
 .fa-random:before {
   content: "\f074"; }
 
 .fa-raspberry-pi:before {
   content: "\f7bb"; }
 
 .fa-ravelry:before {
   content: "\f2d9"; }
 
 .fa-react:before {
   content: "\f41b"; }
 
 .fa-reacteurope:before {
   content: "\f75d"; }
 
 .fa-readme:before {
   content: "\f4d5"; }
 
 .fa-rebel:before {
   content: "\f1d0"; }
 
 .fa-receipt:before {
   content: "\f543"; }
 
 .fa-record-vinyl:before {
   content: "\f8d9"; }
 
 .fa-recycle:before {
   content: "\f1b8"; }
 
 .fa-red-river:before {
   content: "\f3e3"; }
 
 .fa-reddit:before {
   content: "\f1a1"; }
 
 .fa-reddit-alien:before {
   content: "\f281"; }
 
 .fa-reddit-square:before {
   content: "\f1a2"; }
 
 .fa-redhat:before {
   content: "\f7bc"; }
 
 .fa-redo:before {
   content: "\f01e"; }
 
 .fa-redo-alt:before {
   content: "\f2f9"; }
 
 .fa-registered:before {
   content: "\f25d"; }
 
 .fa-remove-format:before {
   content: "\f87d"; }
 
 .fa-renren:before {
   content: "\f18b"; }
 
 .fa-reply:before {
   content: "\f3e5"; }
 
 .fa-reply-all:before {
   content: "\f122"; }
 
 .fa-replyd:before {
   content: "\f3e6"; }
 
 .fa-republican:before {
   content: "\f75e"; }
 
 .fa-researchgate:before {
   content: "\f4f8"; }
 
 .fa-resolving:before {
   content: "\f3e7"; }
 
 .fa-restroom:before {
   content: "\f7bd"; }
 
 .fa-retweet:before {
   content: "\f079"; }
 
 .fa-rev:before {
   content: "\f5b2"; }
 
 .fa-ribbon:before {
   content: "\f4d6"; }
 
 .fa-ring:before {
   content: "\f70b"; }
 
 .fa-road:before {
   content: "\f018"; }
 
 .fa-robot:before {
   content: "\f544"; }
 
 .fa-rocket:before {
   content: "\f135"; }
 
 .fa-rocketchat:before {
   content: "\f3e8"; }
 
 .fa-rockrms:before {
   content: "\f3e9"; }
 
 .fa-route:before {
   content: "\f4d7"; }
 
 .fa-rss:before {
   content: "\f09e"; }
 
 .fa-rss-square:before {
   content: "\f143"; }
 
 .fa-ruble-sign:before {
   content: "\f158"; }
 
 .fa-ruler:before {
   content: "\f545"; }
 
 .fa-ruler-combined:before {
   content: "\f546"; }
 
 .fa-ruler-horizontal:before {
   content: "\f547"; }
 
 .fa-ruler-vertical:before {
   content: "\f548"; }
 
 .fa-running:before {
   content: "\f70c"; }
 
 .fa-rupee-sign:before {
   content: "\f156"; }
 
 .fa-rust:before {
   content: "\e07a"; }
 
 .fa-sad-cry:before {
   content: "\f5b3"; }
 
 .fa-sad-tear:before {
   content: "\f5b4"; }
 
 .fa-safari:before {
   content: "\f267"; }
 
 .fa-salesforce:before {
   content: "\f83b"; }
 
 .fa-sass:before {
   content: "\f41e"; }
 
 .fa-satellite:before {
   content: "\f7bf"; }
 
 .fa-satellite-dish:before {
   content: "\f7c0"; }
 
 .fa-save:before {
   content: "\f0c7"; }
 
 .fa-schlix:before {
   content: "\f3ea"; }
 
 .fa-school:before {
   content: "\f549"; }
 
 .fa-screwdriver:before {
   content: "\f54a"; }
 
 .fa-scribd:before {
   content: "\f28a"; }
 
 .fa-scroll:before {
   content: "\f70e"; }
 
 .fa-sd-card:before {
   content: "\f7c2"; }
 
 .fa-search:before {
   content: "\f002"; }
 
 .fa-search-dollar:before {
   content: "\f688"; }
 
 .fa-search-location:before {
   content: "\f689"; }
 
 .fa-search-minus:before {
   content: "\f010"; }
 
 .fa-search-plus:before {
   content: "\f00e"; }
 
 .fa-searchengin:before {
   content: "\f3eb"; }
 
 .fa-seedling:before {
   content: "\f4d8"; }
 
 .fa-sellcast:before {
   content: "\f2da"; }
 
 .fa-sellsy:before {
   content: "\f213"; }
 
 .fa-server:before {
   content: "\f233"; }
 
 .fa-servicestack:before {
   content: "\f3ec"; }
 
 .fa-shapes:before {
   content: "\f61f"; }
 
 .fa-share:before {
   content: "\f064"; }
 
 .fa-share-alt:before {
   content: "\f1e0"; }
 
 .fa-share-alt-square:before {
   content: "\f1e1"; }
 
 .fa-share-square:before {
   content: "\f14d"; }
 
 .fa-shekel-sign:before {
   content: "\f20b"; }
 
 .fa-shield-alt:before {
   content: "\f3ed"; }
 
 .fa-shield-virus:before {
   content: "\e06c"; }
 
 .fa-ship:before {
   content: "\f21a"; }
 
 .fa-shipping-fast:before {
   content: "\f48b"; }
 
 .fa-shirtsinbulk:before {
   content: "\f214"; }
 
 .fa-shoe-prints:before {
   content: "\f54b"; }
 
 .fa-shopify:before {
   content: "\e057"; }
 
 .fa-shopping-bag:before {
   content: "\f290"; }
 
 .fa-shopping-basket:before {
   content: "\f291"; }
 
 .fa-shopping-cart:before {
   content: "\f07a"; }
 
 .fa-shopware:before {
   content: "\f5b5"; }
 
 .fa-shower:before {
   content: "\f2cc"; }
 
 .fa-shuttle-van:before {
   content: "\f5b6"; }
 
 .fa-sign:before {
   content: "\f4d9"; }
 
 .fa-sign-in-alt:before {
   content: "\f2f6"; }
 
 .fa-sign-language:before {
   content: "\f2a7"; }
 
 .fa-sign-out-alt:before {
   content: "\f2f5"; }
 
 .fa-signal:before {
   content: "\f012"; }
 
 .fa-signature:before {
   content: "\f5b7"; }
 
 .fa-sim-card:before {
   content: "\f7c4"; }
 
 .fa-simplybuilt:before {
   content: "\f215"; }
 
 .fa-sink:before {
   content: "\e06d"; }
 
 .fa-sistrix:before {
   content: "\f3ee"; }
 
 .fa-sitemap:before {
   content: "\f0e8"; }
 
 .fa-sith:before {
   content: "\f512"; }
 
 .fa-skating:before {
   content: "\f7c5"; }
 
 .fa-sketch:before {
   content: "\f7c6"; }
 
 .fa-skiing:before {
   content: "\f7c9"; }
 
 .fa-skiing-nordic:before {
   content: "\f7ca"; }
 
 .fa-skull:before {
   content: "\f54c"; }
 
 .fa-skull-crossbones:before {
   content: "\f714"; }
 
 .fa-skyatlas:before {
   content: "\f216"; }
 
 .fa-skype:before {
   content: "\f17e"; }
 
 .fa-slack:before {
   content: "\f198"; }
 
 .fa-slack-hash:before {
   content: "\f3ef"; }
 
 .fa-slash:before {
   content: "\f715"; }
 
 .fa-sleigh:before {
   content: "\f7cc"; }
 
 .fa-sliders-h:before {
   content: "\f1de"; }
 
 .fa-slideshare:before {
   content: "\f1e7"; }
 
 .fa-smile:before {
   content: "\f118"; }
 
 .fa-smile-beam:before {
   content: "\f5b8"; }
 
 .fa-smile-wink:before {
   content: "\f4da"; }
 
 .fa-smog:before {
   content: "\f75f"; }
 
 .fa-smoking:before {
   content: "\f48d"; }
 
 .fa-smoking-ban:before {
   content: "\f54d"; }
 
 .fa-sms:before {
   content: "\f7cd"; }
 
 .fa-snapchat:before {
   content: "\f2ab"; }
 
 .fa-snapchat-ghost:before {
   content: "\f2ac"; }
 
 .fa-snapchat-square:before {
   content: "\f2ad"; }
 
 .fa-snowboarding:before {
   content: "\f7ce"; }
 
 .fa-snowflake:before {
   content: "\f2dc"; }
 
 .fa-snowman:before {
   content: "\f7d0"; }
 
 .fa-snowplow:before {
   content: "\f7d2"; }
 
 .fa-soap:before {
   content: "\e06e"; }
 
 .fa-socks:before {
   content: "\f696"; }
 
 .fa-solar-panel:before {
   content: "\f5ba"; }
 
 .fa-sort:before {
   content: "\f0dc"; }
 
 .fa-sort-alpha-down:before {
   content: "\f15d"; }
 
 .fa-sort-alpha-down-alt:before {
   content: "\f881"; }
 
 .fa-sort-alpha-up:before {
   content: "\f15e"; }
 
 .fa-sort-alpha-up-alt:before {
   content: "\f882"; }
 
 .fa-sort-amount-down:before {
   content: "\f160"; }
 
 .fa-sort-amount-down-alt:before {
   content: "\f884"; }
 
 .fa-sort-amount-up:before {
   content: "\f161"; }
 
 .fa-sort-amount-up-alt:before {
   content: "\f885"; }
 
 .fa-sort-down:before {
   content: "\f0dd"; }
 
 .fa-sort-numeric-down:before {
   content: "\f162"; }
 
 .fa-sort-numeric-down-alt:before {
   content: "\f886"; }
 
 .fa-sort-numeric-up:before {
   content: "\f163"; }
 
 .fa-sort-numeric-up-alt:before {
   content: "\f887"; }
 
 .fa-sort-up:before {
   content: "\f0de"; }
 
 .fa-soundcloud:before {
   content: "\f1be"; }
 
 .fa-sourcetree:before {
   content: "\f7d3"; }
 
 .fa-spa:before {
   content: "\f5bb"; }
 
 .fa-space-shuttle:before {
   content: "\f197"; }
 
 .fa-speakap:before {
   content: "\f3f3"; }
 
 .fa-speaker-deck:before {
   content: "\f83c"; }
 
 .fa-spell-check:before {
   content: "\f891"; }
 
 .fa-spider:before {
   content: "\f717"; }
 
 .fa-spinner:before {
   content: "\f110"; }
 
 .fa-splotch:before {
   content: "\f5bc"; }
 
 .fa-spotify:before {
   content: "\f1bc"; }
 
 .fa-spray-can:before {
   content: "\f5bd"; }
 
 .fa-square:before {
   content: "\f0c8"; }
 
 .fa-square-full:before {
   content: "\f45c"; }
 
 .fa-square-root-alt:before {
   content: "\f698"; }
 
 .fa-squarespace:before {
   content: "\f5be"; }
 
 .fa-stack-exchange:before {
   content: "\f18d"; }
 
 .fa-stack-overflow:before {
   content: "\f16c"; }
 
 .fa-stackpath:before {
   content: "\f842"; }
 
 .fa-stamp:before {
   content: "\f5bf"; }
 
 .fa-star:before {
   content: "\f005"; }
 
 .fa-star-and-crescent:before {
   content: "\f699"; }
 
 .fa-star-half:before {
   content: "\f089"; }
 
 .fa-star-half-alt:before {
   content: "\f5c0"; }
 
 .fa-star-of-david:before {
   content: "\f69a"; }
 
 .fa-star-of-life:before {
   content: "\f621"; }
 
 .fa-staylinked:before {
   content: "\f3f5"; }
 
 .fa-steam:before {
   content: "\f1b6"; }
 
 .fa-steam-square:before {
   content: "\f1b7"; }
 
 .fa-steam-symbol:before {
   content: "\f3f6"; }
 
 .fa-step-backward:before {
   content: "\f048"; }
 
 .fa-step-forward:before {
   content: "\f051"; }
 
 .fa-stethoscope:before {
   content: "\f0f1"; }
 
 .fa-sticker-mule:before {
   content: "\f3f7"; }
 
 .fa-sticky-note:before {
   content: "\f249"; }
 
 .fa-stop:before {
   content: "\f04d"; }
 
 .fa-stop-circle:before {
   content: "\f28d"; }
 
 .fa-stopwatch:before {
   content: "\f2f2"; }
 
 .fa-stopwatch-20:before {
   content: "\e06f"; }
 
 .fa-store:before {
   content: "\f54e"; }
 
 .fa-store-alt:before {
   content: "\f54f"; }
 
 .fa-store-alt-slash:before {
   content: "\e070"; }
 
 .fa-store-slash:before {
   content: "\e071"; }
 
 .fa-strava:before {
   content: "\f428"; }
 
 .fa-stream:before {
   content: "\f550"; }
 
 .fa-street-view:before {
   content: "\f21d"; }
 
 .fa-strikethrough:before {
   content: "\f0cc"; }
 
 .fa-stripe:before {
   content: "\f429"; }
 
 .fa-stripe-s:before {
   content: "\f42a"; }
 
 .fa-stroopwafel:before {
   content: "\f551"; }
 
 .fa-studiovinari:before {
   content: "\f3f8"; }
 
 .fa-stumbleupon:before {
   content: "\f1a4"; }
 
 .fa-stumbleupon-circle:before {
   content: "\f1a3"; }
 
 .fa-subscript:before {
   content: "\f12c"; }
 
 .fa-subway:before {
   content: "\f239"; }
 
 .fa-suitcase:before {
   content: "\f0f2"; }
 
 .fa-suitcase-rolling:before {
   content: "\f5c1"; }
 
 .fa-sun:before {
   content: "\f185"; }
 
 .fa-superpowers:before {
   content: "\f2dd"; }
 
 .fa-superscript:before {
   content: "\f12b"; }
 
 .fa-supple:before {
   content: "\f3f9"; }
 
 .fa-surprise:before {
   content: "\f5c2"; }
 
 .fa-suse:before {
   content: "\f7d6"; }
 
 .fa-swatchbook:before {
   content: "\f5c3"; }
 
 .fa-swift:before {
   content: "\f8e1"; }
 
 .fa-swimmer:before {
   content: "\f5c4"; }
 
 .fa-swimming-pool:before {
   content: "\f5c5"; }
 
 .fa-symfony:before {
   content: "\f83d"; }
 
 .fa-synagogue:before {
   content: "\f69b"; }
 
 .fa-sync:before {
   content: "\f021"; }
 
 .fa-sync-alt:before {
   content: "\f2f1"; }
 
 .fa-syringe:before {
   content: "\f48e"; }
 
 .fa-table:before {
   content: "\f0ce"; }
 
 .fa-table-tennis:before {
   content: "\f45d"; }
 
 .fa-tablet:before {
   content: "\f10a"; }
 
 .fa-tablet-alt:before {
   content: "\f3fa"; }
 
 .fa-tablets:before {
   content: "\f490"; }
 
 .fa-tachometer-alt:before {
   content: "\f3fd"; }
 
 .fa-tag:before {
   content: "\f02b"; }
 
 .fa-tags:before {
   content: "\f02c"; }
 
 .fa-tape:before {
   content: "\f4db"; }
 
 .fa-tasks:before {
   content: "\f0ae"; }
 
 .fa-taxi:before {
   content: "\f1ba"; }
 
 .fa-teamspeak:before {
   content: "\f4f9"; }
 
 .fa-teeth:before {
   content: "\f62e"; }
 
 .fa-teeth-open:before {
   content: "\f62f"; }
 
 .fa-telegram:before {
   content: "\f2c6"; }
 
 .fa-telegram-plane:before {
   content: "\f3fe"; }
 
 .fa-temperature-high:before {
   content: "\f769"; }
 
 .fa-temperature-low:before {
   content: "\f76b"; }
 
 .fa-tencent-weibo:before {
   content: "\f1d5"; }
 
 .fa-tenge:before {
   content: "\f7d7"; }
 
 .fa-terminal:before {
   content: "\f120"; }
 
 .fa-text-height:before {
   content: "\f034"; }
 
 .fa-text-width:before {
   content: "\f035"; }
 
 .fa-th:before {
   content: "\f00a"; }
 
 .fa-th-large:before {
   content: "\f009"; }
 
 .fa-th-list:before {
   content: "\f00b"; }
 
 .fa-the-red-yeti:before {
   content: "\f69d"; }
 
 .fa-theater-masks:before {
   content: "\f630"; }
 
 .fa-themeco:before {
   content: "\f5c6"; }
 
 .fa-themeisle:before {
   content: "\f2b2"; }
 
 .fa-thermometer:before {
   content: "\f491"; }
 
 .fa-thermometer-empty:before {
   content: "\f2cb"; }
 
 .fa-thermometer-full:before {
   content: "\f2c7"; }
 
 .fa-thermometer-half:before {
   content: "\f2c9"; }
 
 .fa-thermometer-quarter:before {
   content: "\f2ca"; }
 
 .fa-thermometer-three-quarters:before {
   content: "\f2c8"; }
 
 .fa-think-peaks:before {
   content: "\f731"; }
 
 .fa-thumbs-down:before {
   content: "\f165"; }
 
 .fa-thumbs-up:before {
   content: "\f164"; }
 
 .fa-thumbtack:before {
   content: "\f08d"; }
 
 .fa-ticket-alt:before {
   content: "\f3ff"; }
 
 .fa-tiktok:before {
   content: "\e07b"; }
 
 .fa-times:before {
   content: "\f00d"; }
 
 .fa-times-circle:before {
   content: "\f057"; }
 
 .fa-tint:before {
   content: "\f043"; }
 
 .fa-tint-slash:before {
   content: "\f5c7"; }
 
 .fa-tired:before {
   content: "\f5c8"; }
 
 .fa-toggle-off:before {
   content: "\f204"; }
 
 .fa-toggle-on:before {
   content: "\f205"; }
 
 .fa-toilet:before {
   content: "\f7d8"; }
 
 .fa-toilet-paper:before {
   content: "\f71e"; }
 
 .fa-toilet-paper-slash:before {
   content: "\e072"; }
 
 .fa-toolbox:before {
   content: "\f552"; }
 
 .fa-tools:before {
   content: "\f7d9"; }
 
 .fa-tooth:before {
   content: "\f5c9"; }
 
 .fa-torah:before {
   content: "\f6a0"; }
 
 .fa-torii-gate:before {
   content: "\f6a1"; }
 
 .fa-tractor:before {
   content: "\f722"; }
 
 .fa-trade-federation:before {
   content: "\f513"; }
 
 .fa-trademark:before {
   content: "\f25c"; }
 
 .fa-traffic-light:before {
   content: "\f637"; }
 
 .fa-trailer:before {
   content: "\e041"; }
 
 .fa-train:before {
   content: "\f238"; }
 
 .fa-tram:before {
   content: "\f7da"; }
 
 .fa-transgender:before {
   content: "\f224"; }
 
 .fa-transgender-alt:before {
   content: "\f225"; }
 
 .fa-trash:before {
   content: "\f1f8"; }
 
 .fa-trash-alt:before {
   content: "\f2ed"; }
 
 .fa-trash-restore:before {
   content: "\f829"; }
 
 .fa-trash-restore-alt:before {
   content: "\f82a"; }
 
 .fa-tree:before {
   content: "\f1bb"; }
 
 .fa-trello:before {
   content: "\f181"; }
 
 .fa-trophy:before {
   content: "\f091"; }
 
 .fa-truck:before {
   content: "\f0d1"; }
 
 .fa-truck-loading:before {
   content: "\f4de"; }
 
 .fa-truck-monster:before {
   content: "\f63b"; }
 
 .fa-truck-moving:before {
   content: "\f4df"; }
 
 .fa-truck-pickup:before {
   content: "\f63c"; }
 
 .fa-tshirt:before {
   content: "\f553"; }
 
 .fa-tty:before {
   content: "\f1e4"; }
 
 .fa-tumblr:before {
   content: "\f173"; }
 
 .fa-tumblr-square:before {
   content: "\f174"; }
 
 .fa-tv:before {
   content: "\f26c"; }
 
 .fa-twitch:before {
   content: "\f1e8"; }
 
 .fa-twitter:before {
   content: "\f099"; }
 
 .fa-twitter-square:before {
   content: "\f081"; }
 
 .fa-typo3:before {
   content: "\f42b"; }
 
 .fa-uber:before {
   content: "\f402"; }
 
 .fa-ubuntu:before {
   content: "\f7df"; }
 
 .fa-uikit:before {
   content: "\f403"; }
 
 .fa-umbraco:before {
   content: "\f8e8"; }
 
 .fa-umbrella:before {
   content: "\f0e9"; }
 
 .fa-umbrella-beach:before {
   content: "\f5ca"; }
 
 .fa-uncharted:before {
   content: "\e084"; }
 
 .fa-underline:before {
   content: "\f0cd"; }
 
 .fa-undo:before {
   content: "\f0e2"; }
 
 .fa-undo-alt:before {
   content: "\f2ea"; }
 
 .fa-uniregistry:before {
   content: "\f404"; }
 
 .fa-unity:before {
   content: "\e049"; }
 
 .fa-universal-access:before {
   content: "\f29a"; }
 
 .fa-university:before {
   content: "\f19c"; }
 
 .fa-unlink:before {
   content: "\f127"; }
 
 .fa-unlock:before {
   content: "\f09c"; }
 
 .fa-unlock-alt:before {
   content: "\f13e"; }
 
 .fa-unsplash:before {
   content: "\e07c"; }
 
 .fa-untappd:before {
   content: "\f405"; }
 
 .fa-upload:before {
   content: "\f093"; }
 
 .fa-ups:before {
   content: "\f7e0"; }
 
 .fa-usb:before {
   content: "\f287"; }
 
 .fa-user:before {
   content: "\f007"; }
 
 .fa-user-alt:before {
   content: "\f406"; }
 
 .fa-user-alt-slash:before {
   content: "\f4fa"; }
 
 .fa-user-astronaut:before {
   content: "\f4fb"; }
 
 .fa-user-check:before {
   content: "\f4fc"; }
 
 .fa-user-circle:before {
   content: "\f2bd"; }
 
 .fa-user-clock:before {
   content: "\f4fd"; }
 
 .fa-user-cog:before {
   content: "\f4fe"; }
 
 .fa-user-edit:before {
   content: "\f4ff"; }
 
 .fa-user-friends:before {
   content: "\f500"; }
 
 .fa-user-graduate:before {
   content: "\f501"; }
 
 .fa-user-injured:before {
   content: "\f728"; }
 
 .fa-user-lock:before {
   content: "\f502"; }
 
 .fa-user-md:before {
   content: "\f0f0"; }
 
 .fa-user-minus:before {
   content: "\f503"; }
 
 .fa-user-ninja:before {
   content: "\f504"; }
 
 .fa-user-nurse:before {
   content: "\f82f"; }
 
 .fa-user-plus:before {
   content: "\f234"; }
 
 .fa-user-secret:before {
   content: "\f21b"; }
 
 .fa-user-shield:before {
   content: "\f505"; }
 
 .fa-user-slash:before {
   content: "\f506"; }
 
 .fa-user-tag:before {
   content: "\f507"; }
 
 .fa-user-tie:before {
   content: "\f508"; }
 
 .fa-user-times:before {
   content: "\f235"; }
 
 .fa-users:before {
   content: "\f0c0"; }
 
 .fa-users-cog:before {
   content: "\f509"; }
 
 .fa-users-slash:before {
   content: "\e073"; }
 
 .fa-usps:before {
   content: "\f7e1"; }
 
 .fa-ussunnah:before {
   content: "\f407"; }
 
 .fa-utensil-spoon:before {
   content: "\f2e5"; }
 
 .fa-utensils:before {
   content: "\f2e7"; }
 
 .fa-vaadin:before {
   content: "\f408"; }
 
 .fa-vector-square:before {
   content: "\f5cb"; }
 
 .fa-venus:before {
   content: "\f221"; }
 
 .fa-venus-double:before {
   content: "\f226"; }
 
 .fa-venus-mars:before {
   content: "\f228"; }
 
 .fa-vest:before {
   content: "\e085"; }
 
 .fa-vest-patches:before {
   content: "\e086"; }
 
 .fa-viacoin:before {
   content: "\f237"; }
 
 .fa-viadeo:before {
   content: "\f2a9"; }
 
 .fa-viadeo-square:before {
   content: "\f2aa"; }
 
 .fa-vial:before {
   content: "\f492"; }
 
 .fa-vials:before {
   content: "\f493"; }
 
 .fa-viber:before {
   content: "\f409"; }
 
 .fa-video:before {
   content: "\f03d"; }
 
 .fa-video-slash:before {
   content: "\f4e2"; }
 
 .fa-vihara:before {
   content: "\f6a7"; }
 
 .fa-vimeo:before {
   content: "\f40a"; }
 
 .fa-vimeo-square:before {
   content: "\f194"; }
 
 .fa-vimeo-v:before {
   content: "\f27d"; }
 
 .fa-vine:before {
   content: "\f1ca"; }
 
 .fa-virus:before {
   content: "\e074"; }
 
 .fa-virus-slash:before {
   content: "\e075"; }
 
 .fa-viruses:before {
   content: "\e076"; }
 
 .fa-vk:before {
   content: "\f189"; }
 
 .fa-vnv:before {
   content: "\f40b"; }
 
 .fa-voicemail:before {
   content: "\f897"; }
 
 .fa-volleyball-ball:before {
   content: "\f45f"; }
 
 .fa-volume-down:before {
   content: "\f027"; }
 
 .fa-volume-mute:before {
   content: "\f6a9"; }
 
 .fa-volume-off:before {
   content: "\f026"; }
 
 .fa-volume-up:before {
   content: "\f028"; }
 
 .fa-vote-yea:before {
   content: "\f772"; }
 
 .fa-vr-cardboard:before {
   content: "\f729"; }
 
 .fa-vuejs:before {
   content: "\f41f"; }
 
 .fa-walking:before {
   content: "\f554"; }
 
 .fa-wallet:before {
   content: "\f555"; }
 
 .fa-warehouse:before {
   content: "\f494"; }
 
 .fa-watchman-monitoring:before {
   content: "\e087"; }
 
 .fa-water:before {
   content: "\f773"; }
 
 .fa-wave-square:before {
   content: "\f83e"; }
 
 .fa-waze:before {
   content: "\f83f"; }
 
 .fa-weebly:before {
   content: "\f5cc"; }
 
 .fa-weibo:before {
   content: "\f18a"; }
 
 .fa-weight:before {
   content: "\f496"; }
 
 .fa-weight-hanging:before {
   content: "\f5cd"; }
 
 .fa-weixin:before {
   content: "\f1d7"; }
 
 .fa-whatsapp:before {
   content: "\f232"; }
 
 .fa-whatsapp-square:before {
   content: "\f40c"; }
 
 .fa-wheelchair:before {
   content: "\f193"; }
 
 .fa-whmcs:before {
   content: "\f40d"; }
 
 .fa-wifi:before {
   content: "\f1eb"; }
 
 .fa-wikipedia-w:before {
   content: "\f266"; }
 
 .fa-wind:before {
   content: "\f72e"; }
 
 .fa-window-close:before {
   content: "\f410"; }
 
 .fa-window-maximize:before {
   content: "\f2d0"; }
 
 .fa-window-minimize:before {
   content: "\f2d1"; }
 
 .fa-window-restore:before {
   content: "\f2d2"; }
 
 .fa-windows:before {
   content: "\f17a"; }
 
 .fa-wine-bottle:before {
   content: "\f72f"; }
 
 .fa-wine-glass:before {
   content: "\f4e3"; }
 
 .fa-wine-glass-alt:before {
   content: "\f5ce"; }
 
 .fa-wix:before {
   content: "\f5cf"; }
 
 .fa-wizards-of-the-coast:before {
   content: "\f730"; }
 
 .fa-wodu:before {
   content: "\e088"; }
 
 .fa-wolf-pack-battalion:before {
   content: "\f514"; }
 
 .fa-won-sign:before {
   content: "\f159"; }
 
 .fa-wordpress:before {
   content: "\f19a"; }
 
 .fa-wordpress-simple:before {
   content: "\f411"; }
 
 .fa-wpbeginner:before {
   content: "\f297"; }
 
 .fa-wpexplorer:before {
   content: "\f2de"; }
 
 .fa-wpforms:before {
   content: "\f298"; }
 
 .fa-wpressr:before {
   content: "\f3e4"; }
 
 .fa-wrench:before {
   content: "\f0ad"; }
 
 .fa-x-ray:before {
   content: "\f497"; }
 
 .fa-xbox:before {
   content: "\f412"; }
 
 .fa-xing:before {
   content: "\f168"; }
 
 .fa-xing-square:before {
   content: "\f169"; }
 
 .fa-y-combinator:before {
   content: "\f23b"; }
 
 .fa-yahoo:before {
   content: "\f19e"; }
 
 .fa-yammer:before {
   content: "\f840"; }
 
 .fa-yandex:before {
   content: "\f413"; }
 
 .fa-yandex-international:before {
   content: "\f414"; }
 
 .fa-yarn:before {
   content: "\f7e3"; }
 
 .fa-yelp:before {
   content: "\f1e9"; }
 
 .fa-yen-sign:before {
   content: "\f157"; }
 
 .fa-yin-yang:before {
   content: "\f6ad"; }
 
 .fa-yoast:before {
   content: "\f2b1"; }
 
 .fa-youtube:before {
   content: "\f167"; }
 
 .fa-youtube-square:before {
   content: "\f431"; }
 
 .fa-zhihu:before {
   content: "\f63f"; }
 
 .sr-only {
   border: 0;
   clip: rect(0, 0, 0, 0);
   height: 1px;
   margin: -1px;
   overflow: hidden;
   padding: 0;
   position: absolute;
   width: 1px; }
 
 .sr-only-focusable:active, .sr-only-focusable:focus {
   clip: auto;
   height: auto;
   margin: 0;
   overflow: visible;
   position: static;
   width: auto; }
 @font-face {
   font-family: 'Font Awesome 5 Brands';
   font-style: normal;
   font-weight: 400;
   font-display: block;
   src: url(/assets/fa-brands-400-53b75d467dcd047612f6a7f25b3c68bd845b551aedf1b397e0f09f99d887bd0c.eot);
   src: url(/assets/fa-brands-400-53b75d467dcd047612f6a7f25b3c68bd845b551aedf1b397e0f09f99d887bd0c.eot?#iefix) format("embedded-opentype"), url(/assets/fa-brands-400-12a387beb2f100bb320b09c518af672c7aadac8641901823571385403268ec18.woff2) format("woff2"), url(/assets/fa-brands-400-7424d5bc8c3fa6f7e7962c5512305c907cf16c0d89c09468df2c591e1d2f82a7.woff) format("woff"), url(/assets/fa-brands-400-82e5e53767e293a56080dd2d4e3db91764d85f002ea1706a99459d903ebf8f95.ttf) format("truetype"), url(/assets/fa-brands-400-effd4e273b1d4c0a8f825e6e7593f0442651935fb12c0c4781bc54205a054d34.svg#fontawesome) format("svg"); }
 
 .fab {
   font-family: 'Font Awesome 5 Brands';
   font-weight: 400; }
 @font-face {
   font-family: 'Font Awesome 5 Free';
   font-style: normal;
   font-weight: 400;
   font-display: block;
   src: url(/assets/fa-regular-400-4a9a9ccf3ccc2ce775695dcdab2e36f48a6db5876a7acf2c6bcb76912af65c87.eot);
   src: url(/assets/fa-regular-400-4a9a9ccf3ccc2ce775695dcdab2e36f48a6db5876a7acf2c6bcb76912af65c87.eot?#iefix) format("embedded-opentype"), url(/assets/fa-regular-400-6cfa156c0f937f0ce08c02e342067be2f4ba4db29abba244f90c27a223f96acc.woff2) format("woff2"), url(/assets/fa-regular-400-5cc917c41d445fd002c151f518d442eff06969dd30c4d155b9ec3693f74677df.woff) format("woff"), url(/assets/fa-regular-400-ca2fb9c9ed4e86200e0b14a4fe17772d353db275c0cd506a43f15c28146001e3.ttf) format("truetype"), url(/assets/fa-regular-400-164fd2bef125a58606a240ecb88eaf01039045bac6615b3c58c6260a03b4411d.svg#fontawesome) format("svg"); }
 
 .far {
   font-family: 'Font Awesome 5 Free';
   font-weight: 400; }
 @font-face {
   font-family: 'Font Awesome 5 Free';
   font-style: normal;
   font-weight: 900;
   font-display: block;
   src: url(/assets/fa-solid-900-9e3bdf4b406af9baa46bf60e1903449bb4314aeb868fcbae3e95de479633205e.eot);
   src: url(/assets/fa-solid-900-9e3bdf4b406af9baa46bf60e1903449bb4314aeb868fcbae3e95de479633205e.eot?#iefix) format("embedded-opentype"), url(/assets/fa-solid-900-3700f19f26d7519a6dad2354a996452064156d978bc0bcfc6f74555e6a881bf6.woff2) format("woff2"), url(/assets/fa-solid-900-7be9c1dc2418c499534a48ee49c2d27f4fef5a5aee4f30f75b4c9ae2e6a9c6da.woff) format("woff"), url(/assets/fa-solid-900-a12cebc5d1f2b9dd9d81bb7f2dfc989ce35868092ef46c1098afb09f257d4c2b.ttf) format("truetype"), url(/assets/fa-solid-900-33e728329ea58ca0ddc5f1002bb9a744a02d5679b12103ca30373e687aed1698.svg#fontawesome) format("svg"); }
 
 .fa,
 .fas {
   font-family: 'Font Awesome 5 Free';
   font-weight: 900; }
/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
 .fa.fa-glass:before {
    content: "\f000"; }
  
  .fa.fa-meetup {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-star-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-star-o:before {
    content: "\f005"; }
  
  .fa.fa-remove:before {
    content: "\f00d"; }
  
  .fa.fa-close:before {
    content: "\f00d"; }
  
  .fa.fa-gear:before {
    content: "\f013"; }
  
  .fa.fa-trash-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-trash-o:before {
    content: "\f2ed"; }
  
  .fa.fa-file-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-file-o:before {
    content: "\f15b"; }
  
  .fa.fa-clock-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-clock-o:before {
    content: "\f017"; }
  
  .fa.fa-arrow-circle-o-down {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-arrow-circle-o-down:before {
    content: "\f358"; }
  
  .fa.fa-arrow-circle-o-up {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-arrow-circle-o-up:before {
    content: "\f35b"; }
  
  .fa.fa-play-circle-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-play-circle-o:before {
    content: "\f144"; }
  
  .fa.fa-repeat:before {
    content: "\f01e"; }
  
  .fa.fa-rotate-right:before {
    content: "\f01e"; }
  
  .fa.fa-refresh:before {
    content: "\f021"; }
  
  .fa.fa-list-alt {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-dedent:before {
    content: "\f03b"; }
  
  .fa.fa-video-camera:before {
    content: "\f03d"; }
  
  .fa.fa-picture-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-picture-o:before {
    content: "\f03e"; }
  
  .fa.fa-photo {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-photo:before {
    content: "\f03e"; }
  
  .fa.fa-image {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-image:before {
    content: "\f03e"; }
  
  .fa.fa-pencil:before {
    content: "\f303"; }
  
  .fa.fa-map-marker:before {
    content: "\f3c5"; }
  
  .fa.fa-pencil-square-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-pencil-square-o:before {
    content: "\f044"; }
  
  .fa.fa-share-square-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-share-square-o:before {
    content: "\f14d"; }
  
  .fa.fa-check-square-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-check-square-o:before {
    content: "\f14a"; }
  
  .fa.fa-arrows:before {
    content: "\f0b2"; }
  
  .fa.fa-times-circle-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-times-circle-o:before {
    content: "\f057"; }
  
  .fa.fa-check-circle-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-check-circle-o:before {
    content: "\f058"; }
  
  .fa.fa-mail-forward:before {
    content: "\f064"; }
  
  .fa.fa-expand:before {
    content: "\f424"; }
  
  .fa.fa-compress:before {
    content: "\f422"; }
  
  .fa.fa-eye {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-eye-slash {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-warning:before {
    content: "\f071"; }
  
  .fa.fa-calendar:before {
    content: "\f073"; }
  
  .fa.fa-arrows-v:before {
    content: "\f338"; }
  
  .fa.fa-arrows-h:before {
    content: "\f337"; }
  
  .fa.fa-bar-chart {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-bar-chart:before {
    content: "\f080"; }
  
  .fa.fa-bar-chart-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-bar-chart-o:before {
    content: "\f080"; }
  
  .fa.fa-twitter-square {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-facebook-square {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-gears:before {
    content: "\f085"; }
  
  .fa.fa-thumbs-o-up {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-thumbs-o-up:before {
    content: "\f164"; }
  
  .fa.fa-thumbs-o-down {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-thumbs-o-down:before {
    content: "\f165"; }
  
  .fa.fa-heart-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-heart-o:before {
    content: "\f004"; }
  
  .fa.fa-sign-out:before {
    content: "\f2f5"; }
  
  .fa.fa-linkedin-square {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-linkedin-square:before {
    content: "\f08c"; }
  
  .fa.fa-thumb-tack:before {
    content: "\f08d"; }
  
  .fa.fa-external-link:before {
    content: "\f35d"; }
  
  .fa.fa-sign-in:before {
    content: "\f2f6"; }
  
  .fa.fa-github-square {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-lemon-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-lemon-o:before {
    content: "\f094"; }
  
  .fa.fa-square-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-square-o:before {
    content: "\f0c8"; }
  
  .fa.fa-bookmark-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-bookmark-o:before {
    content: "\f02e"; }
  
  .fa.fa-twitter {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-facebook {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-facebook:before {
    content: "\f39e"; }
  
  .fa.fa-facebook-f {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-facebook-f:before {
    content: "\f39e"; }
  
  .fa.fa-github {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-credit-card {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-feed:before {
    content: "\f09e"; }
  
  .fa.fa-hdd-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-hdd-o:before {
    content: "\f0a0"; }
  
  .fa.fa-hand-o-right {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-hand-o-right:before {
    content: "\f0a4"; }
  
  .fa.fa-hand-o-left {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-hand-o-left:before {
    content: "\f0a5"; }
  
  .fa.fa-hand-o-up {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-hand-o-up:before {
    content: "\f0a6"; }
  
  .fa.fa-hand-o-down {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-hand-o-down:before {
    content: "\f0a7"; }
  
  .fa.fa-arrows-alt:before {
    content: "\f31e"; }
  
  .fa.fa-group:before {
    content: "\f0c0"; }
  
  .fa.fa-chain:before {
    content: "\f0c1"; }
  
  .fa.fa-scissors:before {
    content: "\f0c4"; }
  
  .fa.fa-files-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-files-o:before {
    content: "\f0c5"; }
  
  .fa.fa-floppy-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-floppy-o:before {
    content: "\f0c7"; }
  
  .fa.fa-navicon:before {
    content: "\f0c9"; }
  
  .fa.fa-reorder:before {
    content: "\f0c9"; }
  
  .fa.fa-pinterest {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-pinterest-square {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-google-plus-square {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-google-plus {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-google-plus:before {
    content: "\f0d5"; }
  
  .fa.fa-money {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-money:before {
    content: "\f3d1"; }
  
  .fa.fa-unsorted:before {
    content: "\f0dc"; }
  
  .fa.fa-sort-desc:before {
    content: "\f0dd"; }
  
  .fa.fa-sort-asc:before {
    content: "\f0de"; }
  
  .fa.fa-linkedin {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-linkedin:before {
    content: "\f0e1"; }
  
  .fa.fa-rotate-left:before {
    content: "\f0e2"; }
  
  .fa.fa-legal:before {
    content: "\f0e3"; }
  
  .fa.fa-tachometer:before {
    content: "\f3fd"; }
  
  .fa.fa-dashboard:before {
    content: "\f3fd"; }
  
  .fa.fa-comment-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-comment-o:before {
    content: "\f075"; }
  
  .fa.fa-comments-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-comments-o:before {
    content: "\f086"; }
  
  .fa.fa-flash:before {
    content: "\f0e7"; }
  
  .fa.fa-clipboard {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-paste {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-paste:before {
    content: "\f328"; }
  
  .fa.fa-lightbulb-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-lightbulb-o:before {
    content: "\f0eb"; }
  
  .fa.fa-exchange:before {
    content: "\f362"; }
  
  .fa.fa-cloud-download:before {
    content: "\f381"; }
  
  .fa.fa-cloud-upload:before {
    content: "\f382"; }
  
  .fa.fa-bell-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-bell-o:before {
    content: "\f0f3"; }
  
  .fa.fa-cutlery:before {
    content: "\f2e7"; }
  
  .fa.fa-file-text-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-file-text-o:before {
    content: "\f15c"; }
  
  .fa.fa-building-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-building-o:before {
    content: "\f1ad"; }
  
  .fa.fa-hospital-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-hospital-o:before {
    content: "\f0f8"; }
  
  .fa.fa-tablet:before {
    content: "\f3fa"; }
  
  .fa.fa-mobile:before {
    content: "\f3cd"; }
  
  .fa.fa-mobile-phone:before {
    content: "\f3cd"; }
  
  .fa.fa-circle-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-circle-o:before {
    content: "\f111"; }
  
  .fa.fa-mail-reply:before {
    content: "\f3e5"; }
  
  .fa.fa-github-alt {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-folder-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-folder-o:before {
    content: "\f07b"; }
  
  .fa.fa-folder-open-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-folder-open-o:before {
    content: "\f07c"; }
  
  .fa.fa-smile-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-smile-o:before {
    content: "\f118"; }
  
  .fa.fa-frown-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-frown-o:before {
    content: "\f119"; }
  
  .fa.fa-meh-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-meh-o:before {
    content: "\f11a"; }
  
  .fa.fa-keyboard-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-keyboard-o:before {
    content: "\f11c"; }
  
  .fa.fa-flag-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-flag-o:before {
    content: "\f024"; }
  
  .fa.fa-mail-reply-all:before {
    content: "\f122"; }
  
  .fa.fa-star-half-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-star-half-o:before {
    content: "\f089"; }
  
  .fa.fa-star-half-empty {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-star-half-empty:before {
    content: "\f089"; }
  
  .fa.fa-star-half-full {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-star-half-full:before {
    content: "\f089"; }
  
  .fa.fa-code-fork:before {
    content: "\f126"; }
  
  .fa.fa-chain-broken:before {
    content: "\f127"; }
  
  .fa.fa-shield:before {
    content: "\f3ed"; }
  
  .fa.fa-calendar-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-calendar-o:before {
    content: "\f133"; }
  
  .fa.fa-maxcdn {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-html5 {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-css3 {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-ticket:before {
    content: "\f3ff"; }
  
  .fa.fa-minus-square-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-minus-square-o:before {
    content: "\f146"; }
  
  .fa.fa-level-up:before {
    content: "\f3bf"; }
  
  .fa.fa-level-down:before {
    content: "\f3be"; }
  
  .fa.fa-pencil-square:before {
    content: "\f14b"; }
  
  .fa.fa-external-link-square:before {
    content: "\f360"; }
  
  .fa.fa-compass {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-caret-square-o-down {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-caret-square-o-down:before {
    content: "\f150"; }
  
  .fa.fa-toggle-down {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-toggle-down:before {
    content: "\f150"; }
  
  .fa.fa-caret-square-o-up {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-caret-square-o-up:before {
    content: "\f151"; }
  
  .fa.fa-toggle-up {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-toggle-up:before {
    content: "\f151"; }
  
  .fa.fa-caret-square-o-right {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-caret-square-o-right:before {
    content: "\f152"; }
  
  .fa.fa-toggle-right {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-toggle-right:before {
    content: "\f152"; }
  
  .fa.fa-eur:before {
    content: "\f153"; }
  
  .fa.fa-euro:before {
    content: "\f153"; }
  
  .fa.fa-gbp:before {
    content: "\f154"; }
  
  .fa.fa-usd:before {
    content: "\f155"; }
  
  .fa.fa-dollar:before {
    content: "\f155"; }
  
  .fa.fa-inr:before {
    content: "\f156"; }
  
  .fa.fa-rupee:before {
    content: "\f156"; }
  
  .fa.fa-jpy:before {
    content: "\f157"; }
  
  .fa.fa-cny:before {
    content: "\f157"; }
  
  .fa.fa-rmb:before {
    content: "\f157"; }
  
  .fa.fa-yen:before {
    content: "\f157"; }
  
  .fa.fa-rub:before {
    content: "\f158"; }
  
  .fa.fa-ruble:before {
    content: "\f158"; }
  
  .fa.fa-rouble:before {
    content: "\f158"; }
  
  .fa.fa-krw:before {
    content: "\f159"; }
  
  .fa.fa-won:before {
    content: "\f159"; }
  
  .fa.fa-btc {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-bitcoin {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-bitcoin:before {
    content: "\f15a"; }
  
  .fa.fa-file-text:before {
    content: "\f15c"; }
  
  .fa.fa-sort-alpha-asc:before {
    content: "\f15d"; }
  
  .fa.fa-sort-alpha-desc:before {
    content: "\f881"; }
  
  .fa.fa-sort-amount-asc:before {
    content: "\f160"; }
  
  .fa.fa-sort-amount-desc:before {
    content: "\f884"; }
  
  .fa.fa-sort-numeric-asc:before {
    content: "\f162"; }
  
  .fa.fa-sort-numeric-desc:before {
    content: "\f886"; }
  
  .fa.fa-youtube-square {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-youtube {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-xing {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-xing-square {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-youtube-play {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-youtube-play:before {
    content: "\f167"; }
  
  .fa.fa-dropbox {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-stack-overflow {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-instagram {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-flickr {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-adn {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-bitbucket {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-bitbucket-square {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-bitbucket-square:before {
    content: "\f171"; }
  
  .fa.fa-tumblr {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-tumblr-square {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-long-arrow-down:before {
    content: "\f309"; }
  
  .fa.fa-long-arrow-up:before {
    content: "\f30c"; }
  
  .fa.fa-long-arrow-left:before {
    content: "\f30a"; }
  
  .fa.fa-long-arrow-right:before {
    content: "\f30b"; }
  
  .fa.fa-apple {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-windows {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-android {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-linux {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-dribbble {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-skype {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-foursquare {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-trello {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-gratipay {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-gittip {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-gittip:before {
    content: "\f184"; }
  
  .fa.fa-sun-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-sun-o:before {
    content: "\f185"; }
  
  .fa.fa-moon-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-moon-o:before {
    content: "\f186"; }
  
  .fa.fa-vk {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-weibo {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-renren {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-pagelines {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-stack-exchange {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-arrow-circle-o-right {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-arrow-circle-o-right:before {
    content: "\f35a"; }
  
  .fa.fa-arrow-circle-o-left {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-arrow-circle-o-left:before {
    content: "\f359"; }
  
  .fa.fa-caret-square-o-left {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-caret-square-o-left:before {
    content: "\f191"; }
  
  .fa.fa-toggle-left {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-toggle-left:before {
    content: "\f191"; }
  
  .fa.fa-dot-circle-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-dot-circle-o:before {
    content: "\f192"; }
  
  .fa.fa-vimeo-square {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-try:before {
    content: "\f195"; }
  
  .fa.fa-turkish-lira:before {
    content: "\f195"; }
  
  .fa.fa-plus-square-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-plus-square-o:before {
    content: "\f0fe"; }
  
  .fa.fa-slack {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-wordpress {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-openid {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-institution:before {
    content: "\f19c"; }
  
  .fa.fa-bank:before {
    content: "\f19c"; }
  
  .fa.fa-mortar-board:before {
    content: "\f19d"; }
  
  .fa.fa-yahoo {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-google {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-reddit {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-reddit-square {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-stumbleupon-circle {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-stumbleupon {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-delicious {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-digg {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-pied-piper-pp {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-pied-piper-alt {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-drupal {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-joomla {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-spoon:before {
    content: "\f2e5"; }
  
  .fa.fa-behance {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-behance-square {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-steam {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-steam-square {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-automobile:before {
    content: "\f1b9"; }
  
  .fa.fa-envelope-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-envelope-o:before {
    content: "\f0e0"; }
  
  .fa.fa-spotify {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-deviantart {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-soundcloud {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-file-pdf-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-file-pdf-o:before {
    content: "\f1c1"; }
  
  .fa.fa-file-word-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-file-word-o:before {
    content: "\f1c2"; }
  
  .fa.fa-file-excel-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-file-excel-o:before {
    content: "\f1c3"; }
  
  .fa.fa-file-powerpoint-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-file-powerpoint-o:before {
    content: "\f1c4"; }
  
  .fa.fa-file-image-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-file-image-o:before {
    content: "\f1c5"; }
  
  .fa.fa-file-photo-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-file-photo-o:before {
    content: "\f1c5"; }
  
  .fa.fa-file-picture-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-file-picture-o:before {
    content: "\f1c5"; }
  
  .fa.fa-file-archive-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-file-archive-o:before {
    content: "\f1c6"; }
  
  .fa.fa-file-zip-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-file-zip-o:before {
    content: "\f1c6"; }
  
  .fa.fa-file-audio-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-file-audio-o:before {
    content: "\f1c7"; }
  
  .fa.fa-file-sound-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-file-sound-o:before {
    content: "\f1c7"; }
  
  .fa.fa-file-video-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-file-video-o:before {
    content: "\f1c8"; }
  
  .fa.fa-file-movie-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-file-movie-o:before {
    content: "\f1c8"; }
  
  .fa.fa-file-code-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-file-code-o:before {
    content: "\f1c9"; }
  
  .fa.fa-vine {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-codepen {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-jsfiddle {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-life-ring {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-life-bouy {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-life-bouy:before {
    content: "\f1cd"; }
  
  .fa.fa-life-buoy {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-life-buoy:before {
    content: "\f1cd"; }
  
  .fa.fa-life-saver {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-life-saver:before {
    content: "\f1cd"; }
  
  .fa.fa-support {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-support:before {
    content: "\f1cd"; }
  
  .fa.fa-circle-o-notch:before {
    content: "\f1ce"; }
  
  .fa.fa-rebel {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-ra {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-ra:before {
    content: "\f1d0"; }
  
  .fa.fa-resistance {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-resistance:before {
    content: "\f1d0"; }
  
  .fa.fa-empire {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-ge {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-ge:before {
    content: "\f1d1"; }
  
  .fa.fa-git-square {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-git {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-hacker-news {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-y-combinator-square {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-y-combinator-square:before {
    content: "\f1d4"; }
  
  .fa.fa-yc-square {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-yc-square:before {
    content: "\f1d4"; }
  
  .fa.fa-tencent-weibo {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-qq {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-weixin {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-wechat {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-wechat:before {
    content: "\f1d7"; }
  
  .fa.fa-send:before {
    content: "\f1d8"; }
  
  .fa.fa-paper-plane-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-paper-plane-o:before {
    content: "\f1d8"; }
  
  .fa.fa-send-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-send-o:before {
    content: "\f1d8"; }
  
  .fa.fa-circle-thin {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-circle-thin:before {
    content: "\f111"; }
  
  .fa.fa-header:before {
    content: "\f1dc"; }
  
  .fa.fa-sliders:before {
    content: "\f1de"; }
  
  .fa.fa-futbol-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-futbol-o:before {
    content: "\f1e3"; }
  
  .fa.fa-soccer-ball-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-soccer-ball-o:before {
    content: "\f1e3"; }
  
  .fa.fa-slideshare {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-twitch {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-yelp {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-newspaper-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-newspaper-o:before {
    content: "\f1ea"; }
  
  .fa.fa-paypal {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-google-wallet {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-cc-visa {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-cc-mastercard {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-cc-discover {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-cc-amex {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-cc-paypal {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-cc-stripe {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-bell-slash-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-bell-slash-o:before {
    content: "\f1f6"; }
  
  .fa.fa-trash:before {
    content: "\f2ed"; }
  
  .fa.fa-copyright {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-eyedropper:before {
    content: "\f1fb"; }
  
  .fa.fa-area-chart:before {
    content: "\f1fe"; }
  
  .fa.fa-pie-chart:before {
    content: "\f200"; }
  
  .fa.fa-line-chart:before {
    content: "\f201"; }
  
  .fa.fa-lastfm {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-lastfm-square {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-ioxhost {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-angellist {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-cc {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-cc:before {
    content: "\f20a"; }
  
  .fa.fa-ils:before {
    content: "\f20b"; }
  
  .fa.fa-shekel:before {
    content: "\f20b"; }
  
  .fa.fa-sheqel:before {
    content: "\f20b"; }
  
  .fa.fa-meanpath {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-meanpath:before {
    content: "\f2b4"; }
  
  .fa.fa-buysellads {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-connectdevelop {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-dashcube {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-forumbee {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-leanpub {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-sellsy {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-shirtsinbulk {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-simplybuilt {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-skyatlas {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-diamond {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-diamond:before {
    content: "\f3a5"; }
  
  .fa.fa-intersex:before {
    content: "\f224"; }
  
  .fa.fa-facebook-official {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-facebook-official:before {
    content: "\f09a"; }
  
  .fa.fa-pinterest-p {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-whatsapp {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-hotel:before {
    content: "\f236"; }
  
  .fa.fa-viacoin {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-medium {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-y-combinator {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-yc {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-yc:before {
    content: "\f23b"; }
  
  .fa.fa-optin-monster {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-opencart {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-expeditedssl {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-battery-4:before {
    content: "\f240"; }
  
  .fa.fa-battery:before {
    content: "\f240"; }
  
  .fa.fa-battery-3:before {
    content: "\f241"; }
  
  .fa.fa-battery-2:before {
    content: "\f242"; }
  
  .fa.fa-battery-1:before {
    content: "\f243"; }
  
  .fa.fa-battery-0:before {
    content: "\f244"; }
  
  .fa.fa-object-group {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-object-ungroup {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-sticky-note-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-sticky-note-o:before {
    content: "\f249"; }
  
  .fa.fa-cc-jcb {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-cc-diners-club {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-clone {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-hourglass-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-hourglass-o:before {
    content: "\f254"; }
  
  .fa.fa-hourglass-1:before {
    content: "\f251"; }
  
  .fa.fa-hourglass-2:before {
    content: "\f252"; }
  
  .fa.fa-hourglass-3:before {
    content: "\f253"; }
  
  .fa.fa-hand-rock-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-hand-rock-o:before {
    content: "\f255"; }
  
  .fa.fa-hand-grab-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-hand-grab-o:before {
    content: "\f255"; }
  
  .fa.fa-hand-paper-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-hand-paper-o:before {
    content: "\f256"; }
  
  .fa.fa-hand-stop-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-hand-stop-o:before {
    content: "\f256"; }
  
  .fa.fa-hand-scissors-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-hand-scissors-o:before {
    content: "\f257"; }
  
  .fa.fa-hand-lizard-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-hand-lizard-o:before {
    content: "\f258"; }
  
  .fa.fa-hand-spock-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-hand-spock-o:before {
    content: "\f259"; }
  
  .fa.fa-hand-pointer-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-hand-pointer-o:before {
    content: "\f25a"; }
  
  .fa.fa-hand-peace-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-hand-peace-o:before {
    content: "\f25b"; }
  
  .fa.fa-registered {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-creative-commons {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-gg {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-gg-circle {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-tripadvisor {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-odnoklassniki {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-odnoklassniki-square {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-get-pocket {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-wikipedia-w {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-safari {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-chrome {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-firefox {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-opera {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-internet-explorer {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-television:before {
    content: "\f26c"; }
  
  .fa.fa-contao {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-500px {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-amazon {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-calendar-plus-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-calendar-plus-o:before {
    content: "\f271"; }
  
  .fa.fa-calendar-minus-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-calendar-minus-o:before {
    content: "\f272"; }
  
  .fa.fa-calendar-times-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-calendar-times-o:before {
    content: "\f273"; }
  
  .fa.fa-calendar-check-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-calendar-check-o:before {
    content: "\f274"; }
  
  .fa.fa-map-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-map-o:before {
    content: "\f279"; }
  
  .fa.fa-commenting:before {
    content: "\f4ad"; }
  
  .fa.fa-commenting-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-commenting-o:before {
    content: "\f4ad"; }
  
  .fa.fa-houzz {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-vimeo {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-vimeo:before {
    content: "\f27d"; }
  
  .fa.fa-black-tie {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-fonticons {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-reddit-alien {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-edge {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-credit-card-alt:before {
    content: "\f09d"; }
  
  .fa.fa-codiepie {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-modx {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-fort-awesome {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-usb {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-product-hunt {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-mixcloud {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-scribd {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-pause-circle-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-pause-circle-o:before {
    content: "\f28b"; }
  
  .fa.fa-stop-circle-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-stop-circle-o:before {
    content: "\f28d"; }
  
  .fa.fa-bluetooth {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-bluetooth-b {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-gitlab {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-wpbeginner {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-wpforms {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-envira {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-wheelchair-alt {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-wheelchair-alt:before {
    content: "\f368"; }
  
  .fa.fa-question-circle-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-question-circle-o:before {
    content: "\f059"; }
  
  .fa.fa-volume-control-phone:before {
    content: "\f2a0"; }
  
  .fa.fa-asl-interpreting:before {
    content: "\f2a3"; }
  
  .fa.fa-deafness:before {
    content: "\f2a4"; }
  
  .fa.fa-hard-of-hearing:before {
    content: "\f2a4"; }
  
  .fa.fa-glide {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-glide-g {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-signing:before {
    content: "\f2a7"; }
  
  .fa.fa-viadeo {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-viadeo-square {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-snapchat {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-snapchat-ghost {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-snapchat-square {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-pied-piper {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-first-order {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-yoast {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-themeisle {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-google-plus-official {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-google-plus-official:before {
    content: "\f2b3"; }
  
  .fa.fa-google-plus-circle {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-google-plus-circle:before {
    content: "\f2b3"; }
  
  .fa.fa-font-awesome {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-fa {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-fa:before {
    content: "\f2b4"; }
  
  .fa.fa-handshake-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-handshake-o:before {
    content: "\f2b5"; }
  
  .fa.fa-envelope-open-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-envelope-open-o:before {
    content: "\f2b6"; }
  
  .fa.fa-linode {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-address-book-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-address-book-o:before {
    content: "\f2b9"; }
  
  .fa.fa-vcard:before {
    content: "\f2bb"; }
  
  .fa.fa-address-card-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-address-card-o:before {
    content: "\f2bb"; }
  
  .fa.fa-vcard-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-vcard-o:before {
    content: "\f2bb"; }
  
  .fa.fa-user-circle-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-user-circle-o:before {
    content: "\f2bd"; }
  
  .fa.fa-user-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-user-o:before {
    content: "\f007"; }
  
  .fa.fa-id-badge {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-drivers-license:before {
    content: "\f2c2"; }
  
  .fa.fa-id-card-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-id-card-o:before {
    content: "\f2c2"; }
  
  .fa.fa-drivers-license-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-drivers-license-o:before {
    content: "\f2c2"; }
  
  .fa.fa-quora {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-free-code-camp {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-telegram {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-thermometer-4:before {
    content: "\f2c7"; }
  
  .fa.fa-thermometer:before {
    content: "\f2c7"; }
  
  .fa.fa-thermometer-3:before {
    content: "\f2c8"; }
  
  .fa.fa-thermometer-2:before {
    content: "\f2c9"; }
  
  .fa.fa-thermometer-1:before {
    content: "\f2ca"; }
  
  .fa.fa-thermometer-0:before {
    content: "\f2cb"; }
  
  .fa.fa-bathtub:before {
    content: "\f2cd"; }
  
  .fa.fa-s15:before {
    content: "\f2cd"; }
  
  .fa.fa-window-maximize {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-window-restore {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-times-rectangle:before {
    content: "\f410"; }
  
  .fa.fa-window-close-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-window-close-o:before {
    content: "\f410"; }
  
  .fa.fa-times-rectangle-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-times-rectangle-o:before {
    content: "\f410"; }
  
  .fa.fa-bandcamp {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-grav {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-etsy {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-imdb {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-ravelry {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-eercast {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-eercast:before {
    content: "\f2da"; }
  
  .fa.fa-snowflake-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  
  .fa.fa-snowflake-o:before {
    content: "\f2dc"; }
  
  .fa.fa-superpowers {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-wpexplorer {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
  
  .fa.fa-cab:before {
    content: "\f1ba"; }
/* line 5, app/assets/stylesheets/tabs.scss */
.tabs {
  border-bottom: 0.125rem solid #ecf0f1;
  margin: 0;
  padding: 0;
}

/* line 10, app/assets/stylesheets/tabs.scss */
.tabs.profiletabs {
  padding-top: 0.125rem;
}

/* line 12, app/assets/stylesheets/tabs.scss */
.tabs dd {
  margin-bottom: -1px !important;
}

/* line 13, app/assets/stylesheets/tabs.scss */
.tabs dd:last-child {
  border-right: none;
}

/* line 17, app/assets/stylesheets/tabs.scss */
.tabs dd a {
  background-color: transparent;
  color: #95a5a6;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 0.9375rem;
  padding: 0.9375rem 1.875rem;
  text-align: center;
}

/* line 28, app/assets/stylesheets/tabs.scss */
.tabs dd a:hover {
  background-color: transparent;
  color: #bdc3c7;
}

/* line 33, app/assets/stylesheets/tabs.scss */
.tabs dd a .has-tip {
  border-bottom: none;
  color: #95a5a6;
  font-size: 0.875rem;
  font-weight: 400;
}

/* line 45, app/assets/stylesheets/tabs.scss */
.tabs dd.active a {
  background-color: white;
  border-top: 0.125rem solid #ecf0f1;
  border-right: 0.125rem solid #ecf0f1;
  border-left: 0.125rem solid #ecf0f1;
  -moz-border-radius-topleft: 0.3125rem;
  -webkit-border-top-left-radius: 0.3125rem;
  border-top-left-radius: 0.3125rem;
  -moz-border-radius-topright: 0.3125rem;
  -webkit-border-top-right-radius: 0.3125rem;
  border-top-right-radius: 0.3125rem;
  color: #1e3b4c;
  font-weight: 700;
  line-height: 0.625rem;
  padding-bottom: 1.1875rem;
  margin-bottom: -0.0625rem;
}

/* line 57, app/assets/stylesheets/tabs.scss */
.tabs dd.active a .has-tip {
  border-bottom: none;
  color: #1e3b4c;
  font-size: 0.875rem;
  font-weight: 700;
}

@media only screen and (max-width:55em) {
  /* line 70, app/assets/stylesheets/tabs.scss */
  .tabs dd a {
    font-size: 60%;
    padding: 0.5rem 0.4375rem 0 0.4375rem;
  }
}

@media only screen and (min-width:55.063em) and (max-width:64em) {
  /* line 77, app/assets/stylesheets/tabs.scss */
  .tabs dd a {
    font-size: 80%;
    padding: 0.875rem 0.75rem 0.625rem 0.75rem;
  }
}

@media only screen and (min-width:64.063em) and (max-width:90em) {
  /* line 84, app/assets/stylesheets/tabs.scss */
  .tabs dd a {
    font-size: 80%;
    padding: 0.875rem 0.75rem 0.625rem 0.75rem;
  }
}
/* line 6, app/assets/stylesheets/dashboard.scss */
.dashboard .gravatar {
  -webkit-border-radius: 2.5rem;
  -moz-border-radius: 2.5rem;
  -ms-border-radius: 2.5rem;
  -o-border-radius: 2.5rem;
  border-radius: 2.5rem;
  display: inline-block;
  height: 2.5rem;
  width: 2.5rem;
}

/* line 14, app/assets/stylesheets/dashboard.scss */
.dashboard .sidebar .button {
  margin-bottom: 2.5rem;
}

/* line 18, app/assets/stylesheets/dashboard.scss */
.dashboard .sidebar h3, .dashboard .sidebar h4, .dashboard .sidebar h5 {
  margin-bottom: 0;
}

/* line 23, app/assets/stylesheets/dashboard.scss */
.dashboard .buttons a {
  text-decoration: underline;
}

@media only screen and (max-width:90em) {
  /* line 31, app/assets/stylesheets/dashboard.scss */
  .dashboard .heading-with-buttons .title small {
    display: inline-block;
    margin-left: 0;
  }
}

/* line 38, app/assets/stylesheets/dashboard.scss */
.activity_list {
  border-collapse: collapse;
  display: table;
  list-style-type: none;
  margin: 0;
  width: 100%;
}

/* line 45, app/assets/stylesheets/dashboard.scss */
.activity_list a {
  text-decoration: underline;
}

/* line 49, app/assets/stylesheets/dashboard.scss */
.activity_list li {
  border-bottom: 0.125rem solid #f7f7f8;
  display: table-row;
  padding: 0.625rem 0 0.625rem 0;
  vertical-align: bottom;
}

/* line 55, app/assets/stylesheets/dashboard.scss */
.activity_list li > * {
  display: table-cell;
  padding: 0.625rem 0 0.625rem 0;
}

/* line 60, app/assets/stylesheets/dashboard.scss */
.activity_list li .date {
  text-align: right;
}

@media only screen and (max-width: 32em) {
  /* line 66, app/assets/stylesheets/dashboard.scss */
  .activity_list .gravatar {
    display: none;
  }
}

/* line 72, app/assets/stylesheets/dashboard.scss */
.explore_cookbooks {
  margin-top: 3.125rem;
  text-align: center;
}

/* line 76, app/assets/stylesheets/dashboard.scss */
.explore_cookbooks .button {
  width: 21.875rem;
}

/* line 80, app/assets/stylesheets/dashboard.scss */
.explore_cookbooks h2 {
  margin-bottom: 0;
}
/* line 6, app/assets/stylesheets/contribute.scss */
.contribute .sidebar .button {
  margin-bottom: 2.5rem;
}

/* line 11, app/assets/stylesheets/contribute.scss */
.contribute .tabs span {
  background: #cbcfd2;
  border-radius: 0.25rem;
  color: white;
  font-size: 0.75rem;
  margin-left: 0.3125rem;
  padding: 0.0625rem 0.3125rem 0.0625rem 0.3125rem;
}

/* line 20, app/assets/stylesheets/contribute.scss */
.contribute .signature {
  padding-left: 0;
  padding-right: 0;
  width: 41.6666666667%;
  float: left;
}

@media only screen and (max-width:55em) {
  /* line 25, app/assets/stylesheets/contribute.scss */
  .contribute .signature {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    float: left;
  }
}

/* line 30, app/assets/stylesheets/contribute.scss */
.contribute .agreement {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 58.3333333333%;
  float: left;
}

/* line 33, app/assets/stylesheets/contribute.scss */
.contribute .agreement .panel {
  max-height: 63.75rem;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 38, app/assets/stylesheets/contribute.scss */
.contribute .agreement .panel h1 {
  border: none;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

/* line 39, app/assets/stylesheets/contribute.scss */
.contribute .agreement .panel h2 {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

/* line 40, app/assets/stylesheets/contribute.scss */
.contribute .agreement .panel p, .contribute .agreement .panel li, .contribute .agreement .panel footer {
  font-size: 0.75rem;
  margin-bottom: 1.125rem;
}

@media only screen and (max-width:55em) {
  /* line 48, app/assets/stylesheets/contribute.scss */
  .contribute .agreement {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    float: left;
  }
}

/* line 54, app/assets/stylesheets/contribute.scss */
.contributor_search {
  height: 6.25rem;
}

/* line 56, app/assets/stylesheets/contribute.scss */
.contributor_search .bar {
  width: 80%;
  height: 3.125rem;
  float: left;
}

/* line 61, app/assets/stylesheets/contribute.scss */
.contributor_search .button {
  width: 20%;
  height: 3.125rem;
  float: right;
}
/* line 5, app/assets/stylesheets/welcome.css.scss */
.sign_up_in {
  padding-bottom: 3.4375rem;
}

/* line 8, app/assets/stylesheets/welcome.css.scss */
.sign_up_in p {
  margin: 0;
}

@media only screen and (max-width: 32em) {
  /* line 13, app/assets/stylesheets/welcome.css.scss */
  .sign_up_in .button {
    width: 100%;
  }
  /* line 16, app/assets/stylesheets/welcome.css.scss */
  .sign_up_in .button:first-child {
    margin-bottom: 0.625rem;
  }
}

@media only screen and (min-width:32.063em) and (max-width:55em) {
  /* line 23, app/assets/stylesheets/welcome.css.scss */
  .sign_up_in .button {
    width: 100%;
  }
  /* line 26, app/assets/stylesheets/welcome.css.scss */
  .sign_up_in .button:first-child {
    margin-bottom: 0.625rem;
  }
}

/* line 33, app/assets/stylesheets/welcome.css.scss */
.welcome_resources {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 100%;
  *zoom: 1;
  border: 1px #d4dbdf;
  border-style: solid none solid none;
  margin-bottom: 2.5rem;
  padding: 2.5rem;
}

/* line 116, vendor/assets/stylesheets/foundation/components/_global.scss */
.welcome_resources:before, .welcome_resources:after {
  content: " ";
  display: table;
}

/* line 117, vendor/assets/stylesheets/foundation/components/_global.scss */
.welcome_resources:after {
  clear: both;
}

/* line 40, app/assets/stylesheets/welcome.css.scss */
.welcome_resources div {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 33.3333333333%;
  float: left;
}

@media only screen and (max-width: 32em) {
  /* line 45, app/assets/stylesheets/welcome.css.scss */
  .welcome_resources div {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
  }
}

/* line 51, app/assets/stylesheets/welcome.css.scss */
.signout-message {
  -webkit-border-radius: 0.125rem;
  -moz-border-radius: 0.125rem;
  -ms-border-radius: 0.125rem;
  -o-border-radius: 0.125rem;
  border-radius: 0.125rem;
  border: 4px solid #F04124;
  color: #F04124;
  display: block;
  margin: 0 0 2rem 0;
  padding: 1.125rem 0.5625rem 1.125rem 0.5625rem;
}

/* line 60, app/assets/stylesheets/welcome.css.scss */
.signout-message p {
  font-size: 1.125rem;
  text-align: center;
  margin: 0;
}
/* line 2, app/assets/stylesheets/alerts.scss */
.alert-box {
  left: 0;
  right: 0;
  top: 0;
  margin-bottom: 0;
}

/* line 9, app/assets/stylesheets/alerts.scss */
.alert-box.success {
  border-color: #43AC6A;
}

/* line 13, app/assets/stylesheets/alerts.scss */
.alert-box.alert {
  border-color: #F04124;
}

/* line 17, app/assets/stylesheets/alerts.scss */
.alert-box.warning {
  border-color: #F08A24;
}

/* line 21, app/assets/stylesheets/alerts.scss */
.alert-box.secondary {
  border-color: #E7E7E7;
}

/* line 25, app/assets/stylesheets/alerts.scss */
.alert-box.info {
  border-color: #A0D3E8;
}

/* line 29, app/assets/stylesheets/alerts.scss */
.darkblue-href a {
  color: #00008B !important;
}
/* line 5, app/assets/stylesheets/listing.scss */
.listing {
  list-style-type: none;
  margin: 0 0 1.25rem 0;
}

/* line 9, app/assets/stylesheets/listing.scss */
.listing li {
  margin-bottom: 1.25rem;
}

/* line 12, app/assets/stylesheets/listing.scss */
.listing li .header {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 100%;
  *zoom: 1;
  background-color: white;
  border-top: 1px solid #d4dbdf;
  border-right: 1px solid #d4dbdf;
  border-left: 1px solid #d4dbdf;
}

/* line 116, vendor/assets/stylesheets/foundation/components/_global.scss */
.listing li .header:before, .listing li .header:after {
  content: " ";
  display: table;
}

/* line 117, vendor/assets/stylesheets/foundation/components/_global.scss */
.listing li .header:after {
  clear: both;
}

/* line 20, app/assets/stylesheets/listing.scss */
.listing li .header-content {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  float: left;
  background-color: white;
  min-height: 3.875rem;
  padding: 0.9375rem 1.875rem;
}

/* line 26, app/assets/stylesheets/listing.scss */
.listing li .header-content .owner {
  float: right;
}

/* line 29, app/assets/stylesheets/listing.scss */
.listing li .header-content .owner h5 {
  display: inline;
  margin-bottom: 0;
}

/* line 34, app/assets/stylesheets/listing.scss */
.listing li .header-content .owner .gravatar {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 1.5rem;
}

@media only screen and (max-width:55em) {
  /* line 40, app/assets/stylesheets/listing.scss */
  .listing li .header-content .owner .gravatar {
    width: 1.25rem;
  }
}

/* line 46, app/assets/stylesheets/listing.scss */
.listing li .header-content .title {
  font-size: 1.0625rem;
  line-height: 1.0625rem;
  color: #1e3b4c;
  float: left;
  margin: 0.625rem 0 0;
}

/* line 14, app/assets/stylesheets/mixins/_mixins.scss */
.listing li .header-content .title a {
  color: #1e3b4c;
  text-decoration: none;
}

/* line 18, app/assets/stylesheets/mixins/_mixins.scss */
.listing li .header-content .title a:visited {
  color: #1e3b4c;
  text-decoration: none;
}

/* line 23, app/assets/stylesheets/mixins/_mixins.scss */
.listing li .header-content .title a:hover {
  color: #3b7495;
  text-decoration: none;
}

/* line 54, app/assets/stylesheets/listing.scss */
.listing li .header-content .title .fa {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  color: #bdc3c7;
  font-size: 1rem;
  margin: -0.125rem 0 0 1rem;
}

/* line 61, app/assets/stylesheets/listing.scss */
.listing li .header-content .title small {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  color: #959ca2;
  font-size: 0.75rem;
  font-weight: 400;
}

/* line 71, app/assets/stylesheets/listing.scss */
.listing li .header-content .meta {
  color: #95a5a6;
  font: 400 0.75rem "Montserrat", "helvetica neue", helvetica, arial, sans-serif;
  line-height: 1rem;
  float: left;
  margin: 0.625rem 0 0;
  text-align: right;
}

/* line 79, app/assets/stylesheets/listing.scss */
.listing li .header-content .meta .has-tip {
  border-bottom: none;
  color: #95a5a6;
  font: 400 0.75rem "Montserrat", "helvetica neue", helvetica, arial, sans-serif;
}

/* line 85, app/assets/stylesheets/listing.scss */
.listing li .header-content .meta .fa {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  color: #bdc3c7;
  font-size: 1rem;
  margin: -0.125rem 0 0 1rem;
}

/* line 92, app/assets/stylesheets/listing.scss */
.listing li .header-content .meta small {
  color: #cbd0d3;
  font-size: 0.625rem;
  font-weight: 400;
}

@media only screen and (max-width:55em) {
  /* line 102, app/assets/stylesheets/listing.scss */
  .listing li .header-content .meta {
    display: none;
  }
}

@media only screen and (max-width: 32em) {
  /* line 109, app/assets/stylesheets/listing.scss */
  .listing li .header-content {
    padding: 0.9375rem 0.625rem 0.625rem 1.25rem;
  }
}

@media only screen and (min-width:32.063em) and (max-width:55em) {
  /* line 115, app/assets/stylesheets/listing.scss */
  .listing li .header-content {
    padding: 0.9375rem 0.625rem 0.625rem 1.25rem;
  }
}

/* line 120, app/assets/stylesheets/listing.scss */
.listing li .body {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 100%;
  *zoom: 1;
  background-color: #dfe6eb;
  border-top: 1px solid #d4dbdf;
  border-right: 1px solid #d4dbdf;
  border-left: 1px solid #d4dbdf;
}

/* line 116, vendor/assets/stylesheets/foundation/components/_global.scss */
.listing li .body:before, .listing li .body:after {
  content: " ";
  display: table;
}

/* line 117, vendor/assets/stylesheets/foundation/components/_global.scss */
.listing li .body:after {
  clear: both;
}

/* line 128, app/assets/stylesheets/listing.scss */
.listing li .body-content {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  float: left;
  background-color: white;
  border-bottom: 1px solid #d4dbdf;
  padding: 1.25rem 1.875rem 1.875rem;
}

/* line 134, app/assets/stylesheets/listing.scss */
.listing li .body-content p {
  color: #95a5a6;
  font-size: 1rem;
  margin: 0;
}

/* line 140, app/assets/stylesheets/listing.scss */
.listing li .body-content code.install {
  display: block;
  font-weight: normal;
  margin-top: 1.25rem;
  padding: 0.5rem 1rem 0.5rem 1rem;
}

/* line 148, app/assets/stylesheets/listing.scss */
.listing li .bottom {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 100%;
  *zoom: 1;
  background-color: #dbe2e7;
  border-right: 1px solid #d4dbdf;
  border-bottom: 1px solid #d4dbdf;
  border-left: 1px solid #d4dbdf;
}

/* line 116, vendor/assets/stylesheets/foundation/components/_global.scss */
.listing li .bottom:before, .listing li .bottom:after {
  content: " ";
  display: table;
}

/* line 117, vendor/assets/stylesheets/foundation/components/_global.scss */
.listing li .bottom:after {
  clear: both;
}

/* line 156, app/assets/stylesheets/listing.scss */
.listing li .bottom-content {
  background-color: #f0f6f7;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  float: left;
  min-height: 3.875rem;
  padding: 0.9375rem 1.875rem;
}

/* line 162, app/assets/stylesheets/listing.scss */
.listing li .bottom-content h5 {
  color: #95a5a6;
  font-size: 0.625rem;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 0.25rem;
}

/* line 172, app/assets/stylesheets/listing.scss */
.listing li .bottom-content .cookbook_platforms_content {
  float: left;
}

/* line 176, app/assets/stylesheets/listing.scss */
.listing li .bottom-content .cookbook_badges_content {
  float: left;
  margin-left: 1em;
}
/* line 5, app/assets/stylesheets/simple_listing.scss */
.simple_listing {
  list-style-type: none;
  margin: 0 0 1.25rem 0 !important;
  display: table;
  border-collapse: collapse;
  width: 100%;
  color: #959ca2;
}

/* line 13, app/assets/stylesheets/simple_listing.scss */
.simple_listing.hide_owner .owner {
  display: none;
}

/* line 17, app/assets/stylesheets/simple_listing.scss */
.simple_listing.zebra li:nth-child(odd) {
  background-color: #959ca2;
}

/* line 21, app/assets/stylesheets/simple_listing.scss */
.simple_listing li {
  border-bottom: 0.125rem solid #ecedee;
  vertical-align: bottom;
  display: table-row;
}

/* line 14, app/assets/stylesheets/mixins/_mixins.scss */
.simple_listing li a {
  color: #1e3b4c;
  text-decoration: none;
}

/* line 18, app/assets/stylesheets/mixins/_mixins.scss */
.simple_listing li a:visited {
  color: #1e3b4c;
  text-decoration: none;
}

/* line 23, app/assets/stylesheets/mixins/_mixins.scss */
.simple_listing li a:hover {
  color: #3b7495;
  text-decoration: none;
}

/* line 27, app/assets/stylesheets/simple_listing.scss */
.simple_listing li > * {
  display: table-cell;
  padding: 0.625rem 0 0.625rem 0;
  text-align: left;
}

/* line 33, app/assets/stylesheets/simple_listing.scss */
.simple_listing li .followers {
  font-size: 0.625rem;
  text-align: right;
}

/* line 38, app/assets/stylesheets/simple_listing.scss */
.simple_listing li .gravatar {
  height: 1.875rem;
  width: 1.875rem;
}

/* line 43, app/assets/stylesheets/simple_listing.scss */
.simple_listing li .owner {
  width: 3.125rem;
}

/* line 47, app/assets/stylesheets/simple_listing.scss */
.simple_listing li .name {
  font: 700 1.0625rem "helvetica neue", helvetica, arial, sans-serif;
}

/* line 51, app/assets/stylesheets/simple_listing.scss */
.simple_listing li small {
  font-size: 0.75rem;
  font-weight: 700;
}
/* line 7, app/assets/stylesheets/resource.scss */
.resource .sidebar .fa {
  color: #bdc3c7;
  margin-right: 0.3125rem;
}

/* line 12, app/assets/stylesheets/resource.scss */
.resource .sidebar h3, .resource .sidebar h4 {
  color: adjust-lightness(#5c6f7c, 10%);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}

/* line 20, app/assets/stylesheets/resource.scss */
.resource .sidebar h3 small, .resource .sidebar h4 small {
  color: adjust-lightness(#5c6f7c, 20%);
  display: block;
  font: 400 0.75rem "helvetica neue", helvetica, arial, sans-serif;
  margin: 0.3125rem 0 0 1.25rem;
  text-transform: none;
}

/* line 29, app/assets/stylesheets/resource.scss */
.resource .sidebar h3 {
  border-bottom: 0.125rem solid #ecf0f1;
  margin-bottom: 1.875rem;
  padding-bottom: 0.625rem;
}

/* line 35, app/assets/stylesheets/resource.scss */
.resource .sidebar h4 {
  border-bottom: none;
  margin: 0.625rem 0 0 0;
}

/* line 40, app/assets/stylesheets/resource.scss */
.resource .sidebar p {
  color: adjust-lightness(#5c6f7c, 20%);
  font: 400 0.75rem "helvetica neue", helvetica, arial, sans-serif;
  margin: 0 0 1.5rem 1.25rem;
}

/* line 46, app/assets/stylesheets/resource.scss */
.resource .sidebar .gravatar {
  height: 4.5rem;
  margin: 0 0.9375rem 0.9375rem 0;
  width: 4.5rem;
}

/* line 52, app/assets/stylesheets/resource.scss */
.resource .sidebar .collaborators_avatar {
  margin-bottom: 1.25rem;
}

/* line 55, app/assets/stylesheets/resource.scss */
.resource .sidebar .collaborators_avatar ul li {
  list-style-type: none;
  margin-bottom: 0;
}

/* line 60, app/assets/stylesheets/resource.scss */
.resource .sidebar .collaborators_avatar .gravatar-container {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}

/* line 64, app/assets/stylesheets/resource.scss */
.resource .sidebar .collaborators_avatar .f-dropdown {
  margin: 0.9375rem 0 0 -0.3125rem;
}

/* line 68, app/assets/stylesheets/resource.scss */
.resource .sidebar .collaborators_avatar .gravatar {
  -webkit-border-radius: 2.5rem;
  -moz-border-radius: 2.5rem;
  -ms-border-radius: 2.5rem;
  -o-border-radius: 2.5rem;
  border-radius: 2.5rem;
  height: 2.5rem;
  width: 2.5rem;
}

/* line 75, app/assets/stylesheets/resource.scss */
.resource .sidebar .button {
  margin-bottom: 1.875rem;
}

@media only screen and (max-width:64em) {
  /* line 80, app/assets/stylesheets/resource.scss */
  .resource .sidebar .button {
    display: block;
    margin: 0.625rem 0 0 0;
    width: 100%;
  }
  /* line 85, app/assets/stylesheets/resource.scss */
  .resource .sidebar .button:last-of-type {
    margin-bottom: 1.875rem;
  }
}

/* line 91, app/assets/stylesheets/resource.scss */
.resource .sidebar .owner_avatar {
  *zoom: 1;
  font-size: 1.125rem;
  font-weight: 700;
}

/* line 2, app/assets/stylesheets/mixins/_mixins.scss */
.resource .sidebar .owner_avatar:before, .resource .sidebar .owner_avatar:after {
  content: "";
  display: table;
}

/* line 7, app/assets/stylesheets/mixins/_mixins.scss */
.resource .sidebar .owner_avatar:after {
  clear: both;
}

/* line 98, app/assets/stylesheets/resource.scss */
.resource .sidebar .owner_avatar .gravatar {
  float: left;
  margin-top: -0.9375rem;
}

/* line 103, app/assets/stylesheets/resource.scss */
.resource .sidebar .owner_avatar small {
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  margin-top: 0.3125rem;
}

/* line 113, app/assets/stylesheets/resource.scss */
.resource .sidebar .owner_tool {
  *zoom: 1;
  margin-top: 0.75rem;
  font-size: 1.125rem;
  font-weight: 700;
}

/* line 2, app/assets/stylesheets/mixins/_mixins.scss */
.resource .sidebar .owner_tool:before, .resource .sidebar .owner_tool:after {
  content: "";
  display: table;
}

/* line 7, app/assets/stylesheets/mixins/_mixins.scss */
.resource .sidebar .owner_tool:after {
  clear: both;
}

/* line 121, app/assets/stylesheets/resource.scss */
.resource .sidebar .owner_tool .gravatar {
  float: left;
  margin-top: 0;
  width: 3.125rem;
  height: 3.125rem;
}

/* line 128, app/assets/stylesheets/resource.scss */
.resource .sidebar .owner_tool small {
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  margin-top: 0.3125rem;
}

/* line 139, app/assets/stylesheets/resource.scss */
.resource .heading {
  border: none;
  font-size: 1.875rem;
  margin-bottom: 0.9375rem;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width:55em) {
  /* line 147, app/assets/stylesheets/resource.scss */
  .resource .heading small {
    display: block;
    float: none;
    margin: 0.3125rem 0 0.3125rem 0;
  }
}

@media only screen and (max-width:55em) {
  /* line 155, app/assets/stylesheets/resource.scss */
  .resource .heading .button {
    width: 100%;
  }
}

@media only screen and (max-width: 32em) {
  /* line 162, app/assets/stylesheets/resource.scss */
  .resource .heading {
    margin-bottom: 1.5625rem;
  }
}

@media only screen and (min-width:32.063em) and (max-width:55em) {
  /* line 168, app/assets/stylesheets/resource.scss */
  .resource .heading {
    margin-bottom: 0.9375rem;
  }
}

/* line 173, app/assets/stylesheets/resource.scss */
.resource pre.install {
  margin-bottom: 1.875rem;
}
/* line 8, app/assets/stylesheets/structure.scss */
html, body {
  height: 100%;
  min-height: 100%;
}

@media only screen and (max-width: 32em) {
  /* line 11, app/assets/stylesheets/structure.scss */
  html, body, h1, h2, h3, h4, h5, h6, p, li, span, blockquote, a, pre, code {
    font-size: 88%;
  }
}

@media only screen and (min-width:32.063em) and (max-width:55em) {
  /* line 15, app/assets/stylesheets/structure.scss */
  html, body, h1, h2, h3, h4, h5, h6, p, li, span, blockquote, a, pre, code {
    font-size: 95%;
  }
}

@media only screen and (min-width:55.063em) and (max-width:64em) {
  /* line 19, app/assets/stylesheets/structure.scss */
  html, body, h1, h2, h3, h4, h5, h6, p, li, span, blockquote, a, pre, code {
    font-size: 95%;
  }
}

/* line 22, app/assets/stylesheets/structure.scss */
body {
  background: #ecf0f1;
  margin: 0;
  cursor: auto;
}

/* line 28, app/assets/stylesheets/structure.scss */
hr {
  border: 2px solid #ecedef;
  margin-bottom: 1.25rem;
}

/* line 33, app/assets/stylesheets/structure.scss */
fieldset {
  border: none;
  padding: 0;
  margin: 0 0 1.25rem;
}

/* line 38, app/assets/stylesheets/structure.scss */
fieldset legend {
  background: white;
  font-weight: 600;
  padding-bottom: 0.625rem;
}

/* line 45, app/assets/stylesheets/structure.scss */
textarea {
  line-height: 1.25rem;
}

/* line 49, app/assets/stylesheets/structure.scss */
code, pre {
  -webkit-border-radius: 0.1875rem;
  -moz-border-radius: 0.1875rem;
  -ms-border-radius: 0.1875rem;
  -o-border-radius: 0.1875rem;
  border-radius: 0.1875rem;
  background-color: #F0F0F0;
  color: #222;
  cursor: text;
  padding: 0.125rem 0.3125rem;
}

/* line 57, app/assets/stylesheets/structure.scss */
pre {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  padding: 0.5rem 1.25rem;
}

/* line 63, app/assets/stylesheets/structure.scss */
pre code {
  padding: 0 0;
}

/* line 71, app/assets/stylesheets/structure.scss */
.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 100%;
  *zoom: 1;
  min-height: 100%;
  max-width: 1400px;
}

/* line 116, vendor/assets/stylesheets/foundation/components/_global.scss */
.container:before, .container:after {
  content: " ";
  display: table;
}

/* line 117, vendor/assets/stylesheets/foundation/components/_global.scss */
.container:after {
  clear: both;
}

/* line 77, app/assets/stylesheets/structure.scss */
.page {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 100%;
  *zoom: 1;
  background: white;
  color: #959ca2;
  position: relative;
  z-index: 1;
}

/* line 116, vendor/assets/stylesheets/foundation/components/_global.scss */
.page:before, .page:after {
  content: " ";
  display: table;
}

/* line 117, vendor/assets/stylesheets/foundation/components/_global.scss */
.page:after {
  clear: both;
}

/* line 84, app/assets/stylesheets/structure.scss */
.page.nobg {
  background-color: transparent;
}

/* line 87, app/assets/stylesheets/structure.scss */
.page.nobg .heading-with-buttons .title {
  color: #bdc3c7;
}

/* line 92, app/assets/stylesheets/structure.scss */
.page.withspace {
  padding: 3.4375rem;
}

/* line 96, app/assets/stylesheets/structure.scss */
.page table {
  width: 100%;
}

@media only screen and (max-width: 32em) {
  /* line 102, app/assets/stylesheets/structure.scss */
  .page {
    padding: 0;
  }
}

@media only screen and (min-width:32.063em) and (max-width:55em) {
  /* line 108, app/assets/stylesheets/structure.scss */
  .page {
    padding: 0;
  }
}

@media only screen and (max-width:55em) {
  /* line 114, app/assets/stylesheets/structure.scss */
  .page.nobg, .page.withspace {
    padding: 1.25rem;
  }
}

@media only screen and (min-width:55.063em) and (max-width:64em) {
  /* line 120, app/assets/stylesheets/structure.scss */
  .page.nobg, .page.withspace {
    padding: 3.4375rem;
  }
}

@media only screen and (min-width:64.063em) and (max-width:90em) {
  /* line 126, app/assets/stylesheets/structure.scss */
  .page.nobg, .page.withspace {
    padding: 3.4375rem;
  }
}

@media only screen and (min-width:90.063em) {
  /* line 132, app/assets/stylesheets/structure.scss */
  .page.withspace {
    padding: 3.4375rem;
  }
}

@media only screen and (min-width:90.063em) {
  /* line 138, app/assets/stylesheets/structure.scss */
  .page.nobg {
    padding: 3.4375rem 0;
  }
}

/* line 143, app/assets/stylesheets/structure.scss */
.main {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 66.6666666667%;
  float: left;
  padding: 3.4375rem;
}

@media only screen and (max-width: 32em) {
  /* line 149, app/assets/stylesheets/structure.scss */
  .main {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
    padding: 1.875rem;
  }
}

@media only screen and (min-width:32.063em) and (max-width:55em) {
  /* line 156, app/assets/stylesheets/structure.scss */
  .main {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
    padding: 1.875rem;
  }
}

@media only screen and (min-width:90.063em) {
  /* line 163, app/assets/stylesheets/structure.scss */
  .main {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 66.6666666667%;
    float: left;
    padding: 3.4375rem;
  }
}

@media only screen and (min-width:127em) {
  /* line 170, app/assets/stylesheets/structure.scss */
  .main {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 66.6666666667%;
    float: left;
    padding: 3.4375rem;
  }
}

/* line 176, app/assets/stylesheets/structure.scss */
.sidebar {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 33.3333333333%;
  float: left;
  background: #f8f9fa;
  padding: 3.4375rem 1.5625rem 3.4375rem 1.5625rem;
}

/* line 181, app/assets/stylesheets/structure.scss */
.sidebar h3, .sidebar h4, .sidebar h5 {
  border-bottom: 0.125rem solid #e6e8ea;
  padding-bottom: 0.5rem;
}

/* line 186, app/assets/stylesheets/structure.scss */
.sidebar ol, .sidebar ul {
  font-size: 0.75rem;
  line-height: 1.25rem;
  list-style-type: square;
  margin: 0.625rem 0 1.875rem 1.25rem;
}

/* line 192, app/assets/stylesheets/structure.scss */
.sidebar ol li, .sidebar ul li {
  margin-bottom: 0.625rem;
}

/* line 197, app/assets/stylesheets/structure.scss */
.sidebar .f-dropdown {
  list-style-type: none;
  margin: 0.625rem 0 0 0;
}

/* line 201, app/assets/stylesheets/structure.scss */
.sidebar .f-dropdown li {
  margin: 0;
}

/* line 206, app/assets/stylesheets/structure.scss */
.sidebar p {
  font-size: 0.875rem;
  margin: 1.25rem 0 1.25rem 0;
}

/* line 211, app/assets/stylesheets/structure.scss */
.sidebar p a, .sidebar p a:visited, .sidebar .pretty a, .sidebar .pretty a:visited {
  color: #959ca2;
  text-decoration: underline;
}

/* line 216, app/assets/stylesheets/structure.scss */
.sidebar form {
  margin-bottom: 2.5rem;
}

@media only screen and (max-width: 32em) {
  /* line 222, app/assets/stylesheets/structure.scss */
  .sidebar {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
    padding: 3.4375rem 0.9375rem 3.4375rem 0.9375rem;
  }
}

@media only screen and (min-width:32.063em) and (max-width:55em) {
  /* line 229, app/assets/stylesheets/structure.scss */
  .sidebar {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
    padding: 3.4375rem 0.9375rem 3.4375rem 0.9375rem;
  }
}

@media only screen and (min-width:90.063em) {
  /* line 236, app/assets/stylesheets/structure.scss */
  .sidebar {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 33.3333333333%;
    float: left;
    padding: 3.4375rem 1.5625rem 3.4375rem 1.5625rem;
  }
}

@media only screen and (min-width:127em) {
  /* line 243, app/assets/stylesheets/structure.scss */
  .sidebar {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 33.3333333333%;
    float: left;
    padding: 3.4375rem 1.5625rem 3.4375rem 1.5625rem;
  }
}

/* line 249, app/assets/stylesheets/structure.scss */
.heading-with-buttons {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 100%;
  *zoom: 1;
}

/* line 116, vendor/assets/stylesheets/foundation/components/_global.scss */
.heading-with-buttons:before, .heading-with-buttons:after {
  content: " ";
  display: table;
}

/* line 117, vendor/assets/stylesheets/foundation/components/_global.scss */
.heading-with-buttons:after {
  clear: both;
}

/* line 252, app/assets/stylesheets/structure.scss */
.heading-with-buttons .title {
  padding-left: 0;
  padding-right: 0;
  width: 41.6666666667%;
  float: left;
  border: 0;
  padding: 0;
}

/* line 257, app/assets/stylesheets/structure.scss */
.heading-with-buttons .title small {
  margin-left: 0.625rem;
}

/* line 261, app/assets/stylesheets/structure.scss */
.heading-with-buttons .title .label {
  color: #91a2ad;
  font: 700 0.75rem "Montserrat", "helvetica neue", helvetica, arial, sans-serif;
  margin-left: 0.625rem;
  padding: 0.25rem 0.625rem;
}

/* line 267, app/assets/stylesheets/structure.scss */
.heading-with-buttons .title .label.secondary {
  background-color: #f4f5f5;
}

@media only screen and (max-width:55em) {
  /* line 272, app/assets/stylesheets/structure.scss */
  .heading-with-buttons .title {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 0;
  }
}

/* line 279, app/assets/stylesheets/structure.scss */
.heading-with-buttons .buttons {
  padding-left: 0;
  padding-right: 0;
  width: 58.3333333333%;
  float: left;
  text-align: right;
  color: #5c6f7c;
  font-family: "Montserrat", "helvetica neue", helvetica, arial, sans-serif;
  font-size: 0.875rem;
  line-height: 2.25rem;
}

@media only screen and (max-width:55em) {
  /* line 290, app/assets/stylesheets/structure.scss */
  .heading-with-buttons .buttons span {
    display: none;
  }
}

/* line 295, app/assets/stylesheets/structure.scss */
.heading-with-buttons .buttons a.button {
  background-color: #dde4e6;
  color: #95a5a6;
  font-size: 0.875rem;
  font-weight: 400;
  margin-left: 0.375rem;
  padding: 0.5625rem 1.25rem;
  text-transform: none;
}

/* line 306, app/assets/stylesheets/structure.scss */
.heading-with-buttons .buttons a.button:hover {
  background-color: #cfd9db;
  color: #87999a;
}

/* line 311, app/assets/stylesheets/structure.scss */
.heading-with-buttons .buttons a.button.dropdown {
  padding-right: 3.5625rem;
}

/* line 314, app/assets/stylesheets/structure.scss */
.heading-with-buttons .buttons a.button.dropdown:before {
  border-color: #95a5a6 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

/* line 319, app/assets/stylesheets/structure.scss */
.heading-with-buttons .buttons a.button.active {
  background-color: #79bde8;
  -webkit-border-radius: 0.1875rem;
  -moz-border-radius: 0.1875rem;
  -ms-border-radius: 0.1875rem;
  -o-border-radius: 0.1875rem;
  border-radius: 0.1875rem;
  color: white;
}

/* line 324, app/assets/stylesheets/structure.scss */
.heading-with-buttons .buttons a.button.active:hover {
  background-color: #4da8e1;
}

@media only screen and (max-width:55em) {
  /* line 331, app/assets/stylesheets/structure.scss */
  .heading-with-buttons .buttons a.button {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    width: 100%;
    margin: 0 0 0.3125rem 0;
  }
}

/* line 338, app/assets/stylesheets/structure.scss */
.heading-with-buttons .buttons .f-dropdown li a {
  text-align: left;
}

@media only screen and (max-width:55em) {
  /* line 344, app/assets/stylesheets/structure.scss */
  .heading-with-buttons .buttons {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
    text-align: center;
    margin: 1.25rem 0 1.25rem 0;
    padding: 0;
  }
}

/* line 353, app/assets/stylesheets/structure.scss */
.rss_feed_link {
  display: inline-block;
  padding: 3px 15px 3px 0;
  color: #46555f;
  font-size: 0.75rem;
  font-weight: 700;
}

/* line 362, app/assets/stylesheets/structure.scss */
.rss_feed_link .fa-rss {
  color: #f8971d;
}

/* line 365, app/assets/stylesheets/structure.scss */
.footer {
  color: #999;
  font-size: 0.6875rem;
  padding: 2.5rem;
  text-align: center;
}

/* line 371, app/assets/stylesheets/structure.scss */
.footer a {
  margin-right: 1.5625rem;
}

/* line 376, app/assets/stylesheets/structure.scss */
input.error, textarea.error {
  margin-bottom: 1.25rem;
}

/* line 380, app/assets/stylesheets/structure.scss */
.panel.alert {
  background: #f3624a;
  border: solid 1px #ea2f10;
  color: white;
  padding: 0.9375rem 1.25rem;
  margin-bottom: 1.5rem;
}

/* line 387, app/assets/stylesheets/structure.scss */
.panel.alert p {
  color: white;
  margin-bottom: 0.625rem;
  font-size: 0.875rem;
}

/* line 393, app/assets/stylesheets/structure.scss */
.panel.alert ul {
  list-style-type: square;
  font-size: 0.875rem;
}

@media only screen and (max-width:55em) {
  /* line 400, app/assets/stylesheets/structure.scss */
  .panel.alert {
    padding: 0.3125rem 0.625rem;
  }
}

/* line 405, app/assets/stylesheets/structure.scss */
.hardcoded {
  border: 2px solid #E00404;
}

/* line 409, app/assets/stylesheets/structure.scss */
button, .button {
  -webkit-transition: background-color 100ms;
  -webkit-transition-delay: 0s;
  -moz-transition: background-color 100ms;
  -o-transition: background-color 100ms;
  transition: background-color 100ms false false;
  background: #79bde8;
  margin-bottom: 0;
  font-family: "Montserrat", "helvetica neue", helvetica, arial, sans-serif;
}

/* line 415, app/assets/stylesheets/structure.scss */
button.small, .button.small {
  font-size: 0.875rem;
}

/* line 420, app/assets/stylesheets/structure.scss */
.tooltip {
  background: #1e3b4c;
  padding: 0.3125rem 0.625rem;
  font-size: 0.625rem;
}

/* line 426, app/assets/stylesheets/structure.scss */
.gravatar {
  border-radius: 12.5rem;
}

/* line 432, app/assets/stylesheets/structure.scss */
.user table {
  width: 100%;
}

/* line 433, app/assets/stylesheets/structure.scss */
.user .content {
  float: none;
}

/* line 435, app/assets/stylesheets/structure.scss */
.user .tabls-content {
  height: 100%;
}

/* line 439, app/assets/stylesheets/structure.scss */
.user .gravatar {
  font-size: .8rem;
  margin: 0;
}

/* line 443, app/assets/stylesheets/structure.scss */
.user .gravatar img {
  border-radius: 4px;
  margin-right: 10px;
}

/* line 449, app/assets/stylesheets/structure.scss */
.user .profile {
  width: auto;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1;
}

/* line 116, vendor/assets/stylesheets/foundation/components/_global.scss */
.user .profile:before, .user .profile:after {
  content: " ";
  display: table;
}

/* line 117, vendor/assets/stylesheets/foundation/components/_global.scss */
.user .profile:after {
  clear: both;
}

/* line 452, app/assets/stylesheets/structure.scss */
.user .profile .avatar {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 25%;
  float: left;
}

/* line 455, app/assets/stylesheets/structure.scss */
.user .profile .avatar img {
  margin-top: 1rem;
  border-radius: 4px;
}

/* line 461, app/assets/stylesheets/structure.scss */
.user .profile .info {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 75%;
  float: left;
}

/* line 464, app/assets/stylesheets/structure.scss */
.user .profile .info ul {
  list-style-type: none;
  margin: 0 0 1rem 0;
}

/* line 468, app/assets/stylesheets/structure.scss */
.user .profile .info ul li {
  display: inline-block;
  margin: 0 1rem .5rem 0;
}

/* line 477, app/assets/stylesheets/structure.scss */
.left-off-canvas-menu {
  background: #1a3241;
}

/* line 481, app/assets/stylesheets/structure.scss */
ul.off-canvas-list li a {
  border-bottom: 1px solid #132631;
}
/* line 1, app/assets/stylesheets/groups.scss */
.remove {
  float: right;
}

/* line 5, app/assets/stylesheets/groups.scss */
.collaboration-group-name {
  padding-bottom: 1rem;
  border-bottom: 0.125rem solid #ecf0f1;
}
@media only screen and (max-width: 32em) {
  /* line 2, app/assets/stylesheets/mobile_search.scss */
  .search_field {
    width: 50% !important;
  }
  /* line 5, app/assets/stylesheets/mobile_search.scss */
  .search_button {
    width: 25% !important;
    display: inline-block !important;
  }
}
/**
* Use sprockets for stylesheets
*
* Third-party Libraries
*



*
* Supermarket Styles
*


















*/
