@charset "UTF-8";

.fade {
  opacity: 0;
  transition: opacity .15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: .35s;
  transition-property: height;
}

/* ==========================================================================
   #BOX-SIZING
   ========================================================================== */
/**
 * More sensible default box-sizing:
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 */
html {
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

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

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

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

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

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

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

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

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

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

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

/* ==========================================================================
   #RESET
   ========================================================================== */
/**
 * A very simple reset that sits on top of Normalize.css.
 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
p,
pre,
dl,
dd,
ol,
ul,
figure,
hr,
fieldset,
legend {
  margin: 0;
  padding: 0;
}

/**
 * Remove trailing margins from nested lists.
 */
li>ol,
li>ul {
  margin-bottom: 0;
}

/**
 * Remove default table spacing.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * 1. Reset Chrome and Firefox behaviour which sets a `min-width: min-content;`
 *    on fieldsets.
 */
fieldset {
  min-width: 0;
  /* [1] */
  border: 0;
}

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

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

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

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

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

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

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

.icon-fw {
  width: 1.28571em;
  text-align: center;
}

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

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

.icon-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

.icon-li.icon-lg {
  left: -1.85714em;
}

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

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

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

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

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

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

.pull-left {
  float: left;
}

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

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

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

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

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

  100% {
    transform: rotate(359deg);
  }
}

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

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

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

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

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

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

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

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

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

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

.icon-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 */
.icon-glass:before {
  content: "";
}

.icon-music:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-envelope-o:before {
  content: "";
}

.icon-heart:before {
  content: "";
}

.icon-star:before {
  content: "";
}

.icon-star-o:before {
  content: "";
}

.icon-user:before {
  content: "";
}

.icon-film:before {
  content: "";
}

.icon-th-large:before {
  content: "";
}

.icon-th:before {
  content: "";
}

.icon-th-list:before {
  content: "";
}

.icon-check:before {
  content: "";
}

.icon-remove:before,
.icon-close:before,
.icon-times:before {
  content: "";
}

.icon-search-plus:before {
  content: "";
}

.icon-search-minus:before {
  content: "";
}

.icon-power-off:before {
  content: "";
}

.icon-signal:before {
  content: "";
}

.icon-gear:before,
.icon-cog:before {
  content: "";
}

.icon-trash-o:before {
  content: "";
}

.icon-home:before {
  content: "";
}

.icon-file-o:before {
  content: "";
}

.icon-clock-o:before {
  content: "";
}

.icon-road:before {
  content: "";
}

.icon-download:before {
  content: "";
}

.icon-arrow-circle-o-down:before {
  content: "";
}

.icon-arrow-circle-o-up:before {
  content: "";
}

.icon-inbox:before {
  content: "";
}

.icon-play-circle-o:before {
  content: "";
}

.icon-rotate-right:before,
.icon-repeat:before {
  content: "";
}

.icon-refresh:before {
  content: "";
}

.icon-list-alt:before {
  content: "";
}

.icon-lock:before {
  content: "";
}

.icon-flag:before {
  content: "";
}

.icon-headphones:before {
  content: "";
}

.icon-volume-off:before {
  content: "";
}

.icon-volume-down:before {
  content: "";
}

.icon-volume-up:before {
  content: "";
}

.icon-qrcode:before {
  content: "";
}

.icon-barcode:before {
  content: "";
}

.icon-tag:before {
  content: "";
}

.icon-tags:before {
  content: "";
}

.icon-book:before {
  content: "";
}

.icon-bookmark:before {
  content: "";
}

.icon-print:before {
  content: "";
}

.icon-camera:before {
  content: "";
}

.icon-font:before {
  content: "";
}

.icon-bold:before {
  content: "";
}

.icon-italic:before {
  content: "";
}

.icon-text-height:before {
  content: "";
}

.icon-text-width:before {
  content: "";
}

.icon-align-left:before {
  content: "";
}

.icon-align-center:before {
  content: "";
}

.icon-align-right:before {
  content: "";
}

.icon-align-justify:before {
  content: "";
}

.icon-list:before {
  content: "";
}

.icon-dedent:before,
.icon-outdent:before {
  content: "";
}

.icon-indent:before {
  content: "";
}

.icon-video-camera:before {
  content: "";
}

.icon-photo:before,
.icon-image:before,
.icon-picture-o:before {
  content: "";
}

.icon-pencil:before {
  content: "";
}

.icon-map-marker:before {
  content: "";
}

.icon-adjust:before {
  content: "";
}

.icon-tint:before {
  content: "";
}

.icon-edit:before,
.icon-pencil-square-o:before {
  content: "";
}

.icon-share-square-o:before {
  content: "";
}

.icon-check-square-o:before {
  content: "";
}

.icon-arrows:before {
  content: "";
}

.icon-step-backward:before {
  content: "";
}

.icon-fast-backward:before {
  content: "";
}

.icon-backward:before {
  content: "";
}

.icon-play:before {
  content: "";
}

.icon-pause:before {
  content: "";
}

.icon-stop:before {
  content: "";
}

.icon-forward:before {
  content: "";
}

.icon-fast-forward:before {
  content: "";
}

.icon-step-forward:before {
  content: "";
}

.icon-eject:before {
  content: "";
}

.icon-chevron-left:before {
  content: "";
}

.icon-chevron-right:before {
  content: "";
}

.icon-plus-circle:before {
  content: "";
}

.icon-minus-circle:before {
  content: "";
}

.icon-times-circle:before {
  content: "";
}

.icon-check-circle:before {
  content: "";
}

.icon-question-circle:before {
  content: "";
}

.icon-info-circle:before {
  content: "";
}

.icon-crosshairs:before {
  content: "";
}

.icon-times-circle-o:before {
  content: "";
}

.icon-check-circle-o:before {
  content: "";
}

.icon-ban:before {
  content: "";
}

.icon-arrow-left:before {
  content: "";
}

.icon-arrow-right:before {
  content: "";
}

.icon-arrow-up:before {
  content: "";
}

.icon-arrow-down:before {
  content: "";
}

.icon-mail-forward:before,
.icon-share:before {
  content: "";
}

.icon-expand:before {
  content: "";
}

.icon-compress:before {
  content: "";
}

.icon-plus:before {
  content: "";
}

.icon-minus:before {
  content: "";
}

.icon-asterisk:before {
  content: "";
}

.icon-exclamation-circle:before {
  content: "";
}

.icon-gift:before {
  content: "";
}

.icon-leaf:before {
  content: "";
}

.icon-fire:before {
  content: "";
}

.icon-eye:before {
  content: "";
}

.icon-eye-slash:before {
  content: "";
}

.icon-warning:before,
.icon-exclamation-triangle:before {
  content: "";
}

.icon-plane:before {
  content: "";
}

.icon-calendar:before {
  content: "";
}

.icon-random:before {
  content: "";
}

.icon-comment:before {
  content: "";
}

.icon-magnet:before {
  content: "";
}

.icon-chevron-up:before {
  content: "";
}

.icon-chevron-down:before {
  content: "";
}

.icon-retweet:before {
  content: "";
}

.icon-shopping-cart:before {
  content: "";
}

.icon-folder:before {
  content: "";
}

.icon-folder-open:before {
  content: "";
}

.icon-arrows-v:before {
  content: "";
}

.icon-arrows-h:before {
  content: "";
}

.icon-bar-chart-o:before,
.icon-bar-chart:before {
  content: "";
}

.icon-twitter-square:before {
  content: "";
}

.icon-facebook-square:before {
  content: "";
}

.icon-camera-retro:before {
  content: "";
}

.icon-key:before {
  content: "";
}

.icon-gears:before,
.icon-cogs:before {
  content: "";
}

.icon-comments:before {
  content: "";
}

.icon-thumbs-o-up:before {
  content: "";
}

.icon-thumbs-o-down:before {
  content: "";
}

.icon-star-half:before {
  content: "";
}

.icon-heart-o:before {
  content: "";
}

.icon-sign-out:before {
  content: "";
}

.icon-linkedin-square:before {
  content: "";
}

.icon-thumb-tack:before {
  content: "";
}

.icon-external-link:before {
  content: "";
}

.icon-sign-in:before {
  content: "";
}

.icon-trophy:before {
  content: "";
}

.icon-github-square:before {
  content: "";
}

.icon-upload:before {
  content: "";
}

.icon-lemon-o:before {
  content: "";
}

.icon-phone:before {
  content: "";
}

.icon-square-o:before {
  content: "";
}

.icon-bookmark-o:before {
  content: "";
}

.icon-phone-square:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-facebook-f:before,
.icon-facebook:before {
  content: "";
}

.icon-github:before {
  content: "";
}

.icon-unlock:before {
  content: "";
}

.icon-credit-card:before {
  content: "";
}

.icon-feed:before,
.icon-rss:before {
  content: "";
}

.icon-hdd-o:before {
  content: "";
}

.icon-bullhorn:before {
  content: "";
}

.icon-bell:before {
  content: "";
}

.icon-certificate:before {
  content: "";
}

.icon-hand-o-right:before {
  content: "";
}

.icon-hand-o-left:before {
  content: "";
}

.icon-hand-o-up:before {
  content: "";
}

.icon-hand-o-down:before {
  content: "";
}

.icon-arrow-circle-left:before {
  content: "";
}

.icon-arrow-circle-right:before {
  content: "";
}

.icon-arrow-circle-up:before {
  content: "";
}

.icon-arrow-circle-down:before {
  content: "";
}

.icon-globe:before {
  content: "";
}

.icon-wrench:before {
  content: "";
}

.icon-tasks:before {
  content: "";
}

.icon-filter:before {
  content: "";
}

.icon-briefcase:before {
  content: "";
}

.icon-arrows-alt:before {
  content: "";
}

.icon-group:before,
.icon-users:before {
  content: "";
}

.icon-chain:before,
.icon-link:before {
  content: "";
}

.icon-cloud:before {
  content: "";
}

.icon-flask:before {
  content: "";
}

.icon-cut:before,
.icon-scissors:before {
  content: "";
}

.icon-copy:before,
.icon-files-o:before {
  content: "";
}

.icon-paperclip:before {
  content: "";
}

.icon-save:before,
.icon-floppy-o:before {
  content: "";
}

.icon-square:before {
  content: "";
}

.icon-navicon:before,
.icon-reorder:before,
.icon-bars:before {
  content: "";
}

.icon-list-ul:before {
  content: "";
}

.icon-list-ol:before {
  content: "";
}

.icon-strikethrough:before {
  content: "";
}

