@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* 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 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and 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;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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;
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

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

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

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

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

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

  thead {
    display: table-header-group;
  }

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

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

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

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

  .navbar {
    display: none;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "\002a";
}

.glyphicon-plus:before {
  content: "\002b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "\26fa";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "\231b";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "\00a5";
}

.glyphicon-jpy:before {
  content: "\00a5";
}

.glyphicon-ruble:before {
  content: "\20bd";
}

.glyphicon-rub:before {
  content: "\20bd";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  font-size: 18px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, "Fira Sans", "Droid Sans", Ubuntu, Cantarell, Helvetica, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.8;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #357edd;
  text-decoration: none;
}
a:hover, a:focus {
  color: #1c5aa9;
  text-decoration: none;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 4px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.8;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 32px;
  margin-bottom: 32px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  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;
}

[role="button"] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.2;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1,
h2,
h3 {
  margin-top: 32px;
  margin-bottom: 16px;
}
h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small {
  font-size: 65%;
}

h4,
h5,
h6 {
  margin-top: 16px;
  margin-bottom: 16px;
}
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small {
  font-size: 75%;
}

h1 {
  font-size: 46px;
}

h2 {
  font-size: 38px;
}

h3 {
  font-size: 31px;
}

h4 {
  font-size: 23px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  margin: 0 0 16px;
}

.lead {
  margin-bottom: 32px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 27px;
  }
}

small,
.small {
  font-size: 88%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #357edd;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #2065bf;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #357edd;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #2065bf;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 15px;
  margin: 64px 0 32px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 16px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 32px;
}

dt,
dd {
  line-height: 1.8;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 16px 32px;
  margin: 0 0 32px;
  font-size: 22.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.8;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 32px;
  font-style: normal;
  line-height: 1.8;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 3px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 15.5px;
  margin: 0 0 16px;
  font-size: 17px;
  line-height: 1.8;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 3px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

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

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

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

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

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

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

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

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

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

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

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

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 32px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.8;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 4px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

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

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 24px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 32px;
  font-size: 27px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
}

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

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 18px;
  line-height: 1.8;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 46px;
  padding: 6px 20px;
  font-size: 18px;
  line-height: 1.8;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 46px;
  }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg
  input[type="month"] {
    line-height: 57px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 32px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 50px;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 34px;
  padding: 4px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 34px;
  line-height: 34px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 34px;
  padding: 4px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 34px;
  line-height: 34px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 34px;
  min-height: 48px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 57px;
  padding: 12px 26px;
  font-size: 23px;
  line-height: 1.33333;
  border-radius: 4px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 57px;
  line-height: 57px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 57px;
  padding: 12px 26px;
  font-size: 23px;
  line-height: 1.33333;
  border-radius: 4px;
}
.form-group-lg select.form-control {
  height: 57px;
  line-height: 57px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 57px;
  min-height: 55px;
  padding: 13px 26px;
  font-size: 23px;
  line-height: 1.33333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 57.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 57px;
  height: 57px;
  line-height: 57px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 34px;
  height: 34px;
  line-height: 34px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 37px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 39px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 13px;
    font-size: 23px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 5px;
    font-size: 16px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 0;
  white-space: nowrap;
  padding: 6px 20px;
  font-size: 18px;
  line-height: 1.8;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #357edd;
  border-color: #2471d5;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #2065bf;
  border-color: #113768;
}
.btn-primary:hover {
  color: #fff;
  background-color: #2065bf;
  border-color: #1b55a0;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #2065bf;
  border-color: #1b55a0;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #1b55a0;
  border-color: #113768;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #357edd;
  border-color: #2471d5;
}
.btn-primary .badge {
  color: #357edd;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-dark {
  color: #eeeeee;
  background-color: #333333;
  border-color: #222222;
}
.btn-dark:focus, .btn-dark.focus {
  color: #eeeeee;
  background-color: #1a1a1a;
  border-color: black;
}
.btn-dark:hover {
  color: #eeeeee;
  background-color: #1a1a1a;
  border-color: #040404;
}
.btn-dark:active, .btn-dark.active, .open > .btn-dark.dropdown-toggle {
  color: #eeeeee;
  background-color: #1a1a1a;
  border-color: #040404;
}
.btn-dark:active:hover, .btn-dark:active:focus, .btn-dark:active.focus, .btn-dark.active:hover, .btn-dark.active:focus, .btn-dark.active.focus, .open > .btn-dark.dropdown-toggle:hover, .open > .btn-dark.dropdown-toggle:focus, .open > .btn-dark.dropdown-toggle.focus {
  color: #eeeeee;
  background-color: #080808;
  border-color: black;
}
.btn-dark:active, .btn-dark.active, .open > .btn-dark.dropdown-toggle {
  background-image: none;
}
.btn-dark.disabled:hover, .btn-dark.disabled:focus, .btn-dark.disabled.focus, .btn-dark[disabled]:hover, .btn-dark[disabled]:focus, .btn-dark[disabled].focus, fieldset[disabled] .btn-dark:hover, fieldset[disabled] .btn-dark:focus, fieldset[disabled] .btn-dark.focus {
  background-color: #333333;
  border-color: #222222;
}
.btn-dark .badge {
  color: #333333;
  background-color: #eeeeee;
}

.btn-white {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:focus, .btn-white.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #bfbfbf;
}
.btn-white:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #e0e0e0;
}
.btn-white:active, .btn-white.active, .open > .btn-white.dropdown-toggle {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #e0e0e0;
}
.btn-white:active:hover, .btn-white:active:focus, .btn-white:active.focus, .btn-white.active:hover, .btn-white.active:focus, .btn-white.active.focus, .open > .btn-white.dropdown-toggle:hover, .open > .btn-white.dropdown-toggle:focus, .open > .btn-white.dropdown-toggle.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #bfbfbf;
}
.btn-white:active, .btn-white.active, .open > .btn-white.dropdown-toggle {
  background-image: none;
}
.btn-white.disabled:hover, .btn-white.disabled:focus, .btn-white.disabled.focus, .btn-white[disabled]:hover, .btn-white[disabled]:focus, .btn-white[disabled].focus, fieldset[disabled] .btn-white:hover, fieldset[disabled] .btn-white:focus, fieldset[disabled] .btn-white.focus {
  background-color: #fff;
  border-color: #fff;
}
.btn-white .badge {
  color: #fff;
  background-color: #333333;
}

.btn-primary-ghost {
  color: #357edd;
  border: 1px solid #357edd;
  background: transparent;
}
.btn-primary-ghost:focus, .btn-primary-ghost.focus {
  color: #357edd;
  border-color: #15427d;
}
.btn-primary-ghost:hover {
  color: #357edd;
  border-color: #1f60b6;
}
.btn-primary-ghost:active, .btn-primary-ghost.active, .open > .btn-primary-ghost.dropdown-toggle {
  color: #357edd;
  border-color: #1f60b6;
}
.btn-primary-ghost:active:hover, .btn-primary-ghost:active:focus, .btn-primary-ghost:active.focus, .btn-primary-ghost.active:hover, .btn-primary-ghost.active:focus, .btn-primary-ghost.active.focus, .open > .btn-primary-ghost.dropdown-toggle:hover, .open > .btn-primary-ghost.dropdown-toggle:focus, .open > .btn-primary-ghost.dropdown-toggle.focus {
  color: #357edd;
  border-color: #15427d;
}
.btn-primary-ghost:active, .btn-primary-ghost.active, .open > .btn-primary-ghost.dropdown-toggle {
  background-image: none;
}
.btn-primary-ghost.disabled:hover, .btn-primary-ghost.disabled:focus, .btn-primary-ghost.disabled.focus, .btn-primary-ghost[disabled]:hover, .btn-primary-ghost[disabled]:focus, .btn-primary-ghost[disabled].focus, fieldset[disabled] .btn-primary-ghost:hover, fieldset[disabled] .btn-primary-ghost:focus, fieldset[disabled] .btn-primary-ghost.focus {
  border-color: #357edd;
}
.btn-primary-ghost .badge {
  color: #357edd;
}

.btn-success-ghost {
  color: #5cb85c;
  border: 1px solid #5cb85c;
  background: transparent;
}
.btn-success-ghost:focus, .btn-success-ghost.focus {
  color: #5cb85c;
  border-color: #2d672d;
}
.btn-success-ghost:hover {
  color: #5cb85c;
  border-color: #419641;
}
.btn-success-ghost:active, .btn-success-ghost.active, .open > .btn-success-ghost.dropdown-toggle {
  color: #5cb85c;
  border-color: #419641;
}
.btn-success-ghost:active:hover, .btn-success-ghost:active:focus, .btn-success-ghost:active.focus, .btn-success-ghost.active:hover, .btn-success-ghost.active:focus, .btn-success-ghost.active.focus, .open > .btn-success-ghost.dropdown-toggle:hover, .open > .btn-success-ghost.dropdown-toggle:focus, .open > .btn-success-ghost.dropdown-toggle.focus {
  color: #5cb85c;
  border-color: #2d672d;
}
.btn-success-ghost:active, .btn-success-ghost.active, .open > .btn-success-ghost.dropdown-toggle {
  background-image: none;
}
.btn-success-ghost.disabled:hover, .btn-success-ghost.disabled:focus, .btn-success-ghost.disabled.focus, .btn-success-ghost[disabled]:hover, .btn-success-ghost[disabled]:focus, .btn-success-ghost[disabled].focus, fieldset[disabled] .btn-success-ghost:hover, fieldset[disabled] .btn-success-ghost:focus, fieldset[disabled] .btn-success-ghost.focus {
  border-color: #5cb85c;
}
.btn-success-ghost .badge {
  color: #5cb85c;
}

.btn-info-ghost {
  color: #5bc0de;
  border: 1px solid #5bc0de;
  background: transparent;
}
.btn-info-ghost:focus, .btn-info-ghost.focus {
  color: #5bc0de;
  border-color: #1f7e9a;
}
.btn-info-ghost:hover {
  color: #5bc0de;
  border-color: #2aabd2;
}
.btn-info-ghost:active, .btn-info-ghost.active, .open > .btn-info-ghost.dropdown-toggle {
  color: #5bc0de;
  border-color: #2aabd2;
}
.btn-info-ghost:active:hover, .btn-info-ghost:active:focus, .btn-info-ghost:active.focus, .btn-info-ghost.active:hover, .btn-info-ghost.active:focus, .btn-info-ghost.active.focus, .open > .btn-info-ghost.dropdown-toggle:hover, .open > .btn-info-ghost.dropdown-toggle:focus, .open > .btn-info-ghost.dropdown-toggle.focus {
  color: #5bc0de;
  border-color: #1f7e9a;
}
.btn-info-ghost:active, .btn-info-ghost.active, .open > .btn-info-ghost.dropdown-toggle {
  background-image: none;
}
.btn-info-ghost.disabled:hover, .btn-info-ghost.disabled:focus, .btn-info-ghost.disabled.focus, .btn-info-ghost[disabled]:hover, .btn-info-ghost[disabled]:focus, .btn-info-ghost[disabled].focus, fieldset[disabled] .btn-info-ghost:hover, fieldset[disabled] .btn-info-ghost:focus, fieldset[disabled] .btn-info-ghost.focus {
  border-color: #5bc0de;
}
.btn-info-ghost .badge {
  color: #5bc0de;
}

.btn-warning-ghost {
  color: #f0ad4e;
  border: 1px solid #f0ad4e;
  background: transparent;
}
.btn-warning-ghost:focus, .btn-warning-ghost.focus {
  color: #f0ad4e;
  border-color: #b06d0f;
}
.btn-warning-ghost:hover {
  color: #f0ad4e;
  border-color: #eb9316;
}
.btn-warning-ghost:active, .btn-warning-ghost.active, .open > .btn-warning-ghost.dropdown-toggle {
  color: #f0ad4e;
  border-color: #eb9316;
}
.btn-warning-ghost:active:hover, .btn-warning-ghost:active:focus, .btn-warning-ghost:active.focus, .btn-warning-ghost.active:hover, .btn-warning-ghost.active:focus, .btn-warning-ghost.active.focus, .open > .btn-warning-ghost.dropdown-toggle:hover, .open > .btn-warning-ghost.dropdown-toggle:focus, .open > .btn-warning-ghost.dropdown-toggle.focus {
  color: #f0ad4e;
  border-color: #b06d0f;
}
.btn-warning-ghost:active, .btn-warning-ghost.active, .open > .btn-warning-ghost.dropdown-toggle {
  background-image: none;
}
.btn-warning-ghost.disabled:hover, .btn-warning-ghost.disabled:focus, .btn-warning-ghost.disabled.focus, .btn-warning-ghost[disabled]:hover, .btn-warning-ghost[disabled]:focus, .btn-warning-ghost[disabled].focus, fieldset[disabled] .btn-warning-ghost:hover, fieldset[disabled] .btn-warning-ghost:focus, fieldset[disabled] .btn-warning-ghost.focus {
  border-color: #f0ad4e;
}
.btn-warning-ghost .badge {
  color: #f0ad4e;
}

.btn-danger-ghost {
  color: #d9534f;
  border: 1px solid #d9534f;
  background: transparent;
}
.btn-danger-ghost:focus, .btn-danger-ghost.focus {
  color: #d9534f;
  border-color: #8b211e;
}
.btn-danger-ghost:hover {
  color: #d9534f;
  border-color: #c12e2a;
}
.btn-danger-ghost:active, .btn-danger-ghost.active, .open > .btn-danger-ghost.dropdown-toggle {
  color: #d9534f;
  border-color: #c12e2a;
}
.btn-danger-ghost:active:hover, .btn-danger-ghost:active:focus, .btn-danger-ghost:active.focus, .btn-danger-ghost.active:hover, .btn-danger-ghost.active:focus, .btn-danger-ghost.active.focus, .open > .btn-danger-ghost.dropdown-toggle:hover, .open > .btn-danger-ghost.dropdown-toggle:focus, .open > .btn-danger-ghost.dropdown-toggle.focus {
  color: #d9534f;
  border-color: #8b211e;
}
.btn-danger-ghost:active, .btn-danger-ghost.active, .open > .btn-danger-ghost.dropdown-toggle {
  background-image: none;
}
.btn-danger-ghost.disabled:hover, .btn-danger-ghost.disabled:focus, .btn-danger-ghost.disabled.focus, .btn-danger-ghost[disabled]:hover, .btn-danger-ghost[disabled]:focus, .btn-danger-ghost[disabled].focus, fieldset[disabled] .btn-danger-ghost:hover, fieldset[disabled] .btn-danger-ghost:focus, fieldset[disabled] .btn-danger-ghost.focus {
  border-color: #d9534f;
}
.btn-danger-ghost .badge {
  color: #d9534f;
}

.btn-dark-ghost {
  color: #333333;
  border: 1px solid #333333;
  background: transparent;
}
.btn-dark-ghost:focus, .btn-dark-ghost.focus {
  color: #333333;
  border-color: black;
}
.btn-dark-ghost:hover {
  color: #333333;
  border-color: #141414;
}
.btn-dark-ghost:active, .btn-dark-ghost.active, .open > .btn-dark-ghost.dropdown-toggle {
  color: #333333;
  border-color: #141414;
}
.btn-dark-ghost:active:hover, .btn-dark-ghost:active:focus, .btn-dark-ghost:active.focus, .btn-dark-ghost.active:hover, .btn-dark-ghost.active:focus, .btn-dark-ghost.active.focus, .open > .btn-dark-ghost.dropdown-toggle:hover, .open > .btn-dark-ghost.dropdown-toggle:focus, .open > .btn-dark-ghost.dropdown-toggle.focus {
  color: #333333;
  border-color: black;
}
.btn-dark-ghost:active, .btn-dark-ghost.active, .open > .btn-dark-ghost.dropdown-toggle {
  background-image: none;
}
.btn-dark-ghost.disabled:hover, .btn-dark-ghost.disabled:focus, .btn-dark-ghost.disabled.focus, .btn-dark-ghost[disabled]:hover, .btn-dark-ghost[disabled]:focus, .btn-dark-ghost[disabled].focus, fieldset[disabled] .btn-dark-ghost:hover, fieldset[disabled] .btn-dark-ghost:focus, fieldset[disabled] .btn-dark-ghost.focus {
  border-color: #333333;
}
.btn-dark-ghost .badge {
  color: #333333;
}

.btn-white-ghost {
  color: #fff;
  border: 1px solid #fff;
  background: transparent;
}
.btn-white-ghost:focus, .btn-white-ghost.focus {
  color: #fff;
  border-color: #bfbfbf;
}
.btn-white-ghost:hover {
  color: #fff;
  border-color: #e0e0e0;
}
.btn-white-ghost:active, .btn-white-ghost.active, .open > .btn-white-ghost.dropdown-toggle {
  color: #fff;
  border-color: #e0e0e0;
}
.btn-white-ghost:active:hover, .btn-white-ghost:active:focus, .btn-white-ghost:active.focus, .btn-white-ghost.active:hover, .btn-white-ghost.active:focus, .btn-white-ghost.active.focus, .open > .btn-white-ghost.dropdown-toggle:hover, .open > .btn-white-ghost.dropdown-toggle:focus, .open > .btn-white-ghost.dropdown-toggle.focus {
  color: #fff;
  border-color: #bfbfbf;
}
.btn-white-ghost:active, .btn-white-ghost.active, .open > .btn-white-ghost.dropdown-toggle {
  background-image: none;
}
.btn-white-ghost.disabled:hover, .btn-white-ghost.disabled:focus, .btn-white-ghost.disabled.focus, .btn-white-ghost[disabled]:hover, .btn-white-ghost[disabled]:focus, .btn-white-ghost[disabled].focus, fieldset[disabled] .btn-white-ghost:hover, fieldset[disabled] .btn-white-ghost:focus, fieldset[disabled] .btn-white-ghost.focus {
  border-color: #fff;
}
.btn-white-ghost .badge {
  color: #fff;
}

.btn-link {
  color: #357edd;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #1c5aa9;
  text-decoration: none;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 12px 26px;
  font-size: 23px;
  line-height: 1.33333;
  border-radius: 4px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 4px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 3px 5px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

@keyframes gradientMove {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 100%;
  }
}
.btn-gradient {
  background: linear-gradient(45deg, #2bc69e, #2b8ec6, #804cd8, #da4bae, #d44747, #d4bd43, #7dd24d);
  background-position: 0% 50%;
  background-size: 800% 800%;
  color: #fff;
}
.btn-gradient:hover {
  color: #fff;
  animation: gradientMove 2s alternate infinite linear;
}
.btn-gradient.animating {
  animation: gradientMove 2s alternate infinite linear;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

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

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 18px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 15px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.8;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #357edd;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 16px;
  line-height: 1.8;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 20px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 4px 10px;
  font-size: 16px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 12px 26px;
  font-size: 23px;
  border-radius: 4px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #357edd;
}
.nav .nav-divider {
  height: 1px;
  margin: 15px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.8;
  border: 1px solid transparent;
  border-radius: 3px 3px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 3px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #357edd;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 3px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 3px 3px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 32px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 3px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 9px 15px;
  font-size: 23px;
  line-height: 32px;
  height: 50px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 4.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 32px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 32px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 9px;
    padding-bottom: 9px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 2px;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 2px;
  margin-bottom: 2px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 9px;
  margin-bottom: 9px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  margin-bottom: 32px;
  list-style: none;
  padding-left: 0;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li a {
  color: inherit;
}
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
  font-weight: 400;
}
.breadcrumb > .active {
  color: inherit;
  font-weight: bolder;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 32px 0;
  border-radius: 3px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 20px;
  line-height: 1.8;
  text-decoration: none;
  color: #357edd;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #1c5aa9;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #357edd;
  border-color: #357edd;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination.spaced > li {
  display: inline-block;
  margin: 0 3px;
}

.pagination.rounded > li {
  display: inline-block;
  margin: 5px;
}
.pagination.rounded > li > a,
.pagination.rounded > li > span {
  padding: 0;
  width: 47px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  border-radius: 50%;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 12px 26px;
  font-size: 23px;
  line-height: 1.33333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 4px 10px;
  font-size: 16px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 32px 0;
  list-style: none;
  text-align: center;
}
.pager:before, .pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777777;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #357edd;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #2065bf;
}

.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #357edd;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 27px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 4px;
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 81px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 32px;
  line-height: 1.8;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #357edd;
}

.alert {
  padding: 15px;
  margin-bottom: 32px;
  border: 1px solid transparent;
  border-radius: 3px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-primary {
  background-color: #e4eefa;
  border-color: #8cb6ec;
  color: #194e93;
}
.alert-primary hr {
  border-top-color: #76a8e8;
}
.alert-primary .alert-link {
  color: #113768;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 32px;
  margin-bottom: 32px;
  background-color: #f5f5f5;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  text-align: center;
  background-color: #357edd;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #357edd;
  border-color: #357edd;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #e4eefa;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 32px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 2px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 2px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 2px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 2px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 32px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 3px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #357edd;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #357edd;
  border-color: #357edd;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #357edd;
}
.panel-primary > .panel-heading .badge {
  color: #357edd;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #357edd;
}

.panel-success {
  border-color: #5cb85c;
}
.panel-success > .panel-heading {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #5cb85c;
}
.panel-success > .panel-heading .badge {
  color: #5cb85c;
  background-color: #fff;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #5cb85c;
}

.panel-info {
  border-color: #5bc0de;
}
.panel-info > .panel-heading {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #5bc0de;
}
.panel-info > .panel-heading .badge {
  color: #5bc0de;
  background-color: #fff;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #5bc0de;
}

.panel-warning {
  border-color: #f0ad4e;
}
.panel-warning > .panel-heading {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f0ad4e;
}
.panel-warning > .panel-heading .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f0ad4e;
}

.panel-danger {
  border-color: #d9534f;
}
.panel-danger > .panel-heading {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d9534f;
}
.panel-danger > .panel-heading .badge {
  color: #d9534f;
  background-color: #fff;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d9534f;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 4px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 27px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}
.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.8;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, "Fira Sans", "Droid Sans", Ubuntu, Cantarell, Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.8;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 16px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 3px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, "Fira Sans", "Droid Sans", Ubuntu, Cantarell, Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.8;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 18px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 3px 3px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

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

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
/*

   Tachyons
   COLOR VARIABLES

   Grayscale
   - Solids
   - Transparencies
   Colors

*/
/* $breakpoint-not-small: 'screen and (min-width: 30em)' !default;
$breakpoint-medium: 'screen and (min-width: 30em) and (max-width: 60em)' !default;
$breakpoint-large: 'screen and (min-width: 60em)' !default; */
/*

  CUSTOM MEDIA QUERIES

  Media query values can be changed to fit your own content.
  There are no magic bullets when it comes to media query width values.
  They should be declared in em units - and they should be set to meet
  the needs of your content. You can also add additional media queries,
  or remove some of the existing ones.

  These media queries can be referenced like so:

  @media (--breakpoint-not-small) {
    .medium-and-larger-specific-style {
      background-color: red;
    }
  }

  @media (--breakpoint-medium) {
    .medium-screen-specific-style {
      background-color: red;
    }
  }

  @media (--breakpoint-large) {
    .large-and-larger-screen-specific-style {
      background-color: red;
    }
  }

*/
/* Media Queries */
/*

  DEBUG CHILDREN
  Docs: http://tachyons.io/docs/debug/

  Just add the debug class to any element to see outlines on its
  children.

*/
.debug * {
  outline: 1px solid gold;
}

.debug-white * {
  outline: 1px solid white;
}

.debug-black * {
  outline: 1px solid black;
}

/*

   DEBUG GRID
   http://tachyons.io/docs/debug-grid/

   Can be useful for debugging layout issues
   or helping to make sure things line up perfectly.
   Just tack one of these classes onto a parent element.

*/
.debug-grid {
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTRDOTY4N0U2N0VFMTFFNjg2MzZDQjkwNkQ4MjgwMEIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTRDOTY4N0Q2N0VFMTFFNjg2MzZDQjkwNkQ4MjgwMEIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3NjcyQkQ3NjY3QzUxMUU2QjJCQ0UyNDA4MTAwMjE3MSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3NjcyQkQ3NzY3QzUxMUU2QjJCQ0UyNDA4MTAwMjE3MSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsBS+GMAAAAjSURBVHjaYvz//z8DLsD4gcGXiYEAGBIKGBne//fFpwAgwAB98AaF2pjlUQAAAABJRU5ErkJggg==) repeat top left;
}

.debug-grid-16 {
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODYyRjhERDU2N0YyMTFFNjg2MzZDQjkwNkQ4MjgwMEIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODYyRjhERDQ2N0YyMTFFNjg2MzZDQjkwNkQ4MjgwMEIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3NjcyQkQ3QTY3QzUxMUU2QjJCQ0UyNDA4MTAwMjE3MSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3NjcyQkQ3QjY3QzUxMUU2QjJCQ0UyNDA4MTAwMjE3MSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvCS01IAAABMSURBVHjaYmR4/5+BFPBfAMFm/MBgx8RAGWCn1AAmSg34Q6kBDKMGMDCwICeMIemF/5QawEipAWwUhwEjMDvbAWlWkvVBwu8vQIABAEwBCph8U6c0AAAAAElFTkSuQmCC) repeat top left;
}

