<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* line 1, app/assets/stylesheets/application.css.scss */
.profiler-results {
  display: none;
}

/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 * require_tree .
 *= require_self
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
/* line 6, ../bundle/vendor/ruby/2.6.0/gems/photoswipe-rails-4.1.2/app/assets/stylesheets/photoswipe/photoswipe.scss */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}

/* line 21, ../bundle/vendor/ruby/2.6.0/gems/photoswipe-rails-4.1.2/app/assets/stylesheets/photoswipe/photoswipe.scss */
.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 24, ../bundle/vendor/ruby/2.6.0/gems/photoswipe-rails-4.1.2/app/assets/stylesheets/photoswipe/photoswipe.scss */
.pswp img {
  max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */
/* line 28, ../bundle/vendor/ruby/2.6.0/gems/photoswipe-rails-4.1.2/app/assets/stylesheets/photoswipe/photoswipe.scss */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* line 36, ../bundle/vendor/ruby/2.6.0/gems/photoswipe-rails-4.1.2/app/assets/stylesheets/photoswipe/photoswipe.scss */
.pswp--open {
  display: block;
}

/* line 39, ../bundle/vendor/ruby/2.6.0/gems/photoswipe-rails-4.1.2/app/assets/stylesheets/photoswipe/photoswipe.scss */
.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

/* line 45, ../bundle/vendor/ruby/2.6.0/gems/photoswipe-rails-4.1.2/app/assets/stylesheets/photoswipe/photoswipe.scss */
.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

/* line 51, ../bundle/vendor/ruby/2.6.0/gems/photoswipe-rails-4.1.2/app/assets/stylesheets/photoswipe/photoswipe.scss */
.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
/* line 61, ../bundle/vendor/ruby/2.6.0/gems/photoswipe-rails-4.1.2/app/assets/stylesheets/photoswipe/photoswipe.scss */
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

/* line 74, ../bundle/vendor/ruby/2.6.0/gems/photoswipe-rails-4.1.2/app/assets/stylesheets/photoswipe/photoswipe.scss */
.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* line 82, ../bundle/vendor/ruby/2.6.0/gems/photoswipe-rails-4.1.2/app/assets/stylesheets/photoswipe/photoswipe.scss */
.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */
/* line 93, ../bundle/vendor/ruby/2.6.0/gems/photoswipe-rails-4.1.2/app/assets/stylesheets/photoswipe/photoswipe.scss */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

/* line 102, ../bundle/vendor/ruby/2.6.0/gems/photoswipe-rails-4.1.2/app/assets/stylesheets/photoswipe/photoswipe.scss */
.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* line 112, ../bundle/vendor/ruby/2.6.0/gems/photoswipe-rails-4.1.2/app/assets/stylesheets/photoswipe/photoswipe.scss */
.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* line 118, ../bundle/vendor/ruby/2.6.0/gems/photoswipe-rails-4.1.2/app/assets/stylesheets/photoswipe/photoswipe.scss */
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}

/* line 123, ../bundle/vendor/ruby/2.6.0/gems/photoswipe-rails-4.1.2/app/assets/stylesheets/photoswipe/photoswipe.scss */
.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

/* line 127, ../bundle/vendor/ruby/2.6.0/gems/photoswipe-rails-4.1.2/app/assets/stylesheets/photoswipe/photoswipe.scss */
.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

/* line 135, ../bundle/vendor/ruby/2.6.0/gems/photoswipe-rails-4.1.2/app/assets/stylesheets/photoswipe/photoswipe.scss */
.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
/* line 146, ../bundle/vendor/ruby/2.6.0/gems/photoswipe-rails-4.1.2/app/assets/stylesheets/photoswipe/photoswipe.scss */
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

/*
	div element that matches size of large image
	large image loads on top of it
*/
/* line 153, ../bundle/vendor/ruby/2.6.0/gems/photoswipe-rails-4.1.2/app/assets/stylesheets/photoswipe/photoswipe.scss */
.pswp__img--placeholder--blank {
  background: #222;
}

/* line 156, ../bundle/vendor/ruby/2.6.0/gems/photoswipe-rails-4.1.2/app/assets/stylesheets/photoswipe/photoswipe.scss */
.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
/* line 166, ../bundle/vendor/ruby/2.6.0/gems/photoswipe-rails-4.1.2/app/assets/stylesheets/photoswipe/photoswipe.scss */
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

/* line 177, ../bundle/vendor/ruby/2.6.0/gems/photoswipe-rails-4.1.2/app/assets/stylesheets/photoswipe/photoswipe.scss */
.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* &lt;button&gt; css reset */
/* line 20, ../bundle/vendor/ruby/2.6.0/gems/photoswipe-rails-4.1.2/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 38, ../bundle/vendor/ruby/2.6.0/gems/photoswipe-rails-4.1.2/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp__button:focus, .pswp__button:hover {
  opacity: 1;
}

/* line 40, ../bundle/vendor/ruby/2.6.0/gems/photoswipe-rails-4.1.2/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp__button:active {
  outline: none;
  opacity: 0.9;
}

/* line 43, ../bundle/vendor/ruby/2.6.0/gems/photoswipe-rails-4.1.2/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
/* line 48, ../bundle/vendor/ruby/2.6.0/gems/photoswipe-rails-4.1.2/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

/* line 51, ../bundle/vendor/ruby/2.6.0/gems/photoswipe-rails-4.1.2/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(/assets/photoswipe/default-skin/default-skin-fd2d3fed8d73fb4a3265475c444817343f3383348c254428f85e7b4b076c7dcf.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  /* line 61, ../bundle/vendor/ruby/2.6.0/gems/photoswipe-rails-4.1.2/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(/assets/photoswipe/default-skin/default-skin-6dc726bc8f137fa9051f66fbed7b89480c64986e67253879e9d85bb1a8e2677c.svg);
  }
  /* line 65, ../bundle/vendor/ruby/2.6.0/gems/photoswipe-rails-4.1.2/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}

/* line 69, ../bundle/vendor/ruby/2.6.0/gems/photoswipe-rails-4.1.2/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp__button--close {
  background-position: 0 -44px;
}

/* line 72, ../bundle/vendor/ruby/2.6.0/gems/photoswipe-rails-4.1.2/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp__button--share {
  background-position: -44px -44px;
}

/* line 75, ../bundle/vendor/ruby/2.6.0/gems/photoswipe-rails-4.1.2/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp__button--fs {
  display: none;
}

/* line 78, ../bundle/vendor/ruby/2.6.0/gems/photoswipe-rails-4.1.2/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp--supports-fs .pswp__button--fs {
  display: block;
}

/* line 81, ../bundle/vendor/ruby/2.6.0/gems/photoswipe-rails-4.1.2/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

/* line 84, ../bundle/vendor/ruby/2.6.0/gems/photoswipe-rails-4.1.2/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

/* line 88, ../bundle/vendor/ruby/2.6.0/gems/photoswipe-rails-4.1.2/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

/* line 91, ../bundle/vendor/ruby/2.6.0/gems/photoswipe-rails-4.1.2/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

/* no arrows on touch screens */
/* line 95, ../bundle/vendor/ruby/2.6.0/gems/photoswipe-rails-4.1.2/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
/* line 103, ../bundle/vendor/ruby/2.6.0/gems/photoswipe-rails-4.1.2/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}

/* line 112, ../bundle/vendor/ruby/2.6.0/gems/photoswipe-rails-4.1.2/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp__button--arrow--left {
  left: 0;
}

/* line 115, ../bundle/vendor/ruby/2.6.0/gems/photoswipe-rails-4.1.2/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp__button--arrow--right {
  right: 0;
}

/* line 118, ../bundle/vendor/ruby/2.6.0/gems/photoswipe-rails-4.1.2/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}

/* line 127, ../bundle/vendor/ruby/2.6.0/gems/photoswipe-rails-4.1.2/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}

/* line 131, ../bundle/vendor/ruby/2.6.0/gems/photoswipe-rails-4.1.2/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}

/*

	2. Share modal/popup and links

 */
/* line 140, ../bundle/vendor/ruby/2.6.0/gems/photoswipe-rails-4.1.2/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 147, ../bundle/vendor/ruby/2.6.0/gems/photoswipe-rails-4.1.2/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

/* line 163, ../bundle/vendor/ruby/2.6.0/gems/photoswipe-rails-4.1.2/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp__share-modal--hidden {
  display: none;
}

/* line 166, ../bundle/vendor/ruby/2.6.0/gems/photoswipe-rails-4.1.2/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

/* line 184, ../bundle/vendor/ruby/2.6.0/gems/photoswipe-rails-4.1.2/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}

/* line 191, ../bundle/vendor/ruby/2.6.0/gems/photoswipe-rails-4.1.2/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}

/* line 194, ../bundle/vendor/ruby/2.6.0/gems/photoswipe-rails-4.1.2/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}

/* line 197, ../bundle/vendor/ruby/2.6.0/gems/photoswipe-rails-4.1.2/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

/* line 200, ../bundle/vendor/ruby/2.6.0/gems/photoswipe-rails-4.1.2/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp__share-modal--fade-in {
  opacity: 1;
}

/* line 202, ../bundle/vendor/ruby/2.6.0/gems/photoswipe-rails-4.1.2/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* increase size of share links on touch devices */
/* line 208, ../bundle/vendor/ruby/2.6.0/gems/photoswipe-rails-4.1.2/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

/* line 211, ../bundle/vendor/ruby/2.6.0/gems/photoswipe-rails-4.1.2/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}

/* line 225, ../bundle/vendor/ruby/2.6.0/gems/photoswipe-rails-4.1.2/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}

/* line 228, ../bundle/vendor/ruby/2.6.0/gems/photoswipe-rails-4.1.2/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}

/* line 231, ../bundle/vendor/ruby/2.6.0/gems/photoswipe-rails-4.1.2/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}

/* line 235, ../bundle/vendor/ruby/2.6.0/gems/photoswipe-rails-4.1.2/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}

/* line 239, ../bundle/vendor/ruby/2.6.0/gems/photoswipe-rails-4.1.2/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
a.pswp__share--download:hover {
  background: #DDD;
}

/*

	3. Index indicator ("1 of X" counter)

 */
/* line 247, ../bundle/vendor/ruby/2.6.0/gems/photoswipe-rails-4.1.2/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}

/*
	
	4. Caption

 */
/* line 263, ../bundle/vendor/ruby/2.6.0/gems/photoswipe-rails-4.1.2/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}

/* line 269, ../bundle/vendor/ruby/2.6.0/gems/photoswipe-rails-4.1.2/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}

/* line 273, ../bundle/vendor/ruby/2.6.0/gems/photoswipe-rails-4.1.2/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC;
}

/* line 282, ../bundle/vendor/ruby/2.6.0/gems/photoswipe-rails-4.1.2/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp__caption--empty {
  display: none;
}

/* Fake caption element, used to calculate height of next/prev image */
/* line 286, ../bundle/vendor/ruby/2.6.0/gems/photoswipe-rails-4.1.2/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp__caption--fake {
  visibility: hidden;
}

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
/* line 296, ../bundle/vendor/ruby/2.6.0/gems/photoswipe-rails-4.1.2/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}

/* line 309, ../bundle/vendor/ruby/2.6.0/gems/photoswipe-rails-4.1.2/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

/* line 314, ../bundle/vendor/ruby/2.6.0/gems/photoswipe-rails-4.1.2/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp__preloader--active {
  opacity: 1;
}

/* line 316, ../bundle/vendor/ruby/2.6.0/gems/photoswipe-rails-4.1.2/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(/assets/photoswipe/default-skin/preloader-80d7ed3f3f4b50628f219778db814955e7d2007c05be88556778f90ee290715c.gif) 0 0 no-repeat;
}

/* line 320, ../bundle/vendor/ruby/2.6.0/gems/photoswipe-rails-4.1.2/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}

/* line 322, ../bundle/vendor/ruby/2.6.0/gems/photoswipe-rails-4.1.2/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite;
}

/* line 325, ../bundle/vendor/ruby/2.6.0/gems/photoswipe-rails-4.1.2/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

/* line 329, ../bundle/vendor/ruby/2.6.0/gems/photoswipe-rails-4.1.2/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}

/* line 339, ../bundle/vendor/ruby/2.6.0/gems/photoswipe-rails-4.1.2/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}

/* line 349, ../bundle/vendor/ruby/2.6.0/gems/photoswipe-rails-4.1.2/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  /* line 365, ../bundle/vendor/ruby/2.6.0/gems/photoswipe-rails-4.1.2/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

/*
	
	6. Additional styles

 */
/* root element of UI */
/* line 416, ../bundle/vendor/ruby/2.6.0/gems/photoswipe-rails-4.1.2/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */
/* line 423, ../bundle/vendor/ruby/2.6.0/gems/photoswipe-rails-4.1.2/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

/* line 430, ../bundle/vendor/ruby/2.6.0/gems/photoswipe-rails-4.1.2/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
/* line 440, ../bundle/vendor/ruby/2.6.0/gems/photoswipe-rails-4.1.2/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

/* line 444, ../bundle/vendor/ruby/2.6.0/gems/photoswipe-rails-4.1.2/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
/* line 449, ../bundle/vendor/ruby/2.6.0/gems/photoswipe-rails-4.1.2/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
/* line 454, ../bundle/vendor/ruby/2.6.0/gems/photoswipe-rails-4.1.2/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}

/* line 457, ../bundle/vendor/ruby/2.6.0/gems/photoswipe-rails-4.1.2/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
/* line 465, ../bundle/vendor/ruby/2.6.0/gems/photoswipe-rails-4.1.2/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint &amp; create composition layer for controls. */
  opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */
/* line 473, ../bundle/vendor/ruby/2.6.0/gems/photoswipe-rails-4.1.2/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}

/* line 478, ../bundle/vendor/ruby/2.6.0/gems/photoswipe-rails-4.1.2/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp__element--disabled {
  display: none !important;
}

/* line 481, ../bundle/vendor/ruby/2.6.0/gems/photoswipe-rails-4.1.2/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

/* Regarding vendorded stylesheets imports :
   https://github.com/rails/sass-rails#important-note */
/*!
 * froala_editor v2.3.4 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2016 Froala Labs
 */