.icon-underline:before {
  content: "";
}

.icon-table:before {
  content: "";
}

.icon-magic:before {
  content: "";
}

.icon-truck:before {
  content: "";
}

.icon-pinterest:before {
  content: "";
}

.icon-pinterest-square:before {
  content: "";
}

.icon-google-plus-square:before {
  content: "";
}

.icon-google-plus:before {
  content: "";
}

.icon-money:before {
  content: "";
}

.icon-caret-down:before {
  content: "";
}

.icon-caret-up:before {
  content: "";
}

.icon-caret-left:before {
  content: "";
}

.icon-caret-right:before {
  content: "";
}

.icon-columns:before {
  content: "";
}

.icon-unsorted:before,
.icon-sort:before {
  content: "";
}

.icon-sort-down:before,
.icon-sort-desc:before {
  content: "";
}

.icon-sort-up:before,
.icon-sort-asc:before {
  content: "";
}

.icon-envelope:before {
  content: "";
}

.icon-linkedin:before {
  content: "";
}

.icon-rotate-left:before,
.icon-undo:before {
  content: "";
}

.icon-legal:before,
.icon-gavel:before {
  content: "";
}

.icon-dashboard:before,
.icon-tachometer:before {
  content: "";
}

.icon-comment-o:before {
  content: "";
}

.icon-comments-o:before {
  content: "";
}

.icon-flash:before,
.icon-bolt:before {
  content: "";
}

.icon-sitemap:before {
  content: "";
}

.icon-umbrella:before {
  content: "";
}

.icon-paste:before,
.icon-clipboard:before {
  content: "";
}

.icon-lightbulb-o:before {
  content: "";
}

.icon-exchange:before {
  content: "";
}

.icon-cloud-download:before {
  content: "";
}

.icon-cloud-upload:before {
  content: "";
}

.icon-user-md:before {
  content: "";
}

.icon-stethoscope:before {
  content: "";
}

.icon-suitcase:before {
  content: "";
}

.icon-bell-o:before {
  content: "";
}

.icon-coffee:before {
  content: "";
}

.icon-cutlery:before {
  content: "";
}

.icon-file-text-o:before {
  content: "";
}

.icon-building-o:before {
  content: "";
}

.icon-hospital-o:before {
  content: "";
}

.icon-ambulance:before {
  content: "";
}

.icon-medkit:before {
  content: "";
}

.icon-fighter-jet:before {
  content: "";
}

.icon-beer:before {
  content: "";
}

.icon-h-square:before {
  content: "";
}

.icon-plus-square:before {
  content: "";
}

.icon-angle-double-left:before {
  content: "";
}

.icon-angle-double-right:before {
  content: "";
}

.icon-angle-double-up:before {
  content: "";
}

.icon-angle-double-down:before {
  content: "";
}

.icon-angle-left:before {
  content: "";
}

.icon-angle-right:before {
  content: "";
}

.icon-angle-up:before {
  content: "";
}

.icon-angle-down:before {
  content: "";
}

.icon-desktop:before {
  content: "";
}

.icon-laptop:before {
  content: "";
}

.icon-tablet:before {
  content: "";
}

.icon-mobile-phone:before,
.icon-mobile:before {
  content: "";
}

.icon-circle-o:before {
  content: "";
}

.icon-quote-left:before {
  content: "";
}

.icon-quote-right:before {
  content: "";
}

.icon-spinner:before {
  content: "";
}

.icon-circle:before {
  content: "";
}

.icon-mail-reply:before,
.icon-reply:before {
  content: "";
}

.icon-github-alt:before {
  content: "";
}

.icon-folder-o:before {
  content: "";
}

.icon-folder-open-o:before {
  content: "";
}

.icon-smile-o:before {
  content: "";
}

.icon-frown-o:before {
  content: "";
}

.icon-meh-o:before {
  content: "";
}

.icon-gamepad:before {
  content: "";
}

.icon-keyboard-o:before {
  content: "";
}

.icon-flag-o:before {
  content: "";
}

.icon-flag-checkered:before {
  content: "";
}

.icon-terminal:before {
  content: "";
}

.icon-code:before {
  content: "";
}

.icon-mail-reply-all:before,
.icon-reply-all:before {
  content: "";
}

.icon-star-half-empty:before,
.icon-star-half-full:before,
.icon-star-half-o:before {
  content: "";
}

.icon-location-arrow:before {
  content: "";
}

.icon-crop:before {
  content: "";
}

.icon-code-fork:before {
  content: "";
}

.icon-unlink:before,
.icon-chain-broken:before {
  content: "";
}

.icon-question:before {
  content: "";
}

.icon-info:before {
  content: "";
}

.icon-exclamation:before {
  content: "";
}

.icon-superscript:before {
  content: "";
}

.icon-subscript:before {
  content: "";
}

.icon-eraser:before {
  content: "";
}

.icon-puzzle-piece:before {
  content: "";
}

.icon-microphone:before {
  content: "";
}

.icon-microphone-slash:before {
  content: "";
}

.icon-shield:before {
  content: "";
}

.icon-calendar-o:before {
  content: "";
}

.icon-fire-extinguisher:before {
  content: "";
}

.icon-rocket:before {
  content: "";
}

.icon-maxcdn:before {
  content: "";
}

.icon-chevron-circle-left:before {
  content: "";
}

.icon-chevron-circle-right:before {
  content: "";
}

.icon-chevron-circle-up:before {
  content: "";
}

.icon-chevron-circle-down:before {
  content: "";
}

.icon-html5:before {
  content: "";
}

.icon-css3:before {
  content: "";
}

.icon-anchor:before {
  content: "";
}

.icon-unlock-alt:before {
  content: "";
}

.icon-bullseye:before {
  content: "";
}

.icon-ellipsis-h:before {
  content: "";
}

.icon-ellipsis-v:before {
  content: "";
}

.icon-rss-square:before {
  content: "";
}

.icon-play-circle:before {
  content: "";
}

.icon-ticket:before {
  content: "";
}

.icon-minus-square:before {
  content: "";
}

.icon-minus-square-o:before {
  content: "";
}

.icon-level-up:before {
  content: "";
}

.icon-level-down:before {
  content: "";
}

.icon-check-square:before {
  content: "";
}

.icon-pencil-square:before {
  content: "";
}

.icon-external-link-square:before {
  content: "";
}

.icon-share-square:before {
  content: "";
}

.icon-compass:before {
  content: "";
}

.icon-toggle-down:before,
.icon-caret-square-o-down:before {
  content: "";
}

.icon-toggle-up:before,
.icon-caret-square-o-up:before {
  content: "";
}

.icon-toggle-right:before,
.icon-caret-square-o-right:before {
  content: "";
}

.icon-euro:before,
.icon-eur:before {
  content: "";
}

.icon-gbp:before {
  content: "";
}

.icon-dollar:before,
.icon-usd:before {
  content: "";
}

.icon-rupee:before,
.icon-inr:before {
  content: "";
}

.icon-cny:before,
.icon-rmb:before,
.icon-yen:before,
.icon-jpy:before {
  content: "";
}

.icon-ruble:before,
.icon-rouble:before,
.icon-rub:before {
  content: "";
}

.icon-won:before,
.icon-krw:before {
  content: "";
}

.icon-bitcoin:before,
.icon-btc:before {
  content: "";
}

.icon-file:before {
  content: "";
}

.icon-file-text:before {
  content: "";
}

.icon-sort-alpha-asc:before {
  content: "";
}

.icon-sort-alpha-desc:before {
  content: "";
}

.icon-sort-amount-asc:before {
  content: "";
}

.icon-sort-amount-desc:before {
  content: "";
}

.icon-sort-numeric-asc:before {
  content: "";
}

.icon-sort-numeric-desc:before {
  content: "";
}

.icon-thumbs-up:before {
  content: "";
}

.icon-thumbs-down:before {
  content: "";
}

.icon-youtube-square:before {
  content: "";
}

.icon-youtube:before {
  content: "";
}

.icon-xing:before {
  content: "";
}

.icon-xing-square:before {
  content: "";
}

.icon-youtube-play:before {
  content: "";
}

.icon-dropbox:before {
  content: "";
}

.icon-stack-overflow:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-flickr:before {
  content: "";
}

.icon-adn:before {
  content: "";
}

.icon-bitbucket:before {
  content: "";
}

.icon-bitbucket-square:before {
  content: "";
}

.icon-tumblr:before {
  content: "";
}

.icon-tumblr-square:before {
  content: "";
}

.icon-long-arrow-down:before {
  content: "";
}

.icon-long-arrow-up:before {
  content: "";
}

.icon-long-arrow-left:before {
  content: "";
}

.icon-long-arrow-right:before {
  content: "";
}

.icon-apple:before {
  content: "";
}

.icon-windows:before {
  content: "";
}

.icon-android:before {
  content: "";
}

.icon-linux:before {
  content: "";
}

.icon-dribbble:before {
  content: "";
}

.icon-skype:before {
  content: "";
}

.icon-foursquare:before {
  content: "";
}

.icon-trello:before {
  content: "";
}

.icon-female:before {
  content: "";
}

.icon-male:before {
  content: "";
}

.icon-gittip:before,
.icon-gratipay:before {
  content: "";
}

.icon-sun-o:before {
  content: "";
}

.icon-moon-o:before {
  content: "";
}

.icon-archive:before {
  content: "";
}

.icon-bug:before {
  content: "";
}

.icon-vk:before {
  content: "";
}

.icon-weibo:before {
  content: "";
}

.icon-renren:before {
  content: "";
}

.icon-pagelines:before {
  content: "";
}

.icon-stack-exchange:before {
  content: "";
}

.icon-arrow-circle-o-right:before {
  content: "";
}

.icon-arrow-circle-o-left:before {
  content: "";
}

.icon-toggle-left:before,
.icon-caret-square-o-left:before {
  content: "";
}

.icon-dot-circle-o:before {
  content: "";
}

.icon-wheelchair:before {
  content: "";
}

.icon-vimeo-square:before {
  content: "";
}

.icon-turkish-lira:before,
.icon-try:before {
  content: "";
}

.icon-plus-square-o:before {
  content: "";
}

.icon-space-shuttle:before {
  content: "";
}

.icon-slack:before {
  content: "";
}

.icon-envelope-square:before {
  content: "";
}

.icon-wordpress:before {
  content: "";
}

.icon-openid:before {
  content: "";
}

.icon-institution:before,
.icon-bank:before,
.icon-university:before {
  content: "";
}