.debug-grid-8-solid {
  background: white url(data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAAAAAAD/4QMxaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzExMSA3OS4xNTgzMjUsIDIwMTUvMDkvMTAtMDE6MTA6MjAgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE1IChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkIxMjI0OTczNjdCMzExRTZCMkJDRTI0MDgxMDAyMTcxIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkIxMjI0OTc0NjdCMzExRTZCMkJDRTI0MDgxMDAyMTcxIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QjEyMjQ5NzE2N0IzMTFFNkIyQkNFMjQwODEwMDIxNzEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QjEyMjQ5NzI2N0IzMTFFNkIyQkNFMjQwODEwMDIxNzEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7/7gAOQWRvYmUAZMAAAAAB/9sAhAAbGhopHSlBJiZBQi8vL0JHPz4+P0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHAR0pKTQmND8oKD9HPzU/R0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0f/wAARCAAIAAgDASIAAhEBAxEB/8QAWQABAQAAAAAAAAAAAAAAAAAAAAYBAQEAAAAAAAAAAAAAAAAAAAIEEAEBAAMBAAAAAAAAAAAAAAABADECA0ERAAEDBQAAAAAAAAAAAAAAAAARITFBUWESIv/aAAwDAQACEQMRAD8AoOnTV1QTD7JJshP3vSM3P//Z) repeat top left;
}

.debug-grid-16-solid {
  background: white url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzY3MkJEN0U2N0M1MTFFNkIyQkNFMjQwODEwMDIxNzEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzY3MkJEN0Y2N0M1MTFFNkIyQkNFMjQwODEwMDIxNzEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3NjcyQkQ3QzY3QzUxMUU2QjJCQ0UyNDA4MTAwMjE3MSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3NjcyQkQ3RDY3QzUxMUU2QjJCQ0UyNDA4MTAwMjE3MSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pve6J3kAAAAzSURBVHjaYvz//z8D0UDsMwMjSRoYP5Gq4SPNbRjVMEQ1fCRDg+in/6+J1AJUxsgAEGAA31BAJMS0GYEAAAAASUVORK5CYII=) repeat top left;
}

/*

   ASPECT RATIOS

*/
/* This is for fluid media that is embedded from third party sites like youtube, vimeo etc.
 * Wrap the outer element in aspect-ratio and then extend it with the desired ratio i.e
 * Make sure there are no height and width attributes on the embedded media.
 * Adapted from: https://github.com/suitcss/components-flex-embed
 *
 * Example:
 *
 * <div class="aspect-ratio aspect-ratio--16x9">
 *  <iframe class="aspect-ratio--object"></iframe>
 * </div>
 *
 * */
.aspect-ratio {
  height: 0;
  position: relative;
}

.aspect-ratio--16x9 {
  padding-bottom: 56.25%;
}

.aspect-ratio--9x16 {
  padding-bottom: 177.77%;
}

.aspect-ratio--4x3 {
  padding-bottom: 75%;
}

.aspect-ratio--3x4 {
  padding-bottom: 133.33%;
}

.aspect-ratio--6x4 {
  padding-bottom: 66.6%;
}

.aspect-ratio--4x6 {
  padding-bottom: 150%;
}

.aspect-ratio--8x5 {
  padding-bottom: 62.5%;
}

.aspect-ratio--5x8 {
  padding-bottom: 160%;
}

.aspect-ratio--7x5 {
  padding-bottom: 71.42%;
}

.aspect-ratio--5x7 {
  padding-bottom: 140%;
}

.aspect-ratio--1x1 {
  padding-bottom: 100%;
}

.aspect-ratio--object {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

@media screen and (max-width: 480px) {
  .aspect-ratio-xs {
    height: 0;
    position: relative;
  }

  .aspect-ratio--16x9-xs {
    padding-bottom: 56.25%;
  }

  .aspect-ratio--9x16-xs {
    padding-bottom: 177.77%;
  }

  .aspect-ratio--4x3-xs {
    padding-bottom: 75%;
  }

  .aspect-ratio--3x4-xs {
    padding-bottom: 133.33%;
  }

  .aspect-ratio--6x4-xs {
    padding-bottom: 66.6%;
  }

  .aspect-ratio--4x6-xs {
    padding-bottom: 150%;
  }

  .aspect-ratio--8x5-xs {
    padding-bottom: 62.5%;
  }

  .aspect-ratio--5x8-xs {
    padding-bottom: 160%;
  }

  .aspect-ratio--7x5-xs {
    padding-bottom: 71.42%;
  }

  .aspect-ratio--5x7-xs {
    padding-bottom: 140%;
  }

  .aspect-ratio--1x1-xs {
    padding-bottom: 100%;
  }

  .aspect-ratio--object-xs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
  }
}
@media screen and (min-width: 480px) {
  .aspect-ratio-sm {
    height: 0;
    position: relative;
  }

  .aspect-ratio--16x9-sm {
    padding-bottom: 56.25%;
  }

  .aspect-ratio--9x16-sm {
    padding-bottom: 177.77%;
  }

  .aspect-ratio--4x3-sm {
    padding-bottom: 75%;
  }

  .aspect-ratio--3x4-sm {
    padding-bottom: 133.33%;
  }

  .aspect-ratio--6x4-sm {
    padding-bottom: 66.6%;
  }

  .aspect-ratio--4x6-sm {
    padding-bottom: 150%;
  }

  .aspect-ratio--8x5-sm {
    padding-bottom: 62.5%;
  }

  .aspect-ratio--5x8-sm {
    padding-bottom: 160%;
  }

  .aspect-ratio--7x5-sm {
    padding-bottom: 71.42%;
  }

  .aspect-ratio--5x7-sm {
    padding-bottom: 140%;
  }

  .aspect-ratio--1x1-sm {
    padding-bottom: 100%;
  }

  .aspect-ratio--object-sm {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
  }
}
@media screen and (min-width: 768px) {
  .aspect-ratio-md {
    height: 0;
    position: relative;
  }

  .aspect-ratio--16x9-md {
    padding-bottom: 56.25%;
  }

  .aspect-ratio--9x16-md {
    padding-bottom: 177.77%;
  }

  .aspect-ratio--4x3-md {
    padding-bottom: 75%;
  }

  .aspect-ratio--3x4-md {
    padding-bottom: 133.33%;
  }

  .aspect-ratio--6x4-md {
    padding-bottom: 66.6%;
  }

  .aspect-ratio--4x6-md {
    padding-bottom: 150%;
  }

  .aspect-ratio--8x5-md {
    padding-bottom: 62.5%;
  }

  .aspect-ratio--5x8-md {
    padding-bottom: 160%;
  }

  .aspect-ratio--7x5-md {
    padding-bottom: 71.42%;
  }

  .aspect-ratio--5x7-md {
    padding-bottom: 140%;
  }

  .aspect-ratio--1x1-md {
    padding-bottom: 100%;
  }

  .aspect-ratio--object-md {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
  }
}
@media screen and (min-width: 992px) {
  .aspect-ratio-lg {
    height: 0;
    position: relative;
  }

  .aspect-ratio--16x9-lg {
    padding-bottom: 56.25%;
  }

  .aspect-ratio--9x16-lg {
    padding-bottom: 177.77%;
  }

  .aspect-ratio--4x3-lg {
    padding-bottom: 75%;
  }

  .aspect-ratio--3x4-lg {
    padding-bottom: 133.33%;
  }

  .aspect-ratio--6x4-lg {
    padding-bottom: 66.6%;
  }

  .aspect-ratio--4x6-lg {
    padding-bottom: 150%;
  }

  .aspect-ratio--8x5-lg {
    padding-bottom: 62.5%;
  }

  .aspect-ratio--5x8-lg {
    padding-bottom: 160%;
  }

  .aspect-ratio--7x5-lg {
    padding-bottom: 71.42%;
  }

  .aspect-ratio--5x7-lg {
    padding-bottom: 140%;
  }

  .aspect-ratio--1x1-lg {
    padding-bottom: 100%;
  }

  .aspect-ratio--object-lg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
  }
}
@media screen and (min-width: 1200px) {
  .aspect-ratio-xl {
    height: 0;
    position: relative;
  }

  .aspect-ratio--16x9-xl {
    padding-bottom: 56.25%;
  }

  .aspect-ratio--9x16-xl {
    padding-bottom: 177.77%;
  }

  .aspect-ratio--4x3-xl {
    padding-bottom: 75%;
  }

  .aspect-ratio--3x4-xl {
    padding-bottom: 133.33%;
  }

  .aspect-ratio--6x4-xl {
    padding-bottom: 66.6%;
  }

  .aspect-ratio--4x6-xl {
    padding-bottom: 150%;
  }

  .aspect-ratio--8x5-xl {
    padding-bottom: 62.5%;
  }

  .aspect-ratio--5x8-xl {
    padding-bottom: 160%;
  }

  .aspect-ratio--7x5-xl {
    padding-bottom: 71.42%;
  }

  .aspect-ratio--5x7-xl {
    padding-bottom: 140%;
  }

  .aspect-ratio--1x1-xl {
    padding-bottom: 100%;
  }

  .aspect-ratio--object-xl {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
  }
}
/*

   IMAGES
   Docs: http://tachyons.io/docs/elements/images/

*/
/* Responsive images! */
img {
  max-width: 100%;
}

/*

   BACKGROUND SIZE
   Docs: http://tachyons.io/docs/themes/background-size/

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
/*
  Often used in combination with background image set as an inline style
  on an html element.
*/
.cover {
  background-size: cover !important;
}

.contain {
  background-size: contain !important;
}

@media screen and (max-width: 480px) {
  .cover-xs {
    background-size: cover !important;
  }

  .contain-xs {
    background-size: contain !important;
  }
}
@media screen and (min-width: 480px) {
  .cover-sm {
    background-size: cover !important;
  }

  .contain-sm {
    background-size: contain !important;
  }
}
@media screen and (min-width: 768px) {
  .cover-md {
    background-size: cover !important;
  }

  .contain-md {
    background-size: contain !important;
  }
}
@media screen and (min-width: 992px) {
  .cover-lg {
    background-size: cover !important;
  }

  .contain-lg {
    background-size: contain !important;
  }
}
@media screen and (min-width: 1200px) {
  .cover-xl {
    background-size: cover !important;
  }

  .contain-xl {
    background-size: contain !important;
  }
}
/*

    BACKGROUND POSITION

    Base:
    bg = background

    Modifiers:
    -center = center center
    -top = top center
    -right = center right
    -bottom = bottom center
    -left = center left

    Media Query Extensions:
      -ns = not-small
      -m  = medium
      -l  = large

 */
.bg-center {
  background-repeat: no-repeat;
  background-position: center center;
}

.bg-top {
  background-repeat: no-repeat;
  background-position: top center;
}

.bg-right {
  background-repeat: no-repeat;
  background-position: center right;
}

.bg-bottom {
  background-repeat: no-repeat;
  background-position: bottom center;
}

.bg-left {
  background-repeat: no-repeat;
  background-position: center left;
}

@media screen and (max-width: 480px) {
  .bg-center-xs {
    background-repeat: no-repeat;
    background-position: center center;
  }

  .bg-top-xs {
    background-repeat: no-repeat;
    background-position: top center;
  }

  .bg-right-xs {
    background-repeat: no-repeat;
    background-position: center right;
  }

  .bg-bottom-xs {
    background-repeat: no-repeat;
    background-position: bottom center;
  }

  .bg-left-xs {
    background-repeat: no-repeat;
    background-position: center left;
  }
}
@media screen and (min-width: 480px) {
  .bg-center-sm {
    background-repeat: no-repeat;
    background-position: center center;
  }

  .bg-top-sm {
    background-repeat: no-repeat;
    background-position: top center;
  }

  .bg-right-sm {
    background-repeat: no-repeat;
    background-position: center right;
  }

  .bg-bottom-sm {
    background-repeat: no-repeat;
    background-position: bottom center;
  }

  .bg-left-sm {
    background-repeat: no-repeat;
    background-position: center left;
  }
}
@media screen and (min-width: 768px) {
  .bg-center-md {
    background-repeat: no-repeat;
    background-position: center center;
  }

  .bg-top-md {
    background-repeat: no-repeat;
    background-position: top center;
  }

  .bg-right-md {
    background-repeat: no-repeat;
    background-position: center right;
  }

  .bg-bottom-md {
    background-repeat: no-repeat;
    background-position: bottom center;
  }

  .bg-left-md {
    background-repeat: no-repeat;
    background-position: center left;
  }
}
@media screen and (min-width: 992px) {
  .bg-center-lg {
    background-repeat: no-repeat;
    background-position: center center;
  }

  .bg-top-lg {
    background-repeat: no-repeat;
    background-position: top center;
  }

  .bg-right-lg {
    background-repeat: no-repeat;
    background-position: center right;
  }

  .bg-bottom-lg {
    background-repeat: no-repeat;
    background-position: bottom center;
  }

  .bg-left-lg {
    background-repeat: no-repeat;
    background-position: center left;
  }
}
@media screen and (min-width: 1200px) {
  .bg-center-xl {
    background-repeat: no-repeat;
    background-position: center center;
  }

  .bg-top-xl {
    background-repeat: no-repeat;
    background-position: top center;
  }

  .bg-right-xl {
    background-repeat: no-repeat;
    background-position: center right;
  }

  .bg-bottom-xl {
    background-repeat: no-repeat;
    background-position: bottom center;
  }

  .bg-left-xl {
    background-repeat: no-repeat;
    background-position: center left;
  }
}
/*

   OUTLINES

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
.outline {
  outline: 1px solid;
}

.outline-transparent {
  outline: 1px solid transparent;
}

.outline-0 {
  outline: 0;
}

@media screen and (max-width: 480px) {
  .outline-xs {
    outline: 1px solid;
  }

  .outline-transparent-xs {
    outline: 1px solid transparent;
  }

  .outline-0-xs {
    outline: 0;
  }
}
@media screen and (min-width: 480px) {
  .outline-sm {
    outline: 1px solid;
  }

  .outline-transparent-sm {
    outline: 1px solid transparent;
  }

  .outline-0-sm {
    outline: 0;
  }
}
@media screen and (min-width: 768px) {
  .outline-md {
    outline: 1px solid;
  }

  .outline-transparent-md {
    outline: 1px solid transparent;
  }

  .outline-0-md {
    outline: 0;
  }
}
@media screen and (min-width: 992px) {
  .outline-lg {
    outline: 1px solid;
  }

  .outline-transparent-lg {
    outline: 1px solid transparent;
  }

  .outline-0-lg {
    outline: 0;
  }
}
@media screen and (min-width: 1200px) {
  .outline-xl {
    outline: 1px solid;
  }

  .outline-transparent-xl {
    outline: 1px solid transparent;
  }

  .outline-0-xl {
    outline: 0;
  }
}
/*

    BORDERS
    Docs: http://tachyons.io/docs/themes/borders/

    Base:
      b = border

    Modifiers:
      a = all
      t = top
      r = right
      b = bottom
      l = left
      n = none

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
.ba {
  border-style: solid;
  border-width: 1px;
}

.bt {
  border-top-style: solid;
  border-top-width: 1px;
}

.br {
  border-right-style: solid;
  border-right-width: 1px;
}

.bb {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl {
  border-left-style: solid;
  border-left-width: 1px;
}

.bn {
  border-style: none;
  border-width: 0;
}

@media screen and (max-width: 480px) {
  .ba-xs {
    border-style: solid;
    border-width: 1px;
  }

  .bt-xs {
    border-top-style: solid;
    border-top-width: 1px;
  }

  .br-xs {
    border-right-style: solid;
    border-right-width: 1px;
  }

  .bb-xs {
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }

  .bl-xs {
    border-left-style: solid;
    border-left-width: 1px;
  }

  .bn-xs {
    border-style: none;
    border-width: 0;
  }
}
@media screen and (min-width: 480px) {
  .ba-sm {
    border-style: solid;
    border-width: 1px;
  }

  .bt-sm {
    border-top-style: solid;
    border-top-width: 1px;
  }

  .br-sm {
    border-right-style: solid;
    border-right-width: 1px;
  }

  .bb-sm {
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }

  .bl-sm {
    border-left-style: solid;
    border-left-width: 1px;
  }

  .bn-sm {
    border-style: none;
    border-width: 0;
  }
}
@media screen and (min-width: 768px) {
  .ba-md {
    border-style: solid;
    border-width: 1px;
  }

  .bt-md {
    border-top-style: solid;
    border-top-width: 1px;
  }

  .br-md {
    border-right-style: solid;
    border-right-width: 1px;
  }

  .bb-md {
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }

  .bl-md {
    border-left-style: solid;
    border-left-width: 1px;
  }

  .bn-md {
    border-style: none;
    border-width: 0;
  }
}
@media screen and (min-width: 992px) {
  .ba-lg {
    border-style: solid;
    border-width: 1px;
  }

  .bt-lg {
    border-top-style: solid;
    border-top-width: 1px;
  }

  .br-lg {
    border-right-style: solid;
    border-right-width: 1px;
  }

  .bb-lg {
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }

  .bl-lg {
    border-left-style: solid;
    border-left-width: 1px;
  }

  .bn-lg {
    border-style: none;
    border-width: 0;
  }
}
@media screen and (min-width: 1200px) {
  .ba-xl {
    border-style: solid;
    border-width: 1px;
  }

  .bt-xl {
    border-top-style: solid;
    border-top-width: 1px;
  }

  .br-xl {
    border-right-style: solid;
    border-right-width: 1px;
  }

  .bb-xl {
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }

  .bl-xl {
    border-left-style: solid;
    border-left-width: 1px;
  }

  .bn-xl {
    border-style: none;
    border-width: 0;
  }
}
/*

   BORDER COLORS
   Docs: http://tachyons.io/docs/themes/borders/

   Border colors can be used to extend the base
   border classes ba,bt,bb,br,bl found in the _borders.css file.

   The base border class by default will set the color of the border
   to that of the current text color. These classes are for the cases
   where you desire for the text and border colors to be different.

   Base:
     b = border

   Modifiers:
   --color-name = each color variable name is also a border color name

*/
.b--black {
  border-color: #000;
}

.b--near-black {
  border-color: #111;
}

.b--dark-gray {
  border-color: #333;
}

.b--mid-gray {
  border-color: #555;
}

.b--gray {
  border-color: #555555;
}

.b--silver {
  border-color: #999;
}

.b--light-silver {
  border-color: #aaa;
}

.b--moon-gray {
  border-color: #ccc;
}

.b--light-gray {
  border-color: #eee;
}

.b--near-white {
  border-color: #f4f4f4;
}

.b--white {
  border-color: #fff;
}

.b--white-90 {
  border-color: rgba(255, 255, 255, 0.9);
}

.b--white-80 {
  border-color: rgba(255, 255, 255, 0.8);
}

.b--white-70 {
  border-color: rgba(255, 255, 255, 0.7);
}

.b--white-60 {
  border-color: rgba(255, 255, 255, 0.6);
}

.b--white-50 {
  border-color: rgba(255, 255, 255, 0.5);
}

.b--white-40 {
  border-color: rgba(255, 255, 255, 0.4);
}

.b--white-30 {
  border-color: rgba(255, 255, 255, 0.3);
}

.b--white-20 {
  border-color: rgba(255, 255, 255, 0.2);
}

.b--white-10 {
  border-color: rgba(255, 255, 255, 0.1);
}

.b--white-05 {
  border-color: rgba(255, 255, 255, 0.05);
}

.b--white-025 {
  border-color: rgba(255, 255, 255, 0.025);
}

.b--white-0125 {
  border-color: rgba(255, 255, 255, 0.0125);
}

.b--black-90 {
  border-color: rgba(0, 0, 0, 0.9);
}

.b--black-80 {
  border-color: rgba(0, 0, 0, 0.8);
}

.b--black-70 {
  border-color: rgba(0, 0, 0, 0.7);
}

.b--black-60 {
  border-color: rgba(0, 0, 0, 0.6);
}

.b--black-50 {
  border-color: rgba(0, 0, 0, 0.5);
}

.b--black-40 {
  border-color: rgba(0, 0, 0, 0.4);
}

.b--black-30 {
  border-color: rgba(0, 0, 0, 0.3);
}

.b--black-20 {
  border-color: rgba(0, 0, 0, 0.2);
}

.b--black-10 {
  border-color: rgba(0, 0, 0, 0.1);
}

.b--black-05 {
  border-color: rgba(0, 0, 0, 0.05);
}

.b--black-025 {
  border-color: rgba(0, 0, 0, 0.025);
}

.b--black-0125 {
  border-color: rgba(0, 0, 0, 0.0125);
}

.b--dark-red {
  border-color: #e7040f;
}

.b--red {
  border-color: #ff4136;
}

.b--light-red {
  border-color: #ff725c;
}

.b--orange {
  border-color: #ff6300;
}

.b--gold {
  border-color: #ffb700;
}

.b--yellow {
  border-color: #ffd700;
}

.b--light-yellow {
  border-color: #fbf1a9;
}

.b--purple {
  border-color: #5e2ca5;
}

.b--light-purple {
  border-color: #a463f2;
}

.b--dark-pink {
  border-color: #d5008f;
}

.b--hot-pink {
  border-color: #ff41b4;
}

.b--pink {
  border-color: #ff80cc;
}

.b--light-pink {
  border-color: #ffa3d7;
}

.b--dark-green {
  border-color: #137752;
}

.b--green {
  border-color: #19a974;
}

.b--light-green {
  border-color: #9eebcf;
}

.b--navy {
  border-color: #001b44;
}

.b--dark-blue {
  border-color: #00449e;
}

.b--blue {
  border-color: #357edd;
}

.b--light-blue {
  border-color: #96ccff;
}

.b--lightest-blue {
  border-color: #cdecff;
}

.b--washed-blue {
  border-color: #f6fffe;
}

.b--washed-green {
  border-color: #e8fdf5;
}

.b--washed-yellow {
  border-color: #fffceb;
}

.b--washed-red {
  border-color: #ffdfdf;
}

.b--transparent {
  border-color: transparent;
}

.b--inherit {
  border-color: inherit;
}

/*

   BORDER RADIUS
   Docs: http://tachyons.io/docs/themes/border-radius/

   Base:
     br   = border-radius

   Modifiers:
     0    = 0/none
     1    = 1st step in scale
     2    = 2nd step in scale
     3    = 3rd step in scale
     4    = 4th step in scale

   Literal values:
     -100 = 100%
     -pill = 9999px

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
.br0 {
  border-radius: 0;
}

.br1 {
  border-radius: .125rem;
}

.br2 {
  border-radius: .25rem;
}

.br3 {
  border-radius: .5rem;
}

.br4 {
  border-radius: 1rem;
}

.br-100 {
  border-radius: 100%;
}

.br-pill {
  border-radius: 9999px;
}

.br--bottom {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.br--top {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.br--right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.br--left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

@media screen and (max-width: 480px) {
  .br0-xs {
    border-radius: 0;
  }

  .br1-xs {
    border-radius: .125rem;
  }

  .br2-xs {
    border-radius: .25rem;
  }

  .br3-xs {
    border-radius: .5rem;
  }

  .br4-xs {
    border-radius: 1rem;
  }

  .br-100-xs {
    border-radius: 100%;
  }

  .br-pill-xs {
    border-radius: 9999px;
  }

  .br--bottom-xs {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .br--top-xs {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .br--right-xs {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .br--left-xs {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media screen and (min-width: 480px) {
  .br0-sm {
    border-radius: 0;
  }

  .br1-sm {
    border-radius: .125rem;
  }

  .br2-sm {
    border-radius: .25rem;
  }

  .br3-sm {
    border-radius: .5rem;
  }

  .br4-sm {
    border-radius: 1rem;
  }

  .br-100-sm {
    border-radius: 100%;
  }

  .br-pill-sm {
    border-radius: 9999px;
  }

  .br--bottom-sm {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .br--top-sm {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .br--right-sm {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .br--left-sm {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media screen and (min-width: 768px) {
  .br0-md {
    border-radius: 0;
  }

  .br1-md {
    border-radius: .125rem;
  }

  .br2-md {
    border-radius: .25rem;
  }

  .br3-md {
    border-radius: .5rem;
  }

  .br4-md {
    border-radius: 1rem;
  }

  .br-100-md {
    border-radius: 100%;
  }

  .br-pill-md {
    border-radius: 9999px;
  }

  .br--bottom-md {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .br--top-md {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .br--right-md {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .br--left-md {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media screen and (min-width: 992px) {
  .br0-lg {
    border-radius: 0;
  }

  .br1-lg {
    border-radius: .125rem;
  }

  .br2-lg {
    border-radius: .25rem;
  }

  .br3-lg {
    border-radius: .5rem;
  }

  .br4-lg {
    border-radius: 1rem;
  }

  .br-100-lg {
    border-radius: 100%;
  }

  .br-pill-lg {
    border-radius: 9999px;
  }

  .br--bottom-lg {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .br--top-lg {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .br--right-lg {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .br--left-lg {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media screen and (min-width: 1200px) {
  .br0-xl {
    border-radius: 0;
  }

  .br1-xl {
    border-radius: .125rem;
  }

  .br2-xl {
    border-radius: .25rem;
  }

  .br3-xl {
    border-radius: .5rem;
  }

  .br4-xl {
    border-radius: 1rem;
  }

  .br-100-xl {
    border-radius: 100%;
  }

  .br-pill-xl {
    border-radius: 9999px;
  }

  .br--bottom-xl {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .br--top-xl {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .br--right-xl {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .br--left-xl {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
/*

   BORDER STYLES
   Docs: http://tachyons.io/docs/themes/borders/

   Depends on base border module in _borders.css

   Base:
     b = border-style

   Modifiers:
     --none   = none
     --dotted = dotted
     --dashed = dashed
     --solid  = solid

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

 */
.b--dotted {
  border-style: dotted;
}

.b--dashed {
  border-style: dashed;
}

.b--solid {
  border-style: solid;
}

.b--none {
  border-style: none;
}

@media screen and (max-width: 480px) {
  .b--dotted-xs {
    border-style: dotted;
  }

  .b--dashed-xs {
    border-style: dashed;
  }

  .b--solid-xs {
    border-style: solid;
  }

  .b--none-xs {
    border-style: none;
  }
}
@media screen and (min-width: 480px) {
  .b--dotted-sm {
    border-style: dotted;
  }

  .b--dashed-sm {
    border-style: dashed;
  }

  .b--solid-sm {
    border-style: solid;
  }

  .b--none-sm {
    border-style: none;
  }
}
@media screen and (min-width: 768px) {
  .b--dotted-md {
    border-style: dotted;
  }

  .b--dashed-md {
    border-style: dashed;
  }

  .b--solid-md {
    border-style: solid;
  }

  .b--none-md {
    border-style: none;
  }
}
@media screen and (min-width: 992px) {
  .b--dotted-lg {
    border-style: dotted;
  }

  .b--dashed-lg {
    border-style: dashed;
  }

  .b--solid-lg {
    border-style: solid;
  }

  .b--none-lg {
    border-style: none;
  }
}
@media screen and (min-width: 1200px) {
  .b--dotted-xl {
    border-style: dotted;
  }

  .b--dashed-xl {
    border-style: dashed;
  }

  .b--solid-xl {
    border-style: solid;
  }

  .b--none-xl {
    border-style: none;
  }
}
/*

   BORDER WIDTHS
   Docs: http://tachyons.io/docs/themes/borders/

   Base:
     bw = border-width

   Modifiers:
     0 = 0 width border
     1 = 1st step in border-width scale
     2 = 2nd step in border-width scale
     3 = 3rd step in border-width scale
     4 = 4th step in border-width scale
     5 = 5th step in border-width scale

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
.bw0 {
  border-width: 0;
}

.bw1 {
  border-width: .125rem;
}

.bw2 {
  border-width: .25rem;
}

.bw3 {
  border-width: .5rem;
}

.bw4 {
  border-width: 1rem;
}

.bw5 {
  border-width: 2rem;
}

/* Resets */
.bt-0 {
  border-top-width: 0;
}

.br-0 {
  border-right-width: 0;
}

.bb-0 {
  border-bottom-width: 0;
}

.bl-0 {
  border-left-width: 0;
}

@media screen and (max-width: 480px) {
  .bw0-xs {
    border-width: 0;
  }

  .bw1-xs {
    border-width: .125rem;
  }

  .bw2-xs {
    border-width: .25rem;
  }

  .bw3-xs {
    border-width: .5rem;
  }

  .bw4-xs {
    border-width: 1rem;
  }

  .bw5-xs {
    border-width: 2rem;
  }

  .bt-0-xs {
    border-top-width: 0;
  }

  .br-0-xs {
    border-right-width: 0;
  }

  .bb-0-xs {
    border-bottom-width: 0;
  }

  .bl-0-xs {
    border-left-width: 0;
  }
}
@media screen and (min-width: 480px) {
  .bw0-sm {
    border-width: 0;
  }

  .bw1-sm {
    border-width: .125rem;
  }

  .bw2-sm {
    border-width: .25rem;
  }

  .bw3-sm {
    border-width: .5rem;
  }

  .bw4-sm {
    border-width: 1rem;
  }

  .bw5-sm {
    border-width: 2rem;
  }

  .bt-0-sm {
    border-top-width: 0;
  }

  .br-0-sm {
    border-right-width: 0;
  }

  .bb-0-sm {
    border-bottom-width: 0;
  }

  .bl-0-sm {
    border-left-width: 0;
  }
}
@media screen and (min-width: 768px) {
  .bw0-md {
    border-width: 0;
  }

  .bw1-md {
    border-width: .125rem;
  }

  .bw2-md {
    border-width: .25rem;
  }

  .bw3-md {
    border-width: .5rem;
  }

  .bw4-md {
    border-width: 1rem;
  }

  .bw5-md {
    border-width: 2rem;
  }

  .bt-0-md {
    border-top-width: 0;
  }

  .br-0-md {
    border-right-width: 0;
  }

  .bb-0-md {
    border-bottom-width: 0;
  }

  .bl-0-md {
    border-left-width: 0;
  }
}
@media screen and (min-width: 992px) {
  .bw0-lg {
    border-width: 0;
  }

  .bw1-lg {
    border-width: .125rem;
  }

  .bw2-lg {
    border-width: .25rem;
  }

  .bw3-lg {
    border-width: .5rem;
  }

  .bw4-lg {
    border-width: 1rem;
  }

  .bw5-lg {
    border-width: 2rem;
  }

  .bt-0-lg {
    border-top-width: 0;
  }

  .br-0-lg {
    border-right-width: 0;
  }

  .bb-0-lg {
    border-bottom-width: 0;
  }

  .bl-0-lg {
    border-left-width: 0;
  }
}
@media screen and (min-width: 1200px) {
  .bw0-xl {
    border-width: 0;
  }

  .bw1-xl {
    border-width: .125rem;
  }

  .bw2-xl {
    border-width: .25rem;
  }

  .bw3-xl {
    border-width: .5rem;
  }

  .bw4-xl {
    border-width: 1rem;
  }

  .bw5-xl {
    border-width: 2rem;
  }

  .bt-0-xl {
    border-top-width: 0;
  }

  .br-0-xl {
    border-right-width: 0;
  }

  .bb-0-xl {
    border-bottom-width: 0;
  }

  .bl-0-xl {
    border-left-width: 0;
  }
}
/*

  BOX-SHADOW
  Docs: http://tachyons.io/docs/themes/box-shadow/

  Media Query Extensions:
   -ns = not-small
   -m  = medium
   -l  = large

 */
