/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */

@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
.dropzone, .dropzone * {
  box-sizing: border-box; }

.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px; }
  .dropzone.dz-clickable {
    cursor: pointer; }
    .dropzone.dz-clickable * {
      cursor: default; }
    .dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
      cursor: pointer; }
  .dropzone.dz-started .dz-message {
    display: none; }
  .dropzone.dz-drag-hover {
    border-style: solid; }
    .dropzone.dz-drag-hover .dz-message {
      opacity: 0.5; }
  .dropzone .dz-message {
    text-align: center;
    margin: 2em 0; }
  .dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px; }
    .dropzone .dz-preview:hover {
      z-index: 1000; }
      .dropzone .dz-preview:hover .dz-details {
        opacity: 1; }
    .dropzone .dz-preview.dz-file-preview .dz-image {
      border-radius: 20px;
      background: #999;
      background: linear-gradient(to bottom, #eee, #ddd); }
    .dropzone .dz-preview.dz-file-preview .dz-details {
      opacity: 1; }
    .dropzone .dz-preview.dz-image-preview {
      background: white; }
      .dropzone .dz-preview.dz-image-preview .dz-details {
        -webkit-transition: opacity 0.2s linear;
        -moz-transition: opacity 0.2s linear;
        -ms-transition: opacity 0.2s linear;
        -o-transition: opacity 0.2s linear;
        transition: opacity 0.2s linear; }
    .dropzone .dz-preview .dz-remove {
      font-size: 14px;
      text-align: center;
      display: block;
      cursor: pointer;
      border: none; }
      .dropzone .dz-preview .dz-remove:hover {
        text-decoration: underline; }
    .dropzone .dz-preview:hover .dz-details {
      opacity: 1; }
    .dropzone .dz-preview .dz-details {
      z-index: 20;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      font-size: 13px;
      min-width: 100%;
      max-width: 100%;
      padding: 2em 1em;
      text-align: center;
      color: rgba(0, 0, 0, 0.9);
      line-height: 150%; }
      .dropzone .dz-preview .dz-details .dz-size {
        margin-bottom: 1em;
        font-size: 16px; }
      .dropzone .dz-preview .dz-details .dz-filename {
        white-space: nowrap; }
        .dropzone .dz-preview .dz-details .dz-filename:hover span {
          border: 1px solid rgba(200, 200, 200, 0.8);
          background-color: rgba(255, 255, 255, 0.8); }
        .dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
          overflow: hidden;
          text-overflow: ellipsis; }
          .dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
            border: 1px solid transparent; }
      .dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
        background-color: rgba(255, 255, 255, 0.4);
        padding: 0 0.4em;
        border-radius: 3px; }
    .dropzone .dz-preview:hover .dz-image img {
      -webkit-transform: scale(1.05, 1.05);
      -moz-transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
      -o-transform: scale(1.05, 1.05);
      transform: scale(1.05, 1.05);
      -webkit-filter: blur(8px);
      filter: blur(8px); }
    .dropzone .dz-preview .dz-image {
      border-radius: 20px;
      overflow: hidden;
      width: 120px;
      height: 120px;
      position: relative;
      display: block;
      z-index: 10; }
      .dropzone .dz-preview .dz-image img {
        display: block; }
    .dropzone .dz-preview.dz-success .dz-success-mark {
      -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone .dz-preview.dz-error .dz-error-mark {
      opacity: 1;
      -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
      pointer-events: none;
      opacity: 0;
      z-index: 500;
      position: absolute;
      display: block;
      top: 50%;
      left: 50%;
      margin-left: -27px;
      margin-top: -27px; }
      .dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
        display: block;
        width: 54px;
        height: 54px; }
    .dropzone .dz-preview.dz-processing .dz-progress {
      opacity: 1;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .dropzone .dz-preview.dz-complete .dz-progress {
      opacity: 0;
      -webkit-transition: opacity 0.4s ease-in;
      -moz-transition: opacity 0.4s ease-in;
      -ms-transition: opacity 0.4s ease-in;
      -o-transition: opacity 0.4s ease-in;
      transition: opacity 0.4s ease-in; }
    .dropzone .dz-preview:not(.dz-processing) .dz-progress {
      -webkit-animation: pulse 6s ease infinite;
      -moz-animation: pulse 6s ease infinite;
      -ms-animation: pulse 6s ease infinite;
      -o-animation: pulse 6s ease infinite;
      animation: pulse 6s ease infinite; }
    .dropzone .dz-preview .dz-progress {
      opacity: 1;
      z-index: 1000;
      pointer-events: none;
      position: absolute;
      height: 16px;
      left: 50%;
      top: 50%;
      margin-top: -8px;
      width: 80px;
      margin-left: -40px;
      background: rgba(255, 255, 255, 0.9);
      -webkit-transform: scale(1);
      border-radius: 8px;
      overflow: hidden; }
      .dropzone .dz-preview .dz-progress .dz-upload {
        background: #333;
        background: linear-gradient(to bottom, #666, #444);
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 0;
        -webkit-transition: width 300ms ease-in-out;
        -moz-transition: width 300ms ease-in-out;
        -ms-transition: width 300ms ease-in-out;
        -o-transition: width 300ms ease-in-out;
        transition: width 300ms ease-in-out; }
    .dropzone .dz-preview.dz-error .dz-error-message {
      display: block; }
    .dropzone .dz-preview.dz-error:hover .dz-error-message {
      opacity: 1;
      pointer-events: auto; }
    .dropzone .dz-preview .dz-error-message {
      pointer-events: none;
      z-index: 1000;
      position: absolute;
      display: block;
      display: none;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      -moz-transition: opacity 0.3s ease;
      -ms-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      border-radius: 8px;
      font-size: 13px;
      top: 130px;
      left: -10px;
      width: 140px;
      background: #be2626;
      background: linear-gradient(to bottom, #be2626, #a92222);
      padding: 0.5em 1.2em;
      color: white; }
      .dropzone .dz-preview .dz-error-message:after {
        content: '';
        position: absolute;
        top: -6px;
        left: 64px;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #be2626; }
/* jquery.Jcrop.css v0.9.12 - MIT License */
/*
  The outer-most container in a typical Jcrop instance
  If you are having difficulty with formatting related to styles
  on a parent element, place any fixes here or in a like selector

  You can also style this element if you want to add a border, etc
  A better method for styling can be seen below with .jcrop-light
  (Add a class to the holder and style elements for that extended class)
*/

.jcrop-holder {
  direction: ltr;
  text-align: left;
}
/* Selection Border */
.jcrop-vline,
.jcrop-hline {
  background: #ffffff url(/assets/Jcrop-752309673bbd9d9b2ba0bd58d0a7071a2c59c30e2824d85bcd2a3bc0a07ef1f1.gif);
  font-size: 0;
  position: absolute;
}
.jcrop-vline {
  height: 100%;
  width: 1px !important;
}
.jcrop-vline.right {
  right: 0;
}
.jcrop-hline {
  height: 1px !important;
  width: 100%;
}
.jcrop-hline.bottom {
  bottom: 0;
}
/* Invisible click targets */
.jcrop-tracker {
  height: 100%;
  width: 100%;
  /* "turn off" link highlight */
  -webkit-tap-highlight-color: transparent;
  /* disable callout, image save panel */
  -webkit-touch-callout: none;
  /* disable cut copy paste */
  -webkit-user-select: none;
}
/* Selection Handles */
.jcrop-handle {
  background-color: #333333;
  border: 1px #eeeeee solid;
  width: 7px;
  height: 7px;
  font-size: 1px;
}
.jcrop-handle.ord-n {
  left: 50%;
  margin-left: -4px;
  margin-top: -4px;
  top: 0;
}
.jcrop-handle.ord-s {
  bottom: 0;
  left: 50%;
  margin-bottom: -4px;
  margin-left: -4px;
}
.jcrop-handle.ord-e {
  margin-right: -4px;
  margin-top: -4px;
  right: 0;
  top: 50%;
}
.jcrop-handle.ord-w {
  left: 0;
  margin-left: -4px;
  margin-top: -4px;
  top: 50%;
}
.jcrop-handle.ord-nw {
  left: 0;
  margin-left: -4px;
  margin-top: -4px;
  top: 0;
}
.jcrop-handle.ord-ne {
  margin-right: -4px;
  margin-top: -4px;
  right: 0;
  top: 0;
}
.jcrop-handle.ord-se {
  bottom: 0;
  margin-bottom: -4px;
  margin-right: -4px;
  right: 0;
}
.jcrop-handle.ord-sw {
  bottom: 0;
  left: 0;
  margin-bottom: -4px;
  margin-left: -4px;
}
/* Dragbars */
.jcrop-dragbar.ord-n,
.jcrop-dragbar.ord-s {
  height: 7px;
  width: 100%;
}
.jcrop-dragbar.ord-e,
.jcrop-dragbar.ord-w {
  height: 100%;
  width: 7px;
}
.jcrop-dragbar.ord-n {
  margin-top: -4px;
}
.jcrop-dragbar.ord-s {
  bottom: 0;
  margin-bottom: -4px;
}
.jcrop-dragbar.ord-e {
  margin-right: -4px;
  right: 0;
}
.jcrop-dragbar.ord-w {
  margin-left: -4px;
}
/* The "jcrop-light" class/extension */
.jcrop-light .jcrop-vline,
.jcrop-light .jcrop-hline {
  background: #ffffff;
  filter: alpha(opacity=70) !important;
  opacity: .70!important;
}
.jcrop-light .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #000000;
  border-color: #ffffff;
  border-radius: 3px;
}
/* The "jcrop-dark" class/extension */
.jcrop-dark .jcrop-vline,
.jcrop-dark .jcrop-hline {
  background: #000000;
  filter: alpha(opacity=70) !important;
  opacity: 0.7 !important;
}
.jcrop-dark .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #ffffff;
  border-color: #000000;
  border-radius: 3px;
}
/* Simple macro to turn off the antlines */
.solid-line .jcrop-vline,
.solid-line .jcrop-hline {
  background: #ffffff;
}
/* Fix for twitter bootstrap et al. */
.jcrop-holder img,
img.jcrop-preview {
  max-width: none;
}
/**
 * jQuery Timepicker - v1.3.5 - 2016-07-10
 * http://timepicker.co
 *
 * Enhances standard form input fields helping users to select (or type) times.
 *
 * Copyright (c) 2016 Willington Vega; Licensed MIT, GPL
 */



.ui-timepicker-container{position:absolute;overflow:hidden;box-sizing:border-box}.ui-timepicker{box-sizing:content-box;display:block;height:205px;list-style:none outside none;margin:0;padding:0 1px;text-align:center}.ui-timepicker-viewport{box-sizing:content-box;display:block;height:205px;margin:0;padding:0;overflow:auto;overflow-x:hidden}.ui-timepicker-standard{font-family:Verdana,Arial,sans-serif;font-size:1.1em;background-color:#FFF;border:1px solid #AAA;color:#222;margin:0;padding:2px}.ui-timepicker-standard a{border:1px solid transparent;color:#222;display:block;padding:.2em .4em;text-decoration:none}.ui-timepicker-standard .ui-state-hover{background-color:#DADADA;border:1px solid #999;font-weight:400;color:#212121}.ui-timepicker-standard .ui-menu-item{margin:0;padding:0}.ui-timepicker-corners,.ui-timepicker-corners .ui-corner-all{-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}.ui-timepicker-hidden{display:none}.ui-timepicker-no-scrollbar .ui-timepicker{border:0}
/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */

.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0,0,0,0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: 'Save';
  padding-right: 0px;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }
/*
 * CSS File of Material icons.
 * CSS code based on:
 * https://github.com/google/material-design-icons
 */




/* Use the font */

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url(/assets/material-icons-regular-6ef400218c049f35a1c5697d1149b55019994e21031c80fb615ebb4a0fb0fce1.woff2) format('woff2'),
       url(/assets/material-icons-regular-1bb8c10c81c7a88ca7d7d2629defc3b5df7cade804cfc7b9864eef62258c52b4.woff) format('woff');
}

/* Base class */
.material-icons,
.mi {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
}
.flatpickr-calendar{background:transparent;opacity:0;display:none;text-align:center;visibility:hidden;padding:0;-webkit-animation:none;animation:none;direction:ltr;border:0;font-size:14px;line-height:24px;border-radius:5px;position:absolute;width:307.875px;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-touch-action:manipulation;touch-action:manipulation;background:#fff;-webkit-box-shadow:1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,0.08);box-shadow:1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,0.08)}.flatpickr-calendar.open,.flatpickr-calendar.inline{opacity:1;max-height:640px;visibility:visible}.flatpickr-calendar.open{display:inline-block;z-index:99999}.flatpickr-calendar.animate.open{-webkit-animation:fpFadeInDown 300ms cubic-bezier(.23,1,.32,1);animation:fpFadeInDown 300ms cubic-bezier(.23,1,.32,1)}.flatpickr-calendar.inline{display:block;position:relative;top:2px}.flatpickr-calendar.static{position:absolute;top:calc(100% + 2px)}.flatpickr-calendar.static.open{z-index:999;display:block}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7){-webkit-box-shadow:none !important;box-shadow:none !important}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1){-webkit-box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6;box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6}.flatpickr-calendar .hasWeeks .dayContainer,.flatpickr-calendar .hasTime .dayContainer{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.flatpickr-calendar .hasWeeks .dayContainer{border-left:0}.flatpickr-calendar.hasTime .flatpickr-time{height:40px;border-top:1px solid #e6e6e6}.flatpickr-calendar.noCalendar.hasTime .flatpickr-time{height:auto}.flatpickr-calendar:before,.flatpickr-calendar:after{position:absolute;display:block;pointer-events:none;border:solid transparent;content:'';height:0;width:0;left:22px}.flatpickr-calendar.rightMost:before,.flatpickr-calendar.arrowRight:before,.flatpickr-calendar.rightMost:after,.flatpickr-calendar.arrowRight:after{left:auto;right:22px}.flatpickr-calendar.arrowCenter:before,.flatpickr-calendar.arrowCenter:after{left:50%;right:50%}.flatpickr-calendar:before{border-width:5px;margin:0 -5px}.flatpickr-calendar:after{border-width:4px;margin:0 -4px}.flatpickr-calendar.arrowTop:before,.flatpickr-calendar.arrowTop:after{bottom:100%}.flatpickr-calendar.arrowTop:before{border-bottom-color:#e6e6e6}.flatpickr-calendar.arrowTop:after{border-bottom-color:#fff}.flatpickr-calendar.arrowBottom:before,.flatpickr-calendar.arrowBottom:after{top:100%}.flatpickr-calendar.arrowBottom:before{border-top-color:#e6e6e6}.flatpickr-calendar.arrowBottom:after{border-top-color:#fff}.flatpickr-calendar:focus{outline:0}.flatpickr-wrapper{position:relative;display:inline-block}.flatpickr-months{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.flatpickr-months .flatpickr-month{background:transparent;color:rgba(0,0,0,0.9);fill:rgba(0,0,0,0.9);height:34px;line-height:1;text-align:center;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.flatpickr-months .flatpickr-prev-month,.flatpickr-months .flatpickr-next-month{text-decoration:none;cursor:pointer;position:absolute;top:0;height:34px;padding:10px;z-index:3;color:rgba(0,0,0,0.9);fill:rgba(0,0,0,0.9)}.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,.flatpickr-months .flatpickr-next-month.flatpickr-disabled{display:none}.flatpickr-months .flatpickr-prev-month i,.flatpickr-months .flatpickr-next-month i{position:relative}.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,.flatpickr-months .flatpickr-next-month.flatpickr-prev-month{/*
      /*rtl:begin:ignore*/left:0/*
      /*rtl:end:ignore*/}/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,.flatpickr-months .flatpickr-next-month.flatpickr-next-month{/*
      /*rtl:begin:ignore*/right:0/*
      /*rtl:end:ignore*/}/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,.flatpickr-months .flatpickr-next-month:hover{color:#959ea9}.flatpickr-months .flatpickr-prev-month:hover svg,.flatpickr-months .flatpickr-next-month:hover svg{fill:#f64747}.flatpickr-months .flatpickr-prev-month svg,.flatpickr-months .flatpickr-next-month svg{width:14px;height:14px}.flatpickr-months .flatpickr-prev-month svg path,.flatpickr-months .flatpickr-next-month svg path{-webkit-transition:fill .1s;transition:fill .1s;fill:inherit}.numInputWrapper{position:relative;height:auto}.numInputWrapper input,.numInputWrapper span{display:inline-block}.numInputWrapper input{width:100%}.numInputWrapper input::-ms-clear{display:none}.numInputWrapper input::-webkit-outer-spin-button,.numInputWrapper input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none}.numInputWrapper span{position:absolute;right:0;width:14px;padding:0 4px 0 2px;height:50%;line-height:50%;opacity:0;cursor:pointer;border:1px solid rgba(57,57,57,0.15);-webkit-box-sizing:border-box;box-sizing:border-box}.numInputWrapper span:hover{background:rgba(0,0,0,0.1)}.numInputWrapper span:active{background:rgba(0,0,0,0.2)}.numInputWrapper span:after{display:block;content:"";position:absolute}.numInputWrapper span.arrowUp{top:0;border-bottom:0}.numInputWrapper span.arrowUp:after{border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:4px solid rgba(57,57,57,0.6);top:26%}.numInputWrapper span.arrowDown{top:50%}.numInputWrapper span.arrowDown:after{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(57,57,57,0.6);top:40%}.numInputWrapper span svg{width:inherit;height:auto}.numInputWrapper span svg path{fill:rgba(0,0,0,0.5)}.numInputWrapper:hover{background:rgba(0,0,0,0.05)}.numInputWrapper:hover span{opacity:1}.flatpickr-current-month{font-size:135%;line-height:inherit;font-weight:300;color:inherit;position:absolute;width:75%;left:12.5%;padding:7.48px 0 0 0;line-height:1;height:34px;display:inline-block;text-align:center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.flatpickr-current-month span.cur-month{font-family:inherit;font-weight:700;color:inherit;display:inline-block;margin-left:.5ch;padding:0}.flatpickr-current-month span.cur-month:hover{background:rgba(0,0,0,0.05)}.flatpickr-current-month .numInputWrapper{width:6ch;width:7ch\0;display:inline-block}.flatpickr-current-month .numInputWrapper span.arrowUp:after{border-bottom-color:rgba(0,0,0,0.9)}.flatpickr-current-month .numInputWrapper span.arrowDown:after{border-top-color:rgba(0,0,0,0.9)}.flatpickr-current-month input.cur-year{background:transparent;-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;cursor:text;padding:0 0 0 .5ch;margin:0;display:inline-block;font-size:inherit;font-family:inherit;font-weight:300;line-height:inherit;height:auto;border:0;border-radius:0;vertical-align:initial;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.flatpickr-current-month input.cur-year:focus{outline:0}.flatpickr-current-month input.cur-year[disabled],.flatpickr-current-month input.cur-year[disabled]:hover{font-size:100%;color:rgba(0,0,0,0.5);background:transparent;pointer-events:none}.flatpickr-current-month .flatpickr-monthDropdown-months{appearance:menulist;background:transparent;border:none;border-radius:0;box-sizing:border-box;color:inherit;cursor:pointer;font-size:inherit;font-family:inherit;font-weight:300;height:auto;line-height:inherit;margin:-1px 0 0 0;outline:none;padding:0 0 0 .5ch;position:relative;vertical-align:initial;-webkit-box-sizing:border-box;-webkit-appearance:menulist;-moz-appearance:menulist;width:auto}.flatpickr-current-month .flatpickr-monthDropdown-months:focus,.flatpickr-current-month .flatpickr-monthDropdown-months:active{outline:none}.flatpickr-current-month .flatpickr-monthDropdown-months:hover{background:rgba(0,0,0,0.05)}.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month{background-color:transparent;outline:none;padding:0}.flatpickr-weekdays{background:transparent;text-align:center;overflow:hidden;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:28px}.flatpickr-weekdays .flatpickr-weekdaycontainer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}span.flatpickr-weekday{cursor:default;font-size:90%;background:transparent;color:rgba(0,0,0,0.54);line-height:1;margin:0;text-align:center;display:block;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;font-weight:bolder}.dayContainer,.flatpickr-weeks{padding:1px 0 0 0}.flatpickr-days{position:relative;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;width:307.875px}.flatpickr-days:focus{outline:0}.dayContainer{padding:0;outline:0;text-align:left;width:307.875px;min-width:307.875px;max-width:307.875px;-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;display:-ms-flexbox;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-wrap:wrap;-ms-flex-pack:justify;-webkit-justify-content:space-around;justify-content:space-around;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.dayContainer + .dayContainer{-webkit-box-shadow:-1px 0 0 #e6e6e6;box-shadow:-1px 0 0 #e6e6e6}.flatpickr-day{background:none;border:1px solid transparent;border-radius:150px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#393939;cursor:pointer;font-weight:400;width:14.2857143%;-webkit-flex-basis:14.2857143%;-ms-flex-preferred-size:14.2857143%;flex-basis:14.2857143%;max-width:39px;height:39px;line-height:39px;margin:0;display:inline-block;position:relative;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center}.flatpickr-day.inRange,.flatpickr-day.prevMonthDay.inRange,.flatpickr-day.nextMonthDay.inRange,.flatpickr-day.today.inRange,.flatpickr-day.prevMonthDay.today.inRange,.flatpickr-day.nextMonthDay.today.inRange,.flatpickr-day:hover,.flatpickr-day.prevMonthDay:hover,.flatpickr-day.nextMonthDay:hover,.flatpickr-day:focus,.flatpickr-day.prevMonthDay:focus,.flatpickr-day.nextMonthDay:focus{cursor:pointer;outline:0;background:#e6e6e6;border-color:#e6e6e6}.flatpickr-day.today{border-color:#959ea9}.flatpickr-day.today:hover,.flatpickr-day.today:focus{border-color:#959ea9;background:#959ea9;color:#fff}.flatpickr-day.selected,.flatpickr-day.startRange,.flatpickr-day.endRange,.flatpickr-day.selected.inRange,.flatpickr-day.startRange.inRange,.flatpickr-day.endRange.inRange,.flatpickr-day.selected:focus,.flatpickr-day.startRange:focus,.flatpickr-day.endRange:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange:hover,.flatpickr-day.endRange:hover,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.endRange.nextMonthDay{background:#569ff7;-webkit-box-shadow:none;box-shadow:none;color:#fff;border-color:#569ff7}.flatpickr-day.selected.startRange,.flatpickr-day.startRange.startRange,.flatpickr-day.endRange.startRange{border-radius:50px 0 0 50px}.flatpickr-day.selected.endRange,.flatpickr-day.startRange.endRange,.flatpickr-day.endRange.endRange{border-radius:0 50px 50px 0}.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)){-webkit-box-shadow:-10px 0 0 #569ff7;box-shadow:-10px 0 0 #569ff7}.flatpickr-day.selected.startRange.endRange,.flatpickr-day.startRange.startRange.endRange,.flatpickr-day.endRange.startRange.endRange{border-radius:50px}.flatpickr-day.inRange{border-radius:0;-webkit-box-shadow:-5px 0 0 #e6e6e6,5px 0 0 #e6e6e6;box-shadow:-5px 0 0 #e6e6e6,5px 0 0 #e6e6e6}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover,.flatpickr-day.prevMonthDay,.flatpickr-day.nextMonthDay,.flatpickr-day.notAllowed,.flatpickr-day.notAllowed.prevMonthDay,.flatpickr-day.notAllowed.nextMonthDay{color:rgba(57,57,57,0.3);background:transparent;border-color:transparent;cursor:default}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover{cursor:not-allowed;color:rgba(57,57,57,0.1)}.flatpickr-day.week.selected{border-radius:0;-webkit-box-shadow:-5px 0 0 #569ff7,5px 0 0 #569ff7;box-shadow:-5px 0 0 #569ff7,5px 0 0 #569ff7}.flatpickr-day.hidden{visibility:hidden}.rangeMode .flatpickr-day{margin-top:1px}.flatpickr-weekwrapper{float:left}.flatpickr-weekwrapper .flatpickr-weeks{padding:0 12px;-webkit-box-shadow:1px 0 0 #e6e6e6;box-shadow:1px 0 0 #e6e6e6}.flatpickr-weekwrapper .flatpickr-weekday{float:none;width:100%;line-height:28px}.flatpickr-weekwrapper span.flatpickr-day,.flatpickr-weekwrapper span.flatpickr-day:hover{display:block;width:100%;max-width:none;color:rgba(57,57,57,0.3);background:transparent;cursor:default;border:none}.flatpickr-innerContainer{display:block;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden}.flatpickr-rContainer{display:inline-block;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}.flatpickr-time{text-align:center;outline:0;display:block;height:0;line-height:40px;max-height:40px;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.flatpickr-time:after{content:"";display:table;clear:both}.flatpickr-time .numInputWrapper{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;width:40%;height:40px;float:left}.flatpickr-time .numInputWrapper span.arrowUp:after{border-bottom-color:#393939}.flatpickr-time .numInputWrapper span.arrowDown:after{border-top-color:#393939}.flatpickr-time.hasSeconds .numInputWrapper{width:26%}.flatpickr-time.time24hr .numInputWrapper{width:49%}.flatpickr-time input{background:transparent;-webkit-box-shadow:none;box-shadow:none;border:0;border-radius:0;text-align:center;margin:0;padding:0;height:inherit;line-height:inherit;color:#393939;font-size:14px;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.flatpickr-time input.flatpickr-hour{font-weight:bold}.flatpickr-time input.flatpickr-minute,.flatpickr-time input.flatpickr-second{font-weight:400}.flatpickr-time input:focus{outline:0;border:0}.flatpickr-time .flatpickr-time-separator,.flatpickr-time .flatpickr-am-pm{height:inherit;float:left;line-height:inherit;color:#393939;font-weight:bold;width:2%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.flatpickr-time .flatpickr-am-pm{outline:0;width:18%;cursor:pointer;text-align:center;font-weight:400}.flatpickr-time input:hover,.flatpickr-time .flatpickr-am-pm:hover,.flatpickr-time input:focus,.flatpickr-time .flatpickr-am-pm:focus{background:#eee}.flatpickr-input[readonly]{cursor:pointer}@-webkit-keyframes fpFadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fpFadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}
span.flatpickr-weekday{display:inline-block;width:14.2857143%}span.flatpickr-day{width:14.2857143%;margin:0 2.491071428571428px}@media screen and (min-width:0\0){div.flatpickr-current-month{padding-top:0!important}}
@charset "UTF-8";
/* line 6, /var/www/docker/app/assets/stylesheets/main.scss */
body {
  min-height: 100vh;
}

/* line 10, /var/www/docker/app/assets/stylesheets/main.scss */
.application-container {
  position: relative;
  height: 100vh;
  display: flex;
  overflow: hidden;
}
/* line 16, /var/www/docker/app/assets/stylesheets/main.scss */
.application-container .main-container {
  overflow-y: auto;
  padding-left: 32px;
  padding-right: 32px;
}

/* line 23, /var/www/docker/app/assets/stylesheets/main.scss */
.user-badge {
  display: flex;
  align-items: center;
}
/* line 27, /var/www/docker/app/assets/stylesheets/main.scss */
.user-badge .is-24x24 {
  min-width: 24px;
}

/* line 33, /var/www/docker/app/assets/stylesheets/main.scss */
.level-item.is-stacked {
  flex-direction: column;
  align-items: flex-start;
}

/*! bulma.io v0.9.4 | MIT License | github.com/jgthms/bulma */
/* Bulma Utilities */
/* line 3, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/utilities/extends.sass */
.button, .input, .file-field .file-preview, .textarea, .select select, .file-cta,
.file-name, .pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 2.5em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.5em - 1px);
  padding-left: calc(0.75em - 1px);
  padding-right: calc(0.75em - 1px);
  padding-top: calc(0.5em - 1px);
  position: relative;
  vertical-align: top;
}
/* line 33, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/utilities/controls.sass */
.button:focus, .input:focus, .file-field .file-preview:focus, .textarea:focus, .select select:focus, .file-cta:focus,
.file-name:focus, .pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus,
.pagination-ellipsis:focus, .is-focused.button, .is-focused.input, .file-field .is-focused.file-preview, .is-focused.textarea, .select select.is-focused, .is-focused.file-cta,
.is-focused.file-name, .is-focused.pagination-previous,
.is-focused.pagination-next,
.is-focused.pagination-link,
.is-focused.pagination-ellipsis, .button:active, .input:active, .file-field .file-preview:active, .textarea:active, .select select:active, .file-cta:active,
.file-name:active, .pagination-previous:active,
.pagination-next:active,
.pagination-link:active,
.pagination-ellipsis:active, .is-active.button, .is-active.input, .file-field .is-active.file-preview, .is-active.textarea, .select select.is-active, .is-active.file-cta,
.is-active.file-name, .is-active.pagination-previous,
.is-active.pagination-next,
.is-active.pagination-link,
.is-active.pagination-ellipsis {
  outline: none;
}
/* line 38, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/utilities/controls.sass */
[disabled].button, [disabled].input, .file-field [disabled].file-preview, [disabled].textarea, .select select[disabled], [disabled].file-cta,
[disabled].file-name, [disabled].pagination-previous,
[disabled].pagination-next,
[disabled].pagination-link,
[disabled].pagination-ellipsis, fieldset[disabled] .button, fieldset[disabled] .input, fieldset[disabled] .file-field .file-preview, .file-field fieldset[disabled] .file-preview, fieldset[disabled] .textarea, fieldset[disabled] .select select, .select fieldset[disabled] select, fieldset[disabled] .file-cta,
fieldset[disabled] .file-name, fieldset[disabled] .pagination-previous,
fieldset[disabled] .pagination-next,
fieldset[disabled] .pagination-link,
fieldset[disabled] .pagination-ellipsis {
  cursor: not-allowed;
}

/* line 6, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/utilities/extends.sass */
.button, .file, .breadcrumb, .pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis, .tabs, .is-unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 9, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/utilities/extends.sass */
.select:not(.is-multiple):not(.is-loading)::after, .navbar-link:not(.is-arrowless)::after {
  border: 3px solid transparent;
  border-radius: 2px;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 0.625em;
  margin-top: -0.4375em;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg);
  transform-origin: center;
  width: 0.625em;
}

/* line 217, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/utilities/mixins.sass */
.box:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .table:not(:last-child), .table-container:not(:last-child), .title:not(:last-child),
.subtitle:not(:last-child), .block:not(:last-child), .breadcrumb:not(:last-child), .level:not(:last-child), .message:not(:last-child), .pagination:not(:last-child), .tabs:not(:last-child) {
  margin-bottom: 1.5rem;
}

/* line 15, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/utilities/extends.sass */
.delete, .modal-close {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(10, 10, 10, 0.2);
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 0;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  outline: none;
  position: relative;
  vertical-align: top;
  width: 20px;
}
/* line 242, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/utilities/mixins.sass */
.delete::before, .modal-close::before, .delete::after, .modal-close::after {
  background-color: white;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}
/* line 252, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/utilities/mixins.sass */
.delete::before, .modal-close::before {
  height: 2px;
  width: 50%;
}
/* line 255, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/utilities/mixins.sass */
.delete::after, .modal-close::after {
  height: 50%;
  width: 2px;
}
/* line 258, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/utilities/mixins.sass */
.delete:hover, .modal-close:hover, .delete:focus, .modal-close:focus {
  background-color: rgba(10, 10, 10, 0.3);
}
/* line 261, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/utilities/mixins.sass */
.delete:active, .modal-close:active {
  background-color: rgba(10, 10, 10, 0.4);
}
/* line 264, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/utilities/mixins.sass */
.is-small.delete, .is-small.modal-close {
  height: 16px;
  max-height: 16px;
  max-width: 16px;
  min-height: 16px;
  min-width: 16px;
  width: 16px;
}
/* line 271, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/utilities/mixins.sass */
.is-medium.delete, .is-medium.modal-close {
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  min-height: 24px;
  min-width: 24px;
  width: 24px;
}
/* line 278, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/utilities/mixins.sass */
.is-large.delete, .is-large.modal-close {
  height: 32px;
  max-height: 32px;
  max-width: 32px;
  min-height: 32px;
  min-width: 32px;
  width: 32px;
}

/* line 18, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/utilities/extends.sass */
.button.is-loading::after, .loader, .select.is-loading::after, .control.is-loading::after {
  animation: spinAround 500ms infinite linear;
  border: 2px solid #E1E3E6;
  border-radius: 9999px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
}

/* line 21, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/utilities/extends.sass */
.image.is-square img,
.image.is-square .has-ratio, .image.is-1by1 img,
.image.is-1by1 .has-ratio, .image.is-5by4 img,
.image.is-5by4 .has-ratio, .image.is-4by3 img,
.image.is-4by3 .has-ratio, .image.is-3by2 img,
.image.is-3by2 .has-ratio, .image.is-5by3 img,
.image.is-5by3 .has-ratio, .image.is-16by9 img,
.image.is-16by9 .has-ratio, .image.is-2by1 img,
.image.is-2by1 .has-ratio, .image.is-3by1 img,
.image.is-3by1 .has-ratio, .image.is-4by5 img,
.image.is-4by5 .has-ratio, .image.is-3by4 img,
.image.is-3by4 .has-ratio, .image.is-2by3 img,
.image.is-2by3 .has-ratio, .image.is-3by5 img,
.image.is-3by5 .has-ratio, .image.is-9by16 img,
.image.is-9by16 .has-ratio, .image.is-1by2 img,
.image.is-1by2 .has-ratio, .image.is-1by3 img,
.image.is-1by3 .has-ratio, .modal, .modal-background, .is-overlay, .hero-video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 24, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/utilities/extends.sass */
.navbar-burger {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  color: currentColor;
  font-family: inherit;
  font-size: 1em;
  margin: 0;
  padding: 0;
}

/* Bulma Base */
/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
/* line 3, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/minireset.sass */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

/* line 30, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/minireset.sass */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

/* line 40, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/minireset.sass */
ul {
  list-style: none;
}

/* line 44, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/minireset.sass */
button,
input,
select,
textarea {
  margin: 0;
}

/* line 51, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/minireset.sass */
html {
  box-sizing: border-box;
}

/* line 55, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/minireset.sass */
*, *::before, *::after {
  box-sizing: inherit;
}

/* line 61, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/minireset.sass */
img,
video {
  height: auto;
  max-width: 100%;
}

/* line 67, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/minireset.sass */
iframe {
  border: 0;
}

/* line 71, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/minireset.sass */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 75, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/minireset.sass */
td,
th {
  padding: 0;
}
/* line 78, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/minireset.sass */
td:not([align]),
th:not([align]) {
  text-align: inherit;
}

/* line 34, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/generic.sass */
html {
  background-color: #f0f1f2;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  text-size-adjust: 100%;
}

/* line 45, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/generic.sass */
article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block;
}

/* line 54, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/generic.sass */
body,
button,
input,
optgroup,
select,
textarea {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

/* line 62, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/generic.sass */
code,
pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  font-family: monospace;
}

/* line 68, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/generic.sass */
body {
  color: #535957;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
}

/* line 76, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/generic.sass */
a {
  color: #0069FF;
  cursor: pointer;
  text-decoration: none;
}
/* line 80, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/generic.sass */
a strong {
  color: currentColor;
}
/* line 82, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/generic.sass */
a:hover {
  color: #363636;
}

/* line 85, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/generic.sass */
code {
  background-color: #f0f1f2;
  color: #da1039;
  font-size: 0.875em;
  font-weight: normal;
  padding: 0.25em 0.5em 0.25em;
}

/* line 92, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/generic.sass */
hr {
  background-color: #f0f1f2;
  border: none;
  display: block;
  height: 2px;
  margin: 1.5rem 0;
}

/* line 99, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/generic.sass */
img {
  height: auto;
  max-width: 100%;
}

/* line 103, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/generic.sass */
input[type="checkbox"],
input[type="radio"] {
  vertical-align: baseline;
}

/* line 107, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/generic.sass */
small {
  font-size: 0.875em;
}

/* line 110, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/generic.sass */
span {
  font-style: inherit;
  font-weight: inherit;
}

/* line 114, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/generic.sass */
strong {
  color: #363636;
  font-weight: 700;
}

/* line 120, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/generic.sass */
fieldset {
  border: none;
}

/* line 123, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/generic.sass */
pre {
  -webkit-overflow-scrolling: touch;
  background-color: #f0f1f2;
  color: #535957;
  font-size: 0.875em;
  overflow-x: auto;
  padding: 1.25rem 1.5rem;
  white-space: pre;
  word-wrap: normal;
}
/* line 132, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/generic.sass */
pre code {
  background-color: transparent;
  color: currentColor;
  font-size: 1em;
  padding: 0;
}

/* line 139, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/generic.sass */
table td,
table th {
  vertical-align: top;
}
/* line 142, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/generic.sass */
table td:not([align]),
table th:not([align]) {
  text-align: inherit;
}
/* line 144, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/generic.sass */
table th {
  color: #363636;
}

@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/* Bulma Elements */
/* line 12, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/box.sass */
.box {
  background-color: white;
  border-radius: 6px;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
  color: #535957;
  display: block;
  padding: 1.5rem;
}

/* line 22, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/box.sass */
a.box:hover, a.box:focus {
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px #0069FF;
}
/* line 25, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/box.sass */
a.box:active {
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #0069FF;
}

/* line 61, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button {
  background-color: white;
  border-color: #E1E3E6;
  border-width: 1px;
  color: #363636;
  cursor: pointer;
  justify-content: center;
  padding-bottom: calc(0.5em - 1px);
  padding-left: 1em;
  padding-right: 1em;
  padding-top: calc(0.5em - 1px);
  text-align: center;
  white-space: nowrap;
}
/* line 78, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button strong {
  color: inherit;
}
/* line 81, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button .icon, .button .icon.is-small, .button .icon.is-medium, .button .icon.is-large {
  height: 1.5em;
  width: 1.5em;
}
/* line 87, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button .icon:first-child:not(:last-child) {
  margin-left: calc(-0.5em - 1px);
  margin-right: 0.25em;
}
/* line 90, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button .icon:last-child:not(:first-child) {
  margin-left: 0.25em;
  margin-right: calc(-0.5em - 1px);
}
/* line 93, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button .icon:first-child:last-child {
  margin-left: calc(-0.5em - 1px);
  margin-right: calc(-0.5em - 1px);
}
/* line 97, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button:hover, .button.is-hovered {
  border-color: #b5b5b5;
  color: #363636;
}
/* line 101, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button:focus, .button.is-focused {
  border-color: #485fc7;
  color: #363636;
}
/* line 105, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button:focus:not(:active), .button.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(0, 105, 255, 0.25);
}
/* line 107, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button:active, .button.is-active {
  border-color: #535957;
  color: #363636;
}
/* line 112, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-text {
  background-color: transparent;
  border-color: transparent;
  color: #535957;
  text-decoration: underline;
}
/* line 117, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-text:hover, .button.is-text.is-hovered, .button.is-text:focus, .button.is-text.is-focused {
  background-color: #f0f1f2;
  color: #363636;
}
/* line 123, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-text:active, .button.is-text.is-active {
  background-color: #e2e4e6;
  color: #363636;
}
/* line 127, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-text[disabled], fieldset[disabled] .button.is-text {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
/* line 132, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-ghost {
  background: none;
  border-color: transparent;
  color: #0069FF;
  text-decoration: none;
}
/* line 137, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-ghost:hover, .button.is-ghost.is-hovered {
  color: #0069FF;
  text-decoration: underline;
}
/* line 144, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-white {
  background-color: white;
  border-color: transparent;
  color: #0a0a0a;
}
/* line 148, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-white:hover, .button.is-white.is-hovered {
  background-color: #f9f9f9;
  border-color: transparent;
  color: #0a0a0a;
}
/* line 153, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-white:focus, .button.is-white.is-focused {
  border-color: transparent;
  color: #0a0a0a;
}
/* line 157, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-white:focus:not(:active), .button.is-white.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}
/* line 159, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-white:active, .button.is-white.is-active {
  background-color: #f2f2f2;
  border-color: transparent;
  color: #0a0a0a;
}
/* line 164, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-white[disabled], fieldset[disabled] .button.is-white {
  background-color: white;
  border-color: white;
  box-shadow: none;
}
/* line 169, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-white.is-inverted {
  background-color: #0a0a0a;
  color: white;
}
/* line 172, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-white.is-inverted:hover, .button.is-white.is-inverted.is-hovered {
  background-color: black;
}
/* line 175, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-white.is-inverted[disabled], fieldset[disabled] .button.is-white.is-inverted {
  background-color: #0a0a0a;
  border-color: transparent;
  box-shadow: none;
  color: white;
}
/* line 182, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-white.is-loading::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}
/* line 184, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-white.is-outlined {
  background-color: transparent;
  border-color: white;
  color: white;
}
/* line 188, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-white.is-outlined:hover, .button.is-white.is-outlined.is-hovered, .button.is-white.is-outlined:focus, .button.is-white.is-outlined.is-focused {
  background-color: white;
  border-color: white;
  color: #0a0a0a;
}
/* line 196, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-white.is-outlined.is-loading::after {
  border-color: transparent transparent white white !important;
}
/* line 202, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-white.is-outlined.is-loading:hover::after, .button.is-white.is-outlined.is-loading.is-hovered::after, .button.is-white.is-outlined.is-loading:focus::after, .button.is-white.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}
/* line 204, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-white.is-outlined[disabled], fieldset[disabled] .button.is-white.is-outlined {
  background-color: transparent;
  border-color: white;
  box-shadow: none;
  color: white;
}
/* line 210, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-white.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  color: #0a0a0a;
}
/* line 214, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-white.is-inverted.is-outlined:hover, .button.is-white.is-inverted.is-outlined.is-hovered, .button.is-white.is-inverted.is-outlined:focus, .button.is-white.is-inverted.is-outlined.is-focused {
  background-color: #0a0a0a;
  color: white;
}
/* line 225, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-white.is-inverted.is-outlined.is-loading:hover::after, .button.is-white.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-white.is-inverted.is-outlined.is-loading:focus::after, .button.is-white.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent white white !important;
}
/* line 227, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-white.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-white.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  box-shadow: none;
  color: #0a0a0a;
}
/* line 144, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-black {
  background-color: #0a0a0a;
  border-color: transparent;
  color: white;
}
/* line 148, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-black:hover, .button.is-black.is-hovered {
  background-color: #040404;
  border-color: transparent;
  color: white;
}
/* line 153, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-black:focus, .button.is-black.is-focused {
  border-color: transparent;
  color: white;
}
/* line 157, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-black:focus:not(:active), .button.is-black.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}
/* line 159, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-black:active, .button.is-black.is-active {
  background-color: black;
  border-color: transparent;
  color: white;
}
/* line 164, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-black[disabled], fieldset[disabled] .button.is-black {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  box-shadow: none;
}
/* line 169, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-black.is-inverted {
  background-color: white;
  color: #0a0a0a;
}
/* line 172, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-black.is-inverted:hover, .button.is-black.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
/* line 175, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-black.is-inverted[disabled], fieldset[disabled] .button.is-black.is-inverted {
  background-color: white;
  border-color: transparent;
  box-shadow: none;
  color: #0a0a0a;
}
/* line 182, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-black.is-loading::after {
  border-color: transparent transparent white white !important;
}
/* line 184, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-black.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  color: #0a0a0a;
}
/* line 188, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-black.is-outlined:hover, .button.is-black.is-outlined.is-hovered, .button.is-black.is-outlined:focus, .button.is-black.is-outlined.is-focused {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: white;
}
/* line 196, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-black.is-outlined.is-loading::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}
/* line 202, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-black.is-outlined.is-loading:hover::after, .button.is-black.is-outlined.is-loading.is-hovered::after, .button.is-black.is-outlined.is-loading:focus::after, .button.is-black.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent white white !important;
}
/* line 204, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-black.is-outlined[disabled], fieldset[disabled] .button.is-black.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  box-shadow: none;
  color: #0a0a0a;
}
/* line 210, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-black.is-inverted.is-outlined {
  background-color: transparent;
  border-color: white;
  color: white;
}
/* line 214, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-black.is-inverted.is-outlined:hover, .button.is-black.is-inverted.is-outlined.is-hovered, .button.is-black.is-inverted.is-outlined:focus, .button.is-black.is-inverted.is-outlined.is-focused {
  background-color: white;
  color: #0a0a0a;
}
/* line 225, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-black.is-inverted.is-outlined.is-loading:hover::after, .button.is-black.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-black.is-inverted.is-outlined.is-loading:focus::after, .button.is-black.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}
/* line 227, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-black.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-black.is-inverted.is-outlined {
  background-color: transparent;
  border-color: white;
  box-shadow: none;
  color: white;
}
/* line 144, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-light {
  background-color: #f0f1f2;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
/* line 148, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-light:hover, .button.is-light.is-hovered {
  background-color: #e9ebec;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
/* line 153, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-light:focus, .button.is-light.is-focused {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
/* line 157, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-light:focus:not(:active), .button.is-light.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(240, 241, 242, 0.25);
}
/* line 159, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-light:active, .button.is-light.is-active {
  background-color: #e2e4e6;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
/* line 164, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-light[disabled], fieldset[disabled] .button.is-light {
  background-color: #f0f1f2;
  border-color: #f0f1f2;
  box-shadow: none;
}
/* line 169, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-light.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: #f0f1f2;
}
/* line 172, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-light.is-inverted:hover, .button.is-light.is-inverted.is-hovered {
  background-color: rgba(0, 0, 0, 0.7);
}
/* line 175, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-light.is-inverted[disabled], fieldset[disabled] .button.is-light.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: transparent;
  box-shadow: none;
  color: #f0f1f2;
}
/* line 182, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-light.is-loading::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}
/* line 184, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-light.is-outlined {
  background-color: transparent;
  border-color: #f0f1f2;
  color: #f0f1f2;
}
/* line 188, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-light.is-outlined:hover, .button.is-light.is-outlined.is-hovered, .button.is-light.is-outlined:focus, .button.is-light.is-outlined.is-focused {
  background-color: #f0f1f2;
  border-color: #f0f1f2;
  color: rgba(0, 0, 0, 0.7);
}
/* line 196, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-light.is-outlined.is-loading::after {
  border-color: transparent transparent #f0f1f2 #f0f1f2 !important;
}
/* line 202, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-light.is-outlined.is-loading:hover::after, .button.is-light.is-outlined.is-loading.is-hovered::after, .button.is-light.is-outlined.is-loading:focus::after, .button.is-light.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}
/* line 204, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-light.is-outlined[disabled], fieldset[disabled] .button.is-light.is-outlined {
  background-color: transparent;
  border-color: #f0f1f2;
  box-shadow: none;
  color: #f0f1f2;
}
/* line 210, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-light.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}
/* line 214, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-light.is-inverted.is-outlined:hover, .button.is-light.is-inverted.is-outlined.is-hovered, .button.is-light.is-inverted.is-outlined:focus, .button.is-light.is-inverted.is-outlined.is-focused {
  background-color: rgba(0, 0, 0, 0.7);
  color: #f0f1f2;
}
/* line 225, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-light.is-inverted.is-outlined.is-loading:hover::after, .button.is-light.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-light.is-inverted.is-outlined.is-loading:focus::after, .button.is-light.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #f0f1f2 #f0f1f2 !important;
}
/* line 227, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-light.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-light.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  box-shadow: none;
  color: rgba(0, 0, 0, 0.7);
}
/* line 144, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-dark {
  background-color: #363636;
  border-color: transparent;
  color: #fff;
}
/* line 148, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-dark:hover, .button.is-dark.is-hovered {
  background-color: #2f2f2f;
  border-color: transparent;
  color: #fff;
}
/* line 153, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-dark:focus, .button.is-dark.is-focused {
  border-color: transparent;
  color: #fff;
}
/* line 157, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-dark:focus:not(:active), .button.is-dark.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}
/* line 159, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-dark:active, .button.is-dark.is-active {
  background-color: #292929;
  border-color: transparent;
  color: #fff;
}
/* line 164, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-dark[disabled], fieldset[disabled] .button.is-dark {
  background-color: #363636;
  border-color: #363636;
  box-shadow: none;
}
/* line 169, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-dark.is-inverted {
  background-color: #fff;
  color: #363636;
}
/* line 172, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-dark.is-inverted:hover, .button.is-dark.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
/* line 175, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-dark.is-inverted[disabled], fieldset[disabled] .button.is-dark.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #363636;
}
/* line 182, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-dark.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
/* line 184, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-dark.is-outlined {
  background-color: transparent;
  border-color: #363636;
  color: #363636;
}
/* line 188, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-dark.is-outlined:hover, .button.is-dark.is-outlined.is-hovered, .button.is-dark.is-outlined:focus, .button.is-dark.is-outlined.is-focused {
  background-color: #363636;
  border-color: #363636;
  color: #fff;
}
/* line 196, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-dark.is-outlined.is-loading::after {
  border-color: transparent transparent #363636 #363636 !important;
}
/* line 202, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-dark.is-outlined.is-loading:hover::after, .button.is-dark.is-outlined.is-loading.is-hovered::after, .button.is-dark.is-outlined.is-loading:focus::after, .button.is-dark.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
/* line 204, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-dark.is-outlined[disabled], fieldset[disabled] .button.is-dark.is-outlined {
  background-color: transparent;
  border-color: #363636;
  box-shadow: none;
  color: #363636;
}
/* line 210, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-dark.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
/* line 214, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-dark.is-inverted.is-outlined:hover, .button.is-dark.is-inverted.is-outlined.is-hovered, .button.is-dark.is-inverted.is-outlined:focus, .button.is-dark.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #363636;
}
/* line 225, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-dark.is-inverted.is-outlined.is-loading:hover::after, .button.is-dark.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-dark.is-inverted.is-outlined.is-loading:focus::after, .button.is-dark.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #363636 #363636 !important;
}
/* line 227, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-dark.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-dark.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
/* line 144, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-primary {
  background-color: #0069FF;
  border-color: transparent;
  color: #fff;
}
/* line 148, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-primary:hover, .button.is-primary.is-hovered {
  background-color: #0064f2;
  border-color: transparent;
  color: #fff;
}
/* line 153, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-primary:focus, .button.is-primary.is-focused {
  border-color: transparent;
  color: #fff;
}
/* line 157, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-primary:focus:not(:active), .button.is-primary.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(0, 105, 255, 0.25);
}
/* line 159, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-primary:active, .button.is-primary.is-active {
  background-color: #005fe6;
  border-color: transparent;
  color: #fff;
}
/* line 164, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-primary[disabled], fieldset[disabled] .button.is-primary {
  background-color: #0069FF;
  border-color: #0069FF;
  box-shadow: none;
}
/* line 169, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-primary.is-inverted {
  background-color: #fff;
  color: #0069FF;
}
/* line 172, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-primary.is-inverted:hover, .button.is-primary.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
/* line 175, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-primary.is-inverted[disabled], fieldset[disabled] .button.is-primary.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #0069FF;
}
/* line 182, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-primary.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
/* line 184, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-primary.is-outlined {
  background-color: transparent;
  border-color: #0069FF;
  color: #0069FF;
}
/* line 188, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-primary.is-outlined:hover, .button.is-primary.is-outlined.is-hovered, .button.is-primary.is-outlined:focus, .button.is-primary.is-outlined.is-focused {
  background-color: #0069FF;
  border-color: #0069FF;
  color: #fff;
}
/* line 196, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-primary.is-outlined.is-loading::after {
  border-color: transparent transparent #0069FF #0069FF !important;
}
/* line 202, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-primary.is-outlined.is-loading:hover::after, .button.is-primary.is-outlined.is-loading.is-hovered::after, .button.is-primary.is-outlined.is-loading:focus::after, .button.is-primary.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
/* line 204, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-primary.is-outlined[disabled], fieldset[disabled] .button.is-primary.is-outlined {
  background-color: transparent;
  border-color: #0069FF;
  box-shadow: none;
  color: #0069FF;
}
/* line 210, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-primary.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
/* line 214, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-primary.is-inverted.is-outlined:hover, .button.is-primary.is-inverted.is-outlined.is-hovered, .button.is-primary.is-inverted.is-outlined:focus, .button.is-primary.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #0069FF;
}
/* line 225, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-primary.is-inverted.is-outlined.is-loading:hover::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-primary.is-inverted.is-outlined.is-loading:focus::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #0069FF #0069FF !important;
}
/* line 227, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-primary.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-primary.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
/* line 237, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-primary.is-light {
  background-color: #E5ECFF;
  color: #0061eb;
}
/* line 240, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-primary.is-light:hover, .button.is-primary.is-light.is-hovered {
  background-color: #d8e3ff;
  border-color: transparent;
  color: #0061eb;
}
/* line 245, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-primary.is-light:active, .button.is-primary.is-light.is-active {
  background-color: #ccd9ff;
  border-color: transparent;
  color: #0061eb;
}
/* line 144, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-link {
  background-color: #485fc7;
  border-color: transparent;
  color: #fff;
}
/* line 148, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-link:hover, .button.is-link.is-hovered {
  background-color: #3e56c4;
  border-color: transparent;
  color: #fff;
}
/* line 153, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-link:focus, .button.is-link.is-focused {
  border-color: transparent;
  color: #fff;
}
/* line 157, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-link:focus:not(:active), .button.is-link.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25);
}
/* line 159, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-link:active, .button.is-link.is-active {
  background-color: #3a51bb;
  border-color: transparent;
  color: #fff;
}
/* line 164, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-link[disabled], fieldset[disabled] .button.is-link {
  background-color: #485fc7;
  border-color: #485fc7;
  box-shadow: none;
}
/* line 169, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-link.is-inverted {
  background-color: #fff;
  color: #485fc7;
}
/* line 172, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-link.is-inverted:hover, .button.is-link.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
/* line 175, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-link.is-inverted[disabled], fieldset[disabled] .button.is-link.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #485fc7;
}
/* line 182, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-link.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
/* line 184, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-link.is-outlined {
  background-color: transparent;
  border-color: #485fc7;
  color: #485fc7;
}
/* line 188, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-link.is-outlined:hover, .button.is-link.is-outlined.is-hovered, .button.is-link.is-outlined:focus, .button.is-link.is-outlined.is-focused {
  background-color: #485fc7;
  border-color: #485fc7;
  color: #fff;
}
/* line 196, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-link.is-outlined.is-loading::after {
  border-color: transparent transparent #485fc7 #485fc7 !important;
}
/* line 202, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-link.is-outlined.is-loading:hover::after, .button.is-link.is-outlined.is-loading.is-hovered::after, .button.is-link.is-outlined.is-loading:focus::after, .button.is-link.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
/* line 204, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-link.is-outlined[disabled], fieldset[disabled] .button.is-link.is-outlined {
  background-color: transparent;
  border-color: #485fc7;
  box-shadow: none;
  color: #485fc7;
}
/* line 210, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-link.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
/* line 214, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-link.is-inverted.is-outlined:hover, .button.is-link.is-inverted.is-outlined.is-hovered, .button.is-link.is-inverted.is-outlined:focus, .button.is-link.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #485fc7;
}
/* line 225, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-link.is-inverted.is-outlined.is-loading:hover::after, .button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-link.is-inverted.is-outlined.is-loading:focus::after, .button.is-link.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #485fc7 #485fc7 !important;
}
/* line 227, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-link.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-link.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
/* line 237, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-link.is-light {
  background-color: #eff1fa;
  color: #3850b7;
}
/* line 240, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-link.is-light:hover, .button.is-link.is-light.is-hovered {
  background-color: #e6e9f7;
  border-color: transparent;
  color: #3850b7;
}
/* line 245, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-link.is-light:active, .button.is-link.is-light.is-active {
  background-color: #dce0f4;
  border-color: transparent;
  color: #3850b7;
}
/* line 144, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-info {
  background-color: #3e8ed0;
  border-color: transparent;
  color: #fff;
}
/* line 148, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-info:hover, .button.is-info.is-hovered {
  background-color: #3488ce;
  border-color: transparent;
  color: #fff;
}
/* line 153, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-info:focus, .button.is-info.is-focused {
  border-color: transparent;
  color: #fff;
}
/* line 157, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-info:focus:not(:active), .button.is-info.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(62, 142, 208, 0.25);
}
/* line 159, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-info:active, .button.is-info.is-active {
  background-color: #3082c5;
  border-color: transparent;
  color: #fff;
}
/* line 164, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-info[disabled], fieldset[disabled] .button.is-info {
  background-color: #3e8ed0;
  border-color: #3e8ed0;
  box-shadow: none;
}
/* line 169, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-info.is-inverted {
  background-color: #fff;
  color: #3e8ed0;
}
/* line 172, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-info.is-inverted:hover, .button.is-info.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
/* line 175, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-info.is-inverted[disabled], fieldset[disabled] .button.is-info.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #3e8ed0;
}
/* line 182, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-info.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
/* line 184, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-info.is-outlined {
  background-color: transparent;
  border-color: #3e8ed0;
  color: #3e8ed0;
}
/* line 188, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-info.is-outlined:hover, .button.is-info.is-outlined.is-hovered, .button.is-info.is-outlined:focus, .button.is-info.is-outlined.is-focused {
  background-color: #3e8ed0;
  border-color: #3e8ed0;
  color: #fff;
}
/* line 196, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-info.is-outlined.is-loading::after {
  border-color: transparent transparent #3e8ed0 #3e8ed0 !important;
}
/* line 202, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-info.is-outlined.is-loading:hover::after, .button.is-info.is-outlined.is-loading.is-hovered::after, .button.is-info.is-outlined.is-loading:focus::after, .button.is-info.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
/* line 204, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-info.is-outlined[disabled], fieldset[disabled] .button.is-info.is-outlined {
  background-color: transparent;
  border-color: #3e8ed0;
  box-shadow: none;
  color: #3e8ed0;
}
/* line 210, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-info.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
/* line 214, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-info.is-inverted.is-outlined:hover, .button.is-info.is-inverted.is-outlined.is-hovered, .button.is-info.is-inverted.is-outlined:focus, .button.is-info.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #3e8ed0;
}
/* line 225, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-info.is-inverted.is-outlined.is-loading:hover::after, .button.is-info.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-info.is-inverted.is-outlined.is-loading:focus::after, .button.is-info.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #3e8ed0 #3e8ed0 !important;
}
/* line 227, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-info.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-info.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
/* line 237, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-info.is-light {
  background-color: #eff5fb;
  color: #296fa8;
}
/* line 240, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-info.is-light:hover, .button.is-info.is-light.is-hovered {
  background-color: #e4eff9;
  border-color: transparent;
  color: #296fa8;
}
/* line 245, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-info.is-light:active, .button.is-info.is-light.is-active {
  background-color: #dae9f6;
  border-color: transparent;
  color: #296fa8;
}
/* line 144, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-success {
  background-color: #48c78e;
  border-color: transparent;
  color: #fff;
}
/* line 148, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-success:hover, .button.is-success.is-hovered {
  background-color: #3ec487;
  border-color: transparent;
  color: #fff;
}
/* line 153, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-success:focus, .button.is-success.is-focused {
  border-color: transparent;
  color: #fff;
}
/* line 157, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-success:focus:not(:active), .button.is-success.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(72, 199, 142, 0.25);
}
/* line 159, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-success:active, .button.is-success.is-active {
  background-color: #3abb81;
  border-color: transparent;
  color: #fff;
}
/* line 164, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-success[disabled], fieldset[disabled] .button.is-success {
  background-color: #48c78e;
  border-color: #48c78e;
  box-shadow: none;
}
/* line 169, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-success.is-inverted {
  background-color: #fff;
  color: #48c78e;
}
/* line 172, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-success.is-inverted:hover, .button.is-success.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
/* line 175, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-success.is-inverted[disabled], fieldset[disabled] .button.is-success.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #48c78e;
}
/* line 182, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-success.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
/* line 184, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-success.is-outlined {
  background-color: transparent;
  border-color: #48c78e;
  color: #48c78e;
}
/* line 188, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-success.is-outlined:hover, .button.is-success.is-outlined.is-hovered, .button.is-success.is-outlined:focus, .button.is-success.is-outlined.is-focused {
  background-color: #48c78e;
  border-color: #48c78e;
  color: #fff;
}
/* line 196, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-success.is-outlined.is-loading::after {
  border-color: transparent transparent #48c78e #48c78e !important;
}
/* line 202, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-success.is-outlined.is-loading:hover::after, .button.is-success.is-outlined.is-loading.is-hovered::after, .button.is-success.is-outlined.is-loading:focus::after, .button.is-success.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
/* line 204, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-success.is-outlined[disabled], fieldset[disabled] .button.is-success.is-outlined {
  background-color: transparent;
  border-color: #48c78e;
  box-shadow: none;
  color: #48c78e;
}
/* line 210, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-success.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
/* line 214, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-success.is-inverted.is-outlined:hover, .button.is-success.is-inverted.is-outlined.is-hovered, .button.is-success.is-inverted.is-outlined:focus, .button.is-success.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #48c78e;
}
/* line 225, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-success.is-inverted.is-outlined.is-loading:hover::after, .button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-success.is-inverted.is-outlined.is-loading:focus::after, .button.is-success.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #48c78e #48c78e !important;
}
/* line 227, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-success.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-success.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
/* line 237, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-success.is-light {
  background-color: #effaf5;
  color: #257953;
}
/* line 240, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-success.is-light:hover, .button.is-success.is-light.is-hovered {
  background-color: #e6f7ef;
  border-color: transparent;
  color: #257953;
}
/* line 245, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-success.is-light:active, .button.is-success.is-light.is-active {
  background-color: #dcf4e9;
  border-color: transparent;
  color: #257953;
}
/* line 144, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-warning {
  background-color: #ffe08a;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
/* line 148, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-warning:hover, .button.is-warning.is-hovered {
  background-color: #ffdc7d;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
/* line 153, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-warning:focus, .button.is-warning.is-focused {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
/* line 157, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-warning:focus:not(:active), .button.is-warning.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(255, 224, 138, 0.25);
}
/* line 159, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-warning:active, .button.is-warning.is-active {
  background-color: #ffd970;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
/* line 164, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-warning[disabled], fieldset[disabled] .button.is-warning {
  background-color: #ffe08a;
  border-color: #ffe08a;
  box-shadow: none;
}
/* line 169, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-warning.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffe08a;
}
/* line 172, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-warning.is-inverted:hover, .button.is-warning.is-inverted.is-hovered {
  background-color: rgba(0, 0, 0, 0.7);
}
/* line 175, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-warning.is-inverted[disabled], fieldset[disabled] .button.is-warning.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: transparent;
  box-shadow: none;
  color: #ffe08a;
}
/* line 182, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-warning.is-loading::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}
/* line 184, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-warning.is-outlined {
  background-color: transparent;
  border-color: #ffe08a;
  color: #ffe08a;
}
/* line 188, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-warning.is-outlined:hover, .button.is-warning.is-outlined.is-hovered, .button.is-warning.is-outlined:focus, .button.is-warning.is-outlined.is-focused {
  background-color: #ffe08a;
  border-color: #ffe08a;
  color: rgba(0, 0, 0, 0.7);
}
/* line 196, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-warning.is-outlined.is-loading::after {
  border-color: transparent transparent #ffe08a #ffe08a !important;
}
/* line 202, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-warning.is-outlined.is-loading:hover::after, .button.is-warning.is-outlined.is-loading.is-hovered::after, .button.is-warning.is-outlined.is-loading:focus::after, .button.is-warning.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}
/* line 204, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-warning.is-outlined[disabled], fieldset[disabled] .button.is-warning.is-outlined {
  background-color: transparent;
  border-color: #ffe08a;
  box-shadow: none;
  color: #ffe08a;
}
/* line 210, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-warning.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}
/* line 214, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-warning.is-inverted.is-outlined:hover, .button.is-warning.is-inverted.is-outlined.is-hovered, .button.is-warning.is-inverted.is-outlined:focus, .button.is-warning.is-inverted.is-outlined.is-focused {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffe08a;
}
/* line 225, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-warning.is-inverted.is-outlined.is-loading:hover::after, .button.is-warning.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-warning.is-inverted.is-outlined.is-loading:focus::after, .button.is-warning.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #ffe08a #ffe08a !important;
}
/* line 227, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-warning.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-warning.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  box-shadow: none;
  color: rgba(0, 0, 0, 0.7);
}
/* line 237, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-warning.is-light {
  background-color: #fffaeb;
  color: #946c00;
}
/* line 240, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-warning.is-light:hover, .button.is-warning.is-light.is-hovered {
  background-color: #fff6de;
  border-color: transparent;
  color: #946c00;
}
/* line 245, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-warning.is-light:active, .button.is-warning.is-light.is-active {
  background-color: #fff3d1;
  border-color: transparent;
  color: #946c00;
}
/* line 144, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-danger {
  background-color: #f14668;
  border-color: transparent;
  color: #fff;
}
/* line 148, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-danger:hover, .button.is-danger.is-hovered {
  background-color: #f03a5f;
  border-color: transparent;
  color: #fff;
}
/* line 153, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-danger:focus, .button.is-danger.is-focused {
  border-color: transparent;
  color: #fff;
}
/* line 157, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-danger:focus:not(:active), .button.is-danger.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25);
}
/* line 159, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-danger:active, .button.is-danger.is-active {
  background-color: #ef2e55;
  border-color: transparent;
  color: #fff;
}
/* line 164, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-danger[disabled], fieldset[disabled] .button.is-danger {
  background-color: #f14668;
  border-color: #f14668;
  box-shadow: none;
}
/* line 169, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-danger.is-inverted {
  background-color: #fff;
  color: #f14668;
}
/* line 172, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-danger.is-inverted:hover, .button.is-danger.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
/* line 175, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-danger.is-inverted[disabled], fieldset[disabled] .button.is-danger.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #f14668;
}
/* line 182, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-danger.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
/* line 184, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-danger.is-outlined {
  background-color: transparent;
  border-color: #f14668;
  color: #f14668;
}
/* line 188, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-danger.is-outlined:hover, .button.is-danger.is-outlined.is-hovered, .button.is-danger.is-outlined:focus, .button.is-danger.is-outlined.is-focused {
  background-color: #f14668;
  border-color: #f14668;
  color: #fff;
}
/* line 196, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-danger.is-outlined.is-loading::after {
  border-color: transparent transparent #f14668 #f14668 !important;
}
/* line 202, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-danger.is-outlined.is-loading:hover::after, .button.is-danger.is-outlined.is-loading.is-hovered::after, .button.is-danger.is-outlined.is-loading:focus::after, .button.is-danger.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
/* line 204, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-danger.is-outlined[disabled], fieldset[disabled] .button.is-danger.is-outlined {
  background-color: transparent;
  border-color: #f14668;
  box-shadow: none;
  color: #f14668;
}
/* line 210, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-danger.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
/* line 214, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-danger.is-inverted.is-outlined:hover, .button.is-danger.is-inverted.is-outlined.is-hovered, .button.is-danger.is-inverted.is-outlined:focus, .button.is-danger.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #f14668;
}
/* line 225, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-danger.is-inverted.is-outlined.is-loading:hover::after, .button.is-danger.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-danger.is-inverted.is-outlined.is-loading:focus::after, .button.is-danger.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #f14668 #f14668 !important;
}
/* line 227, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-danger.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-danger.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
/* line 237, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-danger.is-light {
  background-color: #feecf0;
  color: #cc0f35;
}
/* line 240, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-danger.is-light:hover, .button.is-danger.is-light.is-hovered {
  background-color: #fde0e6;
  border-color: transparent;
  color: #cc0f35;
}
/* line 245, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-danger.is-light:active, .button.is-danger.is-light.is-active {
  background-color: #fcd4dc;
  border-color: transparent;
  color: #cc0f35;
}
/* line 251, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-small {
  font-size: 0.75rem;
}
/* line 51, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-small:not(.is-rounded) {
  border-radius: 2px;
}
/* line 253, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-normal {
  font-size: 1rem;
}
/* line 255, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-medium {
  font-size: 1.25rem;
}
/* line 257, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-large {
  font-size: 1.5rem;
}
/* line 260, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button[disabled], fieldset[disabled] .button {
  background-color: white;
  border-color: #E1E3E6;
  box-shadow: none;
  opacity: 0.5;
}
/* line 266, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-fullwidth {
  display: flex;
  width: 100%;
}
/* line 269, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-loading {
  color: transparent !important;
  pointer-events: none;
}
/* line 272, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-loading::after {
  position: absolute;
  left: calc(50% - (1em * 0.5));
  top: calc(50% - (1em * 0.5));
  position: absolute !important;
}
/* line 276, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-static {
  background-color: #f0f1f2;
  border-color: #E1E3E6;
  color: #7a7a7a;
  box-shadow: none;
  pointer-events: none;
}
/* line 282, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-rounded {
  border-radius: 9999px;
  padding-left: calc(1em + 0.25em);
  padding-right: calc(1em + 0.25em);
}

/* line 287, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.buttons {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
/* line 292, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.buttons .button {
  margin-bottom: 0.5rem;
}
/* line 294, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.buttons .button:not(:last-child):not(.is-fullwidth) {
  margin-right: 0.5rem;
}
/* line 296, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.buttons:last-child {
  margin-bottom: -0.5rem;
}
/* line 298, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.buttons:not(:last-child) {
  margin-bottom: 1rem;
}
/* line 302, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large) {
  font-size: 0.75rem;
}
/* line 51, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large):not(.is-rounded) {
  border-radius: 2px;
}
/* line 305, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large) {
  font-size: 1.25rem;
}
/* line 308, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium) {
  font-size: 1.5rem;
}
/* line 312, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.buttons.has-addons .button:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
/* line 315, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.buttons.has-addons .button:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin-right: -1px;
}
/* line 319, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.buttons.has-addons .button:last-child {
  margin-right: 0;
}
/* line 321, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.buttons.has-addons .button:hover, .buttons.has-addons .button.is-hovered {
  z-index: 2;
}
/* line 324, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.buttons.has-addons .button:focus, .buttons.has-addons .button.is-focused, .buttons.has-addons .button:active, .buttons.has-addons .button.is-active, .buttons.has-addons .button.is-selected {
  z-index: 3;
}
/* line 330, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.buttons.has-addons .button:focus:hover, .buttons.has-addons .button.is-focused:hover, .buttons.has-addons .button:active:hover, .buttons.has-addons .button.is-active:hover, .buttons.has-addons .button.is-selected:hover {
  z-index: 4;
}
/* line 332, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.buttons.has-addons .button.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}
/* line 335, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.buttons.is-centered {
  justify-content: center;
}
/* line 338, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth) {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
/* line 341, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.buttons.is-right {
  justify-content: flex-end;
}
/* line 344, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.buttons.is-right:not(.has-addons) .button:not(.is-fullwidth) {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

@media screen and (max-width: 768px) {
  /* line 352, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
  .button.is-responsive.is-small {
    font-size: 0.5625rem;
  }

  /* line 355, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
  .button.is-responsive,
  .button.is-responsive.is-normal {
    font-size: 0.65625rem;
  }

  /* line 352, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
  .button.is-responsive.is-medium {
    font-size: 0.75rem;
  }

  /* line 352, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
  .button.is-responsive.is-large {
    font-size: 1rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 352, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
  .button.is-responsive.is-small {
    font-size: 0.65625rem;
  }

  /* line 355, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
  .button.is-responsive,
  .button.is-responsive.is-normal {
    font-size: 0.75rem;
  }

  /* line 352, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
  .button.is-responsive.is-medium {
    font-size: 1rem;
  }

  /* line 352, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
  .button.is-responsive.is-large {
    font-size: 1.25rem;
  }
}
/* line 6, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/container.sass */
.container {
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
}
/* line 11, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/container.sass */
.container.is-fluid {
  max-width: none !important;
  padding-left: 32px;
  padding-right: 32px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  /* line 6, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/container.sass */
  .container {
    max-width: 960px;
  }
}
@media screen and (max-width: 1215px) {
  /* line 19, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/container.sass */
  .container.is-widescreen:not(.is-max-desktop) {
    max-width: 1152px;
  }
}
@media screen and (max-width: 1407px) {
  /* line 22, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/container.sass */
  .container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen) {
    max-width: 1344px;
  }
}
@media screen and (min-width: 1216px) {
  /* line 25, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/container.sass */
  .container:not(.is-max-desktop) {
    max-width: 1152px;
  }
}
@media screen and (min-width: 1408px) {
  /* line 28, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/container.sass */
  .container:not(.is-max-desktop):not(.is-max-widescreen) {
    max-width: 1344px;
  }
}

/* line 28, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content li + li {
  margin-top: 0.25em;
}
/* line 38, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content p:not(:last-child),
.content dl:not(:last-child),
.content ol:not(:last-child),
.content ul:not(:last-child),
.content blockquote:not(:last-child),
.content pre:not(:last-child),
.content table:not(:last-child) {
  margin-bottom: 1em;
}
/* line 40, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  color: #363636;
  font-weight: 600;
  line-height: 1.125;
}
/* line 49, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content h1 {
  font-size: 2em;
  margin-bottom: 0.5em;
}
/* line 52, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content h1:not(:first-child) {
  margin-top: 1em;
}
/* line 54, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content h2 {
  font-size: 1.75em;
  margin-bottom: 0.5714em;
}
/* line 57, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content h2:not(:first-child) {
  margin-top: 1.1428em;
}
/* line 59, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content h3 {
  font-size: 1.5em;
  margin-bottom: 0.6666em;
}
/* line 62, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content h3:not(:first-child) {
  margin-top: 1.3333em;
}
/* line 64, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content h4 {
  font-size: 1.25em;
  margin-bottom: 0.8em;
}
/* line 67, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content h5 {
  font-size: 1.125em;
  margin-bottom: 0.8888em;
}
/* line 70, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content h6 {
  font-size: 1em;
  margin-bottom: 1em;
}
/* line 73, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content blockquote {
  background-color: #f0f1f2;
  border-left: 5px solid #E1E3E6;
  padding: 1.25em 1.5em;
}
/* line 77, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content ol {
  list-style-position: outside;
  margin-left: 2em;
  margin-top: 1em;
}
/* line 81, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content ol:not([type]) {
  list-style-type: decimal;
}
/* line 83, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content ol:not([type]).is-lower-alpha {
  list-style-type: lower-alpha;
}
/* line 85, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content ol:not([type]).is-lower-roman {
  list-style-type: lower-roman;
}
/* line 87, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content ol:not([type]).is-upper-alpha {
  list-style-type: upper-alpha;
}
/* line 89, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content ol:not([type]).is-upper-roman {
  list-style-type: upper-roman;
}
/* line 91, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content ul {
  list-style: disc outside;
  margin-left: 2em;
  margin-top: 1em;
}
/* line 95, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content ul ul {
  list-style-type: circle;
  margin-top: 0.5em;
}
/* line 98, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content ul ul ul {
  list-style-type: square;
}
/* line 100, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content dd {
  margin-left: 2em;
}
/* line 102, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content figure {
  margin-left: 2em;
  margin-right: 2em;
  text-align: center;
}
/* line 106, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content figure:not(:first-child) {
  margin-top: 2em;
}
/* line 108, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content figure:not(:last-child) {
  margin-bottom: 2em;
}
/* line 110, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content figure img {
  display: inline-block;
}
/* line 112, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content figure figcaption {
  font-style: italic;
}
/* line 114, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content pre {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  padding: 1.25em 1.5em;
  white-space: pre;
  word-wrap: normal;
}
/* line 120, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content sup,
.content sub {
  font-size: 75%;
}
/* line 123, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content table {
  width: 100%;
}
/* line 125, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content table td,
.content table th {
  border: 1px solid #E1E3E6;
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
}
/* line 131, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content table th {
  color: #363636;
}
/* line 133, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content table th:not([align]) {
  text-align: inherit;
}
/* line 136, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content table thead td,
.content table thead th {
  border-width: 0 0 2px;
  color: #363636;
}
/* line 141, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content table tfoot td,
.content table tfoot th {
  border-width: 2px 0 0;
  color: #363636;
}
/* line 148, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content table tbody tr:last-child td,
.content table tbody tr:last-child th {
  border-bottom-width: 0;
}
/* line 152, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content .tabs li + li {
  margin-top: 0;
}
/* line 155, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content.is-small {
  font-size: 0.75rem;
}
/* line 157, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content.is-normal {
  font-size: 1rem;
}
/* line 159, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content.is-medium {
  font-size: 1.25rem;
}
/* line 161, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content.is-large {
  font-size: 1.5rem;
}

/* line 7, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/icon.sass */
.icon {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  height: 1.5rem;
  width: 1.5rem;
}
/* line 14, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/icon.sass */
.icon.is-small {
  height: 1rem;
  width: 1rem;
}
/* line 17, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/icon.sass */
.icon.is-medium {
  height: 2rem;
  width: 2rem;
}
/* line 20, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/icon.sass */
.icon.is-large {
  height: 3rem;
  width: 3rem;
}

/* line 24, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/icon.sass */
.icon-text {
  align-items: flex-start;
  color: inherit;
  display: inline-flex;
  flex-wrap: wrap;
  line-height: 1.5rem;
  vertical-align: top;
}
/* line 31, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/icon.sass */
.icon-text .icon {
  flex-grow: 0;
  flex-shrink: 0;
}
/* line 34, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/icon.sass */
.icon-text .icon:not(:last-child) {
  margin-right: 0.25em;
}
/* line 39, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/icon.sass */
.icon-text .icon:not(:first-child) {
  margin-left: 0.25em;
}

/* line 45, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/icon.sass */
div.icon-text {
  display: flex;
}

/* line 5, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/image.sass */
.image {
  display: block;
  position: relative;
}
/* line 8, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/image.sass */
.image img {
  display: block;
  height: auto;
  width: 100%;
}
/* line 12, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/image.sass */
.image img.is-rounded {
  border-radius: 9999px;
}
/* line 14, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/image.sass */
.image.is-fullwidth {
  width: 100%;
}
/* line 33, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/image.sass */
.image.is-square img,
.image.is-square .has-ratio, .image.is-1by1 img,
.image.is-1by1 .has-ratio, .image.is-5by4 img,
.image.is-5by4 .has-ratio, .image.is-4by3 img,
.image.is-4by3 .has-ratio, .image.is-3by2 img,
.image.is-3by2 .has-ratio, .image.is-5by3 img,
.image.is-5by3 .has-ratio, .image.is-16by9 img,
.image.is-16by9 .has-ratio, .image.is-2by1 img,
.image.is-2by1 .has-ratio, .image.is-3by1 img,
.image.is-3by1 .has-ratio, .image.is-4by5 img,
.image.is-4by5 .has-ratio, .image.is-3by4 img,
.image.is-3by4 .has-ratio, .image.is-2by3 img,
.image.is-2by3 .has-ratio, .image.is-3by5 img,
.image.is-3by5 .has-ratio, .image.is-9by16 img,
.image.is-9by16 .has-ratio, .image.is-1by2 img,
.image.is-1by2 .has-ratio, .image.is-1by3 img,
.image.is-1by3 .has-ratio {
  height: 100%;
  width: 100%;
}
/* line 38, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/image.sass */
.image.is-square, .image.is-1by1 {
  padding-top: 100%;
}
/* line 41, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/image.sass */
.image.is-5by4 {
  padding-top: 80%;
}
/* line 43, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/image.sass */
.image.is-4by3 {
  padding-top: 75%;
}
/* line 45, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/image.sass */
.image.is-3by2 {
  padding-top: 66.6666%;
}
/* line 47, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/image.sass */
.image.is-5by3 {
  padding-top: 60%;
}
/* line 49, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/image.sass */
.image.is-16by9 {
  padding-top: 56.25%;
}
/* line 51, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/image.sass */
.image.is-2by1 {
  padding-top: 50%;
}
/* line 53, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/image.sass */
.image.is-3by1 {
  padding-top: 33.3333%;
}
/* line 55, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/image.sass */
.image.is-4by5 {
  padding-top: 125%;
}
/* line 57, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/image.sass */
.image.is-3by4 {
  padding-top: 133.3333%;
}
/* line 59, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/image.sass */
.image.is-2by3 {
  padding-top: 150%;
}
/* line 61, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/image.sass */
.image.is-3by5 {
  padding-top: 166.6666%;
}
/* line 63, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/image.sass */
.image.is-9by16 {
  padding-top: 177.7777%;
}
/* line 65, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/image.sass */
.image.is-1by2 {
  padding-top: 200%;
}
/* line 67, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/image.sass */
.image.is-1by3 {
  padding-top: 300%;
}
/* line 71, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/image.sass */
.image.is-16x16 {
  height: 16px;
  width: 16px;
}
/* line 71, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/image.sass */
.image.is-24x24 {
  height: 24px;
  width: 24px;
}
/* line 71, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/image.sass */
.image.is-32x32 {
  height: 32px;
  width: 32px;
}
/* line 71, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/image.sass */
.image.is-48x48 {
  height: 48px;
  width: 48px;
}
/* line 71, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/image.sass */
.image.is-64x64 {
  height: 64px;
  width: 64px;
}
/* line 71, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/image.sass */
.image.is-96x96 {
  height: 96px;
  width: 96px;
}
/* line 71, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/image.sass */
.image.is-128x128 {
  height: 128px;
  width: 128px;
}

/* line 12, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification {
  background-color: #f0f1f2;
  border-radius: 4px;
  position: relative;
  padding: 1.25rem 2.5rem 1.25rem 1.5rem;
}
/* line 21, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification a:not(.button):not(.dropdown-item) {
  color: currentColor;
  text-decoration: underline;
}
/* line 24, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification strong {
  color: currentColor;
}
/* line 26, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification code,
.notification pre {
  background: white;
}
/* line 29, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification pre code {
  background: transparent;
}
/* line 31, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification > .delete {
  right: 0.5rem;
  position: absolute;
  top: 0.5rem;
}
/* line 35, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification .title,
.notification .subtitle,
.notification .content {
  color: currentColor;
}
/* line 43, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification.is-white {
  background-color: white;
  color: #0a0a0a;
}
/* line 43, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification.is-black {
  background-color: #0a0a0a;
  color: white;
}
/* line 43, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification.is-light {
  background-color: #f0f1f2;
  color: rgba(0, 0, 0, 0.7);
}
/* line 43, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification.is-dark {
  background-color: #363636;
  color: #fff;
}
/* line 43, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification.is-primary {
  background-color: #0069FF;
  color: #fff;
}
/* line 50, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification.is-primary.is-light {
  background-color: #E5ECFF;
  color: #0061eb;
}
/* line 43, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification.is-link {
  background-color: #485fc7;
  color: #fff;
}
/* line 50, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification.is-link.is-light {
  background-color: #eff1fa;
  color: #3850b7;
}
/* line 43, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification.is-info {
  background-color: #3e8ed0;
  color: #fff;
}
/* line 50, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification.is-info.is-light {
  background-color: #eff5fb;
  color: #296fa8;
}
/* line 43, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification.is-success {
  background-color: #48c78e;
  color: #fff;
}
/* line 50, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification.is-success.is-light {
  background-color: #effaf5;
  color: #257953;
}
/* line 43, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification.is-warning {
  background-color: #ffe08a;
  color: rgba(0, 0, 0, 0.7);
}
/* line 50, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification.is-warning.is-light {
  background-color: #fffaeb;
  color: #946c00;
}
/* line 43, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification.is-danger {
  background-color: #f14668;
  color: #fff;
}
/* line 50, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification.is-danger.is-light {
  background-color: #feecf0;
  color: #cc0f35;
}

/* line 11, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 9999px;
  display: block;
  height: 1rem;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
/* line 22, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress::-webkit-progress-bar {
  background-color: #ededed;
}
/* line 24, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress::-webkit-progress-value {
  background-color: #535957;
}
/* line 26, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress::-moz-progress-bar {
  background-color: #535957;
}
/* line 28, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress::-ms-fill {
  background-color: #535957;
  border: none;
}
/* line 35, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-white::-webkit-progress-value {
  background-color: white;
}
/* line 37, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-white::-moz-progress-bar {
  background-color: white;
}
/* line 39, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-white::-ms-fill {
  background-color: white;
}
/* line 41, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-white:indeterminate {
  background-image: linear-gradient(to right, white 30%, #ededed 30%);
}
/* line 35, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-black::-webkit-progress-value {
  background-color: #0a0a0a;
}
/* line 37, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-black::-moz-progress-bar {
  background-color: #0a0a0a;
}
/* line 39, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-black::-ms-fill {
  background-color: #0a0a0a;
}
/* line 41, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-black:indeterminate {
  background-image: linear-gradient(to right, #0a0a0a 30%, #ededed 30%);
}
/* line 35, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-light::-webkit-progress-value {
  background-color: #f0f1f2;
}
/* line 37, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-light::-moz-progress-bar {
  background-color: #f0f1f2;
}
/* line 39, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-light::-ms-fill {
  background-color: #f0f1f2;
}
/* line 41, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-light:indeterminate {
  background-image: linear-gradient(to right, #f0f1f2 30%, #ededed 30%);
}
/* line 35, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-dark::-webkit-progress-value {
  background-color: #363636;
}
/* line 37, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-dark::-moz-progress-bar {
  background-color: #363636;
}
/* line 39, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-dark::-ms-fill {
  background-color: #363636;
}
/* line 41, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-dark:indeterminate {
  background-image: linear-gradient(to right, #363636 30%, #ededed 30%);
}
/* line 35, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-primary::-webkit-progress-value {
  background-color: #0069FF;
}
/* line 37, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-primary::-moz-progress-bar {
  background-color: #0069FF;
}
/* line 39, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-primary::-ms-fill {
  background-color: #0069FF;
}
/* line 41, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-primary:indeterminate {
  background-image: linear-gradient(to right, #0069FF 30%, #ededed 30%);
}
/* line 35, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-link::-webkit-progress-value {
  background-color: #485fc7;
}
/* line 37, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-link::-moz-progress-bar {
  background-color: #485fc7;
}
/* line 39, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-link::-ms-fill {
  background-color: #485fc7;
}
/* line 41, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-link:indeterminate {
  background-image: linear-gradient(to right, #485fc7 30%, #ededed 30%);
}
/* line 35, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-info::-webkit-progress-value {
  background-color: #3e8ed0;
}
/* line 37, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-info::-moz-progress-bar {
  background-color: #3e8ed0;
}
/* line 39, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-info::-ms-fill {
  background-color: #3e8ed0;
}
/* line 41, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-info:indeterminate {
  background-image: linear-gradient(to right, #3e8ed0 30%, #ededed 30%);
}
/* line 35, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-success::-webkit-progress-value {
  background-color: #48c78e;
}
/* line 37, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-success::-moz-progress-bar {
  background-color: #48c78e;
}
/* line 39, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-success::-ms-fill {
  background-color: #48c78e;
}
/* line 41, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-success:indeterminate {
  background-image: linear-gradient(to right, #48c78e 30%, #ededed 30%);
}
/* line 35, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-warning::-webkit-progress-value {
  background-color: #ffe08a;
}
/* line 37, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-warning::-moz-progress-bar {
  background-color: #ffe08a;
}
/* line 39, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-warning::-ms-fill {
  background-color: #ffe08a;
}
/* line 41, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-warning:indeterminate {
  background-image: linear-gradient(to right, #ffe08a 30%, #ededed 30%);
}
/* line 35, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-danger::-webkit-progress-value {
  background-color: #f14668;
}
/* line 37, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-danger::-moz-progress-bar {
  background-color: #f14668;
}
/* line 39, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-danger::-ms-fill {
  background-color: #f14668;
}
/* line 41, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-danger:indeterminate {
  background-image: linear-gradient(to right, #f14668 30%, #ededed 30%);
}
/* line 44, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress:indeterminate {
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: moveIndeterminate;
  animation-timing-function: linear;
  background-color: #ededed;
  background-image: linear-gradient(to right, #535957 30%, #ededed 30%);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 150% 150%;
}
/* line 54, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress:indeterminate::-webkit-progress-bar {
  background-color: transparent;
}
/* line 56, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress:indeterminate::-moz-progress-bar {
  background-color: transparent;
}
/* line 58, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress:indeterminate::-ms-fill {
  animation-name: none;
}
/* line 62, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-small {
  height: 0.75rem;
}
/* line 64, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-medium {
  height: 1.25rem;
}
/* line 66, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-large {
  height: 1.5rem;
}

@keyframes moveIndeterminate {
  from {
    background-position: 200% 0;
  }
  to {
    background-position: -200% 0;
  }
}
/* line 31, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table {
  background-color: white;
  color: #363636;
}
/* line 35, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table td,
.table th {
  border: 1px solid #E1E3E6;
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
}
/* line 45, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table td.is-white,
.table th.is-white {
  background-color: white;
  border-color: white;
  color: #0a0a0a;
}
/* line 45, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table td.is-black,
.table th.is-black {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: white;
}
/* line 45, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table td.is-light,
.table th.is-light {
  background-color: #f0f1f2;
  border-color: #f0f1f2;
  color: rgba(0, 0, 0, 0.7);
}
/* line 45, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table td.is-dark,
.table th.is-dark {
  background-color: #363636;
  border-color: #363636;
  color: #fff;
}
/* line 45, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table td.is-primary,
.table th.is-primary {
  background-color: #0069FF;
  border-color: #0069FF;
  color: #fff;
}
/* line 45, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table td.is-link,
.table th.is-link {
  background-color: #485fc7;
  border-color: #485fc7;
  color: #fff;
}
/* line 45, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table td.is-info,
.table th.is-info {
  background-color: #3e8ed0;
  border-color: #3e8ed0;
  color: #fff;
}
/* line 45, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table td.is-success,
.table th.is-success {
  background-color: #48c78e;
  border-color: #48c78e;
  color: #fff;
}
/* line 45, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table td.is-warning,
.table th.is-warning {
  background-color: #ffe08a;
  border-color: #ffe08a;
  color: rgba(0, 0, 0, 0.7);
}
/* line 45, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table td.is-danger,
.table th.is-danger {
  background-color: #f14668;
  border-color: #f14668;
  color: #fff;
}
/* line 50, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table td.is-narrow,
.table th.is-narrow {
  white-space: nowrap;
  width: 1%;
}
/* line 53, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table td.is-selected,
.table th.is-selected {
  background-color: #0069FF;
  color: #fff;
}
/* line 56, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table td.is-selected a,
.table td.is-selected strong,
.table th.is-selected a,
.table th.is-selected strong {
  color: currentColor;
}
/* line 59, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table td.is-vcentered,
.table th.is-vcentered {
  vertical-align: middle;
}
/* line 61, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table th {
  color: #363636;
}
/* line 63, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table th:not([align]) {
  text-align: left;
}
/* line 66, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table tr.is-selected {
  background-color: #0069FF;
  color: #fff;
}
/* line 69, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table tr.is-selected a,
.table tr.is-selected strong {
  color: currentColor;
}
/* line 72, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table tr.is-selected td,
.table tr.is-selected th {
  border-color: #fff;
  color: currentColor;
}
/* line 76, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table thead {
  background-color: transparent;
}
/* line 78, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table thead td,
.table thead th {
  border-width: 0 0 2px;
  color: #363636;
}
/* line 82, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table tfoot {
  background-color: transparent;
}
/* line 84, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table tfoot td,
.table tfoot th {
  border-width: 2px 0 0;
  color: #363636;
}
/* line 88, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table tbody {
  background-color: transparent;
}
/* line 92, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table tbody tr:last-child td,
.table tbody tr:last-child th {
  border-bottom-width: 0;
}
/* line 97, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table.is-bordered td,
.table.is-bordered th {
  border-width: 1px;
}
/* line 102, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table.is-bordered tr:last-child td,
.table.is-bordered tr:last-child th {
  border-bottom-width: 1px;
}
/* line 105, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table.is-fullwidth {
  width: 100%;
}
/* line 110, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table.is-hoverable tbody tr:not(.is-selected):hover {
  background-color: #fafafa;
}
/* line 115, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover {
  background-color: #fafafa;
}
/* line 117, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even) {
  background-color: #f0f1f2;
}
/* line 120, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table.is-narrow td,
.table.is-narrow th {
  padding: 0.25em 0.5em;
}
/* line 126, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table.is-striped tbody tr:not(.is-selected):nth-child(even) {
  background-color: #fafafa;
}

/* line 129, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table-container {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  overflow-y: hidden;
  max-width: 100%;
}

/* line 10, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tags {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
/* line 15, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tags .tag {
  margin-bottom: 0.5rem;
}
/* line 17, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tags .tag:not(:last-child) {
  margin-right: 0.5rem;
}
/* line 19, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tags:last-child {
  margin-bottom: -0.5rem;
}
/* line 21, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tags:not(:last-child) {
  margin-bottom: 1rem;
}
/* line 25, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tags.are-medium .tag:not(.is-normal):not(.is-large) {
  font-size: 1rem;
}
/* line 28, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tags.are-large .tag:not(.is-normal):not(.is-medium) {
  font-size: 1.25rem;
}
/* line 30, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tags.is-centered {
  justify-content: center;
}
/* line 32, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tags.is-centered .tag {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}
/* line 35, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tags.is-right {
  justify-content: flex-end;
}
/* line 38, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tags.is-right .tag:not(:first-child) {
  margin-left: 0.5rem;
}
/* line 40, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tags.is-right .tag:not(:last-child) {
  margin-right: 0;
}
/* line 43, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tags.has-addons .tag {
  margin-right: 0;
}
/* line 45, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tags.has-addons .tag:not(:first-child) {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 53, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tags.has-addons .tag:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 61, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag:not(body) {
  align-items: center;
  background-color: #f0f1f2;
  border-radius: 4px;
  color: #535957;
  display: inline-flex;
  font-size: 0.75rem;
  height: 2em;
  justify-content: center;
  line-height: 1.5;
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap;
}
/* line 74, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag:not(body) .delete {
  margin-left: 0.25rem;
  margin-right: -0.375rem;
}
/* line 81, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag:not(body).is-white {
  background-color: white;
  color: #0a0a0a;
}
/* line 81, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag:not(body).is-black {
  background-color: #0a0a0a;
  color: white;
}
/* line 81, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag:not(body).is-light {
  background-color: #f0f1f2;
  color: rgba(0, 0, 0, 0.7);
}
/* line 81, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag:not(body).is-dark {
  background-color: #363636;
  color: #fff;
}
/* line 81, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag:not(body).is-primary {
  background-color: #0069FF;
  color: #fff;
}
/* line 88, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag:not(body).is-primary.is-light {
  background-color: #E5ECFF;
  color: #0061eb;
}
/* line 81, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag:not(body).is-link {
  background-color: #485fc7;
  color: #fff;
}
/* line 88, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag:not(body).is-link.is-light {
  background-color: #eff1fa;
  color: #3850b7;
}
/* line 81, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag:not(body).is-info {
  background-color: #3e8ed0;
  color: #fff;
}
/* line 88, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag:not(body).is-info.is-light {
  background-color: #eff5fb;
  color: #296fa8;
}
/* line 81, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag:not(body).is-success {
  background-color: #48c78e;
  color: #fff;
}
/* line 88, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag:not(body).is-success.is-light {
  background-color: #effaf5;
  color: #257953;
}
/* line 81, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag:not(body).is-warning {
  background-color: #ffe08a;
  color: rgba(0, 0, 0, 0.7);
}
/* line 88, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag:not(body).is-warning.is-light {
  background-color: #fffaeb;
  color: #946c00;
}
/* line 81, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag:not(body).is-danger {
  background-color: #f14668;
  color: #fff;
}
/* line 88, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag:not(body).is-danger.is-light {
  background-color: #feecf0;
  color: #cc0f35;
}
/* line 92, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag:not(body).is-normal {
  font-size: 0.75rem;
}
/* line 94, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag:not(body).is-medium {
  font-size: 1rem;
}
/* line 96, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag:not(body).is-large {
  font-size: 1.25rem;
}
/* line 99, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag:not(body) .icon:first-child:not(:last-child) {
  margin-left: -0.375em;
  margin-right: 0.1875em;
}
/* line 102, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag:not(body) .icon:last-child:not(:first-child) {
  margin-left: 0.1875em;
  margin-right: -0.375em;
}
/* line 105, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag:not(body) .icon:first-child:last-child {
  margin-left: -0.375em;
  margin-right: -0.375em;
}
/* line 109, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag:not(body).is-delete {
  margin-left: 1px;
  padding: 0;
  position: relative;
  width: 2em;
}
/* line 114, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag:not(body).is-delete::before, .tag:not(body).is-delete::after {
  background-color: currentColor;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}
/* line 124, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag:not(body).is-delete::before {
  height: 1px;
  width: 50%;
}
/* line 127, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag:not(body).is-delete::after {
  height: 50%;
  width: 1px;
}
/* line 130, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag:not(body).is-delete:hover, .tag:not(body).is-delete:focus {
  background-color: #e2e4e6;
}
/* line 133, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag:not(body).is-delete:active {
  background-color: #d5d8da;
}
/* line 135, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag:not(body).is-rounded {
  border-radius: 9999px;
}

/* line 139, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
a.tag:hover {
  text-decoration: underline;
}

/* line 22, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/title.sass */
.title,
.subtitle {
  word-break: break-word;
}
/* line 26, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/title.sass */
.title em,
.title span,
.subtitle em,
.subtitle span {
  font-weight: inherit;
}
/* line 29, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/title.sass */
.title sub,
.subtitle sub {
  font-size: 0.75em;
}
/* line 31, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/title.sass */
.title sup,
.subtitle sup {
  font-size: 0.75em;
}
/* line 33, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/title.sass */
.title .tag,
.subtitle .tag {
  vertical-align: middle;
}

/* line 36, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/title.sass */
.title {
  color: #363636;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.125;
}
/* line 43, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/title.sass */
.title strong {
  color: inherit;
  font-weight: inherit;
}
/* line 46, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/title.sass */
.title:not(.is-spaced) + .subtitle {
  margin-top: -1.25rem;
}
/* line 51, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/title.sass */
.title.is-1 {
  font-size: 3rem;
}
/* line 51, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/title.sass */
.title.is-2 {
  font-size: 2.5rem;
}
/* line 51, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/title.sass */
.title.is-3 {
  font-size: 2rem;
}
/* line 51, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/title.sass */
.title.is-4 {
  font-size: 1.5rem;
}
/* line 51, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/title.sass */
.title.is-5 {
  font-size: 1.25rem;
}
/* line 51, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/title.sass */
.title.is-6 {
  font-size: 1rem;
}
/* line 51, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/title.sass */
.title.is-7 {
  font-size: 0.75rem;
}

/* line 54, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/title.sass */
.subtitle {
  color: #535957;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25;
}
/* line 61, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/title.sass */
.subtitle strong {
  color: #363636;
  font-weight: 600;
}
/* line 64, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/title.sass */
.subtitle:not(.is-spaced) + .title {
  margin-top: -1.25rem;
}
/* line 69, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/title.sass */
.subtitle.is-1 {
  font-size: 3rem;
}
/* line 69, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/title.sass */
.subtitle.is-2 {
  font-size: 2.5rem;
}
/* line 69, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/title.sass */
.subtitle.is-3 {
  font-size: 2rem;
}
/* line 69, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/title.sass */
.subtitle.is-4 {
  font-size: 1.5rem;
}
/* line 69, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/title.sass */
.subtitle.is-5 {
  font-size: 1.25rem;
}
/* line 69, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/title.sass */
.subtitle.is-6 {
  font-size: 1rem;
}
/* line 69, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/title.sass */
.subtitle.is-7 {
  font-size: 0.75rem;
}

/* line 9, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/other.sass */
.heading {
  display: block;
  font-size: 11px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

/* line 19, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/other.sass */
.number {
  align-items: center;
  background-color: #f0f1f2;
  border-radius: 9999px;
  display: inline-flex;
  font-size: 1.25rem;
  height: 2em;
  justify-content: center;
  margin-right: 1.5rem;
  min-width: 2.5em;
  padding: 0.25rem 0.5rem;
  text-align: center;
  vertical-align: top;
}

/* Bulma Form */
/* line 59, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/shared.sass */
.input, .file-field .file-preview, .textarea, .select select {
  background-color: white;
  border-color: #E1E3E6;
  border-radius: 4px;
  color: #363636;
}
/* line 73, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/utilities/mixins.sass */
.input::-moz-placeholder, .file-field .file-preview::-moz-placeholder, .textarea::-moz-placeholder, .select select::-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}
/* line 73, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/utilities/mixins.sass */
.input::-webkit-input-placeholder, .file-field .file-preview::-webkit-input-placeholder, .textarea::-webkit-input-placeholder, .select select::-webkit-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}
/* line 73, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/utilities/mixins.sass */
.input:-moz-placeholder, .file-field .file-preview:-moz-placeholder, .textarea:-moz-placeholder, .select select:-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}
/* line 73, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/utilities/mixins.sass */
.input:-ms-input-placeholder, .file-field .file-preview:-ms-input-placeholder, .textarea:-ms-input-placeholder, .select select:-ms-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}
/* line 41, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/shared.sass */
.input:hover, .file-field .file-preview:hover, .textarea:hover, .select select:hover, .is-hovered.input, .file-field .is-hovered.file-preview, .is-hovered.textarea, .select select.is-hovered {
  border-color: #b5b5b5;
}
/* line 44, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/shared.sass */
.input:focus, .file-field .file-preview:focus, .textarea:focus, .select select:focus, .is-focused.input, .file-field .is-focused.file-preview, .is-focused.textarea, .select select.is-focused, .input:active, .file-field .file-preview:active, .textarea:active, .select select:active, .is-active.input, .file-field .is-active.file-preview, .is-active.textarea, .select select.is-active {
  border-color: #0069FF;
  box-shadow: 0 0 0 0.125em rgba(0, 105, 255, 0.25);
}
/* line 50, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/shared.sass */
[disabled].input, .file-field [disabled].file-preview, [disabled].textarea, .select select[disabled], fieldset[disabled] .input, fieldset[disabled] .file-field .file-preview, .file-field fieldset[disabled] .file-preview, fieldset[disabled] .textarea, fieldset[disabled] .select select, .select fieldset[disabled] select {
  background-color: #f0f1f2;
  border-color: #f0f1f2;
  box-shadow: none;
  color: #7a7a7a;
}
/* line 73, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/utilities/mixins.sass */
[disabled].input::-moz-placeholder, .file-field [disabled].file-preview::-moz-placeholder, [disabled].textarea::-moz-placeholder, .select select[disabled]::-moz-placeholder, fieldset[disabled] .input::-moz-placeholder, fieldset[disabled] .file-field .file-preview::-moz-placeholder, .file-field fieldset[disabled] .file-preview::-moz-placeholder, fieldset[disabled] .textarea::-moz-placeholder, fieldset[disabled] .select select::-moz-placeholder, .select fieldset[disabled] select::-moz-placeholder {
  color: rgba(122, 122, 122, 0.3);
}
/* line 73, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/utilities/mixins.sass */
[disabled].input::-webkit-input-placeholder, .file-field [disabled].file-preview::-webkit-input-placeholder, [disabled].textarea::-webkit-input-placeholder, .select select[disabled]::-webkit-input-placeholder, fieldset[disabled] .input::-webkit-input-placeholder, fieldset[disabled] .file-field .file-preview::-webkit-input-placeholder, .file-field fieldset[disabled] .file-preview::-webkit-input-placeholder, fieldset[disabled] .textarea::-webkit-input-placeholder, fieldset[disabled] .select select::-webkit-input-placeholder, .select fieldset[disabled] select::-webkit-input-placeholder {
  color: rgba(122, 122, 122, 0.3);
}
/* line 73, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/utilities/mixins.sass */
[disabled].input:-moz-placeholder, .file-field [disabled].file-preview:-moz-placeholder, [disabled].textarea:-moz-placeholder, .select select[disabled]:-moz-placeholder, fieldset[disabled] .input:-moz-placeholder, fieldset[disabled] .file-field .file-preview:-moz-placeholder, .file-field fieldset[disabled] .file-preview:-moz-placeholder, fieldset[disabled] .textarea:-moz-placeholder, fieldset[disabled] .select select:-moz-placeholder, .select fieldset[disabled] select:-moz-placeholder {
  color: rgba(122, 122, 122, 0.3);
}
/* line 73, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/utilities/mixins.sass */
[disabled].input:-ms-input-placeholder, .file-field [disabled].file-preview:-ms-input-placeholder, [disabled].textarea:-ms-input-placeholder, .select select[disabled]:-ms-input-placeholder, fieldset[disabled] .input:-ms-input-placeholder, fieldset[disabled] .file-field .file-preview:-ms-input-placeholder, .file-field fieldset[disabled] .file-preview:-ms-input-placeholder, fieldset[disabled] .textarea:-ms-input-placeholder, fieldset[disabled] .select select:-ms-input-placeholder, .select fieldset[disabled] select:-ms-input-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

/* line 7, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.input, .file-field .file-preview, .textarea {
  box-shadow: inset 0 0.0625em 0.125em rgba(10, 10, 10, 0.05);
  max-width: 100%;
  width: 100%;
}
/* line 12, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
[readonly].input, .file-field [readonly].file-preview, [readonly].textarea {
  box-shadow: none;
}
/* line 17, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-white.input, .file-field .is-white.file-preview, .is-white.textarea {
  border-color: white;
}
/* line 19, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-white.input:focus, .file-field .is-white.file-preview:focus, .is-white.textarea:focus, .is-white.is-focused.input, .file-field .is-white.is-focused.file-preview, .is-white.is-focused.textarea, .is-white.input:active, .file-field .is-white.file-preview:active, .is-white.textarea:active, .is-white.is-active.input, .file-field .is-white.is-active.file-preview, .is-white.is-active.textarea {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}
/* line 17, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-black.input, .file-field .is-black.file-preview, .is-black.textarea {
  border-color: #0a0a0a;
}
/* line 19, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-black.input:focus, .file-field .is-black.file-preview:focus, .is-black.textarea:focus, .is-black.is-focused.input, .file-field .is-black.is-focused.file-preview, .is-black.is-focused.textarea, .is-black.input:active, .file-field .is-black.file-preview:active, .is-black.textarea:active, .is-black.is-active.input, .file-field .is-black.is-active.file-preview, .is-black.is-active.textarea {
  box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}
/* line 17, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-light.input, .file-field .is-light.file-preview, .is-light.textarea {
  border-color: #f0f1f2;
}
/* line 19, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-light.input:focus, .file-field .is-light.file-preview:focus, .is-light.textarea:focus, .is-light.is-focused.input, .file-field .is-light.is-focused.file-preview, .is-light.is-focused.textarea, .is-light.input:active, .file-field .is-light.file-preview:active, .is-light.textarea:active, .is-light.is-active.input, .file-field .is-light.is-active.file-preview, .is-light.is-active.textarea {
  box-shadow: 0 0 0 0.125em rgba(240, 241, 242, 0.25);
}
/* line 17, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-dark.input, .file-field .is-dark.file-preview, .is-dark.textarea {
  border-color: #363636;
}
/* line 19, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-dark.input:focus, .file-field .is-dark.file-preview:focus, .is-dark.textarea:focus, .is-dark.is-focused.input, .file-field .is-dark.is-focused.file-preview, .is-dark.is-focused.textarea, .is-dark.input:active, .file-field .is-dark.file-preview:active, .is-dark.textarea:active, .is-dark.is-active.input, .file-field .is-dark.is-active.file-preview, .is-dark.is-active.textarea {
  box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}
/* line 17, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-primary.input, .file-field .is-primary.file-preview, .is-primary.textarea {
  border-color: #0069FF;
}
/* line 19, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-primary.input:focus, .file-field .is-primary.file-preview:focus, .is-primary.textarea:focus, .is-primary.is-focused.input, .file-field .is-primary.is-focused.file-preview, .is-primary.is-focused.textarea, .is-primary.input:active, .file-field .is-primary.file-preview:active, .is-primary.textarea:active, .is-primary.is-active.input, .file-field .is-primary.is-active.file-preview, .is-primary.is-active.textarea {
  box-shadow: 0 0 0 0.125em rgba(0, 105, 255, 0.25);
}
/* line 17, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-link.input, .file-field .is-link.file-preview, .is-link.textarea {
  border-color: #485fc7;
}
/* line 19, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-link.input:focus, .file-field .is-link.file-preview:focus, .is-link.textarea:focus, .is-link.is-focused.input, .file-field .is-link.is-focused.file-preview, .is-link.is-focused.textarea, .is-link.input:active, .file-field .is-link.file-preview:active, .is-link.textarea:active, .is-link.is-active.input, .file-field .is-link.is-active.file-preview, .is-link.is-active.textarea {
  box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25);
}
/* line 17, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-info.input, .file-field .is-info.file-preview, .is-info.textarea {
  border-color: #3e8ed0;
}
/* line 19, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-info.input:focus, .file-field .is-info.file-preview:focus, .is-info.textarea:focus, .is-info.is-focused.input, .file-field .is-info.is-focused.file-preview, .is-info.is-focused.textarea, .is-info.input:active, .file-field .is-info.file-preview:active, .is-info.textarea:active, .is-info.is-active.input, .file-field .is-info.is-active.file-preview, .is-info.is-active.textarea {
  box-shadow: 0 0 0 0.125em rgba(62, 142, 208, 0.25);
}
/* line 17, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-success.input, .file-field .is-success.file-preview, .is-success.textarea {
  border-color: #48c78e;
}
/* line 19, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-success.input:focus, .file-field .is-success.file-preview:focus, .is-success.textarea:focus, .is-success.is-focused.input, .file-field .is-success.is-focused.file-preview, .is-success.is-focused.textarea, .is-success.input:active, .file-field .is-success.file-preview:active, .is-success.textarea:active, .is-success.is-active.input, .file-field .is-success.is-active.file-preview, .is-success.is-active.textarea {
  box-shadow: 0 0 0 0.125em rgba(72, 199, 142, 0.25);
}
/* line 17, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-warning.input, .file-field .is-warning.file-preview, .is-warning.textarea {
  border-color: #ffe08a;
}
/* line 19, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-warning.input:focus, .file-field .is-warning.file-preview:focus, .is-warning.textarea:focus, .is-warning.is-focused.input, .file-field .is-warning.is-focused.file-preview, .is-warning.is-focused.textarea, .is-warning.input:active, .file-field .is-warning.file-preview:active, .is-warning.textarea:active, .is-warning.is-active.input, .file-field .is-warning.is-active.file-preview, .is-warning.is-active.textarea {
  box-shadow: 0 0 0 0.125em rgba(255, 224, 138, 0.25);
}
/* line 17, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-danger.input, .file-field .is-danger.file-preview, .is-danger.textarea {
  border-color: #f14668;
}
/* line 19, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-danger.input:focus, .file-field .is-danger.file-preview:focus, .is-danger.textarea:focus, .is-danger.is-focused.input, .file-field .is-danger.is-focused.file-preview, .is-danger.is-focused.textarea, .is-danger.input:active, .file-field .is-danger.file-preview:active, .is-danger.textarea:active, .is-danger.is-active.input, .file-field .is-danger.is-active.file-preview, .is-danger.is-active.textarea {
  box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25);
}
/* line 25, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-small.input, .file-field .is-small.file-preview, .is-small.textarea {
  border-radius: 2px;
  font-size: 0.75rem;
}
/* line 27, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-medium.input, .file-field .is-medium.file-preview, .is-medium.textarea {
  font-size: 1.25rem;
}
/* line 29, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-large.input, .file-field .is-large.file-preview, .is-large.textarea {
  font-size: 1.5rem;
}
/* line 32, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-fullwidth.input, .file-field .is-fullwidth.file-preview, .is-fullwidth.textarea {
  display: block;
  width: 100%;
}
/* line 35, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-inline.input, .file-field .is-inline.file-preview, .is-inline.textarea {
  display: inline;
  width: auto;
}

/* line 41, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.input.is-rounded, .file-field .is-rounded.file-preview {
  border-radius: 9999px;
  padding-left: calc(calc(0.75em - 1px) + 0.375em);
  padding-right: calc(calc(0.75em - 1px) + 0.375em);
}
/* line 45, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.input.is-static, .file-field .is-static.file-preview {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}

/* line 52, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.textarea {
  display: block;
  max-width: 100%;
  min-width: 100%;
  padding: calc(0.75em - 1px);
  resize: vertical;
}
/* line 59, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.textarea:not([rows]) {
  max-height: 40em;
  min-height: 8em;
}
/* line 62, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.textarea[rows] {
  height: initial;
}
/* line 65, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.textarea.has-fixed-size {
  resize: none;
}

/* line 1, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/checkbox-radio.sass */
.checkbox, .radio {
  cursor: pointer;
  display: inline-block;
  line-height: 1.25;
  position: relative;
}
/* line 6, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/checkbox-radio.sass */
.checkbox input, .radio input {
  cursor: pointer;
}
/* line 8, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/checkbox-radio.sass */
.checkbox:hover, .radio:hover {
  color: #363636;
}
/* line 10, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/checkbox-radio.sass */
[disabled].checkbox, [disabled].radio, fieldset[disabled] .checkbox, fieldset[disabled] .radio,
.checkbox input[disabled],
.radio input[disabled] {
  color: #7a7a7a;
  cursor: not-allowed;
}

/* line 21, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/checkbox-radio.sass */
.radio + .radio {
  margin-left: 0.5em;
}

/* line 3, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select {
  display: inline-block;
  max-width: 100%;
  position: relative;
  vertical-align: top;
}
/* line 8, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select:not(.is-multiple) {
  height: 2.5em;
}
/* line 11, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select:not(.is-multiple):not(.is-loading)::after {
  border-color: #0069FF;
  right: 1.125em;
  z-index: 4;
}
/* line 17, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-rounded select {
  border-radius: 9999px;
  padding-left: 1em;
}
/* line 20, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select select {
  cursor: pointer;
  display: block;
  font-size: 1em;
  max-width: 100%;
  outline: none;
}
/* line 27, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select select::-ms-expand {
  display: none;
}
/* line 29, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select select[disabled]:hover, fieldset[disabled] .select select:hover {
  border-color: #f0f1f2;
}
/* line 32, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select select:not([multiple]) {
  padding-right: 2.5em;
}
/* line 34, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select select[multiple] {
  height: auto;
  padding: 0;
}
/* line 37, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select select[multiple] option {
  padding: 0.5em 1em;
}
/* line 41, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select:not(.is-multiple):not(.is-loading):hover::after {
  border-color: #363636;
}
/* line 47, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-white:not(:hover)::after {
  border-color: white;
}
/* line 49, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-white select {
  border-color: white;
}
/* line 51, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-white select:hover, .select.is-white select.is-hovered {
  border-color: #f2f2f2;
}
/* line 54, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-white select:focus, .select.is-white select.is-focused, .select.is-white select:active, .select.is-white select.is-active {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}
/* line 47, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-black:not(:hover)::after {
  border-color: #0a0a0a;
}
/* line 49, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-black select {
  border-color: #0a0a0a;
}
/* line 51, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-black select:hover, .select.is-black select.is-hovered {
  border-color: black;
}
/* line 54, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-black select:focus, .select.is-black select.is-focused, .select.is-black select:active, .select.is-black select.is-active {
  box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}
/* line 47, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-light:not(:hover)::after {
  border-color: #f0f1f2;
}
/* line 49, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-light select {
  border-color: #f0f1f2;
}
/* line 51, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-light select:hover, .select.is-light select.is-hovered {
  border-color: #e2e4e6;
}
/* line 54, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-light select:focus, .select.is-light select.is-focused, .select.is-light select:active, .select.is-light select.is-active {
  box-shadow: 0 0 0 0.125em rgba(240, 241, 242, 0.25);
}
/* line 47, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-dark:not(:hover)::after {
  border-color: #363636;
}
/* line 49, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-dark select {
  border-color: #363636;
}
/* line 51, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-dark select:hover, .select.is-dark select.is-hovered {
  border-color: #292929;
}
/* line 54, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-dark select:focus, .select.is-dark select.is-focused, .select.is-dark select:active, .select.is-dark select.is-active {
  box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}
/* line 47, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-primary:not(:hover)::after {
  border-color: #0069FF;
}
/* line 49, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-primary select {
  border-color: #0069FF;
}
/* line 51, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-primary select:hover, .select.is-primary select.is-hovered {
  border-color: #005fe6;
}
/* line 54, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-primary select:focus, .select.is-primary select.is-focused, .select.is-primary select:active, .select.is-primary select.is-active {
  box-shadow: 0 0 0 0.125em rgba(0, 105, 255, 0.25);
}
/* line 47, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-link:not(:hover)::after {
  border-color: #485fc7;
}
/* line 49, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-link select {
  border-color: #485fc7;
}
/* line 51, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-link select:hover, .select.is-link select.is-hovered {
  border-color: #3a51bb;
}
/* line 54, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-link select:focus, .select.is-link select.is-focused, .select.is-link select:active, .select.is-link select.is-active {
  box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25);
}
/* line 47, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-info:not(:hover)::after {
  border-color: #3e8ed0;
}
/* line 49, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-info select {
  border-color: #3e8ed0;
}
/* line 51, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-info select:hover, .select.is-info select.is-hovered {
  border-color: #3082c5;
}
/* line 54, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-info select:focus, .select.is-info select.is-focused, .select.is-info select:active, .select.is-info select.is-active {
  box-shadow: 0 0 0 0.125em rgba(62, 142, 208, 0.25);
}
/* line 47, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-success:not(:hover)::after {
  border-color: #48c78e;
}
/* line 49, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-success select {
  border-color: #48c78e;
}
/* line 51, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-success select:hover, .select.is-success select.is-hovered {
  border-color: #3abb81;
}
/* line 54, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-success select:focus, .select.is-success select.is-focused, .select.is-success select:active, .select.is-success select.is-active {
  box-shadow: 0 0 0 0.125em rgba(72, 199, 142, 0.25);
}
/* line 47, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-warning:not(:hover)::after {
  border-color: #ffe08a;
}
/* line 49, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-warning select {
  border-color: #ffe08a;
}
/* line 51, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-warning select:hover, .select.is-warning select.is-hovered {
  border-color: #ffd970;
}
/* line 54, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-warning select:focus, .select.is-warning select.is-focused, .select.is-warning select:active, .select.is-warning select.is-active {
  box-shadow: 0 0 0 0.125em rgba(255, 224, 138, 0.25);
}
/* line 47, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-danger:not(:hover)::after {
  border-color: #f14668;
}
/* line 49, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-danger select {
  border-color: #f14668;
}
/* line 51, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-danger select:hover, .select.is-danger select.is-hovered {
  border-color: #ef2e55;
}
/* line 54, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-danger select:focus, .select.is-danger select.is-focused, .select.is-danger select:active, .select.is-danger select.is-active {
  box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25);
}
/* line 60, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}
/* line 62, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-medium {
  font-size: 1.25rem;
}
/* line 64, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-large {
  font-size: 1.5rem;
}
/* line 68, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-disabled::after {
  border-color: #7a7a7a !important;
  opacity: 0.5;
}
/* line 71, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-fullwidth {
  width: 100%;
}
/* line 73, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-fullwidth select {
  width: 100%;
}
/* line 76, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-loading::after {
  margin-top: 0;
  position: absolute;
  right: 0.625em;
  top: 0.625em;
  transform: none;
}
/* line 83, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-loading.is-small:after {
  font-size: 0.75rem;
}
/* line 85, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-loading.is-medium:after {
  font-size: 1.25rem;
}
/* line 87, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-loading.is-large:after {
  font-size: 1.5rem;
}

/* line 16, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file {
  align-items: stretch;
  display: flex;
  justify-content: flex-start;
  position: relative;
}
/* line 27, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-white .file-cta {
  background-color: white;
  border-color: transparent;
  color: #0a0a0a;
}
/* line 33, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-white:hover .file-cta, .file.is-white.is-hovered .file-cta {
  background-color: #f9f9f9;
  border-color: transparent;
  color: #0a0a0a;
}
/* line 39, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-white:focus .file-cta, .file.is-white.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
  color: #0a0a0a;
}
/* line 45, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-white:active .file-cta, .file.is-white.is-active .file-cta {
  background-color: #f2f2f2;
  border-color: transparent;
  color: #0a0a0a;
}
/* line 27, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-black .file-cta {
  background-color: #0a0a0a;
  border-color: transparent;
  color: white;
}
/* line 33, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-black:hover .file-cta, .file.is-black.is-hovered .file-cta {
  background-color: #040404;
  border-color: transparent;
  color: white;
}
/* line 39, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-black:focus .file-cta, .file.is-black.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.25);
  color: white;
}
/* line 45, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-black:active .file-cta, .file.is-black.is-active .file-cta {
  background-color: black;
  border-color: transparent;
  color: white;
}
/* line 27, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-light .file-cta {
  background-color: #f0f1f2;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
/* line 33, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-light:hover .file-cta, .file.is-light.is-hovered .file-cta {
  background-color: #e9ebec;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
/* line 39, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-light:focus .file-cta, .file.is-light.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(240, 241, 242, 0.25);
  color: rgba(0, 0, 0, 0.7);
}
/* line 45, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-light:active .file-cta, .file.is-light.is-active .file-cta {
  background-color: #e2e4e6;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
/* line 27, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-dark .file-cta {
  background-color: #363636;
  border-color: transparent;
  color: #fff;
}
/* line 33, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-dark:hover .file-cta, .file.is-dark.is-hovered .file-cta {
  background-color: #2f2f2f;
  border-color: transparent;
  color: #fff;
}
/* line 39, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-dark:focus .file-cta, .file.is-dark.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.25);
  color: #fff;
}
/* line 45, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-dark:active .file-cta, .file.is-dark.is-active .file-cta {
  background-color: #292929;
  border-color: transparent;
  color: #fff;
}
/* line 27, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-primary .file-cta {
  background-color: #0069FF;
  border-color: transparent;
  color: #fff;
}
/* line 33, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-primary:hover .file-cta, .file.is-primary.is-hovered .file-cta {
  background-color: #0064f2;
  border-color: transparent;
  color: #fff;
}
/* line 39, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-primary:focus .file-cta, .file.is-primary.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(0, 105, 255, 0.25);
  color: #fff;
}
/* line 45, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-primary:active .file-cta, .file.is-primary.is-active .file-cta {
  background-color: #005fe6;
  border-color: transparent;
  color: #fff;
}
/* line 27, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-link .file-cta {
  background-color: #485fc7;
  border-color: transparent;
  color: #fff;
}
/* line 33, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-link:hover .file-cta, .file.is-link.is-hovered .file-cta {
  background-color: #3e56c4;
  border-color: transparent;
  color: #fff;
}
/* line 39, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-link:focus .file-cta, .file.is-link.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(72, 95, 199, 0.25);
  color: #fff;
}
/* line 45, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-link:active .file-cta, .file.is-link.is-active .file-cta {
  background-color: #3a51bb;
  border-color: transparent;
  color: #fff;
}
/* line 27, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-info .file-cta {
  background-color: #3e8ed0;
  border-color: transparent;
  color: #fff;
}
/* line 33, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-info:hover .file-cta, .file.is-info.is-hovered .file-cta {
  background-color: #3488ce;
  border-color: transparent;
  color: #fff;
}
/* line 39, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-info:focus .file-cta, .file.is-info.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(62, 142, 208, 0.25);
  color: #fff;
}
/* line 45, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-info:active .file-cta, .file.is-info.is-active .file-cta {
  background-color: #3082c5;
  border-color: transparent;
  color: #fff;
}
/* line 27, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-success .file-cta {
  background-color: #48c78e;
  border-color: transparent;
  color: #fff;
}
/* line 33, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-success:hover .file-cta, .file.is-success.is-hovered .file-cta {
  background-color: #3ec487;
  border-color: transparent;
  color: #fff;
}
/* line 39, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-success:focus .file-cta, .file.is-success.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(72, 199, 142, 0.25);
  color: #fff;
}
/* line 45, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-success:active .file-cta, .file.is-success.is-active .file-cta {
  background-color: #3abb81;
  border-color: transparent;
  color: #fff;
}
/* line 27, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-warning .file-cta {
  background-color: #ffe08a;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
/* line 33, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-warning:hover .file-cta, .file.is-warning.is-hovered .file-cta {
  background-color: #ffdc7d;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
/* line 39, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-warning:focus .file-cta, .file.is-warning.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(255, 224, 138, 0.25);
  color: rgba(0, 0, 0, 0.7);
}
/* line 45, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-warning:active .file-cta, .file.is-warning.is-active .file-cta {
  background-color: #ffd970;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
/* line 27, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-danger .file-cta {
  background-color: #f14668;
  border-color: transparent;
  color: #fff;
}
/* line 33, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-danger:hover .file-cta, .file.is-danger.is-hovered .file-cta {
  background-color: #f03a5f;
  border-color: transparent;
  color: #fff;
}
/* line 39, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-danger:focus .file-cta, .file.is-danger.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(241, 70, 104, 0.25);
  color: #fff;
}
/* line 45, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-danger:active .file-cta, .file.is-danger.is-active .file-cta {
  background-color: #ef2e55;
  border-color: transparent;
  color: #fff;
}
/* line 50, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-small {
  font-size: 0.75rem;
}
/* line 52, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-normal {
  font-size: 1rem;
}
/* line 54, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-medium {
  font-size: 1.25rem;
}
/* line 57, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-medium .file-icon .fa {
  font-size: 21px;
}
/* line 59, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-large {
  font-size: 1.5rem;
}
/* line 62, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-large .file-icon .fa {
  font-size: 28px;
}
/* line 66, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.has-name .file-cta {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
/* line 69, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.has-name .file-name {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
/* line 73, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.has-name.is-empty .file-cta {
  border-radius: 4px;
}
/* line 75, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.has-name.is-empty .file-name {
  display: none;
}
/* line 78, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-boxed .file-label {
  flex-direction: column;
}
/* line 80, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-boxed .file-cta {
  flex-direction: column;
  height: auto;
  padding: 1em 3em;
}
/* line 84, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-boxed .file-name {
  border-width: 0 1px 1px;
}
/* line 86, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-boxed .file-icon {
  height: 1.5em;
  width: 1.5em;
}
/* line 89, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-boxed .file-icon .fa {
  font-size: 21px;
}
/* line 92, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-boxed.is-small .file-icon .fa {
  font-size: 14px;
}
/* line 95, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-boxed.is-medium .file-icon .fa {
  font-size: 28px;
}
/* line 98, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-boxed.is-large .file-icon .fa {
  font-size: 35px;
}
/* line 101, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-boxed.has-name .file-cta {
  border-radius: 4px 4px 0 0;
}
/* line 103, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-boxed.has-name .file-name {
  border-radius: 0 0 4px 4px;
  border-width: 0 1px 1px;
}
/* line 106, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-centered {
  justify-content: center;
}
/* line 109, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-fullwidth .file-label {
  width: 100%;
}
/* line 111, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-fullwidth .file-name {
  flex-grow: 1;
  max-width: none;
}
/* line 114, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-right {
  justify-content: flex-end;
}
/* line 116, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-right .file-cta {
  border-radius: 0 4px 4px 0;
}
/* line 118, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-right .file-name {
  border-radius: 4px 0 0 4px;
  border-width: 1px 0 1px 1px;
  order: -1;
}

/* line 123, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file-label {
  align-items: stretch;
  display: flex;
  cursor: pointer;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
}
/* line 131, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file-label:hover .file-cta {
  background-color: #e9ebec;
  color: #363636;
}
/* line 134, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file-label:hover .file-name {
  border-color: #dadde0;
}
/* line 137, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file-label:active .file-cta {
  background-color: #e2e4e6;
  color: #363636;
}
/* line 140, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file-label:active .file-name {
  border-color: #d3d6da;
}

/* line 143, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file-input {
  height: 100%;
  left: 0;
  opacity: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 152, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file-cta,
.file-name {
  border-color: #E1E3E6;
  border-radius: 4px;
  font-size: 1em;
  padding-left: 1em;
  padding-right: 1em;
  white-space: nowrap;
}

/* line 162, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file-cta {
  background-color: #f0f1f2;
  color: #535957;
}

/* line 166, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file-name {
  border-color: #E1E3E6;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  display: block;
  max-width: 16em;
  overflow: hidden;
  text-align: inherit;
  text-overflow: ellipsis;
}

/* line 176, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file-icon {
  align-items: center;
  display: flex;
  height: 1em;
  justify-content: center;
  margin-right: 0.5em;
  width: 1em;
}
/* line 183, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file-icon .fa {
  font-size: 14px;
}

/* line 8, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.label {
  color: #363636;
  display: block;
  font-size: 1rem;
  font-weight: 700;
}
/* line 13, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.label:not(:last-child) {
  margin-bottom: 0.5em;
}
/* line 16, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.label.is-small {
  font-size: 0.75rem;
}
/* line 18, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.label.is-medium {
  font-size: 1.25rem;
}
/* line 20, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.label.is-large {
  font-size: 1.5rem;
}

/* line 23, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.help {
  display: block;
  font-size: 0.75rem;
  margin-top: 0.25rem;
}
/* line 29, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.help.is-white {
  color: white;
}
/* line 29, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.help.is-black {
  color: #0a0a0a;
}
/* line 29, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.help.is-light {
  color: #f0f1f2;
}
/* line 29, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.help.is-dark {
  color: #363636;
}
/* line 29, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.help.is-primary {
  color: #0069FF;
}
/* line 29, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.help.is-link {
  color: #485fc7;
}
/* line 29, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.help.is-info {
  color: #3e8ed0;
}
/* line 29, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.help.is-success {
  color: #48c78e;
}
/* line 29, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.help.is-warning {
  color: #ffe08a;
}
/* line 29, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.help.is-danger {
  color: #f14668;
}

/* line 35, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.field:not(:last-child) {
  margin-bottom: 0.75rem;
}
/* line 38, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.field.has-addons {
  display: flex;
  justify-content: flex-start;
}
/* line 42, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.field.has-addons .control:not(:last-child) {
  margin-right: -1px;
}
/* line 45, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.field.has-addons .control:not(:first-child):not(:last-child) .button,
.field.has-addons .control:not(:first-child):not(:last-child) .input,
.field.has-addons .control:not(:first-child):not(:last-child) .file-field .file-preview,
.file-field .field.has-addons .control:not(:first-child):not(:last-child) .file-preview,
.field.has-addons .control:not(:first-child):not(:last-child) .select select {
  border-radius: 0;
}
/* line 50, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.field.has-addons .control:first-child:not(:only-child) .button,
.field.has-addons .control:first-child:not(:only-child) .input,
.field.has-addons .control:first-child:not(:only-child) .file-field .file-preview,
.file-field .field.has-addons .control:first-child:not(:only-child) .file-preview,
.field.has-addons .control:first-child:not(:only-child) .select select {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
/* line 60, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.field.has-addons .control:last-child:not(:only-child) .button,
.field.has-addons .control:last-child:not(:only-child) .input,
.field.has-addons .control:last-child:not(:only-child) .file-field .file-preview,
.file-field .field.has-addons .control:last-child:not(:only-child) .file-preview,
.field.has-addons .control:last-child:not(:only-child) .select select {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
/* line 73, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.field.has-addons .control .button:not([disabled]):hover, .field.has-addons .control .button:not([disabled]).is-hovered,
.field.has-addons .control .input:not([disabled]):hover,
.field.has-addons .control .file-field .file-preview:not([disabled]):hover,
.file-field .field.has-addons .control .file-preview:not([disabled]):hover,
.field.has-addons .control .input:not([disabled]).is-hovered,
.field.has-addons .control .file-field .file-preview:not([disabled]).is-hovered,
.file-field .field.has-addons .control .file-preview:not([disabled]).is-hovered,
.field.has-addons .control .select select:not([disabled]):hover,
.field.has-addons .control .select select:not([disabled]).is-hovered {
  z-index: 2;
}
/* line 76, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.field.has-addons .control .button:not([disabled]):focus, .field.has-addons .control .button:not([disabled]).is-focused, .field.has-addons .control .button:not([disabled]):active, .field.has-addons .control .button:not([disabled]).is-active,
.field.has-addons .control .input:not([disabled]):focus,
.field.has-addons .control .file-field .file-preview:not([disabled]):focus,
.file-field .field.has-addons .control .file-preview:not([disabled]):focus,
.field.has-addons .control .input:not([disabled]).is-focused,
.field.has-addons .control .file-field .file-preview:not([disabled]).is-focused,
.file-field .field.has-addons .control .file-preview:not([disabled]).is-focused,
.field.has-addons .control .input:not([disabled]):active,
.field.has-addons .control .file-field .file-preview:not([disabled]):active,
.file-field .field.has-addons .control .file-preview:not([disabled]):active,
.field.has-addons .control .input:not([disabled]).is-active,
.field.has-addons .control .file-field .file-preview:not([disabled]).is-active,
.file-field .field.has-addons .control .file-preview:not([disabled]).is-active,
.field.has-addons .control .select select:not([disabled]):focus,
.field.has-addons .control .select select:not([disabled]).is-focused,
.field.has-addons .control .select select:not([disabled]):active,
.field.has-addons .control .select select:not([disabled]).is-active {
  z-index: 3;
}
/* line 81, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.field.has-addons .control .button:not([disabled]):focus:hover, .field.has-addons .control .button:not([disabled]).is-focused:hover, .field.has-addons .control .button:not([disabled]):active:hover, .field.has-addons .control .button:not([disabled]).is-active:hover,
.field.has-addons .control .input:not([disabled]):focus:hover,
.field.has-addons .control .file-field .file-preview:not([disabled]):focus:hover,
.file-field .field.has-addons .control .file-preview:not([disabled]):focus:hover,
.field.has-addons .control .input:not([disabled]).is-focused:hover,
.field.has-addons .control .file-field .file-preview:not([disabled]).is-focused:hover,
.file-field .field.has-addons .control .file-preview:not([disabled]).is-focused:hover,
.field.has-addons .control .input:not([disabled]):active:hover,
.field.has-addons .control .file-field .file-preview:not([disabled]):active:hover,
.file-field .field.has-addons .control .file-preview:not([disabled]):active:hover,
.field.has-addons .control .input:not([disabled]).is-active:hover,
.field.has-addons .control .file-field .file-preview:not([disabled]).is-active:hover,
.file-field .field.has-addons .control .file-preview:not([disabled]).is-active:hover,
.field.has-addons .control .select select:not([disabled]):focus:hover,
.field.has-addons .control .select select:not([disabled]).is-focused:hover,
.field.has-addons .control .select select:not([disabled]):active:hover,
.field.has-addons .control .select select:not([disabled]).is-active:hover {
  z-index: 4;
}
/* line 83, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.field.has-addons .control.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}
/* line 86, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.field.has-addons.has-addons-centered {
  justify-content: center;
}
/* line 88, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.field.has-addons.has-addons-right {
  justify-content: flex-end;
}
/* line 91, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.field.has-addons.has-addons-fullwidth .control {
  flex-grow: 1;
  flex-shrink: 0;
}
/* line 94, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.field.is-grouped {
  display: flex;
  justify-content: flex-start;
}
/* line 97, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.field.is-grouped > .control {
  flex-shrink: 0;
}
/* line 99, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.field.is-grouped > .control:not(:last-child) {
  margin-bottom: 0;
  margin-right: 0.75rem;
}
/* line 102, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.field.is-grouped > .control.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}
/* line 105, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.field.is-grouped.is-grouped-centered {
  justify-content: center;
}
/* line 107, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.field.is-grouped.is-grouped-right {
  justify-content: flex-end;
}
/* line 109, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.field.is-grouped.is-grouped-multiline {
  flex-wrap: wrap;
}
/* line 112, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.field.is-grouped.is-grouped-multiline > .control:last-child, .field.is-grouped.is-grouped-multiline > .control:not(:last-child) {
  margin-bottom: 0.75rem;
}
/* line 115, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.field.is-grouped.is-grouped-multiline:last-child {
  margin-bottom: -0.75rem;
}
/* line 117, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.field.is-grouped.is-grouped-multiline:not(:last-child) {
  margin-bottom: 0;
}
@media screen and (min-width: 769px), print {
  /* line 119, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
  .field.is-horizontal {
    display: flex;
  }
}

/* line 124, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.field-label .label {
  font-size: inherit;
}
@media screen and (max-width: 768px) {
  /* line 123, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
  .field-label {
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 769px), print {
  /* line 123, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
  .field-label {
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 0;
    margin-right: 1.5rem;
    text-align: right;
  }
  /* line 134, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
  .field-label.is-small {
    font-size: 0.75rem;
    padding-top: 0.375em;
  }
  /* line 137, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
  .field-label.is-normal {
    padding-top: 0.375em;
  }
  /* line 139, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
  .field-label.is-medium {
    font-size: 1.25rem;
    padding-top: 0.375em;
  }
  /* line 142, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
  .field-label.is-large {
    font-size: 1.5rem;
    padding-top: 0.375em;
  }
}

/* line 147, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.field-body .field .field {
  margin-bottom: 0;
}
@media screen and (min-width: 769px), print {
  /* line 146, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
  .field-body {
    display: flex;
    flex-basis: 0;
    flex-grow: 5;
    flex-shrink: 1;
  }
  /* line 154, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
  .field-body .field {
    margin-bottom: 0;
  }
  /* line 156, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
  .field-body > .field {
    flex-shrink: 1;
  }
  /* line 158, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
  .field-body > .field:not(.is-narrow) {
    flex-grow: 1;
  }
  /* line 160, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
  .field-body > .field:not(:last-child) {
    margin-right: 0.75rem;
  }
}

/* line 163, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.control {
  box-sizing: border-box;
  clear: both;
  font-size: 1rem;
  position: relative;
  text-align: inherit;
}
/* line 175, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.control.has-icons-left .input:focus ~ .icon, .control.has-icons-left .file-field .file-preview:focus ~ .icon, .file-field .control.has-icons-left .file-preview:focus ~ .icon,
.control.has-icons-left .select:focus ~ .icon, .control.has-icons-right .input:focus ~ .icon, .control.has-icons-right .file-field .file-preview:focus ~ .icon, .file-field .control.has-icons-right .file-preview:focus ~ .icon,
.control.has-icons-right .select:focus ~ .icon {
  color: #535957;
}
/* line 177, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.control.has-icons-left .input.is-small ~ .icon, .control.has-icons-left .file-field .is-small.file-preview ~ .icon, .file-field .control.has-icons-left .is-small.file-preview ~ .icon,
.control.has-icons-left .select.is-small ~ .icon, .control.has-icons-right .input.is-small ~ .icon, .control.has-icons-right .file-field .is-small.file-preview ~ .icon, .file-field .control.has-icons-right .is-small.file-preview ~ .icon,
.control.has-icons-right .select.is-small ~ .icon {
  font-size: 0.75rem;
}
/* line 179, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.control.has-icons-left .input.is-medium ~ .icon, .control.has-icons-left .file-field .is-medium.file-preview ~ .icon, .file-field .control.has-icons-left .is-medium.file-preview ~ .icon,
.control.has-icons-left .select.is-medium ~ .icon, .control.has-icons-right .input.is-medium ~ .icon, .control.has-icons-right .file-field .is-medium.file-preview ~ .icon, .file-field .control.has-icons-right .is-medium.file-preview ~ .icon,
.control.has-icons-right .select.is-medium ~ .icon {
  font-size: 1.25rem;
}
/* line 181, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.control.has-icons-left .input.is-large ~ .icon, .control.has-icons-left .file-field .is-large.file-preview ~ .icon, .file-field .control.has-icons-left .is-large.file-preview ~ .icon,
.control.has-icons-left .select.is-large ~ .icon, .control.has-icons-right .input.is-large ~ .icon, .control.has-icons-right .file-field .is-large.file-preview ~ .icon, .file-field .control.has-icons-right .is-large.file-preview ~ .icon,
.control.has-icons-right .select.is-large ~ .icon {
  font-size: 1.5rem;
}
/* line 183, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.control.has-icons-left .icon, .control.has-icons-right .icon {
  color: #E1E3E6;
  height: 2.5em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2.5em;
  z-index: 4;
}
/* line 192, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.control.has-icons-left .input, .control.has-icons-left .file-field .file-preview, .file-field .control.has-icons-left .file-preview,
.control.has-icons-left .select select {
  padding-left: 2.5em;
}
/* line 195, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.control.has-icons-left .icon.is-left {
  left: 0;
}
/* line 198, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.control.has-icons-right .input, .control.has-icons-right .file-field .file-preview, .file-field .control.has-icons-right .file-preview,
.control.has-icons-right .select select {
  padding-right: 2.5em;
}
/* line 201, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.control.has-icons-right .icon.is-right {
  right: 0;
}
/* line 204, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.control.is-loading::after {
  position: absolute !important;
  right: 0.625em;
  top: 0.625em;
  z-index: 4;
}
/* line 210, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.control.is-loading.is-small:after {
  font-size: 0.75rem;
}
/* line 212, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.control.is-loading.is-medium:after {
  font-size: 1.25rem;
}
/* line 214, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.control.is-loading.is-large:after {
  font-size: 1.5rem;
}

/* Bulma Components */
/* line 12, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/breadcrumb.sass */
.breadcrumb {
  font-size: 1rem;
  white-space: nowrap;
}
/* line 17, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/breadcrumb.sass */
.breadcrumb a {
  align-items: center;
  color: #0069FF;
  display: flex;
  justify-content: center;
  padding: 0 0.75em;
}
/* line 23, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/breadcrumb.sass */
.breadcrumb a:hover {
  color: #363636;
}
/* line 25, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/breadcrumb.sass */
.breadcrumb li {
  align-items: center;
  display: flex;
}
/* line 28, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/breadcrumb.sass */
.breadcrumb li:first-child a {
  padding-left: 0;
}
/* line 31, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/breadcrumb.sass */
.breadcrumb li.is-active a {
  color: #363636;
  cursor: default;
  pointer-events: none;
}
/* line 35, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/breadcrumb.sass */
.breadcrumb li + li::before {
  color: #b5b5b5;
  content: "/";
}
/* line 38, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/breadcrumb.sass */
.breadcrumb ul,
.breadcrumb ol {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
/* line 45, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/breadcrumb.sass */
.breadcrumb .icon:first-child {
  margin-right: 0.5em;
}
/* line 47, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/breadcrumb.sass */
.breadcrumb .icon:last-child {
  margin-left: 0.5em;
}
/* line 51, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/breadcrumb.sass */
.breadcrumb.is-centered ol,
.breadcrumb.is-centered ul {
  justify-content: center;
}
/* line 55, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/breadcrumb.sass */
.breadcrumb.is-right ol,
.breadcrumb.is-right ul {
  justify-content: flex-end;
}
/* line 59, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/breadcrumb.sass */
.breadcrumb.is-small {
  font-size: 0.75rem;
}
/* line 61, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/breadcrumb.sass */
.breadcrumb.is-medium {
  font-size: 1.25rem;
}
/* line 63, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/breadcrumb.sass */
.breadcrumb.is-large {
  font-size: 1.5rem;
}
/* line 67, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/breadcrumb.sass */
.breadcrumb.has-arrow-separator li + li::before {
  content: "→";
}
/* line 70, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/breadcrumb.sass */
.breadcrumb.has-bullet-separator li + li::before {
  content: "•";
}
/* line 73, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/breadcrumb.sass */
.breadcrumb.has-dot-separator li + li::before {
  content: "·";
}
/* line 76, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/breadcrumb.sass */
.breadcrumb.has-succeeds-separator li + li::before {
  content: "≻";
}

/* line 23, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/card.sass */
.card {
  background-color: white;
  border-radius: 0.25rem;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
  color: #535957;
  max-width: 100%;
  position: relative;
}

/* line 32, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/card.sass */
.card-header:first-child, .card-content:first-child, .card-footer:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
/* line 35, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/card.sass */
.card-header:last-child, .card-content:last-child, .card-footer:last-child {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

/* line 39, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/card.sass */
.card-header {
  background-color: transparent;
  align-items: stretch;
  box-shadow: 0 0.125em 0.25em rgba(10, 10, 10, 0.1);
  display: flex;
}

/* line 46, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/card.sass */
.card-header-title {
  align-items: center;
  color: #363636;
  display: flex;
  flex-grow: 1;
  font-weight: 700;
  padding: 0.75rem 1rem;
}
/* line 53, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/card.sass */
.card-header-title.is-centered {
  justify-content: center;
}

/* line 56, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/card.sass */
.card-header-icon {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  color: currentColor;
  font-family: inherit;
  font-size: 1em;
  margin: 0;
  padding: 0;
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 0.75rem 1rem;
}

/* line 64, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/card.sass */
.card-image {
  display: block;
  position: relative;
}
/* line 68, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/card.sass */
.card-image:first-child img {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
/* line 72, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/card.sass */
.card-image:last-child img {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

/* line 76, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/card.sass */
.card-content {
  background-color: transparent;
  padding: 1.5rem;
}

/* line 81, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/card.sass */
.card-footer {
  background-color: transparent;
  border-top: 1px solid #ededed;
  align-items: stretch;
  display: flex;
}

/* line 88, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/card.sass */
.card-footer-item {
  align-items: center;
  display: flex;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: center;
  padding: 0.75rem;
}
/* line 96, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/card.sass */
.card-footer-item:not(:last-child) {
  border-right: 1px solid #ededed;
}

/* line 102, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/card.sass */
.card .media:not(:last-child) {
  margin-bottom: 1.5rem;
}

/* line 22, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/dropdown.sass */
.dropdown {
  display: inline-flex;
  position: relative;
  vertical-align: top;
}
/* line 28, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/dropdown.sass */
.dropdown.is-active .dropdown-menu, .dropdown.is-hoverable:hover .dropdown-menu {
  display: block;
}
/* line 31, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/dropdown.sass */
.dropdown.is-right .dropdown-menu {
  left: auto;
  right: 0;
}
/* line 35, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/dropdown.sass */
.dropdown.is-up .dropdown-menu {
  bottom: 100%;
  padding-bottom: 4px;
  padding-top: initial;
  top: auto;
}

/* line 41, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/dropdown.sass */
.dropdown-menu {
  display: none;
  left: 0;
  min-width: 12rem;
  padding-top: 4px;
  position: absolute;
  top: 100%;
  z-index: 20;
}

/* line 50, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/dropdown.sass */
.dropdown-content {
  background-color: white;
  border-radius: 4px;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

/* line 57, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/dropdown.sass */
.dropdown-item {
  color: #535957;
  display: block;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.375rem 1rem;
  position: relative;
}

/* line 65, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/dropdown.sass */
a.dropdown-item,
button.dropdown-item {
  padding-right: 3rem;
  text-align: inherit;
  white-space: nowrap;
  width: 100%;
}
/* line 71, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/dropdown.sass */
a.dropdown-item:hover,
button.dropdown-item:hover {
  background-color: #f0f1f2;
  color: #0a0a0a;
}
/* line 74, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/dropdown.sass */
a.dropdown-item.is-active,
button.dropdown-item.is-active {
  background-color: #0069FF;
  color: #fff;
}

/* line 78, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/dropdown.sass */
.dropdown-divider {
  background-color: #ededed;
  border: none;
  display: block;
  height: 1px;
  margin: 0.5rem 0;
}

/* line 5, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/level.sass */
.level {
  align-items: center;
  justify-content: space-between;
}
/* line 9, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/level.sass */
.level code {
  border-radius: 4px;
}
/* line 11, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/level.sass */
.level img {
  display: inline-block;
  vertical-align: top;
}
/* line 15, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/level.sass */
.level.is-mobile {
  display: flex;
}
/* line 17, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/level.sass */
.level.is-mobile .level-left,
.level.is-mobile .level-right {
  display: flex;
}
/* line 20, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/level.sass */
.level.is-mobile .level-left + .level-right {
  margin-top: 0;
}
/* line 23, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/level.sass */
.level.is-mobile .level-item:not(:last-child) {
  margin-bottom: 0;
  margin-right: 0.75rem;
}
/* line 26, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/level.sass */
.level.is-mobile .level-item:not(.is-narrow) {
  flex-grow: 1;
}
@media screen and (min-width: 769px), print {
  /* line 5, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/level.sass */
  .level {
    display: flex;
  }
  /* line 32, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/level.sass */
  .level > .level-item:not(.is-narrow) {
    flex-grow: 1;
  }
}

/* line 35, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/level.sass */
.level-item {
  align-items: center;
  display: flex;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  justify-content: center;
}
/* line 42, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/level.sass */
.level-item .title,
.level-item .subtitle {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  /* line 47, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/level.sass */
  .level-item:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}

/* line 50, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/level.sass */
.level-left,
.level-right {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
}
/* line 57, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/level.sass */
.level-left .level-item.is-flexible,
.level-right .level-item.is-flexible {
  flex-grow: 1;
}
@media screen and (min-width: 769px), print {
  /* line 61, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/level.sass */
  .level-left .level-item:not(:last-child),
  .level-right .level-item:not(:last-child) {
    margin-right: 0.75rem;
  }
}

/* line 64, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/level.sass */
.level-left {
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  /* line 69, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/level.sass */
  .level-left + .level-right {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 769px), print {
  /* line 64, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/level.sass */
  .level-left {
    display: flex;
  }
}

/* line 74, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/level.sass */
.level-right {
  align-items: center;
  justify-content: flex-end;
}
@media screen and (min-width: 769px), print {
  /* line 74, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/level.sass */
  .level-right {
    display: flex;
  }
}

/* line 12, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/media.sass */
.media {
  align-items: flex-start;
  display: flex;
  text-align: inherit;
}
/* line 16, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/media.sass */
.media .content:not(:last-child) {
  margin-bottom: 0.75rem;
}
/* line 18, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/media.sass */
.media .media {
  border-top: 1px solid rgba(225, 227, 230, 0.5);
  display: flex;
  padding-top: 0.75rem;
}
/* line 22, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/media.sass */
.media .media .content:not(:last-child),
.media .media .control:not(:last-child) {
  margin-bottom: 0.5rem;
}
/* line 25, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/media.sass */
.media .media .media {
  padding-top: 0.5rem;
}
/* line 27, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/media.sass */
.media .media .media + .media {
  margin-top: 0.5rem;
}
/* line 29, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/media.sass */
.media + .media {
  border-top: 1px solid rgba(225, 227, 230, 0.5);
  margin-top: 1rem;
  padding-top: 1rem;
}
/* line 35, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/media.sass */
.media.is-large + .media {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}

/* line 39, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/media.sass */
.media-left,
.media-right {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
}

/* line 45, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/media.sass */
.media-left {
  margin-right: 1rem;
}

/* line 48, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/media.sass */
.media-right {
  margin-left: 1rem;
}

/* line 51, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/media.sass */
.media-content {
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  text-align: inherit;
}

@media screen and (max-width: 768px) {
  /* line 58, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/media.sass */
  .media-content {
    overflow-x: auto;
  }
}
/* line 21, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/menu.sass */
.menu {
  font-size: 1rem;
}
/* line 24, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/menu.sass */
.menu.is-small {
  font-size: 0.75rem;
}
/* line 26, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/menu.sass */
.menu.is-medium {
  font-size: 1.25rem;
}
/* line 28, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/menu.sass */
.menu.is-large {
  font-size: 1.5rem;
}

/* line 31, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/menu.sass */
.menu-list {
  line-height: 1.25;
}
/* line 33, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/menu.sass */
.menu-list a {
  border-radius: 4px;
  color: #535957;
  display: block;
  padding: 0.5em 0.75em;
}
/* line 38, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/menu.sass */
.menu-list a:hover {
  background-color: #f0f1f2;
  color: #363636;
}
/* line 42, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/menu.sass */
.menu-list a.is-active {
  background-color: #E5ECFF;
  color: #0069FF;
}
/* line 46, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/menu.sass */
.menu-list li ul {
  border-left: 1px solid #E1E3E6;
  margin: 0.75em;
  padding-left: 0.75em;
}

/* line 51, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/menu.sass */
.menu-label {
  color: #7a7a7a;
  font-size: 0.75em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
/* line 56, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/menu.sass */
.menu-label:not(:first-child) {
  margin-top: 1em;
}
/* line 58, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/menu.sass */
.menu-label:not(:last-child) {
  margin-bottom: 1em;
}

/* line 24, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message {
  background-color: #f0f1f2;
  border-radius: 4px;
  font-size: 1rem;
}
/* line 29, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message strong {
  color: currentColor;
}
/* line 31, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message a:not(.button):not(.tag):not(.dropdown-item) {
  color: currentColor;
  text-decoration: underline;
}
/* line 35, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-small {
  font-size: 0.75rem;
}
/* line 37, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-medium {
  font-size: 1.25rem;
}
/* line 39, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-large {
  font-size: 1.5rem;
}
/* line 61, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-white {
  background-color: white;
}
/* line 63, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-white .message-header {
  background-color: white;
  color: #0a0a0a;
}
/* line 66, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-white .message-body {
  border-color: white;
}
/* line 61, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-black {
  background-color: #fafafa;
}
/* line 63, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-black .message-header {
  background-color: #0a0a0a;
  color: white;
}
/* line 66, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-black .message-body {
  border-color: #0a0a0a;
}
/* line 61, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-light {
  background-color: #fafafa;
}
/* line 63, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-light .message-header {
  background-color: #f0f1f2;
  color: rgba(0, 0, 0, 0.7);
}
/* line 66, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-light .message-body {
  border-color: #f0f1f2;
}
/* line 61, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-dark {
  background-color: #fafafa;
}
/* line 63, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-dark .message-header {
  background-color: #363636;
  color: #fff;
}
/* line 66, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-dark .message-body {
  border-color: #363636;
}
/* line 61, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-primary {
  background-color: #E5ECFF;
}
/* line 63, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-primary .message-header {
  background-color: #0069FF;
  color: #fff;
}
/* line 66, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-primary .message-body {
  border-color: #0069FF;
  color: #0061eb;
}
/* line 61, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-link {
  background-color: #eff1fa;
}
/* line 63, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-link .message-header {
  background-color: #485fc7;
  color: #fff;
}
/* line 66, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-link .message-body {
  border-color: #485fc7;
  color: #3850b7;
}
/* line 61, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-info {
  background-color: #eff5fb;
}
/* line 63, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-info .message-header {
  background-color: #3e8ed0;
  color: #fff;
}
/* line 66, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-info .message-body {
  border-color: #3e8ed0;
  color: #296fa8;
}
/* line 61, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-success {
  background-color: #effaf5;
}
/* line 63, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-success .message-header {
  background-color: #48c78e;
  color: #fff;
}
/* line 66, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-success .message-body {
  border-color: #48c78e;
  color: #257953;
}
/* line 61, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-warning {
  background-color: #fffaeb;
}
/* line 63, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-warning .message-header {
  background-color: #ffe08a;
  color: rgba(0, 0, 0, 0.7);
}
/* line 66, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-warning .message-body {
  border-color: #ffe08a;
  color: #946c00;
}
/* line 61, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-danger {
  background-color: #feecf0;
}
/* line 63, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-danger .message-header {
  background-color: #f14668;
  color: #fff;
}
/* line 66, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-danger .message-body {
  border-color: #f14668;
  color: #cc0f35;
}

/* line 70, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message-header {
  align-items: center;
  background-color: #535957;
  border-radius: 4px 4px 0 0;
  color: #fff;
  display: flex;
  font-weight: 700;
  justify-content: space-between;
  line-height: 1.25;
  padding: 0.75em 1em;
  position: relative;
}
/* line 81, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message-header .delete {
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 0.75em;
}
/* line 85, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message-header + .message-body {
  border-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 90, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message-body {
  border-color: #E1E3E6;
  border-radius: 4px;
  border-style: solid;
  border-width: 0 0 0 4px;
  color: #535957;
  padding: 1.25em 1.5em;
}
/* line 97, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message-body code,
.message-body pre {
  background-color: white;
}
/* line 100, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message-body pre code {
  background-color: transparent;
}

/* line 35, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/modal.sass */
.modal {
  align-items: center;
  display: none;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  z-index: 40;
}
/* line 45, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/modal.sass */
.modal.is-active {
  display: flex;
}

/* line 48, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/modal.sass */
.modal-background {
  background-color: rgba(10, 10, 10, 0.86);
}

/* line 52, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/modal.sass */
.modal-content,
.modal-card {
  margin: 0 20px;
  max-height: calc(100vh - 160px);
  overflow: auto;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 769px) {
  /* line 52, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/modal.sass */
  .modal-content,
  .modal-card {
    margin: 0 auto;
    max-height: calc(100vh - 40px);
    width: 640px;
  }
}

/* line 65, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/modal.sass */
.modal-close {
  background: none;
  height: 40px;
  position: fixed;
  right: 20px;
  top: 20px;
  width: 40px;
}

/* line 74, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/modal.sass */
.modal-card {
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 40px);
  overflow: hidden;
  -ms-overflow-y: visible;
}

/* line 81, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/modal.sass */
.modal-card-head,
.modal-card-foot {
  align-items: center;
  background-color: #f0f1f2;
  display: flex;
  flex-shrink: 0;
  justify-content: flex-start;
  padding: 20px;
  position: relative;
}

/* line 91, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/modal.sass */
.modal-card-head {
  border-bottom: 1px solid #E1E3E6;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 96, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/modal.sass */
.modal-card-title {
  color: #363636;
  flex-grow: 1;
  flex-shrink: 0;
  font-size: 1.5rem;
  line-height: 1;
}

/* line 103, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/modal.sass */
.modal-card-foot {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top: 1px solid #E1E3E6;
}
/* line 108, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/modal.sass */
.modal-card-foot .button:not(:last-child) {
  margin-right: 0.5em;
}

/* line 111, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/modal.sass */
.modal-card-body {
  -webkit-overflow-scrolling: touch;
  background-color: white;
  flex-grow: 1;
  flex-shrink: 1;
  overflow: auto;
  padding: 20px;
}

/* line 59, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar {
  background-color: white;
  min-height: 3.25rem;
  position: relative;
  z-index: 30;
}
/* line 67, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-white {
  background-color: white;
  color: #0a0a0a;
}
/* line 71, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-white .navbar-brand > .navbar-item,
.navbar.is-white .navbar-brand .navbar-link {
  color: #0a0a0a;
}
/* line 76, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-white .navbar-brand > a.navbar-item:focus, .navbar.is-white .navbar-brand > a.navbar-item:hover, .navbar.is-white .navbar-brand > a.navbar-item.is-active,
.navbar.is-white .navbar-brand .navbar-link:focus,
.navbar.is-white .navbar-brand .navbar-link:hover,
.navbar.is-white .navbar-brand .navbar-link.is-active {
  background-color: #f2f2f2;
  color: #0a0a0a;
}
/* line 82, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-white .navbar-brand .navbar-link::after {
  border-color: #0a0a0a;
}
/* line 84, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-white .navbar-burger {
  color: #0a0a0a;
}
@media screen and (min-width: 1024px) {
  /* line 89, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-white .navbar-start > .navbar-item,
  .navbar.is-white .navbar-start .navbar-link,
  .navbar.is-white .navbar-end > .navbar-item,
  .navbar.is-white .navbar-end .navbar-link {
    color: #0a0a0a;
  }
  /* line 94, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-white .navbar-start > a.navbar-item:focus, .navbar.is-white .navbar-start > a.navbar-item:hover, .navbar.is-white .navbar-start > a.navbar-item.is-active,
  .navbar.is-white .navbar-start .navbar-link:focus,
  .navbar.is-white .navbar-start .navbar-link:hover,
  .navbar.is-white .navbar-start .navbar-link.is-active,
  .navbar.is-white .navbar-end > a.navbar-item:focus,
  .navbar.is-white .navbar-end > a.navbar-item:hover,
  .navbar.is-white .navbar-end > a.navbar-item.is-active,
  .navbar.is-white .navbar-end .navbar-link:focus,
  .navbar.is-white .navbar-end .navbar-link:hover,
  .navbar.is-white .navbar-end .navbar-link.is-active {
    background-color: #f2f2f2;
    color: #0a0a0a;
  }
  /* line 100, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-white .navbar-start .navbar-link::after,
  .navbar.is-white .navbar-end .navbar-link::after {
    border-color: #0a0a0a;
  }
  /* line 102, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-white .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #f2f2f2;
    color: #0a0a0a;
  }
  /* line 109, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-white .navbar-dropdown a.navbar-item.is-active {
    background-color: white;
    color: #0a0a0a;
  }
}
/* line 67, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-black {
  background-color: #0a0a0a;
  color: white;
}
/* line 71, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-black .navbar-brand > .navbar-item,
.navbar.is-black .navbar-brand .navbar-link {
  color: white;
}
/* line 76, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-black .navbar-brand > a.navbar-item:focus, .navbar.is-black .navbar-brand > a.navbar-item:hover, .navbar.is-black .navbar-brand > a.navbar-item.is-active,
.navbar.is-black .navbar-brand .navbar-link:focus,
.navbar.is-black .navbar-brand .navbar-link:hover,
.navbar.is-black .navbar-brand .navbar-link.is-active {
  background-color: black;
  color: white;
}
/* line 82, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-black .navbar-brand .navbar-link::after {
  border-color: white;
}
/* line 84, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-black .navbar-burger {
  color: white;
}
@media screen and (min-width: 1024px) {
  /* line 89, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-black .navbar-start > .navbar-item,
  .navbar.is-black .navbar-start .navbar-link,
  .navbar.is-black .navbar-end > .navbar-item,
  .navbar.is-black .navbar-end .navbar-link {
    color: white;
  }
  /* line 94, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-black .navbar-start > a.navbar-item:focus, .navbar.is-black .navbar-start > a.navbar-item:hover, .navbar.is-black .navbar-start > a.navbar-item.is-active,
  .navbar.is-black .navbar-start .navbar-link:focus,
  .navbar.is-black .navbar-start .navbar-link:hover,
  .navbar.is-black .navbar-start .navbar-link.is-active,
  .navbar.is-black .navbar-end > a.navbar-item:focus,
  .navbar.is-black .navbar-end > a.navbar-item:hover,
  .navbar.is-black .navbar-end > a.navbar-item.is-active,
  .navbar.is-black .navbar-end .navbar-link:focus,
  .navbar.is-black .navbar-end .navbar-link:hover,
  .navbar.is-black .navbar-end .navbar-link.is-active {
    background-color: black;
    color: white;
  }
  /* line 100, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-black .navbar-start .navbar-link::after,
  .navbar.is-black .navbar-end .navbar-link::after {
    border-color: white;
  }
  /* line 102, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-black .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: black;
    color: white;
  }
  /* line 109, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-black .navbar-dropdown a.navbar-item.is-active {
    background-color: #0a0a0a;
    color: white;
  }
}
/* line 67, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-light {
  background-color: #f0f1f2;
  color: rgba(0, 0, 0, 0.7);
}
/* line 71, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-light .navbar-brand > .navbar-item,
.navbar.is-light .navbar-brand .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}
/* line 76, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-light .navbar-brand > a.navbar-item:focus, .navbar.is-light .navbar-brand > a.navbar-item:hover, .navbar.is-light .navbar-brand > a.navbar-item.is-active,
.navbar.is-light .navbar-brand .navbar-link:focus,
.navbar.is-light .navbar-brand .navbar-link:hover,
.navbar.is-light .navbar-brand .navbar-link.is-active {
  background-color: #e2e4e6;
  color: rgba(0, 0, 0, 0.7);
}
/* line 82, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-light .navbar-brand .navbar-link::after {
  border-color: rgba(0, 0, 0, 0.7);
}
/* line 84, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-light .navbar-burger {
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 1024px) {
  /* line 89, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-light .navbar-start > .navbar-item,
  .navbar.is-light .navbar-start .navbar-link,
  .navbar.is-light .navbar-end > .navbar-item,
  .navbar.is-light .navbar-end .navbar-link {
    color: rgba(0, 0, 0, 0.7);
  }
  /* line 94, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-light .navbar-start > a.navbar-item:focus, .navbar.is-light .navbar-start > a.navbar-item:hover, .navbar.is-light .navbar-start > a.navbar-item.is-active,
  .navbar.is-light .navbar-start .navbar-link:focus,
  .navbar.is-light .navbar-start .navbar-link:hover,
  .navbar.is-light .navbar-start .navbar-link.is-active,
  .navbar.is-light .navbar-end > a.navbar-item:focus,
  .navbar.is-light .navbar-end > a.navbar-item:hover,
  .navbar.is-light .navbar-end > a.navbar-item.is-active,
  .navbar.is-light .navbar-end .navbar-link:focus,
  .navbar.is-light .navbar-end .navbar-link:hover,
  .navbar.is-light .navbar-end .navbar-link.is-active {
    background-color: #e2e4e6;
    color: rgba(0, 0, 0, 0.7);
  }
  /* line 100, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-light .navbar-start .navbar-link::after,
  .navbar.is-light .navbar-end .navbar-link::after {
    border-color: rgba(0, 0, 0, 0.7);
  }
  /* line 102, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-light .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #e2e4e6;
    color: rgba(0, 0, 0, 0.7);
  }
  /* line 109, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-light .navbar-dropdown a.navbar-item.is-active {
    background-color: #f0f1f2;
    color: rgba(0, 0, 0, 0.7);
  }
}
/* line 67, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-dark {
  background-color: #363636;
  color: #fff;
}
/* line 71, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-dark .navbar-brand > .navbar-item,
.navbar.is-dark .navbar-brand .navbar-link {
  color: #fff;
}
/* line 76, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-dark .navbar-brand > a.navbar-item:focus, .navbar.is-dark .navbar-brand > a.navbar-item:hover, .navbar.is-dark .navbar-brand > a.navbar-item.is-active,
.navbar.is-dark .navbar-brand .navbar-link:focus,
.navbar.is-dark .navbar-brand .navbar-link:hover,
.navbar.is-dark .navbar-brand .navbar-link.is-active {
  background-color: #292929;
  color: #fff;
}
/* line 82, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-dark .navbar-brand .navbar-link::after {
  border-color: #fff;
}
/* line 84, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-dark .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  /* line 89, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-dark .navbar-start > .navbar-item,
  .navbar.is-dark .navbar-start .navbar-link,
  .navbar.is-dark .navbar-end > .navbar-item,
  .navbar.is-dark .navbar-end .navbar-link {
    color: #fff;
  }
  /* line 94, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-dark .navbar-start > a.navbar-item:focus, .navbar.is-dark .navbar-start > a.navbar-item:hover, .navbar.is-dark .navbar-start > a.navbar-item.is-active,
  .navbar.is-dark .navbar-start .navbar-link:focus,
  .navbar.is-dark .navbar-start .navbar-link:hover,
  .navbar.is-dark .navbar-start .navbar-link.is-active,
  .navbar.is-dark .navbar-end > a.navbar-item:focus,
  .navbar.is-dark .navbar-end > a.navbar-item:hover,
  .navbar.is-dark .navbar-end > a.navbar-item.is-active,
  .navbar.is-dark .navbar-end .navbar-link:focus,
  .navbar.is-dark .navbar-end .navbar-link:hover,
  .navbar.is-dark .navbar-end .navbar-link.is-active {
    background-color: #292929;
    color: #fff;
  }
  /* line 100, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-dark .navbar-start .navbar-link::after,
  .navbar.is-dark .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  /* line 102, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #292929;
    color: #fff;
  }
  /* line 109, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-dark .navbar-dropdown a.navbar-item.is-active {
    background-color: #363636;
    color: #fff;
  }
}
/* line 67, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-primary {
  background-color: #0069FF;
  color: #fff;
}
/* line 71, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-primary .navbar-brand > .navbar-item,
.navbar.is-primary .navbar-brand .navbar-link {
  color: #fff;
}
/* line 76, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-primary .navbar-brand > a.navbar-item:focus, .navbar.is-primary .navbar-brand > a.navbar-item:hover, .navbar.is-primary .navbar-brand > a.navbar-item.is-active,
.navbar.is-primary .navbar-brand .navbar-link:focus,
.navbar.is-primary .navbar-brand .navbar-link:hover,
.navbar.is-primary .navbar-brand .navbar-link.is-active {
  background-color: #005fe6;
  color: #fff;
}
/* line 82, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-primary .navbar-brand .navbar-link::after {
  border-color: #fff;
}
/* line 84, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-primary .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  /* line 89, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-primary .navbar-start > .navbar-item,
  .navbar.is-primary .navbar-start .navbar-link,
  .navbar.is-primary .navbar-end > .navbar-item,
  .navbar.is-primary .navbar-end .navbar-link {
    color: #fff;
  }
  /* line 94, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-primary .navbar-start > a.navbar-item:focus, .navbar.is-primary .navbar-start > a.navbar-item:hover, .navbar.is-primary .navbar-start > a.navbar-item.is-active,
  .navbar.is-primary .navbar-start .navbar-link:focus,
  .navbar.is-primary .navbar-start .navbar-link:hover,
  .navbar.is-primary .navbar-start .navbar-link.is-active,
  .navbar.is-primary .navbar-end > a.navbar-item:focus,
  .navbar.is-primary .navbar-end > a.navbar-item:hover,
  .navbar.is-primary .navbar-end > a.navbar-item.is-active,
  .navbar.is-primary .navbar-end .navbar-link:focus,
  .navbar.is-primary .navbar-end .navbar-link:hover,
  .navbar.is-primary .navbar-end .navbar-link.is-active {
    background-color: #005fe6;
    color: #fff;
  }
  /* line 100, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-primary .navbar-start .navbar-link::after,
  .navbar.is-primary .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  /* line 102, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #005fe6;
    color: #fff;
  }
  /* line 109, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
    background-color: #0069FF;
    color: #fff;
  }
}
/* line 67, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-link {
  background-color: #485fc7;
  color: #fff;
}
/* line 71, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-link .navbar-brand > .navbar-item,
.navbar.is-link .navbar-brand .navbar-link {
  color: #fff;
}
/* line 76, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-link .navbar-brand > a.navbar-item:focus, .navbar.is-link .navbar-brand > a.navbar-item:hover, .navbar.is-link .navbar-brand > a.navbar-item.is-active,
.navbar.is-link .navbar-brand .navbar-link:focus,
.navbar.is-link .navbar-brand .navbar-link:hover,
.navbar.is-link .navbar-brand .navbar-link.is-active {
  background-color: #3a51bb;
  color: #fff;
}
/* line 82, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-link .navbar-brand .navbar-link::after {
  border-color: #fff;
}
/* line 84, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-link .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  /* line 89, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-link .navbar-start > .navbar-item,
  .navbar.is-link .navbar-start .navbar-link,
  .navbar.is-link .navbar-end > .navbar-item,
  .navbar.is-link .navbar-end .navbar-link {
    color: #fff;
  }
  /* line 94, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-link .navbar-start > a.navbar-item:focus, .navbar.is-link .navbar-start > a.navbar-item:hover, .navbar.is-link .navbar-start > a.navbar-item.is-active,
  .navbar.is-link .navbar-start .navbar-link:focus,
  .navbar.is-link .navbar-start .navbar-link:hover,
  .navbar.is-link .navbar-start .navbar-link.is-active,
  .navbar.is-link .navbar-end > a.navbar-item:focus,
  .navbar.is-link .navbar-end > a.navbar-item:hover,
  .navbar.is-link .navbar-end > a.navbar-item.is-active,
  .navbar.is-link .navbar-end .navbar-link:focus,
  .navbar.is-link .navbar-end .navbar-link:hover,
  .navbar.is-link .navbar-end .navbar-link.is-active {
    background-color: #3a51bb;
    color: #fff;
  }
  /* line 100, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-link .navbar-start .navbar-link::after,
  .navbar.is-link .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  /* line 102, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-link .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #3a51bb;
    color: #fff;
  }
  /* line 109, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-link .navbar-dropdown a.navbar-item.is-active {
    background-color: #485fc7;
    color: #fff;
  }
}
/* line 67, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-info {
  background-color: #3e8ed0;
  color: #fff;
}
/* line 71, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-info .navbar-brand > .navbar-item,
.navbar.is-info .navbar-brand .navbar-link {
  color: #fff;
}
/* line 76, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-info .navbar-brand > a.navbar-item:focus, .navbar.is-info .navbar-brand > a.navbar-item:hover, .navbar.is-info .navbar-brand > a.navbar-item.is-active,
.navbar.is-info .navbar-brand .navbar-link:focus,
.navbar.is-info .navbar-brand .navbar-link:hover,
.navbar.is-info .navbar-brand .navbar-link.is-active {
  background-color: #3082c5;
  color: #fff;
}
/* line 82, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-info .navbar-brand .navbar-link::after {
  border-color: #fff;
}
/* line 84, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-info .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  /* line 89, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-info .navbar-start > .navbar-item,
  .navbar.is-info .navbar-start .navbar-link,
  .navbar.is-info .navbar-end > .navbar-item,
  .navbar.is-info .navbar-end .navbar-link {
    color: #fff;
  }
  /* line 94, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-info .navbar-start > a.navbar-item:focus, .navbar.is-info .navbar-start > a.navbar-item:hover, .navbar.is-info .navbar-start > a.navbar-item.is-active,
  .navbar.is-info .navbar-start .navbar-link:focus,
  .navbar.is-info .navbar-start .navbar-link:hover,
  .navbar.is-info .navbar-start .navbar-link.is-active,
  .navbar.is-info .navbar-end > a.navbar-item:focus,
  .navbar.is-info .navbar-end > a.navbar-item:hover,
  .navbar.is-info .navbar-end > a.navbar-item.is-active,
  .navbar.is-info .navbar-end .navbar-link:focus,
  .navbar.is-info .navbar-end .navbar-link:hover,
  .navbar.is-info .navbar-end .navbar-link.is-active {
    background-color: #3082c5;
    color: #fff;
  }
  /* line 100, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-info .navbar-start .navbar-link::after,
  .navbar.is-info .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  /* line 102, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-info .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #3082c5;
    color: #fff;
  }
  /* line 109, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-info .navbar-dropdown a.navbar-item.is-active {
    background-color: #3e8ed0;
    color: #fff;
  }
}
/* line 67, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-success {
  background-color: #48c78e;
  color: #fff;
}
/* line 71, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-success .navbar-brand > .navbar-item,
.navbar.is-success .navbar-brand .navbar-link {
  color: #fff;
}
/* line 76, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-success .navbar-brand > a.navbar-item:focus, .navbar.is-success .navbar-brand > a.navbar-item:hover, .navbar.is-success .navbar-brand > a.navbar-item.is-active,
.navbar.is-success .navbar-brand .navbar-link:focus,
.navbar.is-success .navbar-brand .navbar-link:hover,
.navbar.is-success .navbar-brand .navbar-link.is-active {
  background-color: #3abb81;
  color: #fff;
}
/* line 82, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-success .navbar-brand .navbar-link::after {
  border-color: #fff;
}
/* line 84, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-success .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  /* line 89, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-success .navbar-start > .navbar-item,
  .navbar.is-success .navbar-start .navbar-link,
  .navbar.is-success .navbar-end > .navbar-item,
  .navbar.is-success .navbar-end .navbar-link {
    color: #fff;
  }
  /* line 94, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-success .navbar-start > a.navbar-item:focus, .navbar.is-success .navbar-start > a.navbar-item:hover, .navbar.is-success .navbar-start > a.navbar-item.is-active,
  .navbar.is-success .navbar-start .navbar-link:focus,
  .navbar.is-success .navbar-start .navbar-link:hover,
  .navbar.is-success .navbar-start .navbar-link.is-active,
  .navbar.is-success .navbar-end > a.navbar-item:focus,
  .navbar.is-success .navbar-end > a.navbar-item:hover,
  .navbar.is-success .navbar-end > a.navbar-item.is-active,
  .navbar.is-success .navbar-end .navbar-link:focus,
  .navbar.is-success .navbar-end .navbar-link:hover,
  .navbar.is-success .navbar-end .navbar-link.is-active {
    background-color: #3abb81;
    color: #fff;
  }
  /* line 100, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-success .navbar-start .navbar-link::after,
  .navbar.is-success .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  /* line 102, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-success .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #3abb81;
    color: #fff;
  }
  /* line 109, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-success .navbar-dropdown a.navbar-item.is-active {
    background-color: #48c78e;
    color: #fff;
  }
}
/* line 67, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-warning {
  background-color: #ffe08a;
  color: rgba(0, 0, 0, 0.7);
}
/* line 71, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-warning .navbar-brand > .navbar-item,
.navbar.is-warning .navbar-brand .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}
/* line 76, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-warning .navbar-brand > a.navbar-item:focus, .navbar.is-warning .navbar-brand > a.navbar-item:hover, .navbar.is-warning .navbar-brand > a.navbar-item.is-active,
.navbar.is-warning .navbar-brand .navbar-link:focus,
.navbar.is-warning .navbar-brand .navbar-link:hover,
.navbar.is-warning .navbar-brand .navbar-link.is-active {
  background-color: #ffd970;
  color: rgba(0, 0, 0, 0.7);
}
/* line 82, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-warning .navbar-brand .navbar-link::after {
  border-color: rgba(0, 0, 0, 0.7);
}
/* line 84, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-warning .navbar-burger {
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 1024px) {
  /* line 89, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-warning .navbar-start > .navbar-item,
  .navbar.is-warning .navbar-start .navbar-link,
  .navbar.is-warning .navbar-end > .navbar-item,
  .navbar.is-warning .navbar-end .navbar-link {
    color: rgba(0, 0, 0, 0.7);
  }
  /* line 94, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-warning .navbar-start > a.navbar-item:focus, .navbar.is-warning .navbar-start > a.navbar-item:hover, .navbar.is-warning .navbar-start > a.navbar-item.is-active,
  .navbar.is-warning .navbar-start .navbar-link:focus,
  .navbar.is-warning .navbar-start .navbar-link:hover,
  .navbar.is-warning .navbar-start .navbar-link.is-active,
  .navbar.is-warning .navbar-end > a.navbar-item:focus,
  .navbar.is-warning .navbar-end > a.navbar-item:hover,
  .navbar.is-warning .navbar-end > a.navbar-item.is-active,
  .navbar.is-warning .navbar-end .navbar-link:focus,
  .navbar.is-warning .navbar-end .navbar-link:hover,
  .navbar.is-warning .navbar-end .navbar-link.is-active {
    background-color: #ffd970;
    color: rgba(0, 0, 0, 0.7);
  }
  /* line 100, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-warning .navbar-start .navbar-link::after,
  .navbar.is-warning .navbar-end .navbar-link::after {
    border-color: rgba(0, 0, 0, 0.7);
  }
  /* line 102, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #ffd970;
    color: rgba(0, 0, 0, 0.7);
  }
  /* line 109, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-warning .navbar-dropdown a.navbar-item.is-active {
    background-color: #ffe08a;
    color: rgba(0, 0, 0, 0.7);
  }
}
/* line 67, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-danger {
  background-color: #f14668;
  color: #fff;
}
/* line 71, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-danger .navbar-brand > .navbar-item,
.navbar.is-danger .navbar-brand .navbar-link {
  color: #fff;
}
/* line 76, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-danger .navbar-brand > a.navbar-item:focus, .navbar.is-danger .navbar-brand > a.navbar-item:hover, .navbar.is-danger .navbar-brand > a.navbar-item.is-active,
.navbar.is-danger .navbar-brand .navbar-link:focus,
.navbar.is-danger .navbar-brand .navbar-link:hover,
.navbar.is-danger .navbar-brand .navbar-link.is-active {
  background-color: #ef2e55;
  color: #fff;
}
/* line 82, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-danger .navbar-brand .navbar-link::after {
  border-color: #fff;
}
/* line 84, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-danger .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  /* line 89, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-danger .navbar-start > .navbar-item,
  .navbar.is-danger .navbar-start .navbar-link,
  .navbar.is-danger .navbar-end > .navbar-item,
  .navbar.is-danger .navbar-end .navbar-link {
    color: #fff;
  }
  /* line 94, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-danger .navbar-start > a.navbar-item:focus, .navbar.is-danger .navbar-start > a.navbar-item:hover, .navbar.is-danger .navbar-start > a.navbar-item.is-active,
  .navbar.is-danger .navbar-start .navbar-link:focus,
  .navbar.is-danger .navbar-start .navbar-link:hover,
  .navbar.is-danger .navbar-start .navbar-link.is-active,
  .navbar.is-danger .navbar-end > a.navbar-item:focus,
  .navbar.is-danger .navbar-end > a.navbar-item:hover,
  .navbar.is-danger .navbar-end > a.navbar-item.is-active,
  .navbar.is-danger .navbar-end .navbar-link:focus,
  .navbar.is-danger .navbar-end .navbar-link:hover,
  .navbar.is-danger .navbar-end .navbar-link.is-active {
    background-color: #ef2e55;
    color: #fff;
  }
  /* line 100, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-danger .navbar-start .navbar-link::after,
  .navbar.is-danger .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  /* line 102, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #ef2e55;
    color: #fff;
  }
  /* line 109, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-danger .navbar-dropdown a.navbar-item.is-active {
    background-color: #f14668;
    color: #fff;
  }
}
/* line 112, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar > .container {
  align-items: stretch;
  display: flex;
  min-height: 3.25rem;
  width: 100%;
}
/* line 117, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.has-shadow {
  box-shadow: 0 2px 0 0 #f0f1f2;
}
/* line 119, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-fixed-bottom, .navbar.is-fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 30;
}
/* line 122, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-fixed-bottom {
  bottom: 0;
}
/* line 124, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-fixed-bottom.has-shadow {
  box-shadow: 0 -2px 0 0 #f0f1f2;
}
/* line 126, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-fixed-top {
  top: 0;
}

/* line 131, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
html.has-navbar-fixed-top,
body.has-navbar-fixed-top {
  padding-top: 3.25rem;
}
/* line 133, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
html.has-navbar-fixed-bottom,
body.has-navbar-fixed-bottom {
  padding-bottom: 3.25rem;
}

/* line 136, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar-brand,
.navbar-tabs {
  align-items: stretch;
  display: flex;
  flex-shrink: 0;
  min-height: 3.25rem;
}

/* line 145, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar-brand a.navbar-item:focus, .navbar-brand a.navbar-item:hover {
  background-color: transparent;
}

/* line 149, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar-tabs {
  -webkit-overflow-scrolling: touch;
  max-width: 100vw;
  overflow-x: auto;
  overflow-y: hidden;
}

/* line 155, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar-burger {
  color: #535957;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  height: 3.25rem;
  position: relative;
  width: 3.25rem;
  margin-left: auto;
}
/* line 38, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/utilities/mixins.sass */
.navbar-burger span {
  background-color: currentColor;
  display: block;
  height: 1px;
  left: calc(50% - 8px);
  position: absolute;
  transform-origin: center;
  transition-duration: 86ms;
  transition-property: background-color, opacity, transform;
  transition-timing-function: ease-out;
  width: 16px;
}
/* line 49, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/utilities/mixins.sass */
.navbar-burger span:nth-child(1) {
  top: calc(50% - 6px);
}
/* line 51, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/utilities/mixins.sass */
.navbar-burger span:nth-child(2) {
  top: calc(50% - 1px);
}
/* line 53, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/utilities/mixins.sass */
.navbar-burger span:nth-child(3) {
  top: calc(50% + 4px);
}
/* line 55, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/utilities/mixins.sass */
.navbar-burger:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
/* line 60, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/utilities/mixins.sass */
.navbar-burger.is-active span:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}
/* line 62, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/utilities/mixins.sass */
.navbar-burger.is-active span:nth-child(2) {
  opacity: 0;
}
/* line 64, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/utilities/mixins.sass */
.navbar-burger.is-active span:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}

/* line 161, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar-menu {
  display: none;
}

/* line 164, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar-item,
.navbar-link {
  color: #535957;
  display: block;
  line-height: 1.5;
  padding: 0.5rem 0.75rem;
  position: relative;
}
/* line 172, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar-item .icon:only-child,
.navbar-link .icon:only-child {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

/* line 176, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
a.navbar-item,
.navbar-link {
  cursor: pointer;
}
/* line 179, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-item.is-active,
.navbar-link:focus,
.navbar-link:focus-within,
.navbar-link:hover,
.navbar-link.is-active {
  background-color: #fafafa;
  color: #0069FF;
}

/* line 186, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar-item {
  flex-grow: 0;
  flex-shrink: 0;
}
/* line 189, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar-item img {
  max-height: 1.75rem;
}
/* line 191, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar-item.has-dropdown {
  padding: 0;
}
/* line 193, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar-item.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}
/* line 196, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar-item.is-tab {
  border-bottom: 1px solid transparent;
  min-height: 3.25rem;
  padding-bottom: calc(0.5rem - 1px);
}
/* line 200, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar-item.is-tab:focus, .navbar-item.is-tab:hover {
  background-color: transparent;
  border-bottom-color: #0069FF;
}
/* line 204, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar-item.is-tab.is-active {
  background-color: transparent;
  border-bottom-color: #0069FF;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  color: #0069FF;
  padding-bottom: calc(0.5rem - 3px);
}

/* line 212, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar-content {
  flex-grow: 1;
  flex-shrink: 1;
}

/* line 216, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar-link:not(.is-arrowless) {
  padding-right: 2.5em;
}
/* line 218, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar-link:not(.is-arrowless)::after {
  border-color: #0069FF;
  margin-top: -0.375em;
  right: 1.125em;
}

/* line 224, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar-dropdown {
  font-size: 0.875rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
/* line 228, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar-dropdown .navbar-item {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* line 232, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar-divider {
  background-color: #f0f1f2;
  border: none;
  display: none;
  height: 2px;
  margin: 0.5rem 0;
}

@media screen and (max-width: 1023px) {
  /* line 240, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar > .container {
    display: block;
  }

  /* line 244, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar-brand .navbar-item,
  .navbar-tabs .navbar-item {
    align-items: center;
    display: flex;
  }

  /* line 248, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar-link::after {
    display: none;
  }

  /* line 250, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar-menu {
    background-color: white;
    box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
    padding: 0.5rem 0;
  }
  /* line 254, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar-menu.is-active {
    display: block;
  }

  /* line 258, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-fixed-bottom-touch, .navbar.is-fixed-top-touch {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
  }
  /* line 261, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-fixed-bottom-touch {
    bottom: 0;
  }
  /* line 263, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-fixed-bottom-touch.has-shadow {
    box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
  }
  /* line 265, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-fixed-top-touch {
    top: 0;
  }
  /* line 269, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-fixed-top .navbar-menu, .navbar.is-fixed-top-touch .navbar-menu {
    -webkit-overflow-scrolling: touch;
    max-height: calc(100vh - 3.25rem);
    overflow: auto;
  }

  /* line 275, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  html.has-navbar-fixed-top-touch,
  body.has-navbar-fixed-top-touch {
    padding-top: 3.25rem;
  }
  /* line 277, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  html.has-navbar-fixed-bottom-touch,
  body.has-navbar-fixed-bottom-touch {
    padding-bottom: 3.25rem;
  }
}
@media screen and (min-width: 1024px) {
  /* line 281, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar,
  .navbar-menu,
  .navbar-start,
  .navbar-end {
    align-items: stretch;
    display: flex;
  }

  /* line 287, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar {
    min-height: 3.25rem;
  }
  /* line 289, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-spaced {
    padding: 1rem 2rem;
  }
  /* line 291, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-spaced .navbar-start,
  .navbar.is-spaced .navbar-end {
    align-items: center;
  }
  /* line 294, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-spaced a.navbar-item,
  .navbar.is-spaced .navbar-link {
    border-radius: 4px;
  }
  /* line 300, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-transparent a.navbar-item:focus, .navbar.is-transparent a.navbar-item:hover, .navbar.is-transparent a.navbar-item.is-active,
  .navbar.is-transparent .navbar-link:focus,
  .navbar.is-transparent .navbar-link:hover,
  .navbar.is-transparent .navbar-link.is-active {
    background-color: transparent !important;
  }
  /* line 309, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link {
    background-color: transparent !important;
  }
  /* line 313, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-transparent .navbar-dropdown a.navbar-item:focus, .navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
    background-color: #f0f1f2;
    color: #0a0a0a;
  }
  /* line 317, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
    background-color: #f0f1f2;
    color: #0069FF;
  }

  /* line 320, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar-burger {
    display: none;
  }

  /* line 322, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar-item,
  .navbar-link {
    align-items: center;
    display: flex;
  }

  /* line 327, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar-item.has-dropdown {
    align-items: stretch;
  }
  /* line 330, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar-item.has-dropdown-up .navbar-link::after {
    transform: rotate(135deg) translate(0.25em, -0.25em);
  }
  /* line 332, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar-item.has-dropdown-up .navbar-dropdown {
    border-bottom: 2px solid #E1E3E6;
    border-radius: 6px 6px 0 0;
    border-top: none;
    bottom: 100%;
    box-shadow: 0 -8px 8px rgba(10, 10, 10, 0.1);
    top: auto;
  }
  /* line 343, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar-item.is-active .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown {
    display: block;
  }
  /* line 345, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-spaced .navbar-item.is-active .navbar-dropdown, .navbar-item.is-active .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  /* line 350, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar-menu {
    flex-grow: 1;
    flex-shrink: 0;
  }

  /* line 353, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar-start {
    justify-content: flex-start;
    margin-right: auto;
  }

  /* line 356, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar-end {
    justify-content: flex-end;
    margin-left: auto;
  }

  /* line 359, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar-dropdown {
    background-color: white;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: 2px solid #E1E3E6;
    box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1);
    display: none;
    font-size: 0.875rem;
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 100%;
    z-index: 20;
  }
  /* line 372, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar-dropdown .navbar-item {
    padding: 0.375rem 1rem;
    white-space: nowrap;
  }
  /* line 375, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar-dropdown a.navbar-item {
    padding-right: 3rem;
  }
  /* line 377, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar-dropdown a.navbar-item:focus, .navbar-dropdown a.navbar-item:hover {
    background-color: #f0f1f2;
    color: #0a0a0a;
  }
  /* line 381, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar-dropdown a.navbar-item.is-active {
    background-color: #f0f1f2;
    color: #0069FF;
  }
  /* line 384, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-spaced .navbar-dropdown, .navbar-dropdown.is-boxed {
    border-radius: 6px;
    border-top: none;
    box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
    display: block;
    opacity: 0;
    pointer-events: none;
    top: calc(100% + (-4px));
    transform: translateY(-5px);
    transition-duration: 86ms;
    transition-property: opacity, transform;
  }
  /* line 396, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar-dropdown.is-right {
    left: auto;
    right: 0;
  }

  /* line 399, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar-divider {
    display: block;
  }

  /* line 403, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar > .container .navbar-brand,
  .container > .navbar .navbar-brand {
    margin-left: -0.75rem;
  }
  /* line 405, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar > .container .navbar-menu,
  .container > .navbar .navbar-menu {
    margin-right: -0.75rem;
  }

  /* line 409, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-fixed-bottom-desktop, .navbar.is-fixed-top-desktop {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
  }
  /* line 412, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-fixed-bottom-desktop {
    bottom: 0;
  }
  /* line 414, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-fixed-bottom-desktop.has-shadow {
    box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
  }
  /* line 416, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-fixed-top-desktop {
    top: 0;
  }

  /* line 420, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  html.has-navbar-fixed-top-desktop,
  body.has-navbar-fixed-top-desktop {
    padding-top: 3.25rem;
  }
  /* line 422, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  html.has-navbar-fixed-bottom-desktop,
  body.has-navbar-fixed-bottom-desktop {
    padding-bottom: 3.25rem;
  }
  /* line 424, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  html.has-spaced-navbar-fixed-top,
  body.has-spaced-navbar-fixed-top {
    padding-top: 5.25rem;
  }
  /* line 426, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  html.has-spaced-navbar-fixed-bottom,
  body.has-spaced-navbar-fixed-bottom {
    padding-bottom: 5.25rem;
  }

  /* line 431, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  a.navbar-item.is-active,
  .navbar-link.is-active {
    color: #0a0a0a;
  }
  /* line 433, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  a.navbar-item.is-active:not(:focus):not(:hover),
  .navbar-link.is-active:not(:focus):not(:hover) {
    background-color: transparent;
  }

  /* line 439, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar-item.has-dropdown:focus .navbar-link, .navbar-item.has-dropdown:hover .navbar-link, .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #fafafa;
  }
}
/* line 445, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.hero.is-fullheight-with-navbar {
  min-height: calc(100vh - 3.25rem);
}

/* line 38, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
.pagination {
  font-size: 1rem;
  margin: -0.25rem;
}
/* line 43, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
.pagination.is-small {
  font-size: 0.75rem;
}
/* line 45, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
.pagination.is-medium {
  font-size: 1.25rem;
}
/* line 47, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
.pagination.is-large {
  font-size: 1.5rem;
}
/* line 50, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
.pagination.is-rounded .pagination-previous,
.pagination.is-rounded .pagination-next {
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 9999px;
}
/* line 55, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
.pagination.is-rounded .pagination-link {
  border-radius: 9999px;
}

/* line 58, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
.pagination,
.pagination-list {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
}

/* line 65, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis {
  font-size: 1em;
  justify-content: center;
  margin: 0.25rem;
  padding-left: 0.5em;
  padding-right: 0.5em;
  text-align: center;
}

/* line 78, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
.pagination-previous,
.pagination-next,
.pagination-link {
  border-color: #E1E3E6;
  color: #363636;
  min-width: 2.5em;
}
/* line 84, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
.pagination-previous:hover,
.pagination-next:hover,
.pagination-link:hover {
  border-color: #b5b5b5;
  color: #363636;
}
/* line 87, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
.pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus {
  border-color: #485fc7;
}
/* line 89, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
.pagination-previous:active,
.pagination-next:active,
.pagination-link:active {
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
}
/* line 91, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
.pagination-previous[disabled], .pagination-previous.is-disabled,
.pagination-next[disabled],
.pagination-next.is-disabled,
.pagination-link[disabled],
.pagination-link.is-disabled {
  background-color: #E1E3E6;
  border-color: #E1E3E6;
  box-shadow: none;
  color: #7a7a7a;
  opacity: 0.5;
}

/* line 99, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
.pagination-previous,
.pagination-next {
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap;
}

/* line 106, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
.pagination-link.is-current {
  background-color: #0069FF;
  border-color: #0069FF;
  color: #fff;
}

/* line 111, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
.pagination-ellipsis {
  color: #b5b5b5;
  pointer-events: none;
}

/* line 115, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
.pagination-list {
  flex-wrap: wrap;
}
/* line 117, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
.pagination-list li {
  list-style: none;
}

@media screen and (max-width: 768px) {
  /* line 121, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
  .pagination {
    flex-wrap: wrap;
  }

  /* line 123, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
  .pagination-previous,
  .pagination-next {
    flex-grow: 1;
    flex-shrink: 1;
  }

  /* line 128, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
  .pagination-list li {
    flex-grow: 1;
    flex-shrink: 1;
  }
}
@media screen and (min-width: 769px), print {
  /* line 133, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
  .pagination-list {
    flex-grow: 1;
    flex-shrink: 1;
    justify-content: flex-start;
    order: 1;
  }

  /* line 138, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
  .pagination-previous,
  .pagination-next,
  .pagination-link,
  .pagination-ellipsis {
    margin-bottom: 0;
    margin-top: 0;
  }

  /* line 144, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
  .pagination-previous {
    order: 2;
  }

  /* line 146, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
  .pagination-next {
    order: 3;
  }

  /* line 148, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
  .pagination {
    justify-content: space-between;
    margin-bottom: 0;
    margin-top: 0;
  }
  /* line 153, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
  .pagination.is-centered .pagination-previous {
    order: 1;
  }
  /* line 155, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
  .pagination.is-centered .pagination-list {
    justify-content: center;
    order: 2;
  }
  /* line 158, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
  .pagination.is-centered .pagination-next {
    order: 3;
  }
  /* line 161, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
  .pagination.is-right .pagination-previous {
    order: 1;
  }
  /* line 163, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
  .pagination.is-right .pagination-next {
    order: 2;
  }
  /* line 165, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
  .pagination.is-right .pagination-list {
    justify-content: flex-end;
    order: 3;
  }
}
/* line 33, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel {
  border-radius: 6px;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
  font-size: 1rem;
}
/* line 37, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel:not(:last-child) {
  margin-bottom: 1.5rem;
}
/* line 44, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-white .panel-heading {
  background-color: white;
  color: #0a0a0a;
}
/* line 47, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-white .panel-tabs a.is-active {
  border-bottom-color: white;
}
/* line 49, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-white .panel-block.is-active .panel-icon {
  color: white;
}
/* line 44, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-black .panel-heading {
  background-color: #0a0a0a;
  color: white;
}
/* line 47, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-black .panel-tabs a.is-active {
  border-bottom-color: #0a0a0a;
}
/* line 49, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-black .panel-block.is-active .panel-icon {
  color: #0a0a0a;
}
/* line 44, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-light .panel-heading {
  background-color: #f0f1f2;
  color: rgba(0, 0, 0, 0.7);
}
/* line 47, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-light .panel-tabs a.is-active {
  border-bottom-color: #f0f1f2;
}
/* line 49, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-light .panel-block.is-active .panel-icon {
  color: #f0f1f2;
}
/* line 44, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-dark .panel-heading {
  background-color: #363636;
  color: #fff;
}
/* line 47, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-dark .panel-tabs a.is-active {
  border-bottom-color: #363636;
}
/* line 49, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-dark .panel-block.is-active .panel-icon {
  color: #363636;
}
/* line 44, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-primary .panel-heading {
  background-color: #0069FF;
  color: #fff;
}
/* line 47, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-primary .panel-tabs a.is-active {
  border-bottom-color: #0069FF;
}
/* line 49, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-primary .panel-block.is-active .panel-icon {
  color: #0069FF;
}
/* line 44, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-link .panel-heading {
  background-color: #485fc7;
  color: #fff;
}
/* line 47, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-link .panel-tabs a.is-active {
  border-bottom-color: #485fc7;
}
/* line 49, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-link .panel-block.is-active .panel-icon {
  color: #485fc7;
}
/* line 44, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-info .panel-heading {
  background-color: #3e8ed0;
  color: #fff;
}
/* line 47, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-info .panel-tabs a.is-active {
  border-bottom-color: #3e8ed0;
}
/* line 49, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-info .panel-block.is-active .panel-icon {
  color: #3e8ed0;
}
/* line 44, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-success .panel-heading {
  background-color: #48c78e;
  color: #fff;
}
/* line 47, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-success .panel-tabs a.is-active {
  border-bottom-color: #48c78e;
}
/* line 49, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-success .panel-block.is-active .panel-icon {
  color: #48c78e;
}
/* line 44, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-warning .panel-heading {
  background-color: #ffe08a;
  color: rgba(0, 0, 0, 0.7);
}
/* line 47, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-warning .panel-tabs a.is-active {
  border-bottom-color: #ffe08a;
}
/* line 49, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-warning .panel-block.is-active .panel-icon {
  color: #ffe08a;
}
/* line 44, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-danger .panel-heading {
  background-color: #f14668;
  color: #fff;
}
/* line 47, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-danger .panel-tabs a.is-active {
  border-bottom-color: #f14668;
}
/* line 49, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-danger .panel-block.is-active .panel-icon {
  color: #f14668;
}

/* line 54, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel-tabs:not(:last-child),
.panel-block:not(:last-child) {
  border-bottom: 1px solid #ededed;
}

/* line 57, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel-heading {
  background-color: #ededed;
  border-radius: 6px 6px 0 0;
  color: #363636;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.25;
  padding: 0.75em 1em;
}

/* line 66, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel-tabs {
  align-items: flex-end;
  display: flex;
  font-size: 0.875em;
  justify-content: center;
}
/* line 71, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel-tabs a {
  border-bottom: 1px solid #E1E3E6;
  margin-bottom: -1px;
  padding: 0.5em;
}
/* line 76, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel-tabs a.is-active {
  border-bottom-color: #535957;
  color: #363636;
}

/* line 81, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel-list a {
  color: #535957;
}
/* line 83, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel-list a:hover {
  color: #0069FF;
}

/* line 86, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel-block {
  align-items: center;
  color: #363636;
  display: flex;
  justify-content: flex-start;
  padding: 0.5em 0.75em;
}
/* line 92, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel-block input[type="checkbox"] {
  margin-right: 0.75em;
}
/* line 94, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel-block > .control {
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
}
/* line 98, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel-block.is-wrapped {
  flex-wrap: wrap;
}
/* line 100, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel-block.is-active {
  border-left-color: #0069FF;
  color: #363636;
}
/* line 103, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel-block.is-active .panel-icon {
  color: #0069FF;
}
/* line 105, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel-block:last-child {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* line 109, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
a.panel-block,
label.panel-block {
  cursor: pointer;
}
/* line 112, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
a.panel-block:hover,
label.panel-block:hover {
  background-color: #f0f1f2;
}

/* line 115, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel-icon {
  display: inline-block;
  font-size: 14px;
  height: 1em;
  line-height: 1em;
  text-align: center;
  vertical-align: top;
  width: 1em;
  color: #7a7a7a;
  margin-right: 0.75em;
}
/* line 119, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel-icon .fa {
  font-size: inherit;
  line-height: inherit;
}

/* line 31, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/tabs.sass */
.tabs {
  -webkit-overflow-scrolling: touch;
  align-items: stretch;
  display: flex;
  font-size: 1rem;
  justify-content: space-between;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
}
/* line 42, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/tabs.sass */
.tabs a {
  align-items: center;
  border-bottom-color: #E1E3E6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: #535957;
  display: flex;
  justify-content: center;
  margin-bottom: -1px;
  padding: 0.5em 1em;
  vertical-align: top;
}
/* line 53, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/tabs.sass */
.tabs a:hover {
  border-bottom-color: #363636;
  color: #363636;
}
/* line 56, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/tabs.sass */
.tabs li {
  display: block;
}
/* line 59, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/tabs.sass */
.tabs li.is-active a {
  border-bottom-color: #0069FF;
  color: #0069FF;
}
/* line 62, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/tabs.sass */
.tabs ul {
  align-items: center;
  border-bottom-color: #E1E3E6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: flex-start;
}
/* line 71, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/tabs.sass */
.tabs ul.is-left {
  padding-right: 0.75em;
}
/* line 73, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/tabs.sass */
.tabs ul.is-center {
  flex: none;
  justify-content: center;
  padding-left: 0.75em;
  padding-right: 0.75em;
}
/* line 78, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/tabs.sass */
.tabs ul.is-right {
  justify-content: flex-end;
  padding-left: 0.75em;
}
/* line 82, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/tabs.sass */
.tabs .icon:first-child {
  margin-right: 0.5em;
}
/* line 84, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/tabs.sass */
.tabs .icon:last-child {
  margin-left: 0.5em;
}
/* line 88, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/tabs.sass */
.tabs.is-centered ul {
  justify-content: center;
}
/* line 91, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/tabs.sass */
.tabs.is-right ul {
  justify-content: flex-end;
}
/* line 95, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/tabs.sass */
.tabs.is-boxed a {
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
/* line 101, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/tabs.sass */
.tabs.is-boxed a:hover {
  background-color: #f0f1f2;
  border-bottom-color: #E1E3E6;
}
/* line 106, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/tabs.sass */
.tabs.is-boxed li.is-active a {
  background-color: white;
  border-color: #E1E3E6;
  border-bottom-color: transparent !important;
}
/* line 111, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/tabs.sass */
.tabs.is-fullwidth li {
  flex-grow: 1;
  flex-shrink: 0;
}
/* line 115, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/tabs.sass */
.tabs.is-toggle a {
  border-color: #E1E3E6;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 0;
  position: relative;
}
/* line 121, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/tabs.sass */
.tabs.is-toggle a:hover {
  background-color: #f0f1f2;
  border-color: #b5b5b5;
  z-index: 2;
}
/* line 126, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/tabs.sass */
.tabs.is-toggle li + li {
  margin-left: -1px;
}
/* line 128, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/tabs.sass */
.tabs.is-toggle li:first-child a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
/* line 135, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/tabs.sass */
.tabs.is-toggle li:last-child a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 143, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/tabs.sass */
.tabs.is-toggle li.is-active a {
  background-color: #0069FF;
  border-color: #0069FF;
  color: #fff;
  z-index: 1;
}
/* line 148, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/tabs.sass */
.tabs.is-toggle ul {
  border-bottom: none;
}
/* line 152, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/tabs.sass */
.tabs.is-toggle.is-toggle-rounded li:first-child a {
  border-bottom-left-radius: 9999px;
  border-top-left-radius: 9999px;
  padding-left: 1.25em;
}
/* line 161, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/tabs.sass */
.tabs.is-toggle.is-toggle-rounded li:last-child a {
  border-bottom-right-radius: 9999px;
  border-top-right-radius: 9999px;
  padding-right: 1.25em;
}
/* line 171, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/tabs.sass */
.tabs.is-small {
  font-size: 0.75rem;
}
/* line 173, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/tabs.sass */
.tabs.is-medium {
  font-size: 1.25rem;
}
/* line 175, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/tabs.sass */
.tabs.is-large {
  font-size: 1.5rem;
}

/* Bulma Grid */
/* line 5, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.75rem;
}
/* line 11, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-narrow {
  flex: none;
  width: unset;
}
/* line 14, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-full {
  flex: none;
  width: 100%;
}
/* line 17, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-three-quarters {
  flex: none;
  width: 75%;
}
/* line 20, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-two-thirds {
  flex: none;
  width: 66.6666%;
}
/* line 23, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-half {
  flex: none;
  width: 50%;
}
/* line 26, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-one-third {
  flex: none;
  width: 33.3333%;
}
/* line 29, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-one-quarter {
  flex: none;
  width: 25%;
}
/* line 32, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-one-fifth {
  flex: none;
  width: 20%;
}
/* line 35, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-two-fifths {
  flex: none;
  width: 40%;
}
/* line 38, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-three-fifths {
  flex: none;
  width: 60%;
}
/* line 41, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-four-fifths {
  flex: none;
  width: 80%;
}
/* line 44, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-three-quarters {
  margin-left: 75%;
}
/* line 46, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-two-thirds {
  margin-left: 66.6666%;
}
/* line 48, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-half {
  margin-left: 50%;
}
/* line 50, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-one-third {
  margin-left: 33.3333%;
}
/* line 52, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-one-quarter {
  margin-left: 25%;
}
/* line 54, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-one-fifth {
  margin-left: 20%;
}
/* line 56, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-two-fifths {
  margin-left: 40%;
}
/* line 58, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-three-fifths {
  margin-left: 60%;
}
/* line 60, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-four-fifths {
  margin-left: 80%;
}
/* line 63, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-0 {
  flex: none;
  width: 0%;
}
/* line 66, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-0 {
  margin-left: 0%;
}
/* line 63, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-1 {
  flex: none;
  width: 8.33333337%;
}
/* line 66, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-1 {
  margin-left: 8.33333337%;
}
/* line 63, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-2 {
  flex: none;
  width: 16.66666674%;
}
/* line 66, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-2 {
  margin-left: 16.66666674%;
}
/* line 63, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-3 {
  flex: none;
  width: 25%;
}
/* line 66, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-3 {
  margin-left: 25%;
}
/* line 63, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-4 {
  flex: none;
  width: 33.33333337%;
}
/* line 66, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-4 {
  margin-left: 33.33333337%;
}
/* line 63, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-5 {
  flex: none;
  width: 41.66666674%;
}
/* line 66, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-5 {
  margin-left: 41.66666674%;
}
/* line 63, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-6 {
  flex: none;
  width: 50%;
}
/* line 66, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-6 {
  margin-left: 50%;
}
/* line 63, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-7 {
  flex: none;
  width: 58.33333337%;
}
/* line 66, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-7 {
  margin-left: 58.33333337%;
}
/* line 63, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-8 {
  flex: none;
  width: 66.66666674%;
}
/* line 66, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-8 {
  margin-left: 66.66666674%;
}
/* line 63, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-9 {
  flex: none;
  width: 75%;
}
/* line 66, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-9 {
  margin-left: 75%;
}
/* line 63, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-10 {
  flex: none;
  width: 83.33333337%;
}
/* line 66, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-10 {
  margin-left: 83.33333337%;
}
/* line 63, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-11 {
  flex: none;
  width: 91.66666674%;
}
/* line 66, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-11 {
  margin-left: 91.66666674%;
}
/* line 63, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-12 {
  flex: none;
  width: 100%;
}
/* line 66, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-12 {
  margin-left: 100%;
}
@media screen and (max-width: 768px) {
  /* line 69, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-narrow-mobile {
    flex: none;
    width: unset;
  }
  /* line 72, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-full-mobile {
    flex: none;
    width: 100%;
  }
  /* line 75, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-three-quarters-mobile {
    flex: none;
    width: 75%;
  }
  /* line 78, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-two-thirds-mobile {
    flex: none;
    width: 66.6666%;
  }
  /* line 81, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-half-mobile {
    flex: none;
    width: 50%;
  }
  /* line 84, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-one-third-mobile {
    flex: none;
    width: 33.3333%;
  }
  /* line 87, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-one-quarter-mobile {
    flex: none;
    width: 25%;
  }
  /* line 90, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-one-fifth-mobile {
    flex: none;
    width: 20%;
  }
  /* line 93, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-two-fifths-mobile {
    flex: none;
    width: 40%;
  }
  /* line 96, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-three-fifths-mobile {
    flex: none;
    width: 60%;
  }
  /* line 99, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-four-fifths-mobile {
    flex: none;
    width: 80%;
  }
  /* line 102, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-three-quarters-mobile {
    margin-left: 75%;
  }
  /* line 104, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-two-thirds-mobile {
    margin-left: 66.6666%;
  }
  /* line 106, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-half-mobile {
    margin-left: 50%;
  }
  /* line 108, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-one-third-mobile {
    margin-left: 33.3333%;
  }
  /* line 110, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-one-quarter-mobile {
    margin-left: 25%;
  }
  /* line 112, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-one-fifth-mobile {
    margin-left: 20%;
  }
  /* line 114, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-two-fifths-mobile {
    margin-left: 40%;
  }
  /* line 116, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-three-fifths-mobile {
    margin-left: 60%;
  }
  /* line 118, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-four-fifths-mobile {
    margin-left: 80%;
  }
  /* line 121, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-0-mobile {
    flex: none;
    width: 0%;
  }
  /* line 124, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-0-mobile {
    margin-left: 0%;
  }
  /* line 121, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-1-mobile {
    flex: none;
    width: 8.33333337%;
  }
  /* line 124, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-1-mobile {
    margin-left: 8.33333337%;
  }
  /* line 121, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-2-mobile {
    flex: none;
    width: 16.66666674%;
  }
  /* line 124, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-2-mobile {
    margin-left: 16.66666674%;
  }
  /* line 121, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-3-mobile {
    flex: none;
    width: 25%;
  }
  /* line 124, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-3-mobile {
    margin-left: 25%;
  }
  /* line 121, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-4-mobile {
    flex: none;
    width: 33.33333337%;
  }
  /* line 124, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-4-mobile {
    margin-left: 33.33333337%;
  }
  /* line 121, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-5-mobile {
    flex: none;
    width: 41.66666674%;
  }
  /* line 124, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-5-mobile {
    margin-left: 41.66666674%;
  }
  /* line 121, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-6-mobile {
    flex: none;
    width: 50%;
  }
  /* line 124, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-6-mobile {
    margin-left: 50%;
  }
  /* line 121, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-7-mobile {
    flex: none;
    width: 58.33333337%;
  }
  /* line 124, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-7-mobile {
    margin-left: 58.33333337%;
  }
  /* line 121, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-8-mobile {
    flex: none;
    width: 66.66666674%;
  }
  /* line 124, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-8-mobile {
    margin-left: 66.66666674%;
  }
  /* line 121, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-9-mobile {
    flex: none;
    width: 75%;
  }
  /* line 124, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-9-mobile {
    margin-left: 75%;
  }
  /* line 121, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-10-mobile {
    flex: none;
    width: 83.33333337%;
  }
  /* line 124, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-10-mobile {
    margin-left: 83.33333337%;
  }
  /* line 121, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-11-mobile {
    flex: none;
    width: 91.66666674%;
  }
  /* line 124, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-11-mobile {
    margin-left: 91.66666674%;
  }
  /* line 121, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-12-mobile {
    flex: none;
    width: 100%;
  }
  /* line 124, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-12-mobile {
    margin-left: 100%;
  }
}
@media screen and (min-width: 769px), print {
  /* line 127, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-narrow, .column.is-narrow-tablet {
    flex: none;
    width: unset;
  }
  /* line 131, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-full, .column.is-full-tablet {
    flex: none;
    width: 100%;
  }
  /* line 135, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-three-quarters, .column.is-three-quarters-tablet {
    flex: none;
    width: 75%;
  }
  /* line 139, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-two-thirds, .column.is-two-thirds-tablet {
    flex: none;
    width: 66.6666%;
  }
  /* line 143, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-half, .column.is-half-tablet {
    flex: none;
    width: 50%;
  }
  /* line 147, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-one-third, .column.is-one-third-tablet {
    flex: none;
    width: 33.3333%;
  }
  /* line 151, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-one-quarter, .column.is-one-quarter-tablet {
    flex: none;
    width: 25%;
  }
  /* line 155, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-one-fifth, .column.is-one-fifth-tablet {
    flex: none;
    width: 20%;
  }
  /* line 159, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-two-fifths, .column.is-two-fifths-tablet {
    flex: none;
    width: 40%;
  }
  /* line 163, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-three-fifths, .column.is-three-fifths-tablet {
    flex: none;
    width: 60%;
  }
  /* line 167, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-four-fifths, .column.is-four-fifths-tablet {
    flex: none;
    width: 80%;
  }
  /* line 171, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet {
    margin-left: 75%;
  }
  /* line 174, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet {
    margin-left: 66.6666%;
  }
  /* line 177, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-half, .column.is-offset-half-tablet {
    margin-left: 50%;
  }
  /* line 180, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-one-third, .column.is-offset-one-third-tablet {
    margin-left: 33.3333%;
  }
  /* line 183, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet {
    margin-left: 25%;
  }
  /* line 186, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-one-fifth, .column.is-offset-one-fifth-tablet {
    margin-left: 20%;
  }
  /* line 189, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-two-fifths, .column.is-offset-two-fifths-tablet {
    margin-left: 40%;
  }
  /* line 192, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-three-fifths, .column.is-offset-three-fifths-tablet {
    margin-left: 60%;
  }
  /* line 195, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-four-fifths, .column.is-offset-four-fifths-tablet {
    margin-left: 80%;
  }
  /* line 199, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-0, .column.is-0-tablet {
    flex: none;
    width: 0%;
  }
  /* line 203, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-0, .column.is-offset-0-tablet {
    margin-left: 0%;
  }
  /* line 199, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-1, .column.is-1-tablet {
    flex: none;
    width: 8.33333337%;
  }
  /* line 203, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-1, .column.is-offset-1-tablet {
    margin-left: 8.33333337%;
  }
  /* line 199, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-2, .column.is-2-tablet {
    flex: none;
    width: 16.66666674%;
  }
  /* line 203, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-2, .column.is-offset-2-tablet {
    margin-left: 16.66666674%;
  }
  /* line 199, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-3, .column.is-3-tablet {
    flex: none;
    width: 25%;
  }
  /* line 203, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-3, .column.is-offset-3-tablet {
    margin-left: 25%;
  }
  /* line 199, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-4, .column.is-4-tablet {
    flex: none;
    width: 33.33333337%;
  }
  /* line 203, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-4, .column.is-offset-4-tablet {
    margin-left: 33.33333337%;
  }
  /* line 199, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-5, .column.is-5-tablet {
    flex: none;
    width: 41.66666674%;
  }
  /* line 203, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-5, .column.is-offset-5-tablet {
    margin-left: 41.66666674%;
  }
  /* line 199, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-6, .column.is-6-tablet {
    flex: none;
    width: 50%;
  }
  /* line 203, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-6, .column.is-offset-6-tablet {
    margin-left: 50%;
  }
  /* line 199, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-7, .column.is-7-tablet {
    flex: none;
    width: 58.33333337%;
  }
  /* line 203, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-7, .column.is-offset-7-tablet {
    margin-left: 58.33333337%;
  }
  /* line 199, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-8, .column.is-8-tablet {
    flex: none;
    width: 66.66666674%;
  }
  /* line 203, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-8, .column.is-offset-8-tablet {
    margin-left: 66.66666674%;
  }
  /* line 199, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-9, .column.is-9-tablet {
    flex: none;
    width: 75%;
  }
  /* line 203, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-9, .column.is-offset-9-tablet {
    margin-left: 75%;
  }
  /* line 199, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-10, .column.is-10-tablet {
    flex: none;
    width: 83.33333337%;
  }
  /* line 203, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-10, .column.is-offset-10-tablet {
    margin-left: 83.33333337%;
  }
  /* line 199, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-11, .column.is-11-tablet {
    flex: none;
    width: 91.66666674%;
  }
  /* line 203, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-11, .column.is-offset-11-tablet {
    margin-left: 91.66666674%;
  }
  /* line 199, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-12, .column.is-12-tablet {
    flex: none;
    width: 100%;
  }
  /* line 203, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-12, .column.is-offset-12-tablet {
    margin-left: 100%;
  }
}
@media screen and (max-width: 1023px) {
  /* line 207, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-narrow-touch {
    flex: none;
    width: unset;
  }
  /* line 210, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-full-touch {
    flex: none;
    width: 100%;
  }
  /* line 213, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-three-quarters-touch {
    flex: none;
    width: 75%;
  }
  /* line 216, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-two-thirds-touch {
    flex: none;
    width: 66.6666%;
  }
  /* line 219, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-half-touch {
    flex: none;
    width: 50%;
  }
  /* line 222, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-one-third-touch {
    flex: none;
    width: 33.3333%;
  }
  /* line 225, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-one-quarter-touch {
    flex: none;
    width: 25%;
  }
  /* line 228, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-one-fifth-touch {
    flex: none;
    width: 20%;
  }
  /* line 231, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-two-fifths-touch {
    flex: none;
    width: 40%;
  }
  /* line 234, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-three-fifths-touch {
    flex: none;
    width: 60%;
  }
  /* line 237, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-four-fifths-touch {
    flex: none;
    width: 80%;
  }
  /* line 240, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-three-quarters-touch {
    margin-left: 75%;
  }
  /* line 242, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-two-thirds-touch {
    margin-left: 66.6666%;
  }
  /* line 244, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-half-touch {
    margin-left: 50%;
  }
  /* line 246, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-one-third-touch {
    margin-left: 33.3333%;
  }
  /* line 248, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-one-quarter-touch {
    margin-left: 25%;
  }
  /* line 250, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-one-fifth-touch {
    margin-left: 20%;
  }
  /* line 252, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-two-fifths-touch {
    margin-left: 40%;
  }
  /* line 254, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-three-fifths-touch {
    margin-left: 60%;
  }
  /* line 256, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-four-fifths-touch {
    margin-left: 80%;
  }
  /* line 259, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-0-touch {
    flex: none;
    width: 0%;
  }
  /* line 262, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-0-touch {
    margin-left: 0%;
  }
  /* line 259, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-1-touch {
    flex: none;
    width: 8.33333337%;
  }
  /* line 262, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-1-touch {
    margin-left: 8.33333337%;
  }
  /* line 259, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-2-touch {
    flex: none;
    width: 16.66666674%;
  }
  /* line 262, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-2-touch {
    margin-left: 16.66666674%;
  }
  /* line 259, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-3-touch {
    flex: none;
    width: 25%;
  }
  /* line 262, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-3-touch {
    margin-left: 25%;
  }
  /* line 259, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-4-touch {
    flex: none;
    width: 33.33333337%;
  }
  /* line 262, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-4-touch {
    margin-left: 33.33333337%;
  }
  /* line 259, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-5-touch {
    flex: none;
    width: 41.66666674%;
  }
  /* line 262, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-5-touch {
    margin-left: 41.66666674%;
  }
  /* line 259, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-6-touch {
    flex: none;
    width: 50%;
  }
  /* line 262, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-6-touch {
    margin-left: 50%;
  }
  /* line 259, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-7-touch {
    flex: none;
    width: 58.33333337%;
  }
  /* line 262, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-7-touch {
    margin-left: 58.33333337%;
  }
  /* line 259, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-8-touch {
    flex: none;
    width: 66.66666674%;
  }
  /* line 262, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-8-touch {
    margin-left: 66.66666674%;
  }
  /* line 259, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-9-touch {
    flex: none;
    width: 75%;
  }
  /* line 262, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-9-touch {
    margin-left: 75%;
  }
  /* line 259, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-10-touch {
    flex: none;
    width: 83.33333337%;
  }
  /* line 262, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-10-touch {
    margin-left: 83.33333337%;
  }
  /* line 259, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-11-touch {
    flex: none;
    width: 91.66666674%;
  }
  /* line 262, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-11-touch {
    margin-left: 91.66666674%;
  }
  /* line 259, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-12-touch {
    flex: none;
    width: 100%;
  }
  /* line 262, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-12-touch {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1024px) {
  /* line 265, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-narrow-desktop {
    flex: none;
    width: unset;
  }
  /* line 268, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-full-desktop {
    flex: none;
    width: 100%;
  }
  /* line 271, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-three-quarters-desktop {
    flex: none;
    width: 75%;
  }
  /* line 274, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-two-thirds-desktop {
    flex: none;
    width: 66.6666%;
  }
  /* line 277, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-half-desktop {
    flex: none;
    width: 50%;
  }
  /* line 280, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-one-third-desktop {
    flex: none;
    width: 33.3333%;
  }
  /* line 283, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-one-quarter-desktop {
    flex: none;
    width: 25%;
  }
  /* line 286, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-one-fifth-desktop {
    flex: none;
    width: 20%;
  }
  /* line 289, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-two-fifths-desktop {
    flex: none;
    width: 40%;
  }
  /* line 292, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-three-fifths-desktop {
    flex: none;
    width: 60%;
  }
  /* line 295, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-four-fifths-desktop {
    flex: none;
    width: 80%;
  }
  /* line 298, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-three-quarters-desktop {
    margin-left: 75%;
  }
  /* line 300, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-two-thirds-desktop {
    margin-left: 66.6666%;
  }
  /* line 302, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-half-desktop {
    margin-left: 50%;
  }
  /* line 304, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-one-third-desktop {
    margin-left: 33.3333%;
  }
  /* line 306, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-one-quarter-desktop {
    margin-left: 25%;
  }
  /* line 308, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-one-fifth-desktop {
    margin-left: 20%;
  }
  /* line 310, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-two-fifths-desktop {
    margin-left: 40%;
  }
  /* line 312, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-three-fifths-desktop {
    margin-left: 60%;
  }
  /* line 314, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-four-fifths-desktop {
    margin-left: 80%;
  }
  /* line 317, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-0-desktop {
    flex: none;
    width: 0%;
  }
  /* line 320, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-0-desktop {
    margin-left: 0%;
  }
  /* line 317, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-1-desktop {
    flex: none;
    width: 8.33333337%;
  }
  /* line 320, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-1-desktop {
    margin-left: 8.33333337%;
  }
  /* line 317, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-2-desktop {
    flex: none;
    width: 16.66666674%;
  }
  /* line 320, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-2-desktop {
    margin-left: 16.66666674%;
  }
  /* line 317, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-3-desktop {
    flex: none;
    width: 25%;
  }
  /* line 320, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-3-desktop {
    margin-left: 25%;
  }
  /* line 317, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-4-desktop {
    flex: none;
    width: 33.33333337%;
  }
  /* line 320, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-4-desktop {
    margin-left: 33.33333337%;
  }
  /* line 317, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-5-desktop {
    flex: none;
    width: 41.66666674%;
  }
  /* line 320, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-5-desktop {
    margin-left: 41.66666674%;
  }
  /* line 317, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-6-desktop {
    flex: none;
    width: 50%;
  }
  /* line 320, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-6-desktop {
    margin-left: 50%;
  }
  /* line 317, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-7-desktop {
    flex: none;
    width: 58.33333337%;
  }
  /* line 320, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-7-desktop {
    margin-left: 58.33333337%;
  }
  /* line 317, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-8-desktop {
    flex: none;
    width: 66.66666674%;
  }
  /* line 320, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-8-desktop {
    margin-left: 66.66666674%;
  }
  /* line 317, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-9-desktop {
    flex: none;
    width: 75%;
  }
  /* line 320, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-9-desktop {
    margin-left: 75%;
  }
  /* line 317, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-10-desktop {
    flex: none;
    width: 83.33333337%;
  }
  /* line 320, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-10-desktop {
    margin-left: 83.33333337%;
  }
  /* line 317, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-11-desktop {
    flex: none;
    width: 91.66666674%;
  }
  /* line 320, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-11-desktop {
    margin-left: 91.66666674%;
  }
  /* line 317, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-12-desktop {
    flex: none;
    width: 100%;
  }
  /* line 320, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-12-desktop {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1216px) {
  /* line 323, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-narrow-widescreen {
    flex: none;
    width: unset;
  }
  /* line 326, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-full-widescreen {
    flex: none;
    width: 100%;
  }
  /* line 329, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-three-quarters-widescreen {
    flex: none;
    width: 75%;
  }
  /* line 332, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-two-thirds-widescreen {
    flex: none;
    width: 66.6666%;
  }
  /* line 335, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-half-widescreen {
    flex: none;
    width: 50%;
  }
  /* line 338, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-one-third-widescreen {
    flex: none;
    width: 33.3333%;
  }
  /* line 341, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-one-quarter-widescreen {
    flex: none;
    width: 25%;
  }
  /* line 344, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-one-fifth-widescreen {
    flex: none;
    width: 20%;
  }
  /* line 347, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-two-fifths-widescreen {
    flex: none;
    width: 40%;
  }
  /* line 350, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-three-fifths-widescreen {
    flex: none;
    width: 60%;
  }
  /* line 353, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-four-fifths-widescreen {
    flex: none;
    width: 80%;
  }
  /* line 356, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-three-quarters-widescreen {
    margin-left: 75%;
  }
  /* line 358, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-two-thirds-widescreen {
    margin-left: 66.6666%;
  }
  /* line 360, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-half-widescreen {
    margin-left: 50%;
  }
  /* line 362, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-one-third-widescreen {
    margin-left: 33.3333%;
  }
  /* line 364, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-one-quarter-widescreen {
    margin-left: 25%;
  }
  /* line 366, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-one-fifth-widescreen {
    margin-left: 20%;
  }
  /* line 368, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-two-fifths-widescreen {
    margin-left: 40%;
  }
  /* line 370, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-three-fifths-widescreen {
    margin-left: 60%;
  }
  /* line 372, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-four-fifths-widescreen {
    margin-left: 80%;
  }
  /* line 375, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-0-widescreen {
    flex: none;
    width: 0%;
  }
  /* line 378, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-0-widescreen {
    margin-left: 0%;
  }
  /* line 375, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-1-widescreen {
    flex: none;
    width: 8.33333337%;
  }
  /* line 378, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-1-widescreen {
    margin-left: 8.33333337%;
  }
  /* line 375, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-2-widescreen {
    flex: none;
    width: 16.66666674%;
  }
  /* line 378, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-2-widescreen {
    margin-left: 16.66666674%;
  }
  /* line 375, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-3-widescreen {
    flex: none;
    width: 25%;
  }
  /* line 378, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-3-widescreen {
    margin-left: 25%;
  }
  /* line 375, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-4-widescreen {
    flex: none;
    width: 33.33333337%;
  }
  /* line 378, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-4-widescreen {
    margin-left: 33.33333337%;
  }
  /* line 375, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-5-widescreen {
    flex: none;
    width: 41.66666674%;
  }
  /* line 378, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-5-widescreen {
    margin-left: 41.66666674%;
  }
  /* line 375, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-6-widescreen {
    flex: none;
    width: 50%;
  }
  /* line 378, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-6-widescreen {
    margin-left: 50%;
  }
  /* line 375, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-7-widescreen {
    flex: none;
    width: 58.33333337%;
  }
  /* line 378, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-7-widescreen {
    margin-left: 58.33333337%;
  }
  /* line 375, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-8-widescreen {
    flex: none;
    width: 66.66666674%;
  }
  /* line 378, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-8-widescreen {
    margin-left: 66.66666674%;
  }
  /* line 375, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-9-widescreen {
    flex: none;
    width: 75%;
  }
  /* line 378, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-9-widescreen {
    margin-left: 75%;
  }
  /* line 375, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-10-widescreen {
    flex: none;
    width: 83.33333337%;
  }
  /* line 378, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-10-widescreen {
    margin-left: 83.33333337%;
  }
  /* line 375, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-11-widescreen {
    flex: none;
    width: 91.66666674%;
  }
  /* line 378, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-11-widescreen {
    margin-left: 91.66666674%;
  }
  /* line 375, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-12-widescreen {
    flex: none;
    width: 100%;
  }
  /* line 378, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-12-widescreen {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1408px) {
  /* line 381, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-narrow-fullhd {
    flex: none;
    width: unset;
  }
  /* line 384, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-full-fullhd {
    flex: none;
    width: 100%;
  }
  /* line 387, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-three-quarters-fullhd {
    flex: none;
    width: 75%;
  }
  /* line 390, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-two-thirds-fullhd {
    flex: none;
    width: 66.6666%;
  }
  /* line 393, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-half-fullhd {
    flex: none;
    width: 50%;
  }
  /* line 396, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-one-third-fullhd {
    flex: none;
    width: 33.3333%;
  }
  /* line 399, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-one-quarter-fullhd {
    flex: none;
    width: 25%;
  }
  /* line 402, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-one-fifth-fullhd {
    flex: none;
    width: 20%;
  }
  /* line 405, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-two-fifths-fullhd {
    flex: none;
    width: 40%;
  }
  /* line 408, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-three-fifths-fullhd {
    flex: none;
    width: 60%;
  }
  /* line 411, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-four-fifths-fullhd {
    flex: none;
    width: 80%;
  }
  /* line 414, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-three-quarters-fullhd {
    margin-left: 75%;
  }
  /* line 416, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-two-thirds-fullhd {
    margin-left: 66.6666%;
  }
  /* line 418, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-half-fullhd {
    margin-left: 50%;
  }
  /* line 420, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-one-third-fullhd {
    margin-left: 33.3333%;
  }
  /* line 422, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-one-quarter-fullhd {
    margin-left: 25%;
  }
  /* line 424, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-one-fifth-fullhd {
    margin-left: 20%;
  }
  /* line 426, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-two-fifths-fullhd {
    margin-left: 40%;
  }
  /* line 428, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-three-fifths-fullhd {
    margin-left: 60%;
  }
  /* line 430, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-four-fifths-fullhd {
    margin-left: 80%;
  }
  /* line 433, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-0-fullhd {
    flex: none;
    width: 0%;
  }
  /* line 436, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-0-fullhd {
    margin-left: 0%;
  }
  /* line 433, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-1-fullhd {
    flex: none;
    width: 8.33333337%;
  }
  /* line 436, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-1-fullhd {
    margin-left: 8.33333337%;
  }
  /* line 433, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-2-fullhd {
    flex: none;
    width: 16.66666674%;
  }
  /* line 436, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-2-fullhd {
    margin-left: 16.66666674%;
  }
  /* line 433, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-3-fullhd {
    flex: none;
    width: 25%;
  }
  /* line 436, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-3-fullhd {
    margin-left: 25%;
  }
  /* line 433, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-4-fullhd {
    flex: none;
    width: 33.33333337%;
  }
  /* line 436, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-4-fullhd {
    margin-left: 33.33333337%;
  }
  /* line 433, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-5-fullhd {
    flex: none;
    width: 41.66666674%;
  }
  /* line 436, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-5-fullhd {
    margin-left: 41.66666674%;
  }
  /* line 433, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-6-fullhd {
    flex: none;
    width: 50%;
  }
  /* line 436, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-6-fullhd {
    margin-left: 50%;
  }
  /* line 433, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-7-fullhd {
    flex: none;
    width: 58.33333337%;
  }
  /* line 436, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-7-fullhd {
    margin-left: 58.33333337%;
  }
  /* line 433, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-8-fullhd {
    flex: none;
    width: 66.66666674%;
  }
  /* line 436, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-8-fullhd {
    margin-left: 66.66666674%;
  }
  /* line 433, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-9-fullhd {
    flex: none;
    width: 75%;
  }
  /* line 436, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-9-fullhd {
    margin-left: 75%;
  }
  /* line 433, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-10-fullhd {
    flex: none;
    width: 83.33333337%;
  }
  /* line 436, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-10-fullhd {
    margin-left: 83.33333337%;
  }
  /* line 433, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-11-fullhd {
    flex: none;
    width: 91.66666674%;
  }
  /* line 436, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-11-fullhd {
    margin-left: 91.66666674%;
  }
  /* line 433, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-12-fullhd {
    flex: none;
    width: 100%;
  }
  /* line 436, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-12-fullhd {
    margin-left: 100%;
  }
}

/* line 439, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}
/* line 443, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns:last-child {
  margin-bottom: -0.75rem;
}
/* line 445, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns:not(:last-child) {
  margin-bottom: calc(1.5rem - 0.75rem);
}
/* line 448, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-centered {
  justify-content: center;
}
/* line 450, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
/* line 454, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-gapless > .column {
  margin: 0;
  padding: 0 !important;
}
/* line 457, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-gapless:not(:last-child) {
  margin-bottom: 1.5rem;
}
/* line 459, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-gapless:last-child {
  margin-bottom: 0;
}
/* line 461, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile {
  display: flex;
}
/* line 463, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-multiline {
  flex-wrap: wrap;
}
/* line 465, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-vcentered {
  align-items: center;
}
@media screen and (min-width: 769px), print {
  /* line 469, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns:not(.is-desktop) {
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  /* line 473, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-desktop {
    display: flex;
  }
}

/* line 477, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-variable {
  --columnGap: 0.75rem;
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap));
}
/* line 481, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-variable > .column {
  padding-left: var(--columnGap);
  padding-right: var(--columnGap);
}
/* line 485, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-variable.is-0 {
  --columnGap: 0rem;
}
@media screen and (max-width: 768px) {
  /* line 488, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-0-mobile {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 769px), print {
  /* line 491, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-0-tablet {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 494, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-0-tablet-only {
    --columnGap: 0rem;
  }
}
@media screen and (max-width: 1023px) {
  /* line 497, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-0-touch {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1024px) {
  /* line 500, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-0-desktop {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 503, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-0-desktop-only {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1216px) {
  /* line 506, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-0-widescreen {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 509, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-0-widescreen-only {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1408px) {
  /* line 512, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-0-fullhd {
    --columnGap: 0rem;
  }
}
/* line 485, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-variable.is-1 {
  --columnGap: 0.25rem;
}
@media screen and (max-width: 768px) {
  /* line 488, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-1-mobile {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 769px), print {
  /* line 491, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-1-tablet {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 494, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-1-tablet-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (max-width: 1023px) {
  /* line 497, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-1-touch {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1024px) {
  /* line 500, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-1-desktop {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 503, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-1-desktop-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1216px) {
  /* line 506, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-1-widescreen {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 509, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-1-widescreen-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1408px) {
  /* line 512, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-1-fullhd {
    --columnGap: 0.25rem;
  }
}
/* line 485, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-variable.is-2 {
  --columnGap: 0.5rem;
}
@media screen and (max-width: 768px) {
  /* line 488, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-2-mobile {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 769px), print {
  /* line 491, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-2-tablet {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 494, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-2-tablet-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (max-width: 1023px) {
  /* line 497, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-2-touch {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1024px) {
  /* line 500, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-2-desktop {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 503, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-2-desktop-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1216px) {
  /* line 506, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-2-widescreen {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 509, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-2-widescreen-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1408px) {
  /* line 512, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-2-fullhd {
    --columnGap: 0.5rem;
  }
}
/* line 485, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-variable.is-3 {
  --columnGap: 0.75rem;
}
@media screen and (max-width: 768px) {
  /* line 488, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-3-mobile {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 769px), print {
  /* line 491, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-3-tablet {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 494, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-3-tablet-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (max-width: 1023px) {
  /* line 497, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-3-touch {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1024px) {
  /* line 500, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-3-desktop {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 503, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-3-desktop-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1216px) {
  /* line 506, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-3-widescreen {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 509, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-3-widescreen-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1408px) {
  /* line 512, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-3-fullhd {
    --columnGap: 0.75rem;
  }
}
/* line 485, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-variable.is-4 {
  --columnGap: 1rem;
}
@media screen and (max-width: 768px) {
  /* line 488, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-4-mobile {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 769px), print {
  /* line 491, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-4-tablet {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 494, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-4-tablet-only {
    --columnGap: 1rem;
  }
}
@media screen and (max-width: 1023px) {
  /* line 497, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-4-touch {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  /* line 500, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-4-desktop {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 503, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-4-desktop-only {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1216px) {
  /* line 506, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-4-widescreen {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 509, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-4-widescreen-only {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1408px) {
  /* line 512, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-4-fullhd {
    --columnGap: 1rem;
  }
}
/* line 485, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-variable.is-5 {
  --columnGap: 1.25rem;
}
@media screen and (max-width: 768px) {
  /* line 488, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-5-mobile {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 769px), print {
  /* line 491, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-5-tablet {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 494, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-5-tablet-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (max-width: 1023px) {
  /* line 497, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-5-touch {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  /* line 500, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-5-desktop {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 503, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-5-desktop-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1216px) {
  /* line 506, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-5-widescreen {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 509, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-5-widescreen-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1408px) {
  /* line 512, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-5-fullhd {
    --columnGap: 1.25rem;
  }
}
/* line 485, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-variable.is-6 {
  --columnGap: 1.5rem;
}
@media screen and (max-width: 768px) {
  /* line 488, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-6-mobile {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 769px), print {
  /* line 491, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-6-tablet {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 494, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-6-tablet-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (max-width: 1023px) {
  /* line 497, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-6-touch {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  /* line 500, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-6-desktop {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 503, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-6-desktop-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1216px) {
  /* line 506, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-6-widescreen {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 509, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-6-widescreen-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1408px) {
  /* line 512, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-6-fullhd {
    --columnGap: 1.5rem;
  }
}
/* line 485, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-variable.is-7 {
  --columnGap: 1.75rem;
}
@media screen and (max-width: 768px) {
  /* line 488, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-7-mobile {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 769px), print {
  /* line 491, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-7-tablet {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 494, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-7-tablet-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (max-width: 1023px) {
  /* line 497, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-7-touch {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1024px) {
  /* line 500, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-7-desktop {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 503, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-7-desktop-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1216px) {
  /* line 506, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-7-widescreen {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 509, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-7-widescreen-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1408px) {
  /* line 512, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-7-fullhd {
    --columnGap: 1.75rem;
  }
}
/* line 485, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-variable.is-8 {
  --columnGap: 2rem;
}
@media screen and (max-width: 768px) {
  /* line 488, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-8-mobile {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 769px), print {
  /* line 491, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-8-tablet {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 494, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-8-tablet-only {
    --columnGap: 2rem;
  }
}
@media screen and (max-width: 1023px) {
  /* line 497, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-8-touch {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  /* line 500, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-8-desktop {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 503, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-8-desktop-only {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1216px) {
  /* line 506, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-8-widescreen {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 509, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-8-widescreen-only {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1408px) {
  /* line 512, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-8-fullhd {
    --columnGap: 2rem;
  }
}

/* line 5, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/tiles.sass */
.tile {
  align-items: stretch;
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  min-height: min-content;
}
/* line 13, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/tiles.sass */
.tile.is-ancestor {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}
/* line 17, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/tiles.sass */
.tile.is-ancestor:last-child {
  margin-bottom: -0.75rem;
}
/* line 19, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/tiles.sass */
.tile.is-ancestor:not(:last-child) {
  margin-bottom: 0.75rem;
}
/* line 21, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/tiles.sass */
.tile.is-child {
  margin: 0 !important;
}
/* line 23, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/tiles.sass */
.tile.is-parent {
  padding: 0.75rem;
}
/* line 25, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/tiles.sass */
.tile.is-vertical {
  flex-direction: column;
}
/* line 27, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/tiles.sass */
.tile.is-vertical > .tile.is-child:not(:last-child) {
  margin-bottom: 1.5rem !important;
}
@media screen and (min-width: 769px), print {
  /* line 31, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/tiles.sass */
  .tile:not(.is-child) {
    display: flex;
  }
  /* line 34, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/tiles.sass */
  .tile.is-1 {
    flex: none;
    width: 8.33333337%;
  }
  /* line 34, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/tiles.sass */
  .tile.is-2 {
    flex: none;
    width: 16.66666674%;
  }
  /* line 34, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/tiles.sass */
  .tile.is-3 {
    flex: none;
    width: 25%;
  }
  /* line 34, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/tiles.sass */
  .tile.is-4 {
    flex: none;
    width: 33.33333337%;
  }
  /* line 34, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/tiles.sass */
  .tile.is-5 {
    flex: none;
    width: 41.66666674%;
  }
  /* line 34, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/tiles.sass */
  .tile.is-6 {
    flex: none;
    width: 50%;
  }
  /* line 34, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/tiles.sass */
  .tile.is-7 {
    flex: none;
    width: 58.33333337%;
  }
  /* line 34, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/tiles.sass */
  .tile.is-8 {
    flex: none;
    width: 66.66666674%;
  }
  /* line 34, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/tiles.sass */
  .tile.is-9 {
    flex: none;
    width: 75%;
  }
  /* line 34, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/tiles.sass */
  .tile.is-10 {
    flex: none;
    width: 83.33333337%;
  }
  /* line 34, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/tiles.sass */
  .tile.is-11 {
    flex: none;
    width: 91.66666674%;
  }
  /* line 34, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/tiles.sass */
  .tile.is-12 {
    flex: none;
    width: 100%;
  }
}

/* Bulma Helpers */
/* line 5, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-white {
  color: white !important;
}

/* line 8, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-white:hover, a.has-text-white:focus {
  color: #e6e6e6 !important;
}

/* line 11, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-white {
  background-color: white !important;
}

/* line 5, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-black {
  color: #0a0a0a !important;
}

/* line 8, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-black:hover, a.has-text-black:focus {
  color: black !important;
}

/* line 11, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-black {
  background-color: #0a0a0a !important;
}

/* line 5, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-light {
  color: #f0f1f2 !important;
}

/* line 8, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-light:hover, a.has-text-light:focus {
  color: #d5d8da !important;
}

/* line 11, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-light {
  background-color: #f0f1f2 !important;
}

/* line 5, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-dark {
  color: #363636 !important;
}

/* line 8, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-dark:hover, a.has-text-dark:focus {
  color: #1c1c1c !important;
}

/* line 11, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-dark {
  background-color: #363636 !important;
}

/* line 5, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-primary {
  color: #0069FF !important;
}

/* line 8, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-primary:hover, a.has-text-primary:focus {
  color: #0054cc !important;
}

/* line 11, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-primary {
  background-color: #0069FF !important;
}

/* line 17, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-primary-light {
  color: #E5ECFF !important;
}

/* line 20, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-primary-light:hover, a.has-text-primary-light:focus {
  color: #b2c7ff !important;
}

/* line 23, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-primary-light {
  background-color: #E5ECFF !important;
}

/* line 26, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-primary-dark {
  color: #0061eb !important;
}

/* line 29, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-primary-dark:hover, a.has-text-primary-dark:focus {
  color: #1f7bff !important;
}

/* line 32, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-primary-dark {
  background-color: #0061eb !important;
}

/* line 5, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-link {
  color: #485fc7 !important;
}

/* line 8, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-link:hover, a.has-text-link:focus {
  color: #3449a8 !important;
}

/* line 11, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-link {
  background-color: #485fc7 !important;
}

/* line 17, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-link-light {
  color: #eff1fa !important;
}

/* line 20, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-link-light:hover, a.has-text-link-light:focus {
  color: #c8cfee !important;
}

/* line 23, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-link-light {
  background-color: #eff1fa !important;
}

/* line 26, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-link-dark {
  color: #3850b7 !important;
}

/* line 29, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-link-dark:hover, a.has-text-link-dark:focus {
  color: #576dcb !important;
}

/* line 32, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-link-dark {
  background-color: #3850b7 !important;
}

/* line 5, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-info {
  color: #3e8ed0 !important;
}

/* line 8, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-info:hover, a.has-text-info:focus {
  color: #2b74b1 !important;
}

/* line 11, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-info {
  background-color: #3e8ed0 !important;
}

/* line 17, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-info-light {
  color: #eff5fb !important;
}

/* line 20, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-info-light:hover, a.has-text-info-light:focus {
  color: #c6ddf1 !important;
}

/* line 23, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-info-light {
  background-color: #eff5fb !important;
}

/* line 26, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-info-dark {
  color: #296fa8 !important;
}

/* line 29, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-info-dark:hover, a.has-text-info-dark:focus {
  color: #368ace !important;
}

/* line 32, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-info-dark {
  background-color: #296fa8 !important;
}

/* line 5, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-success {
  color: #48c78e !important;
}

/* line 8, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-success:hover, a.has-text-success:focus {
  color: #34a873 !important;
}

/* line 11, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-success {
  background-color: #48c78e !important;
}

/* line 17, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-success-light {
  color: #effaf5 !important;
}

/* line 20, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-success-light:hover, a.has-text-success-light:focus {
  color: #c8eedd !important;
}

/* line 23, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-success-light {
  background-color: #effaf5 !important;
}

/* line 26, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-success-dark {
  color: #257953 !important;
}

/* line 29, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-success-dark:hover, a.has-text-success-dark:focus {
  color: #31a06e !important;
}

/* line 32, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-success-dark {
  background-color: #257953 !important;
}

/* line 5, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-warning {
  color: #ffe08a !important;
}

/* line 8, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-warning:hover, a.has-text-warning:focus {
  color: #ffd257 !important;
}

/* line 11, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-warning {
  background-color: #ffe08a !important;
}

/* line 17, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-warning-light {
  color: #fffaeb !important;
}

/* line 20, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-warning-light:hover, a.has-text-warning-light:focus {
  color: #ffecb8 !important;
}

/* line 23, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-warning-light {
  background-color: #fffaeb !important;
}

/* line 26, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-warning-dark {
  color: #946c00 !important;
}

/* line 29, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-warning-dark:hover, a.has-text-warning-dark:focus {
  color: #c79200 !important;
}

/* line 32, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-warning-dark {
  background-color: #946c00 !important;
}

/* line 5, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-danger {
  color: #f14668 !important;
}

/* line 8, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-danger:hover, a.has-text-danger:focus {
  color: #ee1742 !important;
}

/* line 11, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-danger {
  background-color: #f14668 !important;
}

/* line 17, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-danger-light {
  color: #feecf0 !important;
}

/* line 20, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-danger-light:hover, a.has-text-danger-light:focus {
  color: #fabdc9 !important;
}

/* line 23, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-danger-light {
  background-color: #feecf0 !important;
}

/* line 26, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-danger-dark {
  color: #cc0f35 !important;
}

/* line 29, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
  color: #ee2049 !important;
}

/* line 32, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-danger-dark {
  background-color: #cc0f35 !important;
}

/* line 36, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-black-bis {
  color: #121212 !important;
}

/* line 38, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-black-bis {
  background-color: #121212 !important;
}

/* line 36, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-black-ter {
  color: #242424 !important;
}

/* line 38, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-black-ter {
  background-color: #242424 !important;
}

/* line 36, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-grey-darker {
  color: #363636 !important;
}

/* line 38, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-grey-darker {
  background-color: #363636 !important;
}

/* line 36, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-grey-dark {
  color: #535957 !important;
}

/* line 38, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-grey-dark {
  background-color: #535957 !important;
}

/* line 36, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-grey {
  color: #7a7a7a !important;
}

/* line 38, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-grey {
  background-color: #7a7a7a !important;
}

/* line 36, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-grey-light {
  color: #b5b5b5 !important;
}

/* line 38, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-grey-light {
  background-color: #b5b5b5 !important;
}

/* line 36, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-grey-lighter {
  color: #E1E3E6 !important;
}

/* line 38, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-grey-lighter {
  background-color: #E1E3E6 !important;
}

/* line 36, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-white-ter {
  color: #f0f1f2 !important;
}

/* line 38, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-white-ter {
  background-color: #f0f1f2 !important;
}

/* line 36, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-white-bis {
  color: #fafafa !important;
}

/* line 38, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-white-bis {
  background-color: #fafafa !important;
}

/* line 3, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-flex-direction-row {
  flex-direction: row !important;
}

/* line 3, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-flex-direction-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 3, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-flex-direction-column {
  flex-direction: column !important;
}

/* line 3, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-flex-direction-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 8, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-flex-wrap-nowrap {
  flex-wrap: nowrap !important;
}

/* line 8, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-flex-wrap-wrap {
  flex-wrap: wrap !important;
}

/* line 8, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-flex-wrap-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 13, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-justify-content-flex-start {
  justify-content: flex-start !important;
}

/* line 13, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-justify-content-flex-end {
  justify-content: flex-end !important;
}

/* line 13, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-justify-content-center {
  justify-content: center !important;
}

/* line 13, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-justify-content-space-between {
  justify-content: space-between !important;
}

/* line 13, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-justify-content-space-around {
  justify-content: space-around !important;
}

/* line 13, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-justify-content-space-evenly {
  justify-content: space-evenly !important;
}

/* line 13, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-justify-content-start {
  justify-content: start !important;
}

/* line 13, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-justify-content-end {
  justify-content: end !important;
}

/* line 13, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-justify-content-left {
  justify-content: left !important;
}

/* line 13, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-justify-content-right {
  justify-content: right !important;
}

/* line 18, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-align-content-flex-start {
  align-content: flex-start !important;
}

/* line 18, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-align-content-flex-end {
  align-content: flex-end !important;
}

/* line 18, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-align-content-center {
  align-content: center !important;
}

/* line 18, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-align-content-space-between {
  align-content: space-between !important;
}

/* line 18, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-align-content-space-around {
  align-content: space-around !important;
}

/* line 18, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-align-content-space-evenly {
  align-content: space-evenly !important;
}

/* line 18, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-align-content-stretch {
  align-content: stretch !important;
}

/* line 18, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-align-content-start {
  align-content: start !important;
}

/* line 18, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-align-content-end {
  align-content: end !important;
}

/* line 18, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-align-content-baseline {
  align-content: baseline !important;
}

/* line 23, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-align-items-stretch {
  align-items: stretch !important;
}

/* line 23, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-align-items-flex-start {
  align-items: flex-start !important;
}

/* line 23, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-align-items-flex-end {
  align-items: flex-end !important;
}

/* line 23, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-align-items-center {
  align-items: center !important;
}

/* line 23, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-align-items-baseline {
  align-items: baseline !important;
}

/* line 23, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-align-items-start {
  align-items: start !important;
}

/* line 23, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-align-items-end {
  align-items: end !important;
}

/* line 23, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-align-items-self-start {
  align-items: self-start !important;
}

/* line 23, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-align-items-self-end {
  align-items: self-end !important;
}

/* line 28, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-align-self-auto {
  align-self: auto !important;
}

/* line 28, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-align-self-flex-start {
  align-self: flex-start !important;
}

/* line 28, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-align-self-flex-end {
  align-self: flex-end !important;
}

/* line 28, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-align-self-center {
  align-self: center !important;
}

/* line 28, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-align-self-baseline {
  align-self: baseline !important;
}

/* line 28, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-align-self-stretch {
  align-self: stretch !important;
}

/* line 34, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 34, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 34, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-flex-grow-2 {
  flex-grow: 2 !important;
}

/* line 34, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-flex-grow-3 {
  flex-grow: 3 !important;
}

/* line 34, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-flex-grow-4 {
  flex-grow: 4 !important;
}

/* line 34, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-flex-grow-5 {
  flex-grow: 5 !important;
}

/* line 34, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 34, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 34, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-flex-shrink-2 {
  flex-shrink: 2 !important;
}

/* line 34, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-flex-shrink-3 {
  flex-shrink: 3 !important;
}

/* line 34, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-flex-shrink-4 {
  flex-shrink: 4 !important;
}

/* line 34, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-flex-shrink-5 {
  flex-shrink: 5 !important;
}

/* line 4, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/utilities/mixins.sass */
.is-clearfix::after {
  clear: both;
  content: " ";
  display: table;
}

/* line 6, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/float.sass */
.is-pulled-left {
  float: left !important;
}

/* line 9, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/float.sass */
.is-pulled-right {
  float: right !important;
}

/* line 3, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/other.sass */
.is-radiusless {
  border-radius: 0 !important;
}

/* line 6, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/other.sass */
.is-shadowless {
  box-shadow: none !important;
}

/* line 9, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/other.sass */
.is-clickable {
  cursor: pointer !important;
  pointer-events: all !important;
}

/* line 1, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/overflow.sass */
.is-clipped {
  overflow: hidden !important;
}

/* line 6, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/position.sass */
.is-relative {
  position: relative !important;
}

/* line 1, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.is-marginless {
  margin: 0 !important;
}

/* line 4, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.is-paddingless {
  padding: 0 !important;
}

/* line 16, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.m-0 {
  margin: 0 !important;
}

/* line 20, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mt-0 {
  margin-top: 0 !important;
}

/* line 20, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mr-0 {
  margin-right: 0 !important;
}

/* line 20, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mb-0 {
  margin-bottom: 0 !important;
}

/* line 20, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.ml-0 {
  margin-left: 0 !important;
}

/* line 24, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* line 29, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 16, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.m-1 {
  margin: 0.25rem !important;
}

/* line 20, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mt-1 {
  margin-top: 0.25rem !important;
}

/* line 20, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mr-1 {
  margin-right: 0.25rem !important;
}

/* line 20, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mb-1 {
  margin-bottom: 0.25rem !important;
}

/* line 20, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.ml-1 {
  margin-left: 0.25rem !important;
}

/* line 24, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

/* line 29, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

/* line 16, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.m-2 {
  margin: 0.5rem !important;
}

/* line 20, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mt-2 {
  margin-top: 0.5rem !important;
}

/* line 20, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mr-2 {
  margin-right: 0.5rem !important;
}

/* line 20, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mb-2 {
  margin-bottom: 0.5rem !important;
}

/* line 20, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.ml-2 {
  margin-left: 0.5rem !important;
}

/* line 24, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

/* line 29, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

/* line 16, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.m-3 {
  margin: 0.75rem !important;
}

/* line 20, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mt-3 {
  margin-top: 0.75rem !important;
}

/* line 20, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mr-3 {
  margin-right: 0.75rem !important;
}

/* line 20, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mb-3 {
  margin-bottom: 0.75rem !important;
}

/* line 20, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.ml-3 {
  margin-left: 0.75rem !important;
}

/* line 24, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

/* line 29, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

/* line 16, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.m-4 {
  margin: 1rem !important;
}

/* line 20, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mt-4 {
  margin-top: 1rem !important;
}

/* line 20, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mr-4 {
  margin-right: 1rem !important;
}

/* line 20, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mb-4 {
  margin-bottom: 1rem !important;
}

/* line 20, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.ml-4 {
  margin-left: 1rem !important;
}

/* line 24, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

/* line 29, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

/* line 16, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.m-5 {
  margin: 1.5rem !important;
}

/* line 20, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mt-5 {
  margin-top: 1.5rem !important;
}

/* line 20, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mr-5 {
  margin-right: 1.5rem !important;
}

/* line 20, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mb-5 {
  margin-bottom: 1.5rem !important;
}

/* line 20, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.ml-5 {
  margin-left: 1.5rem !important;
}

/* line 24, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mx-5 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

/* line 29, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.my-5 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

/* line 16, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.m-6 {
  margin: 3rem !important;
}

/* line 20, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mt-6 {
  margin-top: 3rem !important;
}

/* line 20, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mr-6 {
  margin-right: 3rem !important;
}

/* line 20, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mb-6 {
  margin-bottom: 3rem !important;
}

/* line 20, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.ml-6 {
  margin-left: 3rem !important;
}

/* line 24, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mx-6 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

/* line 29, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.my-6 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

/* line 16, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.m-auto {
  margin: auto !important;
}

/* line 20, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mt-auto {
  margin-top: auto !important;
}

/* line 20, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mr-auto {
  margin-right: auto !important;
}

/* line 20, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mb-auto {
  margin-bottom: auto !important;
}

/* line 20, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.ml-auto {
  margin-left: auto !important;
}

/* line 24, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

/* line 29, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

/* line 16, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.p-0 {
  padding: 0 !important;
}

/* line 20, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pt-0 {
  padding-top: 0 !important;
}

/* line 20, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pr-0 {
  padding-right: 0 !important;
}

/* line 20, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pb-0 {
  padding-bottom: 0 !important;
}

/* line 20, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pl-0 {
  padding-left: 0 !important;
}

/* line 24, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* line 29, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 16, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.p-1 {
  padding: 0.25rem !important;
}

/* line 20, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pt-1 {
  padding-top: 0.25rem !important;
}

/* line 20, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pr-1 {
  padding-right: 0.25rem !important;
}

/* line 20, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pb-1 {
  padding-bottom: 0.25rem !important;
}

/* line 20, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pl-1 {
  padding-left: 0.25rem !important;
}

/* line 24, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

/* line 29, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

/* line 16, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.p-2 {
  padding: 0.5rem !important;
}

/* line 20, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pt-2 {
  padding-top: 0.5rem !important;
}

/* line 20, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pr-2 {
  padding-right: 0.5rem !important;
}

/* line 20, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pb-2 {
  padding-bottom: 0.5rem !important;
}

/* line 20, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pl-2 {
  padding-left: 0.5rem !important;
}

/* line 24, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

/* line 29, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

/* line 16, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.p-3 {
  padding: 0.75rem !important;
}

/* line 20, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pt-3 {
  padding-top: 0.75rem !important;
}

/* line 20, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pr-3 {
  padding-right: 0.75rem !important;
}

/* line 20, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pb-3 {
  padding-bottom: 0.75rem !important;
}

/* line 20, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pl-3 {
  padding-left: 0.75rem !important;
}

/* line 24, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

/* line 29, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

/* line 16, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.p-4 {
  padding: 1rem !important;
}

/* line 20, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pt-4 {
  padding-top: 1rem !important;
}

/* line 20, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pr-4 {
  padding-right: 1rem !important;
}

/* line 20, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pb-4 {
  padding-bottom: 1rem !important;
}

/* line 20, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pl-4 {
  padding-left: 1rem !important;
}

/* line 24, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

/* line 29, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

/* line 16, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.p-5 {
  padding: 1.5rem !important;
}

/* line 20, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pt-5 {
  padding-top: 1.5rem !important;
}

/* line 20, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pr-5 {
  padding-right: 1.5rem !important;
}

/* line 20, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pb-5 {
  padding-bottom: 1.5rem !important;
}

/* line 20, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pl-5 {
  padding-left: 1.5rem !important;
}

/* line 24, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.px-5 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

/* line 29, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.py-5 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

/* line 16, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.p-6 {
  padding: 3rem !important;
}

/* line 20, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pt-6 {
  padding-top: 3rem !important;
}

/* line 20, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pr-6 {
  padding-right: 3rem !important;
}

/* line 20, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pb-6 {
  padding-bottom: 3rem !important;
}

/* line 20, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pl-6 {
  padding-left: 3rem !important;
}

/* line 24, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.px-6 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

/* line 29, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.py-6 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* line 16, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.p-auto {
  padding: auto !important;
}

/* line 20, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pt-auto {
  padding-top: auto !important;
}

/* line 20, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pr-auto {
  padding-right: auto !important;
}

/* line 20, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pb-auto {
  padding-bottom: auto !important;
}

/* line 20, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pl-auto {
  padding-left: auto !important;
}

/* line 24, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.px-auto {
  padding-left: auto !important;
  padding-right: auto !important;
}

/* line 29, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.py-auto {
  padding-top: auto !important;
  padding-bottom: auto !important;
}

/* line 6, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
.is-size-1 {
  font-size: 3rem !important;
}

/* line 6, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
.is-size-2 {
  font-size: 2.5rem !important;
}

/* line 6, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
.is-size-3 {
  font-size: 2rem !important;
}

/* line 6, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
.is-size-4 {
  font-size: 1.5rem !important;
}

/* line 6, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
.is-size-5 {
  font-size: 1.25rem !important;
}

/* line 6, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
.is-size-6 {
  font-size: 1rem !important;
}

/* line 6, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
.is-size-7 {
  font-size: 0.75rem !important;
}

@media screen and (max-width: 768px) {
  /* line 6, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-1-mobile {
    font-size: 3rem !important;
  }

  /* line 6, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-2-mobile {
    font-size: 2.5rem !important;
  }

  /* line 6, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-3-mobile {
    font-size: 2rem !important;
  }

  /* line 6, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-4-mobile {
    font-size: 1.5rem !important;
  }

  /* line 6, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-5-mobile {
    font-size: 1.25rem !important;
  }

  /* line 6, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-6-mobile {
    font-size: 1rem !important;
  }

  /* line 6, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-7-mobile {
    font-size: 0.75rem !important;
  }
}
@media screen and (min-width: 769px), print {
  /* line 6, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-1-tablet {
    font-size: 3rem !important;
  }

  /* line 6, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-2-tablet {
    font-size: 2.5rem !important;
  }

  /* line 6, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-3-tablet {
    font-size: 2rem !important;
  }

  /* line 6, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-4-tablet {
    font-size: 1.5rem !important;
  }

  /* line 6, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-5-tablet {
    font-size: 1.25rem !important;
  }

  /* line 6, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-6-tablet {
    font-size: 1rem !important;
  }

  /* line 6, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-7-tablet {
    font-size: 0.75rem !important;
  }
}
@media screen and (max-width: 1023px) {
  /* line 6, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-1-touch {
    font-size: 3rem !important;
  }

  /* line 6, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-2-touch {
    font-size: 2.5rem !important;
  }

  /* line 6, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-3-touch {
    font-size: 2rem !important;
  }

  /* line 6, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-4-touch {
    font-size: 1.5rem !important;
  }

  /* line 6, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-5-touch {
    font-size: 1.25rem !important;
  }

  /* line 6, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-6-touch {
    font-size: 1rem !important;
  }

  /* line 6, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-7-touch {
    font-size: 0.75rem !important;
  }
}
@media screen and (min-width: 1024px) {
  /* line 6, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-1-desktop {
    font-size: 3rem !important;
  }

  /* line 6, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-2-desktop {
    font-size: 2.5rem !important;
  }

  /* line 6, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-3-desktop {
    font-size: 2rem !important;
  }

  /* line 6, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-4-desktop {
    font-size: 1.5rem !important;
  }

  /* line 6, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-5-desktop {
    font-size: 1.25rem !important;
  }

  /* line 6, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-6-desktop {
    font-size: 1rem !important;
  }

  /* line 6, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-7-desktop {
    font-size: 0.75rem !important;
  }
}
@media screen and (min-width: 1216px) {
  /* line 6, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-1-widescreen {
    font-size: 3rem !important;
  }

  /* line 6, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-2-widescreen {
    font-size: 2.5rem !important;
  }

  /* line 6, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-3-widescreen {
    font-size: 2rem !important;
  }

  /* line 6, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-4-widescreen {
    font-size: 1.5rem !important;
  }

  /* line 6, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-5-widescreen {
    font-size: 1.25rem !important;
  }

  /* line 6, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-6-widescreen {
    font-size: 1rem !important;
  }

  /* line 6, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-7-widescreen {
    font-size: 0.75rem !important;
  }
}
@media screen and (min-width: 1408px) {
  /* line 6, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-1-fullhd {
    font-size: 3rem !important;
  }

  /* line 6, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-2-fullhd {
    font-size: 2.5rem !important;
  }

  /* line 6, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-3-fullhd {
    font-size: 2rem !important;
  }

  /* line 6, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-4-fullhd {
    font-size: 1.5rem !important;
  }

  /* line 6, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-5-fullhd {
    font-size: 1.25rem !important;
  }

  /* line 6, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-6-fullhd {
    font-size: 1rem !important;
  }

  /* line 6, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-7-fullhd {
    font-size: 0.75rem !important;
  }
}
/* line 32, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
.has-text-centered {
  text-align: center !important;
}

/* line 32, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
.has-text-justified {
  text-align: justify !important;
}

/* line 32, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
.has-text-left {
  text-align: left !important;
}

/* line 32, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
.has-text-right {
  text-align: right !important;
}

@media screen and (max-width: 768px) {
  /* line 37, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-centered-mobile {
    text-align: center !important;
  }
}
@media screen and (min-width: 769px), print {
  /* line 40, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-centered-tablet {
    text-align: center !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 43, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-centered-tablet-only {
    text-align: center !important;
  }
}
@media screen and (max-width: 1023px) {
  /* line 46, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-centered-touch {
    text-align: center !important;
  }
}
@media screen and (min-width: 1024px) {
  /* line 49, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-centered-desktop {
    text-align: center !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 52, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-centered-desktop-only {
    text-align: center !important;
  }
}
@media screen and (min-width: 1216px) {
  /* line 55, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-centered-widescreen {
    text-align: center !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 58, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-centered-widescreen-only {
    text-align: center !important;
  }
}
@media screen and (min-width: 1408px) {
  /* line 61, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-centered-fullhd {
    text-align: center !important;
  }
}
@media screen and (max-width: 768px) {
  /* line 37, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-justified-mobile {
    text-align: justify !important;
  }
}
@media screen and (min-width: 769px), print {
  /* line 40, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-justified-tablet {
    text-align: justify !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 43, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-justified-tablet-only {
    text-align: justify !important;
  }
}
@media screen and (max-width: 1023px) {
  /* line 46, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-justified-touch {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1024px) {
  /* line 49, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-justified-desktop {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 52, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-justified-desktop-only {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1216px) {
  /* line 55, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-justified-widescreen {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 58, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-justified-widescreen-only {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1408px) {
  /* line 61, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-justified-fullhd {
    text-align: justify !important;
  }
}
@media screen and (max-width: 768px) {
  /* line 37, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-left-mobile {
    text-align: left !important;
  }
}
@media screen and (min-width: 769px), print {
  /* line 40, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-left-tablet {
    text-align: left !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 43, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-left-tablet-only {
    text-align: left !important;
  }
}
@media screen and (max-width: 1023px) {
  /* line 46, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-left-touch {
    text-align: left !important;
  }
}
@media screen and (min-width: 1024px) {
  /* line 49, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-left-desktop {
    text-align: left !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 52, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-left-desktop-only {
    text-align: left !important;
  }
}
@media screen and (min-width: 1216px) {
  /* line 55, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-left-widescreen {
    text-align: left !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 58, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-left-widescreen-only {
    text-align: left !important;
  }
}
@media screen and (min-width: 1408px) {
  /* line 61, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-left-fullhd {
    text-align: left !important;
  }
}
@media screen and (max-width: 768px) {
  /* line 37, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-right-mobile {
    text-align: right !important;
  }
}
@media screen and (min-width: 769px), print {
  /* line 40, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-right-tablet {
    text-align: right !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 43, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-right-tablet-only {
    text-align: right !important;
  }
}
@media screen and (max-width: 1023px) {
  /* line 46, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-right-touch {
    text-align: right !important;
  }
}
@media screen and (min-width: 1024px) {
  /* line 49, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-right-desktop {
    text-align: right !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 52, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-right-desktop-only {
    text-align: right !important;
  }
}
@media screen and (min-width: 1216px) {
  /* line 55, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-right-widescreen {
    text-align: right !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 58, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-right-widescreen-only {
    text-align: right !important;
  }
}
@media screen and (min-width: 1408px) {
  /* line 61, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-right-fullhd {
    text-align: right !important;
  }
}
/* line 64, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
.is-capitalized {
  text-transform: capitalize !important;
}

/* line 67, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
.is-lowercase {
  text-transform: lowercase !important;
}

/* line 70, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
.is-uppercase {
  text-transform: uppercase !important;
}

/* line 73, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
.is-italic {
  font-style: italic !important;
}

/* line 76, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
.is-underlined {
  text-decoration: underline !important;
}

/* line 79, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
.has-text-weight-light {
  font-weight: 300 !important;
}

/* line 81, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
.has-text-weight-normal {
  font-weight: 400 !important;
}

/* line 83, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
.has-text-weight-medium {
  font-weight: 500 !important;
}

/* line 85, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
.has-text-weight-semibold {
  font-weight: 600 !important;
}

/* line 87, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
.has-text-weight-bold {
  font-weight: 700 !important;
}

/* line 90, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
.is-family-primary {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}

/* line 93, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
.is-family-secondary {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}

/* line 96, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
.is-family-sans-serif {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}

/* line 99, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
.is-family-monospace {
  font-family: monospace !important;
}

/* line 102, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
.is-family-code {
  font-family: monospace !important;
}

/* line 6, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
.is-block {
  display: block !important;
}

@media screen and (max-width: 768px) {
  /* line 9, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-block-mobile {
    display: block !important;
  }
}
@media screen and (min-width: 769px), print {
  /* line 12, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-block-tablet {
    display: block !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 15, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-block-tablet-only {
    display: block !important;
  }
}
@media screen and (max-width: 1023px) {
  /* line 18, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-block-touch {
    display: block !important;
  }
}
@media screen and (min-width: 1024px) {
  /* line 21, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-block-desktop {
    display: block !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 24, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-block-desktop-only {
    display: block !important;
  }
}
@media screen and (min-width: 1216px) {
  /* line 27, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-block-widescreen {
    display: block !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 30, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-block-widescreen-only {
    display: block !important;
  }
}
@media screen and (min-width: 1408px) {
  /* line 33, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-block-fullhd {
    display: block !important;
  }
}
/* line 6, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
.is-flex {
  display: flex !important;
}

@media screen and (max-width: 768px) {
  /* line 9, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-flex-mobile {
    display: flex !important;
  }
}
@media screen and (min-width: 769px), print {
  /* line 12, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-flex-tablet {
    display: flex !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 15, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-flex-tablet-only {
    display: flex !important;
  }
}
@media screen and (max-width: 1023px) {
  /* line 18, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-flex-touch {
    display: flex !important;
  }
}
@media screen and (min-width: 1024px) {
  /* line 21, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-flex-desktop {
    display: flex !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 24, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-flex-desktop-only {
    display: flex !important;
  }
}
@media screen and (min-width: 1216px) {
  /* line 27, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-flex-widescreen {
    display: flex !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 30, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-flex-widescreen-only {
    display: flex !important;
  }
}
@media screen and (min-width: 1408px) {
  /* line 33, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-flex-fullhd {
    display: flex !important;
  }
}
/* line 6, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
.is-inline {
  display: inline !important;
}

@media screen and (max-width: 768px) {
  /* line 9, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-inline-mobile {
    display: inline !important;
  }
}
@media screen and (min-width: 769px), print {
  /* line 12, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-inline-tablet {
    display: inline !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 15, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-inline-tablet-only {
    display: inline !important;
  }
}
@media screen and (max-width: 1023px) {
  /* line 18, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-inline-touch {
    display: inline !important;
  }
}
@media screen and (min-width: 1024px) {
  /* line 21, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-inline-desktop {
    display: inline !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 24, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-inline-desktop-only {
    display: inline !important;
  }
}
@media screen and (min-width: 1216px) {
  /* line 27, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-inline-widescreen {
    display: inline !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 30, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-inline-widescreen-only {
    display: inline !important;
  }
}
@media screen and (min-width: 1408px) {
  /* line 33, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-inline-fullhd {
    display: inline !important;
  }
}
/* line 6, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
.is-inline-block {
  display: inline-block !important;
}

@media screen and (max-width: 768px) {
  /* line 9, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-inline-block-mobile {
    display: inline-block !important;
  }
}
@media screen and (min-width: 769px), print {
  /* line 12, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-inline-block-tablet {
    display: inline-block !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 15, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-inline-block-tablet-only {
    display: inline-block !important;
  }
}
@media screen and (max-width: 1023px) {
  /* line 18, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-inline-block-touch {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1024px) {
  /* line 21, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-inline-block-desktop {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 24, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-inline-block-desktop-only {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1216px) {
  /* line 27, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-inline-block-widescreen {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 30, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-inline-block-widescreen-only {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1408px) {
  /* line 33, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-inline-block-fullhd {
    display: inline-block !important;
  }
}
/* line 6, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
.is-inline-flex {
  display: inline-flex !important;
}

@media screen and (max-width: 768px) {
  /* line 9, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-inline-flex-mobile {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 769px), print {
  /* line 12, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-inline-flex-tablet {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 15, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-inline-flex-tablet-only {
    display: inline-flex !important;
  }
}
@media screen and (max-width: 1023px) {
  /* line 18, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-inline-flex-touch {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1024px) {
  /* line 21, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-inline-flex-desktop {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 24, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-inline-flex-desktop-only {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1216px) {
  /* line 27, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-inline-flex-widescreen {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 30, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-inline-flex-widescreen-only {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1408px) {
  /* line 33, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-inline-flex-fullhd {
    display: inline-flex !important;
  }
}
/* line 36, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
.is-hidden {
  display: none !important;
}

/* line 39, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
.is-sr-only {
  border: none !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 0.01em !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 0.01em !important;
}

@media screen and (max-width: 768px) {
  /* line 50, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-hidden-mobile {
    display: none !important;
  }
}
@media screen and (min-width: 769px), print {
  /* line 54, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-hidden-tablet {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 58, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-hidden-tablet-only {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  /* line 62, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-hidden-touch {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  /* line 66, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-hidden-desktop {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 70, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-hidden-desktop-only {
    display: none !important;
  }
}
@media screen and (min-width: 1216px) {
  /* line 74, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-hidden-widescreen {
    display: none !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 78, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-hidden-widescreen-only {
    display: none !important;
  }
}
@media screen and (min-width: 1408px) {
  /* line 82, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-hidden-fullhd {
    display: none !important;
  }
}
/* line 85, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
.is-invisible {
  visibility: hidden !important;
}

@media screen and (max-width: 768px) {
  /* line 89, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-invisible-mobile {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 769px), print {
  /* line 93, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-invisible-tablet {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 97, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-invisible-tablet-only {
    visibility: hidden !important;
  }
}
@media screen and (max-width: 1023px) {
  /* line 101, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-invisible-touch {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1024px) {
  /* line 105, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-invisible-desktop {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 109, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-invisible-desktop-only {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1216px) {
  /* line 113, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-invisible-widescreen {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 117, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-invisible-widescreen-only {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1408px) {
  /* line 121, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-invisible-fullhd {
    visibility: hidden !important;
  }
}
/* Bulma Layout */
/* line 12, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
/* line 17, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero .navbar {
  background: none;
}
/* line 20, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero .tabs ul {
  border-bottom: none;
}
/* line 26, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-white {
  background-color: white;
  color: #0a0a0a;
}
/* line 29, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-white a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-white strong {
  color: inherit;
}
/* line 32, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-white .title {
  color: #0a0a0a;
}
/* line 34, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-white .subtitle {
  color: rgba(10, 10, 10, 0.9);
}
/* line 36, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-white .subtitle a:not(.button),
.hero.is-white .subtitle strong {
  color: #0a0a0a;
}
@media screen and (max-width: 1023px) {
  /* line 39, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-white .navbar-menu {
    background-color: white;
  }
}
/* line 42, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-white .navbar-item,
.hero.is-white .navbar-link {
  color: rgba(10, 10, 10, 0.7);
}
/* line 47, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-white a.navbar-item:hover, .hero.is-white a.navbar-item.is-active,
.hero.is-white .navbar-link:hover,
.hero.is-white .navbar-link.is-active {
  background-color: #f2f2f2;
  color: #0a0a0a;
}
/* line 52, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-white .tabs a {
  color: #0a0a0a;
  opacity: 0.9;
}
/* line 55, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-white .tabs a:hover {
  opacity: 1;
}
/* line 58, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-white .tabs li.is-active a {
  color: white !important;
  opacity: 1;
}
/* line 63, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-white .tabs.is-boxed a, .hero.is-white .tabs.is-toggle a {
  color: #0a0a0a;
}
/* line 65, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-white .tabs.is-boxed a:hover, .hero.is-white .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
/* line 68, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-white .tabs.is-boxed li.is-active a, .hero.is-white .tabs.is-boxed li.is-active a:hover, .hero.is-white .tabs.is-toggle li.is-active a, .hero.is-white .tabs.is-toggle li.is-active a:hover {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: white;
}
/* line 75, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-white.is-bold {
  background-image: linear-gradient(141deg, #e8e3e4 0%, white 71%, white 100%);
}
@media screen and (max-width: 768px) {
  /* line 80, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-white.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #e8e3e4 0%, white 71%, white 100%);
  }
}
/* line 26, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-black {
  background-color: #0a0a0a;
  color: white;
}
/* line 29, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-black a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-black strong {
  color: inherit;
}
/* line 32, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-black .title {
  color: white;
}
/* line 34, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-black .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
/* line 36, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-black .subtitle a:not(.button),
.hero.is-black .subtitle strong {
  color: white;
}
@media screen and (max-width: 1023px) {
  /* line 39, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-black .navbar-menu {
    background-color: #0a0a0a;
  }
}
/* line 42, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-black .navbar-item,
.hero.is-black .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
/* line 47, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-black a.navbar-item:hover, .hero.is-black a.navbar-item.is-active,
.hero.is-black .navbar-link:hover,
.hero.is-black .navbar-link.is-active {
  background-color: black;
  color: white;
}
/* line 52, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-black .tabs a {
  color: white;
  opacity: 0.9;
}
/* line 55, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-black .tabs a:hover {
  opacity: 1;
}
/* line 58, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-black .tabs li.is-active a {
  color: #0a0a0a !important;
  opacity: 1;
}
/* line 63, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-black .tabs.is-boxed a, .hero.is-black .tabs.is-toggle a {
  color: white;
}
/* line 65, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-black .tabs.is-boxed a:hover, .hero.is-black .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
/* line 68, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-black .tabs.is-boxed li.is-active a, .hero.is-black .tabs.is-boxed li.is-active a:hover, .hero.is-black .tabs.is-toggle li.is-active a, .hero.is-black .tabs.is-toggle li.is-active a:hover {
  background-color: white;
  border-color: white;
  color: #0a0a0a;
}
/* line 75, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-black.is-bold {
  background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%);
}
@media screen and (max-width: 768px) {
  /* line 80, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-black.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%);
  }
}
/* line 26, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-light {
  background-color: #f0f1f2;
  color: rgba(0, 0, 0, 0.7);
}
/* line 29, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-light a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-light strong {
  color: inherit;
}
/* line 32, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-light .title {
  color: rgba(0, 0, 0, 0.7);
}
/* line 34, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-light .subtitle {
  color: rgba(0, 0, 0, 0.9);
}
/* line 36, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-light .subtitle a:not(.button),
.hero.is-light .subtitle strong {
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 1023px) {
  /* line 39, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-light .navbar-menu {
    background-color: #f0f1f2;
  }
}
/* line 42, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-light .navbar-item,
.hero.is-light .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}
/* line 47, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-light a.navbar-item:hover, .hero.is-light a.navbar-item.is-active,
.hero.is-light .navbar-link:hover,
.hero.is-light .navbar-link.is-active {
  background-color: #e2e4e6;
  color: rgba(0, 0, 0, 0.7);
}
/* line 52, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-light .tabs a {
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
}
/* line 55, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-light .tabs a:hover {
  opacity: 1;
}
/* line 58, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-light .tabs li.is-active a {
  color: #f0f1f2 !important;
  opacity: 1;
}
/* line 63, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-light .tabs.is-boxed a, .hero.is-light .tabs.is-toggle a {
  color: rgba(0, 0, 0, 0.7);
}
/* line 65, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-light .tabs.is-boxed a:hover, .hero.is-light .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
/* line 68, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-light .tabs.is-boxed li.is-active a, .hero.is-light .tabs.is-boxed li.is-active a:hover, .hero.is-light .tabs.is-toggle li.is-active a, .hero.is-light .tabs.is-toggle li.is-active a:hover {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
  color: #f0f1f2;
}
/* line 75, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-light.is-bold {
  background-image: linear-gradient(141deg, #d1dade 0%, #f0f1f2 71%, #fefefe 100%);
}
@media screen and (max-width: 768px) {
  /* line 80, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-light.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #d1dade 0%, #f0f1f2 71%, #fefefe 100%);
  }
}
/* line 26, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-dark {
  background-color: #363636;
  color: #fff;
}
/* line 29, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-dark a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-dark strong {
  color: inherit;
}
/* line 32, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-dark .title {
  color: #fff;
}
/* line 34, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-dark .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
/* line 36, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-dark .subtitle a:not(.button),
.hero.is-dark .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  /* line 39, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-dark .navbar-menu {
    background-color: #363636;
  }
}
/* line 42, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-dark .navbar-item,
.hero.is-dark .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
/* line 47, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-dark a.navbar-item:hover, .hero.is-dark a.navbar-item.is-active,
.hero.is-dark .navbar-link:hover,
.hero.is-dark .navbar-link.is-active {
  background-color: #292929;
  color: #fff;
}
/* line 52, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-dark .tabs a {
  color: #fff;
  opacity: 0.9;
}
/* line 55, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-dark .tabs a:hover {
  opacity: 1;
}
/* line 58, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-dark .tabs li.is-active a {
  color: #363636 !important;
  opacity: 1;
}
/* line 63, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-dark .tabs.is-boxed a, .hero.is-dark .tabs.is-toggle a {
  color: #fff;
}
/* line 65, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-dark .tabs.is-boxed a:hover, .hero.is-dark .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
/* line 68, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-dark .tabs.is-boxed li.is-active a, .hero.is-dark .tabs.is-boxed li.is-active a:hover, .hero.is-dark .tabs.is-toggle li.is-active a, .hero.is-dark .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #363636;
}
/* line 75, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-dark.is-bold {
  background-image: linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%);
}
@media screen and (max-width: 768px) {
  /* line 80, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-dark.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%);
  }
}
/* line 26, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-primary {
  background-color: #0069FF;
  color: #fff;
}
/* line 29, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-primary strong {
  color: inherit;
}
/* line 32, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-primary .title {
  color: #fff;
}
/* line 34, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-primary .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
/* line 36, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-primary .subtitle a:not(.button),
.hero.is-primary .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  /* line 39, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-primary .navbar-menu {
    background-color: #0069FF;
  }
}
/* line 42, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-primary .navbar-item,
.hero.is-primary .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
/* line 47, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-primary a.navbar-item:hover, .hero.is-primary a.navbar-item.is-active,
.hero.is-primary .navbar-link:hover,
.hero.is-primary .navbar-link.is-active {
  background-color: #005fe6;
  color: #fff;
}
/* line 52, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-primary .tabs a {
  color: #fff;
  opacity: 0.9;
}
/* line 55, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-primary .tabs a:hover {
  opacity: 1;
}
/* line 58, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-primary .tabs li.is-active a {
  color: #0069FF !important;
  opacity: 1;
}
/* line 63, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-primary .tabs.is-boxed a, .hero.is-primary .tabs.is-toggle a {
  color: #fff;
}
/* line 65, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-primary .tabs.is-boxed a:hover, .hero.is-primary .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
/* line 68, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-primary .tabs.is-boxed li.is-active a, .hero.is-primary .tabs.is-boxed li.is-active a:hover, .hero.is-primary .tabs.is-toggle li.is-active a, .hero.is-primary .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #0069FF;
}
/* line 75, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-primary.is-bold {
  background-image: linear-gradient(141deg, #0076cc 0%, #0069FF 71%, #1a52ff 100%);
}
@media screen and (max-width: 768px) {
  /* line 80, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-primary.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #0076cc 0%, #0069FF 71%, #1a52ff 100%);
  }
}
/* line 26, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-link {
  background-color: #485fc7;
  color: #fff;
}
/* line 29, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-link strong {
  color: inherit;
}
/* line 32, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-link .title {
  color: #fff;
}
/* line 34, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-link .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
/* line 36, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-link .subtitle a:not(.button),
.hero.is-link .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  /* line 39, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-link .navbar-menu {
    background-color: #485fc7;
  }
}
/* line 42, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-link .navbar-item,
.hero.is-link .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
/* line 47, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-link a.navbar-item:hover, .hero.is-link a.navbar-item.is-active,
.hero.is-link .navbar-link:hover,
.hero.is-link .navbar-link.is-active {
  background-color: #3a51bb;
  color: #fff;
}
/* line 52, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-link .tabs a {
  color: #fff;
  opacity: 0.9;
}
/* line 55, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-link .tabs a:hover {
  opacity: 1;
}
/* line 58, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-link .tabs li.is-active a {
  color: #485fc7 !important;
  opacity: 1;
}
/* line 63, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-link .tabs.is-boxed a, .hero.is-link .tabs.is-toggle a {
  color: #fff;
}
/* line 65, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-link .tabs.is-boxed a:hover, .hero.is-link .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
/* line 68, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-link .tabs.is-boxed li.is-active a, .hero.is-link .tabs.is-boxed li.is-active a:hover, .hero.is-link .tabs.is-toggle li.is-active a, .hero.is-link .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #485fc7;
}
/* line 75, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-link.is-bold {
  background-image: linear-gradient(141deg, #2959b3 0%, #485fc7 71%, #5658d2 100%);
}
@media screen and (max-width: 768px) {
  /* line 80, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-link.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #2959b3 0%, #485fc7 71%, #5658d2 100%);
  }
}
/* line 26, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-info {
  background-color: #3e8ed0;
  color: #fff;
}
/* line 29, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-info strong {
  color: inherit;
}
/* line 32, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-info .title {
  color: #fff;
}
/* line 34, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-info .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
/* line 36, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-info .subtitle a:not(.button),
.hero.is-info .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  /* line 39, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-info .navbar-menu {
    background-color: #3e8ed0;
  }
}
/* line 42, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-info .navbar-item,
.hero.is-info .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
/* line 47, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-info a.navbar-item:hover, .hero.is-info a.navbar-item.is-active,
.hero.is-info .navbar-link:hover,
.hero.is-info .navbar-link.is-active {
  background-color: #3082c5;
  color: #fff;
}
/* line 52, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-info .tabs a {
  color: #fff;
  opacity: 0.9;
}
/* line 55, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-info .tabs a:hover {
  opacity: 1;
}
/* line 58, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-info .tabs li.is-active a {
  color: #3e8ed0 !important;
  opacity: 1;
}
/* line 63, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-info .tabs.is-boxed a, .hero.is-info .tabs.is-toggle a {
  color: #fff;
}
/* line 65, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-info .tabs.is-boxed a:hover, .hero.is-info .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
/* line 68, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-info .tabs.is-boxed li.is-active a, .hero.is-info .tabs.is-boxed li.is-active a:hover, .hero.is-info .tabs.is-toggle li.is-active a, .hero.is-info .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #3e8ed0;
}
/* line 75, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-info.is-bold {
  background-image: linear-gradient(141deg, #208fbc 0%, #3e8ed0 71%, #4d83db 100%);
}
@media screen and (max-width: 768px) {
  /* line 80, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-info.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #208fbc 0%, #3e8ed0 71%, #4d83db 100%);
  }
}
/* line 26, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-success {
  background-color: #48c78e;
  color: #fff;
}
/* line 29, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-success strong {
  color: inherit;
}
/* line 32, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-success .title {
  color: #fff;
}
/* line 34, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-success .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
/* line 36, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-success .subtitle a:not(.button),
.hero.is-success .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  /* line 39, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-success .navbar-menu {
    background-color: #48c78e;
  }
}
/* line 42, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-success .navbar-item,
.hero.is-success .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
/* line 47, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-success a.navbar-item:hover, .hero.is-success a.navbar-item.is-active,
.hero.is-success .navbar-link:hover,
.hero.is-success .navbar-link.is-active {
  background-color: #3abb81;
  color: #fff;
}
/* line 52, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-success .tabs a {
  color: #fff;
  opacity: 0.9;
}
/* line 55, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-success .tabs a:hover {
  opacity: 1;
}
/* line 58, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-success .tabs li.is-active a {
  color: #48c78e !important;
  opacity: 1;
}
/* line 63, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-success .tabs.is-boxed a, .hero.is-success .tabs.is-toggle a {
  color: #fff;
}
/* line 65, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-success .tabs.is-boxed a:hover, .hero.is-success .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
/* line 68, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-success .tabs.is-boxed li.is-active a, .hero.is-success .tabs.is-boxed li.is-active a:hover, .hero.is-success .tabs.is-toggle li.is-active a, .hero.is-success .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #48c78e;
}
/* line 75, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-success.is-bold {
  background-image: linear-gradient(141deg, #29b35e 0%, #48c78e 71%, #56d2af 100%);
}
@media screen and (max-width: 768px) {
  /* line 80, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-success.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #29b35e 0%, #48c78e 71%, #56d2af 100%);
  }
}
/* line 26, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-warning {
  background-color: #ffe08a;
  color: rgba(0, 0, 0, 0.7);
}
/* line 29, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-warning strong {
  color: inherit;
}
/* line 32, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-warning .title {
  color: rgba(0, 0, 0, 0.7);
}
/* line 34, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-warning .subtitle {
  color: rgba(0, 0, 0, 0.9);
}
/* line 36, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-warning .subtitle a:not(.button),
.hero.is-warning .subtitle strong {
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 1023px) {
  /* line 39, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-warning .navbar-menu {
    background-color: #ffe08a;
  }
}
/* line 42, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-warning .navbar-item,
.hero.is-warning .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}
/* line 47, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-warning a.navbar-item:hover, .hero.is-warning a.navbar-item.is-active,
.hero.is-warning .navbar-link:hover,
.hero.is-warning .navbar-link.is-active {
  background-color: #ffd970;
  color: rgba(0, 0, 0, 0.7);
}
/* line 52, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-warning .tabs a {
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
}
/* line 55, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-warning .tabs a:hover {
  opacity: 1;
}
/* line 58, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-warning .tabs li.is-active a {
  color: #ffe08a !important;
  opacity: 1;
}
/* line 63, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-warning .tabs.is-boxed a, .hero.is-warning .tabs.is-toggle a {
  color: rgba(0, 0, 0, 0.7);
}
/* line 65, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-warning .tabs.is-boxed a:hover, .hero.is-warning .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
/* line 68, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-warning .tabs.is-boxed li.is-active a, .hero.is-warning .tabs.is-boxed li.is-active a:hover, .hero.is-warning .tabs.is-toggle li.is-active a, .hero.is-warning .tabs.is-toggle li.is-active a:hover {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
  color: #ffe08a;
}
/* line 75, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-warning.is-bold {
  background-image: linear-gradient(141deg, #ffb657 0%, #ffe08a 71%, #fff6a3 100%);
}
@media screen and (max-width: 768px) {
  /* line 80, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-warning.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #ffb657 0%, #ffe08a 71%, #fff6a3 100%);
  }
}
/* line 26, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-danger {
  background-color: #f14668;
  color: #fff;
}
/* line 29, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-danger a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-danger strong {
  color: inherit;
}
/* line 32, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-danger .title {
  color: #fff;
}
/* line 34, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-danger .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
/* line 36, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-danger .subtitle a:not(.button),
.hero.is-danger .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  /* line 39, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-danger .navbar-menu {
    background-color: #f14668;
  }
}
/* line 42, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-danger .navbar-item,
.hero.is-danger .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
/* line 47, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-danger a.navbar-item:hover, .hero.is-danger a.navbar-item.is-active,
.hero.is-danger .navbar-link:hover,
.hero.is-danger .navbar-link.is-active {
  background-color: #ef2e55;
  color: #fff;
}
/* line 52, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-danger .tabs a {
  color: #fff;
  opacity: 0.9;
}
/* line 55, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-danger .tabs a:hover {
  opacity: 1;
}
/* line 58, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-danger .tabs li.is-active a {
  color: #f14668 !important;
  opacity: 1;
}
/* line 63, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-danger .tabs.is-boxed a, .hero.is-danger .tabs.is-toggle a {
  color: #fff;
}
/* line 65, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-danger .tabs.is-boxed a:hover, .hero.is-danger .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
/* line 68, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-danger .tabs.is-boxed li.is-active a, .hero.is-danger .tabs.is-boxed li.is-active a:hover, .hero.is-danger .tabs.is-toggle li.is-active a, .hero.is-danger .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #f14668;
}
/* line 75, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-danger.is-bold {
  background-image: linear-gradient(141deg, #fa0a62 0%, #f14668 71%, #f7595f 100%);
}
@media screen and (max-width: 768px) {
  /* line 80, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-danger.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #fa0a62 0%, #f14668 71%, #f7595f 100%);
  }
}
/* line 84, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-small .hero-body {
  padding: 1.5rem;
}
@media screen and (min-width: 769px), print {
  /* line 88, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-medium .hero-body {
    padding: 9rem 4.5rem;
  }
}
@media screen and (min-width: 769px), print {
  /* line 92, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-large .hero-body {
    padding: 18rem 6rem;
  }
}
/* line 97, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-halfheight .hero-body, .hero.is-fullheight .hero-body, .hero.is-fullheight-with-navbar .hero-body {
  align-items: center;
  display: flex;
}
/* line 100, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-halfheight .hero-body > .container, .hero.is-fullheight .hero-body > .container, .hero.is-fullheight-with-navbar .hero-body > .container {
  flex-grow: 1;
  flex-shrink: 1;
}
/* line 103, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-halfheight {
  min-height: 50vh;
}
/* line 105, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-fullheight {
  min-height: 100vh;
}

/* line 110, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero-video {
  overflow: hidden;
}
/* line 113, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero-video video {
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
/* line 121, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero-video.is-transparent {
  opacity: 0.3;
}
@media screen and (max-width: 768px) {
  /* line 110, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero-video {
    display: none;
  }
}

/* line 127, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero-buttons {
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  /* line 131, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero-buttons .button {
    display: flex;
  }
  /* line 133, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero-buttons .button:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}
@media screen and (min-width: 769px), print {
  /* line 127, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero-buttons {
    display: flex;
    justify-content: center;
  }
  /* line 138, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero-buttons .button:not(:last-child) {
    margin-right: 1.5rem;
  }
}

/* line 143, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero-head,
.hero-foot {
  flex-grow: 0;
  flex-shrink: 0;
}

/* line 148, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero-body {
  flex-grow: 1;
  flex-shrink: 0;
  padding: 3rem 1.5rem;
}
@media screen and (min-width: 769px), print {
  /* line 148, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero-body {
    padding: 3rem 3rem;
  }
}

/* line 8, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/section.sass */
.section {
  padding: 3rem 1.5rem;
}
@media screen and (min-width: 1024px) {
  /* line 8, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/section.sass */
  .section {
    padding: 3rem 3rem;
  }
  /* line 14, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/section.sass */
  .section.is-medium {
    padding: 9rem 4.5rem;
  }
  /* line 16, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/section.sass */
  .section.is-large {
    padding: 18rem 6rem;
  }
}

/* line 7, /usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/footer.sass */
.footer {
  background-color: #fafafa;
  padding: 3rem 1.5rem 6rem;
}

/* line 2, /var/www/docker/app/assets/stylesheets/_columns.scss */
.columns.boxed-rows-header {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
/* line 7, /var/www/docker/app/assets/stylesheets/_columns.scss */
.columns.is-fullheight {
  margin: 0;
  height: 100vh;
  display: flex;
  flex-direction: row;
  justify-content: stretch;
}
/* line 13, /var/www/docker/app/assets/stylesheets/_columns.scss */
.columns.is-fullheight .column {
  overflow-y: auto;
}

/* line 1, /var/www/docker/app/assets/stylesheets/_form.scss */
label.small-right-margin {
  margin-right: 8px;
}

/* line 5, /var/www/docker/app/assets/stylesheets/_form.scss */
.select:not(.is-multiple):not(.is-loading)::after {
  border-color: #0a0a0a !important;
}

/* line 10, /var/www/docker/app/assets/stylesheets/_form.scss */
.bcaz-filters .filter-item {
  padding: 0.5rem 0;
  margin-right: 0.5rem;
}
/* line 15, /var/www/docker/app/assets/stylesheets/_form.scss */
.bcaz-filters .clear-filters {
  height: 2.5rem;
  display: inline-flex;
  align-items: center;
  margin-left: 0.5rem;
}
/* line 22, /var/www/docker/app/assets/stylesheets/_form.scss */
.bcaz-filters .clear-filters-aligned-bottom {
  display: flex;
  height: 100%;
  padding: 0.5rem;
  min-width: max-content;
}
/* line 28, /var/www/docker/app/assets/stylesheets/_form.scss */
.bcaz-filters .clear-filters-aligned-bottom span {
  align-self: flex-end;
}
/* line 33, /var/www/docker/app/assets/stylesheets/_form.scss */
.bcaz-filters ::placeholder {
  color: #535957;
  opacity: 1;
}
/* line 38, /var/www/docker/app/assets/stylesheets/_form.scss */
.bcaz-filters ::-ms-input-placeholder {
  color: #535957;
}

/* line 43, /var/www/docker/app/assets/stylesheets/_form.scss */
.field.has-addons.is-aligned-center {
  align-items: center;
}

/* line 48, /var/www/docker/app/assets/stylesheets/_form.scss */
input[disabled="disabled"][type='checkbox'] {
  cursor: not-allowed;
}

/* line 53, /var/www/docker/app/assets/stylesheets/_form.scss */
input.is-readonly {
  background: none;
  border: none;
}

/* line 59, /var/www/docker/app/assets/stylesheets/_form.scss */
.is-numeral-field input {
  width: 120px;
}

/* line 64, /var/www/docker/app/assets/stylesheets/_form.scss */
.is-category-field {
  width: 60px !important;
  margin: 0 auto;
}
/* line 68, /var/www/docker/app/assets/stylesheets/_form.scss */
.is-category-field.is-readonly {
  text-align: center;
}

/* line 73, /var/www/docker/app/assets/stylesheets/_form.scss */
.input.bcaz-manual-entry, .file-field .bcaz-manual-entry.file-preview {
  background-color: #fffaeb;
}

/* line 78, /var/www/docker/app/assets/stylesheets/_form.scss */
.input.is-small.money-width, .file-field .is-small.money-width.file-preview {
  min-width: 125px;
}
/* line 82, /var/www/docker/app/assets/stylesheets/_form.scss */
.input.is-small.share-quantity-width, .file-field .is-small.share-quantity-width.file-preview {
  width: 85px;
}
/* line 86, /var/www/docker/app/assets/stylesheets/_form.scss */
.input.is-small.category-width, .file-field .is-small.category-width.file-preview {
  min-width: 40px;
}

/* line 91, /var/www/docker/app/assets/stylesheets/_form.scss */
.control.is-loading::after {
  border: 2px solid #0069FF;
  border-right-color: transparent;
  border-top-color: transparent;
}

/* line 97, /var/www/docker/app/assets/stylesheets/_form.scss */
.bcaz-numeral-money, .status-change-quantity, .exchanged-quantity, .counterpart-quantity {
  min-width: 120px;
}

/* line 106, /var/www/docker/app/assets/stylesheets/_form.scss */
input.is-small.bcaz-numeral-money-6-digits {
  min-width: 0;
  width: 9.3em;
}
/* line 106, /var/www/docker/app/assets/stylesheets/_form.scss */
input.is-small.bcaz-numeral-money-7-digits {
  min-width: 0;
  width: 10.05em;
}
/* line 106, /var/www/docker/app/assets/stylesheets/_form.scss */
input.is-small.bcaz-numeral-money-8-digits {
  min-width: 0;
  width: 10.8em;
}
/* line 106, /var/www/docker/app/assets/stylesheets/_form.scss */
input.is-small.bcaz-numeral-money-9-digits {
  min-width: 0;
  width: 11.55em;
}
/* line 106, /var/www/docker/app/assets/stylesheets/_form.scss */
input.is-small.bcaz-numeral-money-10-digits {
  min-width: 0;
  width: 12.3em;
}

/* line 113, /var/www/docker/app/assets/stylesheets/_form.scss */
.money-larger {
  min-width: 150px;
}

/* line 117, /var/www/docker/app/assets/stylesheets/_form.scss */
label.copy-table-head-size {
  font-size: 0.9rem;
}

/* line 121, /var/www/docker/app/assets/stylesheets/_form.scss */
.exchanged-shareholder-selector {
  min-width: 200px;
}

/* line 126, /var/www/docker/app/assets/stylesheets/_form.scss */
div.field_with_errors label {
  color: #f14668;
  margin-bottom: 0.5em;
}
/* line 131, /var/www/docker/app/assets/stylesheets/_form.scss */
div.field_with_errors input {
  border: 2px solid #f14668;
}

/* line 137, /var/www/docker/app/assets/stylesheets/_form.scss */
label.is-required::after {
  content: "*";
  color: #f14668;
  margin-left: 0.5em;
}

/* line 144, /var/www/docker/app/assets/stylesheets/_form.scss */
div.qr-code-column {
  min-width: 290px;
}

/* line 148, /var/www/docker/app/assets/stylesheets/_form.scss */
#og_societies_table {
  width: 750px;
}
/* line 151, /var/www/docker/app/assets/stylesheets/_form.scss */
#og_societies_table input.client-value {
  margin-left: 70px;
  width: 160px;
}

/* line 157, /var/www/docker/app/assets/stylesheets/_form.scss */
i.fullsize-field-recalculate-button {
  padding-top: 8px;
  padding-left: 4px;
}

/* line 163, /var/www/docker/app/assets/stylesheets/_form.scss */
.with-currency-container input {
  padding-right: 1.75rem !important;
  min-width: 140px;
}
/* line 167, /var/www/docker/app/assets/stylesheets/_form.scss */
.with-currency-container input.is-small {
  padding-right: 1.5rem !important;
  min-width: 120px;
}
/* line 173, /var/www/docker/app/assets/stylesheets/_form.scss */
.with-currency-container input:disabled ~ span.icon {
  color: #535957;
}

/* line 178, /var/www/docker/app/assets/stylesheets/_form.scss */
.file-field {
  min-width: 0;
}
/* line 181, /var/www/docker/app/assets/stylesheets/_form.scss */
.file-field .file-preview {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  min-width: 0;
}
/* line 188, /var/www/docker/app/assets/stylesheets/_form.scss */
.file-field .file-preview.large {
  height: 6rem;
}
/* line 191, /var/www/docker/app/assets/stylesheets/_form.scss */
.file-field .file-preview.large .file-icon {
  height: 100%;
  aspect-ratio: 1;
  min-width: 5rem;
  flex: 0 0 5rem;
}
/* line 199, /var/www/docker/app/assets/stylesheets/_form.scss */
.file-field .file-preview:active {
  box-shadow: unset;
  border-color: unset;
}
/* line 204, /var/www/docker/app/assets/stylesheets/_form.scss */
.file-field .file-preview img {
  height: 100%;
  width: auto;
  max-width: 1.5rem;
  object-fit: contain;
}
/* line 211, /var/www/docker/app/assets/stylesheets/_form.scss */
.file-field .file-preview .file-name-label {
  min-width: 0;
  flex: 1 1 0;
}
/* line 217, /var/www/docker/app/assets/stylesheets/_form.scss */
.file-field .file-preview .remove-file-trigger {
  flex: 0 0;
  cursor: pointer;
}

/* line 224, /var/www/docker/app/assets/stylesheets/_form.scss */
textarea {
  resize: none;
}

/* line 228, /var/www/docker/app/assets/stylesheets/_form.scss */
.field-note {
  display: inline-block;
  font-size: 0.875rem;
  color: #7a7a7a;
  line-height: 1rem;
  margin-bottom: 0.5rem;
}

/* line 237, /var/www/docker/app/assets/stylesheets/_form.scss */
form .bottom-right-footer {
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
}
/* line 243, /var/www/docker/app/assets/stylesheets/_form.scss */
form div.grey-border-small {
  border: 1px solid #7a7a7a;
  border-radius: 6px;
}

/* line 249, /var/www/docker/app/assets/stylesheets/_form.scss */
.rejected-password-strength-msg, .strong-password-strength-msg {
  float: right;
  position: relative;
  padding-right: 24px;
}
/* line 254, /var/www/docker/app/assets/stylesheets/_form.scss */
.rejected-password-strength-msg:before, .rejected-password-strength-msg:after, .strong-password-strength-msg:before, .strong-password-strength-msg:after {
  content: "\00a0 ";
}
/* line 258, /var/www/docker/app/assets/stylesheets/_form.scss */
.rejected-password-strength-msg i.material-icons, .strong-password-strength-msg i.material-icons {
  position: absolute;
}

/* line 263, /var/www/docker/app/assets/stylesheets/_form.scss */
:is(input, select, textarea).danger-border {
  border: 1px solid #f14668;
  border-radius: 4px;
}

/* line 1, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.text-ellipsis, .file-field .file-preview .file-name-label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 7, /var/www/docker/app/assets/stylesheets/_helpers.scss */
div.full-width-text-right {
  text-align: right;
  width: 100%;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-1 {
  min-width: 1rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-1 {
  min-height: 1rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-2 {
  min-width: 2rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-2 {
  min-height: 2rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-3 {
  min-width: 3rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-3 {
  min-height: 3rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-4 {
  min-width: 4rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-4 {
  min-height: 4rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-5 {
  min-width: 5rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-5 {
  min-height: 5rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-6 {
  min-width: 6rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-6 {
  min-height: 6rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-7 {
  min-width: 7rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-7 {
  min-height: 7rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-8 {
  min-width: 8rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-8 {
  min-height: 8rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-9 {
  min-width: 9rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-9 {
  min-height: 9rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-10 {
  min-width: 10rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-10 {
  min-height: 10rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-11 {
  min-width: 11rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-11 {
  min-height: 11rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-12 {
  min-width: 12rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-12 {
  min-height: 12rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-13 {
  min-width: 13rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-13 {
  min-height: 13rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-14 {
  min-width: 14rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-14 {
  min-height: 14rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-15 {
  min-width: 15rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-15 {
  min-height: 15rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-16 {
  min-width: 16rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-16 {
  min-height: 16rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-17 {
  min-width: 17rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-17 {
  min-height: 17rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-18 {
  min-width: 18rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-18 {
  min-height: 18rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-19 {
  min-width: 19rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-19 {
  min-height: 19rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-20 {
  min-width: 20rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-20 {
  min-height: 20rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-21 {
  min-width: 21rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-21 {
  min-height: 21rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-22 {
  min-width: 22rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-22 {
  min-height: 22rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-23 {
  min-width: 23rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-23 {
  min-height: 23rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-24 {
  min-width: 24rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-24 {
  min-height: 24rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-25 {
  min-width: 25rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-25 {
  min-height: 25rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-26 {
  min-width: 26rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-26 {
  min-height: 26rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-27 {
  min-width: 27rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-27 {
  min-height: 27rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-28 {
  min-width: 28rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-28 {
  min-height: 28rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-29 {
  min-width: 29rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-29 {
  min-height: 29rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-30 {
  min-width: 30rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-30 {
  min-height: 30rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-31 {
  min-width: 31rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-31 {
  min-height: 31rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-32 {
  min-width: 32rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-32 {
  min-height: 32rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-33 {
  min-width: 33rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-33 {
  min-height: 33rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-34 {
  min-width: 34rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-34 {
  min-height: 34rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-35 {
  min-width: 35rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-35 {
  min-height: 35rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-36 {
  min-width: 36rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-36 {
  min-height: 36rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-37 {
  min-width: 37rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-37 {
  min-height: 37rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-38 {
  min-width: 38rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-38 {
  min-height: 38rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-39 {
  min-width: 39rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-39 {
  min-height: 39rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-40 {
  min-width: 40rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-40 {
  min-height: 40rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-41 {
  min-width: 41rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-41 {
  min-height: 41rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-42 {
  min-width: 42rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-42 {
  min-height: 42rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-43 {
  min-width: 43rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-43 {
  min-height: 43rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-44 {
  min-width: 44rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-44 {
  min-height: 44rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-45 {
  min-width: 45rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-45 {
  min-height: 45rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-46 {
  min-width: 46rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-46 {
  min-height: 46rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-47 {
  min-width: 47rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-47 {
  min-height: 47rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-48 {
  min-width: 48rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-48 {
  min-height: 48rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-49 {
  min-width: 49rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-49 {
  min-height: 49rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-50 {
  min-width: 50rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-50 {
  min-height: 50rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-51 {
  min-width: 51rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-51 {
  min-height: 51rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-52 {
  min-width: 52rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-52 {
  min-height: 52rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-53 {
  min-width: 53rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-53 {
  min-height: 53rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-54 {
  min-width: 54rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-54 {
  min-height: 54rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-55 {
  min-width: 55rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-55 {
  min-height: 55rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-56 {
  min-width: 56rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-56 {
  min-height: 56rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-57 {
  min-width: 57rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-57 {
  min-height: 57rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-58 {
  min-width: 58rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-58 {
  min-height: 58rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-59 {
  min-width: 59rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-59 {
  min-height: 59rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-60 {
  min-width: 60rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-60 {
  min-height: 60rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-61 {
  min-width: 61rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-61 {
  min-height: 61rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-62 {
  min-width: 62rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-62 {
  min-height: 62rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-63 {
  min-width: 63rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-63 {
  min-height: 63rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-64 {
  min-width: 64rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-64 {
  min-height: 64rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-65 {
  min-width: 65rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-65 {
  min-height: 65rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-66 {
  min-width: 66rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-66 {
  min-height: 66rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-67 {
  min-width: 67rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-67 {
  min-height: 67rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-68 {
  min-width: 68rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-68 {
  min-height: 68rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-69 {
  min-width: 69rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-69 {
  min-height: 69rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-70 {
  min-width: 70rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-70 {
  min-height: 70rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-71 {
  min-width: 71rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-71 {
  min-height: 71rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-72 {
  min-width: 72rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-72 {
  min-height: 72rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-73 {
  min-width: 73rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-73 {
  min-height: 73rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-74 {
  min-width: 74rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-74 {
  min-height: 74rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-75 {
  min-width: 75rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-75 {
  min-height: 75rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-76 {
  min-width: 76rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-76 {
  min-height: 76rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-77 {
  min-width: 77rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-77 {
  min-height: 77rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-78 {
  min-width: 78rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-78 {
  min-height: 78rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-79 {
  min-width: 79rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-79 {
  min-height: 79rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-80 {
  min-width: 80rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-80 {
  min-height: 80rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-81 {
  min-width: 81rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-81 {
  min-height: 81rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-82 {
  min-width: 82rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-82 {
  min-height: 82rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-83 {
  min-width: 83rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-83 {
  min-height: 83rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-84 {
  min-width: 84rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-84 {
  min-height: 84rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-85 {
  min-width: 85rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-85 {
  min-height: 85rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-86 {
  min-width: 86rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-86 {
  min-height: 86rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-87 {
  min-width: 87rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-87 {
  min-height: 87rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-88 {
  min-width: 88rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-88 {
  min-height: 88rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-89 {
  min-width: 89rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-89 {
  min-height: 89rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-90 {
  min-width: 90rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-90 {
  min-height: 90rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-91 {
  min-width: 91rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-91 {
  min-height: 91rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-92 {
  min-width: 92rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-92 {
  min-height: 92rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-93 {
  min-width: 93rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-93 {
  min-height: 93rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-94 {
  min-width: 94rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-94 {
  min-height: 94rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-95 {
  min-width: 95rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-95 {
  min-height: 95rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-96 {
  min-width: 96rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-96 {
  min-height: 96rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-97 {
  min-width: 97rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-97 {
  min-height: 97rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-98 {
  min-width: 98rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-98 {
  min-height: 98rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-99 {
  min-width: 99rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-99 {
  min-height: 99rem;
}

/* line 13, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-rem-100 {
  min-width: 100rem;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-rem-100 {
  min-height: 100rem;
}

/* line 24, /var/www/docker/app/assets/stylesheets/_helpers.scss */
td.no-border-top {
  border-top: none !important;
}

/* line 24, /var/www/docker/app/assets/stylesheets/_helpers.scss */
td.no-border-bottom {
  border-bottom: none !important;
}

/* line 24, /var/www/docker/app/assets/stylesheets/_helpers.scss */
td.no-border-left {
  border-left: none !important;
}

/* line 24, /var/www/docker/app/assets/stylesheets/_helpers.scss */
td.no-border-right {
  border-right: none !important;
}

/* line 29, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.all-black {
  color: black !important;
  background-color: black !important;
}

/* line 34, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-width-0 {
  min-width: 0;
}

/* line 38, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.min-height-0 {
  min-height: 0;
}

/* line 42, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.mx-auto {
  margin: 0 auto;
}

/* line 46, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.no-wrap {
  white-space: nowrap;
}

/* line 50, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.allow-word-breaks {
  word-break: break-word;
}

/* line 54, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.has-cursor-pointer {
  cursor: pointer;
}

/* line 58, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.has-line-height-normal {
  line-height: normal;
}

/* line 62, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.has-text-yellow-darker {
  color: #ffc524;
}

/* line 67, /var/www/docker/app/assets/stylesheets/_helpers.scss */
ol.generic-list-max-two-digits li {
  margin-left: 30px;
}

/* line 76, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.is-overflow-x-auto {
  overflow-x: auto !important;
}

/* line 76, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.is-overflow-x-scroll {
  overflow-x: scroll !important;
}

/* line 76, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.is-overflow-y-auto {
  overflow-y: auto !important;
}

/* line 76, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.is-overflow-y-scroll {
  overflow-y: scroll !important;
}

/* line 82, /var/www/docker/app/assets/stylesheets/_helpers.scss */
.category-input-min-width {
  min-width: 3.5rem;
}

/* line 1, /var/www/docker/app/assets/stylesheets/_logo.scss */
a.logo {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  font-weight: bold;
  color: #363636;
  user-select: none;
}
/* line 10, /var/www/docker/app/assets/stylesheets/_logo.scss */
a.logo span {
  margin-left: 0.5rem;
}
/* line 14, /var/www/docker/app/assets/stylesheets/_logo.scss */
a.logo svg {
  fill: #0069FF;
  width: 40px;
  height: 40px;
}

/* line 1, /var/www/docker/app/assets/stylesheets/_nav.scss */
#navToggle i, .navigation {
  transition: 0.2s ease-in-out;
}

/* line 5, /var/www/docker/app/assets/stylesheets/_nav.scss */
.navigation {
  height: 100vh;
  width: 282px;
}
/* line 9, /var/www/docker/app/assets/stylesheets/_nav.scss */
.navigation a.logo {
  justify-content: flex-start;
}
/* line 13, /var/www/docker/app/assets/stylesheets/_nav.scss */
.navigation.is-closed {
  width: 72px;
}
/* line 15, /var/www/docker/app/assets/stylesheets/_nav.scss */
.navigation.is-closed span, .navigation.is-closed i.is-right {
  display: none;
}
/* line 18, /var/www/docker/app/assets/stylesheets/_nav.scss */
.navigation.is-closed #navToggle i {
  transform: rotate(180deg);
}
/* line 24, /var/www/docker/app/assets/stylesheets/_nav.scss */
.navigation.is-closed .menu-container .menu-list li a {
  padding: 0.5rem;
}
/* line 32, /var/www/docker/app/assets/stylesheets/_nav.scss */
.navigation.column {
  padding: 0px;
}
/* line 36, /var/www/docker/app/assets/stylesheets/_nav.scss */
.navigation .menu-container {
  height: 100%;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
/* line 44, /var/www/docker/app/assets/stylesheets/_nav.scss */
.navigation .menu-container .menu-list li {
  margin-bottom: 0.5rem;
}
/* line 46, /var/www/docker/app/assets/stylesheets/_nav.scss */
.navigation .menu-container .menu-list li a {
  display: flex;
  align-items: center;
}
/* line 49, /var/www/docker/app/assets/stylesheets/_nav.scss */
.navigation .menu-container .menu-list li a i.is-right {
  margin-left: auto;
}
/* line 52, /var/www/docker/app/assets/stylesheets/_nav.scss */
.navigation .menu-container .menu-list li a span {
  margin-left: 1rem;
  user-select: none;
}
/* line 57, /var/www/docker/app/assets/stylesheets/_nav.scss */
.navigation .menu-container .menu-list li a .user-badge span {
  word-break: break-word;
}
/* line 63, /var/www/docker/app/assets/stylesheets/_nav.scss */
.navigation .menu-container .menu-list .dropdown {
  z-index: 35;
  width: 100%;
}
/* line 66, /var/www/docker/app/assets/stylesheets/_nav.scss */
.navigation .menu-container .menu-list .dropdown .dropdown-trigger {
  width: 100%;
}
/* line 67, /var/www/docker/app/assets/stylesheets/_nav.scss */
.navigation .menu-container .menu-list .dropdown .dropdown-menu {
  width: 100%;
}

/* line 1, /var/www/docker/app/assets/stylesheets/_tabs.scss */
.tabs {
  flex-shrink: 0;
}

@font-face {
  font-family: "Franklin Gothic Book";
  src: url(/assets/franklin_gothic_book-9ad3d0e5ef31c4a9a98cb0e169e4e625286aa34c712add3e001c0100138730d4.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Cambria";
  src: url(/assets/cambria-1a0833a815f7fae5103ce6f75120318fe6ca1731dae76650313f2d1712244e1e.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Calibri";
  src: url(/assets/calibri-8316b1b5c1e47aad6220e10c83537cd32704e99e7885aabf56a1d897b3d3f1ee.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Calibri";
  src: url(/assets/calibri_bold-55df7a17a256d5f9c258fbe0cfa326cefe0ceeb61c8d093fd0a9a84cd0b9db8e.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Calibri";
  src: url(/assets/calibri_italic-0b7a953b8710d9e4ba6b828e34f2369ca2789ab25c9bebed447af743dc48efb0.ttf) format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Calibri";
  src: url(/assets/calibri_bold_italic-817bdf9d73ea389caafcbf1eb5ebf0c0290d6bc6a8d2866adf23ed1e4d965628.ttf) format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Garamond";
  src: url(/assets/garamond-3a88f1c10643a9765496121bf7b019e462e8ac64a08efa23b87270f4b812d298.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Garamond";
  src: url(/assets/garamond_bold-1554256d50a66bce6f7ee77bcc51ba85e6a1a4944abe4c027f0e25371faee06e.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Garamond";
  src: url(/assets/garamond_italic-c804b6c9400815f9db6c7fb41d3fd65495da74948cfc971b701bfca200031066.ttf) format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Garamond";
  src: url(/assets/garamond_bold_italic-2620e6f0ee8d89611ebbbe8d27c5e93a6a33cd75970419ddc0c2217ca3b3e154.ttf) format("truetype");
  font-weight: bold;
  font-style: italic;
}
/* line 1, /var/www/docker/app/assets/stylesheets/_notification.scss */
div.notification {
  position: absolute;
  top: 5rem;
  right: 2rem;
  width: 300px;
  z-index: 100;
}

/* line 9, /var/www/docker/app/assets/stylesheets/_notification.scss */
div.unread-notifications-badge {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 0.25rem;
  position: absolute;
  margin-bottom: 1rem;
  margin-left: 1rem;
}

/* line 6, /var/www/docker/app/assets/stylesheets/_page-header.scss */
.page-header {
  margin: 2rem 0 1.5rem;
  gap: 0.5rem;
}
@media screen and (min-width: 769px), print {
  /* line 6, /var/www/docker/app/assets/stylesheets/_page-header.scss */
  .page-header {
    height: 2.5rem;
  }
  /* line 13, /var/www/docker/app/assets/stylesheets/_page-header.scss */
  .page-header.is-sticky {
    position: sticky;
    top: 0;
    background-color: #f0f1f2;
    height: 6rem;
    z-index: 10;
    width: calc(100% + 32px * 2);
    margin: 0;
    margin-left: -32px;
    padding: 2rem 32px 1.5rem;
  }
}
/* line 26, /var/www/docker/app/assets/stylesheets/_page-header.scss */
.page-header .level-left {
  flex: 1 1 0;
}
/* line 29, /var/www/docker/app/assets/stylesheets/_page-header.scss */
.page-header .level-left .level-item {
  flex: 1 1 0;
  display: flex;
  justify-content: flex-start;
}
/* line 34, /var/www/docker/app/assets/stylesheets/_page-header.scss */
.page-header .level-left .level-item .bcaz-search-container {
  width: 100%;
  max-width: 30rem;
}
/* line 42, /var/www/docker/app/assets/stylesheets/_page-header.scss */
.page-header .level-right .space-between > * {
  margin-left: 0.5rem;
}
/* line 47, /var/www/docker/app/assets/stylesheets/_page-header.scss */
.page-header .bcaz-search-container {
  position: relative;
}
/* line 50, /var/www/docker/app/assets/stylesheets/_page-header.scss */
.page-header .bcaz-search-container .bcaz-search-results {
  position: absolute;
  top: 3rem;
  width: 99999px;
  max-width: 100%;
  min-width: 20rem;
  z-index: 1000;
  background-color: white;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
  border-radius: 4px;
}
/* line 62, /var/www/docker/app/assets/stylesheets/_page-header.scss */
.page-header .bcaz-search-container .bcaz-search-results a:hover {
  background-color: #E5ECFF;
}

/* line 3, /var/www/docker/app/assets/stylesheets/_select2.scss */
.is-small-select2 .select2-container .select2-selection--single, .is-small-select2 .select2-container .select2-selection--multiple {
  min-height: 30px !important;
}
/* line 6, /var/www/docker/app/assets/stylesheets/_select2.scss */
.is-small-select2 .select2-container .select2-selection--single .select2-selection__arrow, .is-small-select2 .select2-container .select2-selection--multiple .select2-selection__arrow {
  top: 3px !important;
}

/* line 14, /var/www/docker/app/assets/stylesheets/_select2.scss */
.select2-container.select2-danger-outline {
  border: 1px solid #f14668;
  border-radius: 4px;
}
/* line 19, /var/www/docker/app/assets/stylesheets/_select2.scss */
.select2-container .select2-selection--single, .select2-container .select2-selection--multiple {
  min-height: 2.5rem;
  height: auto !important;
  padding: 0.5px !important;
  border: 1px solid #dbdbdb !important;
}
/* line 25, /var/www/docker/app/assets/stylesheets/_select2.scss */
.select2-container .select2-selection--single .select2-selection__arrow, .select2-container .select2-selection--multiple .select2-selection__arrow {
  top: 5px !important;
}
/* line 29, /var/www/docker/app/assets/stylesheets/_select2.scss */
.select2-container .select2-selection--single .select2-selection__placeholder, .select2-container .select2-selection--multiple .select2-selection__placeholder {
  color: #dbdbdb !important;
}
/* line 34, /var/www/docker/app/assets/stylesheets/_select2.scss */
.select2-container .select2-selection--single ul.select2-selection__rendered li.select2-selection__choice, .select2-container .select2-selection--multiple ul.select2-selection__rendered li.select2-selection__choice {
  background-color: #E5ECFF;
  border: 1px solid #0069FF;
  color: #0069FF;
}
/* line 39, /var/www/docker/app/assets/stylesheets/_select2.scss */
.select2-container .select2-selection--single ul.select2-selection__rendered li.select2-selection__choice span.select2-selection__choice__remove, .select2-container .select2-selection--multiple ul.select2-selection__rendered li.select2-selection__choice span.select2-selection__choice__remove {
  color: #0069FF;
}
/* line 43, /var/www/docker/app/assets/stylesheets/_select2.scss */
.select2-container .select2-selection--single ul.select2-selection__rendered li.select2-selection__choice.client-in-a-draft, .select2-container .select2-selection--multiple ul.select2-selection__rendered li.select2-selection__choice.client-in-a-draft {
  background-color: #fffaeb;
  border: 1px solid #ffe08a;
  color: #946c00;
}
/* line 48, /var/www/docker/app/assets/stylesheets/_select2.scss */
.select2-container .select2-selection--single ul.select2-selection__rendered li.select2-selection__choice.client-in-a-draft span.select2-selection__choice__remove, .select2-container .select2-selection--multiple ul.select2-selection__rendered li.select2-selection__choice.client-in-a-draft span.select2-selection__choice__remove {
  color: #946c00;
}
/* line 53, /var/www/docker/app/assets/stylesheets/_select2.scss */
.select2-container .select2-selection--single ul.select2-selection__rendered li.select2-selection__choice[data-tooltip]::before, .select2-container .select2-selection--multiple ul.select2-selection__rendered li.select2-selection__choice[data-tooltip]::before {
  font-size: 0.75rem;
  line-height: 0.75rem;
  max-width: 400px;
}
/* line 63, /var/www/docker/app/assets/stylesheets/_select2.scss */
.select2-container .select2-dropdown {
  border: 1px solid #dbdbdb !important;
}
/* line 66, /var/www/docker/app/assets/stylesheets/_select2.scss */
.select2-container .select2-dropdown.select2-dropdown--below {
  border-top: 0 !important;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
}
/* line 71, /var/www/docker/app/assets/stylesheets/_select2.scss */
.select2-container .select2-dropdown.select2-dropdown--above {
  border-bottom: 0 !important;
  box-shadow: 0 -0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
}
/* line 76, /var/www/docker/app/assets/stylesheets/_select2.scss */
.select2-container .select2-dropdown .select2-search {
  margin: 5px;
}
/* line 79, /var/www/docker/app/assets/stylesheets/_select2.scss */
.select2-container .select2-dropdown .select2-search .select2-search__field {
  padding: 10px !important;
  border-radius: 3px !important;
  font-size: 1rem;
  height: 2.25em;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  max-width: 100%;
  width: 100%;
  border-radius: 3px !important;
}
/* line 91, /var/www/docker/app/assets/stylesheets/_select2.scss */
.select2-container .select2-dropdown .select2-results__options {
  max-height: 200px !important;
}
/* line 94, /var/www/docker/app/assets/stylesheets/_select2.scss */
.select2-container .select2-dropdown .select2-results__options .select2-results__option {
  padding: 0.37em 0.75em !important;
  font-size: 1rem;
}

/* line 106, /var/www/docker/app/assets/stylesheets/_select2.scss */
.select2-hidden-accessible {
  position: relative !important;
  display: none !important;
  visibility: hidden !important;
}

/* line 112, /var/www/docker/app/assets/stylesheets/_select2.scss */
.select2-selection__choice__remove {
  float: right;
  margin-left: 5px;
}

/* line 2, /var/www/docker/app/assets/stylesheets/_table.scss */
table.table.has-boxed-rows {
  border-collapse: separate;
  border-spacing: 0rem 0.5rem;
  background-color: transparent;
}
/* line 9, /var/www/docker/app/assets/stylesheets/_table.scss */
table.table.has-boxed-rows thead tr th {
  border-width: 0px;
  padding-left: 0px;
}
/* line 12, /var/www/docker/app/assets/stylesheets/_table.scss */
table.table.has-boxed-rows thead tr th:first-child {
  padding-left: 1rem;
}
/* line 21, /var/www/docker/app/assets/stylesheets/_table.scss */
table.table.has-boxed-rows tbody tr td {
  border-width: 0px;
  background-color: white;
  padding: 1rem 0.5rem;
}
/* line 26, /var/www/docker/app/assets/stylesheets/_table.scss */
table.table.has-boxed-rows tbody tr td:first-child {
  padding-left: 1rem;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
/* line 31, /var/www/docker/app/assets/stylesheets/_table.scss */
table.table.has-boxed-rows tbody tr td:last-child {
  padding-right: 1rem;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 46, /var/www/docker/app/assets/stylesheets/_table.scss */
table.table.operation-table thead tr.is-center-aligned th {
  vertical-align: middle;
}
/* line 50, /var/www/docker/app/assets/stylesheets/_table.scss */
table.table.operation-table thead tr th {
  border-width: 0;
  font-size: 0.9rem;
  border-radius: 2px;
}
/* line 60, /var/www/docker/app/assets/stylesheets/_table.scss */
table.table.operation-table tbody tr.computed-totals td:not([colspan]) {
  border-top: 1.5px solid #535957;
}
/* line 66, /var/www/docker/app/assets/stylesheets/_table.scss */
table.table.operation-table td {
  border-width: 0px;
}
/* line 68, /var/www/docker/app/assets/stylesheets/_table.scss */
table.table.operation-table td.is-center-aligned {
  padding-bottom: 0.5rem !important;
}
/* line 72, /var/www/docker/app/assets/stylesheets/_table.scss */
table.table.operation-table td.is-top-aligned {
  vertical-align: top !important;
}
/* line 75, /var/www/docker/app/assets/stylesheets/_table.scss */
table.table.operation-table td.is-top-aligned.data-spacer-small {
  padding-top: 1.8rem !important;
}
/* line 79, /var/www/docker/app/assets/stylesheets/_table.scss */
table.table.operation-table td.is-top-aligned.icon-spacer-small {
  padding-top: 2rem !important;
}
/* line 84, /var/www/docker/app/assets/stylesheets/_table.scss */
table.table.operation-table td .fraction {
  padding: 0.3rem 0;
}
/* line 88, /var/www/docker/app/assets/stylesheets/_table.scss */
table.table.operation-table td .denominator {
  border-top: 1px solid #0a0a0a;
}
/* line 94, /var/www/docker/app/assets/stylesheets/_table.scss */
table.table .table-spacer {
  height: 2rem;
}
/* line 98, /var/www/docker/app/assets/stylesheets/_table.scss */
table.table td {
  vertical-align: middle !important;
}
/* line 101, /var/www/docker/app/assets/stylesheets/_table.scss */
table.table td.reset-line-height {
  line-height: 0;
}
/* line 108, /var/www/docker/app/assets/stylesheets/_table.scss */
table.table tbody.error-displaying tr:nth-last-child(2) .add-row {
  display: block;
}
/* line 113, /var/www/docker/app/assets/stylesheets/_table.scss */
table.table tbody tr .add-row {
  display: none;
}
/* line 118, /var/www/docker/app/assets/stylesheets/_table.scss */
table.table tbody tr:first-child .remove-row:not(.can-remove-first-row) {
  display: none;
}
/* line 123, /var/www/docker/app/assets/stylesheets/_table.scss */
table.table tbody tr:first-child:last-child .remove-row {
  display: none;
}
/* line 130, /var/www/docker/app/assets/stylesheets/_table.scss */
table.table tbody tr.items-error-message + tr .remove-row {
  display: none;
}
/* line 136, /var/www/docker/app/assets/stylesheets/_table.scss */
table.table tbody tr:last-child .add-row {
  display: block;
}

/* line 144, /var/www/docker/app/assets/stylesheets/_table.scss */
.pagination-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 149, /var/www/docker/app/assets/stylesheets/_table.scss */
.pagination-container a.pagination-link {
  background-color: white;
}
/* line 152, /var/www/docker/app/assets/stylesheets/_table.scss */
.pagination-container a.pagination-link.is-current {
  background-color: #0069FF;
}
/* line 157, /var/www/docker/app/assets/stylesheets/_table.scss */
.pagination-container .pagination {
  margin: 0 !important;
}
/* line 161, /var/www/docker/app/assets/stylesheets/_table.scss */
.pagination-container #perPageSelect {
  margin-left: 1rem;
}

/* line 166, /var/www/docker/app/assets/stylesheets/_table.scss */
.dataTables_info {
  display: none;
}

/* line 171, /var/www/docker/app/assets/stylesheets/_table.scss */
table.dataTable thead tr th {
  border-bottom: 2px solid #E1E3E6;
}
/* line 175, /var/www/docker/app/assets/stylesheets/_table.scss */
table.dataTable tfoot tr th {
  border-top: 2px solid #E1E3E6;
}

/* line 180, /var/www/docker/app/assets/stylesheets/_table.scss */
.dataTables_filter input[type=search] {
  border: 1px solid #E1E3E6;
  border-radius: 4px;
  height: 2.5em;
  line-height: 1.5;
  padding-bottom: calc(0.5em - 1px);
  padding-left: calc(0.75em - 1px);
  padding-right: calc(0.75em - 1px);
  padding-top: calc(0.5em - 1px);
  margin-bottom: 15px;
}

/* line 193, /var/www/docker/app/assets/stylesheets/_table.scss */
table.dataTable.bcaz-data-table.no-footer {
  border-bottom: 2px solid #E1E3E6;
}
/* line 196, /var/www/docker/app/assets/stylesheets/_table.scss */
table.dataTable.bcaz-data-table.no-footer th {
  font-size: 12px;
}
/* line 200, /var/www/docker/app/assets/stylesheets/_table.scss */
table.dataTable.bcaz-data-table.no-footer .dataTables_empty {
  padding-bottom: 20px;
  padding-top: 20px;
}

/* line 206, /var/www/docker/app/assets/stylesheets/_table.scss */
tr.nested-fields td.shareholder-column {
  width: 200px;
}

/* line 210, /var/www/docker/app/assets/stylesheets/_table.scss */
form#society_cap_table tr.nested-fields td.shareholder-column {
  width: 200px;
  max-width: 500px;
}

/* line 218, /var/www/docker/app/assets/stylesheets/_table.scss */
table.table .dividend-section tr td.is-bordered {
  padding: 1.5rem;
}
/* line 221, /var/www/docker/app/assets/stylesheets/_table.scss */
table.table .dividend-section tr td.is-bordered.is-top {
  border-top: 1px solid #0069FF;
}
/* line 225, /var/www/docker/app/assets/stylesheets/_table.scss */
table.table .dividend-section tr td.is-bordered.is-bottom {
  border-bottom: 1px solid #0069FF;
}
/* line 229, /var/www/docker/app/assets/stylesheets/_table.scss */
table.table .dividend-section tr td.is-bordered.is-left {
  border-left: 1px solid #0069FF;
}
/* line 233, /var/www/docker/app/assets/stylesheets/_table.scss */
table.table .dividend-section tr td.is-bordered.is-right {
  border-right: 1px solid #0069FF;
}

/* line 1, /var/www/docker/app/assets/stylesheets/_tag.scss */
a.tag, div.tag {
  line-height: 0;
}
/* line 3, /var/www/docker/app/assets/stylesheets/_tag.scss */
a.tag:hover, div.tag:hover {
  text-decoration: none;
}
/* line 7, /var/www/docker/app/assets/stylesheets/_tag.scss */
a.tag svg, div.tag svg {
  height: 1rem;
  width: 1rem;
  margin-right: 0.5rem;
}
/* line 13, /var/www/docker/app/assets/stylesheets/_tag.scss */
a.tag.is-primary, div.tag.is-primary {
  background-color: #E5ECFF;
  color: #0069FF;
  border: 1px solid #0069FF;
}
/* line 18, /var/www/docker/app/assets/stylesheets/_tag.scss */
a.tag.is-primary svg, div.tag.is-primary svg {
  fill: #0069FF;
}
/* line 23, /var/www/docker/app/assets/stylesheets/_tag.scss */
a.tag.is-primary:hover span:not(.icon), div.tag.is-primary:hover span:not(.icon) {
  text-decoration: underline;
}
/* line 29, /var/www/docker/app/assets/stylesheets/_tag.scss */
a.tag.is-warning, div.tag.is-warning {
  background-color: #fffaeb;
  color: #946c00;
  border: 1px solid #ffe08a;
}
/* line 34, /var/www/docker/app/assets/stylesheets/_tag.scss */
a.tag.is-warning svg, div.tag.is-warning svg {
  fill: #ffe08a;
}
/* line 39, /var/www/docker/app/assets/stylesheets/_tag.scss */
a.tag.is-warning:hover span:not(.icon), div.tag.is-warning:hover span:not(.icon) {
  text-decoration: underline;
}
/* line 45, /var/www/docker/app/assets/stylesheets/_tag.scss */
a.tag.is-success, div.tag.is-success {
  background-color: #effaf5;
  color: #257953;
  border: 1px solid #48c78e;
}
/* line 50, /var/www/docker/app/assets/stylesheets/_tag.scss */
a.tag.is-success svg, div.tag.is-success svg {
  fill: #48c78e;
}
/* line 55, /var/www/docker/app/assets/stylesheets/_tag.scss */
a.tag.is-success:hover span:not(.icon), div.tag.is-success:hover span:not(.icon) {
  text-decoration: underline;
}

/* line 1, /var/www/docker/app/assets/stylesheets/_tooltip.scss */
[data-tooltip=""]::before {
  display: none !important;
}

/* line 5, /var/www/docker/app/assets/stylesheets/_tooltip.scss */
[data-tooltip] {
  position: relative;
  justify-content: center;
  text-align: center;
  align-items: center;
  display: inline-flex;
  justify-content: flex-start;
  vertical-align: top;
}
/* line 14, /var/www/docker/app/assets/stylesheets/_tooltip.scss */
[data-tooltip]:hover::before {
  display: block;
}
/* line 18, /var/www/docker/app/assets/stylesheets/_tooltip.scss */
[data-tooltip]::before {
  /* Display options */
  display: none;
  position: absolute;
  overflow: visible;
  z-index: 1025;
  max-width: 300px;
  width: max-content;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  margin-left: 10px;
  /* Styling */
  background-color: #535957;
  border-radius: 0.25rem;
  opacity: 0.9;
  padding: 0.5rem;
  /* Content */
  text-align: center;
  color: #f0f1f2;
  content: attr(data-tooltip);
}
/* line 43, /var/www/docker/app/assets/stylesheets/_tooltip.scss */
[data-tooltip].tooltip-left::before {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: 10px;
}
/* line 50, /var/www/docker/app/assets/stylesheets/_tooltip.scss */
[data-tooltip].tooltip-top::before {
  left: auto;
  line-height: 16px;
  text-wrap: wrap;
  top: -150%;
}
/* line 57, /var/www/docker/app/assets/stylesheets/_tooltip.scss */
[data-tooltip].org-chart-preview-tooltip-top::before {
  left: auto;
  font-size: 0.9rem;
  padding: 1rem;
  top: -80%;
  max-width: none;
}

/* line 3, /var/www/docker/app/assets/stylesheets/_flex.scss */
.is-flex-direction-row {
  flex-direction: row !important;
}

/* line 3, /var/www/docker/app/assets/stylesheets/_flex.scss */
.is-flex-direction-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 3, /var/www/docker/app/assets/stylesheets/_flex.scss */
.is-flex-direction-column {
  flex-direction: column !important;
}

/* line 3, /var/www/docker/app/assets/stylesheets/_flex.scss */
.is-flex-direction-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 10, /var/www/docker/app/assets/stylesheets/_flex.scss */
.is-flex-wrap-nowrap {
  flex-wrap: nowrap !important;
}

/* line 10, /var/www/docker/app/assets/stylesheets/_flex.scss */
.is-flex-wrap-wrap {
  flex-wrap: wrap !important;
}

/* line 10, /var/www/docker/app/assets/stylesheets/_flex.scss */
.is-flex-wrap-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_flex.scss */
.is-justify-content-flex-start {
  justify-content: flex-start !important;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_flex.scss */
.is-justify-content-flex-end {
  justify-content: flex-end !important;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_flex.scss */
.is-justify-content-center {
  justify-content: center !important;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_flex.scss */
.is-justify-content-space-between {
  justify-content: space-between !important;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_flex.scss */
.is-justify-content-space-around {
  justify-content: space-around !important;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_flex.scss */
.is-justify-content-space-evenly {
  justify-content: space-evenly !important;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_flex.scss */
.is-justify-content-start {
  justify-content: start !important;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_flex.scss */
.is-justify-content-end {
  justify-content: end !important;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_flex.scss */
.is-justify-content-left {
  justify-content: left !important;
}

/* line 17, /var/www/docker/app/assets/stylesheets/_flex.scss */
.is-justify-content-right {
  justify-content: right !important;
}

/* line 24, /var/www/docker/app/assets/stylesheets/_flex.scss */
.is-align-content-flex-start {
  align-content: flex-start !important;
}

/* line 24, /var/www/docker/app/assets/stylesheets/_flex.scss */
.is-align-content-flex-end {
  align-content: flex-end !important;
}

/* line 24, /var/www/docker/app/assets/stylesheets/_flex.scss */
.is-align-content-center {
  align-content: center !important;
}

/* line 24, /var/www/docker/app/assets/stylesheets/_flex.scss */
.is-align-content-space-between {
  align-content: space-between !important;
}

/* line 24, /var/www/docker/app/assets/stylesheets/_flex.scss */
.is-align-content-space-around {
  align-content: space-around !important;
}

/* line 24, /var/www/docker/app/assets/stylesheets/_flex.scss */
.is-align-content-space-evenly {
  align-content: space-evenly !important;
}

/* line 24, /var/www/docker/app/assets/stylesheets/_flex.scss */
.is-align-content-stretch {
  align-content: stretch !important;
}

/* line 24, /var/www/docker/app/assets/stylesheets/_flex.scss */
.is-align-content-start {
  align-content: start !important;
}

/* line 24, /var/www/docker/app/assets/stylesheets/_flex.scss */
.is-align-content-end {
  align-content: end !important;
}

/* line 24, /var/www/docker/app/assets/stylesheets/_flex.scss */
.is-align-content-baseline {
  align-content: baseline !important;
}

/* line 31, /var/www/docker/app/assets/stylesheets/_flex.scss */
.is-align-items-stretch {
  align-items: stretch !important;
}

/* line 31, /var/www/docker/app/assets/stylesheets/_flex.scss */
.is-align-items-flex-start {
  align-items: flex-start !important;
}

/* line 31, /var/www/docker/app/assets/stylesheets/_flex.scss */
.is-align-items-flex-end {
  align-items: flex-end !important;
}

/* line 31, /var/www/docker/app/assets/stylesheets/_flex.scss */
.is-align-items-center {
  align-items: center !important;
}

/* line 31, /var/www/docker/app/assets/stylesheets/_flex.scss */
.is-align-items-baseline {
  align-items: baseline !important;
}

/* line 31, /var/www/docker/app/assets/stylesheets/_flex.scss */
.is-align-items-start {
  align-items: start !important;
}

/* line 31, /var/www/docker/app/assets/stylesheets/_flex.scss */
.is-align-items-end {
  align-items: end !important;
}

/* line 31, /var/www/docker/app/assets/stylesheets/_flex.scss */
.is-align-items-self-start {
  align-items: self-start !important;
}

/* line 31, /var/www/docker/app/assets/stylesheets/_flex.scss */
.is-align-items-self-end {
  align-items: self-end !important;
}

/* line 38, /var/www/docker/app/assets/stylesheets/_flex.scss */
.is-align-self-auto {
  align-self: auto !important;
}

/* line 38, /var/www/docker/app/assets/stylesheets/_flex.scss */
.is-align-self-flex-start {
  align-self: flex-start !important;
}

/* line 38, /var/www/docker/app/assets/stylesheets/_flex.scss */
.is-align-self-flex-end {
  align-self: flex-end !important;
}

/* line 38, /var/www/docker/app/assets/stylesheets/_flex.scss */
.is-align-self-center {
  align-self: center !important;
}

/* line 38, /var/www/docker/app/assets/stylesheets/_flex.scss */
.is-align-self-baseline {
  align-self: baseline !important;
}

/* line 38, /var/www/docker/app/assets/stylesheets/_flex.scss */
.is-align-self-stretch {
  align-self: stretch !important;
}

/* line 46, /var/www/docker/app/assets/stylesheets/_flex.scss */
.is-flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 46, /var/www/docker/app/assets/stylesheets/_flex.scss */
.is-flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 46, /var/www/docker/app/assets/stylesheets/_flex.scss */
.is-flex-grow-2 {
  flex-grow: 2 !important;
}

/* line 46, /var/www/docker/app/assets/stylesheets/_flex.scss */
.is-flex-grow-3 {
  flex-grow: 3 !important;
}

/* line 46, /var/www/docker/app/assets/stylesheets/_flex.scss */
.is-flex-grow-4 {
  flex-grow: 4 !important;
}

/* line 46, /var/www/docker/app/assets/stylesheets/_flex.scss */
.is-flex-grow-5 {
  flex-grow: 5 !important;
}

/* line 46, /var/www/docker/app/assets/stylesheets/_flex.scss */
.is-flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 46, /var/www/docker/app/assets/stylesheets/_flex.scss */
.is-flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 46, /var/www/docker/app/assets/stylesheets/_flex.scss */
.is-flex-shrink-2 {
  flex-shrink: 2 !important;
}

/* line 46, /var/www/docker/app/assets/stylesheets/_flex.scss */
.is-flex-shrink-3 {
  flex-shrink: 3 !important;
}

/* line 46, /var/www/docker/app/assets/stylesheets/_flex.scss */
.is-flex-shrink-4 {
  flex-shrink: 4 !important;
}

/* line 46, /var/www/docker/app/assets/stylesheets/_flex.scss */
.is-flex-shrink-5 {
  flex-shrink: 5 !important;
}

/* line 1, /var/www/docker/app/assets/stylesheets/_dropzone.scss */
.dropzone {
  background-color: #f0f1f2;
  border: 2px dashed #7a7a7a;
  border-radius: 4px;
}

/* line 3, /var/www/docker/app/assets/stylesheets/_side-panel.scss */
.side-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 500px;
  background: white;
  z-index: 100;
  transform: translateX(500px);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
/* line 17, /var/www/docker/app/assets/stylesheets/_side-panel.scss */
.side-panel.is-active {
  transform: translateX(0);
}

/* line 1, /var/www/docker/app/assets/stylesheets/_badge.scss */
.badge {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.2rem;
  min-width: 1.5rem;
  font-size: 12px;
  font-weight: bold;
  border-radius: 4px;
  background-color: #b5b5b5;
  color: #535957;
}
/* line 12, /var/www/docker/app/assets/stylesheets/_badge.scss */
.badge.is-primary {
  background-color: #0069FF;
  color: white;
}

/* line 1, /var/www/docker/app/assets/stylesheets/_chip.scss */
.bcaz-chip {
  margin: 0;
  white-space: nowrap;
}
/* line 5, /var/www/docker/app/assets/stylesheets/_chip.scss */
.bcaz-chip svg {
  height: 20px;
  width: 20px;
  vertical-align: top;
}

/* line 12, /var/www/docker/app/assets/stylesheets/_chip.scss */
.tag.hidden-client-tag {
  background-color: #E1E3E6;
  border-color: #7a7a7a;
  border-width: 1px;
  border-style: solid;
}

/* line 9, /var/www/docker/app/assets/stylesheets/_dropdown.scss */
div.dropdown.prevent-opening {
  pointer-events: none;
}
/* line 16, /var/www/docker/app/assets/stylesheets/_dropdown.scss */
div.dropdown.has-icons .dropdown-menu .dropdown-content .dropdown-item {
  display: flex;
  align-items: center;
}

/* line 26, /var/www/docker/app/assets/stylesheets/_dropdown.scss */
a.dropdown-item[disabled="disabled"] {
  color: #b5b5b5 !important;
}
/* line 2, /var/www/docker/app/assets/stylesheets/_dropdown.scss */
a.dropdown-item[disabled="disabled"]:hover {
  background-color: inherit;
  cursor: not-allowed;
}
/* line 31, /var/www/docker/app/assets/stylesheets/_dropdown.scss */
a.dropdown-item.is-disabled {
  color: #b5b5b5;
}
/* line 2, /var/www/docker/app/assets/stylesheets/_dropdown.scss */
a.dropdown-item.is-disabled:hover {
  background-color: inherit;
  cursor: not-allowed;
}

/* line 38, /var/www/docker/app/assets/stylesheets/_dropdown.scss */
.nested.dropdown:hover > .dropdown-menu {
  display: block;
}
/* line 43, /var/www/docker/app/assets/stylesheets/_dropdown.scss */
.nested.dropdown .dropdown .dropdown-menu {
  right: 100%;
  overflow: auto;
  width: max-content;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
}

/* line 6, /var/www/docker/app/assets/stylesheets/_collapsible.scss */
.collapsible-read-only.is-collapsed .collapsible-body {
  display: none;
}
/* line 10, /var/www/docker/app/assets/stylesheets/_collapsible.scss */
.collapsible-read-only.is-collapsed .columns {
  transition: margin-bottom 0.4s ease-in-out;
  margin-bottom: -0.75rem;
}
/* line 16, /var/www/docker/app/assets/stylesheets/_collapsible.scss */
.collapsible-read-only .collapsible-trigger {
  cursor: pointer;
}

/* line 22, /var/www/docker/app/assets/stylesheets/_collapsible.scss */
div.collapsible-box-with-arrow {
  position: relative;
  overflow-x: hidden;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
}
/* line 30, /var/www/docker/app/assets/stylesheets/_collapsible.scss */
div.collapsible-box-with-arrow div.collapsible-trigger-absolute-pos-right {
  position: absolute;
  top: 16px;
  right: 24px;
}
/* line 36, /var/www/docker/app/assets/stylesheets/_collapsible.scss */
div.collapsible-box-with-arrow div.collapsible-content-with-arrow {
  overflow-x: auto;
}
/* line 39, /var/www/docker/app/assets/stylesheets/_collapsible.scss */
div.collapsible-box-with-arrow div.collapsible-content-with-arrow.add-lower-button-padding {
  padding-bottom: 65px;
}
/* line 43, /var/www/docker/app/assets/stylesheets/_collapsible.scss */
div.collapsible-box-with-arrow div.collapsible-content-with-arrow .abs-position-bottom-right {
  position: absolute;
  bottom: 24px;
  right: 24px;
}

/* line 2, /var/www/docker/app/assets/stylesheets/_modal.scss */
.modal-card header.modal-card-head, .modal-card footer.modal-card-foot {
  border-color: white;
}

/* line 7, /var/www/docker/app/assets/stylesheets/_modal.scss */
.modal-card {
  width: 950px;
}
/* line 10, /var/www/docker/app/assets/stylesheets/_modal.scss */
.modal-card.is-fullwidth {
  width: 90%;
}
/* line 14, /var/www/docker/app/assets/stylesheets/_modal.scss */
.modal-card.is-fullheight {
  height: 100%;
}
/* line 18, /var/www/docker/app/assets/stylesheets/_modal.scss */
.modal-card header.modal-card-head, .modal-card .modal-card-body, .modal-card footer.modal-card-foot {
  background-color: #f0f1f2;
  border-color: #f0f1f2;
}
/* line 23, /var/www/docker/app/assets/stylesheets/_modal.scss */
.modal-card .modal-card-foot {
  justify-content: flex-end;
}
/* line 26, /var/www/docker/app/assets/stylesheets/_modal.scss */
.modal-card .modal-card-foot.justify-content-space-between {
  justify-content: space-between;
}

/* line 32, /var/www/docker/app/assets/stylesheets/_modal.scss */
#confirmation_modal .modal-content {
  max-width: 500px;
}

/* line 36, /var/www/docker/app/assets/stylesheets/_modal.scss */
#exit_confirmation_modal .modal-content {
  max-width: 450px;
}

/* line 41, /var/www/docker/app/assets/stylesheets/_modal.scss */
#hidden_societies_modal .modal-content {
  max-height: 95vh;
}
/* line 44, /var/www/docker/app/assets/stylesheets/_modal.scss */
#hidden_societies_modal .modal-content .scrollable-content {
  max-height: calc(95vh - 180px);
  overflow: auto;
}

/* line 52, /var/www/docker/app/assets/stylesheets/_modal.scss */
#new_operation_modal div.modal-content {
  width: 700px;
}
/* line 55, /var/www/docker/app/assets/stylesheets/_modal.scss */
#new_operation_modal div.modal-content div.links-container {
  height: 450px;
  display: flex;
  flex-flow: column wrap;
}
/* line 60, /var/www/docker/app/assets/stylesheets/_modal.scss */
#new_operation_modal div.modal-content div.links-container .new-operation-link {
  color: #0069FF;
}

/* line 68, /var/www/docker/app/assets/stylesheets/_modal.scss */
#operation_group_modal div.modal-content {
  width: 800px;
}
/* line 72, /var/www/docker/app/assets/stylesheets/_modal.scss */
#operation_group_modal input.client-value {
  margin-left: 70px;
  width: 160px;
}

/* line 79, /var/www/docker/app/assets/stylesheets/_modal.scss */
#clients_exportation_modal div.modal-content {
  width: 550px;
}

/* line 85, /var/www/docker/app/assets/stylesheets/_modal.scss */
#corporate_org_chart_modal div.modal-content {
  width: 800px;
}

/* line 91, /var/www/docker/app/assets/stylesheets/_modal.scss */
#org_chart_config_modal .modal-card {
  height: 1000px;
  width: 1400px;
}

/* line 98, /var/www/docker/app/assets/stylesheets/_modal.scss */
#text-templates-modal #text-template-preview {
  border-radius: 2px;
}
/* line 102, /var/www/docker/app/assets/stylesheets/_modal.scss */
#text-templates-modal #preview-placeholder-text {
  padding: 18.45em 0;
}
/* line 106, /var/www/docker/app/assets/stylesheets/_modal.scss */
#text-templates-modal #text-templates-table-spinner {
  padding-top: 25%;
  margin-top: 3em;
}
/* line 111, /var/www/docker/app/assets/stylesheets/_modal.scss */
#text-templates-modal div.columns.is-fullheight, #text-templates-modal div.table-container.is-fullheight {
  height: 100%;
}
/* line 115, /var/www/docker/app/assets/stylesheets/_modal.scss */
#text-templates-modal div.preview-loading {
  height: 38.3em;
  padding-top: 50%;
}
/* line 120, /var/www/docker/app/assets/stylesheets/_modal.scss */
#text-templates-modal div.ql-container.ql-snow {
  border-color: white;
  min-height: 47.25em;
}
/* line 125, /var/www/docker/app/assets/stylesheets/_modal.scss */
#text-templates-modal section.modal-card-body {
  overflow: hidden;
}
/* line 129, /var/www/docker/app/assets/stylesheets/_modal.scss */
#text-templates-modal select:disabled {
  background-color: #f0f1f2;
  border: 1px solid #b5b5b5;
}
/* line 134, /var/www/docker/app/assets/stylesheets/_modal.scss */
#text-templates-modal .select2-selection__rendered {
  padding-top: 3px;
}
/* line 138, /var/www/docker/app/assets/stylesheets/_modal.scss */
#text-templates-modal .select2-selection__arrow {
  margin-right: 7px;
}
/* line 142, /var/www/docker/app/assets/stylesheets/_modal.scss */
#text-templates-modal tr.selectable {
  cursor: pointer;
}
/* line 145, /var/www/docker/app/assets/stylesheets/_modal.scss */
#text-templates-modal tr.selectable.selected > td {
  color: #0069FF;
  background-color: #E5ECFF;
}
/* line 151, /var/www/docker/app/assets/stylesheets/_modal.scss */
#text-templates-modal .compact-height-filters {
  max-height: 6rem;
}
/* line 155, /var/www/docker/app/assets/stylesheets/_modal.scss */
#text-templates-modal #prevent-generics-container {
  overflow: auto;
}

/* line 15, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-container h1 {
  font-size: 19px !important;
  font-weight: bold;
  color: black;
}
/* line 21, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-container h2 {
  font-size: 16px !important;
  font-weight: bold;
  color: black;
}
/* line 27, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-container h3 {
  font-size: 16px !important;
  font-weight: bold;
  font-style: italic;
}
/* line 87, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-container .ql-container {
  margin-bottom: 20px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 92, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-container .ql-container.ql-disabled {
  background-color: #f0f1f2;
  border-radius: 4px;
  border-width: 0;
}
/* line 97, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-container .ql-container.ql-disabled *:not(a):not(a *) {
  cursor: not-allowed;
}
/* line 103, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-container + label {
  font-size: 0.8rem;
  transform: translateY(-15%);
}
/* line 108, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-container .ql-editor {
  min-height: 175px;
  resize: vertical;
}
/* line 38, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-container .ql-editor .ql-font-arial {
  font-family: Arial, sans-serif;
}
/* line 38, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-container .ql-editor .ql-font-arialblack {
  font-family: "Arial Black", sans-serif;
}
/* line 38, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-container .ql-editor .ql-font-calibri {
  font-family: "Calibri", sans-serif;
}
/* line 38, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-container .ql-editor .ql-font-cambria {
  font-family: "Cambria", sans-serif;
}
/* line 38, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-container .ql-editor .ql-font-franklingothicbook {
  font-family: "Franklin Gothic Book", sans-serif;
}
/* line 38, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-container .ql-editor .ql-font-garamond {
  font-family: "Garamond", sans-serif;
}
/* line 38, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-container .ql-editor .ql-font-helvetica {
  font-family: "Helvetica", sans-serif;
}
/* line 38, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-container .ql-editor .ql-font-rockwell {
  font-family: "Rockwell", sans-serif;
}
/* line 38, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-container .ql-editor .ql-font-times {
  font-family: "Times New Roman", sans-serif;
}
/* line 38, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-container .ql-editor .ql-font-verdana {
  font-family: Verdana, sans-serif;
}
/* line 68, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-container .ql-editor .ql-bg-orange {
  background-color: #ffbf80 !important;
}
/* line 68, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-container .ql-editor .ql-bg-yellow {
  background-color: #ffff66 !important;
}
/* line 68, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-container .ql-editor .ql-bg-green {
  background-color: #99ff99 !important;
}
/* line 68, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-container .ql-editor .ql-bg-blue {
  background-color: #00ffff !important;
}
/* line 68, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-container .ql-editor .ql-bg-purple {
  background-color: #d580ff !important;
}
/* line 68, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-container .ql-editor .ql-bg-red {
  background-color: #ff1a1a !important;
}
/* line 115, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-container .ql-editor strong {
  font-weight: bold;
}
/* line 119, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-container .ql-editor p {
  white-space: pre-wrap !important;
}

/* line 126, /var/www/docker/app/assets/stylesheets/_quill.scss */
.ql-snow.ql-toolbar.quill-toolbar {
  border-radius: 4px 4px 0 0;
}
/* line 49, /var/www/docker/app/assets/stylesheets/_quill.scss */
.ql-snow.ql-toolbar.quill-toolbar .ql-font.ql-picker span[data-value="arial"]::before, .ql-snow.ql-toolbar.quill-toolbar .ql-font.ql-picker span[data-label="Arial"]::before {
  font-family: Arial, sans-serif;
}
/* line 49, /var/www/docker/app/assets/stylesheets/_quill.scss */
.ql-snow.ql-toolbar.quill-toolbar .ql-font.ql-picker span[data-value="arialblack"]::before, .ql-snow.ql-toolbar.quill-toolbar .ql-font.ql-picker span[data-label="Arial Black"]::before {
  font-family: "Arial Black", sans-serif;
}
/* line 49, /var/www/docker/app/assets/stylesheets/_quill.scss */
.ql-snow.ql-toolbar.quill-toolbar .ql-font.ql-picker span[data-value="calibri"]::before, .ql-snow.ql-toolbar.quill-toolbar .ql-font.ql-picker span[data-label="Calibri"]::before {
  font-family: "Calibri", sans-serif;
}
/* line 49, /var/www/docker/app/assets/stylesheets/_quill.scss */
.ql-snow.ql-toolbar.quill-toolbar .ql-font.ql-picker span[data-value="cambria"]::before, .ql-snow.ql-toolbar.quill-toolbar .ql-font.ql-picker span[data-label="Cambria"]::before {
  font-family: "Cambria", sans-serif;
}
/* line 49, /var/www/docker/app/assets/stylesheets/_quill.scss */
.ql-snow.ql-toolbar.quill-toolbar .ql-font.ql-picker span[data-value="franklingothicbook"]::before, .ql-snow.ql-toolbar.quill-toolbar .ql-font.ql-picker span[data-label="Franklin Gothic Book"]::before {
  font-family: "Franklin Gothic Book", sans-serif;
}
/* line 49, /var/www/docker/app/assets/stylesheets/_quill.scss */
.ql-snow.ql-toolbar.quill-toolbar .ql-font.ql-picker span[data-value="garamond"]::before, .ql-snow.ql-toolbar.quill-toolbar .ql-font.ql-picker span[data-label="Garamond"]::before {
  font-family: "Garamond", sans-serif;
}
/* line 49, /var/www/docker/app/assets/stylesheets/_quill.scss */
.ql-snow.ql-toolbar.quill-toolbar .ql-font.ql-picker span[data-value="helvetica"]::before, .ql-snow.ql-toolbar.quill-toolbar .ql-font.ql-picker span[data-label="Helvetica"]::before {
  font-family: "Helvetica", sans-serif;
}
/* line 49, /var/www/docker/app/assets/stylesheets/_quill.scss */
.ql-snow.ql-toolbar.quill-toolbar .ql-font.ql-picker span[data-value="rockwell"]::before, .ql-snow.ql-toolbar.quill-toolbar .ql-font.ql-picker span[data-label="Rockwell"]::before {
  font-family: "Rockwell", sans-serif;
}
/* line 49, /var/www/docker/app/assets/stylesheets/_quill.scss */
.ql-snow.ql-toolbar.quill-toolbar .ql-font.ql-picker span[data-value="times"]::before, .ql-snow.ql-toolbar.quill-toolbar .ql-font.ql-picker span[data-label="Times New Roman"]::before {
  font-family: "Times New Roman", sans-serif;
}
/* line 49, /var/www/docker/app/assets/stylesheets/_quill.scss */
.ql-snow.ql-toolbar.quill-toolbar .ql-font.ql-picker span[data-value="verdana"]::before, .ql-snow.ql-toolbar.quill-toolbar .ql-font.ql-picker span[data-label="Verdana"]::before {
  font-family: Verdana, sans-serif;
}
/* line 77, /var/www/docker/app/assets/stylesheets/_quill.scss */
.ql-snow.ql-toolbar.quill-toolbar .ql-background.ql-color-picker .ql-picker-item[data-value="orange"] {
  background-color: #ffbf80 !important;
}
/* line 77, /var/www/docker/app/assets/stylesheets/_quill.scss */
.ql-snow.ql-toolbar.quill-toolbar .ql-background.ql-color-picker .ql-picker-item[data-value="yellow"] {
  background-color: #ffff66 !important;
}
/* line 77, /var/www/docker/app/assets/stylesheets/_quill.scss */
.ql-snow.ql-toolbar.quill-toolbar .ql-background.ql-color-picker .ql-picker-item[data-value="green"] {
  background-color: #99ff99 !important;
}
/* line 77, /var/www/docker/app/assets/stylesheets/_quill.scss */
.ql-snow.ql-toolbar.quill-toolbar .ql-background.ql-color-picker .ql-picker-item[data-value="blue"] {
  background-color: #00ffff !important;
}
/* line 77, /var/www/docker/app/assets/stylesheets/_quill.scss */
.ql-snow.ql-toolbar.quill-toolbar .ql-background.ql-color-picker .ql-picker-item[data-value="purple"] {
  background-color: #d580ff !important;
}
/* line 77, /var/www/docker/app/assets/stylesheets/_quill.scss */
.ql-snow.ql-toolbar.quill-toolbar .ql-background.ql-color-picker .ql-picker-item[data-value="red"] {
  background-color: #ff1a1a !important;
}
/* line 132, /var/www/docker/app/assets/stylesheets/_quill.scss */
.ql-snow.ql-toolbar.quill-toolbar .bcaz-toolbar-button {
  background-color: #0069FF;
  color: white;
  width: inherit;
  height: 32px;
  padding: 1em;
  display: flex;
}
/* line 141, /var/www/docker/app/assets/stylesheets/_quill.scss */
.ql-snow.ql-toolbar.quill-toolbar span.ql-size {
  width: 60px;
}
/* line 144, /var/www/docker/app/assets/stylesheets/_quill.scss */
.ql-snow.ql-toolbar.quill-toolbar span.ql-size span.ql-picker-options {
  overflow: auto;
  max-height: 250px;
}
/* line 150, /var/www/docker/app/assets/stylesheets/_quill.scss */
.ql-snow.ql-toolbar.quill-toolbar .ql-font {
  width: 145px;
}
/* line 153, /var/www/docker/app/assets/stylesheets/_quill.scss */
.ql-snow.ql-toolbar.quill-toolbar .ql-font .ql-picker-label {
  white-space: nowrap;
}
/* line 162, /var/www/docker/app/assets/stylesheets/_quill.scss */
.ql-snow.ql-toolbar.quill-toolbar .ql-font .ql-picker-label[disabled] svg,
.ql-snow.ql-toolbar.quill-toolbar .ql-size .ql-picker-label[disabled] svg {
  opacity: 0;
}
/* line 171, /var/www/docker/app/assets/stylesheets/_quill.scss */
.ql-snow.ql-toolbar.quill-toolbar .ql-font .ql-picker-label[disabled],
.ql-snow.ql-toolbar.quill-toolbar .ql-size .ql-picker-label[disabled],
.ql-snow.ql-toolbar.quill-toolbar .ql-background .ql-picker-label[disabled] {
  opacity: 0.4;
  cursor: not-allowed;
}
/* line 175, /var/www/docker/app/assets/stylesheets/_quill.scss */
.ql-snow.ql-toolbar.quill-toolbar .ql-font .ql-picker-label[disabled]:hover,
.ql-snow.ql-toolbar.quill-toolbar .ql-size .ql-picker-label[disabled]:hover,
.ql-snow.ql-toolbar.quill-toolbar .ql-background .ql-picker-label[disabled]:hover {
  color: unset;
}
/* line 179, /var/www/docker/app/assets/stylesheets/_quill.scss */
.ql-snow.ql-toolbar.quill-toolbar .ql-font .ql-picker-label[disabled] + .ql-picker-options,
.ql-snow.ql-toolbar.quill-toolbar .ql-size .ql-picker-label[disabled] + .ql-picker-options,
.ql-snow.ql-toolbar.quill-toolbar .ql-background .ql-picker-label[disabled] + .ql-picker-options {
  display: none;
}
/* line 190, /var/www/docker/app/assets/stylesheets/_quill.scss */
.ql-snow.ql-toolbar.quill-toolbar .ql-font[disabled],
.ql-snow.ql-toolbar.quill-toolbar .ql-bold[disabled],
.ql-snow.ql-toolbar.quill-toolbar .ql-italic[disabled],
.ql-snow.ql-toolbar.quill-toolbar .ql-underline[disabled],
.ql-snow.ql-toolbar.quill-toolbar .ql-background .ql-picker-label[disabled] {
  opacity: 0.4;
  cursor: not-allowed;
}
/* line 195, /var/www/docker/app/assets/stylesheets/_quill.scss */
.ql-snow.ql-toolbar.quill-toolbar .ql-font[disabled]:hover, .ql-snow.ql-toolbar.quill-toolbar .ql-font[disabled]:hover svg,
.ql-snow.ql-toolbar.quill-toolbar .ql-bold[disabled]:hover,
.ql-snow.ql-toolbar.quill-toolbar .ql-bold[disabled]:hover svg,
.ql-snow.ql-toolbar.quill-toolbar .ql-italic[disabled]:hover,
.ql-snow.ql-toolbar.quill-toolbar .ql-italic[disabled]:hover svg,
.ql-snow.ql-toolbar.quill-toolbar .ql-underline[disabled]:hover,
.ql-snow.ql-toolbar.quill-toolbar .ql-underline[disabled]:hover svg,
.ql-snow.ql-toolbar.quill-toolbar .ql-background .ql-picker-label[disabled]:hover,
.ql-snow.ql-toolbar.quill-toolbar .ql-background .ql-picker-label[disabled]:hover svg {
  color: unset;
}

/* line 60, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show .ql-font-arial {
  font-family: "LocalFont Arial";
}
/* line 60, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show .ql-font-arialblack {
  font-family: "LocalFont Arial Black";
}
/* line 60, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show .ql-font-calibri {
  font-family: "LocalFont Calibri";
}
/* line 60, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show .ql-font-cambria {
  font-family: "LocalFont Cambria";
}
/* line 60, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show .ql-font-franklingothicbook {
  font-family: "LocalFont Franklin Gothic Book";
}
/* line 60, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show .ql-font-garamond {
  font-family: "LocalFont Garamond";
}
/* line 60, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show .ql-font-helvetica {
  font-family: "LocalFont Helvetica";
}
/* line 60, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show .ql-font-rockwell {
  font-family: "LocalFont Rockwell";
}
/* line 60, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show .ql-font-times {
  font-family: "LocalFont Times New Roman";
}
/* line 60, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show .ql-font-verdana {
  font-family: "LocalFont Verdana";
}
/* line 68, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show .ql-bg-orange {
  background-color: #ffbf80 !important;
}
/* line 68, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show .ql-bg-yellow {
  background-color: #ffff66 !important;
}
/* line 68, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show .ql-bg-green {
  background-color: #99ff99 !important;
}
/* line 68, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show .ql-bg-blue {
  background-color: #00ffff !important;
}
/* line 68, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show .ql-bg-purple {
  background-color: #d580ff !important;
}
/* line 68, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show .ql-bg-red {
  background-color: #ff1a1a !important;
}
/* line 15, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show h1 {
  font-size: 19px !important;
  font-weight: bold;
  color: black;
}
/* line 21, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show h2 {
  font-size: 16px !important;
  font-weight: bold;
  color: black;
}
/* line 27, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show h3 {
  font-size: 16px !important;
  font-weight: bold;
  font-style: italic;
}
/* line 208, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show strong {
  font-weight: bold;
}
/* line 213, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show p,
.bcaz-quill-show ol,
.bcaz-quill-show ul,
.bcaz-quill-show pre,
.bcaz-quill-show blockquote,
.bcaz-quill-show h1,
.bcaz-quill-show h2,
.bcaz-quill-show h3,
.bcaz-quill-show h4,
.bcaz-quill-show h5,
.bcaz-quill-show h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
/* line 228, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show ol,
.bcaz-quill-show ul {
  padding-left: 1.5em;
}
/* line 232, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show ol > li,
.bcaz-quill-show ul > li {
  list-style-type: none;
}
/* line 236, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show ul > li::before {
  content: '\2022';
}
/* line 239, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show ul[data-checked=true],
.bcaz-quill-show ul[data-checked=false] {
  pointer-events: none;
}
/* line 243, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show ul[data-checked=true] > li *,
.bcaz-quill-show ul[data-checked=false] > li * {
  pointer-events: all;
}
/* line 247, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show ul[data-checked=true] > li::before,
.bcaz-quill-show ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
/* line 253, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show ul[data-checked=true] > li::before {
  content: '\2611';
}
/* line 256, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show ul[data-checked=false] > li::before {
  content: '\2610';
}
/* line 259, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
/* line 264, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
/* line 269, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
/* line 273, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show ol li:not(.ql-direction-rtl),
.bcaz-quill-show ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
/* line 277, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show ol li.ql-direction-rtl,
.bcaz-quill-show ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
/* line 281, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
/* line 285, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show ol li:before {
  content: counter(list-0,decimal) ". ";
}
/* line 288, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show ol li.ql-indent-1 {
  counter-increment: list-1;
}
/* line 291, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show ol li.ql-indent-1:before {
  content: counter(list-1,lower-alpha) ". ";
}
/* line 294, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
/* line 297, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show ol li.ql-indent-2 {
  counter-increment: list-2;
}
/* line 300, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show ol li.ql-indent-2:before {
  content: counter(list-2,lower-roman) ". ";
}
/* line 303, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
/* line 306, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show ol li.ql-indent-3 {
  counter-increment: list-3;
}
/* line 309, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show ol li.ql-indent-3:before {
  content: counter(list-3,decimal) ". ";
}
/* line 312, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
/* line 315, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show ol li.ql-indent-4 {
  counter-increment: list-4;
}
/* line 318, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show ol li.ql-indent-4:before {
  content: counter(list-4,lower-alpha) ". ";
}
/* line 321, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
/* line 324, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show ol li.ql-indent-5 {
  counter-increment: list-5;
}
/* line 327, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show ol li.ql-indent-5:before {
  content: counter(list-5,lower-roman) ". ";
}
/* line 330, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
/* line 333, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show ol li.ql-indent-6 {
  counter-increment: list-6;
}
/* line 336, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show ol li.ql-indent-6:before {
  content: counter(list-6,decimal) ". ";
}
/* line 339, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
/* line 342, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show ol li.ql-indent-7 {
  counter-increment: list-7;
}
/* line 345, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show ol li.ql-indent-7:before {
  content: counter(list-7,lower-alpha) ". ";
}
/* line 348, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
/* line 351, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show ol li.ql-indent-8 {
  counter-increment: list-8;
}
/* line 354, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show ol li.ql-indent-8:before {
  content: counter(list-8,lower-roman) ". ";
}
/* line 357, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show ol li.ql-indent-8 {
  counter-reset: list-9;
}
/* line 360, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show ol li.ql-indent-9 {
  counter-increment: list-9;
}
/* line 363, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show ol li.ql-indent-9:before {
  content: counter(list-9,decimal) ". ";
}
/* line 366, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
/* line 369, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
/* line 372, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
/* line 375, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
/* line 378, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
/* line 381, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
/* line 384, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
/* line 387, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
/* line 390, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
/* line 393, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
/* line 396, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
/* line 399, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
/* line 402, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
/* line 405, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
/* line 408, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
/* line 411, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
/* line 414, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
/* line 417, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
/* line 420, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
/* line 423, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
/* line 426, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
/* line 429, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
/* line 432, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
/* line 435, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
/* line 438, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
/* line 441, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
/* line 444, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
/* line 447, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
/* line 450, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
/* line 453, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
/* line 456, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
/* line 459, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
/* line 462, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
/* line 465, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
/* line 468, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
/* line 471, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
/* line 474, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show .ql-size-small {
  font-size: 0.75em;
}
/* line 477, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show .ql-size-large {
  font-size: 1.5em;
}
/* line 480, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show .ql-size-huge {
  font-size: 2.5em;
}
/* line 483, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
/* line 487, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show .ql-align-center {
  text-align: center;
}
/* line 490, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show .ql-align-justify {
  text-align: justify;
}
/* line 493, /var/www/docker/app/assets/stylesheets/_quill.scss */
.bcaz-quill-show .ql-align-right {
  text-align: right;
}

/* line 500, /var/www/docker/app/assets/stylesheets/_quill.scss */
#operation_group_report_form .bcaz-quill-container .ql-editor {
  height: 600px;
}

/* line 4, /var/www/docker/app/assets/stylesheets/_operations.scss */
.operations-container {
  height: calc(100% - 280px);
  overflow-y: auto;
  padding-bottom: 1rem;
}
/* line 9, /var/www/docker/app/assets/stylesheets/_operations.scss */
.operations-container.is-long {
  height: calc(100% - 190px);
}

/* line 14, /var/www/docker/app/assets/stylesheets/_operations.scss */
.index-container {
  width: 75px;
}

/* line 18, /var/www/docker/app/assets/stylesheets/_operations.scss */
.sort-handle {
  cursor: ns-resize;
}

/* line 22, /var/www/docker/app/assets/stylesheets/_operations.scss */
.operation-meta-container {
  max-height: 0;
  transition: max-height 0.35s ease-out;
  overflow: hidden;
}
/* line 27, /var/www/docker/app/assets/stylesheets/_operations.scss */
.operation-meta-container.is-open {
  max-height: 400px;
  transition: max-height 0.35s ease-in;
}

/* line 33, /var/www/docker/app/assets/stylesheets/_operations.scss */
.new-operation-link.button:hover {
  background-color: #E5ECFF;
}

/* line 2, /var/www/docker/app/assets/stylesheets/_selectize.scss */
div.selectize-control.selectize.bcaz-selectize div.selectize-input {
  box-shadow: none;
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 9px 11px;
}
/* line 9, /var/www/docker/app/assets/stylesheets/_selectize.scss */
div.selectize-control.selectize.bcaz-selectize div.selectize-input.has-items {
  padding: 5px;
}
/* line 13, /var/www/docker/app/assets/stylesheets/_selectize.scss */
div.selectize-control.selectize.bcaz-selectize div.selectize-input.focus.input-active.dropdown-active {
  box-shadow: none;
}
/* line 17, /var/www/docker/app/assets/stylesheets/_selectize.scss */
div.selectize-control.selectize.bcaz-selectize div.selectize-input div.item {
  color: #0069FF;
  background-color: #E5ECFF;
  background-image: none;
  border-color: #0069FF;
  box-shadow: none;
  text-shadow: none;
}
/* line 25, /var/www/docker/app/assets/stylesheets/_selectize.scss */
div.selectize-control.selectize.bcaz-selectize div.selectize-input div.item a.remove {
  border-left: none;
  font-size: 16px;
}

/* line 34, /var/www/docker/app/assets/stylesheets/_selectize.scss */
div.selectize-dropdown-content div.option {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
/* line 40, /var/www/docker/app/assets/stylesheets/_selectize.scss */
div.selectize-dropdown-content div.option.active {
  color: white;
  background-color: #0069FF;
}
/* line 46, /var/www/docker/app/assets/stylesheets/_selectize.scss */
div.selectize-dropdown-content div.create {
  background-color: #E5ECFF;
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

/* line 56, /var/www/docker/app/assets/stylesheets/_selectize.scss */
div.bcaz-selective .selectize-control.multi .selectize-input [data-value] {
  color: #0069FF;
  background-color: #E5ECFF;
  background-image: none;
  border-color: #0069FF;
}

/* line 2, /var/www/docker/app/assets/stylesheets/_graphviz.scss */
.preview-org-chart.graphviz {
  height: calc(100vh - 195px);
  margin-bottom: 0;
}
/* line 6, /var/www/docker/app/assets/stylesheets/_graphviz.scss */
.preview-org-chart.graphviz svg {
  height: 100%;
  width: 100%;
}
/* line 12, /var/www/docker/app/assets/stylesheets/_graphviz.scss */
.preview-org-chart .preview-org-chart-message {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

/* line 1, /var/www/docker/app/assets/stylesheets/_policies.scss */
.policy-nested-lists {
  margin-top: 0rem;
  margin-bottom: 0rem;
  margin-left: 1rem;
  margin-right: 0rem;
}
/* line 7, /var/www/docker/app/assets/stylesheets/_policies.scss */
.policy-nested-lists li {
  display: block;
}
/* line 11, /var/www/docker/app/assets/stylesheets/_policies.scss */
.policy-nested-lists p {
  margin-bottom: 0;
}
/* line 15, /var/www/docker/app/assets/stylesheets/_policies.scss */
.policy-nested-lists ol {
  counter-reset: policy-item;
}
/* line 19, /var/www/docker/app/assets/stylesheets/_policies.scss */
.policy-nested-lists li::before {
  counter-increment: policy-item;
  content: counters(policy-item,".") " ";
  margin-left: -3rem;
  position: relative;
  top: 1.5rem;
}

/* line 29, /var/www/docker/app/assets/stylesheets/_policies.scss */
.policy-nested-lists > ol > li::before {
  font-size: 1.5rem;
  font-weight: bold;
  top: 1.92rem;
}

/* line 1, /var/www/docker/app/assets/stylesheets/_svg.scss */
svg .org-chart-logo-fill {
  fill: #535957;
  stroke: #535957;
}

/* line 6, /var/www/docker/app/assets/stylesheets/_svg.scss */
svg .org-chart-logo-path {
  stroke-width: 6px;
  fill: none;
  stroke: #535957;
}

/* line 1, /var/www/docker/app/assets/stylesheets/_loadable.scss */
div.is-loading {
  min-height: 100px;
  position: relative;
  pointer-events: none;
  opacity: 0.5;
}
/* line 6, /var/www/docker/app/assets/stylesheets/_loadable.scss */
div.is-loading:after {
  animation: spinAround 500ms infinite linear;
  border: 2px solid #E1E3E6;
  border-radius: 9999px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
  position: absolute;
  top: calc(50% - 2.5em);
  left: calc(50% - 2.5em);
  width: 5em;
  height: 5em;
  border-width: 0.25em;
}

/* line 4, /var/www/docker/app/assets/stylesheets/_corporate-org-chart.scss */
.org-chart-meta-container {
  max-height: 0;
  transition: max-height 0.35s ease-out;
  overflow: hidden;
}
/* line 9, /var/www/docker/app/assets/stylesheets/_corporate-org-chart.scss */
.org-chart-meta-container.is-open {
  max-height: 400px;
  transition: max-height 0.35s ease-in;
}

/* line 15, /var/www/docker/app/assets/stylesheets/_corporate-org-chart.scss */
.coporate-org-chart-show-container {
  margin-bottom: 1.5rem;
}
/* line 18, /var/www/docker/app/assets/stylesheets/_corporate-org-chart.scss */
.coporate-org-chart-show-container .preview-controls {
  display: flex;
  gap: 0.5rem;
  justify-content: end;
  margin-bottom: 1.5rem;
}
/* line 25, /var/www/docker/app/assets/stylesheets/_corporate-org-chart.scss */
.coporate-org-chart-show-container .preview-org-chart {
  min-height: 50rem;
  height: calc(100vh - 210px);
}
/* line 30, /var/www/docker/app/assets/stylesheets/_corporate-org-chart.scss */
.coporate-org-chart-show-container .preview-org-chart .preview-svg {
  height: 100%;
}

/* line 3, /var/www/docker/app/assets/stylesheets/tcazs/_common.scss */
div.tcazs-container table th.small {
  min-width: 100px;
}
/* line 7, /var/www/docker/app/assets/stylesheets/tcazs/_common.scss */
div.tcazs-container table th.medium {
  min-width: 125px;
}
/* line 11, /var/www/docker/app/assets/stylesheets/tcazs/_common.scss */
div.tcazs-container table th.large {
  min-width: 150px;
}
/* line 15, /var/www/docker/app/assets/stylesheets/tcazs/_common.scss */
div.tcazs-container table th.x-large {
  min-width: 175px;
}

/* line 3, /var/www/docker/app/assets/stylesheets/tcazs/_vertical-amalgamation.scss */
div.tcazs-container table.tcaz-vertical-amalgamation-shares td.category-width {
  width: 100px;
}
/* line 7, /var/www/docker/app/assets/stylesheets/tcazs/_vertical-amalgamation.scss */
div.tcazs-container table.tcaz-vertical-amalgamation-shares td.society-name-width {
  min-width: 140px;
  max-width: 450px;
}

/* line 1, /var/www/docker/app/assets/stylesheets/views/operation_groups/show/_v2_reports_side_panel.scss */
.v2-reports-side-panel {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
/* line 6, /var/www/docker/app/assets/stylesheets/views/operation_groups/show/_v2_reports_side_panel.scss */
.v2-reports-side-panel .v2-reports {
  flex-grow: 1;
  overflow-y: auto;
  margin: 1rem -1.5rem;
  padding: 0 2.5rem 4rem;
}
/* line 12, /var/www/docker/app/assets/stylesheets/views/operation_groups/show/_v2_reports_side_panel.scss */
.v2-reports-side-panel .v2-reports .v2-report {
  display: flex;
  gap: 1rem;
  padding: 1rem 0;
  align-items: center;
  justify-content: space-between;
}
/* line 19, /var/www/docker/app/assets/stylesheets/views/operation_groups/show/_v2_reports_side_panel.scss */
.v2-reports-side-panel .v2-reports .v2-report.pinned .hide-when-pinned {
  display: none;
}
/* line 23, /var/www/docker/app/assets/stylesheets/views/operation_groups/show/_v2_reports_side_panel.scss */
.v2-reports-side-panel .v2-reports .v2-report:not(.pinned) .show-when-pinned {
  display: none;
}
/* line 27, /var/www/docker/app/assets/stylesheets/views/operation_groups/show/_v2_reports_side_panel.scss */
.v2-reports-side-panel .v2-reports .v2-report .left-side {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  flex: 1 1;
}
/* line 34, /var/www/docker/app/assets/stylesheets/views/operation_groups/show/_v2_reports_side_panel.scss */
.v2-reports-side-panel .v2-reports .v2-report:not(:last-child) {
  border-bottom: 1px solid #E1E3E6;
}
/* line 38, /var/www/docker/app/assets/stylesheets/views/operation_groups/show/_v2_reports_side_panel.scss */
.v2-reports-side-panel .v2-reports .v2-report .v2-report-title {
  font-weight: 500;
}
/* line 41, /var/www/docker/app/assets/stylesheets/views/operation_groups/show/_v2_reports_side_panel.scss */
.v2-reports-side-panel .v2-reports .v2-report .v2-report-title.untitled {
  font-style: italic;
  font-weight: unset;
  opacity: 0.7;
}
/* line 48, /var/www/docker/app/assets/stylesheets/views/operation_groups/show/_v2_reports_side_panel.scss */
.v2-reports-side-panel .v2-reports .v2-report .last-updated {
  font-size: 0.75rem;
  color: #7a7a7a;
}

/* line 1, /var/www/docker/app/assets/stylesheets/views/v2_reports/index.scss */
#v2_report {
  display: flex;
  flex-direction: column;
}
/* line 1, /var/www/docker/app/assets/stylesheets/views/v2_reports/common/_top_sections.scss */
#v2_report .top-sections {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
/* line 1, /var/www/docker/app/assets/stylesheets/views/v2_reports/common/_section.scss */
#v2_report .top-sections .section {
  padding: 0;
  margin: 0;
}
/* line 5, /var/www/docker/app/assets/stylesheets/views/v2_reports/common/_section.scss */
#v2_report .top-sections .section > .box {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  min-width: 0;
  height: 4.25rem;
}
/* line 12, /var/www/docker/app/assets/stylesheets/views/v2_reports/common/_section.scss */
#v2_report .top-sections .section > .box .left-handside {
  width: 2rem;
  min-width: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0;
}
/* line 7, /var/www/docker/app/assets/stylesheets/views/v2_reports/index.scss */
#v2_report.is-loading {
  opacity: 0.6 !important;
  cursor: progress;
  filter: grayscale(100%);
}
/* line 1, /var/www/docker/app/assets/stylesheets/views/v2_reports/common/_section.scss */
#v2_report #v2_report_blocks .v2-report-block {
  padding: 0;
  margin: 0;
}
/* line 5, /var/www/docker/app/assets/stylesheets/views/v2_reports/common/_section.scss */
#v2_report #v2_report_blocks .v2-report-block > .box {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  min-width: 0;
  height: 4.25rem;
}
/* line 12, /var/www/docker/app/assets/stylesheets/views/v2_reports/common/_section.scss */
#v2_report #v2_report_blocks .v2-report-block > .box .left-handside {
  width: 2rem;
  min-width: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0;
}
/* line 4, /var/www/docker/app/assets/stylesheets/views/v2_reports/common/_block.scss */
#v2_report #v2_report_blocks .v2-report-block > .box {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  min-width: 0;
  height: 4.25rem;
}
/* line 13, /var/www/docker/app/assets/stylesheets/views/v2_reports/common/_block.scss */
#v2_report #v2_report_blocks .v2-report-block > .box .left-handside .sort-handle[disabled] {
  opacity: 0.2;
  cursor: not-allowed;
}
/* line 20, /var/www/docker/app/assets/stylesheets/views/v2_reports/common/_block.scss */
#v2_report #v2_report_blocks .v2-report-block > .box .box-body {
  flex: 1 1;
  min-width: 0;
}
/* line 24, /var/www/docker/app/assets/stylesheets/views/v2_reports/common/_block.scss */
#v2_report #v2_report_blocks .v2-report-block > .box .box-body .sub-label {
  font-size: 0.875rem;
  color: #7a7a7a;
}
/* line 30, /var/www/docker/app/assets/stylesheets/views/v2_reports/common/_block.scss */
#v2_report #v2_report_blocks .v2-report-block > .box .actions-dropdown {
  margin-left: auto;
  flex: 0 0;
}
/* line 16, /var/www/docker/app/assets/stylesheets/views/v2_reports/index.scss */
#v2_report #v2_report_blocks .last-operation-block-separator {
  width: 100%;
  border-top: 2px solid #7a7a7a;
  margin: 0 0 0.5rem 0;
  padding: 0;
}
/* line 23, /var/www/docker/app/assets/stylesheets/views/v2_reports/index.scss */
#v2_report #v2_report_blocks .last-operation-block-separator span {
  background: #7a7a7a;
  width: fit-content;
  padding: 0.25rem 0.5rem;
  color: white;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  font-size: 0.65rem;
}
/* line 1, /var/www/docker/app/assets/stylesheets/views/v2_reports/edit/_insert_block_seperator.scss */
#v2_report .insert-block-separator {
  width: 100%;
  height: 1.25rem;
  position: relative;
  margin: 0.25rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
/* line 12, /var/www/docker/app/assets/stylesheets/views/v2_reports/edit/_insert_block_seperator.scss */
#v2_report .insert-block-separator.invisible, #v2_report .insert-block-separator[disabled] {
  visibility: hidden;
}
/* line 18, /var/www/docker/app/assets/stylesheets/views/v2_reports/edit/_insert_block_seperator.scss */
#v2_report .insert-block-separator:not([disabled]):hover, #v2_report .insert-block-separator:not([disabled]):focus {
  transition-delay: 0ms;
}
/* line 22, /var/www/docker/app/assets/stylesheets/views/v2_reports/edit/_insert_block_seperator.scss */
#v2_report .insert-block-separator:not([disabled]):hover .separator, #v2_report .insert-block-separator:not([disabled]):focus .separator {
  border-color: #0069FF;
}
/* line 26, /var/www/docker/app/assets/stylesheets/views/v2_reports/edit/_insert_block_seperator.scss */
#v2_report .insert-block-separator:not([disabled]):hover .add-fab, #v2_report .insert-block-separator:not([disabled]):focus .add-fab {
  transform: scale(1);
}
/* line 32, /var/www/docker/app/assets/stylesheets/views/v2_reports/edit/_insert_block_seperator.scss */
#v2_report .insert-block-separator .separator {
  height: 0;
  width: 100%;
  position: absolute;
  transition-delay: inherit;
  border: 1px solid #E1E3E6;
}
/* line 40, /var/www/docker/app/assets/stylesheets/views/v2_reports/edit/_insert_block_seperator.scss */
#v2_report .insert-block-separator .add-fab {
  display: flex;
  color: white;
  background-color: #0069FF;
  justify-content: center;
  align-items: center;
  padding: 0.125rem;
  border-radius: 99999px;
  font-size: 1rem;
  font-weight: bold;
  position: relative;
  z-index: 10;
  transition: 80ms;
  transition-delay: inherit;
  transform: scale(0);
}

/* line 40, /var/www/docker/app/assets/stylesheets/views/v2_reports/index.scss */
#v2_report.edit-block .top-sections {
  margin-bottom: 1.5rem;
}
/* line 44, /var/www/docker/app/assets/stylesheets/views/v2_reports/index.scss */
#v2_report.edit-block #v2_report_blocks {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
/* line 53, /var/www/docker/app/assets/stylesheets/views/v2_reports/index.scss */
#v2_report.edit-block .top-sections .section:not(form) a,
#v2_report.edit-block #v2_report_blocks .v2-report-block:not(form) a {
  display: block;
  pointer-events: none;
}
/* line 1, /var/www/docker/app/assets/stylesheets/views/v2_reports/blocks/_form.scss */
#v2_report.edit-block form {
  padding-top: 1.5rem;
  transform: translateY(-1.5rem);
  margin-bottom: -1.5rem;
}
/* line 6, /var/www/docker/app/assets/stylesheets/views/v2_reports/blocks/_form.scss */
#v2_report.edit-block form > .box {
  flex-direction: column;
  align-items: initial;
  margin-bottom: 0;
  height: unset;
  border: 2px solid #7a7a7a;
}
/* line 14, /var/www/docker/app/assets/stylesheets/views/v2_reports/blocks/_form.scss */
#v2_report.edit-block form > .box .title-container {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-width: 0;
}
/* line 20, /var/www/docker/app/assets/stylesheets/views/v2_reports/blocks/_form.scss */
#v2_report.edit-block form > .box .title-container .title {
  flex: 1 1 0;
  min-width: 0;
}
/* line 26, /var/www/docker/app/assets/stylesheets/views/v2_reports/blocks/_form.scss */
#v2_report.edit-block form > .box .form-footer {
  display: flex;
  align-items: flex-start;
}
/* line 30, /var/www/docker/app/assets/stylesheets/views/v2_reports/blocks/_form.scss */
#v2_report.edit-block form > .box .form-footer .left-align {
  flex: 1 1 0;
  min-width: 0;
}
/* line 35, /var/www/docker/app/assets/stylesheets/views/v2_reports/blocks/_form.scss */
#v2_report.edit-block form > .box .form-footer .right-align {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.5rem;
  flex: 0 0 0;
  min-width: fit-content;
}
/* line 64, /var/www/docker/app/assets/stylesheets/views/v2_reports/index.scss */
#v2_report.edit-block .section {
  padding: 0;
}
/* line 68, /var/www/docker/app/assets/stylesheets/views/v2_reports/index.scss */
#v2_report.edit-block .section:not(form) {
  filter: grayscale(100%);
  opacity: 0.6;
}

/* line 4, /var/www/docker/app/assets/stylesheets/views/v2_reports/edit/_new_block_modal.scss */
#new_v2_report_block_modal .modal-content {
  width: 36rem;
  overflow-x: hidden;
}
/* line 9, /var/www/docker/app/assets/stylesheets/views/v2_reports/edit/_new_block_modal.scss */
#new_v2_report_block_modal .title {
  margin-bottom: 2rem;
}
/* line 13, /var/www/docker/app/assets/stylesheets/views/v2_reports/edit/_new_block_modal.scss */
#new_v2_report_block_modal .block-types {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 5rem;
  margin-bottom: 2rem;
}
/* line 20, /var/www/docker/app/assets/stylesheets/views/v2_reports/edit/_new_block_modal.scss */
#new_v2_report_block_modal .block-types .block-type-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* line 26, /var/www/docker/app/assets/stylesheets/views/v2_reports/edit/_new_block_modal.scss */
#new_v2_report_block_modal .block-types .block-type {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  background-color: white;
  border: none;
  width: 9rem;
}
/* line 37, /var/www/docker/app/assets/stylesheets/views/v2_reports/edit/_new_block_modal.scss */
#new_v2_report_block_modal .block-types .block-type:hover .block-type-icon {
  background-color: #E5ECFF;
}
/* line 41, /var/www/docker/app/assets/stylesheets/views/v2_reports/edit/_new_block_modal.scss */
#new_v2_report_block_modal .block-types .block-type:hover .block-type-label {
  color: #363636;
}
/* line 46, /var/www/docker/app/assets/stylesheets/views/v2_reports/edit/_new_block_modal.scss */
#new_v2_report_block_modal .block-types .block-type .block-type-icon {
  width: 9rem;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #E1E3E6;
  transition: background-color 80ms;
}
/* line 55, /var/www/docker/app/assets/stylesheets/views/v2_reports/edit/_new_block_modal.scss */
#new_v2_report_block_modal .block-types .block-type .block-type-icon .icon {
  width: 4rem;
  height: 4rem;
}
/* line 59, /var/www/docker/app/assets/stylesheets/views/v2_reports/edit/_new_block_modal.scss */
#new_v2_report_block_modal .block-types .block-type .block-type-icon .icon i.material-icons {
  font-size: 4rem;
  color: #535957;
}
/* line 64, /var/www/docker/app/assets/stylesheets/views/v2_reports/edit/_new_block_modal.scss */
#new_v2_report_block_modal .block-types .block-type .block-type-icon .icon svg {
  fill: #0069FF;
  transform: scale(0.85);
}
/* line 71, /var/www/docker/app/assets/stylesheets/views/v2_reports/edit/_new_block_modal.scss */
#new_v2_report_block_modal .block-types .block-type .block-type-label {
  text-align: center;
  color: #b5b5b5;
}

/* line 2, /var/www/docker/app/assets/stylesheets/views/v2_reports/edit/_risk_of_alterations_prompt.scss */
#v2_report_risk_of_alterations_prompt.message .message-body {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: flex-start;
}
/* line 8, /var/www/docker/app/assets/stylesheets/views/v2_reports/edit/_risk_of_alterations_prompt.scss */
#v2_report_risk_of_alterations_prompt.message .message-body .icon {
  flex: 0 0;
}
/* line 12, /var/www/docker/app/assets/stylesheets/views/v2_reports/edit/_risk_of_alterations_prompt.scss */
#v2_report_risk_of_alterations_prompt.message .message-body .message-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex-grow: 1;
}
/* line 18, /var/www/docker/app/assets/stylesheets/views/v2_reports/edit/_risk_of_alterations_prompt.scss */
#v2_report_risk_of_alterations_prompt.message .message-body .message-content .button {
  align-self: flex-end;
}

/* line 1, /var/www/docker/app/assets/stylesheets/views/v2_reports/org_chart_blocks/org_chart_preview.scss */
#v2_report_org_chart_block_preview {
  height: 100%;
  width: 100%;
  max-height: 100%;
  min-width: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  overflow: scroll;
  padding: 0.75rem;
  gap: 0.25rem;
}
/* line 13, /var/www/docker/app/assets/stylesheets/views/v2_reports/org_chart_blocks/org_chart_preview.scss */
#v2_report_org_chart_block_preview header {
  margin-bottom: 0.5rem;
}
/* line 17, /var/www/docker/app/assets/stylesheets/views/v2_reports/org_chart_blocks/org_chart_preview.scss */
#v2_report_org_chart_block_preview .preview-org-chart {
  height: 0;
  flex: 1 1 0;
  margin-bottom: 1rem;
}
/* line 23, /var/www/docker/app/assets/stylesheets/views/v2_reports/org_chart_blocks/org_chart_preview.scss */
#v2_report_org_chart_block_preview .preview-controls {
  align-items: center;
  margin-bottom: 0;
}

/* line 29, /var/www/docker/app/assets/stylesheets/views/v2_reports/org_chart_blocks/org_chart_preview.scss */
#org_chart_block_header .foldable-container {
  max-height: 0;
  transition: max-height 0.35s ease-out;
  overflow: hidden;
}
/* line 34, /var/www/docker/app/assets/stylesheets/views/v2_reports/org_chart_blocks/org_chart_preview.scss */
#org_chart_block_header .foldable-container.is-open {
  max-height: 400px;
  transition: max-height 0.35s ease-in;
}

/* line 1, /var/www/docker/app/assets/stylesheets/views/firms/edit/index.scss */
html.ctrl-firms.action-show .box.tab-content, html.ctrl-firms.action-edit .box.tab-content {
  margin-bottom: 3rem;
}
/* line 1, /var/www/docker/app/assets/stylesheets/views/firms/edit/v2_report_settings/v2_report_style.scss */
html.ctrl-firms.action-show #v2_reports_settings #v2_report_style, html.ctrl-firms.action-edit #v2_reports_settings #v2_report_style {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
/* line 1, /var/www/docker/app/assets/stylesheets/views/firms/edit/v2_report_settings/cover_page.scss */
html.ctrl-firms.action-show #v2_reports_settings #cover_page, html.ctrl-firms.action-edit #v2_reports_settings #cover_page {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
/* line 6, /var/www/docker/app/assets/stylesheets/views/firms/edit/v2_report_settings/cover_page.scss */
html.ctrl-firms.action-show #v2_reports_settings #cover_page .title, html.ctrl-firms.action-edit #v2_reports_settings #cover_page .title {
  margin-bottom: 0;
}
/* line 10, /var/www/docker/app/assets/stylesheets/views/firms/edit/v2_report_settings/cover_page.scss */
html.ctrl-firms.action-show #v2_reports_settings #cover_page .logo, html.ctrl-firms.action-edit #v2_reports_settings #cover_page .logo {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
/* line 16, /var/www/docker/app/assets/stylesheets/views/firms/edit/v2_report_settings/cover_page.scss */
html.ctrl-firms.action-show #v2_reports_settings #cover_page .addresses-container, html.ctrl-firms.action-edit #v2_reports_settings #cover_page .addresses-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
/* line 21, /var/www/docker/app/assets/stylesheets/views/firms/edit/v2_report_settings/cover_page.scss */
html.ctrl-firms.action-show #v2_reports_settings #cover_page .addresses-container .title-container, html.ctrl-firms.action-edit #v2_reports_settings #cover_page .addresses-container .title-container {
  display: flex;
  align-items: center;
  gap: 1rem;
}
/* line 26, /var/www/docker/app/assets/stylesheets/views/firms/edit/v2_report_settings/cover_page.scss */
html.ctrl-firms.action-show #v2_reports_settings #cover_page .addresses-container .title-container .button.is-rounded, html.ctrl-firms.action-edit #v2_reports_settings #cover_page .addresses-container .title-container .button.is-rounded {
  padding-left: 1em;
  padding-right: 1em;
}
/* line 32, /var/www/docker/app/assets/stylesheets/views/firms/edit/v2_report_settings/cover_page.scss */
html.ctrl-firms.action-show #v2_reports_settings #cover_page .addresses-container #addresses, html.ctrl-firms.action-edit #v2_reports_settings #cover_page .addresses-container #addresses {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
/* line 37, /var/www/docker/app/assets/stylesheets/views/firms/edit/v2_report_settings/cover_page.scss */
html.ctrl-firms.action-show #v2_reports_settings #cover_page .addresses-container #addresses .address, html.ctrl-firms.action-edit #v2_reports_settings #cover_page .addresses-container #addresses .address {
  position: relative;
  padding: 0;
}
/* line 41, /var/www/docker/app/assets/stylesheets/views/firms/edit/v2_report_settings/cover_page.scss */
html.ctrl-firms.action-show #v2_reports_settings #cover_page .addresses-container #addresses .address .remove-address-trigger, html.ctrl-firms.action-edit #v2_reports_settings #cover_page .addresses-container #addresses .address .remove-address-trigger {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}
/* line 47, /var/www/docker/app/assets/stylesheets/views/firms/edit/v2_report_settings/cover_page.scss */
html.ctrl-firms.action-show #v2_reports_settings #cover_page .addresses-container #addresses .address textarea, html.ctrl-firms.action-edit #v2_reports_settings #cover_page .addresses-container #addresses .address textarea {
  padding-right: 3.5rem;
}

/* line 78, /var/www/docker/app/assets/stylesheets/main.scss */
.box {
  padding-bottom: 1rem;
  padding-top: 1rem;
}
/* line 79, /var/www/docker/app/assets/stylesheets/main.scss */
.box:not(.has-shadow) {
  box-shadow: none;
}
@charset "UTF-8";
/*
 * 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 any plugin's vendor/assets/stylesheets directory 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 other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *












 */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(/../fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0);
  src: url(/../fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0#iefix) format("embedded-opentype"), url(/../fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(/../fonts/font-awesome/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(/../fonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(/../fonts/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 4, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_core.scss */
.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 5, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_larger.scss */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 10, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_larger.scss */
.fa-2x {
  font-size: 2em;
}

/* line 11, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_larger.scss */
.fa-3x {
  font-size: 3em;
}

/* line 12, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_larger.scss */
.fa-4x {
  font-size: 4em;
}

/* line 13, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_larger.scss */
.fa-5x {
  font-size: 5em;
}

/* line 3, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_fixed-width.scss */
.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

/* line 4, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_list.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
/* line 8, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_list.scss */
.fa-ul > li {
  position: relative;
}

/* line 10, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_list.scss */
.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
/* line 16, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_list.scss */
.fa-li.fa-lg {
  left: -1.8571428571em;
}

/* line 4, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

/* line 10, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa-pull-left {
  float: left;
}

/* line 11, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa-pull-right {
  float: right;
}

/* line 14, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa.fa-pull-left {
  margin-right: .3em;
}
/* line 15, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
/* line 19, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.pull-right {
  float: right;
}

/* line 20, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.pull-left {
  float: left;
}

/* line 23, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa.pull-left {
  margin-right: .3em;
}
/* line 24, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa.pull-right {
  margin-left: .3em;
}

/* line 4, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_animated.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 9, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_animated.scss */
.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 4, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 5, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 6, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.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 9, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.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 14, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_rotated-flipped.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

/* line 4, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 12, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 18, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 19, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 20, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_stacked.scss */
.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 4, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass:before {
  content: "";
}

/* line 5, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-music:before {
  content: "";
}

/* line 6, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-search:before {
  content: "";
}

/* line 7, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-o:before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart:before {
  content: "";
}

/* line 9, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-star:before {
  content: "";
}

/* line 10, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-o:before {
  content: "";
}

/* line 11, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user:before {
  content: "";
}

/* line 12, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-film:before {
  content: "";
}

/* line 13, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-th-large:before {
  content: "";
}

/* line 14, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-th:before {
  content: "";
}

/* line 15, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-th-list:before {
  content: "";
}

/* line 16, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-check:before {
  content: "";
}

/* line 17, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

/* line 20, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-plus:before {
  content: "";
}

/* line 21, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-minus:before {
  content: "";
}

/* line 22, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-power-off:before {
  content: "";
}

/* line 23, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-signal:before {
  content: "";
}

/* line 24, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gear:before,
.fa-cog:before {
  content: "";
}

/* line 26, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-o:before {
  content: "";
}

/* line 27, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-home:before {
  content: "";
}

/* line 28, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-o:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-clock-o:before {
  content: "";
}

/* line 30, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-road:before {
  content: "";
}

/* line 31, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-download:before {
  content: "";
}

/* line 32, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-o-down:before {
  content: "";
}

/* line 33, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-o-up:before {
  content: "";
}

/* line 34, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-inbox:before {
  content: "";
}

/* line 35, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-play-circle-o:before {
  content: "";
}

/* line 36, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

/* line 38, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-refresh:before {
  content: "";
}

/* line 39, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-alt:before {
  content: "";
}

/* line 40, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-lock:before {
  content: "";
}

/* line 41, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-flag:before {
  content: "";
}

/* line 42, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-headphones:before {
  content: "";
}

/* line 43, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-off:before {
  content: "";
}

/* line 44, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-down:before {
  content: "";
}

/* line 45, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-up:before {
  content: "";
}

/* line 46, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-qrcode:before {
  content: "";
}

/* line 47, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-barcode:before {
  content: "";
}

/* line 48, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tag:before {
  content: "";
}

/* line 49, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tags:before {
  content: "";
}

/* line 50, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-book:before {
  content: "";
}

/* line 51, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bookmark:before {
  content: "";
}

/* line 52, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-print:before {
  content: "";
}

/* line 53, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-camera:before {
  content: "";
}

/* line 54, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-font:before {
  content: "";
}

/* line 55, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bold:before {
  content: "";
}

/* line 56, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-italic:before {
  content: "";
}

/* line 57, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-text-height:before {
  content: "";
}

/* line 58, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-text-width:before {
  content: "";
}

/* line 59, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-left:before {
  content: "";
}

/* line 60, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-center:before {
  content: "";
}

/* line 61, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-right:before {
  content: "";
}

/* line 62, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-justify:before {
  content: "";
}

/* line 63, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-list:before {
  content: "";
}

/* line 64, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

/* line 66, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-indent:before {
  content: "";
}

/* line 67, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-video-camera:before {
  content: "";
}

/* line 68, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

/* line 71, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pencil:before {
  content: "";
}

/* line 72, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marker:before {
  content: "";
}

/* line 73, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-adjust:before {
  content: "";
}

/* line 74, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tint:before {
  content: "";
}

/* line 75, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

/* line 77, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-square-o:before {
  content: "";
}

/* line 78, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-square-o:before {
  content: "";
}

/* line 79, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows:before {
  content: "";
}

/* line 80, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-step-backward:before {
  content: "";
}

/* line 81, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fast-backward:before {
  content: "";
}

/* line 82, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-backward:before {
  content: "";
}

/* line 83, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-play:before {
  content: "";
}

/* line 84, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pause:before {
  content: "";
}

/* line 85, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stop:before {
  content: "";
}

/* line 86, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-forward:before {
  content: "";
}

/* line 87, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fast-forward:before {
  content: "";
}

/* line 88, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-step-forward:before {
  content: "";
}

/* line 89, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-eject:before {
  content: "";
}

/* line 90, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-left:before {
  content: "";
}

/* line 91, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-right:before {
  content: "";
}

/* line 92, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus-circle:before {
  content: "";
}

/* line 93, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus-circle:before {
  content: "";
}

/* line 94, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-times-circle:before {
  content: "";
}

/* line 95, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-circle:before {
  content: "";
}

/* line 96, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-question-circle:before {
  content: "";
}

/* line 97, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-info-circle:before {
  content: "";
}

/* line 98, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-crosshairs:before {
  content: "";
}

/* line 99, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-times-circle-o:before {
  content: "";
}

/* line 100, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-circle-o:before {
  content: "";
}

/* line 101, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ban:before {
  content: "";
}

/* line 102, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-left:before {
  content: "";
}

/* line 103, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right:before {
  content: "";
}

/* line 104, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up:before {
  content: "";
}

/* line 105, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down:before {
  content: "";
}

/* line 106, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

/* line 108, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-expand:before {
  content: "";
}

/* line 109, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-compress:before {
  content: "";
}

/* line 110, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus:before {
  content: "";
}

/* line 111, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus:before {
  content: "";
}

/* line 112, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-asterisk:before {
  content: "";
}

/* line 113, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-exclamation-circle:before {
  content: "";
}

/* line 114, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gift:before {
  content: "";
}

/* line 115, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-leaf:before {
  content: "";
}

/* line 116, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire:before {
  content: "";
}

/* line 117, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye:before {
  content: "";
}

/* line 118, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye-slash:before {
  content: "";
}

/* line 119, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

/* line 121, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane:before {
  content: "";
}

/* line 122, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar:before {
  content: "";
}

/* line 123, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-random:before {
  content: "";
}

/* line 124, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment:before {
  content: "";
}

/* line 125, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnet:before {
  content: "";
}

/* line 126, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-up:before {
  content: "";
}

/* line 127, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-down:before {
  content: "";
}

/* line 128, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-retweet:before {
  content: "";
}

/* line 129, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-cart:before {
  content: "";
}

/* line 130, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder:before {
  content: "";
}

/* line 131, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-open:before {
  content: "";
}

/* line 132, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-v:before {
  content: "";
}

/* line 133, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-h:before {
  content: "";
}

/* line 134, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

/* line 136, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-twitter-square:before {
  content: "";
}

/* line 137, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-facebook-square:before {
  content: "";
}

/* line 138, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-camera-retro:before {
  content: "";
}

/* line 139, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-key:before {
  content: "";
}

/* line 140, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gears:before,
.fa-cogs:before {
  content: "";
}

/* line 142, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-comments:before {
  content: "";
}

/* line 143, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbs-o-up:before {
  content: "";
}

/* line 144, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbs-o-down:before {
  content: "";
}

/* line 145, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-half:before {
  content: "";
}

/* line 146, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-o:before {
  content: "";
}

/* line 147, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-out:before {
  content: "";
}

/* line 148, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-linkedin-square:before {
  content: "";
}

/* line 149, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumb-tack:before {
  content: "";
}

/* line 150, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-external-link:before {
  content: "";
}

/* line 151, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-in:before {
  content: "";
}

/* line 152, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-trophy:before {
  content: "";
}

/* line 153, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-github-square:before {
  content: "";
}

/* line 154, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-upload:before {
  content: "";
}

/* line 155, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-lemon-o:before {
  content: "";
}

/* line 156, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone:before {
  content: "";
}

/* line 157, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-o:before {
  content: "";
}

/* line 158, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bookmark-o:before {
  content: "";
}

/* line 159, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-square:before {
  content: "";
}

/* line 160, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-twitter:before {
  content: "";
}

/* line 161, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

/* line 163, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-github:before {
  content: "";
}

/* line 164, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlock:before {
  content: "";
}

/* line 165, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-credit-card:before {
  content: "";
}

/* line 166, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-feed:before,
.fa-rss:before {
  content: "";
}

/* line 168, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hdd-o:before {
  content: "";
}

/* line 169, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bullhorn:before {
  content: "";
}

/* line 170, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell:before {
  content: "";
}

/* line 171, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-certificate:before {
  content: "";
}

/* line 172, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-o-right:before {
  content: "";
}

/* line 173, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-o-left:before {
  content: "";
}

/* line 174, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-o-up:before {
  content: "";
}

/* line 175, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-o-down:before {
  content: "";
}

/* line 176, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-left:before {
  content: "";
}

/* line 177, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-right:before {
  content: "";
}

/* line 178, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-up:before {
  content: "";
}

/* line 179, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-down:before {
  content: "";
}

/* line 180, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe:before {
  content: "";
}

/* line 181, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wrench:before {
  content: "";
}

/* line 182, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tasks:before {
  content: "";
}

/* line 183, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-filter:before {
  content: "";
}

/* line 184, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-briefcase:before {
  content: "";
}

/* line 185, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-alt:before {
  content: "";
}

/* line 186, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-group:before,
.fa-users:before {
  content: "";
}

/* line 188, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chain:before,
.fa-link:before {
  content: "";
}

/* line 190, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud:before {
  content: "";
}

/* line 191, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-flask:before {
  content: "";
}

/* line 192, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cut:before,
.fa-scissors:before {
  content: "";
}

/* line 194, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-copy:before,
.fa-files-o:before {
  content: "";
}

/* line 196, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-paperclip:before {
  content: "";
}

/* line 197, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

/* line 199, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-square:before {
  content: "";
}

/* line 200, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

/* line 203, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-ul:before {
  content: "";
}

/* line 204, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-ol:before {
  content: "";
}

/* line 205, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-strikethrough:before {
  content: "";
}

/* line 206, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-underline:before {
  content: "";
}

/* line 207, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-table:before {
  content: "";
}

/* line 208, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-magic:before {
  content: "";
}

/* line 209, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck:before {
  content: "";
}

/* line 210, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pinterest:before {
  content: "";
}

/* line 211, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pinterest-square:before {
  content: "";
}

/* line 212, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-plus-square:before {
  content: "";
}

/* line 213, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-plus:before {
  content: "";
}

/* line 214, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-money:before {
  content: "";
}

/* line 215, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-down:before {
  content: "";
}

/* line 216, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-up:before {
  content: "";
}

/* line 217, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-left:before {
  content: "";
}

/* line 218, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-right:before {
  content: "";
}

/* line 219, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-columns:before {
  content: "";
}

/* line 220, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

/* line 222, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

/* line 224, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

/* line 226, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope:before {
  content: "";
}

/* line 227, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-linkedin:before {
  content: "";
}

/* line 228, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

/* line 230, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-legal:before,
.fa-gavel:before {
  content: "";
}

/* line 232, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

/* line 234, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-o:before {
  content: "";
}

/* line 235, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-comments-o:before {
  content: "";
}

/* line 236, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-flash:before,
.fa-bolt:before {
  content: "";
}

/* line 238, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sitemap:before {
  content: "";
}

/* line 239, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-umbrella:before {
  content: "";
}

/* line 240, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

/* line 242, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-lightbulb-o:before {
  content: "";
}

/* line 243, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-exchange:before {
  content: "";
}

/* line 244, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-download:before {
  content: "";
}

/* line 245, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-upload:before {
  content: "";
}

/* line 246, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-md:before {
  content: "";
}

/* line 247, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stethoscope:before {
  content: "";
}

/* line 248, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-suitcase:before {
  content: "";
}

/* line 249, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell-o:before {
  content: "";
}

/* line 250, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-coffee:before {
  content: "";
}

/* line 251, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cutlery:before {
  content: "";
}

/* line 252, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-text-o:before {
  content: "";
}

/* line 253, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-o:before {
  content: "";
}

/* line 254, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital-o:before {
  content: "";
}

/* line 255, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ambulance:before {
  content: "";
}

/* line 256, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-medkit:before {
  content: "";
}

/* line 257, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fighter-jet:before {
  content: "";
}

/* line 258, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-beer:before {
  content: "";
}

/* line 259, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-h-square:before {
  content: "";
}

/* line 260, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus-square:before {
  content: "";
}

/* line 261, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-left:before {
  content: "";
}

/* line 262, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-right:before {
  content: "";
}

/* line 263, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-up:before {
  content: "";
}

/* line 264, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-down:before {
  content: "";
}

/* line 265, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-left:before {
  content: "";
}

/* line 266, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-right:before {
  content: "";
}

/* line 267, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-up:before {
  content: "";
}

/* line 268, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-down:before {
  content: "";
}

/* line 269, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-desktop:before {
  content: "";
}

/* line 270, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop:before {
  content: "";
}

/* line 271, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablet:before {
  content: "";
}

/* line 272, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

/* line 274, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-o:before {
  content: "";
}

/* line 275, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-quote-left:before {
  content: "";
}

/* line 276, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-quote-right:before {
  content: "";
}

/* line 277, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-spinner:before {
  content: "";
}

/* line 278, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle:before {
  content: "";
}

/* line 279, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

/* line 281, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-github-alt:before {
  content: "";
}

/* line 282, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-o:before {
  content: "";
}

/* line 283, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-open-o:before {
  content: "";
}

/* line 284, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-smile-o:before {
  content: "";
}

/* line 285, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-frown-o:before {
  content: "";
}

/* line 286, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-meh-o:before {
  content: "";
}

/* line 287, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gamepad:before {
  content: "";
}

/* line 288, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-keyboard-o:before {
  content: "";
}

/* line 289, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-flag-o:before {
  content: "";
}

/* line 290, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-flag-checkered:before {
  content: "";
}

/* line 291, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-terminal:before {
  content: "";
}

/* line 292, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-code:before {
  content: "";
}

/* line 293, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

/* line 295, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

/* line 298, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-location-arrow:before {
  content: "";
}

/* line 299, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-crop:before {
  content: "";
}

/* line 300, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-code-fork:before {
  content: "";
}

/* line 301, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

/* line 303, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-question:before {
  content: "";
}

/* line 304, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-info:before {
  content: "";
}

/* line 305, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-exclamation:before {
  content: "";
}

/* line 306, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-superscript:before {
  content: "";
}

/* line 307, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-subscript:before {
  content: "";
}

/* line 308, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-eraser:before {
  content: "";
}

/* line 309, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-puzzle-piece:before {
  content: "";
}

/* line 310, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone:before {
  content: "";
}

/* line 311, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-slash:before {
  content: "";
}

/* line 312, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield:before {
  content: "";
}

/* line 313, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-o:before {
  content: "";
}

/* line 314, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire-extinguisher:before {
  content: "";
}

/* line 315, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rocket:before {
  content: "";
}

/* line 316, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-maxcdn:before {
  content: "";
}

/* line 317, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-left:before {
  content: "";
}

/* line 318, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-right:before {
  content: "";
}

/* line 319, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-up:before {
  content: "";
}

/* line 320, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-down:before {
  content: "";
}

/* line 321, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-html5:before {
  content: "";
}

/* line 322, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-css3:before {
  content: "";
}

/* line 323, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-anchor:before {
  content: "";
}

/* line 324, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlock-alt:before {
  content: "";
}

/* line 325, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bullseye:before {
  content: "";
}

/* line 326, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ellipsis-h:before {
  content: "";
}

/* line 327, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ellipsis-v:before {
  content: "";
}

/* line 328, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rss-square:before {
  content: "";
}

/* line 329, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-play-circle:before {
  content: "";
}

/* line 330, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ticket:before {
  content: "";
}

/* line 331, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus-square:before {
  content: "";
}

/* line 332, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus-square-o:before {
  content: "";
}

/* line 333, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-level-up:before {
  content: "";
}

/* line 334, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-level-down:before {
  content: "";
}

/* line 335, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-square:before {
  content: "";
}

/* line 336, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pencil-square:before {
  content: "";
}

/* line 337, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-external-link-square:before {
  content: "";
}

/* line 338, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-square:before {
  content: "";
}

/* line 339, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-compass:before {
  content: "";
}

/* line 340, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

/* line 342, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

/* line 344, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

/* line 346, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-euro:before,
.fa-eur:before {
  content: "";
}

/* line 348, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gbp:before {
  content: "";
}

/* line 349, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dollar:before,
.fa-usd:before {
  content: "";
}

/* line 351, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rupee:before,
.fa-inr:before {
  content: "";
}

/* line 353, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

/* line 357, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

/* line 360, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-won:before,
.fa-krw:before {
  content: "";
}

/* line 362, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

/* line 364, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file:before {
  content: "";
}

/* line 365, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-text:before {
  content: "";
}

/* line 366, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-asc:before {
  content: "";
}

/* line 367, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-desc:before {
  content: "";
}

/* line 368, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-asc:before {
  content: "";
}

/* line 369, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-desc:before {
  content: "";
}

/* line 370, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-asc:before {
  content: "";
}

/* line 371, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-desc:before {
  content: "";
}

/* line 372, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbs-up:before {
  content: "";
}

/* line 373, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbs-down:before {
  content: "";
}

/* line 374, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-youtube-square:before {
  content: "";
}

/* line 375, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-youtube:before {
  content: "";
}

/* line 376, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-xing:before {
  content: "";
}

/* line 377, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-xing-square:before {
  content: "";
}

/* line 378, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-youtube-play:before {
  content: "";
}

/* line 379, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dropbox:before {
  content: "";
}

/* line 380, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stack-overflow:before {
  content: "";
}

/* line 381, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-instagram:before {
  content: "";
}

/* line 382, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-flickr:before {
  content: "";
}

/* line 383, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-adn:before {
  content: "";
}

/* line 384, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bitbucket:before {
  content: "";
}

/* line 385, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bitbucket-square:before {
  content: "";
}

/* line 386, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tumblr:before {
  content: "";
}

/* line 387, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tumblr-square:before {
  content: "";
}

/* line 388, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-down:before {
  content: "";
}

/* line 389, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-up:before {
  content: "";
}

/* line 390, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-left:before {
  content: "";
}

/* line 391, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-right:before {
  content: "";
}

/* line 392, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-apple:before {
  content: "";
}

/* line 393, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-windows:before {
  content: "";
}

/* line 394, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-android:before {
  content: "";
}

/* line 395, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-linux:before {
  content: "";
}

/* line 396, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dribbble:before {
  content: "";
}

/* line 397, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-skype:before {
  content: "";
}

/* line 398, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-foursquare:before {
  content: "";
}

/* line 399, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-trello:before {
  content: "";
}

/* line 400, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-female:before {
  content: "";
}

/* line 401, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-male:before {
  content: "";
}

/* line 402, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

/* line 404, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sun-o:before {
  content: "";
}

/* line 405, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-moon-o:before {
  content: "";
}

/* line 406, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-archive:before {
  content: "";
}

/* line 407, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bug:before {
  content: "";
}

/* line 408, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-vk:before {
  content: "";
}

/* line 409, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-weibo:before {
  content: "";
}

/* line 410, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-renren:before {
  content: "";
}

/* line 411, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pagelines:before {
  content: "";
}

/* line 412, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stack-exchange:before {
  content: "";
}

/* line 413, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-o-right:before {
  content: "";
}

/* line 414, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-o-left:before {
  content: "";
}

/* line 415, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

/* line 417, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dot-circle-o:before {
  content: "";
}

/* line 418, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheelchair:before {
  content: "";
}

/* line 419, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-vimeo-square:before {
  content: "";
}

/* line 420, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

/* line 422, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus-square-o:before {
  content: "";
}

/* line 423, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-space-shuttle:before {
  content: "";
}

/* line 424, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-slack:before {
  content: "";
}

/* line 425, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-square:before {
  content: "";
}

/* line 426, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wordpress:before {
  content: "";
}

/* line 427, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-openid:before {
  content: "";
}

/* line 428, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

/* line 431, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

/* line 433, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-yahoo:before {
  content: "";
}

/* line 434, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-google:before {
  content: "";
}

/* line 435, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-reddit:before {
  content: "";
}

/* line 436, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-reddit-square:before {
  content: "";
}

/* line 437, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stumbleupon-circle:before {
  content: "";
}

/* line 438, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stumbleupon:before {
  content: "";
}

/* line 439, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-delicious:before {
  content: "";
}

/* line 440, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-digg:before {
  content: "";
}

/* line 441, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pied-piper-pp:before {
  content: "";
}

/* line 442, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pied-piper-alt:before {
  content: "";
}

/* line 443, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-drupal:before {
  content: "";
}

/* line 444, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-joomla:before {
  content: "";
}

/* line 445, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-language:before {
  content: "";
}

/* line 446, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fax:before {
  content: "";
}

/* line 447, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-building:before {
  content: "";
}

/* line 448, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-child:before {
  content: "";
}

/* line 449, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-paw:before {
  content: "";
}

/* line 450, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-spoon:before {
  content: "";
}

/* line 451, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cube:before {
  content: "";
}

/* line 452, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cubes:before {
  content: "";
}

/* line 453, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-behance:before {
  content: "";
}

/* line 454, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-behance-square:before {
  content: "";
}

/* line 455, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-steam:before {
  content: "";
}

/* line 456, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-steam-square:before {
  content: "";
}

/* line 457, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-recycle:before {
  content: "";
}

/* line 458, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-automobile:before,
.fa-car:before {
  content: "";
}

/* line 460, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cab:before,
.fa-taxi:before {
  content: "";
}

/* line 462, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tree:before {
  content: "";
}

/* line 463, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-spotify:before {
  content: "";
}

/* line 464, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-deviantart:before {
  content: "";
}

/* line 465, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-soundcloud:before {
  content: "";
}

/* line 466, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-database:before {
  content: "";
}

/* line 467, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-pdf-o:before {
  content: "";
}

/* line 468, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-word-o:before {
  content: "";
}

/* line 469, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-excel-o:before {
  content: "";
}

/* line 470, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-powerpoint-o:before {
  content: "";
}

/* line 471, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

/* line 474, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

/* line 476, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

/* line 478, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

/* line 480, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-code-o:before {
  content: "";
}

/* line 481, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-vine:before {
  content: "";
}

/* line 482, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-codepen:before {
  content: "";
}

/* line 483, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-jsfiddle:before {
  content: "";
}

/* line 484, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

/* line 489, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-o-notch:before {
  content: "";
}

/* line 490, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

/* line 493, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ge:before,
.fa-empire:before {
  content: "";
}

/* line 495, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-git-square:before {
  content: "";
}

/* line 496, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-git:before {
  content: "";
}

/* line 497, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

/* line 500, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tencent-weibo:before {
  content: "";
}

/* line 501, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-qq:before {
  content: "";
}

/* line 502, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

/* line 504, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

/* line 506, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

/* line 508, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-history:before {
  content: "";
}

/* line 509, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-thin:before {
  content: "";
}

/* line 510, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-header:before {
  content: "";
}

/* line 511, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-paragraph:before {
  content: "";
}

/* line 512, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sliders:before {
  content: "";
}

/* line 513, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-alt:before {
  content: "";
}

/* line 514, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-alt-square:before {
  content: "";
}

/* line 515, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bomb:before {
  content: "";
}

/* line 516, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

/* line 518, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tty:before {
  content: "";
}

/* line 519, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-binoculars:before {
  content: "";
}

/* line 520, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug:before {
  content: "";
}

/* line 521, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-slideshare:before {
  content: "";
}

/* line 522, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-twitch:before {
  content: "";
}

/* line 523, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-yelp:before {
  content: "";
}

/* line 524, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-newspaper-o:before {
  content: "";
}

/* line 525, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wifi:before {
  content: "";
}

/* line 526, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-calculator:before {
  content: "";
}

/* line 527, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-paypal:before {
  content: "";
}

/* line 528, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-wallet:before {
  content: "";
}

/* line 529, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-visa:before {
  content: "";
}

/* line 530, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-mastercard:before {
  content: "";
}

/* line 531, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-discover:before {
  content: "";
}

/* line 532, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-amex:before {
  content: "";
}

/* line 533, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-paypal:before {
  content: "";
}

/* line 534, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-stripe:before {
  content: "";
}

/* line 535, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell-slash:before {
  content: "";
}

/* line 536, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell-slash-o:before {
  content: "";
}

/* line 537, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash:before {
  content: "";
}

/* line 538, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-copyright:before {
  content: "";
}

/* line 539, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-at:before {
  content: "";
}

/* line 540, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-eyedropper:before {
  content: "";
}

/* line 541, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-paint-brush:before {
  content: "";
}

/* line 542, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-birthday-cake:before {
  content: "";
}

/* line 543, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-area-chart:before {
  content: "";
}

/* line 544, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pie-chart:before {
  content: "";
}

/* line 545, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-line-chart:before {
  content: "";
}

/* line 546, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-lastfm:before {
  content: "";
}

/* line 547, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-lastfm-square:before {
  content: "";
}

/* line 548, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-off:before {
  content: "";
}

/* line 549, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-on:before {
  content: "";
}

/* line 550, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bicycle:before {
  content: "";
}

/* line 551, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bus:before {
  content: "";
}

/* line 552, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ioxhost:before {
  content: "";
}

/* line 553, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angellist:before {
  content: "";
}

/* line 554, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc:before {
  content: "";
}

/* line 555, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

/* line 558, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-meanpath:before {
  content: "";
}

/* line 559, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-buysellads:before {
  content: "";
}

/* line 560, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-connectdevelop:before {
  content: "";
}

/* line 561, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dashcube:before {
  content: "";
}

/* line 562, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-forumbee:before {
  content: "";
}

/* line 563, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-leanpub:before {
  content: "";
}

/* line 564, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sellsy:before {
  content: "";
}

/* line 565, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shirtsinbulk:before {
  content: "";
}

/* line 566, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-simplybuilt:before {
  content: "";
}

/* line 567, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-skyatlas:before {
  content: "";
}

/* line 568, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-plus:before {
  content: "";
}

/* line 569, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-arrow-down:before {
  content: "";
}

/* line 570, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-diamond:before {
  content: "";
}

/* line 571, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ship:before {
  content: "";
}

/* line 572, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-secret:before {
  content: "";
}

/* line 573, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-motorcycle:before {
  content: "";
}

/* line 574, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-street-view:before {
  content: "";
}

/* line 575, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-heartbeat:before {
  content: "";
}

/* line 576, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus:before {
  content: "";
}

/* line 577, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars:before {
  content: "";
}

/* line 578, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mercury:before {
  content: "";
}

/* line 579, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

/* line 581, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-transgender-alt:before {
  content: "";
}

/* line 582, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus-double:before {
  content: "";
}

/* line 583, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-double:before {
  content: "";
}

/* line 584, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus-mars:before {
  content: "";
}

/* line 585, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke:before {
  content: "";
}

/* line 586, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke-v:before {
  content: "";
}

/* line 587, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke-h:before {
  content: "";
}

/* line 588, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-neuter:before {
  content: "";
}

/* line 589, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-genderless:before {
  content: "";
}

/* line 590, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-facebook-official:before {
  content: "";
}

/* line 591, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pinterest-p:before {
  content: "";
}

/* line 592, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-whatsapp:before {
  content: "";
}

/* line 593, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-server:before {
  content: "";
}

/* line 594, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-plus:before {
  content: "";
}

/* line 595, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-times:before {
  content: "";
}

/* line 596, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hotel:before,
.fa-bed:before {
  content: "";
}

/* line 598, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-viacoin:before {
  content: "";
}

/* line 599, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-train:before {
  content: "";
}

/* line 600, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-subway:before {
  content: "";
}

/* line 601, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-medium:before {
  content: "";
}

/* line 602, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

/* line 604, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-optin-monster:before {
  content: "";
}

/* line 605, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-opencart:before {
  content: "";
}

/* line 606, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-expeditedssl:before {
  content: "";
}

/* line 607, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

/* line 610, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

/* line 612, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

/* line 614, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

/* line 616, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

/* line 618, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mouse-pointer:before {
  content: "";
}

/* line 619, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-i-cursor:before {
  content: "";
}

/* line 620, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-object-group:before {
  content: "";
}

/* line 621, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-object-ungroup:before {
  content: "";
}

/* line 622, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sticky-note:before {
  content: "";
}

/* line 623, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sticky-note-o:before {
  content: "";
}

/* line 624, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-jcb:before {
  content: "";
}

/* line 625, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-diners-club:before {
  content: "";
}

/* line 626, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-clone:before {
  content: "";
}

/* line 627, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-balance-scale:before {
  content: "";
}

/* line 628, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-o:before {
  content: "";
}

/* line 629, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

/* line 631, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

/* line 633, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

/* line 635, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass:before {
  content: "";
}

/* line 636, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

/* line 638, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

/* line 640, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-scissors-o:before {
  content: "";
}

/* line 641, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-lizard-o:before {
  content: "";
}

/* line 642, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-spock-o:before {
  content: "";
}

/* line 643, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-pointer-o:before {
  content: "";
}

/* line 644, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-peace-o:before {
  content: "";
}

/* line 645, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-trademark:before {
  content: "";
}

/* line 646, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-registered:before {
  content: "";
}

/* line 647, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons:before {
  content: "";
}

/* line 648, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gg:before {
  content: "";
}

/* line 649, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gg-circle:before {
  content: "";
}

/* line 650, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tripadvisor:before {
  content: "";
}

/* line 651, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-odnoklassniki:before {
  content: "";
}

/* line 652, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-odnoklassniki-square:before {
  content: "";
}

/* line 653, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-get-pocket:before {
  content: "";
}

/* line 654, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wikipedia-w:before {
  content: "";
}

/* line 655, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-safari:before {
  content: "";
}

/* line 656, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chrome:before {
  content: "";
}

/* line 657, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-firefox:before {
  content: "";
}

/* line 658, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-opera:before {
  content: "";
}

/* line 659, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-internet-explorer:before {
  content: "";
}

/* line 660, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tv:before,
.fa-television:before {
  content: "";
}

/* line 662, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-contao:before {
  content: "";
}

/* line 663, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-500px:before {
  content: "";
}

/* line 664, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-amazon:before {
  content: "";
}

/* line 665, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-plus-o:before {
  content: "";
}

/* line 666, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-minus-o:before {
  content: "";
}

/* line 667, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-times-o:before {
  content: "";
}

/* line 668, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-check-o:before {
  content: "";
}

/* line 669, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-industry:before {
  content: "";
}

/* line 670, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-pin:before {
  content: "";
}

/* line 671, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-signs:before {
  content: "";
}

/* line 672, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-o:before {
  content: "";
}

/* line 673, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-map:before {
  content: "";
}

/* line 674, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-commenting:before {
  content: "";
}

/* line 675, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-commenting-o:before {
  content: "";
}

/* line 676, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-houzz:before {
  content: "";
}

/* line 677, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-vimeo:before {
  content: "";
}

/* line 678, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-black-tie:before {
  content: "";
}

/* line 679, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fonticons:before {
  content: "";
}

/* line 680, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-reddit-alien:before {
  content: "";
}

/* line 681, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-edge:before {
  content: "";
}

/* line 682, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-credit-card-alt:before {
  content: "";
}

/* line 683, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-codiepie:before {
  content: "";
}

/* line 684, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-modx:before {
  content: "";
}

/* line 685, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fort-awesome:before {
  content: "";
}

/* line 686, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-usb:before {
  content: "";
}

/* line 687, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-product-hunt:before {
  content: "";
}

/* line 688, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mixcloud:before {
  content: "";
}

/* line 689, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-scribd:before {
  content: "";
}

/* line 690, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pause-circle:before {
  content: "";
}

/* line 691, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pause-circle-o:before {
  content: "";
}

/* line 692, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stop-circle:before {
  content: "";
}

/* line 693, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stop-circle-o:before {
  content: "";
}

/* line 694, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-bag:before {
  content: "";
}

/* line 695, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-basket:before {
  content: "";
}

/* line 696, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hashtag:before {
  content: "";
}

/* line 697, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bluetooth:before {
  content: "";
}

/* line 698, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bluetooth-b:before {
  content: "";
}

/* line 699, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-percent:before {
  content: "";
}

/* line 700, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gitlab:before {
  content: "";
}

/* line 701, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wpbeginner:before {
  content: "";
}

/* line 702, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wpforms:before {
  content: "";
}

/* line 703, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-envira:before {
  content: "";
}

/* line 704, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-universal-access:before {
  content: "";
}

/* line 705, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheelchair-alt:before {
  content: "";
}

/* line 706, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-question-circle-o:before {
  content: "";
}

/* line 707, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-blind:before {
  content: "";
}

/* line 708, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-audio-description:before {
  content: "";
}

/* line 709, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-control-phone:before {
  content: "";
}

/* line 710, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-braille:before {
  content: "";
}

/* line 711, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-assistive-listening-systems:before {
  content: "";
}

/* line 712, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

/* line 714, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

/* line 717, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-glide:before {
  content: "";
}

/* line 718, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-glide-g:before {
  content: "";
}

/* line 719, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

/* line 721, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-low-vision:before {
  content: "";
}

/* line 722, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-viadeo:before {
  content: "";
}

/* line 723, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-viadeo-square:before {
  content: "";
}

/* line 724, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-snapchat:before {
  content: "";
}

/* line 725, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-snapchat-ghost:before {
  content: "";
}

/* line 726, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-snapchat-square:before {
  content: "";
}

/* line 727, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pied-piper:before {
  content: "";
}

/* line 728, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-first-order:before {
  content: "";
}

/* line 729, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-yoast:before {
  content: "";
}

/* line 730, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-themeisle:before {
  content: "";
}

/* line 731, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

/* line 733, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

/* line 735, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake-o:before {
  content: "";
}

/* line 736, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-open:before {
  content: "";
}

/* line 737, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-open-o:before {
  content: "";
}

/* line 738, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-linode:before {
  content: "";
}

/* line 739, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-address-book:before {
  content: "";
}

/* line 740, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-address-book-o:before {
  content: "";
}

/* line 741, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

/* line 743, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

/* line 745, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-circle:before {
  content: "";
}

/* line 746, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-circle-o:before {
  content: "";
}

/* line 747, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-o:before {
  content: "";
}

/* line 748, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-id-badge:before {
  content: "";
}

/* line 749, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

/* line 751, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

/* line 753, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-quora:before {
  content: "";
}

/* line 754, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-free-code-camp:before {
  content: "";
}

/* line 755, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-telegram:before {
  content: "";
}

/* line 756, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

/* line 759, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

/* line 761, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

/* line 763, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

/* line 765, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

/* line 767, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shower:before {
  content: "";
}

/* line 768, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

/* line 771, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-podcast:before {
  content: "";
}

/* line 772, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-maximize:before {
  content: "";
}

/* line 773, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-minimize:before {
  content: "";
}

/* line 774, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-restore:before {
  content: "";
}

/* line 775, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

/* line 777, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

/* line 779, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bandcamp:before {
  content: "";
}

/* line 780, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-grav:before {
  content: "";
}

/* line 781, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-etsy:before {
  content: "";
}

/* line 782, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-imdb:before {
  content: "";
}

/* line 783, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ravelry:before {
  content: "";
}

/* line 784, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-eercast:before {
  content: "";
}

/* line 785, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-microchip:before {
  content: "";
}

/* line 786, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-snowflake-o:before {
  content: "";
}

/* line 787, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-superpowers:before {
  content: "";
}

/* line 788, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wpexplorer:before {
  content: "";
}

/* line 789, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-meetup:before {
  content: "";
}

/* line 4, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_screen-reader.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 51, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_mixins.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
@charset "UTF-8";
/**
 * selectize.default.css (v0.12.6) - Default Theme
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
/* line 17, /usr/local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #fff;
  box-shadow: inset 0 0 12px 4px #fff;
}

/* line 25, /usr/local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}

/* line 29, /usr/local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* line 33, /usr/local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

/* line 42, /usr/local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

/* line 52, /usr/local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown-header-close:hover {
  color: #000000;
}

/* line 55, /usr/local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 63, /usr/local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

/* line 66, /usr/local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

/* line 69, /usr/local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

/* line 72, /usr/local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}

/* line 76, /usr/local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #0073bb;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 100, /usr/local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 103, /usr/local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #00578d;
}

/* line 106, /usr/local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}

/* line 109, /usr/local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #aaaaaa;
}

/* line 112, /usr/local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}

/* line 118, /usr/local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control {
  position: relative;
}

/* line 121, /usr/local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}

/* line 130, /usr/local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}

/* line 136, /usr/local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 153, /usr/local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.multi .selectize-input.has-items {
  padding: 5px 8px 2px;
}

/* line 156, /usr/local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-input.full {
  background-color: #fff;
}

/* line 159, /usr/local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

/* line 163, /usr/local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

/* line 167, /usr/local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

/* line 172, /usr/local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 179, /usr/local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #1da7ee;
  color: #fff;
  border: 1px solid #0073bb;
}

/* line 187, /usr/local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.multi .selectize-input > div.active {
  background: #92c836;
  color: #fff;
  border: 1px solid #00578d;
}

/* line 192, /usr/local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #ffffff;
  background: #d2d2d2;
  border: 1px solid #aaaaaa;
}

/* line 198, /usr/local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 1px !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* line 213, /usr/local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-input > input::-ms-clear {
  display: none;
}

/* line 216, /usr/local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-input > input:focus {
  outline: none !important;
}

/* line 219, /usr/local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}

/* line 224, /usr/local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 234, /usr/local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

/* line 250, /usr/local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

/* line 254, /usr/local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

/* line 260, /usr/local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}

/* line 264, /usr/local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}

/* line 270, /usr/local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown [data-selectable].option {
  opacity: 1;
}

/* line 273, /usr/local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

/* line 276, /usr/local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}

/* line 281, /usr/local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}

/* line 285, /usr/local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown .active.create {
  color: #495c68;
}

/* line 288, /usr/local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

/* line 291, /usr/local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}

/* line 297, /usr/local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

/* line 301, /usr/local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

/* line 305, /usr/local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}

/* line 318, /usr/local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}

/* line 323, /usr/local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}

/* line 327, /usr/local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

/* line 330, /usr/local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}

/* line 334, /usr/local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.multi .selectize-input.has-items {
  padding-left: 5px;
  padding-right: 5px;
}

/* line 338, /usr/local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  text-shadow: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 345, /usr/local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  border-color: #e6e6e6;
}

/* line 349, /usr/local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  background: none;
}

/* line 352, /usr/local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.multi .selectize-input [data-value] {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #1b9dec;
  background-image: -moz-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1da7ee), to(#178ee9));
  background-image: -webkit-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -o-linear-gradient(top, #1da7ee, #178ee9);
  background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1da7ee', endColorstr='#ff178ee9', GradientType=0);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
}

/* line 368, /usr/local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.multi .selectize-input [data-value].active {
  background-color: #0085d4;
  background-image: -moz-linear-gradient(top, #008fd8, #0075cf);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#008fd8), to(#0075cf));
  background-image: -webkit-linear-gradient(top, #008fd8, #0075cf);
  background-image: -o-linear-gradient(top, #008fd8, #0075cf);
  background-image: linear-gradient(to bottom, #008fd8, #0075cf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff008fd8', endColorstr='#ff0075cf', GradientType=0);
}

/* line 378, /usr/local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.single .selectize-input {
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -o-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe', endColorstr='#fff2f2f2', GradientType=0);
}

/* line 390, /usr/local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.single .selectize-input,
.selectize-dropdown.single {
  border-color: #b8b8b8;
}

/* line 394, /usr/local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-weight: bold;
  font-size: 0.85em;
}

/* line 399, /usr/local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0;
}

/* line 402, /usr/local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown .optgroup:first-child {
  border-top: 0 none;
}