.icon-mortar-board:before,
.icon-graduation-cap:before {
  content: "";
}

.icon-yahoo:before {
  content: "";
}

.icon-google:before {
  content: "";
}

.icon-reddit:before {
  content: "";
}

.icon-reddit-square:before {
  content: "";
}

.icon-stumbleupon-circle:before {
  content: "";
}

.icon-stumbleupon:before {
  content: "";
}

.icon-delicious:before {
  content: "";
}

.icon-digg:before {
  content: "";
}

.icon-pied-piper-pp:before {
  content: "";
}

.icon-pied-piper-alt:before {
  content: "";
}

.icon-drupal:before {
  content: "";
}

.icon-joomla:before {
  content: "";
}

.icon-language:before {
  content: "";
}

.icon-fax:before {
  content: "";
}

.icon-building:before {
  content: "";
}

.icon-child:before {
  content: "";
}

.icon-paw:before {
  content: "";
}

.icon-spoon:before {
  content: "";
}

.icon-cube:before {
  content: "";
}

.icon-cubes:before {
  content: "";
}

.icon-behance:before {
  content: "";
}

.icon-behance-square:before {
  content: "";
}

.icon-steam:before {
  content: "";
}

.icon-steam-square:before {
  content: "";
}

.icon-recycle:before {
  content: "";
}

.icon-automobile:before,
.icon-car:before {
  content: "";
}

.icon-cab:before,
.icon-taxi:before {
  content: "";
}

.icon-tree:before {
  content: "";
}

.icon-spotify:before {
  content: "";
}

.icon-deviantart:before {
  content: "";
}

.icon-soundcloud:before {
  content: "";
}

.icon-database:before {
  content: "";
}

.icon-file-pdf-o:before {
  content: "";
}

.icon-file-word-o:before {
  content: "";
}

.icon-file-excel-o:before {
  content: "";
}

.icon-file-powerpoint-o:before {
  content: "";
}

.icon-file-photo-o:before,
.icon-file-picture-o:before,
.icon-file-image-o:before {
  content: "";
}

.icon-file-zip-o:before,
.icon-file-archive-o:before {
  content: "";
}

.icon-file-sound-o:before,
.icon-file-audio-o:before {
  content: "";
}

.icon-file-movie-o:before,
.icon-file-video-o:before {
  content: "";
}

.icon-file-code-o:before {
  content: "";
}

.icon-vine:before {
  content: "";
}

.icon-codepen:before {
  content: "";
}

.icon-jsfiddle:before {
  content: "";
}

.icon-life-bouy:before,
.icon-life-buoy:before,
.icon-life-saver:before,
.icon-support:before,
.icon-life-ring:before {
  content: "";
}

.icon-circle-o-notch:before {
  content: "";
}

.icon-ra:before,
.icon-resistance:before,
.icon-rebel:before {
  content: "";
}

.icon-ge:before,
.icon-empire:before {
  content: "";
}

.icon-git-square:before {
  content: "";
}

.icon-git:before {
  content: "";
}

.icon-y-combinator-square:before,
.icon-yc-square:before,
.icon-hacker-news:before {
  content: "";
}

.icon-tencent-weibo:before {
  content: "";
}

.icon-qq:before {
  content: "";
}

.icon-wechat:before,
.icon-weixin:before {
  content: "";
}

.icon-send:before,
.icon-paper-plane:before {
  content: "";
}

.icon-send-o:before,
.icon-paper-plane-o:before {
  content: "";
}

.icon-history:before {
  content: "";
}

.icon-circle-thin:before {
  content: "";
}

.icon-header:before {
  content: "";
}

.icon-paragraph:before {
  content: "";
}

.icon-sliders:before {
  content: "";
}

.icon-share-alt:before {
  content: "";
}

.icon-share-alt-square:before {
  content: "";
}

.icon-bomb:before {
  content: "";
}

.icon-soccer-ball-o:before,
.icon-futbol-o:before {
  content: "";
}

.icon-tty:before {
  content: "";
}

.icon-binoculars:before {
  content: "";
}

.icon-plug:before {
  content: "";
}

.icon-slideshare:before {
  content: "";
}

.icon-twitch:before {
  content: "";
}

.icon-yelp:before {
  content: "";
}

.icon-newspaper-o:before {
  content: "";
}

.icon-wifi:before {
  content: "";
}

.icon-calculator:before {
  content: "";
}

.icon-paypal:before {
  content: "";
}

.icon-google-wallet:before {
  content: "";
}

.icon-cc-visa:before {
  content: "";
}

.icon-cc-mastercard:before {
  content: "";
}

.icon-cc-discover:before {
  content: "";
}

.icon-cc-amex:before {
  content: "";
}

.icon-cc-paypal:before {
  content: "";
}

.icon-cc-stripe:before {
  content: "";
}

.icon-bell-slash:before {
  content: "";
}

.icon-bell-slash-o:before {
  content: "";
}

.icon-trash:before {
  content: "";
}

.icon-copyright:before {
  content: "";
}

.icon-at:before {
  content: "";
}

.icon-eyedropper:before {
  content: "";
}

.icon-paint-brush:before {
  content: "";
}

.icon-birthday-cake:before {
  content: "";
}

.icon-area-chart:before {
  content: "";
}

.icon-pie-chart:before {
  content: "";
}

.icon-line-chart:before {
  content: "";
}

.icon-lastfm:before {
  content: "";
}

.icon-lastfm-square:before {
  content: "";
}

.icon-toggle-off:before {
  content: "";
}

.icon-toggle-on:before {
  content: "";
}

.icon-bicycle:before {
  content: "";
}

.icon-bus:before {
  content: "";
}

.icon-ioxhost:before {
  content: "";
}

.icon-angellist:before {
  content: "";
}

.icon-cc:before {
  content: "";
}

.icon-shekel:before,
.icon-sheqel:before,
.icon-ils:before {
  content: "";
}

.icon-meanpath:before {
  content: "";
}

.icon-buysellads:before {
  content: "";
}

.icon-connectdevelop:before {
  content: "";
}

.icon-dashcube:before {
  content: "";
}

.icon-forumbee:before {
  content: "";
}

.icon-leanpub:before {
  content: "";
}

.icon-sellsy:before {
  content: "";
}

.icon-shirtsinbulk:before {
  content: "";
}

.icon-simplybuilt:before {
  content: "";
}

.icon-skyatlas:before {
  content: "";
}

.icon-cart-plus:before {
  content: "";
}

.icon-cart-arrow-down:before {
  content: "";
}

.icon-diamond:before {
  content: "";
}

.icon-ship:before {
  content: "";
}

.icon-user-secret:before {
  content: "";
}

.icon-motorcycle:before {
  content: "";
}

.icon-street-view:before {
  content: "";
}

.icon-heartbeat:before {
  content: "";
}

.icon-venus:before {
  content: "";
}

.icon-mars:before {
  content: "";
}

.icon-mercury:before {
  content: "";
}

.icon-intersex:before,
.icon-transgender:before {
  content: "";
}

.icon-transgender-alt:before {
  content: "";
}

.icon-venus-double:before {
  content: "";
}

.icon-mars-double:before {
  content: "";
}

.icon-venus-mars:before {
  content: "";
}

.icon-mars-stroke:before {
  content: "";
}

.icon-mars-stroke-v:before {
  content: "";
}

.icon-mars-stroke-h:before {
  content: "";
}

.icon-neuter:before {
  content: "";
}

.icon-genderless:before {
  content: "";
}

.icon-facebook-official:before {
  content: "";
}

.icon-pinterest-p:before {
  content: "";
}

.icon-whatsapp:before {
  content: "";
}

.icon-server:before {
  content: "";
}

.icon-user-plus:before {
  content: "";
}

.icon-user-times:before {
  content: "";
}

.icon-hotel:before,
.icon-bed:before {
  content: "";
}

.icon-viacoin:before {
  content: "";
}

.icon-train:before {
  content: "";
}

.icon-subway:before {
  content: "";
}

.icon-medium:before {
  content: "";
}

.icon-yc:before,
.icon-y-combinator:before {
  content: "";
}

.icon-optin-monster:before {
  content: "";
}

.icon-opencart:before {
  content: "";
}

.icon-expeditedssl:before {
  content: "";
}

.icon-battery-4:before,
.icon-battery:before,
.icon-battery-full:before {
  content: "";
}

.icon-battery-3:before,
.icon-battery-three-quarters:before {
  content: "";
}

.icon-battery-2:before,
.icon-battery-half:before {
  content: "";
}

.icon-battery-1:before,
.icon-battery-quarter:before {
  content: "";
}

.icon-battery-0:before,
.icon-battery-empty:before {
  content: "";
}

.icon-mouse-pointer:before {
  content: "";
}

.icon-i-cursor:before {
  content: "";
}

.icon-object-group:before {
  content: "";
}

.icon-object-ungroup:before {
  content: "";
}

.icon-sticky-note:before {
  content: "";
}

.icon-sticky-note-o:before {
  content: "";
}

.icon-cc-jcb:before {
  content: "";
}

.icon-cc-diners-club:before {
  content: "";
}

.icon-clone:before {
  content: "";
}

.icon-balance-scale:before {
  content: "";
}

.icon-hourglass-o:before {
  content: "";
}

.icon-hourglass-1:before,
.icon-hourglass-start:before {
  content: "";
}

.icon-hourglass-2:before,
.icon-hourglass-half:before {
  content: "";
}

.icon-hourglass-3:before,
.icon-hourglass-end:before {
  content: "";
}

.icon-hourglass:before {
  content: "";
}

.icon-hand-grab-o:before,
.icon-hand-rock-o:before {
  content: "";
}

.icon-hand-stop-o:before,
.icon-hand-paper-o:before {
  content: "";
}

.icon-hand-scissors-o:before {
  content: "";
}

.icon-hand-lizard-o:before {
  content: "";
}

.icon-hand-spock-o:before {
  content: "";
}

.icon-hand-pointer-o:before {
  content: "";
}

.icon-hand-peace-o:before {
  content: "";
}

.icon-trademark:before {
  content: "";
}

.icon-registered:before {
  content: "";
}

.icon-creative-commons:before {
  content: "";
}

.icon-gg:before {
  content: "";
}

.icon-gg-circle:before {
  content: "";
}

.icon-tripadvisor:before {
  content: "";
}

.icon-odnoklassniki:before {
  content: "";
}

.icon-odnoklassniki-square:before {
  content: "";
}

.icon-get-pocket:before {
  content: "";
}

.icon-wikipedia-w:before {
  content: "";
}