/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-element, .fr-element:focus {
  outline: 0 solid transparent;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-box.fr-basic .fr-element {
  text-align: initial;
  color: #000;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: auto;
  min-height: 40px;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-element {
  background: 0 0;
  position: relative;
  z-index: 2;
  -webkit-user-select: auto;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-element a {
  user-select: auto;
  -o-user-select: auto;
  -moz-user-select: auto;
  -khtml-user-select: auto;
  -webkit-user-select: auto;
  -ms-user-select: auto;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-element.fr-disabled {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-element [contenteditable=false] {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-element [contenteditable=true] {
  outline: 0 solid transparent;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-box a.fr-floating-btn {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 32px;
  width: 32px;
  background: #fff;
  color: #1e88e5;
  -webkit-transition: background .2s ease 0s,color .2s ease 0s,transform .2s ease 0s;
  -moz-transition: background .2s ease 0s,color .2s ease 0s,transform .2s ease 0s;
  -ms-transition: background .2s ease 0s,color .2s ease 0s,transform .2s ease 0s;
  -o-transition: background .2s ease 0s,color .2s ease 0s,transform .2s ease 0s;
  outline: 0;
  left: 0;
  top: 0;
  line-height: 32px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  text-align: center;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-box a.fr-floating-btn svg {
  -webkit-transition: transform .2s ease 0s;
  -moz-transition: transform .2s ease 0s;
  -ms-transition: transform .2s ease 0s;
  -o-transition: transform .2s ease 0s;
  fill: #1e88e5;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-box a.fr-floating-btn i {
  font-size: 14px;
  line-height: 32px;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-box a.fr-floating-btn.fr-btn + .fr-btn {
  margin-left: 10px;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-box a.fr-floating-btn:hover {
  background: #ebebeb;
  cursor: pointer;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-box a.fr-floating-btn:hover svg {
  fill: #1e88e5;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-box .fr-visible a.fr-floating-btn {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
iframe.fr-iframe {
  width: 100%;
  border: 0;
  position: relative;
  display: block;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-wrapper {
  position: relative;
  z-index: 1;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-wrapper::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-wrapper .fr-placeholder {
  position: absolute;
  font-size: 12px;
  color: #aaa;
  z-index: 1;
  display: none;
  top: 0;
  left: 0;
  overflow: hidden;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-wrapper.show-placeholder .fr-placeholder {
  display: block;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-wrapper ::selection {
  background: #b5d6fd;
  color: #000;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-wrapper ::-moz-selection {
  background: #b5d6fd;
  color: #000;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-box.fr-rtl .fr-wrapper .fr-placeholder {
  right: 0;
  left: auto;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-box.fr-basic .fr-wrapper {
  background: #fff;
  border: 0;
  border-top: 0;
  top: 0;
  left: 0;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-box.fr-basic.fr-rtl .fr-wrapper .fr-placeholder {
  right: 0;
  left: auto;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-box.fr-basic.fr-top .fr-wrapper {
  border-top: 0;
  border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-box.fr-basic.fr-bottom .fr-wrapper {
  border-bottom: 0;
  border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 2px rgba(0, 0, 0, 0.24);
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-tooltip {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 8px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 4px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 4px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 4px rgba(0, 0, 0, 0.23);
  background: #222;
  color: #fff;
  font-size: 11px;
  line-height: 22px;
  font-family: Arial,Helvetica,sans-serif;
  -webkit-transition: opacity .2s ease 0s;
  -moz-transition: opacity .2s ease 0s;
  -ms-transition: opacity .2s ease 0s;
  -o-transition: opacity .2s ease 0s;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "alpha(Opacity=0)";
  left: -3000px;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  z-index: 9997;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-tooltip.fr-visible {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: "alpha(Opacity=0)";
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-toolbar {
  color: #222;
  background: #fff;
  position: relative;
  z-index: 4;
  font-family: Arial,Helvetica,sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  padding: 0 2px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  text-align: left;
  border: 0;
  border-top: 5px solid #222;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-toolbar::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-toolbar.fr-rtl {
  text-align: right;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-toolbar.fr-inline {
  display: none;
  white-space: nowrap;
  position: absolute;
  margin-top: 10px;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-toolbar.fr-inline .fr-arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #222;
  position: absolute;
  top: -9px;
  left: 50%;
  margin-left: -5px;
  display: inline-block;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-toolbar.fr-inline.fr-above {
  margin-top: -10px;
  -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 2px rgba(0, 0, 0, 0.24);
  border-bottom: 5px solid #222;
  border-top: 0;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-toolbar.fr-inline.fr-above .fr-arrow {
  top: auto;
  bottom: -9px;
  border-bottom: 0;
  border-top-color: inherit;
  border-top-style: solid;
  border-top-width: 5px;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-toolbar.fr-top {
  top: 0;
  border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-toolbar.fr-bottom {
  bottom: 0;
  border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-separator {
  background: #ebebeb;
  display: block;
  vertical-align: top;
  float: left;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-separator + .fr-separator {
  display: none;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-separator.fr-vs {
  height: 33px;
  width: 1px;
  margin: 2px;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-separator.fr-hs {
  clear: both;
  height: 1px;
  width: calc(100% - (2 * 2px));
  margin: 0 2px;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-separator.fr-hidden {
  display: none !important;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-rtl .fr-separator {
  float: right;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-toolbar.fr-inline .fr-separator.fr-hs {
  float: none;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-toolbar.fr-inline .fr-separator.fr-vs {
  float: none;
  display: inline-block;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-toolbar .fr-command.fr-btn, .fr-popup .fr-command.fr-btn {
  background: 0 0;
  color: #222;
  -moz-outline: 0;
  outline: 0;
  border: 0;
  line-height: 1;
  cursor: pointer;
  text-align: left;
  margin: 0 2px;
  -webkit-transition: background .2s ease 0s;
  -moz-transition: background .2s ease 0s;
  -ms-transition: background .2s ease 0s;
  -o-transition: background .2s ease 0s;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  z-index: 2;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  float: left;
  padding: 0;
  width: 38px;
  height: 37px;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-toolbar .fr-command.fr-btn i, .fr-popup .fr-command.fr-btn i {
  display: block;
  font-size: 15px;
  width: 15px;
  margin: 11px 11.5px;
  text-align: center;
  float: none;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-toolbar .fr-command.fr-btn span, .fr-popup .fr-command.fr-btn span {
  font-size: 14px;
  display: block;
  line-height: 14px;
  min-width: 38px;
  float: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  height: 15px;
  font-weight: 700;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-toolbar .fr-command.fr-btn img, .fr-popup .fr-command.fr-btn img {
  margin: 11px 11.5px;
  width: 15px;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-toolbar .fr-command.fr-btn.fr-active, .fr-popup .fr-command.fr-btn.fr-active {
  color: #1e88e5;
  background: 0 0;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-selection, .fr-popup .fr-command.fr-btn.fr-dropdown.fr-selection {
  width: auto;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-selection span, .fr-popup .fr-command.fr-btn.fr-dropdown.fr-selection span {
  font-weight: 400;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-toolbar .fr-command.fr-btn.fr-dropdown i, .fr-popup .fr-command.fr-btn.fr-dropdown i, .fr-toolbar .fr-command.fr-btn.fr-dropdown span, .fr-popup .fr-command.fr-btn.fr-dropdown span, .fr-toolbar .fr-command.fr-btn.fr-dropdown img, .fr-popup .fr-command.fr-btn.fr-dropdown img {
  margin-left: 7.5px;
  margin-right: 15.5px;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active, .fr-popup .fr-command.fr-btn.fr-dropdown.fr-active {
  color: #222;
  background: #d6d6d6;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover, .fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover, .fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:focus, .fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:focus {
  background: #d6d6d6 !important;
  color: #222 !important;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover::after, .fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover::after, .fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:focus::after, .fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:focus::after {
  border-top-color: #222 !important;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-toolbar .fr-command.fr-btn.fr-dropdown::after, .fr-popup .fr-command.fr-btn.fr-dropdown::after {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #222;
  right: 3.75px;
  top: 16.5px;
  content: "";
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-toolbar .fr-command.fr-btn.fr-disabled, .fr-popup .fr-command.fr-btn.fr-disabled {
  color: #bdbdbd;
  cursor: default;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-toolbar .fr-command.fr-btn.fr-disabled::after, .fr-popup .fr-command.fr-btn.fr-disabled::after {
  border-top-color: #bdbdbd !important;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-toolbar .fr-command.fr-btn.fr-hidden, .fr-popup .fr-command.fr-btn.fr-hidden {
  display: none;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-toolbar.fr-disabled .fr-btn, .fr-popup.fr-disabled .fr-btn, .fr-toolbar.fr-disabled .fr-btn.fr-active, .fr-popup.fr-disabled .fr-btn.fr-active {
  color: #bdbdbd;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-toolbar.fr-disabled .fr-btn.fr-dropdown::after, .fr-popup.fr-disabled .fr-btn.fr-dropdown::after, .fr-toolbar.fr-disabled .fr-btn.fr-active.fr-dropdown::after, .fr-popup.fr-disabled .fr-btn.fr-active.fr-dropdown::after {
  border-top-color: #bdbdbd;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-toolbar.fr-rtl .fr-command.fr-btn, .fr-popup.fr-rtl .fr-command.fr-btn {
  float: right;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-toolbar.fr-inline .fr-command.fr-btn {
  float: none;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-desktop .fr-command:hover, .fr-desktop .fr-command:focus {
  color: #222;
  background: #ebebeb;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-desktop .fr-command:hover::after, .fr-desktop .fr-command:focus::after {
  border-top-color: #222 !important;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-desktop .fr-command.fr-selected {
  color: #222;
  background: #d6d6d6;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-desktop .fr-command.fr-active:hover, .fr-desktop .fr-command.fr-active:focus {
  color: #1e88e5;
  background: #ebebeb;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-desktop .fr-command.fr-active.fr-selected {
  color: #1e88e5;
  background: #d6d6d6;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-desktop .fr-command.fr-disabled:hover, .fr-desktop .fr-command.fr-disabled:focus, .fr-desktop .fr-command.fr-disabled.fr-selected {
  background: 0 0;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-desktop.fr-disabled .fr-command:hover, .fr-desktop.fr-disabled .fr-command:focus, .fr-desktop.fr-disabled .fr-command.fr-selected {
  background: 0 0;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-toolbar.fr-mobile .fr-command.fr-blink, .fr-popup.fr-mobile .fr-command.fr-blink {
  background: 0 0;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-command.fr-btn + .fr-dropdown-menu {
  display: inline-block;
  position: absolute;
  right: auto;
  bottom: auto;
  height: auto;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 4px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 4px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 4px rgba(0, 0, 0, 0.23);
  z-index: 3;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper {
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 4px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 4px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 4px rgba(0, 0, 0, 0.23);
  padding: 0;
  margin: auto;
  display: inline-block;
  text-align: left;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: max-height .2s ease 0s;
  -moz-transition: max-height .2s ease 0s;
  -ms-transition: max-height .2s ease 0s;
  -o-transition: max-height .2s ease 0s;
  margin-top: 0;
  float: left;
  max-height: 0;
  height: 0;
  margin-top: 0 !important;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content {
  overflow: auto;
  position: relative;
  max-height: 275px;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li {
  padding: 0;
  margin: 0;
  font-size: 15px;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a {
  padding: 0 24px;
  line-height: 200%;
  display: block;
  cursor: pointer;
  white-space: nowrap;
  color: inherit;
  text-decoration: none;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-active {
  background: #d6d6d6;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-disabled {
  color: #bdbdbd;
  cursor: default;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-command.fr-btn.fr-active + .fr-dropdown-menu {
  display: inline-block;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-command.fr-btn.fr-active + .fr-dropdown-menu .fr-dropdown-wrapper {
  height: auto;
  max-height: 275px;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-bottom &gt; .fr-command.fr-btn + .fr-dropdown-menu {
  border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-toolbar.fr-rtl .fr-dropdown-wrapper, .fr-popup.fr-rtl .fr-dropdown-wrapper {
  text-align: right !important;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-popup {
  position: absolute;
  display: none;
  color: #222;
  background: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-family: Arial,Helvetica,sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  margin-top: 10px;
  z-index: 9995;
  text-align: left;
  border: 0;
  border-top: 5px solid #222;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-popup.fr-above {
  margin-top: -10px;
  border-top: 0;
  border-bottom: 5px solid #222;
  -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 2px rgba(0, 0, 0, 0.24);
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-popup.fr-active {
  display: block;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-popup.fr-hidden {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "alpha(Opacity=0)";
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-popup .fr-hs {
  display: block !important;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-popup .fr-hs.fr-hidden {
  display: none !important;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-popup .fr-input-line {
  position: relative;
  padding: 8px 0;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-popup .fr-input-line input[type=text], .fr-popup .fr-input-line textarea {
  width: 100%;
  margin: 0 0 1px;
  border: 0;
  border-bottom: solid 1px #bdbdbd;
  color: #222;
  font-size: 14px;
  padding: 6px 0 2px;
  background: rgba(0, 0, 0, 0);
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-popup .fr-input-line input[type=text]:focus, .fr-popup .fr-input-line textarea:focus {
  border-bottom: solid 2px #1e88e5;
  margin-bottom: 0;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-popup .fr-input-line input + label, .fr-popup .fr-input-line textarea + label {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  color: rgba(0, 0, 0, 0);
  -webkit-transition: color .2s ease 0s;
  -moz-transition: color .2s ease 0s;
  -ms-transition: color .2s ease 0s;
  -o-transition: color .2s ease 0s;
  z-index: 1;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-popup .fr-input-line input.fr-not-empty:focus + label, .fr-popup .fr-input-line textarea.fr-not-empty:focus + label {
  color: #1e88e5;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-popup .fr-input-line input.fr-not-empty + label, .fr-popup .fr-input-line textarea.fr-not-empty + label {
  color: gray;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-popup input, .fr-popup textarea {
  user-select: text;
  -o-user-select: text;
  -moz-user-select: text;
  -khtml-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-popup textarea {
  resize: none;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-popup .fr-buttons {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  padding: 0 2px;
  white-space: nowrap;
  line-height: 0;
  border-bottom: 0;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-popup .fr-buttons::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-popup .fr-buttons .fr-btn {
  display: inline-block;
  float: none;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-popup .fr-buttons .fr-btn i {
  float: left;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-popup .fr-buttons .fr-separator {
  display: inline-block;
  float: none;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-popup .fr-layer {
  width: 225px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 10px;
  display: none;
}

@media (min-width: 768px) {
  /* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
  .fr-popup .fr-layer {
    width: 300px;
  }
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-popup .fr-layer.fr-active {
  display: inline-block;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-popup .fr-action-buttons {
  z-index: 7;
  height: 36px;
  text-align: right;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-popup .fr-action-buttons button.fr-command {
  height: 36px;
  line-height: 1;
  color: #1e88e5;
  padding: 10px;
  cursor: pointer;
  text-decoration: none;
  border: 0;
  background: 0 0;
  font-size: 16px;
  outline: 0;
  -webkit-transition: background .2s ease 0s;
  -moz-transition: background .2s ease 0s;
  -ms-transition: background .2s ease 0s;
  -o-transition: background .2s ease 0s;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-popup .fr-action-buttons button.fr-command + button {
  margin-left: 24px;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-popup .fr-action-buttons button.fr-command:hover, .fr-popup .fr-action-buttons button.fr-command:focus {
  background: #ebebeb;
  color: #1e88e5;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-popup .fr-action-buttons button.fr-command:active {
  background: #d6d6d6;
  color: #1e88e5;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-popup .fr-action-buttons button::-moz-focus-inner {
  border: 0;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-popup .fr-checkbox {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 1;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  vertical-align: middle;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-popup .fr-checkbox svg {
  margin-left: 2px;
  margin-top: 2px;
  display: none;
  width: 10px;
  height: 10px;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-popup .fr-checkbox span {
  border: solid 1px #222;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background .2s ease 0s,border-color .2s ease 0s;
  -moz-transition: background .2s ease 0s,border-color .2s ease 0s;
  -ms-transition: background .2s ease 0s,border-color .2s ease 0s;
  -o-transition: background .2s ease 0s,border-color .2s ease 0s;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-popup .fr-checkbox input {
  position: absolute;
  z-index: 2;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "alpha(Opacity=0)";
  border: 0 none;
  cursor: pointer;
  height: 16px;
  margin: 0;
  padding: 0;
  width: 16px;
  top: 1px;
  left: 1px;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-popup .fr-checkbox input:checked + span {
  background: #1e88e5;
  border-color: #1e88e5;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-popup .fr-checkbox input:checked + span svg {
  display: block;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-popup .fr-checkbox input:focus + span {
  border-color: #1e88e5;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-popup .fr-checkbox-line {
  font-size: 14px;
  line-height: 1.4px;
  margin-top: 10px;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-popup .fr-checkbox-line label {
  cursor: pointer;
  margin: 0 5px;
  vertical-align: middle;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-popup.fr-rtl {
  direction: rtl;
  text-align: right;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-popup.fr-rtl .fr-action-buttons {
  text-align: left;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-popup.fr-rtl .fr-input-line input + label, .fr-popup.fr-rtl .fr-input-line textarea + label {
  left: auto;
  right: 0;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-popup .fr-arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #222;
  position: absolute;
  top: -9px;
  left: 50%;
  margin-left: -5px;
  display: inline-block;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-popup.fr-above .fr-arrow {
  top: auto;
  bottom: -9px;
  border-bottom: 0;
  border-top: 5px solid #222;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-text-edit-layer {
  width: 250px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block !important;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-visibility-helper {
  display: none;
  margin-left: 0 !important;
}

@media (min-width: 768px) {
  /* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
  .fr-visibility-helper {
    margin-left: 1px !important;
  }
}

@media (min-width: 992px) {
  /* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
  .fr-visibility-helper {
    margin-left: 2px !important;
  }
}

@media (min-width: 1200px) {
  /* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
  .fr-visibility-helper {
    margin-left: 3px !important;
  }
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-opacity-0 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "alpha(Opacity=0)";
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-box {
  position: relative;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-sticky {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-sticky-off {
  position: relative;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-sticky-on {
  position: fixed;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-sticky-on.fr-sticky-ios {
  position: absolute;
  left: 0;
  right: 0;
  width: auto !important;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-sticky-dummy {
  display: none;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/froala_editor.min.css */
.fr-sticky-on + .fr-sticky-dummy, .fr-sticky-box &gt; .fr-sticky-dummy {
  display: block;
}

/*!
 * froala_editor v2.3.4 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2016 Froala Labs
 */
/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-box.fr-basic .fr-element {
  color: #000;
  padding: 10px;
  overflow-x: auto;
  min-height: 40px;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme .fr-element {
  -webkit-user-select: auto;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-box a.fr-floating-btn {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  height: 32px;
  width: 32px;
  background: #fff;
  color: #42a5f5;
  -webkit-transition: background .2s ease 0s,color .2s ease 0s,transform .2s ease 0s;
  -moz-transition: background .2s ease 0s,color .2s ease 0s,transform .2s ease 0s;
  -ms-transition: background .2s ease 0s,color .2s ease 0s,transform .2s ease 0s;
  -o-transition: background .2s ease 0s,color .2s ease 0s,transform .2s ease 0s;
  left: 0;
  top: 0;
  line-height: 32px;
  border: 0;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-box a.fr-floating-btn svg {
  -webkit-transition: transform .2s ease 0s;
  -moz-transition: transform .2s ease 0s;
  -ms-transition: transform .2s ease 0s;
  -o-transition: transform .2s ease 0s;
  fill: #42a5f5;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-box a.fr-floating-btn i {
  font-size: 14px;
  line-height: 32px;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-box a.fr-floating-btn:hover {
  background: #3d3d3d;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-box a.fr-floating-btn:hover svg {
  fill: #42a5f5;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme .fr-wrapper .fr-placeholder {
  font-size: 12px;
  color: #aaa;
  top: 0;
  left: 0;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme .fr-wrapper ::selection {
  background: #b5d6fd;
  color: #000;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme .fr-wrapper ::-moz-selection {
  background: #b5d6fd;
  color: #000;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-box.fr-rtl .fr-wrapper .fr-placeholder {
  right: 0;
  left: auto;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-box.fr-basic .fr-wrapper {
  background: #fff;
  border: 0;
  border-top: 0;
  top: 0;
  left: 0;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-box.fr-basic.fr-rtl .fr-wrapper .fr-placeholder {
  right: 0;
  left: auto;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-box.fr-basic.fr-top .fr-wrapper {
  border-top: 0;
  border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-box.fr-basic.fr-bottom .fr-wrapper {
  border-bottom: 0;
  border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 2px rgba(0, 0, 0, 0.24);
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme .fr-sticky-on.fr-sticky-ios {
  left: 0;
  right: 0;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-box .fr-counter {
  color: #aaa;
  background: #fff;
  border-top: solid 1px #ebebeb;
  border-left: solid 1px #ebebeb;
  border-radius: 2px 0 0;
  -moz-border-radius: 2px 0 0;
  -webkit-border-radius: 2px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-box.fr-rtl .fr-counter {
  right: auto;
  border-right: solid 1px #ebebeb;
  border-radius: 0 2px 0 0;
  -moz-border-radius: 0 2px 0 0;
  -webkit-border-radius: 0 2px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme textarea.fr-code {
  background: #fff;
  color: #000;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-box.fr-code-view.fr-inline {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-box.fr-inline .fr-command.fr-btn.html-switch {
  top: 0;
  right: 0;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background: #fff;
  color: #fff;
  -moz-outline: 0;
  outline: 0;
  border: 0;
  padding: 11px 11.5px;
  -webkit-transition: background .2s ease 0s;
  -moz-transition: background .2s ease 0s;
  -ms-transition: background .2s ease 0s;
  -o-transition: background .2s ease 0s;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-box.fr-inline .fr-command.fr-btn.html-switch i {
  font-size: 15px;
  width: 15px;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-box.fr-inline .fr-command.fr-btn.html-switch.fr-desktop:hover {
  background: #3d3d3d;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-popup .fr-colors-tabs {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-popup .fr-colors-tabs .fr-colors-tab {
  color: #fff;
  padding: 8px 0;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-popup .fr-colors-tabs .fr-colors-tab:hover {
  color: #42a5f5;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-popup .fr-colors-tabs .fr-colors-tab[data-param1=background]::after {
  bottom: 0;
  left: 0;
  background: #42a5f5;
  -webkit-transition: transform .2s ease 0s;
  -moz-transition: transform .2s ease 0s;
  -ms-transition: transform .2s ease 0s;
  -o-transition: transform .2s ease 0s;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab {
  color: #42a5f5;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-popup .fr-color-set {
  line-height: 0;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-popup .fr-color-set &gt; span &gt; i {
  bottom: 0;
  left: 0;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-popup .fr-color-set &gt; span.fr-selected-color::after {
  color: #fff;
  font-weight: 400;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-popup .fr-color-set &gt; span:hover, .dark-theme.fr-popup .fr-color-set &gt; span.fr-selected-color {
  outline: 1px solid #fff;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme .fr-drag-helper {
  background: #42a5f5;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme .fr-file-upload-layer {
  border: dashed 2px gray;
  padding: 25px 0;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme .fr-file-upload-layer:hover {
  background: #3d3d3d;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme .fr-file-upload-layer.fr-drop {
  background: #3d3d3d;
  border-color: #42a5f5;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme .fr-file-upload-layer .fr-form {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme .fr-file-progress-bar-layer &gt; h3 {
  margin: 10px 0;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme .fr-file-progress-bar-layer &gt; div.fr-loader {
  background: #c6e4fc;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme .fr-file-progress-bar-layer &gt; div.fr-loader span {
  background: #42a5f5;
  -webkit-transition: width .2s ease 0s;
  -moz-transition: width .2s ease 0s;
  -ms-transition: width .2s ease 0s;
  -o-transition: width .2s ease 0s;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme .fr-file-progress-bar-layer &gt; div.fr-loader.fr-indeterminate span {
  top: 0;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-box.fr-fullscreen {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme .fr-image-resizer {
  border: solid 1px #42a5f5;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme .fr-image-resizer .fr-handler {
  background: #42a5f5;
  border: solid 1px #fff;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme .fr-image-resizer .fr-handler {
  width: 12px;
  height: 12px;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme .fr-image-resizer .fr-handler.fr-hnw {
  left: -6px;
  top: -6px;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme .fr-image-resizer .fr-handler.fr-hne {
  right: -6px;
  top: -6px;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme .fr-image-resizer .fr-handler.fr-hsw {
  left: -6px;
  bottom: -6px;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme .fr-image-resizer .fr-handler.fr-hse {
  right: -6px;
  bottom: -6px;
}

@media (min-width: 1200px) {
  /* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
  .dark-theme .fr-image-resizer .fr-handler {
    width: 10px;
    height: 10px;
  }
  /* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
  .dark-theme .fr-image-resizer .fr-handler.fr-hnw {
    left: -5px;
    top: -5px;
  }
  /* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
  .dark-theme .fr-image-resizer .fr-handler.fr-hne {
    right: -5px;
    top: -5px;
  }
  /* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
  .dark-theme .fr-image-resizer .fr-handler.fr-hsw {
    left: -5px;
    bottom: -5px;
  }
  /* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
  .dark-theme .fr-image-resizer .fr-handler.fr-hse {
    right: -5px;
    bottom: -5px;
  }
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-image-overlay {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme .fr-image-upload-layer {
  border: dashed 2px gray;
  padding: 25px 0;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme .fr-image-upload-layer:hover {
  background: #3d3d3d;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme .fr-image-upload-layer.fr-drop {
  background: #3d3d3d;
  border-color: #42a5f5;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme .fr-image-upload-layer .fr-form {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme .fr-image-progress-bar-layer &gt; h3 {
  margin: 10px 0;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme .fr-image-progress-bar-layer &gt; div.fr-loader {
  background: #c6e4fc;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme .fr-image-progress-bar-layer &gt; div.fr-loader span {
  background: #42a5f5;
  -webkit-transition: width .2s ease 0s;
  -moz-transition: width .2s ease 0s;
  -ms-transition: width .2s ease 0s;
  -o-transition: width .2s ease 0s;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme .fr-image-progress-bar-layer &gt; div.fr-loader.fr-indeterminate span {
  top: 0;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-modal {
  overflow-x: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-modal .fr-modal-wrapper {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 20px auto;
  background: #fff;
  -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.19), 0 4px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.19), 0 4px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.19), 0 4px 6px rgba(0, 0, 0, 0.23);
  border: 0;
  border-top: 5px solid #222;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
  .dark-theme.fr-modal .fr-modal-wrapper {
    margin: 30px auto;
  }
}

@media (min-width: 992px) {
  /* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
  .dark-theme.fr-modal .fr-modal-wrapper {
    margin: 50px auto;
  }
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-modal .fr-modal-wrapper .fr-preloader {
  margin: 50px auto;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-modal .fr-modal-wrapper .fr-modal-title {
  background: #353535;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 4px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 4px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 4px rgba(0, 0, 0, 0.23);
  border-bottom: 0;
  -webkit-transition: height .2s ease 0s;
  -moz-transition: height .2s ease 0s;
  -ms-transition: height .2s ease 0s;
  -o-transition: height .2s ease 0s;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-modal .fr-modal-wrapper .fr-modal-title .fr-modal-title-line h4 {
  color: #fff;
  margin: 0;
  font-weight: 400;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-modal .fr-modal-wrapper .fr-modal-title .fr-modal-title-line i {
  color: #fff;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-modal .fr-modal-wrapper .fr-modal-title .fr-modal-title-line i.fr-modal-more {
  -webkit-transition: padding .2s ease 0s,width .2s ease 0s,opacity .2s ease 0s;
  -moz-transition: padding .2s ease 0s,width .2s ease 0s,opacity .2s ease 0s;
  -ms-transition: padding .2s ease 0s,width .2s ease 0s,opacity .2s ease 0s;
  -o-transition: padding .2s ease 0s,width .2s ease 0s,opacity .2s ease 0s;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-modal .fr-modal-wrapper .fr-modal-title .fr-modal-title-line i.fr-modal-more.fr-not-available {
  opacity: 0;
  width: 0;
  padding: 12px 0;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-modal .fr-modal-wrapper .fr-modal-title .fr-modal-title-line i.fr-modal-close {
  top: 0;
  right: 0;
  -webkit-transition: color .2s ease 0s;
  -moz-transition: color .2s ease 0s;
  -ms-transition: color .2s ease 0s;
  -o-transition: color .2s ease 0s;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-modal .fr-modal-wrapper .fr-modal-title .fr-modal-tags a {
  opacity: 0;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #42a5f5;
  -webkit-transition: opacity .2s ease 0s,background .2s ease 0s;
  -moz-transition: opacity .2s ease 0s,background .2s ease 0s;
  -ms-transition: opacity .2s ease 0s,background .2s ease 0s;
  -o-transition: opacity .2s ease 0s,background .2s ease 0s;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-modal .fr-modal-wrapper .fr-modal-title .fr-modal-tags a.fr-selected-tag {
  background: #2e2e2e;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-modal .fr-modal-wrapper div.fr-scroller div.fr-image-list {
  padding: 0;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-modal .fr-modal-wrapper div.fr-scroller div.fr-image-list div.fr-image-container {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-modal .fr-modal-wrapper div.fr-scroller div.fr-image-list div.fr-image-container.fr-image-deleting::after {
  -webkit-transition: opacity .2s ease 0s;
  -moz-transition: opacity .2s ease 0s;
  -ms-transition: opacity .2s ease 0s;
  -o-transition: opacity .2s ease 0s;
  background: #000;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-modal .fr-modal-wrapper div.fr-scroller div.fr-image-list div.fr-image-container.fr-image-deleting::before {
  color: #fff;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-modal .fr-modal-wrapper div.fr-scroller div.fr-image-list div.fr-image-container.fr-empty {
  background: #aaa;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-modal .fr-modal-wrapper div.fr-scroller div.fr-image-list div.fr-image-container.fr-empty::after {
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-modal .fr-modal-wrapper div.fr-scroller div.fr-image-list div.fr-image-container img {
  -webkit-transition: opacity .2s ease 0s,filter .2s ease 0s;
  -moz-transition: opacity .2s ease 0s,filter .2s ease 0s;
  -ms-transition: opacity .2s ease 0s,filter .2s ease 0s;
  -o-transition: opacity .2s ease 0s,filter .2s ease 0s;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-modal .fr-modal-wrapper div.fr-scroller div.fr-image-list div.fr-image-container .fr-delete-img, .dark-theme.fr-modal .fr-modal-wrapper div.fr-scroller div.fr-image-list div.fr-image-container .fr-insert-img {
  -webkit-transition: background .2s ease 0s,color .2s ease 0s;
  -moz-transition: background .2s ease 0s,color .2s ease 0s;
  -ms-transition: background .2s ease 0s,color .2s ease 0s;
  -o-transition: background .2s ease 0s,color .2s ease 0s;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  margin: 0;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-modal .fr-modal-wrapper div.fr-scroller div.fr-image-list div.fr-image-container .fr-delete-img {
  background: #b8312f;
  color: #fff;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-modal .fr-modal-wrapper div.fr-scroller div.fr-image-list div.fr-image-container .fr-insert-img {
  background: #353535;
  color: #42a5f5;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-modal.fr-desktop .fr-modal-wrapper .fr-modal-title .fr-modal-title-line i:hover {
  background: #3d3d3d;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-modal.fr-desktop .fr-modal-wrapper .fr-modal-title .fr-modal-tags a:hover {
  background: #3d3d3d;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-modal.fr-desktop .fr-modal-wrapper .fr-modal-title .fr-modal-tags a.fr-selected-tag {
  background: #2e2e2e;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-modal.fr-desktop .fr-modal-wrapper div.fr-scroller div.fr-image-list div.fr-image-container .fr-delete-img:hover {
  background: #bf4644;
  color: #fff;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-modal.fr-desktop .fr-modal-wrapper div.fr-scroller div.fr-image-list div.fr-image-container .fr-insert-img:hover {
  background: #3d3d3d;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-overlay {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme .fr-line-breaker {
  border-top: 1px solid #42a5f5;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme .fr-line-breaker a.fr-floating-btn {
  left: calc(50% - (32px / 2));
  top: -16px;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme .fr-qi-helper {
  padding-left: 10px;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme .fr-qi-helper a.fr-btn.fr-floating-btn {
  color: #fff;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme .fr-element table td.fr-selected-cell, .dark-theme .fr-element table th.fr-selected-cell {
  border: 1px double #42a5f5;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme .fr-table-resizer div {
  border-right: 1px solid #42a5f5;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-popup .fr-table-size .fr-select-table-size {
  line-height: 0;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-popup .fr-table-size .fr-select-table-size &gt; span {
  padding: 0 4px 4px 0;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-popup .fr-table-size .fr-select-table-size &gt; span &gt; span {
  border: 1px solid #ddd;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-popup .fr-table-size .fr-select-table-size &gt; span:hover &gt; span, .dark-theme.fr-popup .fr-table-size .fr-select-table-size &gt; span.hover &gt; span {
  background: rgba(66, 165, 245, 0.3);
  border: solid 1px #42a5f5;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-popup .fr-table-colors {
  line-height: 0;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-popup .fr-table-colors &gt; span &gt; i {
  bottom: 0;
  left: 0;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-popup .fr-table-colors &gt; span.fr-selected-color::after {
  color: #fff;
  font-weight: 400;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-popup .fr-table-colors &gt; span:hover, .dark-theme.fr-popup .fr-table-colors &gt; span.fr-selected-color {
  outline: 1px solid #fff;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme .fr-element .fr-video::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-box .fr-video-resizer {
  border: solid 1px #42a5f5;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-box .fr-video-resizer .fr-handler {
  background: #42a5f5;
  border: solid 1px #fff;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-box .fr-video-resizer .fr-handler {
  width: 12px;
  height: 12px;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-box .fr-video-resizer .fr-handler.fr-hnw {
  left: -6px;
  top: -6px;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-box .fr-video-resizer .fr-handler.fr-hne {
  right: -6px;
  top: -6px;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-box .fr-video-resizer .fr-handler.fr-hsw {
  left: -6px;
  bottom: -6px;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-box .fr-video-resizer .fr-handler.fr-hse {
  right: -6px;
  bottom: -6px;
}

@media (min-width: 1200px) {
  /* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
  .dark-theme.fr-box .fr-video-resizer .fr-handler {
    width: 10px;
    height: 10px;
  }
  /* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
  .dark-theme.fr-box .fr-video-resizer .fr-handler.fr-hnw {
    left: -5px;
    top: -5px;
  }
  /* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
  .dark-theme.fr-box .fr-video-resizer .fr-handler.fr-hne {
    right: -5px;
    top: -5px;
  }
  /* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
  .dark-theme.fr-box .fr-video-resizer .fr-handler.fr-hsw {
    left: -5px;
    bottom: -5px;
  }
  /* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
  .dark-theme.fr-box .fr-video-resizer .fr-handler.fr-hse {
    right: -5px;
    bottom: -5px;
  }
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-video-overlay {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme .fr-view strong {
  font-weight: 700;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme .fr-view table.fr-alternate-rows tbody tr:nth-child(2n) {
  background: #d3d3d3;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme .fr-view table td, .dark-theme .fr-view table th {
  border: 1px solid #ddd;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme .fr-view table th {
  background: #e6e6e6;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme .fr-view[dir=rtl] blockquote {
  border-right: solid 2px #5e35b1;
  margin-right: 0;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme .fr-view[dir=rtl] blockquote blockquote {
  border-color: #00bcd4;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme .fr-view[dir=rtl] blockquote blockquote blockquote {
  border-color: #43a047;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme .fr-view blockquote {
  border-left: solid 2px #5e35b1;
  margin-left: 0;
  color: #5e35b1;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme .fr-view blockquote blockquote {
  border-color: #00bcd4;
  color: #00bcd4;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme .fr-view blockquote blockquote blockquote {
  border-color: #43a047;
  color: #43a047;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme .fr-view span.fr-emoticon {
  line-height: 0;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme .fr-view span.fr-emoticon.fr-emoticon-img {
  font-size: inherit;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme .fr-view .fr-text-bordered {
  padding: 10px 0;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-toolbar .fr-command.fr-btn, .dark-theme.fr-popup .fr-command.fr-btn {
  color: #fff;
  -moz-outline: 0;
  outline: 0;
  border: 0;
  margin: 0 2px;
  -webkit-transition: background .2s ease 0s;
  -moz-transition: background .2s ease 0s;
  -ms-transition: background .2s ease 0s;
  -o-transition: background .2s ease 0s;
  padding: 0;
  width: 38px;
  height: 37px;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-toolbar .fr-command.fr-btn i, .dark-theme.fr-popup .fr-command.fr-btn i {
  font-size: 15px;
  width: 15px;
  margin: 11px 11.5px;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-toolbar .fr-command.fr-btn span, .dark-theme.fr-popup .fr-command.fr-btn span {
  font-size: 14px;
  line-height: 14px;
  min-width: 38px;
  height: 15px;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-toolbar .fr-command.fr-btn img, .dark-theme.fr-popup .fr-command.fr-btn img {
  margin: 11px 11.5px;
  width: 15px;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-toolbar .fr-command.fr-btn.fr-active, .dark-theme.fr-popup .fr-command.fr-btn.fr-active {
  color: #42a5f5;
  background: 0 0;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-selection, .dark-theme.fr-popup .fr-command.fr-btn.fr-dropdown.fr-selection {
  width: auto;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown i, .dark-theme.fr-popup .fr-command.fr-btn.fr-dropdown i, .dark-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown span, .dark-theme.fr-popup .fr-command.fr-btn.fr-dropdown span, .dark-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown img, .dark-theme.fr-popup .fr-command.fr-btn.fr-dropdown img {
  margin-left: 7.5px;
  margin-right: 15.5px;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active, .dark-theme.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active {
  color: #fff;
  background: #2e2e2e;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover, .dark-theme.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover, .dark-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:focus, .dark-theme.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:focus {
  background: #2e2e2e !important;
  color: #fff !important;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover::after, .dark-theme.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover::after, .dark-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:focus::after, .dark-theme.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:focus::after {
  border-top-color: #fff !important;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown::after, .dark-theme.fr-popup .fr-command.fr-btn.fr-dropdown::after {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #fff;
  right: 3.75px;
  top: 16.5px;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-toolbar .fr-command.fr-btn.fr-disabled, .dark-theme.fr-popup .fr-command.fr-btn.fr-disabled {
  color: gray;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-toolbar .fr-command.fr-btn.fr-disabled::after, .dark-theme.fr-popup .fr-command.fr-btn.fr-disabled::after {
  border-top-color: gray !important;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-toolbar.fr-disabled .fr-btn, .dark-theme.fr-popup.fr-disabled .fr-btn, .dark-theme.fr-toolbar.fr-disabled .fr-btn.fr-active, .dark-theme.fr-popup.fr-disabled .fr-btn.fr-active {
  color: gray;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-toolbar.fr-disabled .fr-btn.fr-dropdown::after, .dark-theme.fr-popup.fr-disabled .fr-btn.fr-dropdown::after, .dark-theme.fr-toolbar.fr-disabled .fr-btn.fr-active.fr-dropdown::after, .dark-theme.fr-popup.fr-disabled .fr-btn.fr-active.fr-dropdown::after {
  border-top-color: gray;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme .fr-desktop .fr-command:hover, .dark-theme .fr-desktop .fr-command:focus {
  color: #fff;
  background: #3d3d3d;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme .fr-desktop .fr-command:hover::after, .dark-theme .fr-desktop .fr-command:focus::after {
  border-top-color: #fff !important;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme .fr-desktop .fr-command.fr-selected {
  color: #fff;
  background: #2e2e2e;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme .fr-desktop .fr-command.fr-active:hover, .dark-theme .fr-desktop .fr-command.fr-active:focus {
  color: #42a5f5;
  background: #3d3d3d;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme .fr-desktop .fr-command.fr-active.fr-selected {
  color: #42a5f5;
  background: #2e2e2e;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-toolbar.fr-mobile .fr-command.fr-blink, .dark-theme.fr-popup.fr-mobile .fr-command.fr-blink {
  background: 0 0;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme .fr-command.fr-btn + .fr-dropdown-menu {
  right: auto;
  bottom: auto;
  height: auto;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 4px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 4px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 4px rgba(0, 0, 0, 0.23);
  border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper {
  background: #353535;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 4px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 4px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 4px rgba(0, 0, 0, 0.23);
  padding: 0;
  margin: auto;
  -webkit-transition: max-height .2s ease 0s;
  -moz-transition: max-height .2s ease 0s;
  -ms-transition: max-height .2s ease 0s;
  -o-transition: max-height .2s ease 0s;
  margin-top: 0;
  max-height: 0;
  height: 0;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content {
  overflow: auto;
  max-height: 275px;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list {
  margin: 0;
  padding: 0;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li {
  padding: 0;
  margin: 0;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a {
  color: inherit;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-active {
  background: #2e2e2e;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-disabled {
  color: gray;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme .fr-command.fr-btn.fr-active + .fr-dropdown-menu .fr-dropdown-wrapper {
  height: auto;
  max-height: 275px;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme .fr-bottom &gt; .fr-command.fr-btn + .fr-dropdown-menu {
  border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-popup {
  color: #fff;
  background: #353535;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-family: Arial,Helvetica,sans-serif;
  border: 0;
  border-top: 5px solid #222;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-popup.fr-above {
  border-top: 0;
  border-bottom: 5px solid #222;
  -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 2px rgba(0, 0, 0, 0.24);
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-popup .fr-input-line {
  padding: 8px 0;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-popup .fr-input-line input[type=text], .dark-theme.fr-popup .fr-input-line textarea {
  margin: 0 0 1px;
  border-bottom: solid 1px #bdbdbd;
  color: #fff;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-popup .fr-input-line input[type=text]:focus, .dark-theme.fr-popup .fr-input-line textarea:focus {
  border-bottom: solid 2px #42a5f5;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-popup .fr-input-line input + label, .dark-theme.fr-popup .fr-input-line textarea + label {
  top: 0;
  left: 0;
  -webkit-transition: color .2s ease 0s;
  -moz-transition: color .2s ease 0s;
  -ms-transition: color .2s ease 0s;
  -o-transition: color .2s ease 0s;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-popup .fr-input-line input.fr-not-empty:focus + label, .dark-theme.fr-popup .fr-input-line textarea.fr-not-empty:focus + label {
  color: #42a5f5;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-popup .fr-input-line input.fr-not-empty + label, .dark-theme.fr-popup .fr-input-line textarea.fr-not-empty + label {
  color: gray;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-popup .fr-buttons {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  padding: 0 2px;
  line-height: 0;
  border-bottom: 0;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-popup .fr-layer {
  width: 225px;
}

@media (min-width: 768px) {
  /* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
  .dark-theme.fr-popup .fr-layer {
    width: 300px;
  }
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-popup .fr-action-buttons button.fr-command {
  color: #42a5f5;
  -webkit-transition: background .2s ease 0s;
  -moz-transition: background .2s ease 0s;
  -ms-transition: background .2s ease 0s;
  -o-transition: background .2s ease 0s;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-popup .fr-action-buttons button.fr-command:hover, .dark-theme.fr-popup .fr-action-buttons button.fr-command:focus {
  background: #3d3d3d;
  color: #42a5f5;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-popup .fr-action-buttons button.fr-command:active {
  background: #2e2e2e;
  color: #42a5f5;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-popup .fr-action-buttons button::-moz-focus-inner {
  border: 0;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-popup .fr-checkbox span {
  border: solid 1px #fff;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: background .2s ease 0s,border-color .2s ease 0s;
  -moz-transition: background .2s ease 0s,border-color .2s ease 0s;
  -ms-transition: background .2s ease 0s,border-color .2s ease 0s;
  -o-transition: background .2s ease 0s,border-color .2s ease 0s;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-popup .fr-checkbox input {
  margin: 0;
  padding: 0;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-popup .fr-checkbox input:checked + span {
  background: #42a5f5;
  border-color: #42a5f5;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-popup .fr-checkbox input:focus + span {
  border-color: #42a5f5;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-popup.fr-rtl .fr-input-line input + label, .dark-theme.fr-popup.fr-rtl .fr-input-line textarea + label {
  left: auto;
  right: 0;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-popup .fr-arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #222;
  top: -9px;
  margin-left: -5px;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-popup.fr-above .fr-arrow {
  top: auto;
  bottom: -9px;
  border-bottom: 0;
  border-top: 5px solid #222;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-toolbar {
  color: #fff;
  background: #353535;
  font-family: Arial,Helvetica,sans-serif;
  padding: 0 2px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border: 0;
  border-top: 5px solid #222;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-toolbar.fr-inline .fr-arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #222;
  top: -9px;
  margin-left: -5px;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-toolbar.fr-inline.fr-above {
  -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 2px rgba(0, 0, 0, 0.24);
  border-bottom: 5px solid #222;
  border-top: 0;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-toolbar.fr-inline.fr-above .fr-arrow {
  top: auto;
  bottom: -9px;
  border-bottom: 0;
  border-top-color: inherit;
  border-top-width: 5px;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-toolbar.fr-top {
  top: 0;
  border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme.fr-toolbar.fr-bottom {
  bottom: 0;
  border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme .fr-separator {
  background: #595959;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme .fr-separator.fr-vs {
  height: 33px;
  width: 1px;
  margin: 2px;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme .fr-separator.fr-hs {
  height: 1px;
  width: calc(100% - (2 * 2px));
  margin: 0 2px;
}

/* line 7, ../bundle/vendor/ruby/2.6.0/gems/wysiwyg-rails-2.3.4/app/assets/stylesheets/themes/dark.min.css */
.dark-theme .fr-tooltip {
  top: 0;
  left: 0;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 4px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 4px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 4px rgba(0, 0, 0, 0.23);
  background: #222;
  color: #fff;
  font-size: 11px;
  line-height: 22px;
  font-family: Arial,Helvetica,sans-serif;
  -webkit-transition: opacity .2s ease 0s;
  -moz-transition: opacity .2s ease 0s;
  -ms-transition: opacity .2s ease 0s;
  -o-transition: opacity .2s ease 0s;
}

/* line 2, app/assets/stylesheets/web/_custom_froala.css.scss */
a[href="https://froala.com/wysiwyg-editor"] {
  display: none !important;
}

/* line 6, app/assets/stylesheets/web/_custom_froala.css.scss */
.fr-top {
  box-shadow: none !important;
}

/* line 10, app/assets/stylesheets/web/_custom_froala.css.scss */
.fr-wrapper {
  border: solid 1px #e2e2e2 !important;
  border-top: none !important;
  border-radius: 2px !important;
  box-shadow: none !important;
}

/* line 17, app/assets/stylesheets/web/_custom_froala.css.scss */
.fr-box {
  position: relative;
  z-index: 10;
}

/* line 23, app/assets/stylesheets/web/_custom_froala.css.scss */
.froala-element li, .fr-view li {
  margin-left: 3px;
  display: list-item;
  list-style-position: inside;
}

/* line 29, app/assets/stylesheets/web/_custom_froala.css.scss */
.froala-element ol li, .fr-view ol li {
  list-style-type: decimal;
}

/* line 33, app/assets/stylesheets/web/_custom_froala.css.scss */
.froala-element ul li, .fr-view ul li {
  list-style-type: disc;
}

/* line 37, app/assets/stylesheets/web/_custom_froala.css.scss */
.froala-element .fr-bordered, .fr-view .fr-bordered {
  padding: 2px;
  border: solid 1px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
}

/* line 43, app/assets/stylesheets/web/_custom_froala.css.scss */
.froala-element .fr-rounded, .fr-view .fr-rounded {
  border-radius: 2px;
}

/* line 48, app/assets/stylesheets/web/_custom_froala.css.scss */
.fr-popup .fr-checkbox-line label {
  padding: 0;
  display: inline;
  font-size: inherit;
  font-weight: normal;
}

/* line 55, app/assets/stylesheets/web/_custom_froala.css.scss */
.fr-popup .fr-action-buttons button.fr-command {
  margin-top: 0;
}

/* line 60, app/assets/stylesheets/web/_custom_froala.css.scss */
.fr-dib {
  display: block;
  margin: 0 auto;
}

/*!
 * froala_editor v2.3.4 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2016 Froala Labs
 */
/* line 7, app/assets/stylesheets/_froala_colors.scss */
.clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

/* line 7, app/assets/stylesheets/_froala_colors.scss */
.fr-popup .fr-colors-tabs {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  margin-bottom: 5px;
  line-height: 16px;
  margin-left: -2px;
  margin-right: -2px;
}

/* line 7, app/assets/stylesheets/_froala_colors.scss */
.fr-popup .fr-colors-tabs .fr-colors-tab {
  display: inline-block;
  width: 50%;
  cursor: pointer;
  text-align: center;
  color: #222;
  font-size: 13px;
  padding: 8px 0;
  position: relative;
}

/* line 7, app/assets/stylesheets/_froala_colors.scss */
.fr-popup .fr-colors-tabs .fr-colors-tab:hover {
  color: #1e88e5;
}

/* line 7, app/assets/stylesheets/_froala_colors.scss */
.fr-popup .fr-colors-tabs .fr-colors-tab[data-param1=background]::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #1e88e5;
  content: '';
  -webkit-transition: transform .2s ease 0s;
  -moz-transition: transform .2s ease 0s;
  -ms-transition: transform .2s ease 0s;
  -o-transition: transform .2s ease 0s;
}

/* line 7, app/assets/stylesheets/_froala_colors.scss */
.fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab {
  color: #1e88e5;
}

/* line 7, app/assets/stylesheets/_froala_colors.scss */
.fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab[data-param1=text] ~ [data-param1=background]::after {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
}

/* line 7, app/assets/stylesheets/_froala_colors.scss */
.fr-popup .fr-separator + .fr-colors-tabs {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-left: 2px;
  margin-right: 2px;
}

/* line 7, app/assets/stylesheets/_froala_colors.scss */
.fr-popup .fr-color-set {
  line-height: 0;
  display: none;
}

/* line 7, app/assets/stylesheets/_froala_colors.scss */
.fr-popup .fr-color-set.fr-selected-set {
  display: block;
}

/* line 7, app/assets/stylesheets/_froala_colors.scss */
.fr-popup .fr-color-set &gt; span {
  display: inline-block;
  width: 32px;
  height: 32px;
  position: relative;
  z-index: 1;
}

/* line 7, app/assets/stylesheets/_froala_colors.scss */
.fr-popup .fr-color-set &gt; span &gt; i {
  text-align: center;
  line-height: 32px;
  height: 32px;
  width: 32px;
  font-size: 13px;
  position: absolute;
  bottom: 0;
  cursor: default;
  left: 0;
}

/* line 7, app/assets/stylesheets/_froala_colors.scss */
.fr-popup .fr-color-set &gt; span.fr-selected-color::after {
  color: #fff;
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 13px;
  font-weight: 400;
  line-height: 32px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  cursor: default;
}

/* line 7, app/assets/stylesheets/_froala_colors.scss */
.fr-popup .fr-color-set &gt; span:hover, .fr-popup .fr-color-set &gt; span.fr-selected-color {
  outline: 1px solid #222;
  z-index: 2;
}

/* line 7, app/assets/stylesheets/_froala_colors.scss */
.fr-rtl .fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab[data-param1=text] ~ [data-param1=background]::after {
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
}

/*! Flickity v2.0.9
http://flickity.metafizzy.co
---------------------------------------------- */
/* line 4, app/assets/stylesheets/_flickity.min.css.scss */
.flickity-enabled {
  position: relative;
}

/* line 4, app/assets/stylesheets/_flickity.min.css.scss */
.flickity-enabled:focus {
  outline: 0;
}

/* line 4, app/assets/stylesheets/_flickity.min.css.scss */
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

/* line 4, app/assets/stylesheets/_flickity.min.css.scss */
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* line 4, app/assets/stylesheets/_flickity.min.css.scss */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 4, app/assets/stylesheets/_flickity.min.css.scss */
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

/* line 4, app/assets/stylesheets/_flickity.min.css.scss */
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* line 4, app/assets/stylesheets/_flickity.min.css.scss */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: #fff;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 4, app/assets/stylesheets/_flickity.min.css.scss */
.flickity-prev-next-button:hover {
  background: #fff;
}

/* line 4, app/assets/stylesheets/_flickity.min.css.scss */
.flickity-prev-next-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #09f;
}

/* line 4, app/assets/stylesheets/_flickity.min.css.scss */
.flickity-prev-next-button:active {
  opacity: .6;
}

/* line 4, app/assets/stylesheets/_flickity.min.css.scss */
.flickity-prev-next-button.previous {
  left: 10px;
}

/* line 4, app/assets/stylesheets/_flickity.min.css.scss */
.flickity-prev-next-button.next {
  right: 10px;
}

/* line 4, app/assets/stylesheets/_flickity.min.css.scss */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

/* line 4, app/assets/stylesheets/_flickity.min.css.scss */
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

/* line 4, app/assets/stylesheets/_flickity.min.css.scss */
.flickity-prev-next-button:disabled {
  opacity: .3;
  cursor: auto;
}

/* line 4, app/assets/stylesheets/_flickity.min.css.scss */
.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* line 4, app/assets/stylesheets/_flickity.min.css.scss */
.flickity-prev-next-button .arrow {
  fill: #333;
}

/* line 4, app/assets/stylesheets/_flickity.min.css.scss */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

/* line 4, app/assets/stylesheets/_flickity.min.css.scss */
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

/* line 4, app/assets/stylesheets/_flickity.min.css.scss */
.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: .25;
  cursor: pointer;
}

/* line 4, app/assets/stylesheets/_flickity.min.css.scss */
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/*!
 *  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("/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot");
  src: url("/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot?#iefix") format("embedded-opentype"), url("/assets/fontawesome-webfont-2adefcbc041e7d18fcf2d417879dc5a09997aa64d675b7a3c4b6ce33da13f3fe.woff2") format("woff2"), url("/assets/fontawesome-webfont-ba0c59deb5450f5cb41b3f93609ee2d0d995415877ddfa223e8a8a7533474f07.woff") format("woff"), url("/assets/fontawesome-webfont-aa58f33f239a0fb02f5c7a6c45c043d7a9ac9a093335806694ecd6d4edc0d6a8.ttf") format("truetype"), url("/assets/fontawesome-webfont-ad6157926c1622ba4e1d03d478f1541368524bfc46f51e42fe0d945f7ef323e4.svg#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 19, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.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 */
/* line 28, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 33, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-2x {
  font-size: 2em;
}

/* line 36, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-3x {
  font-size: 3em;
}

/* line 39, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-4x {
  font-size: 4em;
}

/* line 42, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-5x {
  font-size: 5em;
}

/* line 45, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

/* line 49, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

/* line 54, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-ul &gt; li {
  position: relative;
}

/* line 57, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

/* line 64, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-li.fa-lg {
  left: -1.85714286em;
}

/* line 67, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

/* line 72, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-pull-left {
  float: left;
}

/* line 75, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-pull-right {
  float: right;
}

/* line 78, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa.fa-pull-left {
  margin-right: .3em;
}

/* line 81, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
/* line 85, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.pull-right {
  float: right;
}

/* line 88, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.pull-left {
  float: left;
}

/* line 91, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa.pull-left {
  margin-right: .3em;
}

/* line 94, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa.pull-right {
  margin-left: .3em;
}

/* line 97, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 101, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.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);
  }
}

/* line 125, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 131, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 137, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 143, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.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);
}

/* line 149, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.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);
}

/* line 155, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

/* line 162, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 170, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 177, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-1x {
  line-height: inherit;
}

/* line 180, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-2x {
  font-size: 2em;
}

/* line 183, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 188, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-glass:before {
  content: "\f000";
}

/* line 191, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-music:before {
  content: "\f001";
}

/* line 194, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-search:before {
  content: "\f002";
}

/* line 197, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 200, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-heart:before {
  content: "\f004";
}

/* line 203, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-star:before {
  content: "\f005";
}

/* line 206, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-o:before {
  content: "\f006";
}

/* line 209, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-user:before {
  content: "\f007";
}

/* line 212, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-film:before {
  content: "\f008";
}

/* line 215, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-th-large:before {
  content: "\f009";
}

/* line 218, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-th:before {
  content: "\f00a";
}

/* line 221, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-th-list:before {
  content: "\f00b";
}

/* line 224, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-check:before {
  content: "\f00c";
}

/* line 227, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

/* line 232, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 235, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-search-minus:before {
  content: "\f010";
}

/* line 238, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-power-off:before {
  content: "\f011";
}

/* line 241, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-signal:before {
  content: "\f012";
}

/* line 244, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

/* line 248, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-trash-o:before {
  content: "\f014";
}

/* line 251, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-home:before {
  content: "\f015";
}

/* line 254, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-o:before {
  content: "\f016";
}

/* line 257, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-clock-o:before {
  content: "\f017";
}

/* line 260, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-road:before {
  content: "\f018";
}

/* line 263, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-download:before {
  content: "\f019";
}

/* line 266, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 269, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 272, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-inbox:before {
  content: "\f01c";
}

/* line 275, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 278, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

/* line 282, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-refresh:before {
  content: "\f021";
}

/* line 285, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-alt:before {
  content: "\f022";
}

/* line 288, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-lock:before {
  content: "\f023";
}

/* line 291, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag:before {
  content: "\f024";
}

/* line 294, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-headphones:before {
  content: "\f025";
}

/* line 297, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-off:before {
  content: "\f026";
}

/* line 300, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-down:before {
  content: "\f027";
}

/* line 303, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-up:before {
  content: "\f028";
}

/* line 306, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-qrcode:before {
  content: "\f029";
}

/* line 309, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-barcode:before {
  content: "\f02a";
}

/* line 312, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-tag:before {
  content: "\f02b";
}

/* line 315, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-tags:before {
  content: "\f02c";
}

/* line 318, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-book:before {
  content: "\f02d";
}

/* line 321, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 324, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-print:before {
  content: "\f02f";
}

/* line 327, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-camera:before {
  content: "\f030";
}

/* line 330, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-font:before {
  content: "\f031";
}

/* line 333, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-bold:before {
  content: "\f032";
}

/* line 336, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-italic:before {
  content: "\f033";
}

/* line 339, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-text-height:before {
  content: "\f034";
}

/* line 342, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-text-width:before {
  content: "\f035";
}

/* line 345, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-left:before {
  content: "\f036";
}

/* line 348, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-center:before {
  content: "\f037";
}

/* line 351, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-right:before {
  content: "\f038";
}

/* line 354, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-justify:before {
  content: "\f039";
}

/* line 357, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-list:before {
  content: "\f03a";
}

/* line 360, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

/* line 364, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-indent:before {
  content: "\f03c";
}

/* line 367, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 370, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

/* line 375, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-pencil:before {
  content: "\f040";
}

/* line 378, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-marker:before {
  content: "\f041";
}

/* line 381, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-adjust:before {
  content: "\f042";
}

/* line 384, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-tint:before {
  content: "\f043";
}

/* line 387, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

/* line 391, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 394, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 397, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows:before {
  content: "\f047";
}

/* line 400, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-step-backward:before {
  content: "\f048";
}

/* line 403, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 406, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-backward:before {
  content: "\f04a";
}

/* line 409, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-play:before {
  content: "\f04b";
}

/* line 412, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause:before {
  content: "\f04c";
}

/* line 415, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop:before {
  content: "\f04d";
}

/* line 418, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-forward:before {
  content: "\f04e";
}

/* line 421, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 424, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-step-forward:before {
  content: "\f051";
}

/* line 427, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-eject:before {
  content: "\f052";
}

/* line 430, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 433, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 436, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 439, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 442, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-circle:before {
  content: "\f057";
}

/* line 445, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-circle:before {
  content: "\f058";
}

/* line 448, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-question-circle:before {
  content: "\f059";
}

/* line 451, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 454, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 457, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 460, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 463, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-ban:before {
  content: "\f05e";
}

/* line 466, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 469, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 472, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 475, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 478, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

/* line 482, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-expand:before {
  content: "\f065";
}

/* line 485, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-compress:before {
  content: "\f066";
}

/* line 488, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus:before {
  content: "\f067";
}

/* line 491, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus:before {
  content: "\f068";
}

/* line 494, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-asterisk:before {
  content: "\f069";
}

/* line 497, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 500, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-gift:before {
  content: "\f06b";
}

/* line 503, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-leaf:before {
  content: "\f06c";
}

/* line 506, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-fire:before {
  content: "\f06d";
}

/* line 509, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-eye:before {
  content: "\f06e";
}

/* line 512, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 515, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 519, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-plane:before {
  content: "\f072";
}

/* line 522, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar:before {
  content: "\f073";
}

/* line 525, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-random:before {
  content: "\f074";
}

/* line 528, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-comment:before {
  content: "\f075";
}

/* line 531, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-magnet:before {
  content: "\f076";
}

/* line 534, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 537, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 540, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-retweet:before {
  content: "\f079";
}

/* line 543, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 546, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder:before {
  content: "\f07b";
}

/* line 549, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 552, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 555, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 558, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

/* line 562, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 565, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 568, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 571, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-key:before {
  content: "\f084";
}

/* line 574, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

/* line 578, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-comments:before {
  content: "\f086";
}

/* line 581, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 584, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 587, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-half:before {
  content: "\f089";
}

/* line 590, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 593, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 596, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 599, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 602, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-external-link:before {
  content: "\f08e";
}

/* line 605, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-sign-in:before {
  content: "\f090";
}

/* line 608, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-trophy:before {
  content: "\f091";
}

/* line 611, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-github-square:before {
  content: "\f092";
}

/* line 614, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-upload:before {
  content: "\f093";
}

/* line 617, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 620, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-phone:before {
  content: "\f095";
}

/* line 623, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-square-o:before {
  content: "\f096";
}

/* line 626, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 629, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-phone-square:before {
  content: "\f098";
}

/* line 632, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitter:before {
  content: "\f099";
}

/* line 635, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

/* line 639, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-github:before {
  content: "\f09b";
}

/* line 642, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlock:before {
  content: "\f09c";
}

/* line 645, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 648, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

/* line 652, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 655, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 658, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell:before {
  content: "\f0f3";
}

/* line 661, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 664, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 667, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 670, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 673, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 676, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 679, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 682, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 685, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 688, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-globe:before {
  content: "\f0ac";
}

/* line 691, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 694, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 697, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-filter:before {
  content: "\f0b0";
}

/* line 700, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 703, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 706, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

/* line 710, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

/* line 714, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 717, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-flask:before {
  content: "\f0c3";
}

/* line 720, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

/* line 724, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

/* line 728, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 731, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

/* line 735, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-square:before {
  content: "\f0c8";
}

/* line 738, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

/* line 743, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 746, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 749, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 752, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-underline:before {
  content: "\f0cd";
}

/* line 755, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-table:before {
  content: "\f0ce";
}

/* line 758, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-magic:before {
  content: "\f0d0";
}

/* line 761, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-truck:before {
  content: "\f0d1";
}

/* line 764, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 767, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 770, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 773, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 776, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-money:before {
  content: "\f0d6";
}

/* line 779, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 782, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 785, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 788, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 791, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-columns:before {
  content: "\f0db";
}

/* line 794, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

/* line 798, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

/* line 802, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

/* line 806, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 809, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 812, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

/* line 816, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

/* line 820, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

/* line 824, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 827, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 830, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

/* line 834, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 837, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 840, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

/* line 844, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 847, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 850, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 853, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 856, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 859, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 862, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 865, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 868, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 871, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 874, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 877, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 880, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 883, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 886, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 889, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 892, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-beer:before {
  content: "\f0fc";
}

/* line 895, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 898, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 901, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 904, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 907, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 910, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 913, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-left:before {
  content: "\f104";
}

/* line 916, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-right:before {
  content: "\f105";
}

/* line 919, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-up:before {
  content: "\f106";
}

/* line 922, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-down:before {
  content: "\f107";
}

/* line 925, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-desktop:before {
  content: "\f108";
}

/* line 928, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-laptop:before {
  content: "\f109";
}

/* line 931, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-tablet:before {
  content: "\f10a";
}

/* line 934, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

/* line 938, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 941, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 944, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 947, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-spinner:before {
  content: "\f110";
}

/* line 950, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle:before {
  content: "\f111";
}

/* line 953, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

/* line 957, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-github-alt:before {
  content: "\f113";
}

/* line 960, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-o:before {
  content: "\f114";
}

/* line 963, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 966, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-smile-o:before {
  content: "\f118";
}

/* line 969, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-frown-o:before {
  content: "\f119";
}

/* line 972, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 975, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 978, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 981, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 984, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 987, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-terminal:before {
  content: "\f120";
}

/* line 990, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-code:before {
  content: "\f121";
}

/* line 993, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

/* line 997, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

/* line 1002, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 1005, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-crop:before {
  content: "\f125";
}

/* line 1008, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-code-fork:before {
  content: "\f126";
}

/* line 1011, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

/* line 1015, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-question:before {
  content: "\f128";
}

/* line 1018, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-info:before {
  content: "\f129";
}

/* line 1021, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 1024, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-superscript:before {
  content: "\f12b";
}

/* line 1027, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-subscript:before {
  content: "\f12c";
}

/* line 1030, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-eraser:before {
  content: "\f12d";
}

/* line 1033, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 1036, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-microphone:before {
  content: "\f130";
}

/* line 1039, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 1042, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-shield:before {
  content: "\f132";
}

/* line 1045, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 1048, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 1051, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-rocket:before {
  content: "\f135";
}

/* line 1054, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 1057, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 1060, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 1063, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 1066, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 1069, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-html5:before {
  content: "\f13b";
}

/* line 1072, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-css3:before {
  content: "\f13c";
}

/* line 1075, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-anchor:before {
  content: "\f13d";
}

/* line 1078, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 1081, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-bullseye:before {
  content: "\f140";
}

/* line 1084, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 1087, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 1090, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-rss-square:before {
  content: "\f143";
}

/* line 1093, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-play-circle:before {
  content: "\f144";
}

/* line 1096, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-ticket:before {
  content: "\f145";
}

/* line 1099, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-square:before {
  content: "\f146";
}

/* line 1102, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 1105, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-level-up:before {
  content: "\f148";
}

/* line 1108, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-level-down:before {
  content: "\f149";
}

/* line 1111, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-square:before {
  content: "\f14a";
}

/* line 1114, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 1117, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 1120, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-square:before {
  content: "\f14d";
}

/* line 1123, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-compass:before {
  content: "\f14e";
}

/* line 1126, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 1130, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 1134, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 1138, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

/* line 1142, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-gbp:before {
  content: "\f154";
}

/* line 1145, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

/* line 1149, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

/* line 1153, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

/* line 1159, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

/* line 1164, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

/* line 1168, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

/* line 1172, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-file:before {
  content: "\f15b";
}

/* line 1175, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-text:before {
  content: "\f15c";
}

/* line 1178, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 1181, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 1184, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 1187, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 1190, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 1193, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 1196, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 1199, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 1202, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 1205, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube:before {
  content: "\f167";
}

/* line 1208, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-xing:before {
  content: "\f168";
}

/* line 1211, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-xing-square:before {
  content: "\f169";
}

/* line 1214, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 1217, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 1220, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 1223, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-instagram:before {
  content: "\f16d";
}

/* line 1226, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-flickr:before {
  content: "\f16e";
}

/* line 1229, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-adn:before {
  content: "\f170";
}

/* line 1232, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 1235, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 1238, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-tumblr:before {
  content: "\f173";
}

/* line 1241, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 1244, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 1247, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 1250, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 1253, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 1256, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-apple:before {
  content: "\f179";
}

/* line 1259, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-windows:before {
  content: "\f17a";
}

/* line 1262, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-android:before {
  content: "\f17b";
}

/* line 1265, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-linux:before {
  content: "\f17c";
}

/* line 1268, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 1271, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-skype:before {
  content: "\f17e";
}

/* line 1274, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-foursquare:before {
  content: "\f180";
}

/* line 1277, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-trello:before {
  content: "\f181";
}

/* line 1280, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-female:before {
  content: "\f182";
}

/* line 1283, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-male:before {
  content: "\f183";
}

/* line 1286, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

/* line 1290, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-sun-o:before {
  content: "\f185";
}

/* line 1293, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-moon-o:before {
  content: "\f186";
}

/* line 1296, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-archive:before {
  content: "\f187";
}

/* line 1299, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-bug:before {
  content: "\f188";
}

/* line 1302, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-vk:before {
  content: "\f189";
}

/* line 1305, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-weibo:before {
  content: "\f18a";
}

/* line 1308, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-renren:before {
  content: "\f18b";
}

/* line 1311, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 1314, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 1317, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 1320, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 1323, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 1327, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 1330, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 1333, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 1336, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

/* line 1340, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 1343, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 1346, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-slack:before {
  content: "\f198";
}

/* line 1349, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 1352, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 1355, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-openid:before {
  content: "\f19b";
}

/* line 1358, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

/* line 1363, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 1367, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 1370, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-google:before {
  content: "\f1a0";
}

/* line 1373, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 1376, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 1379, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 1382, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 1385, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 1388, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-digg:before {
  content: "\f1a6";
}

/* line 1391, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 1394, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 1397, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 1400, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 1403, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-language:before {
  content: "\f1ab";
}

/* line 1406, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-fax:before {
  content: "\f1ac";
}

/* line 1409, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-building:before {
  content: "\f1ad";
}

/* line 1412, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-child:before {
  content: "\f1ae";
}

/* line 1415, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-paw:before {
  content: "\f1b0";
}

/* line 1418, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-spoon:before {
  content: "\f1b1";
}

/* line 1421, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-cube:before {
  content: "\f1b2";
}

/* line 1424, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 1427, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-behance:before {
  content: "\f1b4";
}

/* line 1430, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 1433, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-steam:before {
  content: "\f1b6";
}

/* line 1436, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 1439, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 1442, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

/* line 1446, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

/* line 1450, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-tree:before {
  content: "\f1bb";
}

/* line 1453, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 1456, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 1459, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 1462, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-database:before {
  content: "\f1c0";
}

/* line 1465, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 1468, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 1471, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 1474, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 1477, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

/* line 1482, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

/* line 1486, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

/* line 1490, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

/* line 1494, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 1497, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-vine:before {
  content: "\f1ca";
}

/* line 1500, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 1503, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 1506, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 1513, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 1516, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

/* line 1521, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

/* line 1525, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 1528, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-git:before {
  content: "\f1d3";
}

/* line 1531, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 1536, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 1539, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-qq:before {
  content: "\f1d6";
}

/* line 1542, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

/* line 1546, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 1550, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

/* line 1554, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-history:before {
  content: "\f1da";
}

/* line 1557, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-thin:before {
  content: "\f1db";
}

/* line 1560, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-header:before {
  content: "\f1dc";
}

/* line 1563, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 1566, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-sliders:before {
  content: "\f1de";
}

/* line 1569, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 1572, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 1575, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 1578, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

/* line 1582, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-tty:before {
  content: "\f1e4";
}

/* line 1585, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 1588, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-plug:before {
  content: "\f1e6";
}

/* line 1591, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 1594, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 1597, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 1600, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-newspaper-o:before {
  content: "\f1ea";
}

/* line 1603, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 1606, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 1609, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 1612, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 1615, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 1618, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 1621, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 1624, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 1627, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 1630, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 1633, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 1636, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-slash-o:before {
  content: "\f1f7";
}

/* line 1639, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-trash:before {
  content: "\f1f8";
}

/* line 1642, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 1645, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-at:before {
  content: "\f1fa";
}

/* line 1648, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-eyedropper:before {
  content: "\f1fb";
}

/* line 1651, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 1654, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 1657, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-area-chart:before {
  content: "\f1fe";
}

/* line 1660, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-pie-chart:before {
  content: "\f200";
}

/* line 1663, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-line-chart:before {
  content: "\f201";
}

/* line 1666, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-lastfm:before {
  content: "\f202";
}

/* line 1669, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 1672, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 1675, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 1678, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-bicycle:before {
  content: "\f206";
}

/* line 1681, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-bus:before {
  content: "\f207";
}

/* line 1684, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 1687, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-angellist:before {
  content: "\f209";
}

/* line 1690, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc:before {
  content: "\f20a";
}

/* line 1693, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

/* line 1698, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-meanpath:before {
  content: "\f20c";
}

/* line 1701, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 1704, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 1707, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-dashcube:before {
  content: "\f210";
}

/* line 1710, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-forumbee:before {
  content: "\f211";
}

/* line 1713, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-leanpub:before {
  content: "\f212";
}

/* line 1716, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-sellsy:before {
  content: "\f213";
}

/* line 1719, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 1722, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 1725, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 1728, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 1731, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 1734, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-diamond:before {
  content: "\f219";
}

/* line 1737, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-ship:before {
  content: "\f21a";
}

/* line 1740, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 1743, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 1746, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-street-view:before {
  content: "\f21d";
}

/* line 1749, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 1752, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus:before {
  content: "\f221";
}

/* line 1755, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars:before {
  content: "\f222";
}

/* line 1758, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-mercury:before {
  content: "\f223";
}

/* line 1761, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

/* line 1765, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 1768, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus-double:before {
  content: "\f226";
}

/* line 1771, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-double:before {
  content: "\f227";
}

/* line 1774, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 1777, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 1780, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 1783, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 1786, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-neuter:before {
  content: "\f22c";
}

/* line 1789, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-genderless:before {
  content: "\f22d";
}

/* line 1792, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-official:before {
  content: "\f230";
}

/* line 1795, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 1798, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 1801, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-server:before {
  content: "\f233";
}

/* line 1804, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-plus:before {
  content: "\f234";
}

/* line 1807, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-times:before {
  content: "\f235";
}

/* line 1810, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

/* line 1814, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-viacoin:before {
  content: "\f237";
}

/* line 1817, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-train:before {
  content: "\f238";
}

/* line 1820, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-subway:before {
  content: "\f239";
}

/* line 1823, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-medium:before {
  content: "\f23a";
}

/* line 1826, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 1830, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 1833, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-opencart:before {
  content: "\f23d";
}

/* line 1836, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 1839, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

/* line 1844, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 1848, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

/* line 1852, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 1856, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

/* line 1860, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 1863, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 1866, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-object-group:before {
  content: "\f247";
}

/* line 1869, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 1872, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 1875, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-sticky-note-o:before {
  content: "\f24a";
}

/* line 1878, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 1881, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 1884, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-clone:before {
  content: "\f24d";
}

/* line 1887, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 1890, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-o:before {
  content: "\f250";
}

/* line 1893, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 1897, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 1901, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 1905, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass:before {
  content: "\f254";
}

/* line 1908, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

/* line 1912, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

/* line 1916, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-scissors-o:before {
  content: "\f257";
}

/* line 1919, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-lizard-o:before {
  content: "\f258";
}

/* line 1922, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-spock-o:before {
  content: "\f259";
}

/* line 1925, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-pointer-o:before {
  content: "\f25a";
}

/* line 1928, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-peace-o:before {
  content: "\f25b";
}

/* line 1931, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-trademark:before {
  content: "\f25c";
}

/* line 1934, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-registered:before {
  content: "\f25d";
}

/* line 1937, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 1940, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-gg:before {
  content: "\f260";
}

/* line 1943, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 1946, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 1949, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 1952, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 1955, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 1958, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 1961, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-safari:before {
  content: "\f267";
}

/* line 1964, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-chrome:before {
  content: "\f268";
}

/* line 1967, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-firefox:before {
  content: "\f269";
}

/* line 1970, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-opera:before {
  content: "\f26a";
}

/* line 1973, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 1976, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

/* line 1980, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-contao:before {
  content: "\f26d";
}

/* line 1983, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-500px:before {
  content: "\f26e";
}

/* line 1986, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-amazon:before {
  content: "\f270";
}

/* line 1989, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-plus-o:before {
  content: "\f271";
}

/* line 1992, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-minus-o:before {
  content: "\f272";
}

/* line 1995, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-times-o:before {
  content: "\f273";
}

/* line 1998, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-check-o:before {
  content: "\f274";
}

/* line 2001, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-industry:before {
  content: "\f275";
}

/* line 2004, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-pin:before {
  content: "\f276";
}

/* line 2007, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-signs:before {
  content: "\f277";
}

/* line 2010, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-o:before {
  content: "\f278";
}

/* line 2013, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-map:before {
  content: "\f279";
}

/* line 2016, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-commenting:before {
  content: "\f27a";
}

/* line 2019, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-commenting-o:before {
  content: "\f27b";
}

/* line 2022, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-houzz:before {
  content: "\f27c";
}

/* line 2025, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-vimeo:before {
  content: "\f27d";
}

/* line 2028, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 2031, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-fonticons:before {
  content: "\f280";
}

/* line 2034, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 2037, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-edge:before {
  content: "\f282";
}

/* line 2040, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-credit-card-alt:before {
  content: "\f283";
}

/* line 2043, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-codiepie:before {
  content: "\f284";
}

/* line 2046, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-modx:before {
  content: "\f285";
}

/* line 2049, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 2052, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-usb:before {
  content: "\f287";
}

/* line 2055, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 2058, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 2061, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-scribd:before {
  content: "\f28a";
}

/* line 2064, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 2067, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause-circle-o:before {
  content: "\f28c";
}

/* line 2070, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 2073, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop-circle-o:before {
  content: "\f28e";
}

/* line 2076, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 2079, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 2082, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-hashtag:before {
  content: "\f292";
}

/* line 2085, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 2088, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 2091, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-percent:before {
  content: "\f295";
}

/* line 2094, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-gitlab:before {
  content: "\f296";
}

/* line 2097, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 2100, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpforms:before {
  content: "\f298";
}

/* line 2103, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-envira:before {
  content: "\f299";
}

/* line 2106, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 2109, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-wheelchair-alt:before {
  content: "\f29b";
}

/* line 2112, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-question-circle-o:before {
  content: "\f29c";
}

/* line 2115, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-blind:before {
  content: "\f29d";
}

/* line 2118, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 2121, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-control-phone:before {
  content: "\f2a0";
}

/* line 2124, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-braille:before {
  content: "\f2a1";
}

/* line 2127, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 2130, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 2134, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

/* line 2139, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-glide:before {
  content: "\f2a5";
}

/* line 2142, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 2145, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

/* line 2149, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 2152, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 2155, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 2158, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 2161, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 2164, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 2167, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 2170, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 2173, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 2176, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 2179, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

/* line 2183, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 2187, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-handshake-o:before {
  content: "\f2b5";
}

/* line 2190, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-open:before {
  content: "\f2b6";
}

/* line 2193, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-open-o:before {
  content: "\f2b7";
}

/* line 2196, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-linode:before {
  content: "\f2b8";
}

/* line 2199, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-address-book:before {
  content: "\f2b9";
}

/* line 2202, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-address-book-o:before {
  content: "\f2ba";
}

/* line 2205, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

/* line 2209, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

/* line 2213, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-circle:before {
  content: "\f2bd";
}

/* line 2216, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-circle-o:before {
  content: "\f2be";
}

/* line 2219, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-o:before {
  content: "\f2c0";
}

/* line 2222, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-id-badge:before {
  content: "\f2c1";
}

/* line 2225, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

/* line 2229, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

/* line 2233, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-quora:before {
  content: "\f2c4";
}

/* line 2236, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 2239, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 2242, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

/* line 2247, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 2251, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

/* line 2255, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 2259, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

/* line 2263, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-shower:before {
  content: "\f2cc";
}

/* line 2266, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

/* line 2271, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-podcast:before {
  content: "\f2ce";
}

/* line 2274, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-maximize:before {
  content: "\f2d0";
}

/* line 2277, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-minimize:before {
  content: "\f2d1";
}

/* line 2280, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-restore:before {
  content: "\f2d2";
}

/* line 2283, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

/* line 2287, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

/* line 2291, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 2294, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-grav:before {
  content: "\f2d6";
}

/* line 2297, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 2300, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 2303, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 2306, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-eercast:before {
  content: "\f2da";
}

/* line 2309, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-microchip:before {
  content: "\f2db";
}

/* line 2312, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-snowflake-o:before {
  content: "\f2dc";
}

/* line 2315, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 2318, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 2321, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 2324, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 2334, ../bundle/vendor/ruby/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*!
 * FullCalendar v2.6.0 Stylesheet
 * Docs &amp; License: http://fullcalendar.io/
 * (c) 2015 Adam Shaw
 */
/* line 8, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc {
  direction: ltr;
  text-align: left;
}

/* line 13, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-rtl {
  text-align: right;
}

/* line 17, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em;
}

/* Colors
--------------------------------------------------------------------------------------------------*/
/* line 25, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
  border-color: #ddd;
}

/* line 35, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-unthemed .fc-popover {
  background-color: #fff;
}

/* line 39, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header {
  background: #eee;
}

/* line 44, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666;
}

/* line 48, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-unthemed .fc-today {
  background: #fcf8e3;
}

/* line 52, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: .3;
  filter: alpha(opacity=30);
  /* for IE */
}

/* line 58, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: .3;
  filter: alpha(opacity=30);
  /* for IE */
}

/* line 64, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7;
}

/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/
/* line 73, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  text-align: center;
  overflow: hidden;
  font-family: "Courier New", Courier, monospace;
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*
Acceptable font-family overrides for individual icons:
	"Arial", sans-serif
	"Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/
/* line 100, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-icon:after {
  position: relative;
  margin: 0 -1em;
  /* ensures character will be centered, regardless of width */
}

/* line 105, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-icon-left-single-arrow:after {
  content: "\02039";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
  left: 3%;
}

/* line 113, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-icon-right-single-arrow:after {
  content: "\0203A";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
  left: -3%;
}

/* line 121, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-icon-left-double-arrow:after {
  content: "\000AB";
  font-size: 160%;
  top: -7%;
}

/* line 127, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-icon-right-double-arrow:after {
  content: "\000BB";
  font-size: 160%;
  top: -7%;
}

/* line 133, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-icon-left-triangle:after {
  content: "\25C4";
  font-size: 125%;
  top: 3%;
  left: -2%;
}

/* line 140, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-icon-right-triangle:after {
  content: "\25BA";
  font-size: 125%;
  top: 3%;
  left: 2%;
}

/* line 147, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-icon-down-triangle:after {
  content: "\25BC";
  font-size: 125%;
  top: 2%;
}

/* line 153, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-icon-x:after {
  content: "\000D7";
  font-size: 200%;
  top: 6%;
}

/* Buttons (styled &lt;button&gt; tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/
/* line 163, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc button {
  /* force height to include the border and padding */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* dimensions */
  margin: 0;
  height: 2.1em;
  padding: 0 .6em;
  /* text &amp; cursor */
  font-size: 1em;
  /* normalize */
  white-space: nowrap;
  cursor: pointer;
}

/* Firefox has an annoying inner border */
/* line 181, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0;
}

/* line 183, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-state-default {
  /* non-theme */
  border: 1px solid;
}

/* line 187, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-state-default.fc-corner-left {
  /* non-theme */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 192, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-state-default.fc-corner-right {
  /* non-theme */
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* icons in buttons */
/* line 199, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc button .fc-icon {
  /* non-theme */
  position: relative;
  top: -0.05em;
  /* seems to be a good adjustment across browsers */
  margin: 0 .2em;
  vertical-align: middle;
}

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
/* line 211, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-state-default {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 226, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6;
}

/* line 234, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

/* line 244, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-state-down,
.fc-state-active {
  background-color: #cccccc;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 251, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
/* line 263, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-button-group {
  display: inline-block;
}

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/
/* line 272, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc .fc-button-group &gt; * {
  /* extra precedence b/c buttons have margin set to zero */
  float: left;
  margin: 0 0 0 -1px;
}

/* line 277, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc .fc-button-group &gt; :first-child {
  /* same */
  margin-left: 0;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
/* line 285, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

/* line 290, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-popover .fc-header {
  /* TODO: be more consistent with fc-head/fc-body */
  padding: 2px 4px;
}

/* line 294, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-popover .fc-header .fc-title {
  margin: 0 2px;
}

/* line 298, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-popover .fc-header .fc-close {
  cursor: pointer;
}

/* line 302, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left;
}

/* line 307, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
  float: right;
}

/* unthemed */
/* line 314, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid;
}

/* line 319, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: .9em;
  margin-top: 2px;
}

/* jqui themed */
/* line 326, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-popover &gt; .ui-widget-header + .ui-widget-content {
  border-top: 0;
  /* where they meet, let the header have the border */
}

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
/* line 334, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-divider {
  border-style: solid;
  border-width: 1px;
}

/* line 339, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0;
}

/* line 346, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-clear {
  clear: both;
}

/* line 350, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* line 361, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */
}

/* line 365, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */
}

/* Tables
--------------------------------------------------------------------------------------------------*/
/* line 373, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */
}

/* line 381, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc th {
  text-align: center;
}

/* line 385, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
}

/* line 393, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */
}

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
/* line 401, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc .fc-row {
  /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0;
}

/* line 407, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-row table {
  /* don't put left/right border on anything within a fake row.
	   the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent;
}

/* line 417, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */
}

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
/* line 425, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-row {
  position: relative;
}

/* line 429, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-row .fc-bg {
  z-index: 1;
}

/* highlighting cells &amp; background event skeleton */
/* line 435, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */
}

/* line 440, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */
}

/* line 445, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent;
}

/* line 450, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-row .fc-bgevent-skeleton {
  z-index: 2;
}

/* line 455, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-row .fc-highlight-skeleton {
  z-index: 3;
}

/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/
/* line 464, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */
}

/* line 470, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-row .fc-helper-skeleton {
  z-index: 5;
}

/* line 474, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  /* see-through to the background below */
  background: none;
  /* in case &lt;td&gt;s are globally styled */
  border-color: transparent;
  /* don't put a border between events and/or the day number */
  border-bottom: 0;
}

/* line 484, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0;
}

/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
/* line 494, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-scroller {
  /* this class goes on elements for guaranteed vertical scrollbars */
  overflow-y: scroll;
  overflow-x: hidden;
}

/* line 499, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-scroller &gt; * {
  /* we expect an immediate inner element */
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */
  overflow: hidden;
  /* don't let negative margins or absolute positioning create further scroll */
}

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
/* line 509, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the &lt;a&gt; tag block */
  font-size: .85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #3a87ad;
  /* default BORDER color */
  background-color: #3a87ad;
  /* default BACKGROUND color */
  font-weight: normal;
  /* undo jqui's ui-widget-header bold */
}

/* overpower some of bootstrap's and jqui's styles on &lt;a&gt; tags */
/* line 521, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-event,
.fc-event:hover,
.ui-widget .fc-event {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if &lt;a&gt; has an href */
}

/* line 528, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */
}

/* line 533, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed;
}

/* line 538, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-event .fc-bg {
  /* the generic .fc-bg already does position */
  z-index: 1;
  background: #fff;
  opacity: .25;
  filter: alpha(opacity=25);
  /* for IE */
}

/* line 545, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-event .fc-content {
  position: relative;
  z-index: 2;
}

/* line 550, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-event .fc-resizer {
  position: absolute;
  z-index: 3;
}

/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
/* line 561, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 570, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* resizer */
/* line 581, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-h-event .fc-resizer {
  /* positioned it to overcome the event's borders */
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  width: 5px;
}

/* left resizer  */
/* line 590, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-ltr .fc-h-event .fc-start-resizer:before,
.fc-ltr .fc-h-event .fc-start-resizer:after,
.fc-rtl .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-end-resizer:before,
.fc-rtl .fc-h-event .fc-end-resizer:after {
  right: auto;
  /* ignore the right and only use the left */
  cursor: w-resize;
}

/* right resizer */
/* line 601, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-ltr .fc-h-event .fc-end-resizer:before,
.fc-ltr .fc-h-event .fc-end-resizer:after,
.fc-rtl .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-start-resizer:before,
.fc-rtl .fc-h-event .fc-start-resizer:after {
  left: auto;
  /* ignore the left and only use the right */
  cursor: e-resize;
}

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
/* line 618, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-day-grid-event {
  margin: 1px 2px 0;
  /* spacing between events and edges */
  padding: 0 1px;
}

/* line 624, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden;
}

/* line 629, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-day-grid-event .fc-time {
  font-weight: bold;
}

/* line 633, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-day-grid-event .fc-resizer {
  /* enlarge the default hit area */
  left: -3px;
  right: -3px;
  width: 7px;
}

/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
/* line 645, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
a.fc-more {
  margin: 1px 3px;
  font-size: .85em;
  cursor: pointer;
  text-decoration: none;
}

/* line 652, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
a.fc-more:hover {
  text-decoration: underline;
}

/* line 656, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none;
}

/* popover that appears when "more" link is clicked */
/* line 662, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */
}

/* line 666, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-more-popover {
  z-index: 2;
  width: 220px;
}

/* line 671, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-more-popover .fc-event-container {
  padding: 10px;
}

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
/* line 679, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-now-indicator {
  position: absolute;
  border: 0 solid red;
}

/* Toolbar
--------------------------------------------------------------------------------------------------*/
/* line 687, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-toolbar {
  text-align: center;
  margin-bottom: 1em;
}

/* line 692, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-toolbar .fc-left {
  float: left;
}

/* line 696, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-toolbar .fc-right {
  float: right;
}

/* line 700, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-toolbar .fc-center {
  display: inline-block;
}

/* the things within each left/right/center section */
/* line 705, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc .fc-toolbar &gt; * &gt; * {
  /* extra precedence to override button border margins */
  float: left;
  margin-left: .75em;
}

/* the first thing within each left/center/right section */
/* line 711, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc .fc-toolbar &gt; * &gt; :first-child {
  /* extra precedence to override button border margins */
  margin-left: 0;
}

/* title text */
/* line 717, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-toolbar h2 {
  margin: 0;
}

/* button layering (for border precedence) */
/* line 723, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-toolbar button {
  position: relative;
}

/* line 727, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2;
}

/* line 732, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-toolbar .fc-state-down {
  z-index: 3;
}

/* line 736, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4;
}

/* line 741, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-toolbar button:focus {
  z-index: 5;
}

/* View Structure
--------------------------------------------------------------------------------------------------*/
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
/* line 751, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 759, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-view,
.fc-view &gt; table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1;
}

/* BasicView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
/* line 770, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
  /* we are sure there are no day numbers in these views, so... */
  padding-top: 1px;
  /* add a pixel to make sure there are 2px padding above events */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */
}

/* line 777, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */
}

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
/* line 783, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-row.fc-rigid {
  overflow: hidden;
}

/* line 787, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* week and day number styling */
/* line 796, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  padding: 0 2px;
}

/* line 801, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-basic-view td.fc-week-number span,
.fc-basic-view td.fc-day-number {
  padding-top: 2px;
  padding-bottom: 2px;
}

/* line 807, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-basic-view .fc-week-number {
  text-align: center;
}

/* line 811, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-basic-view .fc-week-number span {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em;
}

/* line 817, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-basic-view .fc-day-number {
  text-align: right;
}

/* line 821, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-rtl .fc-basic-view .fc-day-number {
  text-align: left;
}

/* line 825, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-day-number.fc-other-month {
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* for IE */
  /* opacity with small font can sometimes look too faded
	   might want to set the 'color' property instead
	   making day-numbers bold also fixes the problem */
}

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/
/* line 836, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */
}

/* line 841, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */
}

/* line 845, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-top: 1px;
  /* add a pixel to make sure there are 2px padding above events */
  padding-bottom: 1em;
  /* give space underneath events for clicking/selecting days */
}

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
/* line 854, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap;
}

/* line 860, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-axis {
  text-align: right;
}

/* line 864, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-rtl .fc-axis {
  text-align: left;
}

/* line 868, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.ui-widget td.fc-axis {
  font-weight: normal;
  /* overcome jqui theme making it bold */
}

/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
/* line 876, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid-container,
.fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1;
}

/* line 882, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */
}

/* line 886, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent;
}

/* line 890, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid &gt; .fc-bg {
  z-index: 1;
}

/* line 894, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-slats,
.fc-time-grid &gt; hr {
  /* the &lt;hr&gt; AgendaView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2;
}

/* line 900, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-content-col {
  position: relative;
  /* because now-indicator lives directly inside */
}

/* line 904, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
}

/* divs within a cell within the fc-content-skeleton */
/* line 914, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1;
}

/* line 919, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2;
}

/* line 924, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-highlight-container {
  position: relative;
  z-index: 3;
}

/* line 929, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4;
}

/* line 934, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-now-indicator-line {
  z-index: 5;
}

/* line 938, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-helper-container {
  /* also is fc-event-container */
  position: relative;
  z-index: 6;
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
/* line 947, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  /* each cell is responsible for its top border */
}

/* line 952, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted;
}

/* line 956, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-slats .ui-widget-content {
  /* for jqui theme */
  background: none;
  /* see through to fc-bg */
}

/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
/* line 964, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */
}

/* line 968, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */
}

/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
/* line 979, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px;
}

/* line 983, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%;
}

/* line 987, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */
}

/* line 993, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0;
}

/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/
/* line 1003, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-v-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 1013, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-v-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
/* line 1030, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event {
  overflow: hidden;
  /* don't let the bg flow over rounded corners */
}

/* line 1034, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px;
}

/* line 1039, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event .fc-time {
  font-size: .85em;
  white-space: nowrap;
}

/* short mode, where time and title are on the same line */
/* line 1046, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap;
}

/* line 1051, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top;
}

/* line 1058, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */
}

/* line 1062, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  /* ...instead, display only the start time */
}

/* line 1066, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event.fc-short .fc-time:after {
  content: "\000A0-\000A0";
  /* seperate with a dash, wrapped in nbsp's */
}

/* line 1070, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event.fc-short .fc-title {
  font-size: .85em;
  /* make the title text the same size as the time */
  padding: 0;
  /* undo padding from above */
}

/* resizer */
/* line 1077, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}

/* line 1090, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event .fc-resizer:after {
  content: "=";
}

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
/* line 1098, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0;
}

/* arrow on axis */
/* line 1106, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
  /* vertically center on top coordinate */
}

/* line 1110, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  /* triangle pointing right... */
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

/* line 1118, ../bundle/vendor/ruby/2.6.0/gems/fullcalendar-rails-2.6.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  /* triangle pointing left... */
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

/* Make clicks pass-through */
/* line 6, ../bundle/vendor/ruby/2.6.0/gems/nprogress-rails-0.1.6.7/app/assets/stylesheets/nprogress.scss */
#nprogress {
  pointer-events: none;
}

/* line 10, ../bundle/vendor/ruby/2.6.0/gems/nprogress-rails-0.1.6.7/app/assets/stylesheets/nprogress.scss */
#nprogress .bar {
  background: #29d;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}

/* Fancy blur effect */
/* line 23, ../bundle/vendor/ruby/2.6.0/gems/nprogress-rails-0.1.6.7/app/assets/stylesheets/nprogress.scss */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
/* line 38, ../bundle/vendor/ruby/2.6.0/gems/nprogress-rails-0.1.6.7/app/assets/stylesheets/nprogress.scss */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 100;
  top: 15px;
  right: 15px;
}

/* line 46, ../bundle/vendor/ruby/2.6.0/gems/nprogress-rails-0.1.6.7/app/assets/stylesheets/nprogress.scss */
#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}

/* line 60, ../bundle/vendor/ruby/2.6.0/gems/nprogress-rails-0.1.6.7/app/assets/stylesheets/nprogress.scss */
.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

/* line 65, ../bundle/vendor/ruby/2.6.0/gems/nprogress-rails-0.1.6.7/app/assets/stylesheets/nprogress.scss */
.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*
 * Tipped - A Complete Javascript Tooltip Solution - v4.5.4
 * (c) 2012-2016 Nick Stakenburg
 *
 * http://www.tippedjs.com
 *
 * License: http://www.tippedjs.com/license
 */
/* line 10, app/assets/stylesheets/tipped.css */
.tpd-tooltip {
  position: absolute;
}

/* Fix for CSS frameworks that don't keep the use of box-sizing: border-box
   within their own namespace */
/* line 16, app/assets/stylesheets/tipped.css */
.tpd-tooltip,
.tpd-tooltip [class^="tpd-"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* Content */
/* line 24, app/assets/stylesheets/tipped.css */
.tpd-content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  float: left;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* line 33, app/assets/stylesheets/tipped.css */
.tpd-content-spacer,
.tpd-content-relative,
.tpd-content-relative-padder {
  float: left;
  position: relative;
}

/* line 39, app/assets/stylesheets/tipped.css */
.tpd-content-relative {
  width: 100%;
}

/* line 43, app/assets/stylesheets/tipped.css */
.tpd-content {
  float: left;
  clear: both;
  position: relative;
  padding: 10px;
  font-size: 11px;
  line-height: 16px;
  color: #fff;
}

/* line 52, app/assets/stylesheets/tipped.css */
.tpd-has-inner-close .tpd-content-relative .tpd-content {
  padding-right: 0 !important;
}

/* line 53, app/assets/stylesheets/tipped.css */
.tpd-tooltip .tpd-content-no-padding {
  padding: 0 !important;
}

/* line 55, app/assets/stylesheets/tipped.css */
.tpd-title-wrapper {
  float: left;
  position: relative;
  overflow: hidden;
}

/* line 60, app/assets/stylesheets/tipped.css */
.tpd-title-spacer {
  float: left;
}

/* line 63, app/assets/stylesheets/tipped.css */
.tpd-title-relative,
.tpd-title-relative-padder {
  float: left;
  position: relative;
}

/* line 68, app/assets/stylesheets/tipped.css */
.tpd-title-relative {
  width: 100%;
}

/* line 69, app/assets/stylesheets/tipped.css */
.tpd-title {
  float: left;
  position: relative;
  font-size: 11px;
  line-height: 16px;
  padding: 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}

/* line 79, app/assets/stylesheets/tipped.css */
.tpd-has-title-close .tpd-title {
  padding-right: 0 !important;
}

/* line 80, app/assets/stylesheets/tipped.css */
.tpd-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 28px;
  cursor: pointer;
  overflow: hidden;
  color: #fff;
}

/* line 90, app/assets/stylesheets/tipped.css */
.tpd-close-icon {
  float: left;
  font-family: -apple-system, system-ui, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  width: 28px;
  height: 28px;
  font-size: 28px;
  line-height: 28px;
  text-align: center;
}

/* Skin */
/* line 105, app/assets/stylesheets/tipped.css */
.tpd-skin {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 111, app/assets/stylesheets/tipped.css */
.tpd-frames {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 116, app/assets/stylesheets/tipped.css */
.tpd-frames .tpd-frame {
  float: left;
  width: 100%;
  height: 100%;
  clear: both;
  display: none;
}

/* line 124, app/assets/stylesheets/tipped.css */
.tpd-visible-frame-top .tpd-frame-top {
  display: block;
}

/* line 125, app/assets/stylesheets/tipped.css */
.tpd-visible-frame-bottom .tpd-frame-bottom {
  display: block;
}

/* line 126, app/assets/stylesheets/tipped.css */
.tpd-visible-frame-left .tpd-frame-left {
  display: block;
}

/* line 127, app/assets/stylesheets/tipped.css */
.tpd-visible-frame-right .tpd-frame-right {
  display: block;
}

/* line 129, app/assets/stylesheets/tipped.css */
.tpd-backgrounds {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

/* line 138, app/assets/stylesheets/tipped.css */
.tpd-background-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  pointer-events: none;
}

/* line 147, app/assets/stylesheets/tipped.css */
.tpd-no-shadow .tpd-skin .tpd-background-shadow {
  box-shadow: none !important;
}

/* line 149, app/assets/stylesheets/tipped.css */
.tpd-background-box {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

/* only the top background box should be shown when not using a stem */
/* line 158, app/assets/stylesheets/tipped.css */
.tpd-no-stem .tpd-background-box,
.tpd-no-stem .tpd-shift-stem {
  display: none;
}

/* line 160, app/assets/stylesheets/tipped.css */
.tpd-no-stem .tpd-background-box-top {
  display: block;
}

/* line 162, app/assets/stylesheets/tipped.css */
.tpd-background-box-shift,
.tpd-background-box-shift-further {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
}

/* line 169, app/assets/stylesheets/tipped.css */
.tpd-background {
  border-radius: 10px;
  float: left;
  clear: both;
  background: none;
  -webkit-background-clip: padding-box;
  /* Safari */
  background-clip: padding-box;
  /* IE9+, Firefox 4+, Opera, Chrome */
  border-style: solid;
  border-width: 1px;
  border-color: #282828;
  border-color: rgba(255, 255, 255, 0.1);
  /* opacity here bugs out in firefox, .tpd-background-content should have no opacity if this opacity is less than 1 */
}

/* line 181, app/assets/stylesheets/tipped.css */
.tpd-background-loading {
  display: none;
}

/* no radius */
/* line 183, app/assets/stylesheets/tipped.css */
.tpd-no-radius .tpd-skin .tpd-frames .tpd-frame .tpd-backgrounds .tpd-background {
  border-radius: 0;
}

/* line 184, app/assets/stylesheets/tipped.css */
.tpd-background-title {
  float: left;
  clear: both;
  width: 100%;
  background-color: #282828;
}

/* line 190, app/assets/stylesheets/tipped.css */
.tpd-background-content {
  float: left;
  clear: both;
  width: 100%;
  background-color: #282828;
}

/* line 196, app/assets/stylesheets/tipped.css */
.tpd-background-border-hack {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-style: solid;
}

/* line 205, app/assets/stylesheets/tipped.css */
.tpd-background-box-top {
  top: 0;
}

/* line 206, app/assets/stylesheets/tipped.css */
.tpd-background-box-bottom {
  bottom: 0;
}

/* line 207, app/assets/stylesheets/tipped.css */
.tpd-background-box-left {
  left: 0;
}

/* line 208, app/assets/stylesheets/tipped.css */
.tpd-background-box-right {
  right: 0;
}

/* iframeshim IE6 */
/* line 211, app/assets/stylesheets/tipped.css */
.tpd-iframeshim {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
}

/* Skin / Stems */
/* line 225, app/assets/stylesheets/tipped.css */
.tpd-shift-stem {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

/* line 231, app/assets/stylesheets/tipped.css */
.tpd-shift-stem-side {
  position: absolute;
}

/* line 234, app/assets/stylesheets/tipped.css */
.tpd-frame-top .tpd-shift-stem-side,
.tpd-frame-bottom .tpd-shift-stem-side {
  width: 100%;
}

/* line 236, app/assets/stylesheets/tipped.css */
.tpd-frame-left .tpd-shift-stem-side,
.tpd-frame-right .tpd-shift-stem-side {
  height: 100%;
}

/* line 239, app/assets/stylesheets/tipped.css */
.tpd-stem {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  /* shows possible invalid subpx rendering */
  width: 16px;
  /* best cross browser stem: width = 2 x height (90deg angle) */
  height: 8px;
  margin-left: 3px;
  /* space from the side */
  margin-top: 2px;
  /* space between target and stem */
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

/* remove margins once we're done measuring */
/* line 252, app/assets/stylesheets/tipped.css */
.tpd-tooltip .tpd-skin .tpd-frames .tpd-frame .tpd-shift-stem .tpd-stem-reset {
  margin: 0 !important;
}

/* line 254, app/assets/stylesheets/tipped.css */
.tpd-stem-spacer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 261, app/assets/stylesheets/tipped.css */
.tpd-stem-reset .tpd-stem-spacer {
  margin-top: 0;
}

/* line 263, app/assets/stylesheets/tipped.css */
.tpd-stem-point {
  width: 100px;
  position: absolute;
  top: 0;
  left: 50%;
}

/* line 269, app/assets/stylesheets/tipped.css */
.tpd-stem-downscale,
.tpd-stem-transform {
  float: left;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  position: relative;
}

/* line 279, app/assets/stylesheets/tipped.css */
.tpd-stem-side {
  width: 50%;
  height: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}

/* line 286, app/assets/stylesheets/tipped.css */
.tpd-stem-side-inversed {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 290, app/assets/stylesheets/tipped.css */
.tpd-stem-triangle {
  width: 0;
  height: 0;
  border-bottom-style: solid;
  border-left-color: transparent;
  border-left-style: solid;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 300, app/assets/stylesheets/tipped.css */
.tpd-stem-border {
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #fff;
  /* will become transparent */
  border-right-color: #fff;
  border-right-style: solid;
  border-right-width: 0;
}

/* line 312, app/assets/stylesheets/tipped.css */
.tpd-stem-border-corner {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  border-right-style: solid;
  border-right-width: 0;
}

/* fixes rendering issue in IE */
/* line 322, app/assets/stylesheets/tipped.css */
.tpd-stem * {
  z-index: 0;
  zoom: 1;
}

/* used by IE &lt; 9 */
/* line 325, app/assets/stylesheets/tipped.css */
.tpd-stem-border-center-offset,
.tpd-stem-border-center-offset-inverse {
  float: left;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* line 333, app/assets/stylesheets/tipped.css */
.tpd-stem-notransform {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
}

/* line 339, app/assets/stylesheets/tipped.css */
.tpd-stem-notransform .tpd-stem-border {
  height: 100%;
  position: relative;
  float: left;
  top: 0;
  left: 0;
  margin: 0;
}

/* line 347, app/assets/stylesheets/tipped.css */
.tpd-stem-notransform .tpd-stem-border-center {
  position: absolute;
}

/* line 350, app/assets/stylesheets/tipped.css */
.tpd-stem-notransform .tpd-stem-border-corner {
  background: #fff;
  border: 0;
  top: auto;
  left: auto;
}

/* line 356, app/assets/stylesheets/tipped.css */
.tpd-stem-notransform .tpd-stem-border-center,
.tpd-stem-notransform .tpd-stem-triangle {
  height: 0;
  border: 0;
  left: 50%;
}

/* transformations for left/right/bottom */
/* line 364, app/assets/stylesheets/tipped.css */
.tpd-stem-transform-left {
  -webkit-transform: rotate(-90deg) scale(-1, 1);
  transform: rotate(-90deg) scale(-1, 1);
}

/* line 368, app/assets/stylesheets/tipped.css */
.tpd-stem-transform-right {
  -webkit-transform: rotate(90deg) translate(0, -100%);
  transform: rotate(90deg) translate(0, -100%);
}

/* line 372, app/assets/stylesheets/tipped.css */
.tpd-stem-transform-bottom {
  -webkit-transform: scale(1, -1) translate(0, -100%);
  transform: scale(1, -1) translate(0, -100%);
}

/* Spinner */
/* line 379, app/assets/stylesheets/tipped.css */
.tpd-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 46px;
  height: 36px;
}

/* line 386, app/assets/stylesheets/tipped.css */
.tpd-spinner-spin {
  position: relative;
  float: left;
  margin: 8px 0 0 13px;
  text-indent: -9999em;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  border-left: 2px solid #fff;
  -webkit-animation: tpd-spinner-animation 1.1s infinite linear;
  animation: tpd-spinner-animation 1.1s infinite linear;
  box-sizing: border-box !important;
}

/* line 399, app/assets/stylesheets/tipped.css */
.tpd-spinner-spin,
.tpd-spinner-spin:after {
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

@-webkit-keyframes tpd-spinner-animation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes tpd-spinner-animation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* show the loader while loading and hide all the content */
/* line 415, app/assets/stylesheets/tipped.css */
.tpd-is-loading .tpd-content-wrapper,
.tpd-is-loading .tpd-title-wrapper {
  display: none;
}

/* line 417, app/assets/stylesheets/tipped.css */
.tpd-is-loading .tpd-background {
  display: none;
}

/* line 418, app/assets/stylesheets/tipped.css */
.tpd-is-loading .tpd-background-loading {
  display: block;
}

/* Resets while measuring content */
/* line 423, app/assets/stylesheets/tipped.css */
.tpd-tooltip-measuring {
  top: 0;
  left: 0;
  position: absolute;
  max-width: 100%;
  width: 100%;
}

/* line 430, app/assets/stylesheets/tipped.css */
.tpd-tooltip-measuring .tpd-skin,
.tpd-tooltip-measuring .tpd-spinner {
  display: none;
}

/* line 435, app/assets/stylesheets/tipped.css */
.tpd-tooltip-measuring .tpd-content-wrapper,
.tpd-tooltip-measuring .tpd-title-wrapper {
  display: block;
}

/* Links */
/* line 440, app/assets/stylesheets/tipped.css */
.tpd-tooltip a,
.tpd-tooltip a:hover {
  color: #808080;
  text-decoration: underline;
}

/* line 442, app/assets/stylesheets/tipped.css */
.tpd-tooltip a:hover {
  color: #6c6c6c;
}

/*
 * Sizes
 */
/* x-small */
/* line 449, app/assets/stylesheets/tipped.css */
.tpd-size-x-small .tpd-content,
.tpd-size-x-small .tpd-title {
  padding: 7px 8px;
  font-size: 10px;
  line-height: 15px;
}

/* line 455, app/assets/stylesheets/tipped.css */
.tpd-size-x-small .tpd-background {
  border-radius: 5px;
}

/* line 456, app/assets/stylesheets/tipped.css */
.tpd-size-x-small .tpd-stem {
  width: 12px;
  height: 6px;
  margin-left: 4px;
  margin-top: 2px;
  /* space between target and stem */
}

/* line 462, app/assets/stylesheets/tipped.css */
.tpd-size-x-small.tpd-no-radius .tpd-stem {
  margin-left: 7px;
}

/* line 463, app/assets/stylesheets/tipped.css */
.tpd-size-x-small .tpd-close {
  margin-bottom: 1px;
}

/* line 464, app/assets/stylesheets/tipped.css */
.tpd-size-x-small .tpd-spinner {
  width: 35px;
  height: 29px;
}

/* line 468, app/assets/stylesheets/tipped.css */
.tpd-size-x-small .tpd-spinner-spin {
  margin: 6px 0 0 9px;
}

/* line 469, app/assets/stylesheets/tipped.css */
.tpd-size-x-small .tpd-spinner-spin,
.tpd-size-x-small .tpd-spinner-spin:after {
  width: 17px;
  height: 17px;
}

/* small */
/* line 476, app/assets/stylesheets/tipped.css */
.tpd-size-small .tpd-content,
.tpd-size-small .tpd-title {
  padding: 8px;
  font-size: 10px;
  line-height: 16px;
}

/* line 482, app/assets/stylesheets/tipped.css */
.tpd-size-small .tpd-background {
  border-radius: 6px;
}

/* line 483, app/assets/stylesheets/tipped.css */
.tpd-size-small .tpd-stem {
  width: 14px;
  height: 7px;
  margin-left: 5px;
  margin-top: 2px;
  /* space between target and stem */
}

/* line 489, app/assets/stylesheets/tipped.css */
.tpd-size-small.tpd-no-radius .tpd-stem {
  margin-left: 8px;
}

/* line 490, app/assets/stylesheets/tipped.css */
.tpd-size-small .tpd-close {
  margin: 2px 1px;
}

/* line 491, app/assets/stylesheets/tipped.css */
.tpd-size-small .tpd-spinner {
  width: 42px;
  height: 32px;
}

/* line 495, app/assets/stylesheets/tipped.css */
.tpd-size-small .tpd-spinner-spin {
  margin: 7px 0 0 13px;
}

/* line 496, app/assets/stylesheets/tipped.css */
.tpd-size-small .tpd-spinner-spin,
.tpd-size-small .tpd-spinner-spin:after {
  width: 18px;
  height: 18px;
}

/* medium (default) */
/* line 504, app/assets/stylesheets/tipped.css */
.tpd-size-medium .tpd-content,
.tpd-size-medium .tpd-title {
  padding: 10px;
  font-size: 11px;
  line-height: 16px;
}

/* line 510, app/assets/stylesheets/tipped.css */
.tpd-size-medium .tpd-background {
  border-radius: 8px;
}

/* line 511, app/assets/stylesheets/tipped.css */
.tpd-size-medium .tpd-stem {
  width: 16px;
  /* best cross browser stem width is 2xheight, for a 90deg angle */
  height: 8px;
  margin-left: 6px;
  /* space from the side */
  margin-top: 2px;
  /* space between target and stem */
}

/* line 517, app/assets/stylesheets/tipped.css */
.tpd-size-medium.tpd-no-radius .tpd-stem {
  margin-left: 10px;
}

/* line 518, app/assets/stylesheets/tipped.css */
.tpd-size-medium .tpd-close {
  margin: 4px 2px;
}

/* ideal spinner dimensions don't cause movement op top and
   on the stem when switching to text using position:'topleft' */
/* line 521, app/assets/stylesheets/tipped.css */
.tpd-size-medium .tpd-spinner {
  width: 50px;
  height: 36px;
}

/* line 525, app/assets/stylesheets/tipped.css */
.tpd-size-medium .tpd-spinner-spin {
  margin: 8px 0 0 15px;
}

/* line 526, app/assets/stylesheets/tipped.css */
.tpd-size-medium .tpd-spinner-spin,
.tpd-size-medium .tpd-spinner-spin:after {
  width: 20px;
  height: 20px;
}

/* large */
/* line 534, app/assets/stylesheets/tipped.css */
.tpd-size-large .tpd-content,
.tpd-size-large .tpd-title {
  padding: 10px;
  font-size: 13px;
  line-height: 18px;
}

/* line 540, app/assets/stylesheets/tipped.css */
.tpd-size-large .tpd-background {
  border-radius: 8px;
}

/* line 541, app/assets/stylesheets/tipped.css */
.tpd-size-large .tpd-stem {
  width: 18px;
  height: 9px;
  margin-left: 7px;
  margin-top: 2px;
  /* space between target and stem */
}

/* line 547, app/assets/stylesheets/tipped.css */
.tpd-size-large.tpd-no-radius .tpd-stem {
  margin-left: 10px;
}

/* line 548, app/assets/stylesheets/tipped.css */
.tpd-size-large .tpd-close {
  margin: 5px 2px 5px 2px;
}

/* line 549, app/assets/stylesheets/tipped.css */
.tpd-size-large .tpd-spinner {
  width: 54px;
  height: 38px;
}

/* line 553, app/assets/stylesheets/tipped.css */
.tpd-size-large .tpd-spinner-spin {
  margin: 9px 0 0 17px;
}

/* line 554, app/assets/stylesheets/tipped.css */
.tpd-size-large .tpd-spinner-spin,
.tpd-size-large .tpd-spinner-spin:after {
  width: 20px;
  height: 20px;
}

/* Skins */
/* default (dark) */
/* line 564, app/assets/stylesheets/tipped.css */
.tpd-skin-dark .tpd-content,
.tpd-skin-dark .tpd-title,
.tpd-skin-dark .tpd-close {
  color: #fff;
}

/* line 567, app/assets/stylesheets/tipped.css */
.tpd-skin-dark .tpd-background-content,
.tpd-skin-dark .tpd-background-title {
  background-color: #282828;
}

/* line 571, app/assets/stylesheets/tipped.css */
.tpd-skin-dark .tpd-background {
  border-width: 1px;
  border-color: #282828;
  border-color: rgba(255, 255, 255, 0.1);
}

/* line below the title */
/* line 577, app/assets/stylesheets/tipped.css */
.tpd-skin-dark .tpd-title-wrapper {
  border-bottom: 1px solid #404040;
}

/* spinner */
/* line 579, app/assets/stylesheets/tipped.css */
.tpd-skin-dark .tpd-spinner-spin {
  border-color: rgba(255, 255, 255, 0.2);
  border-left-color: #fff;
}

/* links */
/* line 584, app/assets/stylesheets/tipped.css */
.tpd-skin-dark a {
  color: #ccc;
}

/* line 585, app/assets/stylesheets/tipped.css */
.tpd-skin-dark a:hover {
  color: #c0c0c0;
}

/* no gem package, direct download from http://www.tippedjs.com/ */
/*! jQuery UI - v1.11.2 - 2014-11-15
* http://jqueryui.com
* Includes: core.css, draggable.css, slider.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&amp;fwDefault=bold&amp;fsDefault=1.1em&amp;cornerRadius=4px&amp;bgColorHeader=f6a828&amp;bgTextureHeader=gloss_wave&amp;bgImgOpacityHeader=35&amp;borderColorHeader=e78f08&amp;fcHeader=ffffff&amp;iconColorHeader=ffffff&amp;bgColorContent=eeeeee&amp;bgTextureContent=highlight_soft&amp;bgImgOpacityContent=100&amp;borderColorContent=dddddd&amp;fcContent=333333&amp;iconColorContent=222222&amp;bgColorDefault=f6f6f6&amp;bgTextureDefault=glass&amp;bgImgOpacityDefault=100&amp;borderColorDefault=cccccc&amp;fcDefault=1c94c4&amp;iconColorDefault=ef8c08&amp;bgColorHover=fdf5ce&amp;bgTextureHover=glass&amp;bgImgOpacityHover=100&amp;borderColorHover=fbcb09&amp;fcHover=c77405&amp;iconColorHover=ef8c08&amp;bgColorActive=ffffff&amp;bgTextureActive=glass&amp;bgImgOpacityActive=65&amp;borderColorActive=fbd850&amp;fcActive=eb8f00&amp;iconColorActive=ef8c08&amp;bgColorHighlight=ffe45c&amp;bgTextureHighlight=highlight_soft&amp;bgImgOpacityHighlight=75&amp;borderColorHighlight=fed22f&amp;fcHighlight=363636&amp;iconColorHighlight=228ef1&amp;bgColorError=b81900&amp;bgTextureError=diagonals_thick&amp;bgImgOpacityError=18&amp;borderColorError=cd0a0a&amp;fcError=ffffff&amp;iconColorError=ffd27a&amp;bgColorOverlay=666666&amp;bgTextureOverlay=diagonals_thick&amp;bgImgOpacityOverlay=20&amp;opacityOverlay=50&amp;bgColorShadow=000000&amp;bgTextureShadow=flat&amp;bgImgOpacityShadow=10&amp;opacityShadow=20&amp;thicknessShadow=5px&amp;offsetTopShadow=-5px&amp;offsetLeftShadow=-5px&amp;cornerRadiusShadow=5px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
/* line 9, app/assets/stylesheets/jqueryui.css */
.ui-helper-hidden {
  display: none;
}

/* line 12, app/assets/stylesheets/jqueryui.css */
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 22, app/assets/stylesheets/jqueryui.css */
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

/* line 32, app/assets/stylesheets/jqueryui.css */
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

/* line 38, app/assets/stylesheets/jqueryui.css */
.ui-helper-clearfix:after {
  clear: both;
}

/* line 41, app/assets/stylesheets/jqueryui.css */
.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}

/* line 44, app/assets/stylesheets/jqueryui.css */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

/* line 54, app/assets/stylesheets/jqueryui.css */
.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
/* line 61, app/assets/stylesheets/jqueryui.css */
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
/* line 70, app/assets/stylesheets/jqueryui.css */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
/* line 82, app/assets/stylesheets/jqueryui.css */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 89, app/assets/stylesheets/jqueryui.css */
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

/* line 93, app/assets/stylesheets/jqueryui.css */
.ui-slider {
  position: relative;
  text-align: left;
}

/* line 97, app/assets/stylesheets/jqueryui.css */
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

/* line 106, app/assets/stylesheets/jqueryui.css */
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* support: IE8 - See #6727 */
/* line 116, app/assets/stylesheets/jqueryui.css */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

/* line 121, app/assets/stylesheets/jqueryui.css */
.ui-slider-horizontal {
  height: .8em;
}

/* line 124, app/assets/stylesheets/jqueryui.css */
.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

/* line 128, app/assets/stylesheets/jqueryui.css */
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

/* line 132, app/assets/stylesheets/jqueryui.css */
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

/* line 135, app/assets/stylesheets/jqueryui.css */
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

/* line 139, app/assets/stylesheets/jqueryui.css */
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

/* line 143, app/assets/stylesheets/jqueryui.css */
.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

/* line 148, app/assets/stylesheets/jqueryui.css */
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

/* line 152, app/assets/stylesheets/jqueryui.css */
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

/* line 155, app/assets/stylesheets/jqueryui.css */
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

/* Component containers
----------------------------------*/
/* line 161, app/assets/stylesheets/jqueryui.css */
.ui-widget {
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-size: 1.1em;
}

/* line 165, app/assets/stylesheets/jqueryui.css */
.ui-widget .ui-widget {
  font-size: 1em;
}

/* line 168, app/assets/stylesheets/jqueryui.css */
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-size: 1em;
}

/* line 175, app/assets/stylesheets/jqueryui.css */
.ui-widget-content {
  border: 1px solid #dddddd;
  background: #eeeeee url("images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;
  color: #333333;
}

/* line 180, app/assets/stylesheets/jqueryui.css */
.ui-widget-content a {
  color: #333333;
}

/* line 183, app/assets/stylesheets/jqueryui.css */
.ui-widget-header {
  border: 1px solid #e78f08;
  background: #f6a828 url("images/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x;
  color: #ffffff;
  font-weight: bold;
}

/* line 189, app/assets/stylesheets/jqueryui.css */
.ui-widget-header a {
  color: #ffffff;
}

/* Interaction states
----------------------------------*/
/* line 195, app/assets/stylesheets/jqueryui.css */
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #cccccc;
  background: #f6f6f6 url("images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #1c94c4;
}

/* line 203, app/assets/stylesheets/jqueryui.css */
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #1c94c4;
  text-decoration: none;
}

/* line 209, app/assets/stylesheets/jqueryui.css */
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #fbcb09;
  background: #fdf5ce url("images/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #c77405;
}

/* line 220, app/assets/stylesheets/jqueryui.css */
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #c77405;
  text-decoration: none;
}

/* line 231, app/assets/stylesheets/jqueryui.css */
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #fbd850;
  background: #ffffff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #eb8f00;
}

/* line 239, app/assets/stylesheets/jqueryui.css */
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #eb8f00;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
/* line 248, app/assets/stylesheets/jqueryui.css */
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fed22f;
  background: #ffe45c url("images/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x;
  color: #363636;
}

/* line 255, app/assets/stylesheets/jqueryui.css */
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}

/* line 260, app/assets/stylesheets/jqueryui.css */
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #b81900 url("images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;
  color: #ffffff;
}

/* line 267, app/assets/stylesheets/jqueryui.css */
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #ffffff;
}

/* line 272, app/assets/stylesheets/jqueryui.css */
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #ffffff;
}

/* line 277, app/assets/stylesheets/jqueryui.css */
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

/* line 282, app/assets/stylesheets/jqueryui.css */
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal;
}

/* line 289, app/assets/stylesheets/jqueryui.css */
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none;
}

/* line 296, app/assets/stylesheets/jqueryui.css */
.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
/* line 304, app/assets/stylesheets/jqueryui.css */
.ui-icon {
  width: 16px;
  height: 16px;
}

/* line 308, app/assets/stylesheets/jqueryui.css */
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_222222_256x240.png");
}

/* line 312, app/assets/stylesheets/jqueryui.css */
.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

/* line 315, app/assets/stylesheets/jqueryui.css */
.ui-state-default .ui-icon {
  background-image: url("images/ui-icons_ef8c08_256x240.png");
}

/* line 318, app/assets/stylesheets/jqueryui.css */
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("images/ui-icons_ef8c08_256x240.png");
}

/* line 322, app/assets/stylesheets/jqueryui.css */
.ui-state-active .ui-icon {
  background-image: url("images/ui-icons_ef8c08_256x240.png");
}

/* line 325, app/assets/stylesheets/jqueryui.css */
.ui-state-highlight .ui-icon {
  background-image: url("images/ui-icons_228ef1_256x240.png");
}

/* line 328, app/assets/stylesheets/jqueryui.css */
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_ffd27a_256x240.png");
}

/* positioning */
/* line 334, app/assets/stylesheets/jqueryui.css */
.ui-icon-blank {
  background-position: 16px 16px;
}

/* line 335, app/assets/stylesheets/jqueryui.css */
.ui-icon-carat-1-n {
  background-position: 0 0;
}

/* line 336, app/assets/stylesheets/jqueryui.css */
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

/* line 337, app/assets/stylesheets/jqueryui.css */
.ui-icon-carat-1-e {
  background-position: -32px 0;
}

/* line 338, app/assets/stylesheets/jqueryui.css */
.ui-icon-carat-1-se {
  background-position: -48px 0;
}

/* line 339, app/assets/stylesheets/jqueryui.css */
.ui-icon-carat-1-s {
  background-position: -64px 0;
}

/* line 340, app/assets/stylesheets/jqueryui.css */
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

/* line 341, app/assets/stylesheets/jqueryui.css */
.ui-icon-carat-1-w {
  background-position: -96px 0;
}

/* line 342, app/assets/stylesheets/jqueryui.css */
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

/* line 343, app/assets/stylesheets/jqueryui.css */
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

/* line 344, app/assets/stylesheets/jqueryui.css */
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

/* line 345, app/assets/stylesheets/jqueryui.css */
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

/* line 346, app/assets/stylesheets/jqueryui.css */
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

/* line 347, app/assets/stylesheets/jqueryui.css */
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

/* line 348, app/assets/stylesheets/jqueryui.css */
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

/* line 349, app/assets/stylesheets/jqueryui.css */
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

/* line 350, app/assets/stylesheets/jqueryui.css */
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

/* line 351, app/assets/stylesheets/jqueryui.css */
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

/* line 352, app/assets/stylesheets/jqueryui.css */
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

/* line 353, app/assets/stylesheets/jqueryui.css */
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

/* line 354, app/assets/stylesheets/jqueryui.css */
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

/* line 355, app/assets/stylesheets/jqueryui.css */
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

/* line 356, app/assets/stylesheets/jqueryui.css */
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

/* line 357, app/assets/stylesheets/jqueryui.css */
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

/* line 358, app/assets/stylesheets/jqueryui.css */
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

/* line 359, app/assets/stylesheets/jqueryui.css */
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

/* line 360, app/assets/stylesheets/jqueryui.css */
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

/* line 361, app/assets/stylesheets/jqueryui.css */
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

/* line 362, app/assets/stylesheets/jqueryui.css */
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

/* line 363, app/assets/stylesheets/jqueryui.css */
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

/* line 364, app/assets/stylesheets/jqueryui.css */
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

/* line 365, app/assets/stylesheets/jqueryui.css */
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

/* line 366, app/assets/stylesheets/jqueryui.css */
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

/* line 367, app/assets/stylesheets/jqueryui.css */
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

/* line 368, app/assets/stylesheets/jqueryui.css */
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

/* line 369, app/assets/stylesheets/jqueryui.css */
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

/* line 370, app/assets/stylesheets/jqueryui.css */
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

/* line 371, app/assets/stylesheets/jqueryui.css */
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

/* line 372, app/assets/stylesheets/jqueryui.css */
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

/* line 373, app/assets/stylesheets/jqueryui.css */
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

/* line 374, app/assets/stylesheets/jqueryui.css */
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

/* line 375, app/assets/stylesheets/jqueryui.css */
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

/* line 376, app/assets/stylesheets/jqueryui.css */
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

/* line 377, app/assets/stylesheets/jqueryui.css */
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

/* line 378, app/assets/stylesheets/jqueryui.css */
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

/* line 379, app/assets/stylesheets/jqueryui.css */
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

/* line 380, app/assets/stylesheets/jqueryui.css */
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

/* line 381, app/assets/stylesheets/jqueryui.css */
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

/* line 382, app/assets/stylesheets/jqueryui.css */
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

/* line 383, app/assets/stylesheets/jqueryui.css */
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

/* line 384, app/assets/stylesheets/jqueryui.css */
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

/* line 385, app/assets/stylesheets/jqueryui.css */
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

/* line 386, app/assets/stylesheets/jqueryui.css */
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

/* line 387, app/assets/stylesheets/jqueryui.css */
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

/* line 388, app/assets/stylesheets/jqueryui.css */
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

/* line 389, app/assets/stylesheets/jqueryui.css */
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

/* line 390, app/assets/stylesheets/jqueryui.css */
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

/* line 391, app/assets/stylesheets/jqueryui.css */
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

/* line 392, app/assets/stylesheets/jqueryui.css */
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

/* line 393, app/assets/stylesheets/jqueryui.css */
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

/* line 394, app/assets/stylesheets/jqueryui.css */
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

/* line 395, app/assets/stylesheets/jqueryui.css */
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

/* line 396, app/assets/stylesheets/jqueryui.css */
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

/* line 397, app/assets/stylesheets/jqueryui.css */
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

/* line 398, app/assets/stylesheets/jqueryui.css */
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

/* line 399, app/assets/stylesheets/jqueryui.css */
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

/* line 400, app/assets/stylesheets/jqueryui.css */
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

/* line 401, app/assets/stylesheets/jqueryui.css */
.ui-icon-extlink {
  background-position: -32px -80px;
}

/* line 402, app/assets/stylesheets/jqueryui.css */
.ui-icon-newwin {
  background-position: -48px -80px;
}

/* line 403, app/assets/stylesheets/jqueryui.css */
.ui-icon-refresh {
  background-position: -64px -80px;
}

/* line 404, app/assets/stylesheets/jqueryui.css */
.ui-icon-shuffle {
  background-position: -80px -80px;
}

/* line 405, app/assets/stylesheets/jqueryui.css */
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

/* line 406, app/assets/stylesheets/jqueryui.css */
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

/* line 407, app/assets/stylesheets/jqueryui.css */
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

/* line 408, app/assets/stylesheets/jqueryui.css */
.ui-icon-folder-open {
  background-position: -16px -96px;
}

/* line 409, app/assets/stylesheets/jqueryui.css */
.ui-icon-document {
  background-position: -32px -96px;
}

/* line 410, app/assets/stylesheets/jqueryui.css */
.ui-icon-document-b {
  background-position: -48px -96px;
}

/* line 411, app/assets/stylesheets/jqueryui.css */
.ui-icon-note {
  background-position: -64px -96px;
}

/* line 412, app/assets/stylesheets/jqueryui.css */
.ui-icon-mail-closed {
  background-position: -80px -96px;
}

/* line 413, app/assets/stylesheets/jqueryui.css */
.ui-icon-mail-open {
  background-position: -96px -96px;
}

/* line 414, app/assets/stylesheets/jqueryui.css */
.ui-icon-suitcase {
  background-position: -112px -96px;
}

/* line 415, app/assets/stylesheets/jqueryui.css */
.ui-icon-comment {
  background-position: -128px -96px;
}

/* line 416, app/assets/stylesheets/jqueryui.css */
.ui-icon-person {
  background-position: -144px -96px;
}

/* line 417, app/assets/stylesheets/jqueryui.css */
.ui-icon-print {
  background-position: -160px -96px;
}

/* line 418, app/assets/stylesheets/jqueryui.css */
.ui-icon-trash {
  background-position: -176px -96px;
}

/* line 419, app/assets/stylesheets/jqueryui.css */
.ui-icon-locked {
  background-position: -192px -96px;
}

/* line 420, app/assets/stylesheets/jqueryui.css */
.ui-icon-unlocked {
  background-position: -208px -96px;
}

/* line 421, app/assets/stylesheets/jqueryui.css */
.ui-icon-bookmark {
  background-position: -224px -96px;
}

/* line 422, app/assets/stylesheets/jqueryui.css */
.ui-icon-tag {
  background-position: -240px -96px;
}

/* line 423, app/assets/stylesheets/jqueryui.css */
.ui-icon-home {
  background-position: 0 -112px;
}

/* line 424, app/assets/stylesheets/jqueryui.css */
.ui-icon-flag {
  background-position: -16px -112px;
}

/* line 425, app/assets/stylesheets/jqueryui.css */
.ui-icon-calendar {
  background-position: -32px -112px;
}

/* line 426, app/assets/stylesheets/jqueryui.css */
.ui-icon-cart {
  background-position: -48px -112px;
}

/* line 427, app/assets/stylesheets/jqueryui.css */
.ui-icon-pencil {
  background-position: -64px -112px;
}

/* line 428, app/assets/stylesheets/jqueryui.css */
.ui-icon-clock {
  background-position: -80px -112px;
}

/* line 429, app/assets/stylesheets/jqueryui.css */
.ui-icon-disk {
  background-position: -96px -112px;
}

/* line 430, app/assets/stylesheets/jqueryui.css */
.ui-icon-calculator {
  background-position: -112px -112px;
}

/* line 431, app/assets/stylesheets/jqueryui.css */
.ui-icon-zoomin {
  background-position: -128px -112px;
}

/* line 432, app/assets/stylesheets/jqueryui.css */
.ui-icon-zoomout {
  background-position: -144px -112px;
}

/* line 433, app/assets/stylesheets/jqueryui.css */
.ui-icon-search {
  background-position: -160px -112px;
}

/* line 434, app/assets/stylesheets/jqueryui.css */
.ui-icon-wrench {
  background-position: -176px -112px;
}

/* line 435, app/assets/stylesheets/jqueryui.css */
.ui-icon-gear {
  background-position: -192px -112px;
}

/* line 436, app/assets/stylesheets/jqueryui.css */
.ui-icon-heart {
  background-position: -208px -112px;
}

/* line 437, app/assets/stylesheets/jqueryui.css */
.ui-icon-star {
  background-position: -224px -112px;
}

/* line 438, app/assets/stylesheets/jqueryui.css */
.ui-icon-link {
  background-position: -240px -112px;
}

/* line 439, app/assets/stylesheets/jqueryui.css */
.ui-icon-cancel {
  background-position: 0 -128px;
}

/* line 440, app/assets/stylesheets/jqueryui.css */
.ui-icon-plus {
  background-position: -16px -128px;
}

/* line 441, app/assets/stylesheets/jqueryui.css */
.ui-icon-plusthick {
  background-position: -32px -128px;
}

/* line 442, app/assets/stylesheets/jqueryui.css */
.ui-icon-minus {
  background-position: -48px -128px;
}

/* line 443, app/assets/stylesheets/jqueryui.css */
.ui-icon-minusthick {
  background-position: -64px -128px;
}

/* line 444, app/assets/stylesheets/jqueryui.css */
.ui-icon-close {
  background-position: -80px -128px;
}

/* line 445, app/assets/stylesheets/jqueryui.css */
.ui-icon-closethick {
  background-position: -96px -128px;
}

/* line 446, app/assets/stylesheets/jqueryui.css */
.ui-icon-key {
  background-position: -112px -128px;
}

/* line 447, app/assets/stylesheets/jqueryui.css */
.ui-icon-lightbulb {
  background-position: -128px -128px;
}

/* line 448, app/assets/stylesheets/jqueryui.css */
.ui-icon-scissors {
  background-position: -144px -128px;
}

/* line 449, app/assets/stylesheets/jqueryui.css */
.ui-icon-clipboard {
  background-position: -160px -128px;
}

/* line 450, app/assets/stylesheets/jqueryui.css */
.ui-icon-copy {
  background-position: -176px -128px;
}

/* line 451, app/assets/stylesheets/jqueryui.css */
.ui-icon-contact {
  background-position: -192px -128px;
}

/* line 452, app/assets/stylesheets/jqueryui.css */
.ui-icon-image {
  background-position: -208px -128px;
}

/* line 453, app/assets/stylesheets/jqueryui.css */
.ui-icon-video {
  background-position: -224px -128px;
}

/* line 454, app/assets/stylesheets/jqueryui.css */
.ui-icon-script {
  background-position: -240px -128px;
}

/* line 455, app/assets/stylesheets/jqueryui.css */
.ui-icon-alert {
  background-position: 0 -144px;
}

/* line 456, app/assets/stylesheets/jqueryui.css */
.ui-icon-info {
  background-position: -16px -144px;
}

/* line 457, app/assets/stylesheets/jqueryui.css */
.ui-icon-notice {
  background-position: -32px -144px;
}

/* line 458, app/assets/stylesheets/jqueryui.css */
.ui-icon-help {
  background-position: -48px -144px;
}

/* line 459, app/assets/stylesheets/jqueryui.css */
.ui-icon-check {
  background-position: -64px -144px;
}

/* line 460, app/assets/stylesheets/jqueryui.css */
.ui-icon-bullet {
  background-position: -80px -144px;
}

/* line 461, app/assets/stylesheets/jqueryui.css */
.ui-icon-radio-on {
  background-position: -96px -144px;
}

/* line 462, app/assets/stylesheets/jqueryui.css */
.ui-icon-radio-off {
  background-position: -112px -144px;
}

/* line 463, app/assets/stylesheets/jqueryui.css */
.ui-icon-pin-w {
  background-position: -128px -144px;
}

/* line 464, app/assets/stylesheets/jqueryui.css */
.ui-icon-pin-s {
  background-position: -144px -144px;
}

/* line 465, app/assets/stylesheets/jqueryui.css */
.ui-icon-play {
  background-position: 0 -160px;
}

/* line 466, app/assets/stylesheets/jqueryui.css */
.ui-icon-pause {
  background-position: -16px -160px;
}

/* line 467, app/assets/stylesheets/jqueryui.css */
.ui-icon-seek-next {
  background-position: -32px -160px;
}

/* line 468, app/assets/stylesheets/jqueryui.css */
.ui-icon-seek-prev {
  background-position: -48px -160px;
}

/* line 469, app/assets/stylesheets/jqueryui.css */
.ui-icon-seek-end {
  background-position: -64px -160px;
}

/* line 470, app/assets/stylesheets/jqueryui.css */
.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
/* line 472, app/assets/stylesheets/jqueryui.css */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

/* line 473, app/assets/stylesheets/jqueryui.css */
.ui-icon-stop {
  background-position: -96px -160px;
}

/* line 474, app/assets/stylesheets/jqueryui.css */
.ui-icon-eject {
  background-position: -112px -160px;
}

/* line 475, app/assets/stylesheets/jqueryui.css */
.ui-icon-volume-off {
  background-position: -128px -160px;
}

/* line 476, app/assets/stylesheets/jqueryui.css */
.ui-icon-volume-on {
  background-position: -144px -160px;
}

/* line 477, app/assets/stylesheets/jqueryui.css */
.ui-icon-power {
  background-position: 0 -176px;
}

/* line 478, app/assets/stylesheets/jqueryui.css */
.ui-icon-signal-diag {
  background-position: -16px -176px;
}

/* line 479, app/assets/stylesheets/jqueryui.css */
.ui-icon-signal {
  background-position: -32px -176px;
}

/* line 480, app/assets/stylesheets/jqueryui.css */
.ui-icon-battery-0 {
  background-position: -48px -176px;
}

/* line 481, app/assets/stylesheets/jqueryui.css */
.ui-icon-battery-1 {
  background-position: -64px -176px;
}

/* line 482, app/assets/stylesheets/jqueryui.css */
.ui-icon-battery-2 {
  background-position: -80px -176px;
}

/* line 483, app/assets/stylesheets/jqueryui.css */
.ui-icon-battery-3 {
  background-position: -96px -176px;
}

/* line 484, app/assets/stylesheets/jqueryui.css */
.ui-icon-circle-plus {
  background-position: 0 -192px;
}

/* line 485, app/assets/stylesheets/jqueryui.css */
.ui-icon-circle-minus {
  background-position: -16px -192px;
}

/* line 486, app/assets/stylesheets/jqueryui.css */
.ui-icon-circle-close {
  background-position: -32px -192px;
}

/* line 487, app/assets/stylesheets/jqueryui.css */
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

/* line 488, app/assets/stylesheets/jqueryui.css */
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

/* line 489, app/assets/stylesheets/jqueryui.css */
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

/* line 490, app/assets/stylesheets/jqueryui.css */
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

/* line 491, app/assets/stylesheets/jqueryui.css */
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

/* line 492, app/assets/stylesheets/jqueryui.css */
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

/* line 493, app/assets/stylesheets/jqueryui.css */
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

/* line 494, app/assets/stylesheets/jqueryui.css */
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

/* line 495, app/assets/stylesheets/jqueryui.css */
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

/* line 496, app/assets/stylesheets/jqueryui.css */
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

/* line 497, app/assets/stylesheets/jqueryui.css */
.ui-icon-circle-check {
  background-position: -208px -192px;
}

/* line 498, app/assets/stylesheets/jqueryui.css */
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

/* line 499, app/assets/stylesheets/jqueryui.css */
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

/* line 500, app/assets/stylesheets/jqueryui.css */
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

/* line 501, app/assets/stylesheets/jqueryui.css */
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

/* line 502, app/assets/stylesheets/jqueryui.css */
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

/* line 503, app/assets/stylesheets/jqueryui.css */
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

/* line 504, app/assets/stylesheets/jqueryui.css */
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

/* line 505, app/assets/stylesheets/jqueryui.css */
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

/* line 506, app/assets/stylesheets/jqueryui.css */
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

/* line 507, app/assets/stylesheets/jqueryui.css */
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

/* line 508, app/assets/stylesheets/jqueryui.css */
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

/* line 509, app/assets/stylesheets/jqueryui.css */
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
/* line 516, app/assets/stylesheets/jqueryui.css */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px;
}

/* line 522, app/assets/stylesheets/jqueryui.css */
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px;
}

/* line 528, app/assets/stylesheets/jqueryui.css */
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px;
}

/* line 534, app/assets/stylesheets/jqueryui.css */
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px;
}

/* Overlays */
/* line 542, app/assets/stylesheets/jqueryui.css */
.ui-widget-overlay {
  background: #666666 url("images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;
  opacity: .5;
  filter: Alpha(Opacity=50);
  /* support: IE8 */
}

/* line 547, app/assets/stylesheets/jqueryui.css */
.ui-widget-shadow {
  margin: -5px 0 0 -5px;
  padding: 5px;
  background: #000000 url("images/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;
  opacity: .2;
  filter: Alpha(Opacity=20);
  /* support: IE8 */
  border-radius: 5px;
}

/**
 * This is for convenience of developing only. The minified result should go into
 * the _css var in iris.js. Run grunt cssmin to generate.
 */
/* line 5, app/assets/stylesheets/iris.css */
.iris-picker {
  display: block;
  position: relative;
}

/* line 9, app/assets/stylesheets/iris.css */
.iris-picker, .iris-picker * {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 14, app/assets/stylesheets/iris.css */
input + .iris-picker {
  margin-top: 4px;
}

/* line 17, app/assets/stylesheets/iris.css */
.iris-error {
  background-color: #ffafaf;
}

/* line 20, app/assets/stylesheets/iris.css */
.iris-border {
  border-radius: 3px;
  border: 1px solid #aaa;
  width: 200px;
  background-color: #fff;
}

/* line 26, app/assets/stylesheets/iris.css */
.iris-picker-inner {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

/* line 33, app/assets/stylesheets/iris.css */
.iris-border .iris-picker-inner {
  top: 10px;
  right: 10px;
  left: 10px;
  bottom: 10px;
}

/* line 39, app/assets/stylesheets/iris.css */
.iris-picker .iris-square-inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* line 46, app/assets/stylesheets/iris.css */
.iris-picker .iris-square,
.iris-picker .iris-slider,
.iris-picker .iris-square-inner,
.iris-picker .iris-palette {
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.4);
  height: 100%;
  width: 12.5%;
  float: left;
  margin-right: 5%;
}

/* line 57, app/assets/stylesheets/iris.css */
.iris-picker .iris-square {
  width: 76%;
  margin-right: 10%;
  position: relative;
}

/* line 62, app/assets/stylesheets/iris.css */
.iris-picker .iris-square-inner {
  width: auto;
  margin: 0;
}

/* line 66, app/assets/stylesheets/iris.css */
.iris-ie-9 .iris-square,
.iris-ie-9 .iris-slider,
.iris-ie-9 .iris-square-inner,
.iris-ie-9 .iris-palette {
  box-shadow: none;
  border-radius: 0;
}

/* line 73, app/assets/stylesheets/iris.css */
.iris-ie-9 .iris-square,
.iris-ie-9 .iris-slider,
.iris-ie-9 .iris-palette {
  outline: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 78, app/assets/stylesheets/iris.css */
.iris-ie-lt9 .iris-square,
.iris-ie-lt9 .iris-slider,
.iris-ie-lt9 .iris-square-inner,
.iris-ie-lt9 .iris-palette {
  outline: 1px solid #aaa;
}

/* line 85, app/assets/stylesheets/iris.css */
.iris-ie-lt9 .iris-square .ui-slider-handle {
  outline: 1px solid #aaa;
  background-color: #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

/* line 90, app/assets/stylesheets/iris.css */
.iris-ie-lt9 .iris-square .iris-square-handle {
  background: none;
  border: 3px solid #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

/* line 95, app/assets/stylesheets/iris.css */
.iris-picker .iris-strip {
  margin-right: 0;
  position: relative;
}

/* line 99, app/assets/stylesheets/iris.css */
.iris-picker .iris-strip .ui-slider-handle {
  position: absolute;
  background: none;
  margin: 0;
  right: -3px;
  left: -3px;
  border: 4px solid #aaa;
  border-width: 4px 3px;
  width: auto;
  height: 6px;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  opacity: .9;
  z-index: 5;
  cursor: ns-resize;
}

/* line 115, app/assets/stylesheets/iris.css */
.iris-strip .ui-slider-handle:before {
  content: " ";
  position: absolute;
  left: -2px;
  right: -2px;
  top: -3px;
  bottom: -3px;
  border: 2px solid #fff;
  border-radius: 3px;
}

/* line 125, app/assets/stylesheets/iris.css */
.iris-picker .iris-slider-offset {
  position: absolute;
  top: 11px;
  left: 0;
  right: 0;
  bottom: -3px;
  width: auto;
  height: auto;
  background: transparent;
  border: none;
  border-radius: 0;
}

/* line 137, app/assets/stylesheets/iris.css */
.iris-picker .iris-square-handle {
  background: transparent;
  border: 5px solid #aaa;
  border-radius: 50%;
  border-color: rgba(128, 128, 128, 0.5);
  box-shadow: none;
  width: 12px;
  height: 12px;
  position: absolute;
  left: -10px;
  top: -10px;
  cursor: move;
  opacity: 1;
  z-index: 10;
}

/* line 152, app/assets/stylesheets/iris.css */
.iris-picker .ui-state-focus .iris-square-handle {
  opacity: .8;
}

/* line 155, app/assets/stylesheets/iris.css */
.iris-picker .iris-square-handle:hover {
  border-color: #999;
}

/* line 158, app/assets/stylesheets/iris.css */
.iris-picker .iris-square-value:focus .iris-square-handle {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.75);
  opacity: .8;
}

/* line 162, app/assets/stylesheets/iris.css */
.iris-picker .iris-square-handle:hover::after {
  border-color: #fff;
}

/* line 165, app/assets/stylesheets/iris.css */
.iris-picker .iris-square-handle::after {
  position: absolute;
  bottom: -4px;
  right: -4px;
  left: -4px;
  top: -4px;
  border: 3px solid #f9f9f9;
  border-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  content: " ";
}

/* line 176, app/assets/stylesheets/iris.css */
.iris-picker .iris-square-value {
  width: 8px;
  height: 8px;
  position: absolute;
}

/* line 181, app/assets/stylesheets/iris.css */
.iris-ie-lt9 .iris-square-value, .iris-mozilla .iris-square-value {
  width: 1px;
  height: 1px;
}

/* Palettes*/
/* line 186, app/assets/stylesheets/iris.css */
.iris-palette-container {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
}

/* line 193, app/assets/stylesheets/iris.css */
.iris-border .iris-palette-container {
  left: 10px;
  bottom: 10px;
}

/* line 197, app/assets/stylesheets/iris.css */
.iris-picker .iris-palette {
  margin: 0;
  cursor: pointer;
}

/* line 201, app/assets/stylesheets/iris.css */
.iris-square-handle, .ui-slider-handle {
  border: 0;
  outline: 0;
}

/* The MIT License */
/* line 2, ../bundle/vendor/ruby/2.6.0/gems/dropzonejs-rails-0.5.1/app/assets/stylesheets/dropzone/dropzone.css.scss */
.dropzone,
.dropzone *,
.dropzone-previews,
.dropzone-previews * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 10, ../bundle/vendor/ruby/2.6.0/gems/dropzonejs-rails-0.5.1/app/assets/stylesheets/dropzone/dropzone.css.scss */
.dropzone {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(0, 0, 0, 0.02);
  padding: 1em;
}

/* line 16, ../bundle/vendor/ruby/2.6.0/gems/dropzonejs-rails-0.5.1/app/assets/stylesheets/dropzone/dropzone.css.scss */
.dropzone.dz-clickable {
  cursor: pointer;
}

/* line 19, ../bundle/vendor/ruby/2.6.0/gems/dropzonejs-rails-0.5.1/app/assets/stylesheets/dropzone/dropzone.css.scss */
.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message span {
  cursor: pointer;
}

/* line 23, ../bundle/vendor/ruby/2.6.0/gems/dropzonejs-rails-0.5.1/app/assets/stylesheets/dropzone/dropzone.css.scss */
.dropzone.dz-clickable * {
  cursor: default;
}

/* line 26, ../bundle/vendor/ruby/2.6.0/gems/dropzonejs-rails-0.5.1/app/assets/stylesheets/dropzone/dropzone.css.scss */
.dropzone .dz-message {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

/* line 31, ../bundle/vendor/ruby/2.6.0/gems/dropzonejs-rails-0.5.1/app/assets/stylesheets/dropzone/dropzone.css.scss */
.dropzone.dz-drag-hover {
  border-color: rgba(0, 0, 0, 0.15);
  background: rgba(0, 0, 0, 0.04);
}

/* line 35, ../bundle/vendor/ruby/2.6.0/gems/dropzonejs-rails-0.5.1/app/assets/stylesheets/dropzone/dropzone.css.scss */
.dropzone.dz-started .dz-message {
  display: none;
}

/* line 38, ../bundle/vendor/ruby/2.6.0/gems/dropzonejs-rails-0.5.1/app/assets/stylesheets/dropzone/dropzone.css.scss */
.dropzone .dz-preview,
.dropzone-previews .dz-preview {
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  display: inline-block;
  margin: 17px;
  vertical-align: top;
  border: 1px solid #acacac;
  padding: 6px 6px 6px 6px;
}

/* line 48, ../bundle/vendor/ruby/2.6.0/gems/dropzonejs-rails-0.5.1/app/assets/stylesheets/dropzone/dropzone.css.scss */
.dropzone .dz-preview.dz-file-preview [data-dz-thumbnail],
.dropzone-previews .dz-preview.dz-file-preview [data-dz-thumbnail] {
  display: none;
}

/* line 52, ../bundle/vendor/ruby/2.6.0/gems/dropzonejs-rails-0.5.1/app/assets/stylesheets/dropzone/dropzone.css.scss */
.dropzone .dz-preview .dz-details,
.dropzone-previews .dz-preview .dz-details {
  width: 100px;
  height: 100px;
  position: relative;
  background: #ebebeb;
  padding: 5px;
  margin-bottom: 22px;
}

/* line 61, ../bundle/vendor/ruby/2.6.0/gems/dropzonejs-rails-0.5.1/app/assets/stylesheets/dropzone/dropzone.css.scss */
.dropzone .dz-preview .dz-details .dz-filename,
.dropzone-previews .dz-preview .dz-details .dz-filename {
  overflow: hidden;
  height: 100%;
}

/* line 66, ../bundle/vendor/ruby/2.6.0/gems/dropzonejs-rails-0.5.1/app/assets/stylesheets/dropzone/dropzone.css.scss */
.dropzone .dz-preview .dz-details img,
.dropzone-previews .dz-preview .dz-details img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
}

/* line 74, ../bundle/vendor/ruby/2.6.0/gems/dropzonejs-rails-0.5.1/app/assets/stylesheets/dropzone/dropzone.css.scss */
.dropzone .dz-preview .dz-details .dz-size,
.dropzone-previews .dz-preview .dz-details .dz-size {
  position: absolute;
  bottom: -28px;
  left: 3px;
  height: 28px;
  line-height: 28px;
}

/* line 82, ../bundle/vendor/ruby/2.6.0/gems/dropzonejs-rails-0.5.1/app/assets/stylesheets/dropzone/dropzone.css.scss */
.dropzone .dz-preview.dz-error .dz-error-mark,
.dropzone-previews .dz-preview.dz-error .dz-error-mark {
  display: block;
}

/* line 86, ../bundle/vendor/ruby/2.6.0/gems/dropzonejs-rails-0.5.1/app/assets/stylesheets/dropzone/dropzone.css.scss */
.dropzone .dz-preview.dz-success .dz-success-mark,
.dropzone-previews .dz-preview.dz-success .dz-success-mark {
  display: block;
}

/* line 90, ../bundle/vendor/ruby/2.6.0/gems/dropzonejs-rails-0.5.1/app/assets/stylesheets/dropzone/dropzone.css.scss */
.dropzone .dz-preview:hover .dz-details img,
.dropzone-previews .dz-preview:hover .dz-details img {
  display: none;
}

/* line 94, ../bundle/vendor/ruby/2.6.0/gems/dropzonejs-rails-0.5.1/app/assets/stylesheets/dropzone/dropzone.css.scss */
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
  display: none;
  position: absolute;
  width: 40px;
  height: 40px;
  font-size: 30px;
  text-align: center;
  right: -10px;
  top: -10px;
}

/* line 107, ../bundle/vendor/ruby/2.6.0/gems/dropzonejs-rails-0.5.1/app/assets/stylesheets/dropzone/dropzone.css.scss */
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
  color: #8cc657;
}

/* line 111, ../bundle/vendor/ruby/2.6.0/gems/dropzonejs-rails-0.5.1/app/assets/stylesheets/dropzone/dropzone.css.scss */
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
  color: #ee162d;
}

/* line 115, ../bundle/vendor/ruby/2.6.0/gems/dropzonejs-rails-0.5.1/app/assets/stylesheets/dropzone/dropzone.css.scss */
.dropzone .dz-preview .dz-progress,
.dropzone-previews .dz-preview .dz-progress {
  position: absolute;
  top: 100px;
  left: 6px;
  right: 6px;
  height: 6px;
  background: #d7d7d7;
  display: none;
}

/* line 125, ../bundle/vendor/ruby/2.6.0/gems/dropzonejs-rails-0.5.1/app/assets/stylesheets/dropzone/dropzone.css.scss */
.dropzone .dz-preview .dz-progress .dz-upload,
.dropzone-previews .dz-preview .dz-progress .dz-upload {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0%;
  background-color: #8cc657;
}

/* line 135, ../bundle/vendor/ruby/2.6.0/gems/dropzonejs-rails-0.5.1/app/assets/stylesheets/dropzone/dropzone.css.scss */
.dropzone .dz-preview.dz-processing .dz-progress,
.dropzone-previews .dz-preview.dz-processing .dz-progress {
  display: block;
}

/* line 139, ../bundle/vendor/ruby/2.6.0/gems/dropzonejs-rails-0.5.1/app/assets/stylesheets/dropzone/dropzone.css.scss */
.dropzone .dz-preview .dz-error-message,
.dropzone-previews .dz-preview .dz-error-message {
  display: none;
  position: absolute;
  top: -5px;
  left: -20px;
  background: rgba(245, 245, 245, 0.8);
  padding: 8px 10px;
  color: #800;
  min-width: 140px;
  max-width: 500px;
  z-index: 500;
}

/* line 152, ../bundle/vendor/ruby/2.6.0/gems/dropzonejs-rails-0.5.1/app/assets/stylesheets/dropzone/dropzone.css.scss */
.dropzone .dz-preview:hover.dz-error .dz-error-message,
.dropzone-previews .dz-preview:hover.dz-error .dz-error-message {
  display: block;
}

/* line 156, ../bundle/vendor/ruby/2.6.0/gems/dropzonejs-rails-0.5.1/app/assets/stylesheets/dropzone/dropzone.css.scss */
.dropzone {
  border: 1px solid rgba(0, 0, 0, 0.03);
  min-height: 360px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.03);
  padding: 23px;
}

/* line 164, ../bundle/vendor/ruby/2.6.0/gems/dropzonejs-rails-0.5.1/app/assets/stylesheets/dropzone/dropzone.css.scss */
.dropzone .dz-default.dz-message {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  background-image: url(/assets/dropzone/spritemap-628f64345fe189d355a3208038de23684f64a3db832a674cb646a250ced3361b.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  width: 428px;
  height: 123px;
  margin-left: -214px;
  margin-top: -61.5px;
  top: 50%;
  left: 50%;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 1.5 / 1), (min-device-pixel-ratio: 1.5), (min-resolution: 138dpi), (min-resolution: 1.5dppx) {
  /* line 185, ../bundle/vendor/ruby/2.6.0/gems/dropzonejs-rails-0.5.1/app/assets/stylesheets/dropzone/dropzone.css.scss */
  .dropzone .dz-default.dz-message {
    background-image: url(/assets/dropzone/spritemap@2x-43da7e42cd34181210582211c7de89490282c2f7a6eb4b9c9ef3d692f8b7c742.png);
    -webkit-background-size: 428px 406px;
    -moz-background-size: 428px 406px;
    background-size: 428px 406px;
  }
}

/* line 192, ../bundle/vendor/ruby/2.6.0/gems/dropzonejs-rails-0.5.1/app/assets/stylesheets/dropzone/dropzone.css.scss */
.dropzone .dz-default.dz-message span {
  display: none;
}

/* line 195, ../bundle/vendor/ruby/2.6.0/gems/dropzonejs-rails-0.5.1/app/assets/stylesheets/dropzone/dropzone.css.scss */
.dropzone.dz-square .dz-default.dz-message {
  background-position: 0 -123px;
  width: 268px;
  margin-left: -134px;
  height: 174px;
  margin-top: -87px;
}

/* line 202, ../bundle/vendor/ruby/2.6.0/gems/dropzonejs-rails-0.5.1/app/assets/stylesheets/dropzone/dropzone.css.scss */
.dropzone.dz-drag-hover .dz-message {
  opacity: 0.15;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
  filter: alpha(opacity=15);
}

/* line 207, ../bundle/vendor/ruby/2.6.0/gems/dropzonejs-rails-0.5.1/app/assets/stylesheets/dropzone/dropzone.css.scss */
.dropzone.dz-started .dz-message {
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

/* line 213, ../bundle/vendor/ruby/2.6.0/gems/dropzonejs-rails-0.5.1/app/assets/stylesheets/dropzone/dropzone.css.scss */
.dropzone .dz-preview,
.dropzone-previews .dz-preview {
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.16);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.16);
  font-size: 14px;
}

/* line 219, ../bundle/vendor/ruby/2.6.0/gems/dropzonejs-rails-0.5.1/app/assets/stylesheets/dropzone/dropzone.css.scss */
.dropzone .dz-preview.dz-image-preview:hover .dz-details img,
.dropzone-previews .dz-preview.dz-image-preview:hover .dz-details img {
  display: block;
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=10);
}

/* line 226, ../bundle/vendor/ruby/2.6.0/gems/dropzonejs-rails-0.5.1/app/assets/stylesheets/dropzone/dropzone.css.scss */
.dropzone .dz-preview.dz-success .dz-success-mark,
.dropzone-previews .dz-preview.dz-success .dz-success-mark {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

/* line 232, ../bundle/vendor/ruby/2.6.0/gems/dropzonejs-rails-0.5.1/app/assets/stylesheets/dropzone/dropzone.css.scss */
.dropzone .dz-preview.dz-error .dz-error-mark,
.dropzone-previews .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

/* line 238, ../bundle/vendor/ruby/2.6.0/gems/dropzonejs-rails-0.5.1/app/assets/stylesheets/dropzone/dropzone.css.scss */
.dropzone .dz-preview.dz-error .dz-progress .dz-upload,
.dropzone-previews .dz-preview.dz-error .dz-progress .dz-upload {
  background: #ee1e2d;
}

/* line 242, ../bundle/vendor/ruby/2.6.0/gems/dropzonejs-rails-0.5.1/app/assets/stylesheets/dropzone/dropzone.css.scss */
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark,
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  background-image: url(/assets/dropzone/spritemap-628f64345fe189d355a3208038de23684f64a3db832a674cb646a250ced3361b.png);
  background-repeat: no-repeat;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 1.5 / 1), (min-device-pixel-ratio: 1.5), (min-resolution: 138dpi), (min-resolution: 1.5dppx) {
  /* line 259, ../bundle/vendor/ruby/2.6.0/gems/dropzonejs-rails-0.5.1/app/assets/stylesheets/dropzone/dropzone.css.scss */
  .dropzone .dz-preview .dz-error-mark,
  .dropzone-previews .dz-preview .dz-error-mark,
  .dropzone .dz-preview .dz-success-mark,
  .dropzone-previews .dz-preview .dz-success-mark {
    background-image: url(/assets/dropzone/spritemap@2x-43da7e42cd34181210582211c7de89490282c2f7a6eb4b9c9ef3d692f8b7c742.png);
    -webkit-background-size: 428px 406px;
    -moz-background-size: 428px 406px;
    background-size: 428px 406px;
  }
}

/* line 269, ../bundle/vendor/ruby/2.6.0/gems/dropzonejs-rails-0.5.1/app/assets/stylesheets/dropzone/dropzone.css.scss */
.dropzone .dz-preview .dz-error-mark span,
.dropzone-previews .dz-preview .dz-error-mark span,
.dropzone .dz-preview .dz-success-mark span,
.dropzone-previews .dz-preview .dz-success-mark span {
  display: none;
}

/* line 275, ../bundle/vendor/ruby/2.6.0/gems/dropzonejs-rails-0.5.1/app/assets/stylesheets/dropzone/dropzone.css.scss */
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
  background-position: -268px -123px;
}

/* line 279, ../bundle/vendor/ruby/2.6.0/gems/dropzonejs-rails-0.5.1/app/assets/stylesheets/dropzone/dropzone.css.scss */
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
  background-position: -268px -163px;
}

/* line 283, ../bundle/vendor/ruby/2.6.0/gems/dropzonejs-rails-0.5.1/app/assets/stylesheets/dropzone/dropzone.css.scss */
.dropzone .dz-preview .dz-progress .dz-upload,
.dropzone-previews .dz-preview .dz-progress .dz-upload {
  -webkit-animation: loading 0.4s linear infinite;
  -moz-animation: loading 0.4s linear infinite;
  -o-animation: loading 0.4s linear infinite;
  -ms-animation: loading 0.4s linear infinite;
  animation: loading 0.4s linear infinite;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  -ms-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-image: url(/assets/dropzone/spritemap-628f64345fe189d355a3208038de23684f64a3db832a674cb646a250ced3361b.png);
  background-repeat: repeat-x;
  background-position: 0px -400px;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 1.5 / 1), (min-device-pixel-ratio: 1.5), (min-resolution: 138dpi), (min-resolution: 1.5dppx) {
  /* line 307, ../bundle/vendor/ruby/2.6.0/gems/dropzonejs-rails-0.5.1/app/assets/stylesheets/dropzone/dropzone.css.scss */
  .dropzone .dz-preview .dz-progress .dz-upload,
  .dropzone-previews .dz-preview .dz-progress .dz-upload {
    background-image: url(/assets/dropzone/spritemap@2x-43da7e42cd34181210582211c7de89490282c2f7a6eb4b9c9ef3d692f8b7c742.png);
    -webkit-background-size: 428px 406px;
    -moz-background-size: 428px 406px;
    background-size: 428px 406px;
  }
}

/* line 315, ../bundle/vendor/ruby/2.6.0/gems/dropzonejs-rails-0.5.1/app/assets/stylesheets/dropzone/dropzone.css.scss */
.dropzone .dz-preview.dz-success .dz-progress,
.dropzone-previews .dz-preview.dz-success .dz-progress {
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

/* line 327, ../bundle/vendor/ruby/2.6.0/gems/dropzonejs-rails-0.5.1/app/assets/stylesheets/dropzone/dropzone.css.scss */
.dropzone .dz-preview .dz-error-message,
.dropzone-previews .dz-preview .dz-error-message {
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

/* line 339, ../bundle/vendor/ruby/2.6.0/gems/dropzonejs-rails-0.5.1/app/assets/stylesheets/dropzone/dropzone.css.scss */
.dropzone .dz-preview:hover.dz-error .dz-error-message,
.dropzone-previews .dz-preview:hover.dz-error .dz-error-message {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

/* line 345, ../bundle/vendor/ruby/2.6.0/gems/dropzonejs-rails-0.5.1/app/assets/stylesheets/dropzone/dropzone.css.scss */
.dropzone a.dz-remove,
.dropzone-previews a.dz-remove {
  background-image: -webkit-linear-gradient(top, #fafafa, #eee);
  background-image: -moz-linear-gradient(top, #fafafa, #eee);
  background-image: -o-linear-gradient(top, #fafafa, #eee);
  background-image: -ms-linear-gradient(top, #fafafa, #eee);
  background-image: linear-gradient(to bottom, #fafafa, #eee);
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #eee;
  text-decoration: none;
  display: block;
  padding: 4px 5px;
  text-align: center;
  color: #aaa;
  margin-top: 26px;
}

/* line 362, ../bundle/vendor/ruby/2.6.0/gems/dropzonejs-rails-0.5.1/app/assets/stylesheets/dropzone/dropzone.css.scss */
.dropzone a.dz-remove:hover,
.dropzone-previews a.dz-remove:hover {
  color: #666;
}

@-moz-keyframes loading {
  0% {
    background-position: 0 -400px;
  }
  100% {
    background-position: -7px -400px;
  }
}

@-webkit-keyframes loading {
  0% {
    background-position: 0 -400px;
  }
  100% {
    background-position: -7px -400px;
  }
}

@-o-keyframes loading {
  0% {
    background-position: 0 -400px;
  }
  100% {
    background-position: -7px -400px;
  }
}

@-ms-keyframes loading {
  /* line 394, ../bundle/vendor/ruby/2.6.0/gems/dropzonejs-rails-0.5.1/app/assets/stylesheets/dropzone/dropzone.css.scss */
  0% {
    background-position: 0 -400px;
  }
  /* line 398, ../bundle/vendor/ruby/2.6.0/gems/dropzonejs-rails-0.5.1/app/assets/stylesheets/dropzone/dropzone.css.scss */
  100% {
    background-position: -7px -400px;
  }
}

@keyframes loading {
  0% {
    background-position: 0 -400px;
  }
  100% {
    background-position: -7px -400px;
  }
}

/* line 5, app/assets/stylesheets/legacy-compass/_compass-reset.css.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, app/assets/stylesheets/legacy-compass/_compass-reset.css.scss */
html {
  line-height: 1;
}

/* line 24, app/assets/stylesheets/legacy-compass/_compass-reset.css.scss */
ol, ul {
  list-style: none;
}

/* line 26, app/assets/stylesheets/legacy-compass/_compass-reset.css.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, app/assets/stylesheets/legacy-compass/_compass-reset.css.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, app/assets/stylesheets/legacy-compass/_compass-reset.css.scss */
q, blockquote {
  quotes: none;
}

/* line 103, app/assets/stylesheets/legacy-compass/_compass-reset.css.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, app/assets/stylesheets/legacy-compass/_compass-reset.css.scss */
a img {
  border: none;
}

/* line 1, ../bundle/vendor/ruby/2.6.0/gems/morrisjs-rails-0.5.1.2/vendor/assets/stylesheets/morris.css */
.morris-hover {
  position: absolute;
  z-index: 1000;
}

/* line 1, ../bundle/vendor/ruby/2.6.0/gems/morrisjs-rails-0.5.1.2/vendor/assets/stylesheets/morris.css */
.morris-hover.morris-default-style {
  border-radius: 10px;
  padding: 6px;
  color: #666;
  background: rgba(255, 255, 255, 0.8);
  border: solid 2px rgba(230, 230, 230, 0.8);
  font-family: sans-serif;
  font-size: 12px;
  text-align: center;
}

/* line 1, ../bundle/vendor/ruby/2.6.0/gems/morrisjs-rails-0.5.1.2/vendor/assets/stylesheets/morris.css */
.morris-hover.morris-default-style .morris-hover-row-label {
  font-weight: bold;
  margin: 0.25em 0;
}

/* line 2, ../bundle/vendor/ruby/2.6.0/gems/morrisjs-rails-0.5.1.2/vendor/assets/stylesheets/morris.css */
.morris-hover.morris-default-style .morris-hover-point {
  white-space: nowrap;
  margin: 0.1em 0;
}

/* line 71, app/assets/stylesheets/application.css.scss */
* {
  box-sizing: border-box;
}

/* line 75, app/assets/stylesheets/application.css.scss */
.card, .post, .attachment-full, .content-pagination, .pagination, .auth-form, .form, .breadcrumbs, .big-link, .modal-content, .ui-autocomplete, .users, .user-container, .group, .category, .calendar, .messages, .new-message, .last-posts, .taxinomy, .taxinomy-summary, .letter-directories {
  margin: 20px;
  background: white;
  padding: 20px;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(128, 128, 128, 0.2);
}

/* line 83, app/assets/stylesheets/application.css.scss */
.big-link, .section-sep {
  font-size: .87em;
  text-transform: uppercase;
  font-weight: bold;
}

/* line 93, app/assets/stylesheets/application.css.scss */
.secondary-info {
  color: #a2a2a2;
}

/* line 97, app/assets/stylesheets/application.css.scss */
h3, .messages-title {
  padding-bottom: 20px;
  font-size: 1.4em;
  line-height: 1.2em;
  font-weight: bold;
}

/* line 104, app/assets/stylesheets/application.css.scss */
body {
  font-family: -apple-system, system-ui, Arial, sans-serif;
  font-size: 80%;
  line-height: 150%;
  background: #f4f4f4;
}

/* line 111, app/assets/stylesheets/application.css.scss */
em, i {
  font-style: italic;
}

/* line 112, app/assets/stylesheets/application.css.scss */
strong, b {
  font-weight: bold;
}

/* line 116, app/assets/stylesheets/application.css.scss */
h3 input {
  font-size: .9em;
  line-height: 1.1em;
}

/* line 122, app/assets/stylesheets/application.css.scss */
b {
  font-weight: bold;
}

/* line 124, app/assets/stylesheets/application.css.scss */
.not-published.fa, .pinned.fa, .archived.fa {
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  padding: 5px 5px 10px 10px;
  color: white;
  border-bottom-left-radius: 24px;
  border-top-right-radius: 2px;
}

/* line 136, app/assets/stylesheets/application.css.scss */
.post {
  position: relative;
}

/* line 140, app/assets/stylesheets/application.css.scss */
.post .post-title {
  position: relative;
  height: 150px;
  margin: -20px -20px 20px -20px;
}

/* line 146, app/assets/stylesheets/application.css.scss */
.post .post-cover-picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  border-radius: 2px 2px 0 0;
}

/* line 157, app/assets/stylesheets/application.css.scss */
.post .post-title-alternative {
  margin: -20px -20px 20px -20px;
  padding: 10px 20px 10px 20px;
  color: white;
  border-radius: 2px 2px 0 0;
  background-repeat: no-repeat;
  background-position: center right;
  background-position: center right 15px;
}

/* line 168, app/assets/stylesheets/application.css.scss */
.post.flash-info .post-title-alternative {
  background-image: url(/assets/flash-info-icon-90b99dc282b254fd114763e9be3d4c85904a6028c30f737555363b00fb71de51.svg);
}

/* line 172, app/assets/stylesheets/application.css.scss */
.post.letters-cta .post-title-alternative {
  background-image: url(/assets/letters-icon-e46bb41e99fd2e801ed23e8d8b0e9f9cc90441850fcbafa1b36404052a3b4933.svg);
}

/* line 176, app/assets/stylesheets/application.css.scss */
.post.contact-form-cta .post-title-alternative {
  background-image: url(/assets/contact-form-icon-fdbf71ac3b66a01c394bd611f9404c62d292b590c80f1f599f3f27efe622d4fa.svg);
}

/* line 180, app/assets/stylesheets/application.css.scss */
.post.suggestions-cta .post-title-alternative {
  background-image: url(/assets/suggestions-icon-aa300fe2d5c20d6e7d82367f77f0716e68afb070207fd92977e020e373a3bc43.svg);
}

/* line 184, app/assets/stylesheets/application.css.scss */
.post.poll-results .post-title-alternative {
  background-image: url(/assets/poll-results-icon-f107ee4341a3242c20a9ed4933cf667c1262327c48c292aebd83b1b0d0f8f4bb.svg);
}

/* line 189, app/assets/stylesheets/application.css.scss */
.post h3.post-title-cover {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 100px 20px 20px 20px;
  font-size: 2em;
  background-image: linear-gradient(transparent 40%, rgba(0, 0, 0, 0.43));
  color: white;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

/* line 199, app/assets/stylesheets/application.css.scss */
.post h3.post-title-cover.dragging {
  border: dashed 5px green;
  background-color: orange;
}

/* line 206, app/assets/stylesheets/application.css.scss */
.not-published-msg {
  position: absolute;
  right: 0;
  margin-left: -20px;
  background: orange;
  padding: 10px;
  font-weight: bold;
  border-radius: 2px 0 0 2px;
}

/* line 217, app/assets/stylesheets/application.css.scss */
.post-content, .fr-view {
  padding-bottom: 20px;
  overflow: hidden;
}

/* line 221, app/assets/stylesheets/application.css.scss */
.post-content h2, .post-content h3, .post-content h4, .fr-view h2, .fr-view h3, .fr-view h4 {
  font-size: 1.2em;
  padding: 10px 0;
  font-weight: bold;
}

/* line 227, app/assets/stylesheets/application.css.scss */
.post-content p, .fr-view p {
  padding-bottom: 15px;
}

/* line 229, app/assets/stylesheets/application.css.scss */
.post-content p:last-child, .fr-view p:last-child {
  padding-bottom: 0;
}

/* line 233, app/assets/stylesheets/application.css.scss */
.admin-actions {
  float: right;
  margin: 0 !important;
  color: #a2a2a2;
}

@media (max-width: 450px) {
  /* line 233, app/assets/stylesheets/application.css.scss */
  .admin-actions {
    float: none;
    margin: 10px 0 0 0 !important;
  }
}

/* line 243, app/assets/stylesheets/application.css.scss */
.admin-actions.left {
  float: left;
}

/* line 244, app/assets/stylesheets/application.css.scss */
.admin-actions.full {
  float: inherit;
  margin-top: 20px !important;
}

/* line 249, app/assets/stylesheets/application.css.scss */
.admin-actions li {
  display: inline-block;
}

/* line 251, app/assets/stylesheets/application.css.scss */
.admin-actions li:after {
  content: "\a0\b7";
  padding-right: 2px;
}

/* line 255, app/assets/stylesheets/application.css.scss */
.admin-actions li:last-child:after {
  content: none;
}

/* line 257, app/assets/stylesheets/application.css.scss */
.admin-actions li a {
  text-decoration: none;
}

/* line 259, app/assets/stylesheets/application.css.scss */
.admin-actions li a:hover {
  text-decoration: underline;
}

/* line 260, app/assets/stylesheets/application.css.scss */
.admin-actions li a.warning-color {
  color: #c0392b;
}

/* line 265, app/assets/stylesheets/application.css.scss */
.created-at, .content-edit, .content-delete, .published-at {
  display: inline-block;
  color: #a2a2a2;
}

/* line 268, app/assets/stylesheets/application.css.scss */
.created-at a, .content-edit a, .content-delete a, .published-at a {
  color: #a2a2a2;
}

/* line 273, app/assets/stylesheets/application.css.scss */
.attachments {
  margin: 20px -20px -20px -20px;
  border-top: dashed 1px #E4E4E4;
  background: rgba(253, 253, 253, 0.32);
  padding: 20px;
}

/* line 280, app/assets/stylesheets/application.css.scss */
.attachment {
  display: inline-block;
  margin-right: 10px;
  line-height: 1.2em;
}

/* line 284, app/assets/stylesheets/application.css.scss */
.attachment:last-child {
  margin-right: 0;
}

/* line 287, app/assets/stylesheets/application.css.scss */
.attachment:hover img {
  box-shadow: none;
}

/* line 292, app/assets/stylesheets/application.css.scss */
.attachment img {
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(128, 128, 128, 0.45);
}

/* line 297, app/assets/stylesheets/application.css.scss */
.attachment a {
  display: block;
  overflow: hidden;
  text-decoration: none;
}

/* line 303, app/assets/stylesheets/application.css.scss */
.attachment span {
  display: block;
  color: #a2a2a2;
}

/* line 306, app/assets/stylesheets/application.css.scss */
.attachment span:last-child:after {
  content: none;
}

/* line 307, app/assets/stylesheets/application.css.scss */
.attachment span:after {
  content: " • ";
}

/* line 312, app/assets/stylesheets/application.css.scss */
.attachments-others .attachment {
  min-width: 175px;
  margin-bottom: 5px;
  padding: 9px;
  box-shadow: 0 1px 3px whitesmoke;
  border: solid 1px #efefef;
  border-radius: 4px;
  transition: all 0.2s ease-out;
}

/* line 321, app/assets/stylesheets/application.css.scss */
.attachments-others .attachment:hover {
  border-color: #cecece;
}

/* line 325, app/assets/stylesheets/application.css.scss */
.attachments-others .attachment img {
  float: left;
  background: none;
  padding-top: 7px;
  padding-right: 5px;
  box-shadow: none;
}

/* line 333, app/assets/stylesheets/application.css.scss */
.attachments-others .attachment .admin-actions {
  display: flex;
  font-size: .8em;
}

@media (max-width: 450px) {
  /* line 333, app/assets/stylesheets/application.css.scss */
  .attachments-others .attachment .admin-actions {
    margin: 0 !important;
  }
}

/* line 347, app/assets/stylesheets/application.css.scss */
.attachment-full img {
  max-width: 100%;
  border-radius: 1px;
}

/* line 353, app/assets/stylesheets/application.css.scss */
.base-enter {
  transform: scale(1.1);
  opacity: 0.01;
  transition: all 0.2s ease-in;
}

/* line 359, app/assets/stylesheets/application.css.scss */
.base-enter.base-enter-active {
  transform: scale(1);
  opacity: 1;
}

/* line 364, app/assets/stylesheets/application.css.scss */
.base-leave {
  opacity: 1;
  transform: scale(1);
  transition: all 0.2s ease-in;
}

/* line 370, app/assets/stylesheets/application.css.scss */
.base-leave.base-leave-active {
  transform: scale(1.1);
  opacity: 0.01;
}

/* line 375, app/assets/stylesheets/application.css.scss */
.backanim-enter {
  opacity: 0.01;
  transition: opacity 0.2s ease-out;
}

/* line 380, app/assets/stylesheets/application.css.scss */
.backanim-enter.backanim-enter-active {
  opacity: 1;
}

/* line 384, app/assets/stylesheets/application.css.scss */
.content-author {
  clear: both;
  padding: 5px 0;
  line-height: 1.2em;
}

/* line 388, app/assets/stylesheets/application.css.scss */
.content-author a {
  text-decoration: none;
}

/* line 394, app/assets/stylesheets/application.css.scss */
.content-pagination .content-page, .pagination .content-page {
  display: inline-block;
  padding-right: 5px;
  cursor: pointer;
}

/* line 398, app/assets/stylesheets/application.css.scss */
.content-pagination .content-page:last-child, .pagination .content-page:last-child {
  padding-right: 0;
}

/* line 399, app/assets/stylesheets/application.css.scss */
.content-pagination .content-page:hover, .pagination .content-page:hover {
  color: #c20b0b;
}

/* line 400, app/assets/stylesheets/application.css.scss */
.content-pagination .content-page.current-page, .pagination .content-page.current-page {
  font-weight: bold;
  color: #c20b0b;
}

/* line 406, app/assets/stylesheets/application.css.scss */
.content-pagination .page.current, .content-pagination .page a, .content-pagination .next a, .content-pagination .last a, .content-pagination .first a, .content-pagination .prev a, .pagination .page.current, .pagination .page a, .pagination .next a, .pagination .last a, .pagination .first a, .pagination .prev a {
  display: inline-block;
  margin: -20px 0;
  padding: 20px 20px;
  border-right: solid 1px rgba(128, 128, 128, 0.2);
}

/* line 413, app/assets/stylesheets/application.css.scss */
.content-pagination .page.current:first-child, .content-pagination .page:first-child a, .content-pagination .first a, .pagination .page.current:first-child, .pagination .page:first-child a, .pagination .first a {
  padding-left: 0;
}

/* line 417, app/assets/stylesheets/application.css.scss */
.content-pagination a, .pagination a {
  text-decoration: none;
}

/* line 422, app/assets/stylesheets/application.css.scss */
#back {
  width: 100%;
  min-height: 200px;
  background-image: url("http://photo.speedresa.com/photos_to/454/196189424.jpg");
  background-size: cover;
  background-position: center;
}

/* line 430, app/assets/stylesheets/application.css.scss */
#menu {
  width: 100%;
  background: white;
  font-size: 1.2em;
  font-weight: bold;
}

/* line 436, app/assets/stylesheets/application.css.scss */
#menu div {
  display: inline-block;
  padding: 20px 20px;
  border-bottom: solid 3px #c20b0b;
}

/* line 1, app/assets/stylesheets/web/_forms.css.scss */
.field_with_errors {
  margin: 10px -20px;
  background: #FFF8F7;
  padding: 0 20px;
}

/* line 6, app/assets/stylesheets/web/_forms.css.scss */
.field_with_errors input[type='text'], .field_with_errors input[type='password'], .field_with_errors input[type='email'], .field_with_errors input[type='number'], .field_with_errors input[type='tel'], .field_with_errors textarea {
  border: solid 2px #c0392b;
}

/* line 11, app/assets/stylesheets/web/_forms.css.scss */
label abbr {
  color: #c0392b;
}

/* line 15, app/assets/stylesheets/web/_forms.css.scss */
.input:first-child input {
  padding-top: 0;
}

/* line 19, app/assets/stylesheets/web/_forms.css.scss */
input[type='checkbox'], input[type='radio'] {
  vertical-align: top;
  margin-right: 10px;
}

/* line 24, app/assets/stylesheets/web/_forms.css.scss */
input[type='text']:not(.MuiInput-input), input[type='password']:not(.MuiInput-input), input[type='email']:not(.MuiInput-input), input[type='number']:not(.MuiInput-input), input[type='tel']:not(.MuiInput-input), textarea, .user_groups select {
  width: 100%;
  height: 32px;
  line-height: 32px;
  border: solid 1px #e2e2e2;
  background: white;
  padding: 2px 5px;
  outline: none;
  -webkit-appearance: none;
  border-radius: 2px;
  box-shadow: none;
  transition: border-color .1s ease-out;
}

/* line 36, app/assets/stylesheets/web/_forms.css.scss */
input[type='text']:not(.MuiInput-input).small, input[type='password']:not(.MuiInput-input).small, input[type='email']:not(.MuiInput-input).small, input[type='number']:not(.MuiInput-input).small, input[type='tel']:not(.MuiInput-input).small, textarea.small, .user_groups select.small {
  width: 20%;
  min-width: 140px;
  line-height: normal;
}

/* line 41, app/assets/stylesheets/web/_forms.css.scss */
input[type='text']:not(.MuiInput-input):hover, input[type='password']:not(.MuiInput-input):hover, input[type='email']:not(.MuiInput-input):hover, input[type='number']:not(.MuiInput-input):hover, input[type='tel']:not(.MuiInput-input):hover, textarea:hover, .user_groups select:hover {
  border-color: #c9c9c9;
}

/* line 44, app/assets/stylesheets/web/_forms.css.scss */
input[type='text']:not(.MuiInput-input):focus, input[type='password']:not(.MuiInput-input):focus, input[type='email']:not(.MuiInput-input):focus, input[type='number']:not(.MuiInput-input):focus, input[type='tel']:not(.MuiInput-input):focus, textarea:focus, .user_groups select:focus {
  border-color: #c20b0b;
  color: inherit;
}

/* line 50, app/assets/stylesheets/web/_forms.css.scss */
textarea {
  line-height: inherit;
  height: auto;
}

/* line 55, app/assets/stylesheets/web/_forms.css.scss */
select {
  height: auto;
}

/* line 59, app/assets/stylesheets/web/_forms.css.scss */
label {
  display: block;
  font-size: 1.4em;
  padding: 20px 0 5px 0;
  font-weight: bold;
  cursor: pointer;
}

/* line 67, app/assets/stylesheets/web/_forms.css.scss */
.checkbox label, .radio label, label.checkbox, label.radio {
  padding: 0;
  font-size: 1em;
  font-weight: normal;
}

/* line 73, app/assets/stylesheets/web/_forms.css.scss */
.hint {
  padding-bottom: 10px;
  color: #a2a2a2;
}

/* line 78, app/assets/stylesheets/web/_forms.css.scss */
.error {
  padding: 10px 0;
  color: #c0392b;
}

/* line 83, app/assets/stylesheets/web/_forms.css.scss */
hr {
  margin: 40px -20px 10px -20px;
  border: none;
  border-bottom: solid 1px rgba(128, 128, 128, 0.2);
}

/* line 89, app/assets/stylesheets/web/_forms.css.scss */
input[type='submit']:not(.MuiButtonBase-root), button:not(.MuiButtonBase-root), .btn {
  display: inline-block;
  margin-top: 20px;
  border: solid 1px rgba(0, 0, 0, 0.2);
  background-color: white;
  background-image: linear-gradient(to top, rgba(194, 11, 11, 0.75), #c20b0b);
  padding: 16px 22px;
  line-height: 1em;
  font-size: .85em;
  font-weight: bold;
  color: white;
  text-decoration: none;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(128, 128, 128, 0.2);
  outline: none;
  cursor: pointer;
}

/* line 106, app/assets/stylesheets/web/_forms.css.scss */
input[type='submit']:not(.MuiButtonBase-root).danger, button:not(.MuiButtonBase-root).danger, .btn.danger {
  background: #C72C2C;
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2), #C72C2C);
}

/* line 111, app/assets/stylesheets/web/_forms.css.scss */
input[type='submit']:not(.MuiButtonBase-root).small, button:not(.MuiButtonBase-root).small, .btn.small {
  display: inline-block;
  margin: 0;
  margin-right: 3px;
  padding: 10px 22px;
}

/* line 116, app/assets/stylesheets/web/_forms.css.scss */
input[type='submit']:not(.MuiButtonBase-root).small:last-child, button:not(.MuiButtonBase-root).small:last-child, .btn.small:last-child {
  margin-right: 0;
}

/* line 119, app/assets/stylesheets/web/_forms.css.scss */
input[type='submit']:not(.MuiButtonBase-root).xsmall, button:not(.MuiButtonBase-root).xsmall, .btn.xsmall {
  display: inline-block;
  margin: 0;
  margin-right: 3px;
  padding: 6px 12px;
}

/* line 124, app/assets/stylesheets/web/_forms.css.scss */
input[type='submit']:not(.MuiButtonBase-root).xsmall:last-child, button:not(.MuiButtonBase-root).xsmall:last-child, .btn.xsmall:last-child {
  margin-right: 0;
}

/* line 127, app/assets/stylesheets/web/_forms.css.scss */
input[type='submit']:not(.MuiButtonBase-root).xxsmall, button:not(.MuiButtonBase-root).xxsmall, .btn.xxsmall {
  display: inline-block;
  margin: 0;
  margin-right: 3px;
  padding: 1px 2px;
  user-select: none;
}

/* line 134, app/assets/stylesheets/web/_forms.css.scss */
input[type='submit']:not(.MuiButtonBase-root).xxsmall:last-child, button:not(.MuiButtonBase-root).xxsmall:last-child, .btn.xxsmall:last-child {
  margin-right: 0;
}

/* line 137, app/assets/stylesheets/web/_forms.css.scss */
input[type='submit']:not(.MuiButtonBase-root):hover, button:not(.MuiButtonBase-root):hover, .btn:hover {
  border: solid 1px rgba(0, 0, 0, 0.35);
}

/* line 141, app/assets/stylesheets/web/_forms.css.scss */
input[type='submit']:not(.MuiButtonBase-root):active, button:not(.MuiButtonBase-root):active, .btn:active {
  background: #bbb;
  background-image: linear-gradient(to top, rgba(187, 187, 187, 0.8), #bbb);
}

/* line 146, app/assets/stylesheets/web/_forms.css.scss */
input[type='submit']:not(.MuiButtonBase-root)[disabled], button:not(.MuiButtonBase-root)[disabled], .btn[disabled] {
  background: #aaa;
  background-image: linear-gradient(to top, rgba(170, 170, 170, 0.2), #aaa);
  box-shadow: none;
}

/* line 154, app/assets/stylesheets/web/_forms.css.scss */
.MuiFormControl-root {
  padding-bottom: 12px !important;
}

/* line 162, app/assets/stylesheets/web/_forms.css.scss */
.MuiTypography-h5 {
  font-size: 1.2rem !important;
  font-weight: 600 !important;
}

/* line 167, app/assets/stylesheets/web/_forms.css.scss */
.MuiTypography-h6 {
  font-size: 1.1rem !important;
}

/* line 171, app/assets/stylesheets/web/_forms.css.scss */
.MuiCard-root {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2) !important;
  margin-bottom: 30px !important;
}

/* line 176, app/assets/stylesheets/web/_forms.css.scss */
.MuiTypography-h6 {
  font-size: 1.3rem !important;
}

/* line 180, app/assets/stylesheets/web/_forms.css.scss */
#material-form {
  margin-top: 20px;
}

/* line 453, app/assets/stylesheets/application.css.scss */
.breadcrumbs {
  padding: 10px 20px;
}

/* line 458, app/assets/stylesheets/application.css.scss */
.breadcrumbs:not(:first-child) {
  margin: -10px 20px 20px 20px;
}

/* line 463, app/assets/stylesheets/application.css.scss */
.big-link {
  text-align: center;
}

/* line 468, app/assets/stylesheets/application.css.scss */
.big-link a {
  display: block;
  margin: -20px;
  padding: 20px;
  text-decoration: none;
  border-radius: 2px;
}

/* line 474, app/assets/stylesheets/application.css.scss */
.big-link a:hover {
  background: #c20b0b;
  color: white;
}

/* line 481, app/assets/stylesheets/application.css.scss */
.section-sep {
  margin: 20px 20px 0 30px;
  color: #a2a2a2;
}

/* line 486, app/assets/stylesheets/application.css.scss */
.section-sep .fa {
  padding-right: 5px;
}

/* line 1, app/assets/stylesheets/web/_modal.css.scss */
.modal {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

/* line 11, app/assets/stylesheets/web/_modal.css.scss */
.modal-container {
  position: fixed;
  z-index: 1005;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .2s ease-out;
}

/* line 19, app/assets/stylesheets/web/_modal.css.scss */
.modal-container.displayed {
  background: rgba(0, 0, 0, 0.12);
  transition: all .2s ease-out;
}

/* line 25, app/assets/stylesheets/web/_modal.css.scss */
.modal-content {
  position: relative;
  z-index: 1010;
  display: inline-block;
  min-width: 300px;
  margin-top: 20%;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
}

/* line 34, app/assets/stylesheets/web/_modal.css.scss */
.modal-content p {
  margin-top: 20px;
}

/* line 37, app/assets/stylesheets/web/_modal.css.scss */
.modal-title {
  margin: -20px -20px 0 -20px;
  padding: 20px;
  font-weight: bold;
  background: #f2f2f2;
  border-radius: 2px 2px 0 0;
}

/* line 1, app/assets/stylesheets/web/_no_web_access.css.scss */
.no-web-access {
  position: fixed;
  z-index: 999999;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

/* line 8, app/assets/stylesheets/web/_no_web_access.css.scss */
.no-web-access__content {
  max-width: 600px;
  margin: 0 auto;
  margin-top: 20%;
  padding: 40px;
  background-color: white;
  text-align: center;
  font-weight: bold;
  box-shadow: 0 0 30px 20px rgba(0, 0, 0, 0.08);
  border-radius: 3px;
}

/* line 495, app/assets/stylesheets/application.css.scss */
.logo {
  text-align: center;
  margin: -20px -20px 20px -20px;
  padding: 10px 20px;
  box-shadow: 0 1px 1px rgba(128, 128, 128, 0.2);
}

@media (max-width: 450px) {
  /* line 495, app/assets/stylesheets/application.css.scss */
  .logo {
    display: none;
  }
  /* line 504, app/assets/stylesheets/application.css.scss */
  .logo.not-logged-in {
    display: block;
  }
}

/* line 509, app/assets/stylesheets/application.css.scss */
.logo img {
  max-height: 115px;
  max-width: 100%;
}

/* line 515, app/assets/stylesheets/application.css.scss */
.top-logo {
  display: none;
  text-align: center;
  background: white;
}

@media (max-width: 450px) {
  /* line 515, app/assets/stylesheets/application.css.scss */
  .top-logo {
    display: block;
  }
}

/* line 524, app/assets/stylesheets/application.css.scss */
.top-logo img {
  max-height: 100px;
  max-width: 100%;
  padding: 10px;
}

/* line 531, app/assets/stylesheets/application.css.scss */
.event_published, .post_published, .page_published, .poll_notify, .event_notify, .page_notify {
  margin-top: 30px;
}

/* line 535, app/assets/stylesheets/application.css.scss */
.user_remember_me {
  margin-top: 20px;
}

/* line 539, app/assets/stylesheets/application.css.scss */
.ui-autocomplete {
  position: absolute !important;
  z-index: 9999;
  margin: 0 0 0 20px;
  border: none !important;
  padding: 0;
  border-radius: 0 0 2px 2px;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}

/* line 545, app/assets/stylesheets/application.css.scss */
.ui-autocomplete .ui-menu-item {
  border: none !important;
  font-size: .8em;
}

/* line 555, app/assets/stylesheets/application.css.scss */
.ui-autocomplete .user {
  padding: 2px 5px;
}

/* line 559, app/assets/stylesheets/application.css.scss */
.ui-autocomplete .ui-state-focus {
  background: #ececec;
  cursor: pointer;
}

/* line 564, app/assets/stylesheets/application.css.scss */
.ui-autocomplete .add-recipient-info {
  display: inline-block;
  margin-left: 10px;
  font-weight: normal;
  color: #a2a2a2;
}

/* line 572, app/assets/stylesheets/application.css.scss */
.add-recipient-form, .add-recipient-form-new {
  position: relative;
  float: right;
}

@media (max-width: 450px) {
  /* line 572, app/assets/stylesheets/application.css.scss */
  .add-recipient-form, .add-recipient-form-new {
    float: none;
    margin-bottom: 20px;
  }
}

/* line 582, app/assets/stylesheets/application.css.scss */
.user span.remove-editor-rights {
  font-weight: normal;
  text-decoration: underline;
  cursor: pointer;
}

/* line 588, app/assets/stylesheets/application.css.scss */
input.colors-picker {
  border: none !important;
  width: 205px;
  color: transparent;
  user-select: none;
}

/* line 1, app/assets/stylesheets/web/_comments.css.scss */
.comments {
  margin: 20px -20px -20px -20px;
  border-top: solid 1px #E4E4E4;
  background: #F8F7F7;
  padding: 20px;
  border-radius: 0 0 2px 2px;
}

/* line 8, app/assets/stylesheets/web/_comments.css.scss */
.comments .comments-show-all {
  display: block;
  margin-top: -8px;
  padding-bottom: 8px;
  color: #c20b0b;
  text-decoration: underline;
  cursor: pointer;
}

/* line 18, app/assets/stylesheets/web/_comments.css.scss */
.comment {
  position: relative;
  display: block;
  clear: both;
  line-height: 1.2em;
  padding: 5px 0;
}

/* line 24, app/assets/stylesheets/web/_comments.css.scss */
.comment:last-child {
  padding-bottom: 10px;
}

/* line 25, app/assets/stylesheets/web/_comments.css.scss */
.comment:first-child {
  padding-top: 0;
}

/* line 27, app/assets/stylesheets/web/_comments.css.scss */
.comment .user-name {
  display: inline-block;
}

/* line 28, app/assets/stylesheets/web/_comments.css.scss */
.comment .created-at {
  display: block;
}

/* line 30, app/assets/stylesheets/web/_comments.css.scss */
.comment .not-approved-pill {
  display: inline-block;
  padding: 0px 5px;
  margin: 0 4px;
  background: #f32828;
  text-transform: uppercase;
  color: white;
  font-size: 8px;
  line-height: 13px;
  font-weight: bold;
  letter-spacing: .5px;
  border-radius: 2px;
}

/* line 47, app/assets/stylesheets/web/_comments.css.scss */
.comment-form .comment-form-content {
  display: block;
  overflow: hidden;
}

/* line 51, app/assets/stylesheets/web/_comments.css.scss */
.comment-form .comment-form-content input[type="text"] {
  width: 100%;
  height: 32px;
  line-height: 32px;
  border: solid 1px #e2e2e2;
  padding: 0 5px;
  outline: none;
  color: #a2a2a2;
  border-radius: 2px;
  transition: border-color .1s ease-out;
}

/* line 61, app/assets/stylesheets/web/_comments.css.scss */
.comment-form .comment-form-content input[type="text"]:hover {
  border-color: #c9c9c9;
  color: inherit;
}

/* line 65, app/assets/stylesheets/web/_comments.css.scss */
.comment-form .comment-form-content input[type="text"]:focus {
  color: inherit;
}

/* line 72, app/assets/stylesheets/web/_comments.css.scss */
.comment-actions {
  position: absolute;
  right: 0;
  top: 0;
  font-size: .8em;
  user-select: none;
}

/* line 79, app/assets/stylesheets/web/_comments.css.scss */
.comment-actions .fa {
  font-size: 12px;
  margin-left: 15px;
  transition: color .2s ease-in-out;
}

/* line 84, app/assets/stylesheets/web/_comments.css.scss */
.comment-actions .fa:hover {
  color: black;
}

/* line 89, app/assets/stylesheets/web/_comments.css.scss */
.comment-actions .comment-actions-marker {
  text-align: right;
  color: #a2a2a2;
  cursor: pointer;
}

/* line 96, app/assets/stylesheets/web/_comments.css.scss */
.comment-actions-list {
  position: absolute;
  z-index: 5;
  top: 20px;
  right: 0;
  display: none;
  background: white;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(130, 130, 130, 0.2);
}

/* line 107, app/assets/stylesheets/web/_comments.css.scss */
.comment-actions-list .comment-action {
  padding: 2px 15px;
  cursor: pointer;
  border-bottom: solid 1px rgba(128, 128, 128, 0.2);
}

/* line 112, app/assets/stylesheets/web/_comments.css.scss */
.comment-actions-list .comment-action a {
  display: block;
  margin: -2px -15px;
  padding: 2px 15px;
}

/* line 116, app/assets/stylesheets/web/_comments.css.scss */
.comment-actions-list .comment-action a:hover {
  color: white;
}

/* line 119, app/assets/stylesheets/web/_comments.css.scss */
.comment-actions-list .comment-action:first-child {
  padding-top: 5px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

/* line 123, app/assets/stylesheets/web/_comments.css.scss */
.comment-actions-list .comment-action:first-child a {
  margin-top: -5px;
  padding-top: 5px;
}

/* line 128, app/assets/stylesheets/web/_comments.css.scss */
.comment-actions-list .comment-action:last-child {
  border-bottom: none;
  padding-bottom: 5px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* line 133, app/assets/stylesheets/web/_comments.css.scss */
.comment-actions-list .comment-action:last-child a {
  margin-bottom: -5px;
  padding-bottom: 5px;
}

/* line 138, app/assets/stylesheets/web/_comments.css.scss */
.comment-actions-list .comment-action:hover {
  color: white;
  background: #c20b0b;
}

/* line 145, app/assets/stylesheets/web/_comments.css.scss */
.comments-error {
  padding-bottom: 20px;
}

/* line 148, app/assets/stylesheets/web/_comments.css.scss */
.comments-error__message {
  color: red;
}

/* line 152, app/assets/stylesheets/web/_comments.css.scss */
.comments-error__details {
  opacity: .5;
}

/* line 1, app/assets/stylesheets/web/_tenants.css.scss */
.tenant-background {
  min-height: 180px;
  background-size: cover;
  position: relative;
  width: 100%;
  background-position: center;
}

@media (max-width: 450px) {
  /* line 1, app/assets/stylesheets/web/_tenants.css.scss */
  .tenant-background {
    display: none;
  }
}

/* line 1, app/assets/stylesheets/web/_menu.css.scss */
menu {
  background: #c20b0b;
  padding: 10px 20px;
}

@media (max-width: 450px) {
  /* line 1, app/assets/stylesheets/web/_menu.css.scss */
  menu {
    padding: 20px;
  }
}

/* line 9, app/assets/stylesheets/web/_menu.css.scss */
menu li {
  position: relative;
  display: inline-block;
}

@media (max-width: 450px) {
  /* line 9, app/assets/stylesheets/web/_menu.css.scss */
  menu li {
    display: block;
    text-align: center;
    margin: 5px 0;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 2px;
  }
}

/* line 22, app/assets/stylesheets/web/_menu.css.scss */
menu a {
  display: block;
  padding: 10px 13px;
  font-size: 1.1em;
  text-decoration: none;
  color: white;
}

/* line 29, app/assets/stylesheets/web/_menu.css.scss */
menu a.home-link {
  padding-right: 0;
}

@media (max-width: 450px) {
  /* line 22, app/assets/stylesheets/web/_menu.css.scss */
  menu a {
    display: block;
    color: black;
  }
  /* line 37, app/assets/stylesheets/web/_menu.css.scss */
  menu a:hover {
    color: #444 !important;
  }
}

/* line 40, app/assets/stylesheets/web/_menu.css.scss */
menu a:hover {
  color: rgba(255, 255, 255, 0.8);
}

/* line 44, app/assets/stylesheets/web/_menu.css.scss */
menu.not-touch li:hover .category-menu {
  display: block;
}

@media (max-width: 450px) {
  /* line 44, app/assets/stylesheets/web/_menu.css.scss */
  menu.not-touch li:hover .category-menu {
    display: none;
  }
}

/* line 53, app/assets/stylesheets/web/_menu.css.scss */
menu .category-menu {
  position: absolute;
  display: none;
  z-index: 200;
  top: 100%;
  min-width: 400px;
  margin: 0;
  background: white;
  padding: 20px;
  border-radius: 0 0 2px 2px;
  box-shadow: 0 2px 7px rgba(128, 128, 128, 0.2);
  border: solid 2px #c20b0b;
  border-top: none;
}

/* line 68, app/assets/stylesheets/web/_menu.css.scss */
menu .category-menu li {
  display: block;
  margin: 0;
  padding: 0;
}

/* line 74, app/assets/stylesheets/web/_menu.css.scss */
menu .category-menu ul {
  margin-bottom: 10px;
}

/* line 76, app/assets/stylesheets/web/_menu.css.scss */
menu .category-menu ul:last-child {
  margin-bottom: 0;
}

/* line 79, app/assets/stylesheets/web/_menu.css.scss */
menu .category-menu ul ul {
  margin-left: 10px;
}

/* line 84, app/assets/stylesheets/web/_menu.css.scss */
menu .category-menu .category-line-menu a {
  font-weight: bold;
  color: #c20b0b;
}

/* line 87, app/assets/stylesheets/web/_menu.css.scss */
menu .category-menu .category-line-menu a:hover {
  text-decoration: underline;
}

/* line 92, app/assets/stylesheets/web/_menu.css.scss */
menu .category-menu .page-line-menu a:hover {
  text-decoration: underline;
  color: #c20b0b;
}

/* line 98, app/assets/stylesheets/web/_menu.css.scss */
menu .category-menu a {
  margin: 0;
  padding: 0;
  color: inherit;
}

/* line 1, app/assets/stylesheets/web/_users.css.scss */
.users {
  padding: 20px;
}

/* line 6, app/assets/stylesheets/web/_users.css.scss */
.user {
  display: block;
  padding: 5px 0;
  white-space: nowrap;
  overflow: hidden;
  transition: all 0.2s ease-out;
  transform: scale(1);
  /*&amp;:hover { @include transform(scale(1.05)); }*/
}

/* line 16, app/assets/stylesheets/web/_users.css.scss */
.user img {
  width: 20px;
  height: 20px;
  vertical-align: bottom;
  border-radius: 2px;
}

/* line 23, app/assets/stylesheets/web/_users.css.scss */
.user a {
  text-decoration: none;
}

/* line 25, app/assets/stylesheets/web/_users.css.scss */
.user span {
  display: inline-block;
  margin-left: 3px;
  font-weight: bold;
}

/* line 32, app/assets/stylesheets/web/_users.css.scss */
.user-container {
  padding: 0;
  width: 300px;
}

@media (max-width: 450px) {
  /* line 32, app/assets/stylesheets/web/_users.css.scss */
  .user-container {
    width: auto;
  }
}

/* line 41, app/assets/stylesheets/web/_users.css.scss */
.user-full {
  position: relative;
}

/* line 44, app/assets/stylesheets/web/_users.css.scss */
.user-full .user-full-picture {
  width: 100%;
}

/* line 47, app/assets/stylesheets/web/_users.css.scss */
.user-full .user-full-picture img {
  width: 100%;
  border-radius: 2px 2px 0 0;
}

/* line 53, app/assets/stylesheets/web/_users.css.scss */
.user-full .user-full-infos {
  padding: 20px;
}

/* line 56, app/assets/stylesheets/web/_users.css.scss */
.user-full .user-full-infos h3 {
  padding-bottom: 0;
}

/* line 58, app/assets/stylesheets/web/_users.css.scss */
.user-full .user-full-infos .user-function, .user-full .user-full-infos .user-resume {
  color: #a2a2a2;
}

/* line 61, app/assets/stylesheets/web/_users.css.scss */
.user-full .is-admin.fa {
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  padding: 5px 5px 10px 10px;
  color: white;
  border-bottom-left-radius: 24px;
  border-top-right-radius: 2px;
  background: #c20b0b;
}

/* line 74, app/assets/stylesheets/web/_users.css.scss */
.user-picture {
  float: left;
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: bottom;
  margin-right: 6px;
  border-radius: 2px;
}

/* line 84, app/assets/stylesheets/web/_users.css.scss */
.user-name {
  display: block;
  vertical-align: bottom;
  padding-right: 2px;
  font-weight: bold;
  color: #c20b0b;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 94, app/assets/stylesheets/web/_users.css.scss */
.user-side {
  padding-left: 35px;
}

/* line 96, app/assets/stylesheets/web/_users.css.scss */
.user-side &gt; a:first-child {
  text-decoration: none;
}

/* line 1, app/assets/stylesheets/web/_groups.css.scss */
.group-name {
  display: inline-block;
  font-size: .8em;
  font-weight: bold;
  padding-right: 5px;
  color: #a2a2a2;
  text-transform: uppercase;
}

/* line 9, app/assets/stylesheets/web/_groups.css.scss */
.group-name a {
  color: #a2a2a2;
  text-decoration: none;
}

/* line 12, app/assets/stylesheets/web/_groups.css.scss */
.group-name a:hover {
  text-decoration: underline;
}

/* line 16, app/assets/stylesheets/web/_groups.css.scss */
.groups {
  margin: 10px;
}

/* line 20, app/assets/stylesheets/web/_groups.css.scss */
.group {
  position: relative;
  display: inline-block;
  width: 46%;
  min-height: 270px;
  vertical-align: bottom;
  margin: 10px;
}

/* line 28, app/assets/stylesheets/web/_groups.css.scss */
.group ul {
  margin: 20px 0;
}

@media (max-width: 850px) {
  /* line 20, app/assets/stylesheets/web/_groups.css.scss */
  .group {
    display: block;
    width: auto;
    margin-bottom: 20px;
  }
  /* line 34, app/assets/stylesheets/web/_groups.css.scss */
  .group:last-child {
    margin-bottom: 10px;
  }
}

/* line 37, app/assets/stylesheets/web/_groups.css.scss */
.group.group-full {
  display: block;
  min-height: 0;
  margin: 20px;
  width: auto;
}

/* line 43, app/assets/stylesheets/web/_groups.css.scss */
.group.group-full .user {
  display: inline-block;
  width: 45%;
}

/* line 50, app/assets/stylesheets/web/_groups.css.scss */
.group-name-title {
  display: inline-block;
  font-size: 1.4em;
  font-weight: bold;
}

/* line 55, app/assets/stylesheets/web/_groups.css.scss */
.group-name-title a {
  color: inherit;
  text-decoration: none;
}

/* line 58, app/assets/stylesheets/web/_groups.css.scss */
.group-name-title a:hover {
  text-decoration: underline;
}

/* line 62, app/assets/stylesheets/web/_groups.css.scss */
.group-description {
  color: #a2a2a2;
}

/* line 67, app/assets/stylesheets/web/_groups.css.scss */
.users-list li {
  min-height: 30px;
}

/* line 1, app/assets/stylesheets/web/_drop-file.css.scss */
.drop-file {
  position: relative;
  display: inline-block;
  line-height: .87em;
  min-height: 100px;
  min-width: 200px;
}

/* line 8, app/assets/stylesheets/web/_drop-file.css.scss */
.drop-file .input-file {
  position: absolute;
  z-index: 4;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(229, 228, 228, 0.21);
  border: dashed 1px grey;
  color: transparent;
  text-indent: -99999em;
  border-radius: 2px;
  cursor: pointer;
}

/* line 21, app/assets/stylesheets/web/_drop-file.css.scss */
.drop-file .input-file:hover {
  border-style: dashed;
  border-width: 1px;
}

/* line 26, app/assets/stylesheets/web/_drop-file.css.scss */
.drop-file .input-file:focus {
  outline: 0;
}

/* line 32, app/assets/stylesheets/web/_drop-file.css.scss */
.drop-file img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  padding: 6px;
  border-radius: 2px;
}

/* line 42, app/assets/stylesheets/web/_drop-file.css.scss */
.drop-file .drop-info {
  position: absolute;
  z-index: 2;
  top: 25%;
  width: 100%;
  text-align: center;
}

/* line 51, app/assets/stylesheets/web/_drop-file.css.scss */
label.drop-file-remove {
  padding: 10px 0 15px 0;
  font-size: inherit;
  font-weight: normal;
}

/* line 58, app/assets/stylesheets/web/_drop-file.css.scss */
_:-ms-input-placeholder, :root .drop-file {
  min-height: 0;
  min-width: 0;
  line-height: 1em;
}

/* line 63, app/assets/stylesheets/web/_drop-file.css.scss */
_:-ms-input-placeholder .input-file, :root .drop-file .input-file {
  position: relative;
  display: block;
  max-width: 250px;
}

/* line 69, app/assets/stylesheets/web/_drop-file.css.scss */
_:-ms-input-placeholder img, :root .drop-file img {
  position: relative;
  padding: 5px 0;
}

/* line 73, app/assets/stylesheets/web/_drop-file.css.scss */
_:-ms-input-placeholder img[src=""], :root .drop-file img[src=""] {
  display: none;
}

/* line 78, app/assets/stylesheets/web/_drop-file.css.scss */
_:-ms-input-placeholder .drop-info, :root .drop-file .drop-info {
  display: none;
}

@media (max-width: 850px) {
  /* line 3, app/assets/stylesheets/web/_sidebar.css.scss */
  #full-sidebar.scroll:hover .sidebar {
    margin-left: 0;
  }
}

@media (max-width: 850px) {
  /* line 7, app/assets/stylesheets/web/_sidebar.css.scss */
  #full-sidebar.scroll:hover #menu-bars {
    margin-left: 250px;
  }
}

/* line 11, app/assets/stylesheets/web/_sidebar.css.scss */
#full-sidebar:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 250px;
  background: purple;
  box-shadow: inset 0px 3px 4px 0px rgba(0, 0, 0, 0.17);
}

@media (max-width: 850px) {
  /* line 11, app/assets/stylesheets/web/_sidebar.css.scss */
  #full-sidebar:before {
    display: none;
    margin-left: -250px;
    box-shadow: 0 1px 6px rgba(128, 128, 128, 0.5);
  }
  /* line 26, app/assets/stylesheets/web/_sidebar.css.scss */
  #full-sidebar:before.not-logged-in {
    margin-left: 0;
  }
}

@media (max-width: 450px) {
  /* line 32, app/assets/stylesheets/web/_sidebar.css.scss */
  #full-sidebar:before.not-logged-in {
    width: 100%;
  }
}

@media (max-width: 740px) {
  /* line 38, app/assets/stylesheets/web/_sidebar.css.scss */
  .sidebar.not-logged-in {
    position: relative;
  }
}

/* line 44, app/assets/stylesheets/web/_sidebar.css.scss */
.sidebar.not-logged-in .sidebar-content {
  position: relative;
  z-index: 20;
  display: flex;
  flex-direction: column;
  flex: 1;
}

/* line 53, app/assets/stylesheets/web/_sidebar.css.scss */
.sidebar.not-logged-in:before {
  content: "";
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  height: 100%;
  width: 250px;
  background: white;
}

@media (max-width: 450px) {
  /* line 64, app/assets/stylesheets/web/_sidebar.css.scss */
  .sidebar.not-logged-in:before.not-logged-in {
    width: 100%;
  }
}

/* line 70, app/assets/stylesheets/web/_sidebar.css.scss */
.shown .sidebar {
  margin-left: 0;
}

/* line 74, app/assets/stylesheets/web/_sidebar.css.scss */
.shown #menu-bars {
  margin-left: 250px;
}

/* line 78, app/assets/stylesheets/web/_sidebar.css.scss */
.sidebar {
  position: absolute;
  z-index: 999;
  overflow-x: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  top: 0;
  width: 250px;
  padding: 20px;
  background: white;
  -webkit-overflow-scrolling: touch;
  display: flex;
  flex-direction: column;
  transition: all 0.2s ease-in-out;
}

@media (max-width: 850px) {
  /* line 78, app/assets/stylesheets/web/_sidebar.css.scss */
  .sidebar {
    margin-left: -250px;
    box-shadow: 0 1px 6px rgba(128, 128, 128, 0.5);
    position: fixed;
    overflow-y: scroll;
    height: 100%;
  }
  /* line 101, app/assets/stylesheets/web/_sidebar.css.scss */
  .sidebar.not-logged-in {
    margin-left: 0;
  }
}

@media (max-width: 450px) {
  /* line 107, app/assets/stylesheets/web/_sidebar.css.scss */
  .sidebar.not-logged-in {
    width: 100%;
  }
}

/* line 113, app/assets/stylesheets/web/_sidebar.css.scss */
#menu-bars {
  display: none;
  position: fixed;
  z-index: 998;
  margin-top: 20px;
  background: rgba(255, 255, 255, 0.9);
  padding: 11px 18px;
  white-space: nowrap;
  box-shadow: 0 1px 1px rgba(128, 128, 128, 0.2);
  border-radius: 0 2px 2px 0;
  transition: all 0.2s ease-in-out;
}

@media (max-width: 850px) {
  /* line 113, app/assets/stylesheets/web/_sidebar.css.scss */
  #menu-bars {
    display: block;
  }
}

/* line 129, app/assets/stylesheets/web/_sidebar.css.scss */
#menu-bars a {
  text-decoration: none;
}

/* line 132, app/assets/stylesheets/web/_sidebar.css.scss */
#menu-bars a span {
  display: inline-block;
  margin-left: 5px;
}

/* line 139, app/assets/stylesheets/web/_sidebar.css.scss */
.main-content {
  margin-left: 250px;
}

@media (max-width: 850px) {
  /* line 139, app/assets/stylesheets/web/_sidebar.css.scss */
  .main-content {
    margin-left: 0;
  }
}

/* line 147, app/assets/stylesheets/web/_sidebar.css.scss */
.core-content {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* line 153, app/assets/stylesheets/web/_sidebar.css.scss */
.page-content {
  width: 65%;
  float: left;
  margin-right: 0;
}

@media (max-width: 1050px) {
  /* line 153, app/assets/stylesheets/web/_sidebar.css.scss */
  .page-content {
    width: 100%;
    margin-right: auto;
  }
}

/* line 164, app/assets/stylesheets/web/_sidebar.css.scss */
.more-content {
  width: 34%;
  float: left;
  margin-right: 1.69492%;
  margin-left: -20px;
}

@media (max-width: 1050px) {
  /* line 164, app/assets/stylesheets/web/_sidebar.css.scss */
  .more-content {
    width: 100%;
    margin-left: auto;
    margin-top: -20px;
  }
}

/* line 179, app/assets/stylesheets/web/_sidebar.css.scss */
.current-user {
  clear: both;
  background: white;
  height: 50px;
}

/* line 184, app/assets/stylesheets/web/_sidebar.css.scss */
.current-user .current-user-info {
  padding: 5px;
}

/* line 188, app/assets/stylesheets/web/_sidebar.css.scss */
.current-user a {
  display: block;
  text-decoration: none;
}

/* line 193, app/assets/stylesheets/web/_sidebar.css.scss */
.current-user img {
  float: left;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  border-radius: 1px 0 0 1px;
}

/* line 201, app/assets/stylesheets/web/_sidebar.css.scss */
.current-user span {
  font-weight: bold;
}

/* line 206, app/assets/stylesheets/web/_sidebar.css.scss */
.sidebar-section {
  clear: both;
  margin-top: 10px;
  font-size: .7em;
  text-transform: uppercase;
  font-weight: bold;
  color: #aaa;
}

/* line 216, app/assets/stylesheets/web/_sidebar.css.scss */
.sidebar-actions a {
  display: block;
  width: 100%;
  padding: 3px 0;
  text-decoration: none;
  color: #444444;
}

/* line 223, app/assets/stylesheets/web/_sidebar.css.scss */
.sidebar-actions a:hover {
  background: #EFEFEF;
}

/* line 227, app/assets/stylesheets/web/_sidebar.css.scss */
.sidebar-actions a img {
  vertical-align: text-bottom;
  margin-right: 3px;
}

/* line 233, app/assets/stylesheets/web/_sidebar.css.scss */
.sidebar-actions li.fa:before {
  margin-right: 5px;
  font-weight: normal;
}

/* line 1, app/assets/stylesheets/web/_sidebar2.css.scss */
menu {
  padding: 2px 0 !important;
}

/* line 8, app/assets/stylesheets/web/_sidebar2.css.scss */
.sidebar2 {
  padding: 0;
  box-shadow: inset 0px 3px 4px 0px rgba(0, 0, 0, 0.17);
  -ms-overflow-style: none;
}

/* line 14, app/assets/stylesheets/web/_sidebar2.css.scss */
.sidebar2::-webkit-scrollbar {
  display: none;
}

/* line 18, app/assets/stylesheets/web/_sidebar2.css.scss */
.sidebar2 .sidebar__logo {
  padding: 20px;
  padding-bottom: 40px;
  text-align: center;
  background: white;
}

/* line 25, app/assets/stylesheets/web/_sidebar2.css.scss */
.sidebar2 .sidebar__logo img {
  max-height: 115px;
  max-width: 100%;
}

/* line 31, app/assets/stylesheets/web/_sidebar2.css.scss */
.sidebar2 .sidebar__current-user {
  text-align: center;
  margin-top: -26px;
}

/* line 35, app/assets/stylesheets/web/_sidebar2.css.scss */
.sidebar2 .sidebar__current-user a {
  border-radius: 50%;
}

/* line 39, app/assets/stylesheets/web/_sidebar2.css.scss */
.sidebar2 .sidebar__current-user img {
  border: solid 3px white;
  border-radius: 50%;
}

/* line 45, app/assets/stylesheets/web/_sidebar2.css.scss */
.sidebar2 .sidebar__current-user-actions {
  height: 46px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -35px;
  padding-top: 2px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.12);
}

/* line 54, app/assets/stylesheets/web/_sidebar2.css.scss */
.sidebar2 .sidebar__current-user-actions li {
  width: 50%;
  float: left;
  text-align: center;
  padding: 12px 0;
}

/* line 60, app/assets/stylesheets/web/_sidebar2.css.scss */
.sidebar2 .sidebar__current-user-actions li:first-child {
  border-right: solid 1px rgba(255, 255, 255, 0.12);
}

/* line 65, app/assets/stylesheets/web/_sidebar2.css.scss */
.sidebar2 .sidebar__current-user-actions a {
  display: block;
  margin: -12px 0;
  padding: 12px 0;
  color: rgba(255, 255, 255, 0.8);
}

/* line 70, app/assets/stylesheets/web/_sidebar2.css.scss */
.sidebar2 .sidebar__current-user-actions a:hover {
  background: rgba(0, 0, 0, 0.13);
}

/* line 76, app/assets/stylesheets/web/_sidebar2.css.scss */
.sidebar2 .sidebar__links {
  margin-bottom: 130px;
}

/* line 80, app/assets/stylesheets/web/_sidebar2.css.scss */
.sidebar2 .sidebar__link {
  position: relative;
  padding: 13px 0 13px 20px;
  color: rgba(255, 255, 255, 0.78);
  border-bottom: solid 1px rgba(255, 255, 255, 0.12);
}

/* line 90, app/assets/stylesheets/web/_sidebar2.css.scss */
.sidebar2 .sidebar__link a {
  display: block;
  margin: -13px 0 -13px -20px;
  padding: 13px 0 13px 20px;
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  transition: all .1s ease-in-out;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 101, app/assets/stylesheets/web/_sidebar2.css.scss */
.sidebar2 .sidebar__link a:hover {
  background: rgba(0, 0, 0, 0.13);
}

/* line 107, app/assets/stylesheets/web/_sidebar2.css.scss */
.sidebar2 .sidebar__link:hover .sidebar__link-more {
  display: block;
  /* Create a semi-transparent black background to get the same darker color that the main tenant's color */
}

/* line 110, app/assets/stylesheets/web/_sidebar2.css.scss */
.sidebar2 .sidebar__link:hover .sidebar__link-more:hover:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: rgba(0, 0, 0, 0.13);
}

/* line 125, app/assets/stylesheets/web/_sidebar2.css.scss */
.sidebar2 .sidebar__link .fa:not(.fa-chevron-down) {
  width: 20px;
  vertical-align: text-bottom;
  text-align: center;
  font-size: 134%;
  margin-right: 8px;
}

/* line 133, app/assets/stylesheets/web/_sidebar2.css.scss */
.sidebar2 .sidebar__link .sidebar__link-more {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding: 12px 16px;
  border-left: solid 1px rgba(255, 255, 255, 0.12);
  cursor: pointer;
}

/* line 142, app/assets/stylesheets/web/_sidebar2.css.scss */
.sidebar2 .sidebar__link .sidebar__link-more:hover {
  background: rgba(0, 0, 0, 0.13);
}

/* line 149, app/assets/stylesheets/web/_sidebar2.css.scss */
.sidebar2 ul ul .sidebar__link {
  padding-left: 40px;
}

/* line 150, app/assets/stylesheets/web/_sidebar2.css.scss */
.sidebar2 ul ul .sidebar__link a {
  margin-left: -40px;
  padding-left: 40px;
}

/* line 151, app/assets/stylesheets/web/_sidebar2.css.scss */
.sidebar2 ul ul ul .sidebar__link {
  padding-left: 60px;
}

/* line 152, app/assets/stylesheets/web/_sidebar2.css.scss */
.sidebar2 ul ul ul .sidebar__link a {
  margin-left: -60px;
  padding-left: 60px;
}

/* line 153, app/assets/stylesheets/web/_sidebar2.css.scss */
.sidebar2 ul ul ul ul .sidebar__link {
  padding-left: 80px;
}

/* line 154, app/assets/stylesheets/web/_sidebar2.css.scss */
.sidebar2 ul ul ul ul .sidebar__link a {
  margin-left: -80px;
  padding-left: 80px;
}

/* line 159, app/assets/stylesheets/web/_sidebar2.css.scss */
#full-sidebar.shown .sidebar__messages {
  margin-left: 0;
}

/* line 163, app/assets/stylesheets/web/_sidebar2.css.scss */
.sidebar__messages {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  width: 250px;
  background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.08) 100%);
  box-shadow: 0px -5px 9px 0px rgba(0, 0, 0, 0.12);
  transition: all 0.2s ease-in-out;
}

@media (max-width: 850px) {
  /* line 163, app/assets/stylesheets/web/_sidebar2.css.scss */
  .sidebar__messages {
    margin-left: -250px;
    box-shadow: 0 1px 6px rgba(128, 128, 128, 0.5);
  }
  /* line 177, app/assets/stylesheets/web/_sidebar2.css.scss */
  .sidebar__messages.not-logged-in {
    margin-left: 0;
  }
}

@media (max-width: 450px) {
  /* line 183, app/assets/stylesheets/web/_sidebar2.css.scss */
  .sidebar__messages.not-logged-in {
    width: 100%;
  }
}

/* line 188, app/assets/stylesheets/web/_sidebar2.css.scss */
.sidebar__messages .sidebar__messages--actions {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.06);
  text-align: center;
  font-size: 90%;
  color: rgba(255, 255, 255, 0.8);
}

/* line 197, app/assets/stylesheets/web/_sidebar2.css.scss */
.sidebar__messages .sidebar__messages--actions:hover {
  color: rgba(255, 255, 255, 0.4);
}

/* line 201, app/assets/stylesheets/web/_sidebar2.css.scss */
.sidebar__messages .sidebar__messages--actions div {
  display: inline-block;
}

/* line 205, app/assets/stylesheets/web/_sidebar2.css.scss */
.sidebar__messages .sidebar__messages--actions a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

/* line 208, app/assets/stylesheets/web/_sidebar2.css.scss */
.sidebar__messages .sidebar__messages--actions a:hover {
  color: rgba(255, 255, 255, 0.4);
}

/* line 213, app/assets/stylesheets/web/_sidebar2.css.scss */
.sidebar__messages .sidebar__messages--actions .sidebar__message--new {
  width: 60%;
  padding-left: 3px;
}

/* line 218, app/assets/stylesheets/web/_sidebar2.css.scss */
.sidebar__messages .sidebar__messages--actions .sidebar__message--all {
  width: 40%;
  float: left;
  padding-left: 3px;
}

/* line 226, app/assets/stylesheets/web/_sidebar2.css.scss */
.sidebar__messages .message-short-and-user {
  margin: 0;
  border: none !important;
  padding: 8px 20px;
  color: rgba(255, 255, 255, 0.8);
}

/* line 232, app/assets/stylesheets/web/_sidebar2.css.scss */
.sidebar__messages .message-short-and-user:first-child {
  border-bottom: solid 1px rgba(0, 0, 0, 0.06) !important;
}

/* line 236, app/assets/stylesheets/web/_sidebar2.css.scss */
.sidebar__messages .message-short-and-user:hover {
  background: rgba(41, 41, 41, 0.13);
}

/* line 240, app/assets/stylesheets/web/_sidebar2.css.scss */
.sidebar__messages .message-short-and-user img {
  width: 30px;
  margin-right: 10px;
  border-radius: 2px;
}

/* line 246, app/assets/stylesheets/web/_sidebar2.css.scss */
.sidebar__messages .message-short-and-user span {
  display: inline-block;
  padding-top: 2px;
  color: rgba(255, 255, 255, 0.8);
}

/* line 252, app/assets/stylesheets/web/_sidebar2.css.scss */
.sidebar__messages .message-short-and-user .fa {
  top: 37%;
  right: 20px;
  color: rgba(255, 255, 255, 0.28);
}

/* line 258, app/assets/stylesheets/web/_sidebar2.css.scss */
.sidebar__messages .message-short-and-user .message-short {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 2px;
  color: rgba(255, 255, 255, 0.5);
}

/* line 4, app/assets/stylesheets/web/_categories.css.scss */
.category h3 {
  padding-bottom: 0;
}

/* line 8, app/assets/stylesheets/web/_categories.css.scss */
.category .category-info {
  color: #a2a2a2;
  margin-bottom: 20px;
}

/* line 15, app/assets/stylesheets/web/_categories.css.scss */
.categories-hierarchy a {
  display: inline-block;
  margin-left: 5px;
  text-decoration: none;
  opacity: .6;
}

/* line 20, app/assets/stylesheets/web/_categories.css.scss */
.categories-hierarchy a:hover {
  opacity: 1;
  text-decoration: underline;
}

/* line 26, app/assets/stylesheets/web/_categories.css.scss */
.categories-hierarchy span {
  color: #a2a2a2;
}

/* line 28, app/assets/stylesheets/web/_categories.css.scss */
.categories-hierarchy span:first-child {
  margin-left: 10px;
}

/* line 29, app/assets/stylesheets/web/_categories.css.scss */
.categories-hierarchy span:after {
  content: "\a0\b7";
}

/* line 30, app/assets/stylesheets/web/_categories.css.scss */
.categories-hierarchy span:last-child:after {
  content: none;
}

/* line 33, app/assets/stylesheets/web/_categories.css.scss */
.categories-hierarchy ul {
  margin-bottom: 10px;
}

/* line 37, app/assets/stylesheets/web/_categories.css.scss */
.categories-hierarchy .fa:before {
  margin-right: 4px;
  font-size: .8em;
}

/* line 42, app/assets/stylesheets/web/_categories.css.scss */
.categories-hierarchy .category-line, .categories-hierarchy .page-line {
  display: block;
  padding: 3px 0;
}

/* line 45, app/assets/stylesheets/web/_categories.css.scss */
.categories-hierarchy .category-line:hover, .categories-hierarchy .page-line:hover {
  background: #F7F7F7;
  border-radius: 2px;
}

/* line 51, app/assets/stylesheets/web/_categories.css.scss */
.categories-hierarchy ul {
  margin-left: 20px;
}

/* line 55, app/assets/stylesheets/web/_categories.css.scss */
.categories-hierarchy li {
  list-style-type: none;
}

/* line 1, app/assets/stylesheets/web/_events.css.scss */
.post-event-date {
  margin: 20px -20px;
  padding: 20px;
  border-top: dashed 1px #c4c4c4;
  border-bottom: dashed 1px #c4c4c4;
  background: #F7F7F7;
  color: #6b6b6b;
}

/* line 9, app/assets/stylesheets/web/_events.css.scss */
.post-event-date .fa {
  vertical-align: middle;
  margin-right: 8px;
  font-size: 1.2em;
}

/* line 15, app/assets/stylesheets/web/_events.css.scss */
.post-event-date span {
  vertical-align: middle;
}

/* line 4, app/assets/stylesheets/web/calendar.css.scss */
.calendar button:hover {
  background: inherit;
}

/* line 6, app/assets/stylesheets/web/calendar.css.scss */
.calendar .fc-event {
  border: none;
  padding: 2px;
}

/* line 4, app/assets/stylesheets/web/messages.css.scss */
.messages div.user, .new-message div.user {
  display: inline-block;
  margin-right: 10px;
}

/* line 7, app/assets/stylesheets/web/messages.css.scss */
.messages div.user:last-child, .new-message div.user:last-child {
  margin-right: 0;
}

/* line 10, app/assets/stylesheets/web/messages.css.scss */
.messages .admin-actions.full, .new-message .admin-actions.full {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}

/* line 16, app/assets/stylesheets/web/messages.css.scss */
.messages-title {
  padding-bottom: 0;
}

/* line 21, app/assets/stylesheets/web/messages.css.scss */
.messages-info {
  color: #a2a2a2;
  padding-bottom: 10px;
}

/* line 26, app/assets/stylesheets/web/messages.css.scss */
.messages-list-full {
  max-height: 400px;
  overflow: scroll;
  margin-bottom: 10px;
  padding: 15px;
  background: #F7F7F7;
  border-radius: 2px;
  -webkit-overflow-scrolling: touch;
}

/* line 36, app/assets/stylesheets/web/messages.css.scss */
.message-short {
  padding: 0;
  white-space: nowrap;
}

/* line 41, app/assets/stylesheets/web/messages.css.scss */
.message-short-and-user {
  position: relative;
  display: block;
  margin: 0 -20px;
  border-bottom: dashed 1px #D5D5D5;
  padding: 5px 20px;
  overflow: hidden;
  line-height: 1em;
  text-decoration: none;
  color: #a2a2a2;
}

/* line 52, app/assets/stylesheets/web/messages.css.scss */
.message-short-and-user:first-child {
  border-top: dashed 1px #D5D5D5;
}

/* line 54, app/assets/stylesheets/web/messages.css.scss */
.message-short-and-user .fa {
  position: absolute;
  top: 25%;
  right: 10px;
}

/* line 60, app/assets/stylesheets/web/messages.css.scss */
.message-short-and-user.not-read:hover .fa {
  color: white;
}

/* line 62, app/assets/stylesheets/web/messages.css.scss */
.message-short-and-user span {
  color: #444;
}

/* line 66, app/assets/stylesheets/web/messages.css.scss */
.message-short-and-user:hover {
  background: #c20b0b;
  color: rgba(255, 255, 255, 0.8);
}

/* line 69, app/assets/stylesheets/web/messages.css.scss */
.message-short-and-user:hover span {
  color: rgba(255, 255, 255, 0.8);
}

/* line 72, app/assets/stylesheets/web/messages.css.scss */
.message-short-and-user img {
  float: left;
  width: 22px;
  margin-right: 5px;
  border-radius: 1px;
}

/* line 1, app/assets/stylesheets/web/_last.css.scss */
.last-posts {
  position: relative;
}

/* line 5, app/assets/stylesheets/web/_last.css.scss */
.last-posts .published_at {
  font-size: .8em;
  text-transform: uppercase;
  color: #a2a2a2;
}

/* line 12, app/assets/stylesheets/web/_last.css.scss */
.last-posts .last-post a {
  display: block;
  margin: 0 -20px;
  padding: 10px 20px;
  text-decoration: none;
}

/* line 17, app/assets/stylesheets/web/_last.css.scss */
.last-posts .last-post a:hover {
  background: #f9f9f9;
}

/* line 21, app/assets/stylesheets/web/_last.css.scss */
.last-posts .last-post.odd a {
  background: rgba(249, 249, 249, 0.5);
}

/* line 23, app/assets/stylesheets/web/_last.css.scss */
.last-posts .last-post.odd a:hover {
  background: #f9f9f9;
}

/* line 28, app/assets/stylesheets/web/_last.css.scss */
.last-posts .last-posts-pic {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 56%;
  background-position: center;
  background-size: cover;
  border-radius: 0 2px 2px 0;
}

@media (max-width: 450px) {
  /* line 28, app/assets/stylesheets/web/_last.css.scss */
  .last-posts .last-posts-pic {
    display: none;
  }
}

/* line 43, app/assets/stylesheets/web/_last.css.scss */
.last-posts h3 {
  width: 40%;
}

@media (max-width: 450px) {
  /* line 43, app/assets/stylesheets/web/_last.css.scss */
  .last-posts h3 {
    width: 100%;
  }
}

/* line 50, app/assets/stylesheets/web/_last.css.scss */
.last-posts .post-title {
  width: 40%;
  font-weight: bold;
}

@media (max-width: 450px) {
  /* line 50, app/assets/stylesheets/web/_last.css.scss */
  .last-posts .post-title {
    width: 100%;
  }
}

/* line 57, app/assets/stylesheets/web/_last.css.scss */
.last-posts .post-excerpt {
  width: 40%;
  color: #444;
}

@media (max-width: 450px) {
  /* line 57, app/assets/stylesheets/web/_last.css.scss */
  .last-posts .post-excerpt {
    width: 100%;
  }
}

/* line 1, app/assets/stylesheets/web/_drop.css.scss */
.dropzone {
  border: dashed 1px grey;
  background: rgba(229, 228, 228, 0.21);
  border-radius: 2px;
}

/* line 7, app/assets/stylesheets/web/_drop.css.scss */
.dz-message {
  background: none !important;
}

/* line 11, app/assets/stylesheets/web/_drop.css.scss */
.dz-remove {
  margin-top: 0 !important;
  font-size: .8em !important;
}

/* line 16, app/assets/stylesheets/web/_drop.css.scss */
.dz-details {
  margin-bottom: 5px !important;
}

/* line 20, app/assets/stylesheets/web/_drop.css.scss */
.dz-preview {
  margin: 5px !important;
  border: none !important;
  border-radius: 2px !important;
  box-shadow: 0 1px 1px rgba(128, 128, 128, 0.2) !important;
}

/* line 27, app/assets/stylesheets/web/_drop.css.scss */
.dz-size {
  display: none !important;
}

/* line 4, app/assets/stylesheets/web/_classifieds.css.scss */
.taxinomy .taxinomy-title-cover, .taxinomy-summary .taxinomy-title-cover {
  padding: 20px;
  margin: -20px -20px 20px -20px;
  font-size: 2em;
  background-image: url("title_background2.png");
  background-size: cover;
  background-position: center;
  color: white;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  border-radius: 2px 2px 0 0;
}

/* line 16, app/assets/stylesheets/web/_classifieds.css.scss */
.taxinomy .taxinomy-title-simple, .taxinomy-summary .taxinomy-title-simple {
  font-size: 2em;
  padding-bottom: 0;
}

/* line 21, app/assets/stylesheets/web/_classifieds.css.scss */
.taxinomy .taxinomy-info, .taxinomy-summary .taxinomy-info {
  color: #a2a2a2;
}

/* line 30, app/assets/stylesheets/web/_classifieds.css.scss */
.taxinomy-short-title {
  display: inline-block;
  width: 47%;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: bottom;
  margin-right: 15px;
}

@media (max-width: 850px) {
  /* line 30, app/assets/stylesheets/web/_classifieds.css.scss */
  .taxinomy-short-title {
    width: auto;
    display: block;
  }
}

/* line 43, app/assets/stylesheets/web/_classifieds.css.scss */
.taxinomy-short-title a {
  display: block;
  text-decoration: none;
}

/* line 46, app/assets/stylesheets/web/_classifieds.css.scss */
.taxinomy-short-title a:hover {
  background: #eee;
}

/* line 49, app/assets/stylesheets/web/_classifieds.css.scss */
.taxinomy-short-title .taxinomy-title {
  font-weight: bold;
  color: #c20b0b;
}

/* line 54, app/assets/stylesheets/web/_classifieds.css.scss */
.taxinomy-short-title span {
  color: #a2a2a2;
}

/* line 59, app/assets/stylesheets/web/_classifieds.css.scss */
.last-posts.classifieds {
  display: block;
}

/* line 63, app/assets/stylesheets/web/_classifieds.css.scss */
.last-posts .last-classified {
  display: inline-block;
  vertical-align: top;
  width: 172px;
  height: 100px;
}

@media (max-width: 450px) {
  /* line 63, app/assets/stylesheets/web/_classifieds.css.scss */
  .last-posts .last-classified {
    width: 100%;
    height: auto;
  }
  /* line 73, app/assets/stylesheets/web/_classifieds.css.scss */
  .last-posts .last-classified a {
    padding: 5px 0 !important;
  }
}

/* line 78, app/assets/stylesheets/web/_classifieds.css.scss */
.last-posts .last-classified a {
  height: 100%;
  margin: 0;
  padding: 0;
  border-radius: 2px;
}

/* line 85, app/assets/stylesheets/web/_classifieds.css.scss */
.last-posts .last-classified .post-title, .last-posts .last-classified .post-excerpt, .last-posts .last-classified .published_at {
  width: auto;
}

/* line 2, app/assets/stylesheets/web/_flash_info.css.scss */
.flash-info img, .flash-info iframe {
  max-width: 100%;
}

/* line 5, app/assets/stylesheets/web/_flash_info.css.scss */
.flash-info .post-content {
  padding-bottom: 0;
}

/* line 9, app/assets/stylesheets/web/_flash_info.css.scss */
.wizz-effect {
  animation: 0.2s ease-in-out 0.4s 4 alternate wizz;
}

@keyframes wizz {
  0% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1.05);
  }
}

/* line 1, app/assets/stylesheets/web/_polls.css.scss */
.poll-results-label {
  text-align: center;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 20px;
}

/* line 8, app/assets/stylesheets/web/_polls.css.scss */
.poll-results-container {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
}

/* line 18, app/assets/stylesheets/web/_polls.css.scss */
.poll-results-container form {
  text-align: left;
  width: 280px;
  margin: 0 auto;
}

/* line 24, app/assets/stylesheets/web/_polls.css.scss */
.poll-results-container .poll-results {
  width: 350px;
  margin: 10% auto 0 auto;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

/* line 30, app/assets/stylesheets/web/_polls.css.scss */
.poll-results-container .poll-results-dismiss {
  display: inline-block !important;
}

/* line 34, app/assets/stylesheets/web/_polls.css.scss */
.poll-results-container .admin-actions {
  display: none;
}

/* line 39, app/assets/stylesheets/web/_polls.css.scss */
.poll-results-dismiss {
  display: none !important;
}

/* line 43, app/assets/stylesheets/web/_polls.css.scss */
.poll-results-closing-at {
  margin-top: -10px;
  padding-bottom: 20px;
  color: #a2a2a2;
}

/* line 50, app/assets/stylesheets/web/_polls.css.scss */
.polls-form input[type='radio'] {
  display: none;
}

/* line 54, app/assets/stylesheets/web/_polls.css.scss */
.polls-form input[type='radio'] + label {
  position: relative;
  padding: 10px 0 5px 0;
}

/* line 58, app/assets/stylesheets/web/_polls.css.scss */
.polls-form input[type='radio'] + label span:before {
  position: absolute;
  display: block;
  content: "✓";
  top: 0;
  left: 0;
  font-size: 26px;
  margin: 9px 0 0 7px;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.7s cubic-bezier(0.24, 0.22, 0.015, 1.56);
}

/* line 71, app/assets/stylesheets/web/_polls.css.scss */
.polls-form input[type='radio'] + label:hover span:before {
  opacity: 1;
  transform: scale(1);
}

/* line 77, app/assets/stylesheets/web/_polls.css.scss */
.polls-form input[type='radio'] + label:before {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 20px;
  height: 20px;
  margin: 1px 6px 1px 5px;
  border: solid 3px;
  border-radius: 90%;
  background-image: linear-gradient(rgba(240, 240, 240, 0.5), rgba(224, 224, 224, 0.5));
  transition: all 0.2s cubic-bezier(0.24, 0.22, 0.015, 1.56);
  transform: scale(1);
}

/* line 91, app/assets/stylesheets/web/_polls.css.scss */
.polls-form input[type='radio'] + label:hover:before {
  transform: scale(1.2);
}

/*
 * class used by Cocooon to add extra fields 
 */
/* line 100, app/assets/stylesheets/web/_polls.css.scss */
.links {
  display: inline-block;
}

/* line 104, app/assets/stylesheets/web/_polls.css.scss */
.remove_fields {
  display: inline-block;
  height: 18px;
  width: 18px;
  text-align: center;
  vertical-align: middle;
  line-height: 18px;
  margin-left: 8px;
  margin-bottom: 5px;
  padding-top: 0px;
  color: white;
  font-size: .4em;
  text-decoration: none;
  border-radius: 50%;
}

/* line 120, app/assets/stylesheets/web/_polls.css.scss */
.poll-choice-label {
  display: inline-block;
}

/*
 * UI when view a content with group_permissions
 */
/* line 4, app/assets/stylesheets/web/_group_permissions.css.scss */
.group_permissions_info {
  color: rgba(162, 162, 162, 0.6);
}

/*
 * Admin UI
 */
/* line 11, app/assets/stylesheets/web/_group_permissions.css.scss */
.group_permissions_form_fields {
  margin: 20px -20px 0 -20px;
  border-bottom: solid 1px rgba(128, 128, 128, 0.2);
  border-top: solid 1px rgba(128, 128, 128, 0.2);
  padding: 20px;
  /*
   * Styling the first checkbox "Allow all users" which works backwards
   */
}

/* line 17, app/assets/stylesheets/web/_group_permissions.css.scss */
.group_permissions_form_fields label {
  padding-top: 10px;
}

/* line 19, app/assets/stylesheets/web/_group_permissions.css.scss */
.group_permissions_form_fields .group_permissions_choices {
  padding: 10px 0;
}

/* line 23, app/assets/stylesheets/web/_group_permissions.css.scss */
.group_permissions_form_fields .group_permissions_choice {
  display: inline-block;
}

/* line 26, app/assets/stylesheets/web/_group_permissions.css.scss */
.group_permissions_form_fields .group_permissions_choice input[type='checkbox'] {
  display: none;
}

/* line 30, app/assets/stylesheets/web/_group_permissions.css.scss */
.group_permissions_form_fields .group_permissions_choice input[type='checkbox'] + label {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
  border: solid 1px rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.1);
  padding: 5px 10px;
  font-size: .6em;
  text-transform: uppercase;
  transition: background-color .1s ease-in;
  border-radius: 2px;
}

/* line 42, app/assets/stylesheets/web/_group_permissions.css.scss */
.group_permissions_form_fields .group_permissions_choice input[type='checkbox'] + label .fa {
  width: 10px;
}

/* line 44, app/assets/stylesheets/web/_group_permissions.css.scss */
.group_permissions_form_fields .group_permissions_choice input[type='checkbox'] + label .fa-check {
  display: none;
}

/* line 45, app/assets/stylesheets/web/_group_permissions.css.scss */
.group_permissions_form_fields .group_permissions_choice input[type='checkbox'] + label .fa-times {
  display: inline-block;
}

/* line 49, app/assets/stylesheets/web/_group_permissions.css.scss */
.group_permissions_form_fields .group_permissions_choice input[type='checkbox'] + label:hover .fa-check {
  display: inline-block;
}

/* line 50, app/assets/stylesheets/web/_group_permissions.css.scss */
.group_permissions_form_fields .group_permissions_choice input[type='checkbox'] + label:hover .fa-times {
  display: none;
}

/* line 53, app/assets/stylesheets/web/_group_permissions.css.scss */
.group_permissions_form_fields .group_permissions_choice input[type='checkbox']:checked + label {
  color: white;
  background-color: #c20b0b;
}

/* line 57, app/assets/stylesheets/web/_group_permissions.css.scss */
.group_permissions_form_fields .group_permissions_choice input[type='checkbox']:checked + label .fa-check {
  display: inline-block;
}

/* line 58, app/assets/stylesheets/web/_group_permissions.css.scss */
.group_permissions_form_fields .group_permissions_choice input[type='checkbox']:checked + label .fa-times {
  display: none;
}

/* line 62, app/assets/stylesheets/web/_group_permissions.css.scss */
.group_permissions_form_fields .group_permissions_choice input[type='checkbox']:checked + label:hover .fa-check {
  display: none;
}

/* line 63, app/assets/stylesheets/web/_group_permissions.css.scss */
.group_permissions_form_fields .group_permissions_choice input[type='checkbox']:checked + label:hover .fa-times {
  display: inline-block;
}

/* line 70, app/assets/stylesheets/web/_group_permissions.css.scss */
.group_permissions_form_fields .group_permissions_all_users {
  display: inline-block;
}

/* line 73, app/assets/stylesheets/web/_group_permissions.css.scss */
.group_permissions_form_fields .group_permissions_all_users input[type='checkbox'] {
  display: none;
}

/* line 77, app/assets/stylesheets/web/_group_permissions.css.scss */
.group_permissions_form_fields .group_permissions_all_users input[type='checkbox'] + label {
  border: solid 1px rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.1);
  color: white;
  background-color: #c20b0b;
}

/* line 83, app/assets/stylesheets/web/_group_permissions.css.scss */
.group_permissions_form_fields .group_permissions_all_users input[type='checkbox'] + label .fa {
  width: 10px;
}

/* line 85, app/assets/stylesheets/web/_group_permissions.css.scss */
.group_permissions_form_fields .group_permissions_all_users input[type='checkbox'] + label .fa-check {
  display: inline-block;
}

/* line 86, app/assets/stylesheets/web/_group_permissions.css.scss */
.group_permissions_form_fields .group_permissions_all_users input[type='checkbox'] + label .fa-times {
  display: none;
}

/* line 90, app/assets/stylesheets/web/_group_permissions.css.scss */
.group_permissions_form_fields .group_permissions_all_users input[type='checkbox'] + label:hover .fa-check {
  display: none;
}

/* line 91, app/assets/stylesheets/web/_group_permissions.css.scss */
.group_permissions_form_fields .group_permissions_all_users input[type='checkbox'] + label:hover .fa-times {
  display: inline-block;
}

/* line 94, app/assets/stylesheets/web/_group_permissions.css.scss */
.group_permissions_form_fields .group_permissions_all_users input[type='checkbox']:checked + label {
  border-color: rgba(0, 0, 0, 0.2) !important;
  background-color: rgba(0, 0, 0, 0.1) !important;
  color: inherit !important;
}

/* line 100, app/assets/stylesheets/web/_group_permissions.css.scss */
.group_permissions_form_fields .group_permissions_all_users input[type='checkbox']:checked + label .fa-check {
  display: none;
}

/* line 101, app/assets/stylesheets/web/_group_permissions.css.scss */
.group_permissions_form_fields .group_permissions_all_users input[type='checkbox']:checked + label .fa-times {
  display: inline-block;
}

/* line 105, app/assets/stylesheets/web/_group_permissions.css.scss */
.group_permissions_form_fields .group_permissions_all_users input[type='checkbox']:checked + label:hover .fa-check {
  display: inline-block;
}

/* line 106, app/assets/stylesheets/web/_group_permissions.css.scss */
.group_permissions_form_fields .group_permissions_all_users input[type='checkbox']:checked + label:hover .fa-times {
  display: none;
}

/* line 8, app/assets/stylesheets/web/_letter_templates.css.scss */
#letters-templates .node {
  position: relative;
  padding: 12px 20px;
}

/* line 12, app/assets/stylesheets/web/_letter_templates.css.scss */
#letters-templates .node:before {
  content: " ";
  position: absolute;
  border-left: dashed 1px #e6e6e6;
  height: 100%;
  top: 0;
  margin-left: -20px;
}

/* line 22, app/assets/stylesheets/web/_letter_templates.css.scss */
#letters-templates .letters-templates-browse &gt; li &gt; .node:before {
  display: none;
}

/* line 24, app/assets/stylesheets/web/_letter_templates.css.scss */
#letters-templates .letters-templates-browse {
  margin: 0 -20px;
}

/* line 28, app/assets/stylesheets/web/_letter_templates.css.scss */
#letters-templates .letters-templates-search .node-template {
  padding-left: 0;
  padding-right: 0;
}

/* line 32, app/assets/stylesheets/web/_letter_templates.css.scss */
#letters-templates .letters-templates-search .node-template:before {
  display: none;
}

/* line 37, app/assets/stylesheets/web/_letter_templates.css.scss */
#letters-templates li:first-child &gt; .node-template {
  padding-top: 20px;
}

/* line 40, app/assets/stylesheets/web/_letter_templates.css.scss */
#letters-templates li:last-child &gt; .node-template {
  padding-bottom: 20px;
}

/* line 44, app/assets/stylesheets/web/_letter_templates.css.scss */
#letters-templates .node-directory {
  margin-top: -1px;
  border-bottom: solid 1px #e6e6e6;
  border-top: solid 1px #e6e6e6;
  cursor: pointer;
}

/* line 53, app/assets/stylesheets/web/_letter_templates.css.scss */
#letters-templates ul .node {
  padding-left: 50px;
}

/* line 54, app/assets/stylesheets/web/_letter_templates.css.scss */
#letters-templates ul ul .node {
  padding-left: 75px;
}

/* line 55, app/assets/stylesheets/web/_letter_templates.css.scss */
#letters-templates ul ul ul .node {
  padding-left: 100px;
}

/* line 56, app/assets/stylesheets/web/_letter_templates.css.scss */
#letters-templates ul ul ul ul .node {
  padding-left: 125px;
}

/* line 57, app/assets/stylesheets/web/_letter_templates.css.scss */
#letters-templates ul ul ul ul ul .node {
  padding-left: 150px;
}

/* line 60, app/assets/stylesheets/web/_letter_templates.css.scss */
#letters-templates .btn {
  margin-top: 10px;
}

/* line 64, app/assets/stylesheets/web/_letter_templates.css.scss */
#letters-templates .fa {
  position: absolute;
  font-size: 1.2rem;
}

/* line 69, app/assets/stylesheets/web/_letter_templates.css.scss */
#letters-templates .node-content {
  padding-left: 30px;
}

/* line 73, app/assets/stylesheets/web/_letter_templates.css.scss */
#letters-templates .loader {
  position: absolute;
  right: 20px;
  top: 15px;
}

/* line 79, app/assets/stylesheets/web/_letter_templates.css.scss */
#letters-templates .initial-loader {
  padding-left: 20px;
}

/* line 86, app/assets/stylesheets/web/_letter_templates.css.scss */
.letters-templates-search .search-input {
  max-width: 200px;
}

/* line 90, app/assets/stylesheets/web/_letter_templates.css.scss */
.letters-templates-search .no-results-hint {
  margin-top: 20px;
}

/* line 94, app/assets/stylesheets/web/_letter_templates.css.scss */
.letters-templates-search input, .letters-templates-search img {
  vertical-align: middle;
}

/* line 98, app/assets/stylesheets/web/_letter_templates.css.scss */
.letters-templates-search img {
  padding: 3px;
}

/* line 2, app/assets/stylesheets/web/_offers.css.scss */
.offers .offers-filter {
  margin-bottom: 20px;
}

/* line 6, app/assets/stylesheets/web/_offers.css.scss */
.offers .offers-filter__message {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 5px;
}

/* line 13, app/assets/stylesheets/web/_offers.css.scss */
.offers .offers-filter-input {
  transition: all 0.2s ease-in-out;
}

/* line 17, app/assets/stylesheets/web/_offers.css.scss */
.offers .filter-active {
  border: solid 3px var(--main-color);
  border-radius: 3px;
  margin: 0 -3px;
}

/* line 23, app/assets/stylesheets/web/_offers.css.scss */
.offers .offer-category-container {
  margin-bottom: 20px;
}

/* line 27, app/assets/stylesheets/web/_offers.css.scss */
.offers .offer-category {
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 120%;
}

/* line 33, app/assets/stylesheets/web/_offers.css.scss */
.offers .offer-container {
  margin-bottom: 12px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* line 40, app/assets/stylesheets/web/_offers.css.scss */
.offers .offer {
  width: 100%;
  float: left;
  margin-right: 1.69492%;
  margin-top: 5px;
  margin-bottom: 5px;
  border-top: solid 1px rgba(140, 140, 140, 0.15);
  border-bottom: solid 1px rgba(140, 140, 140, 0.15);
  border-radius: 2px 2px 0 0;
  padding: 5px;
  background: rgba(158, 158, 158, 0.11);
}

@media (max-width: 400px) {
  /* line 40, app/assets/stylesheets/web/_offers.css.scss */
  .offers .offer {
    padding: 3px 0;
  }
}

/* line 56, app/assets/stylesheets/web/_offers.css.scss */
.offers .offer__see-all-variants {
  text-decoration: underline;
  cursor: pointer;
}

/* line 61, app/assets/stylesheets/web/_offers.css.scss */
.offers .offer-variant {
  color: rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 8px;
  justify-content: space-between;
  padding: 9px;
  border: solid 1px #f3f3f3;
  border-radius: 2px;
  box-shadow: 0 1px 3px whitesmoke;
  transition: all 0.2s ease-in-out;
}

/* line 74, app/assets/stylesheets/web/_offers.css.scss */
.offers .offer-variant.active {
  border: solid 1px #d4d4d4;
  box-shadow: 0 2px 4px #ececec;
}

/* line 82, app/assets/stylesheets/web/_offers.css.scss */
.offers .offer-variant__top {
  display: flex;
  justify-content: space-between;
}

/* line 87, app/assets/stylesheets/web/_offers.css.scss */
.offers .offer-variant__bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 5px;
  border-top: solid 1px whitesmoke;
  padding-top: 5px;
}

/* line 96, app/assets/stylesheets/web/_offers.css.scss */
.offers .offer-variant__quantity {
  flex-shrink: 0;
  margin-left: 2px;
}

/* line 100, app/assets/stylesheets/web/_offers.css.scss */
.offers .offer-variant__quantity.active {
  font-weight: bold;
}

/* line 106, app/assets/stylesheets/web/_offers.css.scss */
.offers .offer-variant__total.active {
  font-weight: bold;
}

/* line 111, app/assets/stylesheets/web/_offers.css.scss */
.offers .offer-variant__remaining {
  margin-top: 4px;
  color: red;
  font-style: italic;
}

/* line 118, app/assets/stylesheets/web/_offers.css.scss */
.offers .submit-section {
  position: sticky;
  bottom: 0;
  background: white;
  margin: 0 -20px -20px -20px;
  padding: 20px 20px 20px 20px;
  border-top: solid 1px rgba(128, 128, 128, 0.2);
}

/* line 126, app/assets/stylesheets/web/_offers.css.scss */
.offers .submit-section .btn {
  margin-top: 0;
}

/* line 130, app/assets/stylesheets/web/_offers.css.scss */
.offers .submit-section.booked {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}

/* line 137, app/assets/stylesheets/web/_offers.css.scss */
.offers .booking-total {
  margin: 0 -20px;
  border-top: solid 1px rgba(128, 128, 128, 0.2);
  border-bottom: none;
  padding: 20px 20px;
  font-weight: bold;
}

/* line 1, app/assets/stylesheets/web/_bookings.css.scss */
.booking-total {
  font-weight: bold;
  border-top: solid 1px rgba(128, 128, 128, 0.2);
  border-bottom: solid 1px rgba(128, 128, 128, 0.2);
  padding: 5px 0;
}

/* line 8, app/assets/stylesheets/web/_bookings.css.scss */
.booking-archive-button .inactive {
  display: none;
}

/* line 1, app/assets/stylesheets/web/_surveys.css.scss */
.survey-embed {
  width: 100%;
  min-height: 600px;
}

/* line 1, app/assets/stylesheets/web/_news_carousel.css.scss */
.news-carousel-wrapper {
  margin: 0 20px 10px 20px;
}

/* line 5, app/assets/stylesheets/web/_news_carousel.css.scss */
.news-carousel {
  width: 100%;
}

/* line 8, app/assets/stylesheets/web/_news_carousel.css.scss */
.news-carousel .carousel-cell {
  width: 100%;
}

/* line 12, app/assets/stylesheets/web/_news_carousel.css.scss */
.news-carousel .flickity-page-dots {
  display: none;
}

/* line 13, app/assets/stylesheets/web/_news_carousel.css.scss */
.news-carousel .flickity-prev-next-button {
  display: none;
}

/* line 15, app/assets/stylesheets/web/_news_carousel.css.scss */
.news-carousel__picture {
  min-height: 150px;
  margin: 20px -20px -20px -20px;
  background-size: cover;
  background-position: center;
  padding: 20px;
  border-radius: 0 0 2px 2px;
}

/* line 4, app/assets/stylesheets/web/_reactions.css.scss */
.reactions .results {
  margin: 20px -20px -20px -20px;
  display: flex;
  border-top: solid 1px #e8e8e88c;
}

/* line 10, app/assets/stylesheets/web/_reactions.css.scss */
.reactions .feeling-box {
  padding: 10px 17px;
  border-right: solid 1px #e8e8e88c;
  font-size: 16px;
  cursor: pointer;
}

@media (max-width: 400px) {
  /* line 10, app/assets/stylesheets/web/_reactions.css.scss */
  .reactions .feeling-box {
    padding: 7px 13px;
  }
}

/* line 20, app/assets/stylesheets/web/_reactions.css.scss */
.reactions .feeling-box.current-user-reaction {
  background-color: #e8e8e847;
}

/* line 24, app/assets/stylesheets/web/_reactions.css.scss */
.reactions .feeling-box:hover {
  background-color: #e8e8e847;
}

/* line 27, app/assets/stylesheets/web/_reactions.css.scss */
.reactions .feeling-box:hover .inactive {
  opacity: 1;
}

/* line 31, app/assets/stylesheets/web/_reactions.css.scss */
.reactions .feeling-box:hover .reaction-content {
  transform: scale(1.1) perspective(1px);
  transition: all .1s ease-in-out;
}

/* line 39, app/assets/stylesheets/web/_reactions.css.scss */
.reactions .feeling-box .inactive {
  opacity: .3;
}

/* line 44, app/assets/stylesheets/web/_reactions.css.scss */
.reactions .feeling-count {
  font-size: 12px;
  font-weight: 600;
  opacity: .4;
}

/* line 1, app/assets/stylesheets/web/_radio_colors.css.scss */
.radio-color {
  display: inline-block;
}

/* line 4, app/assets/stylesheets/web/_radio_colors.css.scss */
.radio-color label {
  width: 40px;
  height: 40px;
  background-color: #5fa648;
  margin-right: 10px;
  border: solid 3px transparent;
  color: transparent;
  transition: all .2s ease-in-out;
  border-radius: 2px;
}

/* line 16, app/assets/stylesheets/web/_radio_colors.css.scss */
.radio-color input {
  opacity: 0;
}

/* line 20, app/assets/stylesheets/web/_radio_colors.css.scss */
.radio-color input[type="radio"]:hover + label {
  border-color: rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* line 25, app/assets/stylesheets/web/_radio_colors.css.scss */
.radio-color input[type="radio"]:checked + label {
  border-color: rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* line 2, app/assets/stylesheets/web/_suggestions-cta.css.scss */
.suggestions-cta .form {
  margin: 0;
  padding: 0;
  box-shadow: none;
}

/* line 8, app/assets/stylesheets/web/_suggestions-cta.css.scss */
.suggestions-cta label {
  font-size: 1.2em;
  padding: 10px 0 5px 0;
}

/* line 13, app/assets/stylesheets/web/_suggestions-cta.css.scss */
.suggestions-cta input[type="submit"] {
  min-width: 140px;
  line-height: normal;
  display: inline-block;
  margin: 10px 3px 0 0;
  padding: 10px 22px;
}

/* line 21, app/assets/stylesheets/web/_suggestions-cta.css.scss */
.suggestions-cta .suggestions-disclaimer {
  margin-bottom: 8px;
}

/* line 1, app/assets/stylesheets/shared/_flash.css.scss */
.flash {
  position: relative;
  z-index: 1;
  border-width: 1px;
  border-style: solid;
}

/* line 7, app/assets/stylesheets/shared/_flash.css.scss */
.flash--success {
  border-color: #5fa648;
  color: #5fa648;
  background: #fafff7;
}

/* line 13, app/assets/stylesheets/shared/_flash.css.scss */
.flash--error {
  border-color: #e32020;
  color: #e32020;
  background: #fff7f7;
}

/* line 1, app/assets/stylesheets/shared/_search.css.scss */
.search-box {
  margin: 20px;
  background-color: white;
}

/* line 5, app/assets/stylesheets/shared/_search.css.scss */
.search-box .no-results {
  padding-top: 5px;
  color: #a2a2a2;
}

/* line 11, app/assets/stylesheets/shared/_search.css.scss */
.search-box .search-input::-ms-clear {
  display: none;
}

@media all and (-ms-high-contrast: none) {
  /* line 1, app/assets/stylesheets/shared/_search.css.scss */
  .search-box {
    /* IE10 */
    /* IE11 */
  }
  /* line 18, app/assets/stylesheets/shared/_search.css.scss */
  .search-box .search-input {
    height: 32px;
  }
  /* line 19, app/assets/stylesheets/shared/_search.css.scss */
  .search-box *::-ms-backdrop, .search-box .search-input {
    height: 32px;
  }
  /* line 21, app/assets/stylesheets/shared/_search.css.scss */
  .search-box .search-clear {
    display: none;
  }
  /* line 22, app/assets/stylesheets/shared/_search.css.scss */
  .search-box *::-ms-backdrop, .search-box .search-clear {
    display: none;
  }
}

/* line 26, app/assets/stylesheets/shared/_search.css.scss */
.search-box .search-result {
  display: block;
  padding: 5px 5px;
  margin: 0 -5px;
  text-decoration: none;
  color: inherit;
  border-radius: 2px;
  display: flex;
}

/* line 35, app/assets/stylesheets/shared/_search.css.scss */
.search-box .search-result:hover {
  background-color: rgba(0, 0, 0, 0.04);
}

/* line 39, app/assets/stylesheets/shared/_search.css.scss */
.search-box .search-result__title {
  color: var(--main-color);
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

/* line 47, app/assets/stylesheets/shared/_search.css.scss */
.search-box .search-result__icon__inner {
  margin-right: 10px;
  height: 40px;
  width: 40px;
  background-color: rgba(208, 208, 208, 0.22);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 58, app/assets/stylesheets/shared/_search.css.scss */
.search-box .search-result__icon .fa {
  font-size: 20px;
  color: #383838;
}

/* line 68, app/assets/stylesheets/shared/_search.css.scss */
.search-box .search-result__details {
  color: #a2a2a2;
}

/* Froala rich text editor override */
/* line 626, app/assets/stylesheets/application.css.scss */
.froala-editor button {
  box-shadow: none;
}

/* line 627, app/assets/stylesheets/application.css.scss */
.dark-theme .froala-element {
  min-height: 150px;
  border: solid 1px #e2e2e2 !important;
  border-radius: 2px;
}

/* line 633, app/assets/stylesheets/application.css.scss */
.field_with_errors .dark-theme .froala-element {
  border: solid 2px #c0392b !important;
}

/* line 637, app/assets/stylesheets/application.css.scss */
.dark-theme .froala-editor {
  border-top: none;
  border-radius: 2px 2px 0 0;
}

/* line 643, app/assets/stylesheets/application.css.scss */
table.table-widget {
  width: 100%;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
}

/* line 649, app/assets/stylesheets/application.css.scss */
table.table-widget thead td {
  font-weight: bold;
  color: white;
}

/* line 653, app/assets/stylesheets/application.css.scss */
table.table-widget thead td:first-child {
  border-top-left-radius: 2px;
}

/* line 654, app/assets/stylesheets/application.css.scss */
table.table-widget thead td:last-child {
  border-top-right-radius: 2px;
}

/* line 658, app/assets/stylesheets/application.css.scss */
table.table-widget tr.even {
  background: #f7f7f7;
  border-top: solid 1px #f7f7f7;
}

/* line 662, app/assets/stylesheets/application.css.scss */
table.table-widget tr.odd {
  background: white;
  border-top: solid 1px white;
}

/* line 668, app/assets/stylesheets/application.css.scss */
table.table-widget tr.odd:hover, table.table-widget tr.even:hover {
  background: #ececec;
  border-top-color: #dcdcdc;
}

/* line 673, app/assets/stylesheets/application.css.scss */
table.table-widget tr:first-child.odd:hover, table.table-widget tr:first-child.even:hover {
  border-bottom-left-radius: 0;
}

/* line 674, app/assets/stylesheets/application.css.scss */
table.table-widget tr:last-child.odd:hover, table.table-widget tr:last-child.even:hover {
  border-bottom-right-radius: 0;
}

/* line 677, app/assets/stylesheets/application.css.scss */
table.table-widget td {
  padding: 4px 10px;
}

/* line 681, app/assets/stylesheets/application.css.scss */
table.table-widget td.right {
  text-align: right;
}

/* line 686, app/assets/stylesheets/application.css.scss */
.tabs-header {
  margin-bottom: 20px;
  margin-left: -20px;
  margin-right: -20px;
  border-bottom: solid 1px #e6e6e6;
  padding: 0 20px;
}

/* line 693, app/assets/stylesheets/application.css.scss */
.tabs-header li {
  display: inline-block;
  margin-left: -1px;
  border: solid 1px #e6e6e6;
  border-bottom: none;
  padding: 10px 27px;
  cursor: pointer;
}

/* line 704, app/assets/stylesheets/application.css.scss */
.tabs-header li a {
  display: inline-block;
  margin: -10px -27px;
  padding: 10px 27px;
  color: inherit;
  text-decoration: none;
}

/* line 712, app/assets/stylesheets/application.css.scss */
.tabs-header li.active {
  margin-bottom: -1px;
  border: solid 1px #e6e6e6;
  border-bottom: solid 1px white;
  border-top: solid 3px;
  background: white;
  font-weight: bold;
}

/* line 724, app/assets/stylesheets/application.css.scss */
.presentation-ce {
  position: relative;
  max-width: 380px;
  margin: 0 0 0 auto;
  background: rgba(255, 255, 255, 0.7);
  padding: 20px;
  box-shadow: 0 2px 10px #0000004a;
  border-radius: 4px;
  backdrop-filter: blur(5px);
}

@media (max-width: 740px) {
  /* line 724, app/assets/stylesheets/application.css.scss */
  .presentation-ce {
    margin: 0;
    z-index: 1000;
    max-width: 100%;
    background: white;
  }
}

/* line 741, app/assets/stylesheets/application.css.scss */
.presentation-ce h1 {
  font-weight: bold;
}

/* line 746, app/assets/stylesheets/application.css.scss */
.draft-notice {
  position: absolute;
  padding: 5px 10px;
  z-index: 99999;
  right: 10px;
  top: 10px;
  border-radius: 2px;
  color: white;
}

/* line 755, app/assets/stylesheets/application.css.scss */
.draft-notice--no-cover {
  position: relative;
  top: 0;
  right: 0;
  margin-bottom: 20px;
}
</pre></body></html>