.shadow-1 {
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.2);
}

.shadow-2 {
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.2);
}

.shadow-3 {
  box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
}

.shadow-4 {
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.2);
}

.shadow-5 {
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 480px) {
  .shadow-1-xs {
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.2);
  }

  .shadow-2-xs {
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.2);
  }

  .shadow-3-xs {
    box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
  }

  .shadow-4-xs {
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.2);
  }

  .shadow-5-xs {
    box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (min-width: 480px) {
  .shadow-1-sm {
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.2);
  }

  .shadow-2-sm {
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.2);
  }

  .shadow-3-sm {
    box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
  }

  .shadow-4-sm {
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.2);
  }

  .shadow-5-sm {
    box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (min-width: 768px) {
  .shadow-1-md {
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.2);
  }

  .shadow-2-md {
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.2);
  }

  .shadow-3-md {
    box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
  }

  .shadow-4-md {
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.2);
  }

  .shadow-5-md {
    box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (min-width: 992px) {
  .shadow-1-lg {
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.2);
  }

  .shadow-2-lg {
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.2);
  }

  .shadow-3-lg {
    box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
  }

  .shadow-4-lg {
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.2);
  }

  .shadow-5-lg {
    box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (min-width: 1200px) {
  .shadow-1-xl {
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.2);
  }

  .shadow-2-xl {
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.2);
  }

  .shadow-3-xl {
    box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
  }

  .shadow-4-xl {
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.2);
  }

  .shadow-5-xl {
    box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
  }
}
/*

   CODE

*/
.pre {
  overflow-x: auto;
  overflow-y: hidden;
  overflow: scroll;
}

/*

   COORDINATES
   Docs: http://tachyons.io/docs/layout/position/

   Use in combination with the position module.

   Base:
     top
     bottom
     right
     left

   Modifiers:
     -0  = literal value 0
     -1  = literal value 1
     -2  = literal value 2
     --1 = literal value -1
     --2 = literal value -2

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
.top-0 {
  top: 0;
}

.right-0 {
  right: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.top-1 {
  top: 1rem;
}

.right-1 {
  right: 1rem;
}

.bottom-1 {
  bottom: 1rem;
}

.left-1 {
  left: 1rem;
}

.top-2 {
  top: 2rem;
}

.right-2 {
  right: 2rem;
}

.bottom-2 {
  bottom: 2rem;
}

.left-2 {
  left: 2rem;
}

.top--1 {
  top: -1rem;
}

.right--1 {
  right: -1rem;
}

.bottom--1 {
  bottom: -1rem;
}

.left--1 {
  left: -1rem;
}

.top--2 {
  top: -2rem;
}

.right--2 {
  right: -2rem;
}

.bottom--2 {
  bottom: -2rem;
}

.left--2 {
  left: -2rem;
}

.absolute--fill {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 480px) {
  .top-0-xs {
    top: 0;
  }

  .right-0-xs {
    right: 0;
  }

  .bottom-0-xs {
    bottom: 0;
  }

  .left-0-xs {
    left: 0;
  }

  .top-1-xs {
    top: 1rem;
  }

  .right-1-xs {
    right: 1rem;
  }

  .bottom-1-xs {
    bottom: 1rem;
  }

  .left-1-xs {
    left: 1rem;
  }

  .top-2-xs {
    top: 2rem;
  }

  .right-2-xs {
    right: 2rem;
  }

  .bottom-2-xs {
    bottom: 2rem;
  }

  .left-2-xs {
    left: 2rem;
  }

  .top--1-xs {
    top: -1rem;
  }

  .right--1-xs {
    right: -1rem;
  }

  .bottom--1-xs {
    bottom: -1rem;
  }

  .left--1-xs {
    left: -1rem;
  }

  .top--2-xs {
    top: -2rem;
  }

  .right--2-xs {
    right: -2rem;
  }

  .bottom--2-xs {
    bottom: -2rem;
  }

  .left--2-xs {
    left: -2rem;
  }

  .absolute--fill-xs {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media screen and (min-width: 480px) {
  .top-0-sm {
    top: 0;
  }

  .right-0-sm {
    right: 0;
  }

  .bottom-0-sm {
    bottom: 0;
  }

  .left-0-sm {
    left: 0;
  }

  .top-1-sm {
    top: 1rem;
  }

  .right-1-sm {
    right: 1rem;
  }

  .bottom-1-sm {
    bottom: 1rem;
  }

  .left-1-sm {
    left: 1rem;
  }

  .top-2-sm {
    top: 2rem;
  }

  .right-2-sm {
    right: 2rem;
  }

  .bottom-2-sm {
    bottom: 2rem;
  }

  .left-2-sm {
    left: 2rem;
  }

  .top--1-sm {
    top: -1rem;
  }

  .right--1-sm {
    right: -1rem;
  }

  .bottom--1-sm {
    bottom: -1rem;
  }

  .left--1-sm {
    left: -1rem;
  }

  .top--2-sm {
    top: -2rem;
  }

  .right--2-sm {
    right: -2rem;
  }

  .bottom--2-sm {
    bottom: -2rem;
  }

  .left--2-sm {
    left: -2rem;
  }

  .absolute--fill-sm {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media screen and (min-width: 768px) {
  .top-0-md {
    top: 0;
  }

  .right-0-md {
    right: 0;
  }

  .bottom-0-md {
    bottom: 0;
  }

  .left-0-md {
    left: 0;
  }

  .top-1-md {
    top: 1rem;
  }

  .right-1-md {
    right: 1rem;
  }

  .bottom-1-md {
    bottom: 1rem;
  }

  .left-1-md {
    left: 1rem;
  }

  .top-2-md {
    top: 2rem;
  }

  .right-2-md {
    right: 2rem;
  }

  .bottom-2-md {
    bottom: 2rem;
  }

  .left-2-md {
    left: 2rem;
  }

  .top--1-md {
    top: -1rem;
  }

  .right--1-md {
    right: -1rem;
  }

  .bottom--1-md {
    bottom: -1rem;
  }

  .left--1-md {
    left: -1rem;
  }

  .top--2-md {
    top: -2rem;
  }

  .right--2-md {
    right: -2rem;
  }

  .bottom--2-md {
    bottom: -2rem;
  }

  .left--2-md {
    left: -2rem;
  }

  .absolute--fill-md {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media screen and (min-width: 992px) {
  .top-0-lg {
    top: 0;
  }

  .right-0-lg {
    right: 0;
  }

  .bottom-0-lg {
    bottom: 0;
  }

  .left-0-lg {
    left: 0;
  }

  .top-1-lg {
    top: 1rem;
  }

  .right-1-lg {
    right: 1rem;
  }

  .bottom-1-lg {
    bottom: 1rem;
  }

  .left-1-lg {
    left: 1rem;
  }

  .top-2-lg {
    top: 2rem;
  }

  .right-2-lg {
    right: 2rem;
  }

  .bottom-2-lg {
    bottom: 2rem;
  }

  .left-2-lg {
    left: 2rem;
  }

  .top--1-lg {
    top: -1rem;
  }

  .right--1-lg {
    right: -1rem;
  }

  .bottom--1-lg {
    bottom: -1rem;
  }

  .left--1-lg {
    left: -1rem;
  }

  .top--2-lg {
    top: -2rem;
  }

  .right--2-lg {
    right: -2rem;
  }

  .bottom--2-lg {
    bottom: -2rem;
  }

  .left--2-lg {
    left: -2rem;
  }

  .absolute--fill-lg {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .top-0-xl {
    top: 0;
  }

  .right-0-xl {
    right: 0;
  }

  .bottom-0-xl {
    bottom: 0;
  }

  .left-0-xl {
    left: 0;
  }

  .top-1-xl {
    top: 1rem;
  }

  .right-1-xl {
    right: 1rem;
  }

  .bottom-1-xl {
    bottom: 1rem;
  }

  .left-1-xl {
    left: 1rem;
  }

  .top-2-xl {
    top: 2rem;
  }

  .right-2-xl {
    right: 2rem;
  }

  .bottom-2-xl {
    bottom: 2rem;
  }

  .left-2-xl {
    left: 2rem;
  }

  .top--1-xl {
    top: -1rem;
  }

  .right--1-xl {
    right: -1rem;
  }

  .bottom--1-xl {
    bottom: -1rem;
  }

  .left--1-xl {
    left: -1rem;
  }

  .top--2-xl {
    top: -2rem;
  }

  .right--2-xl {
    right: -2rem;
  }

  .bottom--2-xl {
    bottom: -2rem;
  }

  .left--2-xl {
    left: -2rem;
  }

  .absolute--fill-xl {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
/*

   CLEARFIX
   http://tachyons.io/docs/layout/clearfix/

*/
/* Nicolas Gallaghers Clearfix solution
   Ref: http://nicolasgallagher.com/micro-clearfix-hack/ */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

.cl {
  clear: left;
}

.cr {
  clear: right;
}

.cb {
  clear: both;
}

.cn {
  clear: none;
}

@media screen and (max-width: 480px) {
  .cl-xs {
    clear: left;
  }

  .cr-xs {
    clear: right;
  }

  .cb-xs {
    clear: both;
  }

  .cn-xs {
    clear: none;
  }
}
@media screen and (min-width: 480px) {
  .cl-sm {
    clear: left;
  }

  .cr-sm {
    clear: right;
  }

  .cb-sm {
    clear: both;
  }

  .cn-sm {
    clear: none;
  }
}
@media screen and (min-width: 768px) {
  .cl-md {
    clear: left;
  }

  .cr-md {
    clear: right;
  }

  .cb-md {
    clear: both;
  }

  .cn-md {
    clear: none;
  }
}
@media screen and (min-width: 992px) {
  .cl-lg {
    clear: left;
  }

  .cr-lg {
    clear: right;
  }

  .cb-lg {
    clear: both;
  }

  .cn-lg {
    clear: none;
  }
}
@media screen and (min-width: 1200px) {
  .cl-xl {
    clear: left;
  }

  .cr-xl {
    clear: right;
  }

  .cb-xl {
    clear: both;
  }

  .cn-xl {
    clear: none;
  }
}
/*

   DISPLAY
   Docs: http://tachyons.io/docs/layout/display

   Base:
    d = display

   Modifiers:
    n     = none
    b     = block
    ib    = inline-block
    it    = inline-table
    t     = table
    tc    = table-cell
    t-row          = table-row
    t-columm       = table-column
    t-column-group = table-column-group

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
.dn {
  display: none;
}

.di {
  display: inline;
}

.db {
  display: block;
}

.dib {
  display: inline-block;
}

.dit {
  display: inline-table;
}

.dt {
  display: table;
}

.dtc {
  display: table-cell;
}

.dt-row {
  display: table-row;
}

.dt-row-group {
  display: table-row-group;
}

.dt-column {
  display: table-column;
}

.dt-column-group {
  display: table-column-group;
}

/*
  This will set table to full width and then
  all cells will be equal width
*/
.dt--fixed {
  table-layout: fixed;
  width: 100%;
}