.icon-safari:before {
  content: "";
}

.icon-chrome:before {
  content: "";
}

.icon-firefox:before {
  content: "";
}

.icon-opera:before {
  content: "";
}

.icon-internet-explorer:before {
  content: "";
}

.icon-tv:before,
.icon-television:before {
  content: "";
}

.icon-contao:before {
  content: "";
}

.icon-500px:before {
  content: "";
}

.icon-amazon:before {
  content: "";
}

.icon-calendar-plus-o:before {
  content: "";
}

.icon-calendar-minus-o:before {
  content: "";
}

.icon-calendar-times-o:before {
  content: "";
}

.icon-calendar-check-o:before {
  content: "";
}

.icon-industry:before {
  content: "";
}

.icon-map-pin:before {
  content: "";
}

.icon-map-signs:before {
  content: "";
}

.icon-map-o:before {
  content: "";
}

.icon-map:before {
  content: "";
}

.icon-commenting:before {
  content: "";
}

.icon-commenting-o:before {
  content: "";
}

.icon-houzz:before {
  content: "";
}

.icon-vimeo:before {
  content: "";
}

.icon-black-tie:before {
  content: "";
}

.icon-fonticons:before {
  content: "";
}

.icon-reddit-alien:before {
  content: "";
}

.icon-edge:before {
  content: "";
}

.icon-credit-card-alt:before {
  content: "";
}

.icon-codiepie:before {
  content: "";
}

.icon-modx:before {
  content: "";
}

.icon-fort-awesome:before {
  content: "";
}

.icon-usb:before {
  content: "";
}

.icon-product-hunt:before {
  content: "";
}

.icon-mixcloud:before {
  content: "";
}

.icon-scribd:before {
  content: "";
}

.icon-pause-circle:before {
  content: "";
}

.icon-pause-circle-o:before {
  content: "";
}

.icon-stop-circle:before {
  content: "";
}

.icon-stop-circle-o:before {
  content: "";
}

.icon-shopping-bag:before {
  content: "";
}

.icon-shopping-basket:before {
  content: "";
}

.icon-hashtag:before {
  content: "";
}

.icon-bluetooth:before {
  content: "";
}

.icon-bluetooth-b:before {
  content: "";
}

.icon-percent:before {
  content: "";
}

.icon-gitlab:before {
  content: "";
}

.icon-wpbeginner:before {
  content: "";
}

.icon-wpforms:before {
  content: "";
}

.icon-envira:before {
  content: "";
}

.icon-universal-access:before {
  content: "";
}

.icon-wheelchair-alt:before {
  content: "";
}

.icon-question-circle-o:before {
  content: "";
}

.icon-blind:before {
  content: "";
}

.icon-audio-description:before {
  content: "";
}

.icon-volume-control-phone:before {
  content: "";
}

.icon-braille:before {
  content: "";
}

.icon-assistive-listening-systems:before {
  content: "";
}

.icon-asl-interpreting:before,
.icon-american-sign-language-interpreting:before {
  content: "";
}

.icon-deafness:before,
.icon-hard-of-hearing:before,
.icon-deaf:before {
  content: "";
}

.icon-glide:before {
  content: "";
}

.icon-glide-g:before {
  content: "";
}

.icon-signing:before,
.icon-sign-language:before {
  content: "";
}

.icon-low-vision:before {
  content: "";
}

.icon-viadeo:before {
  content: "";
}

.icon-viadeo-square:before {
  content: "";
}

.icon-snapchat:before {
  content: "";
}

.icon-snapchat-ghost:before {
  content: "";
}

.icon-snapchat-square:before {
  content: "";
}

.icon-pied-piper:before {
  content: "";
}

.icon-first-order:before {
  content: "";
}

.icon-yoast:before {
  content: "";
}

.icon-themeisle:before {
  content: "";
}

.icon-google-plus-circle:before,
.icon-google-plus-official:before {
  content: "";
}

.icon-fa:before,
.icon-font-awesome:before {
  content: "";
}

.icon-handshake-o:before {
  content: "";
}

.icon-envelope-open:before {
  content: "";
}

.icon-envelope-open-o:before {
  content: "";
}

.icon-linode:before {
  content: "";
}

.icon-address-book:before {
  content: "";
}

.icon-address-book-o:before {
  content: "";
}

.icon-vcard:before,
.icon-address-card:before {
  content: "";
}

.icon-vcard-o:before,
.icon-address-card-o:before {
  content: "";
}

.icon-user-circle:before {
  content: "";
}

.icon-user-circle-o:before {
  content: "";
}

.icon-user-o:before {
  content: "";
}

.icon-id-badge:before {
  content: "";
}

.icon-drivers-license:before,
.icon-id-card:before {
  content: "";
}

.icon-drivers-license-o:before,
.icon-id-card-o:before {
  content: "";
}

.icon-quora:before {
  content: "";
}

.icon-free-code-camp:before {
  content: "";
}

.icon-telegram:before {
  content: "";
}

.icon-thermometer-4:before,
.icon-thermometer:before,
.icon-thermometer-full:before {
  content: "";
}

.icon-thermometer-3:before,
.icon-thermometer-three-quarters:before {
  content: "";
}

.icon-thermometer-2:before,
.icon-thermometer-half:before {
  content: "";
}

.icon-thermometer-1:before,
.icon-thermometer-quarter:before {
  content: "";
}

.icon-thermometer-0:before,
.icon-thermometer-empty:before {
  content: "";
}

.icon-shower:before {
  content: "";
}

.icon-bathtub:before,
.icon-s15:before,
.icon-bath:before {
  content: "";
}

.icon-podcast:before {
  content: "";
}

.icon-window-maximize:before {
  content: "";
}

.icon-window-minimize:before {
  content: "";
}

.icon-window-restore:before {
  content: "";
}

.icon-times-rectangle:before,
.icon-window-close:before {
  content: "";
}

.icon-times-rectangle-o:before,
.icon-window-close-o:before {
  content: "";
}

.icon-bandcamp:before {
  content: "";
}

.icon-grav:before {
  content: "";
}

.icon-etsy:before {
  content: "";
}

.icon-imdb:before {
  content: "";
}

.icon-ravelry:before {
  content: "";
}

.icon-eercast:before {
  content: "";
}

.icon-microchip:before {
  content: "";
}

.icon-snowflake-o:before {
  content: "";
}

.icon-superpowers:before {
  content: "";
}

.icon-wpexplorer:before {
  content: "";
}

.icon-meetup:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.display--mobile {
  display: block;
}

@media (min-width: 1025px) {
  .display--mobile {
    display: none;
  }
}

.display--inline-block-mobile {
  display: inline-block;
}

@media (min-width: 1025px) {
  .display--inline-block-mobile {
    display: none;
  }
}

.display--hide-mobile {
  display: none;
}

@media (min-width: 1025px) {
  .display--hide-mobile {
    display: block;
  }
}

.float--right {
  float: right;
}

.float--left {
  float: left;
}

.float--none {
  float: none;
}

.padding--strip {
  padding: 0 !important;
}

.margin--strip {
  margin: 0 !important;
}

.text--truncate {
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  white-space: nowrap;
}

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

.text--screen-reader {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.text--strike-through {
  text-decoration: line-through;
}

.text--display {
  font-size: 48px;
  font-weight: 300;
}

.text--headline {
  font-size: 32px;
  font-weight: 300;
}

.text--sub-header {
  font-size: 24px;
  font-weight: 400;
}

.text--body {
  margin: 0 0 8px;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
}

.text--caption {
  margin: 0 0 8px;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
}

.text--small {
  margin: 0 0 12px;
  padding: 0;
  font-size: 13px;
  font-weight: 400;
}

.text--secondary {
  opacity: .6;
  font-weight: 400;
}

.text--bold {
  font-weight: 700;
}

.loader {
  position: relative;
  width: 200px;
  height: 200px;
  margin: 0 auto;
}

.loader__icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: relative;
  animation: loader12 1s linear alternate infinite;
  top: -40px;
  top: 50%;
  margin: -50% auto 0 auto;
}

@keyframes loader12 {
  0% {
    box-shadow: -60px 40px 0 2px #D16200, -30px 40px 0 0 rgba(209, 98, 0, 0.2), 0 40px 0 0 rgba(209, 98, 0, 0.2), 30px 40px 0 0 rgba(209, 98, 0, 0.2), 60px 40px 0 0 rgba(209, 98, 0, 0.2);
  }

  25% {
    box-shadow: -60px 40px 0 0 rgba(209, 98, 0, 0.2), -30px 40px 0 2px #D16200, 0 40px 0 0 rgba(209, 98, 0, 0.2), 30px 40px 0 0 rgba(209, 98, 0, 0.2), 60px 40px 0 0 rgba(209, 98, 0, 0.2);
  }

  50% {
    box-shadow: -60px 40px 0 0 rgba(209, 98, 0, 0.2), -30px 40px 0 0 rgba(209, 98, 0, 0.2), 0 40px 0 2px #D16200, 30px 40px 0 0 rgba(209, 98, 0, 0.2), 60px 40px 0 0 rgba(209, 98, 0, 0.2);
  }

  75% {
    box-shadow: -60px 40px 0 0 rgba(209, 98, 0, 0.2), -30px 40px 0 0 rgba(209, 98, 0, 0.2), 0 40px 0 0 rgba(209, 98, 0, 0.2), 30px 40px 0 2px #D16200, 60px 40px 0 0 rgba(209, 98, 0, 0.2);
  }

  100% {
    box-shadow: -60px 40px 0 0 rgba(209, 98, 0, 0.2), -30px 40px 0 0 rgba(209, 98, 0, 0.2), 0 40px 0 0 rgba(209, 98, 0, 0.2), 30px 40px 0 0 rgba(209, 98, 0, 0.2), 60px 40px 0 2px #D16200;
  }
}

html {
  font-family: 'Roboto', sans-serif;
  font-size: 100%;
  color: #291300;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
}

h1 {
  font-size: 28px;
  line-height: 36px;
  margin: 0 0 48px;
  padding: 7px 0 0;
}

p {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 18px;
  padding: 6px 0 0;
}

a {
  text-decoration: none;
  color: #2f4054;
  transition: color .1s, background-color .1s;
}

article {
  max-width: 500px;
  margin: 0 auto;
}

article p {
  font-feature-settings: 'kern' 1, 'onum' 1, 'liga' 1;
}

article a {
  border-bottom: 1px solid #d8d8d8;
}

article a:hover {
  border-color: #bfbfbf;
}

article ol,
article ul {
  margin: 0 0 18px 0;
  padding: 6px 0 0;
  font-size: 16px;
  line-height: 24px;
}

article li {
  padding-bottom: 6px;
  font-feature-settings: 'kern' 1, 'onum' 1, 'liga' 1;
  margin-left: 18px;
}

@media (min-width: 640px) {
  article {
    max-width: 550px;
  }

  article p,
  article ol,
  article ul {
    font-size: 17px;
    line-height: 28px;
    margin: 0 0 20px;
    padding: 8px 0 0;
  }

  article h1 {
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 4px;
    padding-top: 10px;
  }
}

@media (min-width: 800px) {
  article {
    max-width: 600px;
  }

  article p,
  article ol,
  article ul {
    font-size: 20px;
    line-height: 34px;
    margin: 0 0 34px 0;
    padding: 10px 0 0;
  }

  article h1 {
    font-size: 40px;
    line-height: 51px;
    margin-bottom: 6px;
    padding-top: 10px;
  }
}

@media (min-width: 1025px) {
  article {
    max-width: 680px;
  }
}

@media (min-width: 1600px) {
  article {
    max-width: 750px;
  }
}

/*!
 * Generated with CSS Flag Sprite generator (https://www.flag--sprites.com/)
 */
.flag {
  display: inline-block;
  width: 16px;
  height: 11px;
  margin-right: 12px;
  background: url("../images/flags.png") no-repeat;
}

.flag--all {
  background-image: none;
}

.flag--all.flag {
  width: auto;
  height: auto;
  margin: 0;
}

.flag.flag--gw {
  background-position: -144px -55px;
}

.flag.flag--gu {
  background-position: -128px -55px;
}

.flag.flag--gt {
  background-position: -112px -55px;
}

.flag.flag--gs {
  background-position: -96px -55px;
}

.flag.flag--gr {
  background-position: -80px -55px;
}

.flag.flag--gq {
  background-position: -64px -55px;
}

.flag.flag--gp {
  background-position: -48px -55px;
}

.flag.flag--gy {
  background-position: -160px -55px;
}

.flag.flag--gg {
  background-position: -208px -44px;
}

.flag.flag--gf {
  background-position: -192px -44px;
}

.flag.flag--ge {
  background-position: -176px -44px;
}

.flag.flag--gd {
  background-position: -160px -44px;
}

.flag.flag--uk,
.flag.flag--co\.uk {
  background-position: -144px -44px;
}

.flag.flag--ga {
  background-position: -128px -44px;
}

.flag.flag--gn {
  background-position: -32px -55px;
}

.flag.flag--gm {
  background-position: -16px -55px;
}

.flag.flag--gl {
  background-position: 0 -55px;
}

.flag.flag--gi {
  background-position: -240px -44px;
}

.flag.flag--gh {
  background-position: -224px -44px;
}

.flag.flag--lb {
  background-position: -208px -77px;
}

.flag.flag--lc {
  background-position: -224px -77px;
}

.flag.flag--la {
  background-position: -192px -77px;
}

.flag.flag--tv {
  background-position: -32px -154px;
}

.flag.flag--tw {
  background-position: -48px -154px;
}

.flag.flag--tt {
  background-position: -16px -154px;
}

.flag.flag--tr {
  background-position: 0 -154px;
}

.flag.flag--lk {
  background-position: 0 -88px;
}

.flag.flag--li {
  background-position: -240px -77px;
}

.flag.flag--lv {
  background-position: -80px -88px;
}

.flag.flag--to {
  background-position: -240px -143px;
}

.flag.flag--lt {
  background-position: -48px -88px;
}

.flag.flag--lu {
  background-position: -64px -88px;
}

.flag.flag--lr {
  background-position: -16px -88px;
}

.flag.flag--ls {
  background-position: -32px -88px;
}

.flag.flag--th {
  background-position: -128px -143px;
}

.flag.flag--tf {
  background-position: -96px -143px;
}

.flag.flag--tg {
  background-position: -112px -143px;
}

.flag.flag--td {
  background-position: -80px -143px;
}

.flag.flag--tc {
  background-position: -64px -143px;
}

.flag.flag--ly {
  background-position: -96px -88px;
}

.flag.flag--do {
  background-position: -112px -33px;
}

.flag.flag--dm {
  background-position: -96px -33px;
}

.flag.flag--dj {
  background-position: -64px -33px;
}

.flag.flag--dk {
  background-position: -80px -33px;
}

.flag.flag--um {
  background-position: -112px -154px;
}

.flag.flag--de {
  background-position: -48px -33px;
}

.flag.flag--ye {
  background-position: -96px -165px;
}

.flag.flag--dz {
  background-position: -128px -33px;
}

.flag.flag--uy {
  background-position: -144px -154px;
}

.flag.flag--yt {
  background-position: -112px -165px;
}

.flag.flag--catalonia {
  background-position: -32px -22px;
}

.flag.flag--vu {
  background-position: -16px -165px;
}

.flag.flag--qa {
  background-position: -128px -121px;
}

.flag.flag--tm {
  background-position: -208px -143px;
}

.flag.flag--england {
  background-position: -208px -33px;
}

.flag.flag--eh {
  background-position: -192px -33px;
}

.flag.flag--wf {
  background-position: -48px -165px;
}

.flag.flag--ee {
  background-position: -160px -33px;
}

.flag.flag--eg {
  background-position: -176px -33px;
}

.flag.flag--za {
  background-position: -128px -165px;
}

.flag.flag--ec {
  background-position: -144px -33px;
}

.flag.flag--www,
.flag.flag--com {
  background-position: -128px -154px;
}

.flag.flag--eu {
  background-position: -16px -44px;
}

.flag.flag--et {
  background-position: 0 -44px;
}

.flag.flag--zw {
  background-position: -176px -165px;
}

.flag.flag--es {
  background-position: -240px -33px;
}

.flag.flag--er {
  background-position: -224px -33px;
}

.flag.flag--ru {
  background-position: -192px -121px;
}

.flag.flag--rw {
  background-position: -208px -121px;
}

.flag.flag--rs {
  background-position: -176px -121px;
}

.flag.flag--re {
  background-position: -144px -121px;
}

.flag.flag--it {
  background-position: -176px -66px;
}

.flag.flag--ro {
  background-position: -160px -121px;
}

.flag.flag--tk {
  background-position: -176px -143px;
}

.flag.flag--tz {
  background-position: -64px -154px;
}

.flag.flag--bd {
  background-position: -16px -11px;
}

.flag.flag--be {
  background-position: -32px -11px;
}

.flag.flag--bf {
  background-position: -48px -11px;
}

.flag.flag--bg {
  background-position: -64px -11px;
}

.flag.flag--vg {
  background-position: -224px -154px;
}

.flag.flag--ba {
  background-position: -240px 0;
}

.flag.flag--bb {
  background-position: 0 -11px;
}

.flag.flag--tibet {
  background-position: -144px -143px;
}

.flag.flag--bm {
  background-position: -112px -11px;
}

.flag.flag--bn {
  background-position: -128px -11px;
}

.flag.flag--bo {
  background-position: -144px -11px;
}

.flag.flag--bh {
  background-position: -80px -11px;
}

.flag.flag--bj {
  background-position: -96px -11px;
}

.flag.flag--bt {
  background-position: -192px -11px;
}

.flag.flag--jm {
  background-position: -208px -66px;
}

.flag.flag--bv {
  background-position: -208px -11px;
}

.flag.flag--bw {
  background-position: -224px -11px;
}

.flag.flag--ws {
  background-position: -64px -165px;
}

.flag.flag--br {
  background-position: -160px -11px;
}

.flag.flag--bs {
  background-position: -176px -11px;
}

.flag.flag--je {
  background-position: -192px -66px;
}

.flag.flag--by {
  background-position: -240px -11px;
}

.flag.flag--bz {
  background-position: 0 -22px;
}

.flag.flag--tn {
  background-position: -224px -143px;
}

.flag.flag--om {
  background-position: -144px -110px;
}

.flag.flag--zm {
  background-position: -160px -165px;
}

.flag.flag--ua {
  background-position: -80px -154px;
}

.flag.flag--jo {
  background-position: -224px -66px;
}

.flag.flag--mz {
  background-position: -192px -99px;
}

.flag.flag--ck {
  background-position: -128px -22px;
}

.flag.flag--xk {
  background-position: -80px -165px;
}

.flag.flag--ci {
  background-position: -112px -22px;
}

.flag.flag--ch {
  background-position: -96px -22px;
}

.flag.flag--co {
  background-position: -192px -22px;
}

.flag.flag--cn {
  background-position: -176px -22px;
}

.flag.flag--cm {
  background-position: -160px -22px;
}

.flag.flag--cl {
  background-position: -144px -22px;
}

.flag.flag--ca {
  background-position: -16px -22px;
}

.flag.flag--cg {
  background-position: -80px -22px;
}

.flag.flag--cf {
  background-position: -64px -22px;
}

.flag.flag--cd {
  background-position: -48px -22px;
}

.flag.flag--cz {
  background-position: -32px -33px;
}

.flag.flag--cy {
  background-position: -16px -33px;
}

.flag.flag--vc {
  background-position: -192px -154px;
}

.flag.flag--cr {
  background-position: -208px -22px;
}

.flag.flag--cw {
  background-position: 0 -33px;
}

.flag.flag--cv {
  background-position: -240px -22px;
}

.flag.flag--cu {
  background-position: -224px -22px;
}

.flag.flag--ve {
  background-position: -208px -154px;
}

.flag.flag--pr {
  background-position: -48px -121px;
}

.flag.flag--ps {
  background-position: -64px -121px;
}

.flag.flag--pw {
  background-position: -96px -121px;
}

.flag.flag--pt {
  background-position: -80px -121px;
}

.flag.flag--py {
  background-position: -112px -121px;
}

.flag.flag--tl {
  background-position: -192px -143px;
}

.flag.flag--iq {
  background-position: -128px -66px;
}

.flag.flag--pa {
  background-position: -160px -110px;
}

.flag.flag--pf {
  background-position: -192px -110px;
}

.flag.flag--pg {
  background-position: -208px -110px;
}

.flag.flag--pe {
  background-position: -176px -110px;
}

.flag.flag--pk {
  background-position: -240px -110px;
}

.flag.flag--ph,
.flag.flag--com\.ph {
  background-position: -224px -110px;
}

.flag.flag--pn {
  background-position: -32px -121px;
}