@media screen and (max-width: 480px) {
  .dn-xs {
    display: none;
  }

  .di-xs {
    display: inline;
  }

  .db-xs {
    display: block;
  }

  .dib-xs {
    display: inline-block;
  }

  .dit-xs {
    display: inline-table;
  }

  .dt-xs {
    display: table;
  }

  .dtc-xs {
    display: table-cell;
  }

  .dt-row-xs {
    display: table-row;
  }

  .dt-row-group-xs {
    display: table-row-group;
  }

  .dt-column-xs {
    display: table-column;
  }

  .dt-column-group-xs {
    display: table-column-group;
  }

  .dt--fixed-xs {
    table-layout: fixed;
    width: 100%;
  }
}
@media screen and (min-width: 480px) {
  .dn-sm {
    display: none;
  }

  .di-sm {
    display: inline;
  }

  .db-sm {
    display: block;
  }

  .dib-sm {
    display: inline-block;
  }

  .dit-sm {
    display: inline-table;
  }

  .dt-sm {
    display: table;
  }

  .dtc-sm {
    display: table-cell;
  }

  .dt-row-sm {
    display: table-row;
  }

  .dt-row-group-sm {
    display: table-row-group;
  }

  .dt-column-sm {
    display: table-column;
  }

  .dt-column-group-sm {
    display: table-column-group;
  }

  .dt--fixed-sm {
    table-layout: fixed;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .dn-md {
    display: none;
  }

  .di-md {
    display: inline;
  }

  .db-md {
    display: block;
  }

  .dib-md {
    display: inline-block;
  }

  .dit-md {
    display: inline-table;
  }

  .dt-md {
    display: table;
  }

  .dtc-md {
    display: table-cell;
  }

  .dt-row-md {
    display: table-row;
  }

  .dt-row-group-md {
    display: table-row-group;
  }

  .dt-column-md {
    display: table-column;
  }

  .dt-column-group-md {
    display: table-column-group;
  }

  .dt--fixed-md {
    table-layout: fixed;
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .dn-lg {
    display: none;
  }

  .di-lg {
    display: inline;
  }

  .db-lg {
    display: block;
  }

  .dib-lg {
    display: inline-block;
  }

  .dit-lg {
    display: inline-table;
  }

  .dt-lg {
    display: table;
  }

  .dtc-lg {
    display: table-cell;
  }

  .dt-row-lg {
    display: table-row;
  }

  .dt-row-group-lg {
    display: table-row-group;
  }

  .dt-column-lg {
    display: table-column;
  }

  .dt-column-group-lg {
    display: table-column-group;
  }

  .dt--fixed-lg {
    table-layout: fixed;
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .dn-xl {
    display: none;
  }

  .di-xl {
    display: inline;
  }

  .db-xl {
    display: block;
  }

  .dib-xl {
    display: inline-block;
  }

  .dit-xl {
    display: inline-table;
  }

  .dt-xl {
    display: table;
  }

  .dtc-xl {
    display: table-cell;
  }

  .dt-row-xl {
    display: table-row;
  }

  .dt-row-group-xl {
    display: table-row-group;
  }

  .dt-column-xl {
    display: table-column;
  }

  .dt-column-group-xl {
    display: table-column-group;
  }

  .dt--fixed-xl {
    table-layout: fixed;
    width: 100%;
  }
}
/*

  FLEXBOX

  Media Query Extensions:
   -ns = not-small
   -m  = medium
   -l  = large

*/
.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

/* 1. Fix for Chrome 44 bug.
 * https://code.google.com/p/chromium/issues/detail?id=506893 */
.flex-auto {
  flex: 1 1 auto;
  min-width: 0;
  /* 1 */
  min-height: 0;
  /* 1 */
}

.flex-none {
  flex: none;
}

.flex-column {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-column-reverse {
  flex-direction: column-reverse;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

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

.items-baseline {
  align-items: baseline;
}

.items-stretch {
  align-items: stretch;
}

.self-start {
  align-self: flex-start;
}

.self-end {
  align-self: flex-end;
}

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

.self-baseline {
  align-self: baseline;
}

.self-stretch {
  align-self: stretch;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.content-start {
  align-content: flex-start;
}

.content-end {
  align-content: flex-end;
}

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

.content-between {
  align-content: space-between;
}

.content-around {
  align-content: space-around;
}

.content-stretch {
  align-content: stretch;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-last {
  order: 99999;
}

@media screen and (max-width: 480px) {
  .flex-xs {
    display: flex;
  }

  .inline-flex-xs {
    display: inline-flex;
  }

  .flex-auto-xs {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
  }

  .flex-none-xs {
    flex: none;
  }

  .flex-column-xs {
    flex-direction: column;
  }

  .flex-row-xs {
    flex-direction: row;
  }

  .flex-wrap-xs {
    flex-wrap: wrap;
  }

  .flex-column-reverse-xs {
    flex-direction: column-reverse;
  }

  .flex-row-reverse-xs {
    flex-direction: row-reverse;
  }

  .flex-wrap-reverse-xs {
    flex-wrap: wrap-reverse;
  }

  .items-start-xs {
    align-items: flex-start;
  }

  .items-end-xs {
    align-items: flex-end;
  }

  .items-center-xs {
    align-items: center;
  }

  .items-baseline-xs {
    align-items: baseline;
  }

  .items-stretch-xs {
    align-items: stretch;
  }

  .self-start-xs {
    align-self: flex-start;
  }

  .self-end-xs {
    align-self: flex-end;
  }

  .self-center-xs {
    align-self: center;
  }

  .self-baseline-xs {
    align-self: baseline;
  }

  .self-stretch-xs {
    align-self: stretch;
  }

  .justify-start-xs {
    justify-content: flex-start;
  }

  .justify-end-xs {
    justify-content: flex-end;
  }

  .justify-center-xs {
    justify-content: center;
  }

  .justify-between-xs {
    justify-content: space-between;
  }

  .justify-around-xs {
    justify-content: space-around;
  }

  .content-start-xs {
    align-content: flex-start;
  }

  .content-end-xs {
    align-content: flex-end;
  }

  .content-center-xs {
    align-content: center;
  }

  .content-between-xs {
    align-content: space-between;
  }

  .content-around-xs {
    align-content: space-around;
  }

  .content-stretch-xs {
    align-content: stretch;
  }

  .order-0-xs {
    order: 0;
  }

  .order-1-xs {
    order: 1;
  }

  .order-2-xs {
    order: 2;
  }

  .order-3-xs {
    order: 3;
  }

  .order-4-xs {
    order: 4;
  }

  .order-5-xs {
    order: 5;
  }

  .order-6-xs {
    order: 6;
  }

  .order-7-xs {
    order: 7;
  }

  .order-8-xs {
    order: 8;
  }

  .order-last-xs {
    order: 99999;
  }
}
@media screen and (min-width: 480px) {
  .flex-sm {
    display: flex;
  }

  .inline-flex-sm {
    display: inline-flex;
  }

  .flex-auto-sm {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
  }

  .flex-none-sm {
    flex: none;
  }

  .flex-column-sm {
    flex-direction: column;
  }

  .flex-row-sm {
    flex-direction: row;
  }

  .flex-wrap-sm {
    flex-wrap: wrap;
  }

  .flex-column-reverse-sm {
    flex-direction: column-reverse;
  }

  .flex-row-reverse-sm {
    flex-direction: row-reverse;
  }

  .flex-wrap-reverse-sm {
    flex-wrap: wrap-reverse;
  }

  .items-start-sm {
    align-items: flex-start;
  }

  .items-end-sm {
    align-items: flex-end;
  }

  .items-center-sm {
    align-items: center;
  }

  .items-baseline-sm {
    align-items: baseline;
  }

  .items-stretch-sm {
    align-items: stretch;
  }

  .self-start-sm {
    align-self: flex-start;
  }

  .self-end-sm {
    align-self: flex-end;
  }

  .self-center-sm {
    align-self: center;
  }

  .self-baseline-sm {
    align-self: baseline;
  }

  .self-stretch-sm {
    align-self: stretch;
  }

  .justify-start-sm {
    justify-content: flex-start;
  }

  .justify-end-sm {
    justify-content: flex-end;
  }

  .justify-center-sm {
    justify-content: center;
  }

  .justify-between-sm {
    justify-content: space-between;
  }

  .justify-around-sm {
    justify-content: space-around;
  }

  .content-start-sm {
    align-content: flex-start;
  }

  .content-end-sm {
    align-content: flex-end;
  }

  .content-center-sm {
    align-content: center;
  }

  .content-between-sm {
    align-content: space-between;
  }

  .content-around-sm {
    align-content: space-around;
  }

  .content-stretch-sm {
    align-content: stretch;
  }

  .order-0-sm {
    order: 0;
  }

  .order-1-sm {
    order: 1;
  }

  .order-2-sm {
    order: 2;
  }

  .order-3-sm {
    order: 3;
  }

  .order-4-sm {
    order: 4;
  }

  .order-5-sm {
    order: 5;
  }

  .order-6-sm {
    order: 6;
  }

  .order-7-sm {
    order: 7;
  }

  .order-8-sm {
    order: 8;
  }

  .order-last-sm {
    order: 99999;
  }
}
@media screen and (min-width: 768px) {
  .flex-md {
    display: flex;
  }

  .inline-flex-md {
    display: inline-flex;
  }

  .flex-auto-md {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
  }

  .flex-none-md {
    flex: none;
  }

  .flex-column-md {
    flex-direction: column;
  }

  .flex-row-md {
    flex-direction: row;
  }

  .flex-wrap-md {
    flex-wrap: wrap;
  }

  .flex-column-reverse-md {
    flex-direction: column-reverse;
  }

  .flex-row-reverse-md {
    flex-direction: row-reverse;
  }

  .flex-wrap-reverse-md {
    flex-wrap: wrap-reverse;
  }

  .items-start-md {
    align-items: flex-start;
  }

  .items-end-md {
    align-items: flex-end;
  }

  .items-center-md {
    align-items: center;
  }

  .items-baseline-md {
    align-items: baseline;
  }

  .items-stretch-md {
    align-items: stretch;
  }

  .self-start-md {
    align-self: flex-start;
  }

  .self-end-md {
    align-self: flex-end;
  }

  .self-center-md {
    align-self: center;
  }

  .self-baseline-md {
    align-self: baseline;
  }

  .self-stretch-md {
    align-self: stretch;
  }

  .justify-start-md {
    justify-content: flex-start;
  }

  .justify-end-md {
    justify-content: flex-end;
  }

  .justify-center-md {
    justify-content: center;
  }

  .justify-between-md {
    justify-content: space-between;
  }

  .justify-around-md {
    justify-content: space-around;
  }

  .content-start-md {
    align-content: flex-start;
  }

  .content-end-md {
    align-content: flex-end;
  }

  .content-center-md {
    align-content: center;
  }

  .content-between-md {
    align-content: space-between;
  }

  .content-around-md {
    align-content: space-around;
  }

  .content-stretch-md {
    align-content: stretch;
  }

  .order-0-md {
    order: 0;
  }

  .order-1-md {
    order: 1;
  }

  .order-2-md {
    order: 2;
  }

  .order-3-md {
    order: 3;
  }

  .order-4-md {
    order: 4;
  }

  .order-5-md {
    order: 5;
  }

  .order-6-md {
    order: 6;
  }

  .order-7-md {
    order: 7;
  }

  .order-8-md {
    order: 8;
  }

  .order-last-md {
    order: 99999;
  }
}
@media screen and (min-width: 992px) {
  .flex-lg {
    display: flex;
  }

  .inline-flex-lg {
    display: inline-flex;
  }

  .flex-auto-lg {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
  }

  .flex-none-lg {
    flex: none;
  }

  .flex-column-lg {
    flex-direction: column;
  }

  .flex-row-lg {
    flex-direction: row;
  }

  .flex-wrap-lg {
    flex-wrap: wrap;
  }

  .flex-column-reverse-lg {
    flex-direction: column-reverse;
  }

  .flex-row-reverse-lg {
    flex-direction: row-reverse;
  }

  .flex-wrap-reverse-lg {
    flex-wrap: wrap-reverse;
  }

  .items-start-lg {
    align-items: flex-start;
  }

  .items-end-lg {
    align-items: flex-end;
  }

  .items-center-lg {
    align-items: center;
  }

  .items-baseline-lg {
    align-items: baseline;
  }

  .items-stretch-lg {
    align-items: stretch;
  }

  .self-start-lg {
    align-self: flex-start;
  }

  .self-end-lg {
    align-self: flex-end;
  }

  .self-center-lg {
    align-self: center;
  }

  .self-baseline-lg {
    align-self: baseline;
  }

  .self-stretch-lg {
    align-self: stretch;
  }

  .justify-start-lg {
    justify-content: flex-start;
  }

  .justify-end-lg {
    justify-content: flex-end;
  }

  .justify-center-lg {
    justify-content: center;
  }

  .justify-between-lg {
    justify-content: space-between;
  }

  .justify-around-lg {
    justify-content: space-around;
  }

  .content-start-lg {
    align-content: flex-start;
  }

  .content-end-lg {
    align-content: flex-end;
  }

  .content-center-lg {
    align-content: center;
  }

  .content-between-lg {
    align-content: space-between;
  }

  .content-around-lg {
    align-content: space-around;
  }

  .content-stretch-lg {
    align-content: stretch;
  }

  .order-0-lg {
    order: 0;
  }

  .order-1-lg {
    order: 1;
  }

  .order-2-lg {
    order: 2;
  }

  .order-3-lg {
    order: 3;
  }

  .order-4-lg {
    order: 4;
  }

  .order-5-lg {
    order: 5;
  }

  .order-6-lg {
    order: 6;
  }

  .order-7-lg {
    order: 7;
  }

  .order-8-lg {
    order: 8;
  }

  .order-last-lg {
    order: 99999;
  }
}
@media screen and (min-width: 1200px) {
  .flex-xl {
    display: flex;
  }

  .inline-flex-xl {
    display: inline-flex;
  }

  .flex-auto-xl {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
  }

  .flex-none-xl {
    flex: none;
  }

  .flex-column-xl {
    flex-direction: column;
  }

  .flex-row-xl {
    flex-direction: row;
  }

  .flex-wrap-xl {
    flex-wrap: wrap;
  }

  .flex-column-reverse-xl {
    flex-direction: column-reverse;
  }

  .flex-row-reverse-xl {
    flex-direction: row-reverse;
  }

  .flex-wrap-reverse-xl {
    flex-wrap: wrap-reverse;
  }

  .items-start-xl {
    align-items: flex-start;
  }

  .items-end-xl {
    align-items: flex-end;
  }

  .items-center-xl {
    align-items: center;
  }

  .items-baseline-xl {
    align-items: baseline;
  }

  .items-stretch-xl {
    align-items: stretch;
  }

  .self-start-xl {
    align-self: flex-start;
  }

  .self-end-xl {
    align-self: flex-end;
  }

  .self-center-xl {
    align-self: center;
  }

  .self-baseline-xl {
    align-self: baseline;
  }

  .self-stretch-xl {
    align-self: stretch;
  }

  .justify-start-xl {
    justify-content: flex-start;
  }

  .justify-end-xl {
    justify-content: flex-end;
  }

  .justify-center-xl {
    justify-content: center;
  }

  .justify-between-xl {
    justify-content: space-between;
  }

  .justify-around-xl {
    justify-content: space-around;
  }

  .content-start-xl {
    align-content: flex-start;
  }

  .content-end-xl {
    align-content: flex-end;
  }

  .content-center-xl {
    align-content: center;
  }

  .content-between-xl {
    align-content: space-between;
  }

  .content-around-xl {
    align-content: space-around;
  }

  .content-stretch-xl {
    align-content: stretch;
  }

  .order-0-xl {
    order: 0;
  }

  .order-1-xl {
    order: 1;
  }

  .order-2-xl {
    order: 2;
  }

  .order-3-xl {
    order: 3;
  }

  .order-4-xl {
    order: 4;
  }

  .order-5-xl {
    order: 5;
  }

  .order-6-xl {
    order: 6;
  }

  .order-7-xl {
    order: 7;
  }

  .order-8-xl {
    order: 8;
  }

  .order-last-xl {
    order: 99999;
  }
}
/*

   FLOATS
   http://tachyons.io/docs/layout/floats/

   1. Floated elements are automatically rendered as block level elements.
      Setting floats to display inline will fix the double margin bug in
      ie6. You know... just in case.

   2. Don't forget to clearfix your floats with .cf

   Base:
     f = float

   Modifiers:
     l = left
     r = right
     n = none

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
.fl {
  float: left;
  _display: inline;
}

.fr {
  float: right;
  _display: inline;
}

.fn {
  float: none;
}

@media screen and (max-width: 480px) {
  .fl-xs {
    float: left;
    _display: inline;
  }

  .fr-xs {
    float: right;
    _display: inline;
  }

  .fn-xs {
    float: none;
  }
}
@media screen and (min-width: 480px) {
  .fl-sm {
    float: left;
    _display: inline;
  }

  .fr-sm {
    float: right;
    _display: inline;
  }

  .fn-sm {
    float: none;
  }
}
@media screen and (min-width: 768px) {
  .fl-md {
    float: left;
    _display: inline;
  }

  .fr-md {
    float: right;
    _display: inline;
  }

  .fn-md {
    float: none;
  }
}
@media screen and (min-width: 992px) {
  .fl-lg {
    float: left;
    _display: inline;
  }

  .fr-lg {
    float: right;
    _display: inline;
  }

  .fn-lg {
    float: none;
  }
}
@media screen and (min-width: 1200px) {
  .fl-xl {
    float: left;
    _display: inline;
  }

  .fr-xl {
    float: right;
    _display: inline;
  }

  .fn-xl {
    float: none;
  }
}
/*

   FONT FAMILY GROUPS
   Docs: http://tachyons.io/docs/typography/font-family/

*/
.sans-serif {
  font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'avenir next', avenir, 'helvetica neue', helvetica, ubuntu, roboto, noto, 'segoe ui', arial, sans-serif;
}

.serif {
  font-family: 'Libre baskerville', georgia, times, serif;
}

.system-sans-serif {
  font-family: sans-serif;
}

.system-serif {
  font-family: serif;
}

/* Monospaced Typefaces (for code) */
/* From http://cssfontstack.com */
code, .code {
  font-family: Consolas, monaco, monospace;
}

.courier {
  font-family: 'Courier Next', courier, monospace;
}

/* Sans-Serif Typefaces */
.helvetica {
  font-family: 'helvetica neue', helvetica, sans-serif;
}

.avenir {
  font-family: 'avenir next', avenir, sans-serif;
}

/* Serif Typefaces */
.athelas {
  font-family: athelas, georgia, serif;
}

.georgia {
  font-family: georgia, serif;
}

.times {
  font-family: times, serif;
}

.bodoni {
  font-family: "Bodoni MT", serif;
}

.calisto {
  font-family: "Calisto MT", serif;
}

.garamond {
  font-family: garamond, serif;
}

.baskerville {
  font-family: baskerville, serif;
}

/*

   FONT STYLE
   Docs: http://tachyons.io/docs/typography/font-style/

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
.i {
  font-style: italic;
}

.fs-normal {
  font-style: normal;
}

@media screen and (max-width: 480px) {
  .i-xs {
    font-style: italic;
  }

  .fs-normal-xs {
    font-style: normal;
  }
}
@media screen and (min-width: 480px) {
  .i-sm {
    font-style: italic;
  }

  .fs-normal-sm {
    font-style: normal;
  }
}
@media screen and (min-width: 768px) {
  .i-md {
    font-style: italic;
  }

  .fs-normal-md {
    font-style: normal;
  }
}
@media screen and (min-width: 992px) {
  .i-lg {
    font-style: italic;
  }

  .fs-normal-lg {
    font-style: normal;
  }
}
@media screen and (min-width: 1200px) {
  .i-xl {
    font-style: italic;
  }

  .fs-normal-xl {
    font-style: normal;
  }
}
/*

   FONT WEIGHT
   Docs: http://tachyons.io/docs/typography/font-weight/

   Base
     fw = font-weight

   Modifiers:
     1 = literal value 100
     2 = literal value 200
     3 = literal value 300
     4 = literal value 400
     5 = literal value 500
     6 = literal value 600
     7 = literal value 700
     8 = literal value 800
     9 = literal value 900

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
.normal {
  font-weight: normal;
}

.b {
  font-weight: bold;
}

.fw1 {
  font-weight: 100;
}

.fw2 {
  font-weight: 200;
}

.fw3 {
  font-weight: 300;
}

.fw4 {
  font-weight: 400;
}

.fw5 {
  font-weight: 500;
}

.fw6 {
  font-weight: 600;
}

.fw7 {
  font-weight: 700;
}

.fw8 {
  font-weight: 800;
}

.fw9 {
  font-weight: 900;
}

@media screen and (max-width: 480px) {
  .normal-xs {
    font-weight: normal;
  }

  .b-xs {
    font-weight: bold;
  }

  .fw1-xs {
    font-weight: 100;
  }

  .fw2-xs {
    font-weight: 200;
  }

  .fw3-xs {
    font-weight: 300;
  }

  .fw4-xs {
    font-weight: 400;
  }

  .fw5-xs {
    font-weight: 500;
  }

  .fw6-xs {
    font-weight: 600;
  }

  .fw7-xs {
    font-weight: 700;
  }

  .fw8-xs {
    font-weight: 800;
  }

  .fw9-xs {
    font-weight: 900;
  }
}
@media screen and (min-width: 480px) {
  .normal-sm {
    font-weight: normal;
  }

  .b-sm {
    font-weight: bold;
  }

  .fw1-sm {
    font-weight: 100;
  }

  .fw2-sm {
    font-weight: 200;
  }

  .fw3-sm {
    font-weight: 300;
  }

  .fw4-sm {
    font-weight: 400;
  }

  .fw5-sm {
    font-weight: 500;
  }

  .fw6-sm {
    font-weight: 600;
  }

  .fw7-sm {
    font-weight: 700;
  }

  .fw8-sm {
    font-weight: 800;
  }

  .fw9-sm {
    font-weight: 900;
  }
}
@media screen and (min-width: 768px) {
  .normal-md {
    font-weight: normal;
  }

  .b-md {
    font-weight: bold;
  }

  .fw1-md {
    font-weight: 100;
  }

  .fw2-md {
    font-weight: 200;
  }

  .fw3-md {
    font-weight: 300;
  }

  .fw4-md {
    font-weight: 400;
  }

  .fw5-md {
    font-weight: 500;
  }

  .fw6-md {
    font-weight: 600;
  }

  .fw7-md {
    font-weight: 700;
  }

  .fw8-md {
    font-weight: 800;
  }

  .fw9-md {
    font-weight: 900;
  }
}
@media screen and (min-width: 992px) {
  .normal-lg {
    font-weight: normal;
  }

  .b-lg {
    font-weight: bold;
  }

  .fw1-lg {
    font-weight: 100;
  }

  .fw2-lg {
    font-weight: 200;
  }

  .fw3-lg {
    font-weight: 300;
  }

  .fw4-lg {
    font-weight: 400;
  }

  .fw5-lg {
    font-weight: 500;
  }

  .fw6-lg {
    font-weight: 600;
  }

  .fw7-lg {
    font-weight: 700;
  }

  .fw8-lg {
    font-weight: 800;
  }

  .fw9-lg {
    font-weight: 900;
  }
}
@media screen and (min-width: 1200px) {
  .normal-xl {
    font-weight: normal;
  }

  .b-xl {
    font-weight: bold;
  }

  .fw1-xl {
    font-weight: 100;
  }

  .fw2-xl {
    font-weight: 200;
  }

  .fw3-xl {
    font-weight: 300;
  }

  .fw4-xl {
    font-weight: 400;
  }

  .fw5-xl {
    font-weight: 500;
  }

  .fw6-xl {
    font-weight: 600;
  }

  .fw7-xl {
    font-weight: 700;
  }

  .fw8-xl {
    font-weight: 800;
  }

  .fw9-xl {
    font-weight: 900;
  }
}
/*

   FORMS
   
*/
.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
}

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

/*

   HEIGHTS
   Docs: http://tachyons.io/docs/layout/heights/

   Base:
     h = height
     min-h = min-height
     min-vh = min-height vertical screen height
     vh = vertical screen height

   Modifiers
     1 = 1st step in height scale
     2 = 2nd step in height scale
     3 = 3rd step in height scale
     4 = 4th step in height scale
     5 = 5th step in height scale

     -25   = literal value 25%
     -50   = literal value 50%
     -75   = literal value 75%
     -100  = literal value 100%

     -auto = string value of auto
     -inherit = string value of inherit

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
/* Height Scale */
.h-01 {
  height: 1px;
}

.h-02 {
  height: 2px;
}

.h-03 {
  height: 3px;
}

.h-04 {
  height: 4px;
}

.h-05 {
  height: 5px;
}

.h1 {
  height: 1rem;
}

.h2 {
  height: 2rem;
}

.h3 {
  height: 4rem;
}

.h4 {
  height: 8rem;
}

.h5 {
  height: 16rem;
}

/* Height Percentages - Based off of height of parent */
.h-25 {
  height: 25%;
}

.h-50 {
  height: 50%;
}

.h-75 {
  height: 75%;
}

.h-100 {
  height: 100%;
}

.min-h-100 {
  min-height: 100%;
}

/* Screen Height Percentage */
.vh-25 {
  height: 25vh;
}

.vh-50 {
  height: 50vh;
}

.vh-75 {
  height: 75vh;
}

.vh-100 {
  height: 100vh;
}

.min-vh-100 {
  min-height: 100vh;
}

/* String Properties */
.h-auto {
  height: auto;
}

.h-inherit {
  height: inherit;
}

@media screen and (max-width: 480px) {
  .h1-xs {
    height: 1rem;
  }

  .h2-xs {
    height: 2rem;
  }

  .h3-xs {
    height: 4rem;
  }

  .h4-xs {
    height: 8rem;
  }

  .h5-xs {
    height: 16rem;
  }

  .h-25-xs {
    height: 25%;
  }

  .h-50-xs {
    height: 50%;
  }

  .h-75-xs {
    height: 75%;
  }

  .h-100-xs {
    height: 100%;
  }

  .min-h-100-xs {
    min-height: 100%;
  }

  .vh-25-xs {
    height: 25vh;
  }

  .vh-50-xs {
    height: 50vh;
  }

  .vh-75-xs {
    height: 75vh;
  }

  .vh-100-xs {
    height: 100vh;
  }

  .min-vh-100-xs {
    min-height: 100vh;
  }

  .h-auto-xs {
    height: auto;
  }

  .h-inherit-xs {
    height: inherit;
  }
}
@media screen and (min-width: 480px) {
  .h1-sm {
    height: 1rem;
  }

  .h2-sm {
    height: 2rem;
  }

  .h3-sm {
    height: 4rem;
  }

  .h4-sm {
    height: 8rem;
  }

  .h5-sm {
    height: 16rem;
  }

  .h-25-sm {
    height: 25%;
  }

  .h-50-sm {
    height: 50%;
  }

  .h-75-sm {
    height: 75%;
  }

  .h-100-sm {
    height: 100%;
  }

  .min-h-100-sm {
    min-height: 100%;
  }

  .vh-25-sm {
    height: 25vh;
  }

  .vh-50-sm {
    height: 50vh;
  }

  .vh-75-sm {
    height: 75vh;
  }

  .vh-100-sm {
    height: 100vh;
  }

  .min-vh-100-sm {
    min-height: 100vh;
  }

  .h-auto-sm {
    height: auto;
  }

  .h-inherit-sm {
    height: inherit;
  }
}
@media screen and (min-width: 768px) {
  .h1-md {
    height: 1rem;
  }

  .h2-md {
    height: 2rem;
  }

  .h3-md {
    height: 4rem;
  }

  .h4-md {
    height: 8rem;
  }

  .h5-md {
    height: 16rem;
  }

  .h-25-md {
    height: 25%;
  }

  .h-50-md {
    height: 50%;
  }

  .h-75-md {
    height: 75%;
  }

  .h-100-md {
    height: 100%;
  }

  .min-h-100-md {
    min-height: 100%;
  }

  .vh-25-md {
    height: 25vh;
  }

  .vh-50-md {
    height: 50vh;
  }

  .vh-75-md {
    height: 75vh;
  }

  .vh-100-md {
    height: 100vh;
  }

  .min-vh-100-md {
    min-height: 100vh;
  }

  .h-auto-md {
    height: auto;
  }

  .h-inherit-md {
    height: inherit;
  }
}
@media screen and (min-width: 992px) {
  .h1-lg {
    height: 1rem;
  }

  .h2-lg {
    height: 2rem;
  }

  .h3-lg {
    height: 4rem;
  }

  .h4-lg {
    height: 8rem;
  }

  .h5-lg {
    height: 16rem;
  }

  .h-25-lg {
    height: 25%;
  }

  .h-50-lg {
    height: 50%;
  }

  .h-75-lg {
    height: 75%;
  }

  .h-100-lg {
    height: 100%;
  }

  .min-h-100-lg {
    min-height: 100%;
  }

  .vh-25-lg {
    height: 25vh;
  }

  .vh-50-lg {
    height: 50vh;
  }

  .vh-75-lg {
    height: 75vh;
  }

  .vh-100-lg {
    height: 100vh;
  }

  .min-vh-100-lg {
    min-height: 100vh;
  }

  .h-auto-lg {
    height: auto;
  }

  .h-inherit-lg {
    height: inherit;
  }
}
@media screen and (min-width: 1200px) {
  .h1-xl {
    height: 1rem;
  }

  .h2-xl {
    height: 2rem;
  }

  .h3-xl {
    height: 4rem;
  }

  .h4-xl {
    height: 8rem;
  }

  .h5-xl {
    height: 16rem;
  }

  .h-25-xl {
    height: 25%;
  }

  .h-50-xl {
    height: 50%;
  }

  .h-75-xl {
    height: 75%;
  }

  .h-100-xl {
    height: 100%;
  }

  .min-h-100-xl {
    min-height: 100%;
  }

  .vh-25-xl {
    height: 25vh;
  }

  .vh-50-xl {
    height: 50vh;
  }

  .vh-75-xl {
    height: 75vh;
  }

  .vh-100-xl {
    height: 100vh;
  }

  .min-vh-100-xl {
    min-height: 100vh;
  }

  .h-auto-xl {
    height: auto;
  }

  .h-inherit-xl {
    height: inherit;
  }
}
/*

   LETTER SPACING
   Docs: http://tachyons.io/docs/typography/tracking/

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
.tracked {
  letter-spacing: .1em;
}

.tracked-tight {
  letter-spacing: -.05em;
}

.tracked-mega {
  letter-spacing: .25em;
}

@media screen and (max-width: 480px) {
  .tracked-xs {
    letter-spacing: .1em;
  }

  .tracked-tight-xs {
    letter-spacing: -.05em;
  }

  .tracked-mega-xs {
    letter-spacing: .25em;
  }
}
@media screen and (min-width: 480px) {
  .tracked-sm {
    letter-spacing: .1em;
  }

  .tracked-tight-sm {
    letter-spacing: -.05em;
  }

  .tracked-mega-sm {
    letter-spacing: .25em;
  }
}
@media screen and (min-width: 768px) {
  .tracked-md {
    letter-spacing: .1em;
  }

  .tracked-tight-md {
    letter-spacing: -.05em;
  }

  .tracked-mega-md {
    letter-spacing: .25em;
  }
}
@media screen and (min-width: 992px) {
  .tracked-lg {
    letter-spacing: .1em;
  }

  .tracked-tight-lg {
    letter-spacing: -.05em;
  }

  .tracked-mega-lg {
    letter-spacing: .25em;
  }
}
@media screen and (min-width: 1200px) {
  .tracked-xl {
    letter-spacing: .1em;
  }

  .tracked-tight-xl {
    letter-spacing: -.05em;
  }

  .tracked-mega-xl {
    letter-spacing: .25em;
  }
}
/*

   LINE HEIGHT / LEADING
   Docs: http://tachyons.io/docs/typography/line-height

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
.lh-solid {
  line-height: 1;
}

.lh-title {
  line-height: 1.33;
}

.lh-copy {
  line-height: 1.8;
}

@media screen and (max-width: 480px) {
  .lh-solid-xs {
    line-height: 1;
  }

  .lh-title-xs {
    line-height: 1.33;
  }

  .lh-copy-xs {
    line-height: 1.8;
  }
}
@media screen and (min-width: 480px) {
  .lh-solid-sm {
    line-height: 1;
  }

  .lh-title-sm {
    line-height: 1.33;
  }

  .lh-copy-sm {
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .lh-solid-md {
    line-height: 1;
  }

  .lh-title-md {
    line-height: 1.33;
  }

  .lh-copy-md {
    line-height: 1.8;
  }
}
@media screen and (min-width: 992px) {
  .lh-solid-lg {
    line-height: 1;
  }

  .lh-title-lg {
    line-height: 1.33;
  }

  .lh-copy-lg {
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  .lh-solid-xl {
    line-height: 1;
  }

  .lh-title-xl {
    line-height: 1.33;
  }

  .lh-copy-xl {
    line-height: 1.8;
  }
}
/*

   LINKS
   Docs: http://tachyons.io/docs/elements/links/

*/
.link {
  text-decoration: none;
  transition: color .15s ease-in;
}

.link:link,
.link:visited {
  transition: color .15s ease-in;
}

.link:hover {
  transition: color .15s ease-in;
}

.link:active {
  transition: color .15s ease-in;
}

.link:focus {
  transition: color .15s ease-in;
  outline: 1px dotted currentColor;
}

/*

   LISTS
   http://tachyons.io/docs/elements/lists/

*/
.list {
  list-style-type: none;
}

/*

   MAX WIDTHS
   Docs: http://tachyons.io/docs/layout/max-widths/

   Base:
     mw = max-width

   Modifiers
     1 = 1st step in width scale
     2 = 2nd step in width scale
     3 = 3rd step in width scale
     4 = 4th step in width scale
     5 = 5th step in width scale
     6 = 6st step in width scale
     7 = 7nd step in width scale
     8 = 8rd step in width scale
     9 = 9th step in width scale

     -100 = literal value 100%

     -none  = string value none


   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
/* Max Width Percentages */
.mw-100 {
  max-width: 100%;
}

/* Max Width Scale */
.mw1 {
  max-width: 1rem;
}

.mw2 {
  max-width: 2rem;
}

.mw3 {
  max-width: 4rem;
}

.mw4 {
  max-width: 8rem;
}

.mw5 {
  max-width: 16rem;
}

.mw6 {
  max-width: 32rem;
}

.mw7 {
  max-width: 48rem;
}

.mw8 {
  max-width: 64rem;
}

.mw9 {
  max-width: 96rem;
}

/* Max Width String Properties */
.mw-none {
  max-width: none;
}

@media screen and (max-width: 480px) {
  .mw-100-xs {
    max-width: 100%;
  }

  .mw1-xs {
    max-width: 1rem;
  }

  .mw2-xs {
    max-width: 2rem;
  }

  .mw3-xs {
    max-width: 4rem;
  }

  .mw4-xs {
    max-width: 8rem;
  }

  .mw5-xs {
    max-width: 16rem;
  }

  .mw6-xs {
    max-width: 32rem;
  }

  .mw7-xs {
    max-width: 48rem;
  }

  .mw8-xs {
    max-width: 64rem;
  }

  .mw9-xs {
    max-width: 96rem;
  }

  .mw-none-xs {
    max-width: none;
  }
}
@media screen and (min-width: 480px) {
  .mw-100-sm {
    max-width: 100%;
  }

  .mw1-sm {
    max-width: 1rem;
  }

  .mw2-sm {
    max-width: 2rem;
  }

  .mw3-sm {
    max-width: 4rem;
  }

  .mw4-sm {
    max-width: 8rem;
  }

  .mw5-sm {
    max-width: 16rem;
  }

  .mw6-sm {
    max-width: 32rem;
  }

  .mw7-sm {
    max-width: 48rem;
  }

  .mw8-sm {
    max-width: 64rem;
  }

  .mw9-sm {
    max-width: 96rem;
  }

  .mw-none-sm {
    max-width: none;
  }
}
@media screen and (min-width: 768px) {
  .mw-100-md {
    max-width: 100%;
  }

  .mw1-md {
    max-width: 1rem;
  }

  .mw2-md {
    max-width: 2rem;
  }

  .mw3-md {
    max-width: 4rem;
  }

  .mw4-md {
    max-width: 8rem;
  }

  .mw5-md {
    max-width: 16rem;
  }

  .mw6-md {
    max-width: 32rem;
  }

  .mw7-md {
    max-width: 48rem;
  }

  .mw8-md {
    max-width: 64rem;
  }

  .mw9-md {
    max-width: 96rem;
  }

  .mw-none-md {
    max-width: none;
  }
}
@media screen and (min-width: 992px) {
  .mw-100-lg {
    max-width: 100%;
  }

  .mw1-lg {
    max-width: 1rem;
  }

  .mw2-lg {
    max-width: 2rem;
  }

  .mw3-lg {
    max-width: 4rem;
  }

  .mw4-lg {
    max-width: 8rem;
  }

  .mw5-lg {
    max-width: 16rem;
  }

  .mw6-lg {
    max-width: 32rem;
  }

  .mw7-lg {
    max-width: 48rem;
  }

  .mw8-lg {
    max-width: 64rem;
  }

  .mw9-lg {
    max-width: 96rem;
  }

  .mw-none-lg {
    max-width: none;
  }
}
@media screen and (min-width: 1200px) {
  .mw-100-xl {
    max-width: 100%;
  }

  .mw1-xl {
    max-width: 1rem;
  }

  .mw2-xl {
    max-width: 2rem;
  }

  .mw3-xl {
    max-width: 4rem;
  }

  .mw4-xl {
    max-width: 8rem;
  }

  .mw5-xl {
    max-width: 16rem;
  }

  .mw6-xl {
    max-width: 32rem;
  }

  .mw7-xl {
    max-width: 48rem;
  }

  .mw8-xl {
    max-width: 64rem;
  }

  .mw9-xl {
    max-width: 96rem;
  }

  .mw-none-xl {
    max-width: none;
  }
}
/*

   WIDTHS
   Docs: http://tachyons.io/docs/layout/widths/

   Base:
     w = width

   Modifiers
     1 = 1st step in width scale
     2 = 2nd step in width scale
     3 = 3rd step in width scale
     4 = 4th step in width scale
     5 = 5th step in width scale

     -10  = literal value 10%
     -20  = literal value 20%
     -25  = literal value 25%
     -30  = literal value 30%
     -33  = literal value 33%
     -34  = literal value 34%
     -40  = literal value 40%
     -50  = literal value 50%
     -60  = literal value 60%
     -70  = literal value 70%
     -75  = literal value 75%
     -80  = literal value 80%
     -90  = literal value 90%
     -100 = literal value 100%

     -third      = 100% / 3 (Not supported in opera mini or IE8)
     -two-thirds = 100% / 1.5 (Not supported in opera mini or IE8)
     -auto       = string value auto


   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
/* Width Scale */
.w1 {
  width: 1rem;
}

.w2 {
  width: 2rem;
}

.w3 {
  width: 4rem;
}

.w4 {
  width: 8rem;
}

.w5 {
  width: 16rem;
}

.w-10 {
  width: 10%;
}

.w-20 {
  width: 20%;
}

.w-25 {
  width: 25%;
}

.w-30 {
  width: 30%;
}

.w-33 {
  width: 33%;
}

.w-34 {
  width: 34%;
}

.w-40 {
  width: 40%;
}

.w-50 {
  width: 50%;
}

.w-60 {
  width: 60%;
}

.w-70 {
  width: 70%;
}

.w-75 {
  width: 75%;
}

.w-80 {
  width: 80%;
}

.w-90 {
  width: 90%;
}

.w-100 {
  width: 100%;
}

.w-third {
  width: 33.33333%;
}

.w-two-thirds {
  width: 66.66667%;
}

.w-auto {
  width: auto;
}

@media screen and (max-width: 480px) {
  .w1-xs {
    width: 1rem;
  }

  .w2-xs {
    width: 2rem;
  }

  .w3-xs {
    width: 4rem;
  }

  .w4-xs {
    width: 8rem;
  }

  .w5-xs {
    width: 16rem;
  }

  .w-10-xs {
    width: 10%;
  }

  .w-20-xs {
    width: 20%;
  }

  .w-25-xs {
    width: 25%;
  }

  .w-30-xs {
    width: 30%;
  }

  .w-33-xs {
    width: 33%;
  }

  .w-34-xs {
    width: 34%;
  }

  .w-40-xs {
    width: 40%;
  }

  .w-50-xs {
    width: 50%;
  }

  .w-60-xs {
    width: 60%;
  }

  .w-70-xs {
    width: 70%;
  }

  .w-75-xs {
    width: 75%;
  }

  .w-80-xs {
    width: 80%;
  }

  .w-90-xs {
    width: 90%;
  }

  .w-100-xs {
    width: 100%;
  }

  .w-third-xs {
    width: 33.33333%;
  }

  .w-two-thirds-xs {
    width: 66.66667%;
  }

  .w-auto-xs {
    width: auto;
  }
}
@media screen and (min-width: 480px) {
  .w1-sm {
    width: 1rem;
  }

  .w2-sm {
    width: 2rem;
  }

  .w3-sm {
    width: 4rem;
  }

  .w4-sm {
    width: 8rem;
  }

  .w5-sm {
    width: 16rem;
  }

  .w-10-sm {
    width: 10%;
  }

  .w-20-sm {
    width: 20%;
  }

  .w-25-sm {
    width: 25%;
  }

  .w-30-sm {
    width: 30%;
  }

  .w-33-sm {
    width: 33%;
  }

  .w-34-sm {
    width: 34%;
  }

  .w-40-sm {
    width: 40%;
  }

  .w-50-sm {
    width: 50%;
  }

  .w-60-sm {
    width: 60%;
  }

  .w-70-sm {
    width: 70%;
  }

  .w-75-sm {
    width: 75%;
  }

  .w-80-sm {
    width: 80%;
  }

  .w-90-sm {
    width: 90%;
  }

  .w-100-sm {
    width: 100%;
  }

  .w-third-sm {
    width: 33.33333%;
  }

  .w-two-thirds-sm {
    width: 66.66667%;
  }

  .w-auto-sm {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .w1-md {
    width: 1rem;
  }

  .w2-md {
    width: 2rem;
  }

  .w3-md {
    width: 4rem;
  }

  .w4-md {
    width: 8rem;
  }

  .w5-md {
    width: 16rem;
  }

  .w-10-md {
    width: 10%;
  }

  .w-20-md {
    width: 20%;
  }

  .w-25-md {
    width: 25%;
  }

  .w-30-md {
    width: 30%;
  }

  .w-33-md {
    width: 33%;
  }

  .w-34-md {
    width: 34%;
  }

  .w-40-md {
    width: 40%;
  }

  .w-50-md {
    width: 50%;
  }

  .w-60-md {
    width: 60%;
  }

  .w-70-md {
    width: 70%;
  }

  .w-75-md {
    width: 75%;
  }

  .w-80-md {
    width: 80%;
  }

  .w-90-md {
    width: 90%;
  }

  .w-100-md {
    width: 100%;
  }

  .w-third-md {
    width: 33.33333%;
  }

  .w-two-thirds-md {
    width: 66.66667%;
  }

  .w-auto-md {
    width: auto;
  }
}
@media screen and (min-width: 992px) {
  .w1-lg {
    width: 1rem;
  }

  .w2-lg {
    width: 2rem;
  }

  .w3-lg {
    width: 4rem;
  }

  .w4-lg {
    width: 8rem;
  }

  .w5-lg {
    width: 16rem;
  }

  .w-10-lg {
    width: 10%;
  }

  .w-20-lg {
    width: 20%;
  }

  .w-25-lg {
    width: 25%;
  }

  .w-30-lg {
    width: 30%;
  }

  .w-33-lg {
    width: 33%;
  }

  .w-34-lg {
    width: 34%;
  }

  .w-40-lg {
    width: 40%;
  }

  .w-50-lg {
    width: 50%;
  }

  .w-60-lg {
    width: 60%;
  }

  .w-70-lg {
    width: 70%;
  }

  .w-75-lg {
    width: 75%;
  }

  .w-80-lg {
    width: 80%;
  }

  .w-90-lg {
    width: 90%;
  }

  .w-100-lg {
    width: 100%;
  }

  .w-third-lg {
    width: 33.33333%;
  }

  .w-two-thirds-lg {
    width: 66.66667%;
  }

  .w-auto-lg {
    width: auto;
  }
}
@media screen and (min-width: 1200px) {
  .w1-xl {
    width: 1rem;
  }

  .w2-xl {
    width: 2rem;
  }

  .w3-xl {
    width: 4rem;
  }

  .w4-xl {
    width: 8rem;
  }

  .w5-xl {
    width: 16rem;
  }

  .w-10-xl {
    width: 10%;
  }

  .w-20-xl {
    width: 20%;
  }

  .w-25-xl {
    width: 25%;
  }

  .w-30-xl {
    width: 30%;
  }

  .w-33-xl {
    width: 33%;
  }

  .w-34-xl {
    width: 34%;
  }

  .w-40-xl {
    width: 40%;
  }

  .w-50-xl {
    width: 50%;
  }

  .w-60-xl {
    width: 60%;
  }

  .w-70-xl {
    width: 70%;
  }

  .w-75-xl {
    width: 75%;
  }

  .w-80-xl {
    width: 80%;
  }

  .w-90-xl {
    width: 90%;
  }

  .w-100-xl {
    width: 100%;
  }

  .w-third-xl {
    width: 33.33333%;
  }

  .w-two-thirds-xl {
    width: 66.66667%;
  }

  .w-auto-xl {
    width: auto;
  }
}
/*

    OVERFLOW

    Media Query Extensions:
      -ns = not-small
      -m  = medium
      -l  = large

 */
.overflow-visible {
  overflow: visible;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.overflow-x-visible {
  overflow-x: visible;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-visible {
  overflow-y: visible;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.overflow-y-auto {
  overflow-y: auto;
}

@media screen and (max-width: 480px) {
  .overflow-visible-xs {
    overflow: visible;
  }

  .overflow-hidden-xs {
    overflow: hidden;
  }

  .overflow-scroll-xs {
    overflow: scroll;
  }

  .overflow-auto-xs {
    overflow: auto;
  }

  .overflow-x-visible-xs {
    overflow-x: visible;
  }

  .overflow-x-hidden-xs {
    overflow-x: hidden;
  }

  .overflow-x-scroll-xs {
    overflow-x: scroll;
  }

  .overflow-x-auto-xs {
    overflow-x: auto;
  }

  .overflow-y-visible-xs {
    overflow-y: visible;
  }

  .overflow-y-hidden-xs {
    overflow-y: hidden;
  }

  .overflow-y-scroll-xs {
    overflow-y: scroll;
  }

  .overflow-y-auto-xs {
    overflow-y: auto;
  }
}
@media screen and (min-width: 480px) {
  .overflow-visible-sm {
    overflow: visible;
  }

  .overflow-hidden-sm {
    overflow: hidden;
  }

  .overflow-scroll-sm {
    overflow: scroll;
  }

  .overflow-auto-sm {
    overflow: auto;
  }

  .overflow-x-visible-sm {
    overflow-x: visible;
  }

  .overflow-x-hidden-sm {
    overflow-x: hidden;
  }

  .overflow-x-scroll-sm {
    overflow-x: scroll;
  }

  .overflow-x-auto-sm {
    overflow-x: auto;
  }

  .overflow-y-visible-sm {
    overflow-y: visible;
  }

  .overflow-y-hidden-sm {
    overflow-y: hidden;
  }

  .overflow-y-scroll-sm {
    overflow-y: scroll;
  }

  .overflow-y-auto-sm {
    overflow-y: auto;
  }
}
@media screen and (min-width: 768px) {
  .overflow-visible-md {
    overflow: visible;
  }

  .overflow-hidden-md {
    overflow: hidden;
  }

  .overflow-scroll-md {
    overflow: scroll;
  }

  .overflow-auto-md {
    overflow: auto;
  }

  .overflow-x-visible-md {
    overflow-x: visible;
  }

  .overflow-x-hidden-md {
    overflow-x: hidden;
  }

  .overflow-x-scroll-md {
    overflow-x: scroll;
  }

  .overflow-x-auto-md {
    overflow-x: auto;
  }

  .overflow-y-visible-md {
    overflow-y: visible;
  }

  .overflow-y-hidden-md {
    overflow-y: hidden;
  }

  .overflow-y-scroll-md {
    overflow-y: scroll;
  }

  .overflow-y-auto-md {
    overflow-y: auto;
  }
}
@media screen and (min-width: 992px) {
  .overflow-visible-lg {
    overflow: visible;
  }

  .overflow-hidden-lg {
    overflow: hidden;
  }

  .overflow-scroll-lg {
    overflow: scroll;
  }

  .overflow-auto-lg {
    overflow: auto;
  }

  .overflow-x-visible-lg {
    overflow-x: visible;
  }

  .overflow-x-hidden-lg {
    overflow-x: hidden;
  }

  .overflow-x-scroll-lg {
    overflow-x: scroll;
  }

  .overflow-x-auto-lg {
    overflow-x: auto;
  }

  .overflow-y-visible-lg {
    overflow-y: visible;
  }

  .overflow-y-hidden-lg {
    overflow-y: hidden;
  }

  .overflow-y-scroll-lg {
    overflow-y: scroll;
  }

  .overflow-y-auto-lg {
    overflow-y: auto;
  }
}
@media screen and (min-width: 1200px) {
  .overflow-visible-xl {
    overflow: visible;
  }

  .overflow-hidden-xl {
    overflow: hidden;
  }

  .overflow-scroll-xl {
    overflow: scroll;
  }

  .overflow-auto-xl {
    overflow: auto;
  }

  .overflow-x-visible-xl {
    overflow-x: visible;
  }

  .overflow-x-hidden-xl {
    overflow-x: hidden;
  }

  .overflow-x-scroll-xl {
    overflow-x: scroll;
  }

  .overflow-x-auto-xl {
    overflow-x: auto;
  }

  .overflow-y-visible-xl {
    overflow-y: visible;
  }

  .overflow-y-hidden-xl {
    overflow-y: hidden;
  }

  .overflow-y-scroll-xl {
    overflow-y: scroll;
  }

  .overflow-y-auto-xl {
    overflow-y: auto;
  }
}
/*

   POSITIONING
   Docs: http://tachyons.io/docs/layout/position/

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
.static {
  position: static;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

@media screen and (max-width: 480px) {
  .static-xs {
    position: static;
  }

  .relative-xs {
    position: relative;
  }

  .absolute-xs {
    position: absolute;
  }

  .fixed-xs {
    position: fixed;
  }
}
@media screen and (min-width: 480px) {
  .static-sm {
    position: static;
  }

  .relative-sm {
    position: relative;
  }

  .absolute-sm {
    position: absolute;
  }

  .fixed-sm {
    position: fixed;
  }
}
@media screen and (min-width: 768px) {
  .static-md {
    position: static;
  }

  .relative-md {
    position: relative;
  }

  .absolute-md {
    position: absolute;
  }

  .fixed-md {
    position: fixed;
  }
}
@media screen and (min-width: 992px) {
  .static-lg {
    position: static;
  }

  .relative-lg {
    position: relative;
  }

  .absolute-lg {
    position: absolute;
  }

  .fixed-lg {
    position: fixed;
  }
}
@media screen and (min-width: 1200px) {
  .static-xl {
    position: static;
  }

  .relative-xl {
    position: relative;
  }

  .absolute-xl {
    position: absolute;
  }

  .fixed-xl {
    position: fixed;
  }
}
/*

    OPACITY
    Docs: http://tachyons.io/docs/themes/opacity/

*/
.o-100 {
  opacity: 1;
}

.o-90 {
  opacity: .9;
}

.o-80 {
  opacity: .8;
}

.o-70 {
  opacity: .7;
}

.o-60 {
  opacity: .6;
}

.o-50 {
  opacity: .5;
}

.o-40 {
  opacity: .4;
}

.o-30 {
  opacity: .3;
}

.o-20 {
  opacity: .2;
}

.o-10 {
  opacity: .1;
}

.o-05 {
  opacity: .05;
}

.o-025 {
  opacity: .025;
}

.o-0 {
  opacity: 0;
}

@media screen and (max-width: 480px) {
  .o-100-xs {
    opacity: 1;
  }

  .o-90-xs {
    opacity: .9;
  }

  .o-80-xs {
    opacity: .8;
  }

  .o-70-xs {
    opacity: .7;
  }

  .o-60-xs {
    opacity: .6;
  }

  .o-50-xs {
    opacity: .5;
  }

  .o-40-xs {
    opacity: .4;
  }

  .o-30-xs {
    opacity: .3;
  }

  .o-20-xs {
    opacity: .2;
  }

  .o-10-xs {
    opacity: .1;
  }

  .o-05-xs {
    opacity: .05;
  }

  .o-025-xs {
    opacity: .025;
  }

  .o-0-xs {
    opacity: 0;
  }
}
@media screen and (min-width: 480px) {
  .o-100-sm {
    opacity: 1;
  }

  .o-90-sm {
    opacity: .9;
  }

  .o-80-sm {
    opacity: .8;
  }

  .o-70-sm {
    opacity: .7;
  }

  .o-60-sm {
    opacity: .6;
  }

  .o-50-sm {
    opacity: .5;
  }

  .o-40-sm {
    opacity: .4;
  }

  .o-30-sm {
    opacity: .3;
  }

  .o-20-sm {
    opacity: .2;
  }

  .o-10-sm {
    opacity: .1;
  }

  .o-05-sm {
    opacity: .05;
  }

  .o-025-sm {
    opacity: .025;
  }

  .o-0-sm {
    opacity: 0;
  }
}
@media screen and (min-width: 768px) {
  .o-100-md {
    opacity: 1;
  }

  .o-90-md {
    opacity: .9;
  }

  .o-80-md {
    opacity: .8;
  }

  .o-70-md {
    opacity: .7;
  }

  .o-60-md {
    opacity: .6;
  }

  .o-50-md {
    opacity: .5;
  }

  .o-40-md {
    opacity: .4;
  }

  .o-30-md {
    opacity: .3;
  }

  .o-20-md {
    opacity: .2;
  }

  .o-10-md {
    opacity: .1;
  }

  .o-05-md {
    opacity: .05;
  }

  .o-025-md {
    opacity: .025;
  }

  .o-0-md {
    opacity: 0;
  }
}
@media screen and (min-width: 992px) {
  .o-100-lg {
    opacity: 1;
  }

  .o-90-lg {
    opacity: .9;
  }

  .o-80-lg {
    opacity: .8;
  }

  .o-70-lg {
    opacity: .7;
  }

  .o-60-lg {
    opacity: .6;
  }

  .o-50-lg {
    opacity: .5;
  }

  .o-40-lg {
    opacity: .4;
  }

  .o-30-lg {
    opacity: .3;
  }

  .o-20-lg {
    opacity: .2;
  }

  .o-10-lg {
    opacity: .1;
  }

  .o-05-lg {
    opacity: .05;
  }

  .o-025-lg {
    opacity: .025;
  }

  .o-0-lg {
    opacity: 0;
  }
}
@media screen and (min-width: 1200px) {
  .o-100-xl {
    opacity: 1;
  }

  .o-90-xl {
    opacity: .9;
  }

  .o-80-xl {
    opacity: .8;
  }

  .o-70-xl {
    opacity: .7;
  }

  .o-60-xl {
    opacity: .6;
  }

  .o-50-xl {
    opacity: .5;
  }

  .o-40-xl {
    opacity: .4;
  }

  .o-30-xl {
    opacity: .3;
  }

  .o-20-xl {
    opacity: .2;
  }

  .o-10-xl {
    opacity: .1;
  }

  .o-05-xl {
    opacity: .05;
  }

  .o-025-xl {
    opacity: .025;
  }

  .o-0-xl {
    opacity: 0;
  }
}
/*

   ROTATIONS

*/
.rotate-45 {
  transform: rotate(45deg);
}

.rotate-90 {
  transform: rotate(90deg);
}

.rotate-135 {
  transform: rotate(135deg);
}

.rotate-180 {
  transform: rotate(180deg);
}

.rotate-225 {
  transform: rotate(225deg);
}

.rotate-270 {
  transform: rotate(270deg);
}

.rotate-315 {
  transform: rotate(315deg);
}

@media screen and (max-width: 480px) {
  .rotate-45-xs {
    transform: rotate(45deg);
  }

  .rotate-90-xs {
    transform: rotate(90deg);
  }

  .rotate-135-xs {
    transform: rotate(135deg);
  }

  .rotate-180-xs {
    transform: rotate(180deg);
  }

  .rotate-225-xs {
    transform: rotate(225deg);
  }

  .rotate-270-xs {
    transform: rotate(270deg);
  }

  .rotate-315-xs {
    transform: rotate(315deg);
  }
}
@media screen and (min-width: 480px) {
  .rotate-45-sm {
    transform: rotate(45deg);
  }

  .rotate-90-sm {
    transform: rotate(90deg);
  }

  .rotate-135-sm {
    transform: rotate(135deg);
  }

  .rotate-180-sm {
    transform: rotate(180deg);
  }

  .rotate-225-sm {
    transform: rotate(225deg);
  }

  .rotate-270-sm {
    transform: rotate(270deg);
  }

  .rotate-315-sm {
    transform: rotate(315deg);
  }
}
@media screen and (min-width: 768px) {
  .rotate-45-md {
    transform: rotate(45deg);
  }

  .rotate-90-md {
    transform: rotate(90deg);
  }

  .rotate-135-md {
    transform: rotate(135deg);
  }

  .rotate-180-md {
    transform: rotate(180deg);
  }

  .rotate-225-md {
    transform: rotate(225deg);
  }

  .rotate-270-md {
    transform: rotate(270deg);
  }

  .rotate-315-md {
    transform: rotate(315deg);
  }
}
@media screen and (min-width: 992px) {
  .rotate-45-lg {
    transform: rotate(45deg);
  }

  .rotate-90-lg {
    transform: rotate(90deg);
  }

  .rotate-135-lg {
    transform: rotate(135deg);
  }

  .rotate-180-lg {
    transform: rotate(180deg);
  }

  .rotate-225-lg {
    transform: rotate(225deg);
  }

  .rotate-270-lg {
    transform: rotate(270deg);
  }

  .rotate-315-lg {
    transform: rotate(315deg);
  }
}
@media screen and (min-width: 1200px) {
  .rotate-45-xl {
    transform: rotate(45deg);
  }

  .rotate-90-xl {
    transform: rotate(90deg);
  }

  .rotate-135-xl {
    transform: rotate(135deg);
  }

  .rotate-180-xl {
    transform: rotate(180deg);
  }

  .rotate-225-xl {
    transform: rotate(225deg);
  }

  .rotate-270-xl {
    transform: rotate(270deg);
  }

  .rotate-315-xl {
    transform: rotate(315deg);
  }
}
/*

   SKINS
   Docs: http://tachyons.io/docs/themes/skins/

   Classes for setting foreground and background colors on elements.
   If you haven't declared a border color, but set border on an element, it will 
   be set to the current text color. 

*/
/* Text colors */
.black-90 {
  color: rgba(0, 0, 0, 0.9);
}

.black-80 {
  color: rgba(0, 0, 0, 0.8);
}

.black-70 {
  color: rgba(0, 0, 0, 0.7);
}

.black-60 {
  color: rgba(0, 0, 0, 0.6);
}

.black-50 {
  color: rgba(0, 0, 0, 0.5);
}

.black-40 {
  color: rgba(0, 0, 0, 0.4);
}

.black-30 {
  color: rgba(0, 0, 0, 0.3);
}

.black-20 {
  color: rgba(0, 0, 0, 0.2);
}

.black-10 {
  color: rgba(0, 0, 0, 0.1);
}

.black-05 {
  color: rgba(0, 0, 0, 0.05);
}

.white-90 {
  color: rgba(255, 255, 255, 0.9);
}

.white-80 {
  color: rgba(255, 255, 255, 0.8);
}

.white-70 {
  color: rgba(255, 255, 255, 0.7);
}

.white-60 {
  color: rgba(255, 255, 255, 0.6);
}

.white-50 {
  color: rgba(255, 255, 255, 0.5);
}

.white-40 {
  color: rgba(255, 255, 255, 0.4);
}

.white-30 {
  color: rgba(255, 255, 255, 0.3);
}

.white-20 {
  color: rgba(255, 255, 255, 0.2);
}

.white-10 {
  color: rgba(255, 255, 255, 0.1);
}

.black {
  color: #000;
}

.near-black {
  color: #111;
}

.dark-gray {
  color: #333;
}

.mid-gray {
  color: #555;
}

.gray {
  color: #555555;
}

.silver {
  color: #999;
}

.light-silver {
  color: #aaa;
}

.moon-gray {
  color: #ccc;
}

.light-gray {
  color: #eee;
}

.near-white {
  color: #f4f4f4;
}

.white {
  color: #fff;
}

.dark-red {
  color: #e7040f;
}

.red {
  color: #ff4136;
}

.light-red {
  color: #ff725c;
}

.orange {
  color: #ff6300;
}

.gold {
  color: #ffb700;
}

.yellow {
  color: #ffd700;
}

.light-yellow {
  color: #fbf1a9;
}

.purple {
  color: #5e2ca5;
}

.light-purple {
  color: #a463f2;
}

.dark-pink {
  color: #d5008f;
}

.hot-pink {
  color: #ff41b4;
}

.pink {
  color: #ff80cc;
}

.light-pink {
  color: #ffa3d7;
}

.dark-green {
  color: #137752;
}

.green {
  color: #19a974;
}

.light-green {
  color: #9eebcf;
}

.navy {
  color: #001b44;
}

.dark-blue {
  color: #00449e;
}

.blue {
  color: #357edd;
}

.light-blue {
  color: #96ccff;
}

.lightest-blue {
  color: #cdecff;
}

.washed-blue {
  color: #f6fffe;
}

.washed-green {
  color: #e8fdf5;
}

.washed-yellow {
  color: #fffceb;
}

.washed-red {
  color: #ffdfdf;
}

.color-inherit {
  color: inherit;
}

.bg-black-90 {
  background-color: rgba(0, 0, 0, 0.9);
}

.bg-black-80 {
  background-color: rgba(0, 0, 0, 0.8);
}

.bg-black-70 {
  background-color: rgba(0, 0, 0, 0.7);
}

.bg-black-60 {
  background-color: rgba(0, 0, 0, 0.6);
}

.bg-black-50 {
  background-color: rgba(0, 0, 0, 0.5);
}

.bg-black-40 {
  background-color: rgba(0, 0, 0, 0.4);
}

.bg-black-30 {
  background-color: rgba(0, 0, 0, 0.3);
}

.bg-black-20 {
  background-color: rgba(0, 0, 0, 0.2);
}

.bg-black-10 {
  background-color: rgba(0, 0, 0, 0.1);
}

.bg-black-05 {
  background-color: rgba(0, 0, 0, 0.05);
}

.bg-white-90 {
  background-color: rgba(255, 255, 255, 0.9);
}

.bg-white-80 {
  background-color: rgba(255, 255, 255, 0.8);
}

.bg-white-70 {
  background-color: rgba(255, 255, 255, 0.7);
}

.bg-white-60 {
  background-color: rgba(255, 255, 255, 0.6);
}

.bg-white-50 {
  background-color: rgba(255, 255, 255, 0.5);
}

.bg-white-40 {
  background-color: rgba(255, 255, 255, 0.4);
}

.bg-white-30 {
  background-color: rgba(255, 255, 255, 0.3);
}

.bg-white-20 {
  background-color: rgba(255, 255, 255, 0.2);
}

.bg-white-10 {
  background-color: rgba(255, 255, 255, 0.1);
}

/* Background colors */
.bg-black {
  background-color: #000;
}

.bg-near-black {
  background-color: #111;
}

.bg-dark-gray {
  background-color: #333;
}

.bg-mid-gray {
  background-color: #555;
}

.bg-gray {
  background-color: #555555;
}

.bg-silver {
  background-color: #999;
}

.bg-light-silver {
  background-color: #aaa;
}

.bg-moon-gray {
  background-color: #ccc;
}

.bg-light-gray {
  background-color: #eee;
}

.bg-near-white {
  background-color: #f4f4f4;
}

.bg-white {
  background-color: #fff;
}

.bg-transparent {
  background-color: transparent;
}

.bg-dark-red {
  background-color: #e7040f;
}

.bg-red {
  background-color: #ff4136;
}

.bg-light-red {
  background-color: #ff725c;
}

.bg-orange {
  background-color: #ff6300;
}

.bg-gold {
  background-color: #ffb700;
}

.bg-yellow {
  background-color: #ffd700;
}

.bg-light-yellow {
  background-color: #fbf1a9;
}

.bg-purple {
  background-color: #5e2ca5;
}

.bg-light-purple {
  background-color: #a463f2;
}

.bg-dark-pink {
  background-color: #d5008f;
}

.bg-hot-pink {
  background-color: #ff41b4;
}

.bg-pink {
  background-color: #ff80cc;
}

.bg-light-pink {
  background-color: #ffa3d7;
}

.bg-dark-green {
  background-color: #137752;
}

.bg-green {
  background-color: #19a974;
}

.bg-light-green {
  background-color: #9eebcf;
}

.bg-navy {
  background-color: #001b44;
}

.bg-dark-blue {
  background-color: #00449e;
}

.bg-blue {
  background-color: #357edd;
}

.bg-light-blue {
  background-color: #96ccff;
}

.bg-lightest-blue {
  background-color: #cdecff;
}

.bg-washed-blue {
  background-color: #f6fffe;
}

.bg-washed-green {
  background-color: #e8fdf5;
}

.bg-washed-yellow {
  background-color: #fffceb;
}

.bg-washed-red {
  background-color: #ffdfdf;
}

.bg-inherit {
  background-color: inherit;
}

/* 
  
   SKINS:PSEUDO

   Customize the color of an element when
   it is focused or hovered over.
 
 */
.hover-black:hover,
.hover-black:focus {
  color: #000;
}

.hover-near-black:hover,
.hover-near-black:focus {
  color: #111;
}

.hover-dark-gray:hover,
.hover-dark-gray:focus {
  color: #333;
}

.hover-mid-gray:hover,
.hover-mid-gray:focus {
  color: #555;
}

.hover-gray:hover,
.hover-gray:focus {
  color: #555555;
}

.hover-silver:hover,
.hover-silver:focus {
  color: #999;
}

.hover-light-silver:hover,
.hover-light-silver:focus {
  color: #aaa;
}

.hover-moon-gray:hover,
.hover-moon-gray:focus {
  color: #ccc;
}

.hover-light-gray:hover,
.hover-light-gray:focus {
  color: #eee;
}

.hover-near-white:hover,
.hover-near-white:focus {
  color: #f4f4f4;
}

.hover-white:hover,
.hover-white:focus {
  color: #fff;
}

.hover-black-90:hover,
.hover-black-90:focus {
  color: rgba(0, 0, 0, 0.9);
}

.hover-black-80:hover,
.hover-black-80:focus {
  color: rgba(0, 0, 0, 0.8);
}

.hover-black-70:hover,
.hover-black-70:focus {
  color: rgba(0, 0, 0, 0.7);
}

.hover-black-60:hover,
.hover-black-60:focus {
  color: rgba(0, 0, 0, 0.6);
}

.hover-black-50:hover,
.hover-black-50:focus {
  color: rgba(0, 0, 0, 0.5);
}

.hover-black-40:hover,
.hover-black-40:focus {
  color: rgba(0, 0, 0, 0.4);
}

.hover-black-30:hover,
.hover-black-30:focus {
  color: rgba(0, 0, 0, 0.3);
}

.hover-black-20:hover,
.hover-black-20:focus {
  color: rgba(0, 0, 0, 0.2);
}

.hover-black-10:hover,
.hover-black-10:focus {
  color: rgba(0, 0, 0, 0.1);
}

.hover-white-90:hover,
.hover-white-90:focus {
  color: rgba(255, 255, 255, 0.9);
}

.hover-white-80:hover,
.hover-white-80:focus {
  color: rgba(255, 255, 255, 0.8);
}

.hover-white-70:hover,
.hover-white-70:focus {
  color: rgba(255, 255, 255, 0.7);
}

.hover-white-60:hover,
.hover-white-60:focus {
  color: rgba(255, 255, 255, 0.6);
}

.hover-white-50:hover,
.hover-white-50:focus {
  color: rgba(255, 255, 255, 0.5);
}

.hover-white-40:hover,
.hover-white-40:focus {
  color: rgba(255, 255, 255, 0.4);
}

.hover-white-30:hover,
.hover-white-30:focus {
  color: rgba(255, 255, 255, 0.3);
}

.hover-white-20:hover,
.hover-white-20:focus {
  color: rgba(255, 255, 255, 0.2);
}

.hover-white-10:hover,
.hover-white-10:focus {
  color: rgba(255, 255, 255, 0.1);
}

.hover-inherit:hover,
.hover-inherit:focus {
  color: inherit;
}

.hover-bg-black:hover,
.hover-bg-black:focus {
  background-color: #000;
}

.hover-bg-near-black:hover,
.hover-bg-near-black:focus {
  background-color: #111;
}

.hover-bg-dark-gray:hover,
.hover-bg-dark-gray:focus {
  background-color: #333;
}

.hover-bg-dark-gray:focus,
.hover-bg-mid-gray:hover {
  background-color: #555;
}

.hover-bg-gray:hover,
.hover-bg-gray:focus {
  background-color: #555555;
}

.hover-bg-silver:hover,
.hover-bg-silver:focus {
  background-color: #999;
}

.hover-bg-light-silver:hover,
.hover-bg-light-silver:focus {
  background-color: #aaa;
}

.hover-bg-moon-gray:hover,
.hover-bg-moon-gray:focus {
  background-color: #ccc;
}

.hover-bg-light-gray:hover,
.hover-bg-light-gray:focus {
  background-color: #eee;
}

.hover-bg-near-white:hover,
.hover-bg-near-white:focus {
  background-color: #f4f4f4;
}

.hover-bg-white:hover,
.hover-bg-white:focus {
  background-color: #fff;
}

.hover-bg-transparent:hover,
.hover-bg-transparent:focus {
  background-color: transparent;
}

.hover-bg-black-90:hover,
.hover-bg-black-90:focus {
  background-color: rgba(0, 0, 0, 0.9);
}

.hover-bg-black-80:hover,
.hover-bg-black-80:focus {
  background-color: rgba(0, 0, 0, 0.8);
}

.hover-bg-black-70:hover,
.hover-bg-black-70:focus {
  background-color: rgba(0, 0, 0, 0.7);
}

.hover-bg-black-60:hover,
.hover-bg-black-60:focus {
  background-color: rgba(0, 0, 0, 0.6);
}

.hover-bg-black-50:hover,
.hover-bg-black-50:focus {
  background-color: rgba(0, 0, 0, 0.5);
}

.hover-bg-black-40:hover,
.hover-bg-black-40:focus {
  background-color: rgba(0, 0, 0, 0.4);
}

.hover-bg-black-30:hover,
.hover-bg-black-30:focus {
  background-color: rgba(0, 0, 0, 0.3);
}

.hover-bg-black-20:hover,
.hover-bg-black-20:focus {
  background-color: rgba(0, 0, 0, 0.2);
}

.hover-bg-black-10:hover,
.hover-bg-black-10:focus {
  background-color: rgba(0, 0, 0, 0.1);
}

.hover-bg-white-90:hover,
.hover-bg-white-90:focus {
  background-color: rgba(255, 255, 255, 0.9);
}

.hover-bg-white-80:hover,
.hover-bg-white-80:focus {
  background-color: rgba(255, 255, 255, 0.8);
}

.hover-bg-white-70:hover,
.hover-bg-white-70:focus {
  background-color: rgba(255, 255, 255, 0.7);
}

.hover-bg-white-60:hover,
.hover-bg-white-60:focus {
  background-color: rgba(255, 255, 255, 0.6);
}

.hover-bg-white-50:hover,
.hover-bg-white-50:focus {
  background-color: rgba(255, 255, 255, 0.5);
}

.hover-bg-white-40:hover,
.hover-bg-white-40:focus {
  background-color: rgba(255, 255, 255, 0.4);
}

.hover-bg-white-30:hover,
.hover-bg-white-30:focus {
  background-color: rgba(255, 255, 255, 0.3);
}

.hover-bg-white-20:hover,
.hover-bg-white-20:focus {
  background-color: rgba(255, 255, 255, 0.2);
}

.hover-bg-white-10:hover,
.hover-bg-white-10:focus {
  background-color: rgba(255, 255, 255, 0.1);
}

.hover-dark-red:hover,
.hover-dark-red:focus {
  color: #e7040f;
}

.hover-red:hover,
.hover-red:focus {
  color: #ff4136;
}

.hover-light-red:hover,
.hover-light-red:focus {
  color: #ff725c;
}

.hover-orange:hover,
.hover-orange:focus {
  color: #ff6300;
}

.hover-gold:hover,
.hover-gold:focus {
  color: #ffb700;
}

.hover-yellow:hover,
.hover-yellow:focus {
  color: #ffd700;
}

.hover-light-yellow:hover,
.hover-light-yellow:focus {
  color: #fbf1a9;
}

.hover-purple:hover,
.hover-purple:focus {
  color: #5e2ca5;
}

.hover-light-purple:hover,
.hover-light-purple:focus {
  color: #a463f2;
}

.hover-dark-pink:hover,
.hover-dark-pink:focus {
  color: #d5008f;
}

.hover-hot-pink:hover,
.hover-hot-pink:focus {
  color: #ff41b4;
}

.hover-pink:hover,
.hover-pink:focus {
  color: #ff80cc;
}

.hover-light-pink:hover,
.hover-light-pink:focus {
  color: #ffa3d7;
}

.hover-dark-green:hover,
.hover-dark-green:focus {
  color: #137752;
}

.hover-green:hover,
.hover-green:focus {
  color: #19a974;
}

.hover-light-green:hover,
.hover-light-green:focus {
  color: #9eebcf;
}

.hover-navy:hover,
.hover-navy:focus {
  color: #001b44;
}

.hover-dark-blue:hover,
.hover-dark-blue:focus {
  color: #00449e;
}

.hover-blue:hover,
.hover-blue:focus {
  color: #357edd;
}

.hover-light-blue:hover,
.hover-light-blue:focus {
  color: #96ccff;
}

.hover-lightest-blue:hover,
.hover-lightest-blue:focus {
  color: #cdecff;
}

.hover-washed-blue:hover,
.hover-washed-blue:focus {
  color: #f6fffe;
}

.hover-washed-green:hover,
.hover-washed-green:focus {
  color: #e8fdf5;
}

.hover-washed-yellow:hover,
.hover-washed-yellow:focus {
  color: #fffceb;
}

.hover-washed-red:hover,
.hover-washed-red:focus {
  color: #ffdfdf;
}

.hover-bg-dark-red:hover,
.hover-bg-dark-red:focus {
  background-color: #e7040f;
}

.hover-bg-red:hover,
.hover-bg-red:focus {
  background-color: #ff4136;
}

.hover-bg-light-red:hover,
.hover-bg-light-red:focus {
  background-color: #ff725c;
}

.hover-bg-orange:hover,
.hover-bg-orange:focus {
  background-color: #ff6300;
}

.hover-bg-gold:hover,
.hover-bg-gold:focus {
  background-color: #ffb700;
}

.hover-bg-yellow:hover,
.hover-bg-yellow:focus {
  background-color: #ffd700;
}

.hover-bg-light-yellow:hover,
.hover-bg-light-yellow:focus {
  background-color: #fbf1a9;
}

.hover-bg-purple:hover,
.hover-bg-purple:focus {
  background-color: #5e2ca5;
}

.hover-bg-light-purple:hover,
.hover-bg-light-purple:focus {
  background-color: #a463f2;
}

.hover-bg-dark-pink:hover,
.hover-bg-dark-pink:focus {
  background-color: #d5008f;
}

.hover-bg-hot-pink:hover,
.hover-bg-hot-pink:focus {
  background-color: #ff41b4;
}

.hover-bg-pink:hover,
.hover-bg-pink:focus {
  background-color: #ff80cc;
}

.hover-bg-light-pink:hover,
.hover-bg-light-pink:focus {
  background-color: #ffa3d7;
}

.hover-bg-dark-green:hover,
.hover-bg-dark-green:focus {
  background-color: #137752;
}

.hover-bg-green:hover,
.hover-bg-green:focus {
  background-color: #19a974;
}

.hover-bg-light-green:hover,
.hover-bg-light-green:focus {
  background-color: #9eebcf;
}

.hover-bg-navy:hover,
.hover-bg-navy:focus {
  background-color: #001b44;
}

.hover-bg-dark-blue:hover,
.hover-bg-dark-blue:focus {
  background-color: #00449e;
}

.hover-bg-blue:hover,
.hover-bg-blue:focus {
  background-color: #357edd;
}

.hover-bg-light-blue:hover,
.hover-bg-light-blue:focus {
  background-color: #96ccff;
}

.hover-bg-lightest-blue:hover,
.hover-bg-lightest-blue:focus {
  background-color: #cdecff;
}

.hover-bg-washed-blue:hover,
.hover-bg-washed-blue:focus {
  background-color: #f6fffe;
}

.hover-bg-washed-green:hover,
.hover-bg-washed-green:focus {
  background-color: #e8fdf5;
}

.hover-bg-washed-yellow:hover,
.hover-bg-washed-yellow:focus {
  background-color: #fffceb;
}

.hover-bg-washed-red:hover,
.hover-bg-washed-red:focus {
  background-color: #ffdfdf;
}

.hover-bg-inherit:hover,
.hover-bg-inherit:focus {
  background-color: inherit;
}

/* Variables */
/*
   SPACING
   Docs: http://tachyons.io/docs/layout/spacing/

   An eight step powers of two scale ranging from 0 to 16rem.

   Base:
     p = padding
     m = margin

   Modifiers:
     a = all
     h = horizontal
     v = vertical
     t = top
     r = right
     b = bottom
     l = left

     0 = none
     1 = 1st step in spacing scale
     2 = 2nd step in spacing scale
     3 = 3rd step in spacing scale
     4 = 4th step in spacing scale
     5 = 5th step in spacing scale
     6 = 6th step in spacing scale
     7 = 7th step in spacing scale

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
.pa0 {
  padding: 0;
}

.pa1 {
  padding: 0.25rem;
}

.pa2 {
  padding: 0.5rem;
}

.pa3 {
  padding: 1rem;
}

.pa4 {
  padding: 2rem;
}

.pa5 {
  padding: 4rem;
}

.pa6 {
  padding: 8rem;
}

.pa7 {
  padding: 16rem;
}

.pl0 {
  padding-left: 0;
}

.pl1 {
  padding-left: 0.25rem;
}

.pl2 {
  padding-left: 0.5rem;
}

.pl3 {
  padding-left: 1rem;
}

.pl4 {
  padding-left: 2rem;
}

.pl5 {
  padding-left: 4rem;
}

.pl6 {
  padding-left: 8rem;
}

.pl7 {
  padding-left: 16rem;
}

.pr0 {
  padding-right: 0;
}

.pr1 {
  padding-right: 0.25rem;
}

.pr2 {
  padding-right: 0.5rem;
}

.pr3 {
  padding-right: 1rem;
}

.pr4 {
  padding-right: 2rem;
}

.pr5 {
  padding-right: 4rem;
}

.pr6 {
  padding-right: 8rem;
}

.pr7 {
  padding-right: 16rem;
}

.pb0 {
  padding-bottom: 0;
}

.pb1 {
  padding-bottom: 0.25rem;
}

.pb2 {
  padding-bottom: 0.5rem;
}

.pb3 {
  padding-bottom: 1rem;
}

.pb4 {
  padding-bottom: 2rem;
}

.pb5 {
  padding-bottom: 4rem;
}

.pb6 {
  padding-bottom: 8rem;
}

.pb7 {
  padding-bottom: 16rem;
}

.pt0 {
  padding-top: 0;
}

.pt1 {
  padding-top: 0.25rem;
}

.pt2 {
  padding-top: 0.5rem;
}

.pt3 {
  padding-top: 1rem;
}

.pt4 {
  padding-top: 2rem;
}

.pt5 {
  padding-top: 4rem;
}

.pt6 {
  padding-top: 8rem;
}

.pt7 {
  padding-top: 16rem;
}

.pv0 {
  padding-top: 0;
  padding-bottom: 0;
}

.pv1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.pv2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.pv3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pv4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pv5 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.pv6 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.pv7 {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.ph0 {
  padding-left: 0;
  padding-right: 0;
}

.ph1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.ph2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.ph3 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.ph4 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.ph5 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.ph6 {
  padding-left: 8rem;
  padding-right: 8rem;
}

.ph7 {
  padding-left: 16rem;
  padding-right: 16rem;
}

.ma0 {
  margin: 0;
}

.ma1 {
  margin: 0.25rem;
}

.ma2 {
  margin: 0.5rem;
}

.ma3 {
  margin: 1rem;
}

.ma4 {
  margin: 2rem;
}

.ma5 {
  margin: 4rem;
}

.ma6 {
  margin: 8rem;
}

.ma7 {
  margin: 16rem;
}

.ml0 {
  margin-left: 0;
}

.ml1 {
  margin-left: 0.25rem;
}

.ml2 {
  margin-left: 0.5rem;
}

.ml3 {
  margin-left: 1rem;
}

.ml4 {
  margin-left: 2rem;
}

.ml5 {
  margin-left: 4rem;
}

.ml6 {
  margin-left: 8rem;
}

.ml7 {
  margin-left: 16rem;
}

.mr0 {
  margin-right: 0;
}

.mr1 {
  margin-right: 0.25rem;
}

.mr2 {
  margin-right: 0.5rem;
}

.mr3 {
  margin-right: 1rem;
}

.mr4 {
  margin-right: 2rem;
}

.mr5 {
  margin-right: 4rem;
}

.mr6 {
  margin-right: 8rem;
}

.mr7 {
  margin-right: 16rem;
}

.mb0 {
  margin-bottom: 0;
}

.mb1 {
  margin-bottom: 0.25rem;
}

.mb2 {
  margin-bottom: 0.5rem;
}

.mb3 {
  margin-bottom: 1rem;
}

.mb4 {
  margin-bottom: 2rem;
}

.mb5 {
  margin-bottom: 4rem;
}

.mb6 {
  margin-bottom: 8rem;
}

.mb7 {
  margin-bottom: 16rem;
}

.mt0 {
  margin-top: 0;
}

.mt1 {
  margin-top: 0.25rem;
}

.mt2 {
  margin-top: 0.5rem;
}

.mt3 {
  margin-top: 1rem;
}

.mt4 {
  margin-top: 2rem;
}

.mt5 {
  margin-top: 4rem;
}

.mt6 {
  margin-top: 8rem;
}

.mt7 {
  margin-top: 16rem;
}

.mv0 {
  margin-top: 0;
  margin-bottom: 0;
}

.mv1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.mv2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.mv3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mv4 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mv5 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.mv6 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.mv7 {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.mh0 {
  margin-left: 0;
  margin-right: 0;
}

.mh1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mh2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mh3 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mh4 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.mh5 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.mh6 {
  margin-left: 8rem;
  margin-right: 8rem;
}

.mh7 {
  margin-left: 16rem;
  margin-right: 16rem;
}

@media screen and (max-width: 480px) {
  .pa0-xs {
    padding: 0;
  }

  .pa1-xs {
    padding: 0.25rem;
  }

  .pa2-xs {
    padding: 0.5rem;
  }

  .pa3-xs {
    padding: 1rem;
  }

  .pa4-xs {
    padding: 2rem;
  }

  .pa5-xs {
    padding: 4rem;
  }

  .pa6-xs {
    padding: 8rem;
  }

  .pa7-xs {
    padding: 16rem;
  }

  .pl0-xs {
    padding-left: 0;
  }

  .pl1-xs {
    padding-left: 0.25rem;
  }

  .pl2-xs {
    padding-left: 0.5rem;
  }

  .pl3-xs {
    padding-left: 1rem;
  }

  .pl4-xs {
    padding-left: 2rem;
  }

  .pl5-xs {
    padding-left: 4rem;
  }

  .pl6-xs {
    padding-left: 8rem;
  }

  .pl7-xs {
    padding-left: 16rem;
  }

  .pr0-xs {
    padding-right: 0;
  }

  .pr1-xs {
    padding-right: 0.25rem;
  }

  .pr2-xs {
    padding-right: 0.5rem;
  }

  .pr3-xs {
    padding-right: 1rem;
  }

  .pr4-xs {
    padding-right: 2rem;
  }

  .pr5-xs {
    padding-right: 4rem;
  }

  .pr6-xs {
    padding-right: 8rem;
  }

  .pr7-xs {
    padding-right: 16rem;
  }

  .pb0-xs {
    padding-bottom: 0;
  }

  .pb1-xs {
    padding-bottom: 0.25rem;
  }

  .pb2-xs {
    padding-bottom: 0.5rem;
  }

  .pb3-xs {
    padding-bottom: 1rem;
  }

  .pb4-xs {
    padding-bottom: 2rem;
  }

  .pb5-xs {
    padding-bottom: 4rem;
  }

  .pb6-xs {
    padding-bottom: 8rem;
  }

  .pb7-xs {
    padding-bottom: 16rem;
  }

  .pt0-xs {
    padding-top: 0;
  }

  .pt1-xs {
    padding-top: 0.25rem;
  }

  .pt2-xs {
    padding-top: 0.5rem;
  }

  .pt3-xs {
    padding-top: 1rem;
  }

  .pt4-xs {
    padding-top: 2rem;
  }

  .pt5-xs {
    padding-top: 4rem;
  }

  .pt6-xs {
    padding-top: 8rem;
  }

  .pt7-xs {
    padding-top: 16rem;
  }

  .pv0-xs {
    padding-top: 0;
    padding-bottom: 0;
  }

  .pv1-xs {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .pv2-xs {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .pv3-xs {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .pv4-xs {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .pv5-xs {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .pv6-xs {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .pv7-xs {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .ph0-xs {
    padding-left: 0;
    padding-right: 0;
  }

  .ph1-xs {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .ph2-xs {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .ph3-xs {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .ph4-xs {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .ph5-xs {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .ph6-xs {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .ph7-xs {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .ma0-xs {
    margin: 0;
  }

  .ma1-xs {
    margin: 0.25rem;
  }

  .ma2-xs {
    margin: 0.5rem;
  }

  .ma3-xs {
    margin: 1rem;
  }

  .ma4-xs {
    margin: 2rem;
  }

  .ma5-xs {
    margin: 4rem;
  }

  .ma6-xs {
    margin: 8rem;
  }

  .ma7-xs {
    margin: 16rem;
  }

  .ml0-xs {
    margin-left: 0;
  }

  .ml1-xs {
    margin-left: 0.25rem;
  }

  .ml2-xs {
    margin-left: 0.5rem;
  }

  .ml3-xs {
    margin-left: 1rem;
  }

  .ml4-xs {
    margin-left: 2rem;
  }

  .ml5-xs {
    margin-left: 4rem;
  }

  .ml6-xs {
    margin-left: 8rem;
  }

  .ml7-xs {
    margin-left: 16rem;
  }

  .mr0-xs {
    margin-right: 0;
  }

  .mr1-xs {
    margin-right: 0.25rem;
  }

  .mr2-xs {
    margin-right: 0.5rem;
  }

  .mr3-xs {
    margin-right: 1rem;
  }

  .mr4-xs {
    margin-right: 2rem;
  }

  .mr5-xs {
    margin-right: 4rem;
  }

  .mr6-xs {
    margin-right: 8rem;
  }

  .mr7-xs {
    margin-right: 16rem;
  }

  .mb0-xs {
    margin-bottom: 0;
  }

  .mb1-xs {
    margin-bottom: 0.25rem;
  }

  .mb2-xs {
    margin-bottom: 0.5rem;
  }

  .mb3-xs {
    margin-bottom: 1rem;
  }

  .mb4-xs {
    margin-bottom: 2rem;
  }

  .mb5-xs {
    margin-bottom: 4rem;
  }

  .mb6-xs {
    margin-bottom: 8rem;
  }

  .mb7-xs {
    margin-bottom: 16rem;
  }

  .mt0-xs {
    margin-top: 0;
  }

  .mt1-xs {
    margin-top: 0.25rem;
  }

  .mt2-xs {
    margin-top: 0.5rem;
  }

  .mt3-xs {
    margin-top: 1rem;
  }

  .mt4-xs {
    margin-top: 2rem;
  }

  .mt5-xs {
    margin-top: 4rem;
  }

  .mt6-xs {
    margin-top: 8rem;
  }

  .mt7-xs {
    margin-top: 16rem;
  }

  .mv0-xs {
    margin-top: 0;
    margin-bottom: 0;
  }

  .mv1-xs {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .mv2-xs {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .mv3-xs {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .mv4-xs {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .mv5-xs {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .mv6-xs {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .mv7-xs {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .mh0-xs {
    margin-left: 0;
    margin-right: 0;
  }

  .mh1-xs {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .mh2-xs {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .mh3-xs {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .mh4-xs {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .mh5-xs {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .mh6-xs {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .mh7-xs {
    margin-left: 16rem;
    margin-right: 16rem;
  }
}
@media screen and (min-width: 480px) {
  .pa0-sm {
    padding: 0;
  }

  .pa1-sm {
    padding: 0.25rem;
  }

  .pa2-sm {
    padding: 0.5rem;
  }

  .pa3-sm {
    padding: 1rem;
  }

  .pa4-sm {
    padding: 2rem;
  }

  .pa5-sm {
    padding: 4rem;
  }

  .pa6-sm {
    padding: 8rem;
  }

  .pa7-sm {
    padding: 16rem;
  }

  .pl0-sm {
    padding-left: 0;
  }

  .pl1-sm {
    padding-left: 0.25rem;
  }

  .pl2-sm {
    padding-left: 0.5rem;
  }

  .pl3-sm {
    padding-left: 1rem;
  }

  .pl4-sm {
    padding-left: 2rem;
  }

  .pl5-sm {
    padding-left: 4rem;
  }

  .pl6-sm {
    padding-left: 8rem;
  }

  .pl7-sm {
    padding-left: 16rem;
  }

  .pr0-sm {
    padding-right: 0;
  }

  .pr1-sm {
    padding-right: 0.25rem;
  }

  .pr2-sm {
    padding-right: 0.5rem;
  }

  .pr3-sm {
    padding-right: 1rem;
  }

  .pr4-sm {
    padding-right: 2rem;
  }

  .pr5-sm {
    padding-right: 4rem;
  }

  .pr6-sm {
    padding-right: 8rem;
  }

  .pr7-sm {
    padding-right: 16rem;
  }

  .pb0-sm {
    padding-bottom: 0;
  }

  .pb1-sm {
    padding-bottom: 0.25rem;
  }

  .pb2-sm {
    padding-bottom: 0.5rem;
  }

  .pb3-sm {
    padding-bottom: 1rem;
  }

  .pb4-sm {
    padding-bottom: 2rem;
  }

  .pb5-sm {
    padding-bottom: 4rem;
  }

  .pb6-sm {
    padding-bottom: 8rem;
  }

  .pb7-sm {
    padding-bottom: 16rem;
  }

  .pt0-sm {
    padding-top: 0;
  }

  .pt1-sm {
    padding-top: 0.25rem;
  }

  .pt2-sm {
    padding-top: 0.5rem;
  }

  .pt3-sm {
    padding-top: 1rem;
  }

  .pt4-sm {
    padding-top: 2rem;
  }

  .pt5-sm {
    padding-top: 4rem;
  }

  .pt6-sm {
    padding-top: 8rem;
  }

  .pt7-sm {
    padding-top: 16rem;
  }

  .pv0-sm {
    padding-top: 0;
    padding-bottom: 0;
  }

  .pv1-sm {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .pv2-sm {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .pv3-sm {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .pv4-sm {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .pv5-sm {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .pv6-sm {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .pv7-sm {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .ph0-sm {
    padding-left: 0;
    padding-right: 0;
  }

  .ph1-sm {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .ph2-sm {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .ph3-sm {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .ph4-sm {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .ph5-sm {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .ph6-sm {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .ph7-sm {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .ma0-sm {
    margin: 0;
  }

  .ma1-sm {
    margin: 0.25rem;
  }

  .ma2-sm {
    margin: 0.5rem;
  }

  .ma3-sm {
    margin: 1rem;
  }

  .ma4-sm {
    margin: 2rem;
  }

  .ma5-sm {
    margin: 4rem;
  }

  .ma6-sm {
    margin: 8rem;
  }

  .ma7-sm {
    margin: 16rem;
  }

  .ml0-sm {
    margin-left: 0;
  }

  .ml1-sm {
    margin-left: 0.25rem;
  }

  .ml2-sm {
    margin-left: 0.5rem;
  }

  .ml3-sm {
    margin-left: 1rem;
  }

  .ml4-sm {
    margin-left: 2rem;
  }

  .ml5-sm {
    margin-left: 4rem;
  }

  .ml6-sm {
    margin-left: 8rem;
  }

  .ml7-sm {
    margin-left: 16rem;
  }

  .mr0-sm {
    margin-right: 0;
  }

  .mr1-sm {
    margin-right: 0.25rem;
  }

  .mr2-sm {
    margin-right: 0.5rem;
  }

  .mr3-sm {
    margin-right: 1rem;
  }

  .mr4-sm {
    margin-right: 2rem;
  }

  .mr5-sm {
    margin-right: 4rem;
  }

  .mr6-sm {
    margin-right: 8rem;
  }

  .mr7-sm {
    margin-right: 16rem;
  }

  .mb0-sm {
    margin-bottom: 0;
  }

  .mb1-sm {
    margin-bottom: 0.25rem;
  }

  .mb2-sm {
    margin-bottom: 0.5rem;
  }

  .mb3-sm {
    margin-bottom: 1rem;
  }

  .mb4-sm {
    margin-bottom: 2rem;
  }

  .mb5-sm {
    margin-bottom: 4rem;
  }

  .mb6-sm {
    margin-bottom: 8rem;
  }

  .mb7-sm {
    margin-bottom: 16rem;
  }

  .mt0-sm {
    margin-top: 0;
  }

  .mt1-sm {
    margin-top: 0.25rem;
  }

  .mt2-sm {
    margin-top: 0.5rem;
  }

  .mt3-sm {
    margin-top: 1rem;
  }

  .mt4-sm {
    margin-top: 2rem;
  }

  .mt5-sm {
    margin-top: 4rem;
  }

  .mt6-sm {
    margin-top: 8rem;
  }

  .mt7-sm {
    margin-top: 16rem;
  }

  .mv0-sm {
    margin-top: 0;
    margin-bottom: 0;
  }

  .mv1-sm {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .mv2-sm {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .mv3-sm {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .mv4-sm {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .mv5-sm {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .mv6-sm {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .mv7-sm {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .mh0-sm {
    margin-left: 0;
    margin-right: 0;
  }

  .mh1-sm {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .mh2-sm {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .mh3-sm {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .mh4-sm {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .mh5-sm {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .mh6-sm {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .mh7-sm {
    margin-left: 16rem;
    margin-right: 16rem;
  }
}
@media screen and (min-width: 768px) {
  .pa0-md {
    padding: 0;
  }

  .pa1-md {
    padding: 0.25rem;
  }

  .pa2-md {
    padding: 0.5rem;
  }

  .pa3-md {
    padding: 1rem;
  }

  .pa4-md {
    padding: 2rem;
  }

  .pa5-md {
    padding: 4rem;
  }

  .pa6-md {
    padding: 8rem;
  }

  .pa7-md {
    padding: 16rem;
  }

  .pl0-md {
    padding-left: 0;
  }

  .pl1-md {
    padding-left: 0.25rem;
  }

  .pl2-md {
    padding-left: 0.5rem;
  }

  .pl3-md {
    padding-left: 1rem;
  }

  .pl4-md {
    padding-left: 2rem;
  }

  .pl5-md {
    padding-left: 4rem;
  }

  .pl6-md {
    padding-left: 8rem;
  }

  .pl7-md {
    padding-left: 16rem;
  }

  .pr0-md {
    padding-right: 0;
  }

  .pr1-md {
    padding-right: 0.25rem;
  }

  .pr2-md {
    padding-right: 0.5rem;
  }

  .pr3-md {
    padding-right: 1rem;
  }

  .pr4-md {
    padding-right: 2rem;
  }

  .pr5-md {
    padding-right: 4rem;
  }

  .pr6-md {
    padding-right: 8rem;
  }

  .pr7-md {
    padding-right: 16rem;
  }

  .pb0-md {
    padding-bottom: 0;
  }

  .pb1-md {
    padding-bottom: 0.25rem;
  }

  .pb2-md {
    padding-bottom: 0.5rem;
  }

  .pb3-md {
    padding-bottom: 1rem;
  }

  .pb4-md {
    padding-bottom: 2rem;
  }

  .pb5-md {
    padding-bottom: 4rem;
  }

  .pb6-md {
    padding-bottom: 8rem;
  }

  .pb7-md {
    padding-bottom: 16rem;
  }

  .pt0-md {
    padding-top: 0;
  }

  .pt1-md {
    padding-top: 0.25rem;
  }

  .pt2-md {
    padding-top: 0.5rem;
  }

  .pt3-md {
    padding-top: 1rem;
  }

  .pt4-md {
    padding-top: 2rem;
  }

  .pt5-md {
    padding-top: 4rem;
  }

  .pt6-md {
    padding-top: 8rem;
  }

  .pt7-md {
    padding-top: 16rem;
  }

  .pv0-md {
    padding-top: 0;
    padding-bottom: 0;
  }

  .pv1-md {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .pv2-md {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .pv3-md {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .pv4-md {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .pv5-md {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .pv6-md {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .pv7-md {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .ph0-md {
    padding-left: 0;
    padding-right: 0;
  }

  .ph1-md {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .ph2-md {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .ph3-md {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .ph4-md {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .ph5-md {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .ph6-md {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .ph7-md {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .ma0-md {
    margin: 0;
  }

  .ma1-md {
    margin: 0.25rem;
  }

  .ma2-md {
    margin: 0.5rem;
  }

  .ma3-md {
    margin: 1rem;
  }

  .ma4-md {
    margin: 2rem;
  }

  .ma5-md {
    margin: 4rem;
  }

  .ma6-md {
    margin: 8rem;
  }

  .ma7-md {
    margin: 16rem;
  }

  .ml0-md {
    margin-left: 0;
  }

  .ml1-md {
    margin-left: 0.25rem;
  }

  .ml2-md {
    margin-left: 0.5rem;
  }

  .ml3-md {
    margin-left: 1rem;
  }

  .ml4-md {
    margin-left: 2rem;
  }

  .ml5-md {
    margin-left: 4rem;
  }

  .ml6-md {
    margin-left: 8rem;
  }

  .ml7-md {
    margin-left: 16rem;
  }

  .mr0-md {
    margin-right: 0;
  }

  .mr1-md {
    margin-right: 0.25rem;
  }

  .mr2-md {
    margin-right: 0.5rem;
  }

  .mr3-md {
    margin-right: 1rem;
  }

  .mr4-md {
    margin-right: 2rem;
  }

  .mr5-md {
    margin-right: 4rem;
  }

  .mr6-md {
    margin-right: 8rem;
  }

  .mr7-md {
    margin-right: 16rem;
  }

  .mb0-md {
    margin-bottom: 0;
  }

  .mb1-md {
    margin-bottom: 0.25rem;
  }

  .mb2-md {
    margin-bottom: 0.5rem;
  }

  .mb3-md {
    margin-bottom: 1rem;
  }

  .mb4-md {
    margin-bottom: 2rem;
  }

  .mb5-md {
    margin-bottom: 4rem;
  }

  .mb6-md {
    margin-bottom: 8rem;
  }

  .mb7-md {
    margin-bottom: 16rem;
  }

  .mt0-md {
    margin-top: 0;
  }

  .mt1-md {
    margin-top: 0.25rem;
  }

  .mt2-md {
    margin-top: 0.5rem;
  }

  .mt3-md {
    margin-top: 1rem;
  }

  .mt4-md {
    margin-top: 2rem;
  }

  .mt5-md {
    margin-top: 4rem;
  }

  .mt6-md {
    margin-top: 8rem;
  }

  .mt7-md {
    margin-top: 16rem;
  }

  .mv0-md {
    margin-top: 0;
    margin-bottom: 0;
  }

  .mv1-md {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .mv2-md {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .mv3-md {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .mv4-md {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .mv5-md {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .mv6-md {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .mv7-md {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .mh0-md {
    margin-left: 0;
    margin-right: 0;
  }

  .mh1-md {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .mh2-md {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .mh3-md {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .mh4-md {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .mh5-md {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .mh6-md {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .mh7-md {
    margin-left: 16rem;
    margin-right: 16rem;
  }
}
@media screen and (min-width: 992px) {
  .pa0-lg {
    padding: 0;
  }

  .pa1-lg {
    padding: 0.25rem;
  }

  .pa2-lg {
    padding: 0.5rem;
  }

  .pa3-lg {
    padding: 1rem;
  }

  .pa4-lg {
    padding: 2rem;
  }

  .pa5-lg {
    padding: 4rem;
  }

  .pa6-lg {
    padding: 8rem;
  }

  .pa7-lg {
    padding: 16rem;
  }

  .pl0-lg {
    padding-left: 0;
  }

  .pl1-lg {
    padding-left: 0.25rem;
  }

  .pl2-lg {
    padding-left: 0.5rem;
  }

  .pl3-lg {
    padding-left: 1rem;
  }

  .pl4-lg {
    padding-left: 2rem;
  }

  .pl5-lg {
    padding-left: 4rem;
  }

  .pl6-lg {
    padding-left: 8rem;
  }

  .pl7-lg {
    padding-left: 16rem;
  }

  .pr0-lg {
    padding-right: 0;
  }

  .pr1-lg {
    padding-right: 0.25rem;
  }

  .pr2-lg {
    padding-right: 0.5rem;
  }

  .pr3-lg {
    padding-right: 1rem;
  }

  .pr4-lg {
    padding-right: 2rem;
  }

  .pr5-lg {
    padding-right: 4rem;
  }

  .pr6-lg {
    padding-right: 8rem;
  }

  .pr7-lg {
    padding-right: 16rem;
  }

  .pb0-lg {
    padding-bottom: 0;
  }

  .pb1-lg {
    padding-bottom: 0.25rem;
  }

  .pb2-lg {
    padding-bottom: 0.5rem;
  }

  .pb3-lg {
    padding-bottom: 1rem;
  }

  .pb4-lg {
    padding-bottom: 2rem;
  }

  .pb5-lg {
    padding-bottom: 4rem;
  }

  .pb6-lg {
    padding-bottom: 8rem;
  }

  .pb7-lg {
    padding-bottom: 16rem;
  }

  .pt0-lg {
    padding-top: 0;
  }

  .pt1-lg {
    padding-top: 0.25rem;
  }

  .pt2-lg {
    padding-top: 0.5rem;
  }

  .pt3-lg {
    padding-top: 1rem;
  }

  .pt4-lg {
    padding-top: 2rem;
  }

  .pt5-lg {
    padding-top: 4rem;
  }

  .pt6-lg {
    padding-top: 8rem;
  }

  .pt7-lg {
    padding-top: 16rem;
  }

  .pv0-lg {
    padding-top: 0;
    padding-bottom: 0;
  }

  .pv1-lg {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .pv2-lg {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .pv3-lg {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .pv4-lg {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .pv5-lg {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .pv6-lg {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .pv7-lg {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .ph0-lg {
    padding-left: 0;
    padding-right: 0;
  }

  .ph1-lg {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .ph2-lg {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .ph3-lg {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .ph4-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .ph5-lg {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .ph6-lg {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .ph7-lg {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .ma0-lg {
    margin: 0;
  }

  .ma1-lg {
    margin: 0.25rem;
  }

  .ma2-lg {
    margin: 0.5rem;
  }

  .ma3-lg {
    margin: 1rem;
  }

  .ma4-lg {
    margin: 2rem;
  }

  .ma5-lg {
    margin: 4rem;
  }

  .ma6-lg {
    margin: 8rem;
  }

  .ma7-lg {
    margin: 16rem;
  }

  .ml0-lg {
    margin-left: 0;
  }

  .ml1-lg {
    margin-left: 0.25rem;
  }

  .ml2-lg {
    margin-left: 0.5rem;
  }

  .ml3-lg {
    margin-left: 1rem;
  }

  .ml4-lg {
    margin-left: 2rem;
  }

  .ml5-lg {
    margin-left: 4rem;
  }

  .ml6-lg {
    margin-left: 8rem;
  }

  .ml7-lg {
    margin-left: 16rem;
  }

  .mr0-lg {
    margin-right: 0;
  }

  .mr1-lg {
    margin-right: 0.25rem;
  }

  .mr2-lg {
    margin-right: 0.5rem;
  }

  .mr3-lg {
    margin-right: 1rem;
  }

  .mr4-lg {
    margin-right: 2rem;
  }

  .mr5-lg {
    margin-right: 4rem;
  }

  .mr6-lg {
    margin-right: 8rem;
  }

  .mr7-lg {
    margin-right: 16rem;
  }

  .mb0-lg {
    margin-bottom: 0;
  }

  .mb1-lg {
    margin-bottom: 0.25rem;
  }

  .mb2-lg {
    margin-bottom: 0.5rem;
  }

  .mb3-lg {
    margin-bottom: 1rem;
  }

  .mb4-lg {
    margin-bottom: 2rem;
  }

  .mb5-lg {
    margin-bottom: 4rem;
  }

  .mb6-lg {
    margin-bottom: 8rem;
  }

  .mb7-lg {
    margin-bottom: 16rem;
  }

  .mt0-lg {
    margin-top: 0;
  }

  .mt1-lg {
    margin-top: 0.25rem;
  }

  .mt2-lg {
    margin-top: 0.5rem;
  }

  .mt3-lg {
    margin-top: 1rem;
  }

  .mt4-lg {
    margin-top: 2rem;
  }

  .mt5-lg {
    margin-top: 4rem;
  }

  .mt6-lg {
    margin-top: 8rem;
  }

  .mt7-lg {
    margin-top: 16rem;
  }

  .mv0-lg {
    margin-top: 0;
    margin-bottom: 0;
  }

  .mv1-lg {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .mv2-lg {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .mv3-lg {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .mv4-lg {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .mv5-lg {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .mv6-lg {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .mv7-lg {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .mh0-lg {
    margin-left: 0;
    margin-right: 0;
  }

  .mh1-lg {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .mh2-lg {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .mh3-lg {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .mh4-lg {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .mh5-lg {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .mh6-lg {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .mh7-lg {
    margin-left: 16rem;
    margin-right: 16rem;
  }
}
@media screen and (min-width: 1200px) {
  .pa0-xl {
    padding: 0;
  }

  .pa1-xl {
    padding: 0.25rem;
  }

  .pa2-xl {
    padding: 0.5rem;
  }

  .pa3-xl {
    padding: 1rem;
  }

  .pa4-xl {
    padding: 2rem;
  }

  .pa5-xl {
    padding: 4rem;
  }

  .pa6-xl {
    padding: 8rem;
  }

  .pa7-xl {
    padding: 16rem;
  }

  .pl0-xl {
    padding-left: 0;
  }

  .pl1-xl {
    padding-left: 0.25rem;
  }

  .pl2-xl {
    padding-left: 0.5rem;
  }

  .pl3-xl {
    padding-left: 1rem;
  }

  .pl4-xl {
    padding-left: 2rem;
  }

  .pl5-xl {
    padding-left: 4rem;
  }

  .pl6-xl {
    padding-left: 8rem;
  }

  .pl7-xl {
    padding-left: 16rem;
  }

  .pr0-xl {
    padding-right: 0;
  }

  .pr1-xl {
    padding-right: 0.25rem;
  }

  .pr2-xl {
    padding-right: 0.5rem;
  }

  .pr3-xl {
    padding-right: 1rem;
  }

  .pr4-xl {
    padding-right: 2rem;
  }

  .pr5-xl {
    padding-right: 4rem;
  }

  .pr6-xl {
    padding-right: 8rem;
  }

  .pr7-xl {
    padding-right: 16rem;
  }

  .pb0-xl {
    padding-bottom: 0;
  }

  .pb1-xl {
    padding-bottom: 0.25rem;
  }

  .pb2-xl {
    padding-bottom: 0.5rem;
  }

  .pb3-xl {
    padding-bottom: 1rem;
  }

  .pb4-xl {
    padding-bottom: 2rem;
  }

  .pb5-xl {
    padding-bottom: 4rem;
  }

  .pb6-xl {
    padding-bottom: 8rem;
  }

  .pb7-xl {
    padding-bottom: 16rem;
  }

  .pt0-xl {
    padding-top: 0;
  }

  .pt1-xl {
    padding-top: 0.25rem;
  }

  .pt2-xl {
    padding-top: 0.5rem;
  }

  .pt3-xl {
    padding-top: 1rem;
  }

  .pt4-xl {
    padding-top: 2rem;
  }

  .pt5-xl {
    padding-top: 4rem;
  }

  .pt6-xl {
    padding-top: 8rem;
  }

  .pt7-xl {
    padding-top: 16rem;
  }

  .pv0-xl {
    padding-top: 0;
    padding-bottom: 0;
  }

  .pv1-xl {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .pv2-xl {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .pv3-xl {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .pv4-xl {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .pv5-xl {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .pv6-xl {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .pv7-xl {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .ph0-xl {
    padding-left: 0;
    padding-right: 0;
  }

  .ph1-xl {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .ph2-xl {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .ph3-xl {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .ph4-xl {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .ph5-xl {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .ph6-xl {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .ph7-xl {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .ma0-xl {
    margin: 0;
  }

  .ma1-xl {
    margin: 0.25rem;
  }

  .ma2-xl {
    margin: 0.5rem;
  }

  .ma3-xl {
    margin: 1rem;
  }

  .ma4-xl {
    margin: 2rem;
  }

  .ma5-xl {
    margin: 4rem;
  }

  .ma6-xl {
    margin: 8rem;
  }

  .ma7-xl {
    margin: 16rem;
  }

  .ml0-xl {
    margin-left: 0;
  }

  .ml1-xl {
    margin-left: 0.25rem;
  }

  .ml2-xl {
    margin-left: 0.5rem;
  }

  .ml3-xl {
    margin-left: 1rem;
  }

  .ml4-xl {
    margin-left: 2rem;
  }

  .ml5-xl {
    margin-left: 4rem;
  }

  .ml6-xl {
    margin-left: 8rem;
  }

  .ml7-xl {
    margin-left: 16rem;
  }

  .mr0-xl {
    margin-right: 0;
  }

  .mr1-xl {
    margin-right: 0.25rem;
  }

  .mr2-xl {
    margin-right: 0.5rem;
  }

  .mr3-xl {
    margin-right: 1rem;
  }

  .mr4-xl {
    margin-right: 2rem;
  }

  .mr5-xl {
    margin-right: 4rem;
  }

  .mr6-xl {
    margin-right: 8rem;
  }

  .mr7-xl {
    margin-right: 16rem;
  }

  .mb0-xl {
    margin-bottom: 0;
  }

  .mb1-xl {
    margin-bottom: 0.25rem;
  }

  .mb2-xl {
    margin-bottom: 0.5rem;
  }

  .mb3-xl {
    margin-bottom: 1rem;
  }

  .mb4-xl {
    margin-bottom: 2rem;
  }

  .mb5-xl {
    margin-bottom: 4rem;
  }

  .mb6-xl {
    margin-bottom: 8rem;
  }

  .mb7-xl {
    margin-bottom: 16rem;
  }

  .mt0-xl {
    margin-top: 0;
  }

  .mt1-xl {
    margin-top: 0.25rem;
  }

  .mt2-xl {
    margin-top: 0.5rem;
  }

  .mt3-xl {
    margin-top: 1rem;
  }

  .mt4-xl {
    margin-top: 2rem;
  }

  .mt5-xl {
    margin-top: 4rem;
  }

  .mt6-xl {
    margin-top: 8rem;
  }

  .mt7-xl {
    margin-top: 16rem;
  }

  .mv0-xl {
    margin-top: 0;
    margin-bottom: 0;
  }

  .mv1-xl {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .mv2-xl {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .mv3-xl {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .mv4-xl {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .mv5-xl {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .mv6-xl {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .mv7-xl {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .mh0-xl {
    margin-left: 0;
    margin-right: 0;
  }

  .mh1-xl {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .mh2-xl {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .mh3-xl {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .mh4-xl {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .mh5-xl {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .mh6-xl {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .mh7-xl {
    margin-left: 16rem;
    margin-right: 16rem;
  }
}
/*
   NEGATIVE MARGINS

   Base:
     n = negative

   Modifiers:
     a = all
     t = top
     r = right
     b = bottom
     l = left

     1 = 1st step in spacing scale
     2 = 2nd step in spacing scale
     3 = 3rd step in spacing scale
     4 = 4th step in spacing scale
     5 = 5th step in spacing scale
     6 = 6th step in spacing scale
     7 = 7th step in spacing scale

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
.na1 {
  margin: -0.25rem;
}

.na2 {
  margin: -0.5rem;
}

.na3 {
  margin: -1rem;
}

.na4 {
  margin: -2rem;
}

.na5 {
  margin: -4rem;
}

.na6 {
  margin: -8rem;
}

.na7 {
  margin: -16rem;
}

.nl1 {
  margin-left: -0.25rem;
}

.nl2 {
  margin-left: -0.5rem;
}

.nl3 {
  margin-left: -1rem;
}

.nl4 {
  margin-left: -2rem;
}

.nl5 {
  margin-left: -4rem;
}

.nl6 {
  margin-left: -8rem;
}

.nl7 {
  margin-left: -16rem;
}

.nr1 {
  margin-right: -0.25rem;
}

.nr2 {
  margin-right: -0.5rem;
}

.nr3 {
  margin-right: -1rem;
}

.nr4 {
  margin-right: -2rem;
}

.nr5 {
  margin-right: -4rem;
}

.nr6 {
  margin-right: -8rem;
}

.nr7 {
  margin-right: -16rem;
}

.nb1 {
  margin-bottom: -0.25rem;
}

.nb2 {
  margin-bottom: -0.5rem;
}

.nb3 {
  margin-bottom: -1rem;
}

.nb4 {
  margin-bottom: -2rem;
}

.nb5 {
  margin-bottom: -4rem;
}

.nb6 {
  margin-bottom: -8rem;
}

.nb7 {
  margin-bottom: -16rem;
}

.nt1 {
  margin-top: -0.25rem;
}

.nt2 {
  margin-top: -0.5rem;
}

.nt3 {
  margin-top: -1rem;
}

.nt4 {
  margin-top: -2rem;
}

.nt5 {
  margin-top: -4rem;
}

.nt6 {
  margin-top: -8rem;
}

.nt7 {
  margin-top: -16rem;
}

@media screen and (max-width: 480px) {
  .na1-xs {
    margin: -0.25rem;
  }

  .na2-xs {
    margin: -0.5rem;
  }

  .na3-xs {
    margin: -1rem;
  }

  .na4-xs {
    margin: -2rem;
  }

  .na5-xs {
    margin: -4rem;
  }

  .na6-xs {
    margin: -8rem;
  }

  .na7-xs {
    margin: -16rem;
  }

  .nl1-xs {
    margin-left: -0.25rem;
  }

  .nl2-xs {
    margin-left: -0.5rem;
  }

  .nl3-xs {
    margin-left: -1rem;
  }

  .nl4-xs {
    margin-left: -2rem;
  }

  .nl5-xs {
    margin-left: -4rem;
  }

  .nl6-xs {
    margin-left: -8rem;
  }

  .nl7-xs {
    margin-left: -16rem;
  }

  .nr1-xs {
    margin-right: -0.25rem;
  }

  .nr2-xs {
    margin-right: -0.5rem;
  }

  .nr3-xs {
    margin-right: -1rem;
  }

  .nr4-xs {
    margin-right: -2rem;
  }

  .nr5-xs {
    margin-right: -4rem;
  }

  .nr6-xs {
    margin-right: -8rem;
  }

  .nr7-xs {
    margin-right: -16rem;
  }

  .nb1-xs {
    margin-bottom: -0.25rem;
  }

  .nb2-xs {
    margin-bottom: -0.5rem;
  }

  .nb3-xs {
    margin-bottom: -1rem;
  }

  .nb4-xs {
    margin-bottom: -2rem;
  }

  .nb5-xs {
    margin-bottom: -4rem;
  }

  .nb6-xs {
    margin-bottom: -8rem;
  }

  .nb7-xs {
    margin-bottom: -16rem;
  }

  .nt1-xs {
    margin-top: -0.25rem;
  }

  .nt2-xs {
    margin-top: -0.5rem;
  }

  .nt3-xs {
    margin-top: -1rem;
  }

  .nt4-xs {
    margin-top: -2rem;
  }

  .nt5-xs {
    margin-top: -4rem;
  }

  .nt6-xs {
    margin-top: -8rem;
  }

  .nt7-xs {
    margin-top: -16rem;
  }
}
@media screen and (min-width: 480px) {
  .na1-sm {
    margin: -0.25rem;
  }

  .na2-sm {
    margin: -0.5rem;
  }

  .na3-sm {
    margin: -1rem;
  }

  .na4-sm {
    margin: -2rem;
  }

  .na5-sm {
    margin: -4rem;
  }

  .na6-sm {
    margin: -8rem;
  }

  .na7-sm {
    margin: -16rem;
  }

  .nl1-sm {
    margin-left: -0.25rem;
  }

  .nl2-sm {
    margin-left: -0.5rem;
  }

  .nl3-sm {
    margin-left: -1rem;
  }

  .nl4-sm {
    margin-left: -2rem;
  }

  .nl5-sm {
    margin-left: -4rem;
  }

  .nl6-sm {
    margin-left: -8rem;
  }

  .nl7-sm {
    margin-left: -16rem;
  }

  .nr1-sm {
    margin-right: -0.25rem;
  }

  .nr2-sm {
    margin-right: -0.5rem;
  }

  .nr3-sm {
    margin-right: -1rem;
  }

  .nr4-sm {
    margin-right: -2rem;
  }

  .nr5-sm {
    margin-right: -4rem;
  }

  .nr6-sm {
    margin-right: -8rem;
  }

  .nr7-sm {
    margin-right: -16rem;
  }

  .nb1-sm {
    margin-bottom: -0.25rem;
  }

  .nb2-sm {
    margin-bottom: -0.5rem;
  }

  .nb3-sm {
    margin-bottom: -1rem;
  }

  .nb4-sm {
    margin-bottom: -2rem;
  }

  .nb5-sm {
    margin-bottom: -4rem;
  }

  .nb6-sm {
    margin-bottom: -8rem;
  }

  .nb7-sm {
    margin-bottom: -16rem;
  }

  .nt1-sm {
    margin-top: -0.25rem;
  }

  .nt2-sm {
    margin-top: -0.5rem;
  }

  .nt3-sm {
    margin-top: -1rem;
  }

  .nt4-sm {
    margin-top: -2rem;
  }

  .nt5-sm {
    margin-top: -4rem;
  }

  .nt6-sm {
    margin-top: -8rem;
  }

  .nt7-sm {
    margin-top: -16rem;
  }
}
@media screen and (min-width: 768px) {
  .na1-md {
    margin: -0.25rem;
  }

  .na2-md {
    margin: -0.5rem;
  }

  .na3-md {
    margin: -1rem;
  }

  .na4-md {
    margin: -2rem;
  }

  .na5-md {
    margin: -4rem;
  }

  .na6-md {
    margin: -8rem;
  }

  .na7-md {
    margin: -16rem;
  }

  .nl1-md {
    margin-left: -0.25rem;
  }

  .nl2-md {
    margin-left: -0.5rem;
  }

  .nl3-md {
    margin-left: -1rem;
  }

  .nl4-md {
    margin-left: -2rem;
  }

  .nl5-md {
    margin-left: -4rem;
  }

  .nl6-md {
    margin-left: -8rem;
  }

  .nl7-md {
    margin-left: -16rem;
  }

  .nr1-md {
    margin-right: -0.25rem;
  }

  .nr2-md {
    margin-right: -0.5rem;
  }

  .nr3-md {
    margin-right: -1rem;
  }

  .nr4-md {
    margin-right: -2rem;
  }

  .nr5-md {
    margin-right: -4rem;
  }

  .nr6-md {
    margin-right: -8rem;
  }

  .nr7-md {
    margin-right: -16rem;
  }

  .nb1-md {
    margin-bottom: -0.25rem;
  }

  .nb2-md {
    margin-bottom: -0.5rem;
  }

  .nb3-md {
    margin-bottom: -1rem;
  }

  .nb4-md {
    margin-bottom: -2rem;
  }

  .nb5-md {
    margin-bottom: -4rem;
  }

  .nb6-md {
    margin-bottom: -8rem;
  }

  .nb7-md {
    margin-bottom: -16rem;
  }

  .nt1-md {
    margin-top: -0.25rem;
  }

  .nt2-md {
    margin-top: -0.5rem;
  }

  .nt3-md {
    margin-top: -1rem;
  }

  .nt4-md {
    margin-top: -2rem;
  }

  .nt5-md {
    margin-top: -4rem;
  }

  .nt6-md {
    margin-top: -8rem;
  }

  .nt7-md {
    margin-top: -16rem;
  }
}
@media screen and (min-width: 992px) {
  .na1-lg {
    margin: -0.25rem;
  }

  .na2-lg {
    margin: -0.5rem;
  }

  .na3-lg {
    margin: -1rem;
  }

  .na4-lg {
    margin: -2rem;
  }

  .na5-lg {
    margin: -4rem;
  }

  .na6-lg {
    margin: -8rem;
  }

  .na7-lg {
    margin: -16rem;
  }

  .nl1-lg {
    margin-left: -0.25rem;
  }

  .nl2-lg {
    margin-left: -0.5rem;
  }

  .nl3-lg {
    margin-left: -1rem;
  }

  .nl4-lg {
    margin-left: -2rem;
  }

  .nl5-lg {
    margin-left: -4rem;
  }

  .nl6-lg {
    margin-left: -8rem;
  }

  .nl7-lg {
    margin-left: -16rem;
  }

  .nr1-lg {
    margin-right: -0.25rem;
  }

  .nr2-lg {
    margin-right: -0.5rem;
  }

  .nr3-lg {
    margin-right: -1rem;
  }

  .nr4-lg {
    margin-right: -2rem;
  }

  .nr5-lg {
    margin-right: -4rem;
  }

  .nr6-lg {
    margin-right: -8rem;
  }

  .nr7-lg {
    margin-right: -16rem;
  }

  .nb1-lg {
    margin-bottom: -0.25rem;
  }

  .nb2-lg {
    margin-bottom: -0.5rem;
  }

  .nb3-lg {
    margin-bottom: -1rem;
  }

  .nb4-lg {
    margin-bottom: -2rem;
  }

  .nb5-lg {
    margin-bottom: -4rem;
  }

  .nb6-lg {
    margin-bottom: -8rem;
  }

  .nb7-lg {
    margin-bottom: -16rem;
  }

  .nt1-lg {
    margin-top: -0.25rem;
  }

  .nt2-lg {
    margin-top: -0.5rem;
  }

  .nt3-lg {
    margin-top: -1rem;
  }

  .nt4-lg {
    margin-top: -2rem;
  }

  .nt5-lg {
    margin-top: -4rem;
  }

  .nt6-lg {
    margin-top: -8rem;
  }

  .nt7-lg {
    margin-top: -16rem;
  }
}
@media screen and (min-width: 1200px) {
  .na1-xl {
    margin: -0.25rem;
  }

  .na2-xl {
    margin: -0.5rem;
  }

  .na3-xl {
    margin: -1rem;
  }

  .na4-xl {
    margin: -2rem;
  }

  .na5-xl {
    margin: -4rem;
  }

  .na6-xl {
    margin: -8rem;
  }

  .na7-xl {
    margin: -16rem;
  }

  .nl1-xl {
    margin-left: -0.25rem;
  }

  .nl2-xl {
    margin-left: -0.5rem;
  }

  .nl3-xl {
    margin-left: -1rem;
  }

  .nl4-xl {
    margin-left: -2rem;
  }

  .nl5-xl {
    margin-left: -4rem;
  }

  .nl6-xl {
    margin-left: -8rem;
  }

  .nl7-xl {
    margin-left: -16rem;
  }

  .nr1-xl {
    margin-right: -0.25rem;
  }

  .nr2-xl {
    margin-right: -0.5rem;
  }

  .nr3-xl {
    margin-right: -1rem;
  }

  .nr4-xl {
    margin-right: -2rem;
  }

  .nr5-xl {
    margin-right: -4rem;
  }

  .nr6-xl {
    margin-right: -8rem;
  }

  .nr7-xl {
    margin-right: -16rem;
  }

  .nb1-xl {
    margin-bottom: -0.25rem;
  }

  .nb2-xl {
    margin-bottom: -0.5rem;
  }

  .nb3-xl {
    margin-bottom: -1rem;
  }

  .nb4-xl {
    margin-bottom: -2rem;
  }

  .nb5-xl {
    margin-bottom: -4rem;
  }

  .nb6-xl {
    margin-bottom: -8rem;
  }

  .nb7-xl {
    margin-bottom: -16rem;
  }

  .nt1-xl {
    margin-top: -0.25rem;
  }

  .nt2-xl {
    margin-top: -0.5rem;
  }

  .nt3-xl {
    margin-top: -1rem;
  }

  .nt4-xl {
    margin-top: -2rem;
  }

  .nt5-xl {
    margin-top: -4rem;
  }

  .nt6-xl {
    margin-top: -8rem;
  }

  .nt7-xl {
    margin-top: -16rem;
  }
}
/*

  TABLES
  Docs: http://tachyons.io/docs/elements/tables/

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

.striped--light-silver:nth-child(odd) {
  background-color: #aaa;
}

.striped--moon-gray:nth-child(odd) {
  background-color: #ccc;
}

.striped--light-gray:nth-child(odd) {
  background-color: #eee;
}

.striped--near-white:nth-child(odd) {
  background-color: #f4f4f4;
}

.stripe-light:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.1);
}

.stripe-dark:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.1);
}

/*

   TEXT DECORATION
   Docs: http://tachyons.io/docs/typography/text-decoration/


   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

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

.underline {
  text-decoration: underline;
}

.no-underline {
  text-decoration: none;
}

@media screen and (max-width: 480px) {
  .strike-xs {
    text-decoration: line-through;
  }

  .underline-xs {
    text-decoration: underline;
  }

  .no-underline-xs {
    text-decoration: none;
  }
}
@media screen and (min-width: 480px) {
  .strike-sm {
    text-decoration: line-through;
  }

  .underline-sm {
    text-decoration: underline;
  }

  .no-underline-sm {
    text-decoration: none;
  }
}
@media screen and (min-width: 768px) {
  .strike-md {
    text-decoration: line-through;
  }

  .underline-md {
    text-decoration: underline;
  }

  .no-underline-md {
    text-decoration: none;
  }
}
@media screen and (min-width: 992px) {
  .strike-lg {
    text-decoration: line-through;
  }

  .underline-lg {
    text-decoration: underline;
  }

  .no-underline-lg {
    text-decoration: none;
  }
}
@media screen and (min-width: 1200px) {
  .strike-xl {
    text-decoration: line-through;
  }

  .underline-xl {
    text-decoration: underline;
  }

  .no-underline-xl {
    text-decoration: none;
  }
}
/*

  TEXT ALIGN
  Docs: http://tachyons.io/docs/typography/text-align/

  Base
    t = text-align

  Modifiers
    l = left
    r = right
    c = center

  Media Query Extensions:
    -ns = not-small
    -m  = medium
    -l  = large

*/
.tl {
  text-align: left;
}

.tr {
  text-align: right;
}

.tc {
  text-align: center;
}

@media screen and (max-width: 480px) {
  .tl-xs {
    text-align: left;
  }

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

  .tc-xs {
    text-align: center;
  }
}
@media screen and (min-width: 480px) {
  .tl-sm {
    text-align: left;
  }

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

  .tc-sm {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .tl-md {
    text-align: left;
  }

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

  .tc-md {
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .tl-lg {
    text-align: left;
  }

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

  .tc-lg {
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .tl-xl {
    text-align: left;
  }

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

  .tc-xl {
    text-align: center;
  }
}
/*

   TEXT TRANSFORM
   Docs: http://tachyons.io/docs/typography/text-transform/

   Base:
     tt = text-transform

   Modifiers
     c = capitalize
     l = lowercase
     u = uppercase
     n = none

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
.ttc {
  text-transform: capitalize;
}

.ttl {
  text-transform: lowercase;
}

.ttu {
  text-transform: uppercase;
}

.ttn {
  text-transform: none;
}

@media screen and (max-width: 480px) {
  .ttc-xs {
    text-transform: capitalize;
  }

  .ttl-xs {
    text-transform: lowercase;
  }

  .ttu-xs {
    text-transform: uppercase;
  }

  .ttn-xs {
    text-transform: none;
  }
}
@media screen and (min-width: 480px) {
  .ttc-sm {
    text-transform: capitalize;
  }

  .ttl-sm {
    text-transform: lowercase;
  }

  .ttu-sm {
    text-transform: uppercase;
  }

  .ttn-sm {
    text-transform: none;
  }
}
@media screen and (min-width: 768px) {
  .ttc-md {
    text-transform: capitalize;
  }

  .ttl-md {
    text-transform: lowercase;
  }

  .ttu-md {
    text-transform: uppercase;
  }

  .ttn-md {
    text-transform: none;
  }
}
@media screen and (min-width: 992px) {
  .ttc-lg {
    text-transform: capitalize;
  }

  .ttl-lg {
    text-transform: lowercase;
  }

  .ttu-lg {
    text-transform: uppercase;
  }

  .ttn-lg {
    text-transform: none;
  }
}
@media screen and (min-width: 1200px) {
  .ttc-xl {
    text-transform: capitalize;
  }

  .ttl-xl {
    text-transform: lowercase;
  }

  .ttu-xl {
    text-transform: uppercase;
  }

  .ttn-xl {
    text-transform: none;
  }
}
/*

   TYPE SCALE
   Docs: http://tachyons.io/docs/typography/scale/

   Base:
    f = font-size

   Modifiers
     1 = 1st step in size scale
     2 = 2nd step in size scale
     3 = 3rd step in size scale
     4 = 4th step in size scale
     5 = 5th step in size scale
     6 = 6th step in size scale
     7 = 7th step in size scale

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large
*/
/*
 * For Hero/Marketing Titles
 *
 * These generally are too large for mobile
 * so be careful using them on smaller screens.
 * */
.f-6,
.f-headline {
  font-size: 6rem;
}

.f-5,
.f-subheadline {
  font-size: 5rem;
}

/* Type Scale */
.f1 {
  font-size: 3rem;
}

.f2 {
  font-size: 2.25rem;
}

.f3 {
  font-size: 1.5rem;
}

.f4 {
  font-size: 1.25rem;
}

.f5 {
  font-size: 1rem;
}

.f6 {
  font-size: .875rem;
}

.f7 {
  font-size: .75rem;
}

/* Small and hard to read for many people so use with extreme caution */
@media screen and (max-width: 480px) {
  .f-6-xs,
  .f-headline-xs {
    font-size: 6rem;
  }

  .f-5-xs,
  .f-subheadline-xs {
    font-size: 5rem;
  }

  .f1-xs {
    font-size: 3rem;
  }

  .f2-xs {
    font-size: 2.25rem;
  }

  .f3-xs {
    font-size: 1.5rem;
  }

  .f4-xs {
    font-size: 1.25rem;
  }

  .f5-xs {
    font-size: 1rem;
  }

  .f6-xs {
    font-size: .875rem;
  }

  .f7-xs {
    font-size: .75rem;
  }
}
@media screen and (min-width: 480px) {
  .f-6-sm,
  .f-headline-sm {
    font-size: 6rem;
  }

  .f-5-sm,
  .f-subheadline-sm {
    font-size: 5rem;
  }

  .f1-sm {
    font-size: 3rem;
  }

  .f2-sm {
    font-size: 2.25rem;
  }

  .f3-sm {
    font-size: 1.5rem;
  }

  .f4-sm {
    font-size: 1.25rem;
  }

  .f5-sm {
    font-size: 1rem;
  }

  .f6-sm {
    font-size: .875rem;
  }

  .f7-sm {
    font-size: .75rem;
  }
}
@media screen and (min-width: 768px) {
  .f-6-md,
  .f-headline-md {
    font-size: 6rem;
  }

  .f-5-md,
  .f-subheadline-md {
    font-size: 5rem;
  }

  .f1-md {
    font-size: 3rem;
  }

  .f2-md {
    font-size: 2.25rem;
  }

  .f3-md {
    font-size: 1.5rem;
  }

  .f4-md {
    font-size: 1.25rem;
  }

  .f5-md {
    font-size: 1rem;
  }

  .f6-md {
    font-size: .875rem;
  }

  .f7-md {
    font-size: .75rem;
  }
}
@media screen and (min-width: 992px) {
  .f-6-lg,
  .f-headline-lg {
    font-size: 6rem;
  }

  .f-5-lg,
  .f-subheadline-lg {
    font-size: 5rem;
  }

  .f1-lg {
    font-size: 3rem;
  }

  .f2-lg {
    font-size: 2.25rem;
  }

  .f3-lg {
    font-size: 1.5rem;
  }

  .f4-lg {
    font-size: 1.25rem;
  }

  .f5-lg {
    font-size: 1rem;
  }

  .f6-lg {
    font-size: .875rem;
  }

  .f7-lg {
    font-size: .75rem;
  }
}
@media screen and (min-width: 1200px) {
  .f-6-xl,
  .f-headline-xl {
    font-size: 6rem;
  }

  .f-5-xl,
  .f-subheadline-xl {
    font-size: 5rem;
  }

  .f1-xl {
    font-size: 3rem;
  }

  .f2-xl {
    font-size: 2.25rem;
  }

  .f3-xl {
    font-size: 1.5rem;
  }

  .f4-xl {
    font-size: 1.25rem;
  }

  .f5-xl {
    font-size: 1rem;
  }

  .f6-xl {
    font-size: .875rem;
  }

  .f7-xl {
    font-size: .75rem;
  }
}
/*

   TYPOGRAPHY
   http://tachyons.io/docs/typography/measure/

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
/* Measure is limited to ~66 characters */
.measure {
  max-width: 30em;
}

/* Measure is limited to ~80 characters */
.measure-wide {
  max-width: 34em;
}

/* Measure is limited to ~45 characters */
.measure-narrow {
  max-width: 20em;
}

/* Book paragraph style - paragraphs are indented with no vertical spacing. */
.indent {
  text-indent: 1em;
  margin-top: 0;
  margin-bottom: 0;
}

.small-caps {
  font-variant: small-caps;
}

/* Combine this class with a width to truncate text (or just leave as is to truncate at width of containing element. */
.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 480px) {
  .measure-xs {
    max-width: 30em;
  }

  .measure-wide-xs {
    max-width: 34em;
  }

  .measure-narrow-xs {
    max-width: 20em;
  }

  .indent-xs {
    text-indent: 1em;
    margin-top: 0;
    margin-bottom: 0;
  }

  .small-caps-xs {
    font-variant: small-caps;
  }

  .truncate-xs {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (min-width: 480px) {
  .measure-sm {
    max-width: 30em;
  }

  .measure-wide-sm {
    max-width: 34em;
  }

  .measure-narrow-sm {
    max-width: 20em;
  }

  .indent-sm {
    text-indent: 1em;
    margin-top: 0;
    margin-bottom: 0;
  }

  .small-caps-sm {
    font-variant: small-caps;
  }

  .truncate-sm {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (min-width: 768px) {
  .measure-md {
    max-width: 30em;
  }

  .measure-wide-md {
    max-width: 34em;
  }

  .measure-narrow-md {
    max-width: 20em;
  }

  .indent-md {
    text-indent: 1em;
    margin-top: 0;
    margin-bottom: 0;
  }

  .small-caps-md {
    font-variant: small-caps;
  }

  .truncate-md {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (min-width: 992px) {
  .measure-lg {
    max-width: 30em;
  }

  .measure-wide-lg {
    max-width: 34em;
  }

  .measure-narrow-lg {
    max-width: 20em;
  }

  .indent-lg {
    text-indent: 1em;
    margin-top: 0;
    margin-bottom: 0;
  }

  .small-caps-lg {
    font-variant: small-caps;
  }

  .truncate-lg {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (min-width: 1200px) {
  .measure-xl {
    max-width: 30em;
  }

  .measure-wide-xl {
    max-width: 34em;
  }

  .measure-narrow-xl {
    max-width: 20em;
  }

  .indent-xl {
    text-indent: 1em;
    margin-top: 0;
    margin-bottom: 0;
  }

  .small-caps-xl {
    font-variant: small-caps;
  }

  .truncate-xl {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
/*

   UTILITIES

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
/* Equivalent to .overflow-y-scroll */
.overflow-container {
  overflow-y: scroll;
}

.center {
  margin-right: auto;
  margin-left: auto;
}

.dead-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 480px) {
  .overflow-container-xs {
    overflow-y: scroll;
  }

  .center-xs {
    margin-right: auto;
    margin-left: auto;
  }

  .dead-center-xs {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 480px) {
  .overflow-container-sm {
    overflow-y: scroll;
  }

  .center-sm {
    margin-right: auto;
    margin-left: auto;
  }

  .dead-center-sm {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 768px) {
  .overflow-container-md {
    overflow-y: scroll;
  }

  .center-md {
    margin-right: auto;
    margin-left: auto;
  }

  .dead-center-md {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 992px) {
  .overflow-container-lg {
    overflow-y: scroll;
  }

  .center-lg {
    margin-right: auto;
    margin-left: auto;
  }

  .dead-center-lg {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 1200px) {
  .overflow-container-xl {
    overflow-y: scroll;
  }

  .center-xl {
    margin-right: auto;
    margin-left: auto;
  }

  .dead-center-xl {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
/*

   VISIBILITY

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
/*
    Text that is hidden but accessible
    Ref: http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*/
.clip {
  position: fixed !important;
  _position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

@media screen and (max-width: 480px) {
  .clip-xs {
    position: fixed !important;
    _position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
  }
}
@media screen and (min-width: 480px) {
  .clip-sm {
    position: fixed !important;
    _position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
  }
}
@media screen and (min-width: 768px) {
  .clip-md {
    position: fixed !important;
    _position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
  }
}
@media screen and (min-width: 992px) {
  .clip-lg {
    position: fixed !important;
    _position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
  }
}
@media screen and (min-width: 1200px) {
  .clip-xl {
    position: fixed !important;
    _position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
  }
}
/*

   WHITE SPACE

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
.ws-normal {
  white-space: normal;
}

.nowrap {
  white-space: nowrap;
}

.pre {
  white-space: pre;
}

@media screen and (max-width: 480px) {
  .ws-normal-xs {
    white-space: normal;
  }

  .nowrap-xs {
    white-space: nowrap;
  }

  .pre-xs {
    white-space: pre;
  }
}
@media screen and (min-width: 480px) {
  .ws-normal-sm {
    white-space: normal;
  }

  .nowrap-sm {
    white-space: nowrap;
  }

  .pre-sm {
    white-space: pre;
  }
}
@media screen and (min-width: 768px) {
  .ws-normal-md {
    white-space: normal;
  }

  .nowrap-md {
    white-space: nowrap;
  }

  .pre-md {
    white-space: pre;
  }
}
@media screen and (min-width: 992px) {
  .ws-normal-lg {
    white-space: normal;
  }

  .nowrap-lg {
    white-space: nowrap;
  }

  .pre-lg {
    white-space: pre;
  }
}
@media screen and (min-width: 1200px) {
  .ws-normal-xl {
    white-space: normal;
  }

  .nowrap-xl {
    white-space: nowrap;
  }

  .pre-xl {
    white-space: pre;
  }
}
/*

   VERTICAL ALIGN

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
.v-base {
  vertical-align: baseline;
}

.v-mid {
  vertical-align: middle;
}

.v-top {
  vertical-align: top;
}

.v-btm {
  vertical-align: bottom;
}

@media screen and (max-width: 480px) {
  .v-base-xs {
    vertical-align: baseline;
  }

  .v-mid-xs {
    vertical-align: middle;
  }

  .v-top-xs {
    vertical-align: top;
  }

  .v-btm-xs {
    vertical-align: bottom;
  }
}
@media screen and (min-width: 480px) {
  .v-base-sm {
    vertical-align: baseline;
  }

  .v-mid-sm {
    vertical-align: middle;
  }

  .v-top-sm {
    vertical-align: top;
  }

  .v-btm-sm {
    vertical-align: bottom;
  }
}
@media screen and (min-width: 768px) {
  .v-base-md {
    vertical-align: baseline;
  }

  .v-mid-md {
    vertical-align: middle;
  }

  .v-top-md {
    vertical-align: top;
  }

  .v-btm-md {
    vertical-align: bottom;
  }
}
@media screen and (min-width: 992px) {
  .v-base-lg {
    vertical-align: baseline;
  }

  .v-mid-lg {
    vertical-align: middle;
  }

  .v-top-lg {
    vertical-align: top;
  }

  .v-btm-lg {
    vertical-align: bottom;
  }
}
@media screen and (min-width: 1200px) {
  .v-base-xl {
    vertical-align: baseline;
  }

  .v-mid-xl {
    vertical-align: middle;
  }

  .v-top-xl {
    vertical-align: top;
  }

  .v-btm-xl {
    vertical-align: bottom;
  }
}
/*

  HOVER EFFECTS
  Docs: http://tachyons.io/docs/themes/hovers/

    - Dim
    - Glow
    - Hide Child
    - Underline text
    - Grow
    - Pointer
    - Shadow

*/
/*

  Dim element on hover by adding the dim class.

*/
.dim {
  opacity: 1;
  transition: opacity .15s ease-in;
}

.dim:hover,
.dim:focus {
  opacity: .5;
  transition: opacity .15s ease-in;
}

.dim:active {
  opacity: .8;
  transition: opacity .15s ease-out;
}

/*

  Animate opacity to 100% on hover by adding the glow class.

*/
.glow {
  transition: opacity .15s ease-in;
}

.glow:hover,
.glow:focus {
  opacity: 1;
  transition: opacity .15s ease-in;
}

/*

  Hide child & reveal on hover:

  Put the hide-child class on a parent element and any nested element with the
  child class will be hidden and displayed on hover or focus.

  <div class="hide-child">
    <div class="child"> Hidden until hover or focus </div>
    <div class="child"> Hidden until hover or focus </div>
    <div class="child"> Hidden until hover or focus </div>
    <div class="child"> Hidden until hover or focus </div>
  </div>
*/
.hide-child .child {
  opacity: 0;
  transition: opacity .15s ease-in;
}

.hide-child:hover .child,
.hide-child:focus .child,
.hide-child:active .child {
  opacity: 1;
  transition: opacity .15s ease-in;
}

.underline-hover:hover,
.underline-hover:focus {
  text-decoration: underline;
}

/* Can combine this with overflow-hidden to make background images grow on hover
 * even if you are using background-size: cover */
.grow {
  -moz-osx-font-smoothing: grayscale;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: transform 0.25s ease-out;
}

.grow:hover,
.grow:focus {
  transform: scale(1.05);
}

.grow:active {
  transform: scale(0.9);
}

.grow-large {
  -moz-osx-font-smoothing: grayscale;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: transform .25s ease-in-out;
}

.grow-large:hover,
.grow-large:focus {
  transform: scale(1.2);
}

.grow-large:active {
  transform: scale(0.95);
}

/* Add pointer on hover */
.pointer:hover {
  cursor: pointer;
}

/* 
   Add shadow on hover.

   Performant box-shadow animation pattern from 
   http://tobiasahlin.com/blog/how-to-animate-box-shadow/ 
*/
.shadow-hover {
  cursor: pointer;
  position: relative;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.shadow-hover::after {
  content: '';
  box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.2);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.shadow-hover:hover::after,
.shadow-hover:focus::after {
  opacity: 1;
}

/* Combine with classes in skins and skins-pseudo for 
 * many different transition possibilities. */
.bg-animate,
.bg-animate:hover,
.bg-animate:focus {
  transition: background-color .15s ease-in-out;
}

/*

  Z-INDEX

  Base
    z = z-index

  Modifiers
    -0 = literal value 0
    -1 = literal value 1
    -2 = literal value 2
    -3 = literal value 3
    -4 = literal value 4
    -5 = literal value 5
    -999 = literal value 999
    -9999 = literal value 9999

    -max = largest accepted z-index value as integer

    -inherit = string value inherit
    -initial = string value initial
    -unset = string value unset

  MDN: https://developer.mozilla.org/en/docs/Web/CSS/z-index
  Spec: http://www.w3.org/TR/CSS2/zindex.html
  Articles:
    https://philipwalton.com/articles/what-no-one-told-you-about-z-index/

  Tips on extending:
  There might be a time worth using negative z-index values.
  Or if you are using tachyons with another project, you might need to
  adjust these values to suit your needs.

*/
.z-0 {
  z-index: 0;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.z-3 {
  z-index: 3;
}

.z-4 {
  z-index: 4;
}

.z-5 {
  z-index: 5;
}

.z-999 {
  z-index: 999;
}

.z-9999 {
  z-index: 9999;
}

.z-max {
  z-index: 2147483647;
}

.z-inherit {
  z-index: inherit;
}

.z-initial {
  z-index: initial;
}

.z-unset {
  z-index: unset;
}

/*

    NESTED
    Tachyons module for styling nested elements
    that are generated by a cms.

*/
.nested-copy-line-height p,
.nested-copy-line-height ul,
.nested-copy-line-height ol {
  line-height: 1.5;
}

.nested-headline-line-height h1,
.nested-headline-line-height h2,
.nested-headline-line-height h3,
.nested-headline-line-height h4,
.nested-headline-line-height h5,
.nested-headline-line-height h6 {
  line-height: 1.25;
}

.nested-list-reset ul,
.nested-list-reset ol {
  padding-left: 0;
  margin-left: 0;
  list-style-type: none;
}

.nested-copy-indent p + p {
  text-indent: 1em;
  margin-top: 0;
  margin-bottom: 0;
}

.nested-copy-seperator p + p {
  margin-top: 1.5em;
}

.nested-img img {
  width: 100%;
  max-width: 100%;
  display: block;
}

.nested-links a {
  color: #357edd;
  transition: color .15s ease-in;
}

.nested-links a:hover,
.nested-links a:focus {
  color: #96ccff;
  transition: color .15s ease-in;
}

/*

   GRADIENTS


*/
.gradient-blue {
  background-image: linear-gradient(#4570B0, #0081C2);
}

.gradient-blue-reversed {
  background-image: linear-gradient(#0081C2, #4570B0);
}

.gradient-light-blue {
  background-image: linear-gradient(#76D3FE, #008AE0);
}

.gradient-light-blue-reversed {
  background-image: linear-gradient(#008AE0, #76D3FE);
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

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

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

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

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

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

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

.pull-left {
  float: left;
}

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

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

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

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-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;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

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

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../images/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.checkbox {
  padding-left: 20px;
}
.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-left: -20px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-left: -20px;
  padding-left: 3px;
  font-size: 11px;
  color: #555555;
}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
}
.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
  font-family: "FontAwesome";
  content: "";
}
.checkbox input[type="checkbox"]:indeterminate + label::after,
.checkbox input[type="radio"]:indeterminate + label::after {
  display: block;
  content: "";
  width: 10px;
  height: 3px;
  background-color: #555555;
  border-radius: 2px;
  margin-left: -16.5px;
  margin-top: 7px;
}
.checkbox input[type="checkbox"]:disabled,
.checkbox input[type="radio"]:disabled {
  cursor: not-allowed;
}
.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox.checkbox-inline {
  margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #357edd;
  border-color: #357edd;
}
.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}
.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-primary input[type="checkbox"]:indeterminate + label::before,
.checkbox-primary input[type="radio"]:indeterminate + label::before {
  background-color: #357edd;
  border-color: #357edd;
}
.checkbox-primary input[type="checkbox"]:indeterminate + label::after,
.checkbox-primary input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-danger input[type="checkbox"]:indeterminate + label::before,
.checkbox-danger input[type="radio"]:indeterminate + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}
.checkbox-danger input[type="checkbox"]:indeterminate + label::after,
.checkbox-danger input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-info input[type="checkbox"]:indeterminate + label::before,
.checkbox-info input[type="radio"]:indeterminate + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.checkbox-info input[type="checkbox"]:indeterminate + label::after,
.checkbox-info input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-warning input[type="checkbox"]:indeterminate + label::before,
.checkbox-warning input[type="radio"]:indeterminate + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.checkbox-warning input[type="checkbox"]:indeterminate + label::after,
.checkbox-warning input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-success input[type="checkbox"]:indeterminate + label::before,
.checkbox-success input[type="radio"]:indeterminate + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.checkbox-success input[type="checkbox"]:indeterminate + label::after,
.checkbox-success input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.radio {
  padding-left: 20px;
}
.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-left: -20px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}
.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 50%;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  transform: translateY(-50%) scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
}
.radio input[type="radio"]:focus + label::before {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.radio input[type="radio"]:checked + label::after {
  transform: translateY(-50%) scale(1, 1);
}
.radio input[type="radio"]:disabled {
  cursor: not-allowed;
}
.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}
.radio.radio-inline {
  margin-top: 0;
}

.radio-primary input[type="radio"] + label::after {
  background-color: #357edd;
}
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #357edd;
}
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #357edd;
}

.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f;
}

.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de;
}

.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e;
}

.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c;
}

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: "FontAwesome";
  content: "";
}
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff;
}
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff;
}

.color-facebook {
  color: #3b5998;
}

.bg-facebook {
  background-color: #3b5998;
}

.color-twitter {
  color: #00aced;
}

.bg-twitter {
  background-color: #00aced;
}

.color-googleplus {
  color: #dd4b39;
}

.bg-googleplus {
  background-color: #dd4b39;
}

.color-pinterest {
  color: #cb2027;
}

.bg-pinterest {
  background-color: #cb2027;
}

.color-linkedin {
  color: #007bb6;
}

.bg-linkedin {
  background-color: #007bb6;
}

.color-youtube {
  color: #bb0000;
}

.bg-youtube {
  background-color: #bb0000;
}

.color-vimeo {
  color: #1ab7ea;
}

.bg-vimeo {
  background-color: #1ab7ea;
}

.color-tumblr {
  color: #32506d;
}

.bg-tumblr {
  background-color: #32506d;
}

.color-instagram {
  color: #bc2a8d;
}

.bg-instagram {
  background-color: #bc2a8d;
}

.color-flickr {
  color: #ff0084;
}

.bg-flickr {
  background-color: #ff0084;
}

.color-dribbble {
  color: #ea4c89;
}

.bg-dribbble {
  background-color: #ea4c89;
}

.color-quora {
  color: #a82400;
}

.bg-quora {
  background-color: #a82400;
}

.color-foursquare {
  color: #0072b1;
}

.bg-foursquare {
  background-color: #0072b1;
}

.color-forrst {
  color: #5B9A68;
}

.bg-forrst {
  background-color: #5B9A68;
}

.color-vk {
  color: #45668e;
}

.bg-vk {
  background-color: #45668e;
}

.color-wordpress {
  color: #21759b;
}

.bg-wordpress {
  background-color: #21759b;
}

.color-stumbleupon {
  color: #EB4823;
}

.bg-stumbleupon {
  background-color: #EB4823;
}

.color-yahoo {
  color: #7B0099;
}

.bg-yahoo {
  background-color: #7B0099;
}

.color-blogger {
  color: #fb8f3d;
}

.bg-blogger {
  background-color: #fb8f3d;
}

.color-soundcloud {
  color: #ff3a00;
}

.bg-soundcloud {
  background-color: #ff3a00;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

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

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s;
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: none;
  }
}
.wobble {
  animation-name: wobble;
}

@keyframes jello {
  from, 11.1%, to {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-name: hinge;
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}

.main-header {
  height: 80px;
  top: 0;
  left: 0;
}

.logo {
  line-height: 77px;
}

.main-menu-toggle {
  display: none;
}

.main-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-menu > li {
  float: left;
  line-height: 77px;
}
.main-menu > li > a {
  display: block;
  padding: 0 15px;
  color: #222222;
}
.main-menu > li > a.white {
  color: #fff;
}
.main-menu > li.current > a, .main-menu > li.open > a {
  color: #357edd;
}

.main-menu.transparent > li > a {
  color: #fff;
}

.main-menu li.open > a {
  background: rgba(255, 255, 255, 0.1);
}

.main-menu li.has-submenu {
  position: relative;
}
.main-menu li.has-submenu > a:after {
  content: '\2022';
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  opacity: 0.2;
}

@media screen and (min-width: 993px) {
  .main-menu > li.has-submenu > a:after {
    display: none;
  }
}
.sub-menu {
  display: none;
  position: absolute;
  top: 77px;
  left: 0;
  width: 220px;
  background: rgba(0, 0, 0, 0.9);
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  background: rgba(50, 50, 50, 0.98);
}
.sub-menu a {
  display: block;
  padding: 12px 20px;
  color: #eee;
}
.sub-menu .sub-menu {
  top: 0;
  left: 101%;
}
.sub-menu.reverse .sub-menu {
  left: initial;
  right: 101%;
}
.sub-menu li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.sub-menu.cart-menu {
  left: initial;
  right: 0;
  padding: 10px;
  width: 320px;
}
.sub-menu.cart-menu a {
  padding: 0;
}

.open > .sub-menu {
  display: block;
}

.main-search {
  display: none;
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  padding: 30px 40px;
  background: #323232;
}
.main-search .search-toggle {
  position: absolute;
  color: #fff;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

@media screen and (max-width: 992px) {
  .main-menu-toggle {
    float: right;
    display: block;
    margin-top: 15px;
  }

  .main-menu {
    display: none;
    position: fixed;
    top: 80px;
    bottom: 0;
    right: 0;
    width: 220px;
    background: #222;
    overflow: auto;
  }

  .menu-open .main-menu {
    display: block;
  }

  .main-menu > li {
    float: none;
    line-height: normal;
  }

  .main-menu > li > a {
    padding: 10px 20px;
    color: #eee;
  }

  .sub-menu {
    position: static;
    background-color: #444;
  }
  .sub-menu .sub-menu {
    background-color: #666;
  }
  .sub-menu .sub-menu .sub-menu {
    background-color: #888;
  }
  .sub-menu.cart-menu {
    width: 100%;
  }

  .main-menu a {
    position: relative;
  }

  .main-menu li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .main-menu li.current > a {
    color: #fff;
    background-color: #357edd;
  }

  .main-menu li.open > a {
    color: #fff;
  }
}
@media screen and (max-width: 480px) {
  html {
    font-size: 16px;
  }
}
.white-popup {
  position: relative;
  background: #fff;
  padding: 20px;
  width: auto;
  max-width: 700px;
  margin: 20px auto;
}

.service-box {
  position: relative;
  display: block;
  background: #357edd;
}

.service-box img {
  opacity: 1;
  transition: all 0.5s;
}

.service-box:hover img {
  opacity: 0.6;
}

.service-box .title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
  background: #357edd;
  line-height: 1.33;
  font-size: 1.2em;
  font-weight: 300;
  transition: all 0.5s;
}

.service-box:hover .title {
  background: #333;
}

.hollow {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
}

.hover-hollow:hover {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
}

.form-control.slick {
  border: 0;
  border-bottom: 1px solid #eee;
  box-shadow: none;
  border-radius: 0;
}

.form-control.slick:focus {
  border-bottom-color: #357edd;
}

.owl-carousel.slider[data-nav="true"] .owl-nav {
  margin: 0;
}
.owl-carousel.slider[data-nav="true"] .owl-nav .owl-prev, .owl-carousel.slider[data-nav="true"] .owl-nav .owl-next {
  background: transparent;
  padding: 0;
  border-radius: 0;
  margin: 0;
  font-size: 0;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent url(#) no-repeat center center;
  opacity: 0.3;
  transition: all 0.3s;
}
.owl-carousel.slider[data-nav="true"] .owl-nav .owl-prev {
  left: -30px;
  background-image: url(../images/arrow-left.svg);
}
.owl-carousel.slider[data-nav="true"] .owl-nav .owl-next {
  right: -30px;
  background-image: url(../images/arrow-right.svg);
}
.owl-carousel.slider[data-nav="true"] .owl-nav .owl-prev:hover, .owl-carousel.slider[data-nav="true"] .owl-nav .owl-next:hover {
  opacity: 1;
}

.owl-carousel.slider[data-nav-position="inside"] .owl-nav .owl-prev {
  left: 15px;
}
.owl-carousel.slider[data-nav-position="inside"] .owl-nav .owl-next {
  right: 15px;
}

@media only screen and (max-width: 768) {
  .owl-carousel.slider[data-nav="true"] .owl-nav .owl-prev {
    left: 25px !important;
    width: 30px;
    height: 60px;
    background-size: cover;
  }

  .owl-carousel.slider[data-nav="true"] .owl-nav .owl-next {
    right: 25px !important;
    width: 30px;
    height: 60px;
    background-size: cover;
  }
}
.banner.banner-block {
  margin-top: 80px;
}
.banner.banner-bg {
  background: transparent url(#) no-repeat center center;
}
.banner.banner-bg-cover {
  background-size: cover;
}
.banner h1.text-shadow {
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.banner-slider .slider-item {
  background: transparent url(#) no-repeat center center;
  background-size: cover;
}

.morphext > .animated {
  display: inline-block;
}

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

.page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #fff;
}
.page-loader img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  transform: translate(-50%, -50%);
}