.flag.flag--kurdistan {
  background-position: -128px -77px;
}

.flag.flag--pl {
  background-position: 0 -121px;
}

.flag.flag--pm {
  background-position: -16px -121px;
}

.flag.flag--hr {
  background-position: -224px -55px;
}

.flag.flag--ht {
  background-position: -240px -55px;
}

.flag.flag--hu {
  background-position: 0 -66px;
}

.flag.flag--hk {
  background-position: -176px -55px;
}

.flag.flag--hn {
  background-position: -208px -55px;
}

.flag.flag--vn {
  background-position: 0 -165px;
}

.flag.flag--hm {
  background-position: -192px -55px;
}

.flag.flag--jp {
  background-position: -240px -66px;
}

.flag.flag--wales {
  background-position: -32px -165px;
}

.flag.flag--me {
  background-position: -160px -88px;
}

.flag.flag--md {
  background-position: -144px -88px;
}

.flag.flag--mg {
  background-position: -176px -88px;
}

.flag.flag--ma {
  background-position: -112px -88px;
}

.flag.flag--mc {
  background-position: -128px -88px;
}

.flag.flag--uz {
  background-position: -160px -154px;
}

.flag.flag--mm {
  background-position: -240px -88px;
}

.flag.flag--ml {
  background-position: -224px -88px;
}

.flag.flag--mo {
  background-position: -16px -99px;
}

.flag.flag--mn {
  background-position: 0 -99px;
}

.flag.flag--mh {
  background-position: -192px -88px;
}

.flag.flag--mk {
  background-position: -208px -88px;
}

.flag.flag--mu {
  background-position: -112px -99px;
}

.flag.flag--mt {
  background-position: -96px -99px;
}

.flag.flag--mw {
  background-position: -144px -99px;
}

.flag.flag--mv {
  background-position: -128px -99px;
}

.flag.flag--mq {
  background-position: -48px -99px;
}

.flag.flag--mp {
  background-position: -32px -99px;
}

.flag.flag--ms {
  background-position: -80px -99px;
}

.flag.flag--mr {
  background-position: -64px -99px;
}

.flag.flag--im {
  background-position: -80px -66px;
}

.flag.flag--ug {
  background-position: -96px -154px;
}

.flag.flag--my {
  background-position: -176px -99px;
}

.flag.flag--mx {
  background-position: -160px -99px;
}

.flag.flag--il {
  background-position: -64px -66px;
}

.flag.flag--va {
  background-position: -176px -154px;
}

.flag.flag--sa {
  background-position: -224px -121px;
}

.flag.flag--ae {
  background-position: -16px 0;
}

.flag.flag--ad {
  background-position: 0 0;
}

.flag.flag--ag {
  background-position: -48px 0;
}

.flag.flag--af {
  background-position: -32px 0;
}

.flag.flag--ai {
  background-position: -64px 0;
}

.flag.flag--vi {
  background-position: -240px -154px;
}

.flag.flag--is {
  background-position: -160px -66px;
}

.flag.flag--ir {
  background-position: -144px -66px;
}

.flag.flag--am {
  background-position: -96px 0;
}

.flag.flag--al {
  background-position: -80px 0;
}

.flag.flag--ao {
  background-position: -128px 0;
}

.flag.flag--an {
  background-position: -112px 0;
}

.flag.flag--as {
  background-position: -160px 0;
}

.flag.flag--ar {
  background-position: -144px 0;
}

.flag.flag--au {
  background-position: -192px 0;
}

.flag.flag--at {
  background-position: -176px 0;
}

.flag.flag--aw {
  background-position: -208px 0;
}

.flag.flag--in,
.flag.flag--co\.in {
  background-position: -96px -66px;
}

.flag.flag--ic {
  background-position: -16px -66px;
}

.flag.flag--az {
  background-position: -224px 0;
}

.flag.flag--ie {
  background-position: -48px -66px;
}

.flag.flag--id {
  background-position: -32px -66px;
}

.flag.flag--zanzibar {
  background-position: -144px -165px;
}

.flag.flag--ni {
  background-position: -32px -110px;
}

.flag.flag--nl {
  background-position: -48px -110px;
}

.flag.flag--no {
  background-position: -64px -110px;
}

.flag.flag--na {
  background-position: -208px -99px;
}

.flag.flag--nc {
  background-position: -224px -99px;
}

.flag.flag--scotland {
  background-position: -16px -132px;
}

.flag.flag--ne {
  background-position: -240px -99px;
}

.flag.flag--nf {
  background-position: 0 -110px;
}

.flag.flag--ng {
  background-position: -16px -110px;
}

.flag.flag--nz {
  background-position: -128px -110px;
}

.flag.flag--sh {
  background-position: -80px -132px;
}

.flag.flag--np {
  background-position: -80px -110px;
}

.flag.flag--so {
  background-position: -176px -132px;
}

.flag.flag--nr {
  background-position: -96px -110px;
}

.flag.flag--nu {
  background-position: -112px -110px;
}

.flag.flag--somaliland {
  background-position: -192px -132px;
}

.flag.flag--fr {
  background-position: -112px -44px;
}

.flag.flag--io {
  background-position: -112px -66px;
}

.flag.flag--sv {
  background-position: 0 -143px;
}

.flag.flag--sb {
  background-position: -240px -121px;
}

.flag.flag--fi {
  background-position: -32px -44px;
}

.flag.flag--fj {
  background-position: -48px -44px;
}

.flag.flag--fk {
  background-position: -64px -44px;
}

.flag.flag--fm {
  background-position: -80px -44px;
}

.flag.flag--fo {
  background-position: -96px -44px;
}

.flag.flag--tj {
  background-position: -160px -143px;
}

.flag.flag--sz {
  background-position: -48px -143px;
}

.flag.flag--sy {
  background-position: -32px -143px;
}

.flag.flag--sx {
  background-position: -16px -143px;
}

.flag.flag--kg {
  background-position: -16px -77px;
}

.flag.flag--ke {
  background-position: 0 -77px;
}

.flag.flag--ss {
  background-position: -224px -132px;
}

.flag.flag--sr {
  background-position: -208px -132px;
}

.flag.flag--ki {
  background-position: -48px -77px;
}

.flag.flag--kh {
  background-position: -32px -77px;
}

.flag.flag--kn {
  background-position: -80px -77px;
}

.flag.flag--km {
  background-position: -64px -77px;
}

.flag.flag--st {
  background-position: -240px -132px;
}

.flag.flag--sk {
  background-position: -112px -132px;
}

.flag.flag--kr {
  background-position: -112px -77px;
}

.flag.flag--si {
  background-position: -96px -132px;
}

.flag.flag--kp {
  background-position: -96px -77px;
}

.flag.flag--kw {
  background-position: -144px -77px;
}

.flag.flag--sn {
  background-position: -160px -132px;
}

.flag.flag--sm {
  background-position: -144px -132px;
}

.flag.flag--sl {
  background-position: -128px -132px;
}

.flag.flag--sc {
  background-position: 0 -132px;
}

.flag.flag--kz {
  background-position: -176px -77px;
}

.flag.flag--ky {
  background-position: -160px -77px;
}

.flag.flag--sg {
  background-position: -64px -132px;
}

.flag.flag--se {
  background-position: -48px -132px;
}

.flag.flag--sd {
  background-position: -32px -132px;
}

.label {
  padding: 3px 5px 2px;
  text-transform: uppercase;
  font-size: 13px;
  border-width: 1px;
  border-style: solid;
}

.label--success {
  color: #109e69;
  border-color: #109e69;
}

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 0 24px;
}

@media (min-width: 800px) {
  .container {
    max-width: 900px;
  }
}

@media (min-width: 1025px) {
  .container {
    max-width: 1300px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1500px;
  }
}

.container--head {
  padding: 0;
}

.grid {
  margin-left: -24px;
}

@media (min-width: 800px) {
  .grid {
    margin-left: -36px;
  }
}

.grid__col {
  width: 100%;
  display: inline-block;
  padding-left: 24px;
  vertical-align: top;
}

@media (min-width: 800px) {
  .grid__col {
    padding-left: 36px;
  }
}

.u-6 {
  width: 50%;
}

.u-8 {
  width: 66.6666666667%;
}

.u-4 {
  width: 33.3333333333%;
}

@media (min-width: 640px) {
  .u-3-sm {
    width: 25%;
  }

  .u-4-sm {
    width: 33.3333333333%;
  }

  .u-6-sm {
    width: 50%;
  }

  .u-8-sm {
    width: 66.6666666667%;
  }
}

@media (min-width: 800px) {
  .u-3-md {
    width: 25%;
  }

  .u-4-md {
    width: 33.3333333333%;
  }

  .u-6-md {
    width: 50%;
  }

  .u-8-md {
    width: 66.6666666667%;
  }

  .u-12-md {
    width: 100%;
  }
}

@media (min-width: 1025px) {
  .u-3-lg {
    width: 25%;
  }

  .u-4-lg {
    width: 33.3333333333%;
  }

  .u-6-lg {
    width: 50%;
  }

  .u-8-lg {
    width: 66.6666666667%;
  }

  .u-12-lg {
    width: 100%;
  }
}

.section {
  padding: 16px 0;
}

@media (min-width: 640px) {
  .section {
    padding: 36px 0;
  }
}

@media (min-width: 800px) {
  .section {
    padding: 48px 0;
  }
}

@media (min-width: 1025px) {
  .section {
    padding: 96px 0;
  }
}

.section--bottom {
  padding: 0 0 96px;
}

.align--bottom {
  vertical-align: bottom;
}

.list {
  margin-left: 18px;
}

.list--inline {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list--inline>li {
  display: inline-block;
}

.list--stripped {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list--with-icons .list__item {
  position: relative;
  padding: 0;
  border-bottom: 1px solid #D9D9D9;
}

.list--with-icons .list__link {
  margin-right: 36px;
  padding: 12px 0;
}

.list__delete-item {
  position: absolute;
  top: 12px;
  right: 0;
  color: rgba(41, 19, 0, 0.6);
  cursor: pointer;
}

.list__delete-item:hover {
  color: #de300b;
}

.list__delete-item:hover:first-of-type+a {
  text-decoration: line-through;
  color: #ccc !important;
}

.list__item {
  padding-bottom: 6px;
  font-size: 16px;
}

.list__link {
  color: rgba(41, 19, 0, 0.6);
}

.list__link:hover {
  color: #291300;
}

.alert {
  position: relative;
  padding: 16px 16px 0;
}

.alert p {
  margin: 0;
  padding-bottom: 16px;
}

.alert a {
  text-decoration: underline;
}

.alert a:hover {
  text-decoration: none;
}

.alert--info {
  background-color: rgba(1, 111, 185, 0.2);
  color: #016FB9;
}

.alert--info a {
  color: #016FB9;
}

.alert--info a:hover {
  color: #015186;
}

.alert__dismiss {
  padding: 5px;
  position: absolute;
  top: 0;
  right: 24px;
  opacity: .4;
}

.alert__dismiss:hover {
  opacity: 1;
}

/*!
 * jQuery UI CSS Framework 1.12.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
  border-radius: 3px;
  max-height: 300px;
  overflow: hidden;
  background-color: #FFF;
  border-color: #D9D9D9;
  border-width: 1px;
  border-style: solid;
  border-top: none;
}

.ui-menu {
  list-style: none;
  display: block;
  margin: 0;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  border-bottom: 1px solid #D9D9D9;
  font-size: 18px;
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  display: block;
  padding: 3px 20px;
  line-height: 24px;
  font-weight: 100;
  padding: 16px 24px;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  background-color: #f2f2f2;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

/* highlight results */
.ui-autocomplete span.hl_results {
  font-weight: bold;
}

/* loading - the AJAX indicator */
.ui-autocomplete-loading {
  background: white url("ui-anim_basic_16x16.gif") right center no-repeat;
}

.btn {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  text-align: center;
  margin: 0;
  cursor: pointer;
  overflow: visible;
  padding: 18px 36px 17px;
  border-radius: 3px;
  border: none;
  color: #fff;
}

@media (min-width: 640px) {
  .btn {
    font-size: 18px;
  }
}

.btn,
.btn:hover,
.btn:active,
.btn:focus {
  text-decoration: none;
  outline: none;
}

.btn--primary {
  background-color: #109e69;
}

.btn--primary,
.btn--primary:hover,
.btn--primary:active,
.btn--primary:focus {
  color: #fff;
}

.btn--primary:hover,
.btn--primary:focus {
  background-color: #0e875a;
}

.btn--secondary {
  background-color: #f2f2f2;
  border: 1px solid #D9D9D9;
  color: #D16200;
}

.btn--secondary,
.btn--secondary:hover,
.btn--secondary:active,
.btn--secondary:focus {
  text-decoration: none;
}

.btn--secondary:hover,
.btn--secondary:focus {
  background-color: #d9d9d9;
}

.btn--facebook {
  background-color: #3b5998;
}

.btn--facebook:hover,
.btn--facebook:hover,
.btn--facebook:active,
.btn--facebook:focus {
  background-color: #2d4373;
}

.btn--linkedin {
  background-color: #007bb5;
}

.btn--linkedin:hover,
.btn--linkedin:hover,
.btn--linkedin:active,
.btn--linkedin:focus {
  background-color: #005882;
}

.btn--twitter {
  background-color: #4099FF;
}

.btn--twitter:hover,
.btn--twitter:hover,
.btn--twitter:active,
.btn--twitter:focus {
  background-color: #0d7eff;
}

.btn--small {
  padding: 12px 12px;
  font-size: 13px;
}

@media (min-width: 640px) {
  .btn--small {
    padding: 12px 16px;
    font-size: 16px;
  }
}

.btn--block {
  width: 100%;
}

.btn:disabled {
  cursor: not-allowed;
  opacity: .65;
}

.btn--secondary:disabled:hover {
  background-color: #F2F2F2;
}

.btn--stripped {
  border: none;
  background: none;
  -webkit-appearance: none;
  cursor: pointer;
  color: #D16200;
}

.icon-fw.icon-linkedin-square {
  color: #007bb5;
}

.icon-fw.icon-twitter {
  color: #4099FF;
}

.icon-fw.icon-stack-overflow {
  color: #FF9900;
}

.icon-fw.icon-google-plus {
  color: #dd4b39;
}

.icon-fw.icon-xing {
  color: #1E636A;
}

.icon-fw.icon-github {
  color: #000;
}

.footer {
  padding: 96px 0;
}

.footer__item {
  padding-right: 24px;
  opacity: 0.6;
}

.footer__item:hover {
  opacity: 1;
}

.field {
  position: relative;
  margin-bottom: 24px;
}

@media (min-width: 800px) {
  .field .field {
    margin-bottom: 48px;
  }
}

.field__label {
  padding-bottom: 12px;
  display: block;
  font-size: 18px;
}

.field__control {
  width: 100%;
  padding: 16px 24px;
  margin-bottom: 12px;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  font-size: 18px;
}

.field__control:disabled {
  background-color: #E6E6E6;
  border-color: #E6E6E6;
  cursor: not-allowed;
}

.field__control--input::-webkit-input-placeholder {
  opacity: 0.3;
}

.field__control--input::-moz-placeholder {
  opacity: 0.3;
}

.field__control--input:-ms-input-placeholder {
  opacity: 0.3;
}

.field__control--input::placeholder {
  opacity: 0.3;
}

.field__control--input:focus {
  background-color: #F7F7F7;
  border-color: #CCC;
  outline: none;
}

.field__control--select {
  height: 54px;
}

.field__control--select:focus {
  outline: none;
}

.field__control--textarea {
  min-height: 300px;
  padding: 24px;
}

.field__control--textarea:focus {
  background-color: #F7F7F7;
  border-color: #CCC;
  outline: none;
}

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

.field__help .icon {
  opacity: 0.6;
}

.field__help:hover .icon {
  opacity: 1;
}

.field__not-requried {
  display: inline-block;
  font-size: 12px;
  vertical-align: baseline;
}

.field--with-help .field__label {
  padding-right: 24px;
}

.field__control--container {
  max-width: 750px;
  margin: 0 auto;
}

.select2-container--focus {
  background-color: #F7F7F7;
  border-color: #CCC;
  outline: none;
}

.field--ad-optimiser .select2-container {
  margin: 0;
}

.select2-container {
  display: inline-block;
  margin: 0 0 16px;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  cursor: pointer;
  display: block;
  padding: 16px 24px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  font-size: 18px;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 16px 24px;
  border-bottom: 1px solid #D9D9D9;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 16px 24px 16px 48px;
}

.select2-search--dropdown:before {
  font-family: "FontAwesome";
  content: "\f002";
  position: absolute;
  top: 19px;
  left: 24px;
  opacity: 0.6;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  font-size: 18px;
  outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 13px;
  right: 16px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #291300 transparent transparent transparent;
  border-style: solid;
  border-width: 7px 6px 0 6px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #291300 transparent;
  border-width: 0 6px 7px 6px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  outline: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field:before {
  font-family: "FontAwesome";
  content: "\f002";
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 300px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true]:after {
  float: right;
  font-family: 'FontAwesome';
  content: "\f058";
  color: #109e69;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #F2F2F2;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.field--checkbox {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 16px;
  line-height: 25.6px;
}

.field__control--checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.field__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
  border: 1px solid #D9D9D9;
}

.field--radio .field__indicator {
  border-radius: 50%;
}

.field:hover input~.field__indicator,
.field input:focus~.field__indicator {
  background: #ccc;
}

.field input:checked~.field__indicator {
  background: #109e69;
  border-color: #109e69;
}

.field:hover input:not([disabled]):checked~.field__indicator,
.field input:checked:focus~.field__indicator {
  background: #0b704a;
}

.field input:disabled~.field__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}

.field__indicator:after {
  content: '';
  position: absolute;
  display: none;
}

.field input:checked~.field__indicator:after {
  display: block;
}

.field--checkbox .field__indicator:after {
  left: 7px;
  top: 4px;
  width: 5px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.field--checkbox input:disabled~.field__indicator:after {
  border-color: #7b7b7b;
}

.field--radio .field__indicator:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
}

.field--radio input:disabled~.field__indicator:after {
  background: #7b7b7b;
}

.uber-nav {
  padding: 16px 0;
}

.uber-nav__title {
  padding-right: 12px;
  font-size: 13px;
  opacity: 0.6;
}

.uber-nav__title:hover {
  color: #109e69;
}

.logo {
  padding: 0 0 24px 24px;
}

.logo__image {
  padding-bottom: 12px;
}

.logo__label {
  display: block;
  font-size: 18px;
  opacity: 0.6;
  color: #fff;
  font-weight: 300;
}

.header {
  padding: 36px 0 0;
  background-color: #291300;
  background-image: url("../images/background-illustration-white.png"), linear-gradient(-150deg, #431f00 0%, #291300 97%);
  background-size: 380px, contain;
}

.hero {
  padding: 40px 0 84px;
}

.hero__title {
  font-size: 32px;
  font-weight: 400;
  line-height: 48px;
  margin: 0;
  padding: 0;
}

.hero__subtitle {
  display: block;
  padding-top: 16px;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  opacity: 0.6;
}

/* -------------------------------------------------------------------------- * * Necessary styling for the dialog to work
 * -------------------------------------------------------------------------- */
.dialog[aria-hidden="true"] {
  display: none;
}

/* -------------------------------------------------------------------------- * * Styling to make the dialog look like a dialog
 * -------------------------------------------------------------------------- */
.dialog-overlay {
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.66);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.dialog-content {
  background-color: white;
  z-index: 3;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* -------------------------------------------------------------------------- * * Extra dialog styling to make it shiny
 * -------------------------------------------------------------------------- */
.dialog-content {
  padding: 1em;
  max-width: 90%;
  width: 800px;
  border-radius: 2px;
}

@media screen and (min-width: 700px) {
  .dialog-content {
    padding: 2em;
  }
}

.dialog-overlay {
  background-color: rgba(43, 46, 56, 0.9);
}

.dialog h1 {
  /*margin: 0;
  font-size: 1.25em;*/
}

.dialog-close {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  border: 0;
  padding: 0;
  background-color: transparent;
  font-weight: bold;
  font-size: 1.25em;
  width: 1.2em;
  height: 1.2em;
  text-align: center;
  cursor: pointer;
  transition: 0.15s;
}

@media screen and (min-width: 700px) {
  .dialog-close {
    top: 1em;
    right: 1em;
  }
}

.nav__item {
  font-size: 16px;
  font-weight: 300;
}

.nav__link {
  display: block;
  padding: 0 24px;
  color: rgba(255, 255, 255, 0.6);
}

.nav__link .icon {
  padding-right: 8px;
}

.nav__link:hover {
  color: #fff;
}

.nav-link--active {
  color: #fff;
  border-bottom: 3px solid #D16200;
}

.nav-link--active .nav__label {
  opacity: 1;
}

.nav--secondary .nav__item {
  font-size: 13px;
}

.nav--secondary .nav__link {
  border: none;
}

.cd-secondary-nav {
  position: relative;
  z-index: 1;
  clear: both;
  width: 100%;
  height: 66px;
  /* Force Hardware Acceleration */
  transform: translateZ(0);
  will-change: transform;
  transition: transform .5s;
}

.cd-secondary-nav::after {
  /* gradient on the right - to indicate it's possible to scroll */
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 35px;
  background: transparent;
  background: linear-gradient(to left, #431f00, rgba(67, 31, 0, 0));
  pointer-events: none;
  transition: opacity .2s;
}

.cd-secondary-nav.nav-end::after {
  opacity: 0;
}

.cd-secondary-nav ul,
.cd-secondary-nav li,
.cd-secondary-nav a {
  height: 100%;
}

.cd-secondary-nav ul {
  /* enables a flex context for all its direct children */
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.cd-secondary-nav li {
  display: inline-block;
  float: left;
  /* do not shrink - elements float on the right of the element */
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.cd-secondary-nav li:last-of-type {
  padding-right: 20px;
}

.cd-secondary-nav a {
  display: block;
  line-height: 66px;
}

.cd-secondary-nav a:hover,
.cd-secondary-nav a.active {
  opacity: 1;
}

@media (min-width: 1025px) {
  .cd-secondary-nav {
    height: 66px;
    overflow: visible;
  }

  .cd-secondary-nav ul {
    /* reset mobile style */
    display: block;
  }

  .cd-secondary-nav li {
    /* reset mobile style */
    float: none;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }

  .cd-secondary-nav a {
    line-height: 66px;
  }
}

.offcanvas__toggle {
  margin-right: 24px;
  color: white;
}

.offcanvas__toggle:hover {
  color: #e6e6e6;
}

.offcanvas__link {
  display: block;
  padding: 24px;
  color: #cccccc;
}

.offcanvas__link:hover {
  background-color: #291300;
  color: white;
}

.offcanvas__link--active {
  color: #fff;
}

/**
 * Canvas
 */
[canvas] {
  z-index: 1;
}

[canvas=container] {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  position: relative;
  background-color: white;
  /* Basic background color, overwrite this in your own css. */
  -webkit-overflow-scrolling: touch;
  /* Enables momentum scrolling on iOS devices, may be removed by setting to 'auto' in your own CSS. */
}

[canvas=container]:before,
[canvas=container]:after {
  clear: both;
  content: '';
  display: table;
}

/**
 * Off-Canavs
 */
[off-canvas] {
  display: none;
  position: fixed;
  overflow: hidden;
  overflow-y: auto;
  background-color: black;
  /* Basic background color, overwrite this in your own css. */
  color: white;
  /* Basic colors, overwrite this in your own css. */
  -webkit-overflow-scrolling: touch;
  /* Enables momentum scrolling on iOS devices, may be removed by setting to 'auto' in your own CSS. */
}

[off-canvas*=top] {
  width: 100%;
  height: 255px;
  top: 0;
}

[off-canvas*=right] {
  width: 255px;
  height: 100%;
  top: 0;
  right: 0;
}

[off-canvas*=bottom] {
  width: 100%;
  height: 255px;
  bottom: 0;
}

[off-canvas*=left] {
  width: 255px;
  height: 100%;
  top: 0;
  left: 0;
}

[off-canvas*=reveal] {
  z-index: 0;
}

[off-canvas*=push] {
  z-index: 1;
}

[off-canvas*=overlay] {
  z-index: 9999;
}

[off-canvas*=shift] {
  z-index: 0;
}

/**
 * Animation
 */
[canvas],
[off-canvas] {
  transform: translate(0px, 0px);
  transition: transform 300ms;
  -webkit-backface-visibility: hidden;
  /* Prevents flickering, may be removed if experiencing problems with fixed background images in Chrome. */
}

[off-canvas*=shift][off-canvas*=top] {
  transform: translate(0px, 50%);
}

[off-canvas*=shift][off-canvas*=right] {
  transform: translate(-50%, 0px);
}

[off-canvas*=shift][off-canvas*=bottom] {
  transform: translate(0px, -50%);
}

[off-canvas*=shift][off-canvas*=left] {
  transform: translate(50%, 0px);
}

/**
 * Print
 */
@media print {
  [canvas] {
    transform: translate(0px, 0px) !important;
  }

  [off-canvas] {
    display: none !important;
  }
}

.panel {
  margin-bottom: 36px;
}

.panel__title {
  padding-bottom: 16px;
  font-size: 18px;
}

.panel--warning {
  padding: 24px;
  border-radius: 3px;
  background-color: #F8ECCE;
  background-image: url("../images/background-illustration-main.png");
  background-size: 380px, contain;
  background-repeat: repeat-x;
  color: #ad7d09;
}

.panel--info {
  padding: 24px;
  border-radius: 3px;
  background-color: #E5F0F8;
  background-image: url("../images/background-illustration-main.png");
  background-size: 380px, contain;
  background-repeat: repeat-x;
  color: #015186;
}

.panel--info p:last-of-type {
  margin-bottom: 0;
}

.tag {
  position: relative;
  margin: 0 10px 10px 0;
  padding: 5px 8px;
  background: #fff;
  border: 1px solid #D9D9D9;
}

.tag__delete {
  padding: 2px;
  font-size: 13px;
  line-height: 1;
  color: #BFBFBF;
}

.tag__delete:hover {
  color: #DE300B;
}

.tag__link {
  color: #291300;
}

.tag__link:hover {
  color: #D16200;
}

.tag--used a {
  color: rgba(41, 19, 0, 0.3);
}

/* Backup
.tag--used:after {
	position: absolute;
	top: -7px;
	right: -7px;
	font-family: "FontAwesome";
	font-size: 14px;
	color: #109E69;
	content: "\f058";
}
*/
.tag__used-icon {
  position: absolute;
  top: -14px;
  right: -7px;
  width: 16px;
  height: 20px;
  font-size: 14px;
}

.tag__used-icon .fa-circle {
  color: #fff;
}

.tag__used-icon .fa-check-circle {
  color: #109E69;
}

/**
	* Form

**/
.form {
  padding: 16px 0 48px;
}

@media (min-width: 1025px) {
  .field--ad-optimiser {
    margin-bottom: 0;
  }
}

/**
	* Results

**/
.keywords {
  margin-bottom: 48px;
  padding: 24px 0;
  background: #F2F2F2;
}

.results__author-switch {
  position: absolute;
  top: 0;
  right: 0;
  padding: 6px 12px 5px 8px;
  font-size: 14px;
  color: #291300;
  background: white;
  border: 1px solid #D9D9D9;
  border-radius: 100px;
}

.results__author-switch:active,
.results__author-switch:focus,
.results__author-switch:hover {
  outline: none;
  border-color: rgba(41, 19, 0, 0.3);
}

.results__author-switch:before {
  padding-right: 8px;
  font-family: "FontAwesome";
  content: "\f111";
  opacity: .2;
}

.results__author-switch.collapsed:before {
  content: "\f058";
  color: #109E69;
  opacity: 1;
}

/**
	* Editor

**/
.editor {
  margin-bottom: 48px;
}

.characters {
  float: right;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.in {
  opacity: 0.9;
}

.tooltip.tooltip-top,
.tooltip.bs-tether-element-attached-bottom {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.tooltip-top .tooltip-arrow,
.tooltip.bs-tether-element-attached-bottom .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.tooltip-right,
.tooltip.bs-tether-element-attached-left {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.tooltip-right .tooltip-arrow,
.tooltip.bs-tether-element-attached-left .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.tooltip-bottom,
.tooltip.bs-tether-element-attached-top {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.tooltip-bottom .tooltip-arrow,
.tooltip.bs-tether-element-attached-top .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.tooltip-left,
.tooltip.bs-tether-element-attached-right {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip.tooltip-left .tooltip-arrow,
.tooltip.bs-tether-element-attached-right .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

#main {
  padding-top: 36px;
  background-color: #fff;
}

.result__actions .btn {
  margin-bottom: 16px;
}

#fly-baby {
  padding-right: 0;
  padding-left: 0;
}

/* ==========================================================================
   #WIDTHS
   ========================================================================== */
/**
 * inuitcss generates a series of utility classes that give a fluid width to
 * whichever element they’re applied, e.g.:
 *
 *   <img src="" alt="" class="u-1/2" />
 *
 * These classes are most commonly used in conjunction with our layout system,
 * e.g.:
 *
 *   <div class="o-layout__item  u-1/2">
 *
 * By default, inuitcss will also generate responsive variants of each of these
 * classes by using your Sass MQ configuration, e.g.:
 *
 *   <div class="o-layout__item  u-1/1  u-1/2@tablet  u-1/3@desktop">
 *
 * Optionally, inuitcss can generate offset classes which can push and pull
 * elements left and right by a specified amount, e.g.:
 *
 *   <div class="o-layout__item  u-2/3  u-pull-1/3">
 *
 * This is useful for making very granular changes to the rendered order of
 * items in a layout.
 *
 * N.B. This option is turned off by default.
 */
/**
 * A series of width helper classes that you can use to size things like grid
 * systems. Classes take a fraction-like format (e.g. `.u-2/3`). Use these in
 * your markup:
 *
 * <div class="u-7/12">
 *
 * The following will generate widths helper classes based on the fractions
 * defined in the `$inuit-fractions` list.
 */
.u-1\/1 {
  width: 100% !important;
}

.u-1\/2 {
  width: 50% !important;
}

.u-2\/2 {
  width: 100% !important;
}

.u-1\/3 {
  width: 33.33333% !important;
}

.u-2\/3 {
  width: 66.66667% !important;
}

.u-3\/3 {
  width: 100% !important;
}

.u-1\/4 {
  width: 25% !important;
}

.u-2\/4 {
  width: 50% !important;
}

.u-3\/4 {
  width: 75% !important;
}

.u-4\/4 {
  width: 100% !important;
}

.u-1\/5 {
  width: 20% !important;
}

.u-2\/5 {
  width: 40% !important;
}

.u-3\/5 {
  width: 60% !important;
}

.u-4\/5 {
  width: 80% !important;
}

.u-5\/5 {
  width: 100% !important;
}

/**
 * If we’re using Sass-MQ, automatically generate grid system(s) for each of our
 * defined breakpoints, and give them a Responsive Suffix, e.g.:
 *
 * <div class="u-3/12@mobile">
 */

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