.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      -o-text-overflow: ellipsis;
         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 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      -webkit-box-sizing: border-box;
              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;
  -webkit-box-sizing: border-box;
          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;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

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

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

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

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    -webkit-box-sizing: border-box;
            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 {
    -webkit-box-sizing: border-box;
            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;
  -webkit-box-shadow: none;
          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: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  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: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
    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: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  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: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  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;
  -webkit-box-shadow: none;
          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; }
@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, 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.
*



*= require_absolute /vendor/flatpicker.css
*/
@import url("https://fonts.googleapis.com/css2?family=Archivo:wght@400;500&display=swap");
/*! bulma.io v0.9.2 | MIT License | github.com/jgthms/bulma */
/* Bulma Utilities */
/* line 3, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/utilities/extends.sass */
.button, .input, .textarea, .select select, .select2 .select2-selection select, .file-cta,
.file-name, .pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1rem;
  height: 2.5em;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          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.2/app/assets/stylesheets/sass/utilities/controls.sass */
.button:focus, .input:focus, .textarea:focus, .select select:focus, .select2 .select2-selection 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, .is-focused.textarea, .select select.is-focused, .select2 .select2-selection 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, .textarea:active, .select select:active, .select2 .select2-selection 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, .is-active.textarea, .select select.is-active, .select2 .select2-selection 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.2/app/assets/stylesheets/sass/utilities/controls.sass */
[disabled].button, [disabled].input, [disabled].textarea, .select select[disabled], .select2 .select2-selection 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] .textarea, fieldset[disabled] .select select, .select fieldset[disabled] select, fieldset[disabled] .select2 .select2-selection select, .select2 .select2-selection 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.2/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.2/app/assets/stylesheets/sass/utilities/extends.sass */
.select:not(.is-multiple):not(.is-loading)::after, .select2 .select2-selection: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%;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  width: 0.625em;
}

/* line 181, /usr/local/bundle/gems/bulma-rails-0.9.2/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), .highlight: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.2/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: 290486px;
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 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 206, /usr/local/bundle/gems/bulma-rails-0.9.2/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%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}
/* line 216, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/utilities/mixins.sass */
.delete::before, .modal-close::before {
  height: 2px;
  width: 50%;
}
/* line 219, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/utilities/mixins.sass */
.delete::after, .modal-close::after {
  height: 50%;
  width: 2px;
}
/* line 222, /usr/local/bundle/gems/bulma-rails-0.9.2/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 225, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/utilities/mixins.sass */
.delete:active, .modal-close:active {
  background-color: rgba(10, 10, 10, 0.4);
}
/* line 228, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/utilities/mixins.sass */
.is-small.delete, .alert .delete.button, .is-small.modal-close, .alert .modal-close.button {
  height: 16px;
  max-height: 16px;
  max-width: 16px;
  min-height: 16px;
  min-width: 16px;
  width: 16px;
}
/* line 235, /usr/local/bundle/gems/bulma-rails-0.9.2/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 242, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/app/assets/stylesheets/sass/utilities/extends.sass */
.button.is-loading::after, .loader, .select.is-loading::after, .select2 .is-loading.select2-selection::after, .control.is-loading::after {
  -webkit-animation: spinAround 500ms infinite linear;
          animation: spinAround 500ms infinite linear;
  border: 2px solid #dbdbdb;
  border-radius: 290486px;
  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.2/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;
}

/* Bulma Base */
/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
/* line 3, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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.2/app/assets/stylesheets/sass/base/minireset.sass */
ul {
  list-style: none;
}

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

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

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

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

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

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

/* line 75, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/base/minireset.sass */
td,
th {
  padding: 0;
}
/* line 78, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/app/assets/stylesheets/sass/base/generic.sass */
html {
  background-color: white;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

/* line 45, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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.2/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.2/app/assets/stylesheets/sass/base/generic.sass */
body {
  color: #4a4a4a;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
}

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

/* line 85, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/base/generic.sass */
code {
  background-color: whitesmoke;
  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.2/app/assets/stylesheets/sass/base/generic.sass */
hr {
  background-color: whitesmoke;
  border: none;
  display: block;
  height: 2px;
  margin: 1.5rem 0;
}

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

/* line 103, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/app/assets/stylesheets/sass/base/generic.sass */
small {
  font-size: 0.875em;
}

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

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

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

/* line 123, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/base/generic.sass */
pre {
  -webkit-overflow-scrolling: touch;
  background-color: whitesmoke;
  color: #4a4a4a;
  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.2/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.2/app/assets/stylesheets/sass/base/generic.sass */
table td,
table th {
  vertical-align: top;
}
/* line 142, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/app/assets/stylesheets/sass/base/generic.sass */
table th {
  color: #363636;
}

@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
/* Bulma Elements */
/* line 12, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/box.sass */
.box {
  background-color: white;
  border-radius: 6px;
  -webkit-box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
          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: #4a4a4a;
  display: block;
  padding: 1.25rem;
}

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

/* line 60, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button {
  background-color: white;
  border-color: #dbdbdb;
  border-width: 1px;
  color: #363636;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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 77, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button strong {
  color: inherit;
}
/* line 80, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button .icon, .button .icon.is-small, .button .alert .icon.button, .alert .button .icon.button, .button .icon.is-medium, .button .icon.is-large {
  height: 1.5em;
  width: 1.5em;
}
/* line 86, /usr/local/bundle/gems/bulma-rails-0.9.2/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 89, /usr/local/bundle/gems/bulma-rails-0.9.2/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 92, /usr/local/bundle/gems/bulma-rails-0.9.2/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 96, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button:hover, .button.is-hovered {
  border-color: #b5b5b5;
  color: #363636;
}
/* line 100, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button:focus, .button.is-focused {
  border-color: #3273dc;
  color: #363636;
}
/* line 104, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button:focus:not(:active), .button.is-focused:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
          box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}
/* line 106, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button:active, .button.is-active {
  border-color: #4a4a4a;
  color: #363636;
}
/* line 111, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-text {
  background-color: transparent;
  border-color: transparent;
  color: #4a4a4a;
  text-decoration: underline;
}
/* line 116, /usr/local/bundle/gems/bulma-rails-0.9.2/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: whitesmoke;
  color: #363636;
}
/* line 122, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-text:active, .button.is-text.is-active {
  background-color: #e8e8e8;
  color: #363636;
}
/* line 126, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-text[disabled], fieldset[disabled] .button.is-text {
  background-color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
/* line 131, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-ghost {
  background: none;
  border-color: transparent;
  color: #3273dc;
  text-decoration: none;
}
/* line 136, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-ghost:hover, .button.is-ghost.is-hovered {
  color: #3273dc;
  text-decoration: underline;
}
/* line 143, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-white {
  background-color: white;
  border-color: transparent;
  color: #0a0a0a;
}
/* line 147, /usr/local/bundle/gems/bulma-rails-0.9.2/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 152, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-white:focus, .button.is-white.is-focused {
  border-color: transparent;
  color: #0a0a0a;
}
/* line 156, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-white:focus:not(:active), .button.is-white.is-focused:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
          box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}
/* line 158, /usr/local/bundle/gems/bulma-rails-0.9.2/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 163, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-white[disabled], fieldset[disabled] .button.is-white {
  background-color: white;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
/* line 168, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-white.is-inverted {
  background-color: #0a0a0a;
  color: white;
}
/* line 171, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-white.is-inverted:hover, .button.is-white.is-inverted.is-hovered {
  background-color: black;
}
/* line 174, /usr/local/bundle/gems/bulma-rails-0.9.2/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;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: white;
}
/* line 181, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-white.is-loading::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}
/* line 183, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-white.is-outlined {
  background-color: transparent;
  border-color: white;
  color: white;
}
/* line 187, /usr/local/bundle/gems/bulma-rails-0.9.2/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 195, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-white.is-outlined.is-loading::after {
  border-color: transparent transparent white white !important;
}
/* line 201, /usr/local/bundle/gems/bulma-rails-0.9.2/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 203, /usr/local/bundle/gems/bulma-rails-0.9.2/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;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: white;
}
/* line 209, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-white.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  color: #0a0a0a;
}
/* line 213, /usr/local/bundle/gems/bulma-rails-0.9.2/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 224, /usr/local/bundle/gems/bulma-rails-0.9.2/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 226, /usr/local/bundle/gems/bulma-rails-0.9.2/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;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #0a0a0a;
}
/* line 143, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-black {
  background-color: #0a0a0a;
  border-color: transparent;
  color: white;
}
/* line 147, /usr/local/bundle/gems/bulma-rails-0.9.2/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 152, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-black:focus, .button.is-black.is-focused {
  border-color: transparent;
  color: white;
}
/* line 156, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-black:focus:not(:active), .button.is-black.is-focused:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
          box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}
/* line 158, /usr/local/bundle/gems/bulma-rails-0.9.2/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 163, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-black[disabled], fieldset[disabled] .button.is-black {
  background-color: #0a0a0a;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
/* line 168, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-black.is-inverted {
  background-color: white;
  color: #0a0a0a;
}
/* line 171, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-black.is-inverted:hover, .button.is-black.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
/* line 174, /usr/local/bundle/gems/bulma-rails-0.9.2/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;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #0a0a0a;
}
/* line 181, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-black.is-loading::after {
  border-color: transparent transparent white white !important;
}
/* line 183, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-black.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  color: #0a0a0a;
}
/* line 187, /usr/local/bundle/gems/bulma-rails-0.9.2/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 195, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-black.is-outlined.is-loading::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}
/* line 201, /usr/local/bundle/gems/bulma-rails-0.9.2/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 203, /usr/local/bundle/gems/bulma-rails-0.9.2/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;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #0a0a0a;
}
/* line 209, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-black.is-inverted.is-outlined {
  background-color: transparent;
  border-color: white;
  color: white;
}
/* line 213, /usr/local/bundle/gems/bulma-rails-0.9.2/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 224, /usr/local/bundle/gems/bulma-rails-0.9.2/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 226, /usr/local/bundle/gems/bulma-rails-0.9.2/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;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: white;
}
/* line 143, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-light {
  background-color: whitesmoke;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
/* line 147, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-light:hover, .button.is-light.is-hovered {
  background-color: #eeeeee;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
/* line 152, /usr/local/bundle/gems/bulma-rails-0.9.2/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 156, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-light:focus:not(:active), .button.is-light.is-focused:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
          box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}
/* line 158, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-light:active, .button.is-light.is-active {
  background-color: #e8e8e8;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
/* line 163, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-light[disabled], fieldset[disabled] .button.is-light {
  background-color: whitesmoke;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
/* line 168, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-light.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: whitesmoke;
}
/* line 171, /usr/local/bundle/gems/bulma-rails-0.9.2/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 174, /usr/local/bundle/gems/bulma-rails-0.9.2/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;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: whitesmoke;
}
/* line 181, /usr/local/bundle/gems/bulma-rails-0.9.2/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 183, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-light.is-outlined {
  background-color: transparent;
  border-color: whitesmoke;
  color: whitesmoke;
}
/* line 187, /usr/local/bundle/gems/bulma-rails-0.9.2/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: whitesmoke;
  border-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}
/* line 195, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-light.is-outlined.is-loading::after {
  border-color: transparent transparent whitesmoke whitesmoke !important;
}
/* line 201, /usr/local/bundle/gems/bulma-rails-0.9.2/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 203, /usr/local/bundle/gems/bulma-rails-0.9.2/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: whitesmoke;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: whitesmoke;
}
/* line 209, /usr/local/bundle/gems/bulma-rails-0.9.2/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 213, /usr/local/bundle/gems/bulma-rails-0.9.2/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: whitesmoke;
}
/* line 224, /usr/local/bundle/gems/bulma-rails-0.9.2/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 whitesmoke whitesmoke !important;
}
/* line 226, /usr/local/bundle/gems/bulma-rails-0.9.2/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);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: rgba(0, 0, 0, 0.7);
}
/* line 143, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-dark {
  background-color: #363636;
  border-color: transparent;
  color: #fff;
}
/* line 147, /usr/local/bundle/gems/bulma-rails-0.9.2/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 152, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-dark:focus, .button.is-dark.is-focused {
  border-color: transparent;
  color: #fff;
}
/* line 156, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-dark:focus:not(:active), .button.is-dark.is-focused:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
          box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}
/* line 158, /usr/local/bundle/gems/bulma-rails-0.9.2/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 163, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-dark[disabled], fieldset[disabled] .button.is-dark {
  background-color: #363636;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
/* line 168, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-dark.is-inverted {
  background-color: #fff;
  color: #363636;
}
/* line 171, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-dark.is-inverted:hover, .button.is-dark.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
/* line 174, /usr/local/bundle/gems/bulma-rails-0.9.2/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;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #363636;
}
/* line 181, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-dark.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
/* line 183, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-dark.is-outlined {
  background-color: transparent;
  border-color: #363636;
  color: #363636;
}
/* line 187, /usr/local/bundle/gems/bulma-rails-0.9.2/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 195, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-dark.is-outlined.is-loading::after {
  border-color: transparent transparent #363636 #363636 !important;
}
/* line 201, /usr/local/bundle/gems/bulma-rails-0.9.2/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 203, /usr/local/bundle/gems/bulma-rails-0.9.2/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;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #363636;
}
/* line 209, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-dark.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
/* line 213, /usr/local/bundle/gems/bulma-rails-0.9.2/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 224, /usr/local/bundle/gems/bulma-rails-0.9.2/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 226, /usr/local/bundle/gems/bulma-rails-0.9.2/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;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}
/* line 143, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-primary, .alert .button {
  background-color: #00d1b2;
  border-color: transparent;
  color: #fff;
}
/* line 147, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-primary:hover, .alert .button:hover, .button.is-primary.is-hovered, .alert .button.is-hovered {
  background-color: #00c4a7;
  border-color: transparent;
  color: #fff;
}
/* line 152, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-primary:focus, .alert .button:focus, .button.is-primary.is-focused, .alert .button.is-focused {
  border-color: transparent;
  color: #fff;
}
/* line 156, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-primary:focus:not(:active), .alert .button:focus:not(:active), .button.is-primary.is-focused:not(:active), .alert .button.is-focused:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
          box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
}
/* line 158, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-primary:active, .alert .button:active, .button.is-primary.is-active, .alert .button.is-active {
  background-color: #00b89c;
  border-color: transparent;
  color: #fff;
}
/* line 163, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-primary[disabled], .alert .button[disabled], fieldset[disabled] .button.is-primary, fieldset[disabled] .alert .button, .alert fieldset[disabled] .button {
  background-color: #00d1b2;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
/* line 168, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-primary.is-inverted, .alert .button.is-inverted {
  background-color: #fff;
  color: #00d1b2;
}
/* line 171, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-primary.is-inverted:hover, .alert .button.is-inverted:hover, .button.is-primary.is-inverted.is-hovered, .alert .button.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
/* line 174, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-primary.is-inverted[disabled], .alert .button.is-inverted[disabled], fieldset[disabled] .button.is-primary.is-inverted, fieldset[disabled] .alert .button.is-inverted, .alert fieldset[disabled] .button.is-inverted {
  background-color: #fff;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #00d1b2;
}
/* line 181, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-primary.is-loading::after, .alert .button.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
/* line 183, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-primary.is-outlined, .alert .button.is-outlined {
  background-color: transparent;
  border-color: #00d1b2;
  color: #00d1b2;
}
/* line 187, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-primary.is-outlined:hover, .alert .button.is-outlined:hover, .button.is-primary.is-outlined.is-hovered, .alert .button.is-outlined.is-hovered, .button.is-primary.is-outlined:focus, .alert .button.is-outlined:focus, .button.is-primary.is-outlined.is-focused, .alert .button.is-outlined.is-focused {
  background-color: #00d1b2;
  border-color: #00d1b2;
  color: #fff;
}
/* line 195, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-primary.is-outlined.is-loading::after, .alert .button.is-outlined.is-loading::after {
  border-color: transparent transparent #00d1b2 #00d1b2 !important;
}
/* line 201, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-primary.is-outlined.is-loading:hover::after, .alert .button.is-outlined.is-loading:hover::after, .button.is-primary.is-outlined.is-loading.is-hovered::after, .alert .button.is-outlined.is-loading.is-hovered::after, .button.is-primary.is-outlined.is-loading:focus::after, .alert .button.is-outlined.is-loading:focus::after, .button.is-primary.is-outlined.is-loading.is-focused::after, .alert .button.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
/* line 203, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-primary.is-outlined[disabled], .alert .button.is-outlined[disabled], fieldset[disabled] .button.is-primary.is-outlined, fieldset[disabled] .alert .button.is-outlined, .alert fieldset[disabled] .button.is-outlined {
  background-color: transparent;
  border-color: #00d1b2;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #00d1b2;
}
/* line 209, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-primary.is-inverted.is-outlined, .alert .button.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
/* line 213, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-primary.is-inverted.is-outlined:hover, .alert .button.is-inverted.is-outlined:hover, .button.is-primary.is-inverted.is-outlined.is-hovered, .alert .button.is-inverted.is-outlined.is-hovered, .button.is-primary.is-inverted.is-outlined:focus, .alert .button.is-inverted.is-outlined:focus, .button.is-primary.is-inverted.is-outlined.is-focused, .alert .button.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #00d1b2;
}
/* line 224, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-primary.is-inverted.is-outlined.is-loading:hover::after, .alert .button.is-inverted.is-outlined.is-loading:hover::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-hovered::after, .alert .button.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-primary.is-inverted.is-outlined.is-loading:focus::after, .alert .button.is-inverted.is-outlined.is-loading:focus::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-focused::after, .alert .button.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #00d1b2 #00d1b2 !important;
}
/* line 226, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-primary.is-inverted.is-outlined[disabled], .alert .button.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-primary.is-inverted.is-outlined, fieldset[disabled] .alert .button.is-inverted.is-outlined, .alert fieldset[disabled] .button.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}
/* line 236, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-primary.is-light, .alert .button.is-light {
  background-color: #ebfffc;
  color: #00947e;
}
/* line 239, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-primary.is-light:hover, .alert .button.is-light:hover, .button.is-primary.is-light.is-hovered, .alert .button.is-light.is-hovered {
  background-color: #defffa;
  border-color: transparent;
  color: #00947e;
}
/* line 244, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-primary.is-light:active, .alert .button.is-light:active, .button.is-primary.is-light.is-active, .alert .button.is-light.is-active {
  background-color: #d1fff8;
  border-color: transparent;
  color: #00947e;
}
/* line 143, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-link {
  background-color: #3273dc;
  border-color: transparent;
  color: #fff;
}
/* line 147, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-link:hover, .button.is-link.is-hovered {
  background-color: #276cda;
  border-color: transparent;
  color: #fff;
}
/* line 152, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-link:focus, .button.is-link.is-focused {
  border-color: transparent;
  color: #fff;
}
/* line 156, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-link:focus:not(:active), .button.is-link.is-focused:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
          box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}
/* line 158, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-link:active, .button.is-link.is-active {
  background-color: #2366d1;
  border-color: transparent;
  color: #fff;
}
/* line 163, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-link[disabled], fieldset[disabled] .button.is-link {
  background-color: #3273dc;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
/* line 168, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-link.is-inverted {
  background-color: #fff;
  color: #3273dc;
}
/* line 171, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-link.is-inverted:hover, .button.is-link.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
/* line 174, /usr/local/bundle/gems/bulma-rails-0.9.2/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;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #3273dc;
}
/* line 181, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-link.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
/* line 183, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-link.is-outlined {
  background-color: transparent;
  border-color: #3273dc;
  color: #3273dc;
}
/* line 187, /usr/local/bundle/gems/bulma-rails-0.9.2/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: #3273dc;
  border-color: #3273dc;
  color: #fff;
}
/* line 195, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-link.is-outlined.is-loading::after {
  border-color: transparent transparent #3273dc #3273dc !important;
}
/* line 201, /usr/local/bundle/gems/bulma-rails-0.9.2/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 203, /usr/local/bundle/gems/bulma-rails-0.9.2/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: #3273dc;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #3273dc;
}
/* line 209, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-link.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
/* line 213, /usr/local/bundle/gems/bulma-rails-0.9.2/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: #3273dc;
}
/* line 224, /usr/local/bundle/gems/bulma-rails-0.9.2/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 #3273dc #3273dc !important;
}
/* line 226, /usr/local/bundle/gems/bulma-rails-0.9.2/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;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}
/* line 236, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-link.is-light {
  background-color: #eef3fc;
  color: #2160c4;
}
/* line 239, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-link.is-light:hover, .button.is-link.is-light.is-hovered {
  background-color: #e3ecfa;
  border-color: transparent;
  color: #2160c4;
}
/* line 244, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-link.is-light:active, .button.is-link.is-light.is-active {
  background-color: #d8e4f8;
  border-color: transparent;
  color: #2160c4;
}
/* line 143, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-info {
  background-color: #3298dc;
  border-color: transparent;
  color: #fff;
}
/* line 147, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-info:hover, .button.is-info.is-hovered {
  background-color: #2793da;
  border-color: transparent;
  color: #fff;
}
/* line 152, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-info:focus, .button.is-info.is-focused {
  border-color: transparent;
  color: #fff;
}
/* line 156, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-info:focus:not(:active), .button.is-info.is-focused:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(50, 152, 220, 0.25);
          box-shadow: 0 0 0 0.125em rgba(50, 152, 220, 0.25);
}
/* line 158, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-info:active, .button.is-info.is-active {
  background-color: #238cd1;
  border-color: transparent;
  color: #fff;
}
/* line 163, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-info[disabled], fieldset[disabled] .button.is-info {
  background-color: #3298dc;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
/* line 168, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-info.is-inverted {
  background-color: #fff;
  color: #3298dc;
}
/* line 171, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-info.is-inverted:hover, .button.is-info.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
/* line 174, /usr/local/bundle/gems/bulma-rails-0.9.2/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;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #3298dc;
}
/* line 181, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-info.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
/* line 183, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-info.is-outlined {
  background-color: transparent;
  border-color: #3298dc;
  color: #3298dc;
}
/* line 187, /usr/local/bundle/gems/bulma-rails-0.9.2/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: #3298dc;
  border-color: #3298dc;
  color: #fff;
}
/* line 195, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-info.is-outlined.is-loading::after {
  border-color: transparent transparent #3298dc #3298dc !important;
}
/* line 201, /usr/local/bundle/gems/bulma-rails-0.9.2/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 203, /usr/local/bundle/gems/bulma-rails-0.9.2/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: #3298dc;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #3298dc;
}
/* line 209, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-info.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
/* line 213, /usr/local/bundle/gems/bulma-rails-0.9.2/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: #3298dc;
}
/* line 224, /usr/local/bundle/gems/bulma-rails-0.9.2/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 #3298dc #3298dc !important;
}
/* line 226, /usr/local/bundle/gems/bulma-rails-0.9.2/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;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}
/* line 236, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-info.is-light {
  background-color: #eef6fc;
  color: #1d72aa;
}
/* line 239, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-info.is-light:hover, .button.is-info.is-light.is-hovered {
  background-color: #e3f1fa;
  border-color: transparent;
  color: #1d72aa;
}
/* line 244, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-info.is-light:active, .button.is-info.is-light.is-active {
  background-color: #d8ebf8;
  border-color: transparent;
  color: #1d72aa;
}
/* line 143, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-success {
  background-color: #48c774;
  border-color: transparent;
  color: #fff;
}
/* line 147, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-success:hover, .button.is-success.is-hovered {
  background-color: #3ec46d;
  border-color: transparent;
  color: #fff;
}
/* line 152, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-success:focus, .button.is-success.is-focused {
  border-color: transparent;
  color: #fff;
}
/* line 156, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-success:focus:not(:active), .button.is-success.is-focused:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(72, 199, 116, 0.25);
          box-shadow: 0 0 0 0.125em rgba(72, 199, 116, 0.25);
}
/* line 158, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-success:active, .button.is-success.is-active {
  background-color: #3abb67;
  border-color: transparent;
  color: #fff;
}
/* line 163, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-success[disabled], fieldset[disabled] .button.is-success {
  background-color: #48c774;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
/* line 168, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-success.is-inverted {
  background-color: #fff;
  color: #48c774;
}
/* line 171, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-success.is-inverted:hover, .button.is-success.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
/* line 174, /usr/local/bundle/gems/bulma-rails-0.9.2/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;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #48c774;
}
/* line 181, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-success.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
/* line 183, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-success.is-outlined {
  background-color: transparent;
  border-color: #48c774;
  color: #48c774;
}
/* line 187, /usr/local/bundle/gems/bulma-rails-0.9.2/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: #48c774;
  border-color: #48c774;
  color: #fff;
}
/* line 195, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-success.is-outlined.is-loading::after {
  border-color: transparent transparent #48c774 #48c774 !important;
}
/* line 201, /usr/local/bundle/gems/bulma-rails-0.9.2/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 203, /usr/local/bundle/gems/bulma-rails-0.9.2/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: #48c774;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #48c774;
}
/* line 209, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-success.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
/* line 213, /usr/local/bundle/gems/bulma-rails-0.9.2/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: #48c774;
}
/* line 224, /usr/local/bundle/gems/bulma-rails-0.9.2/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 #48c774 #48c774 !important;
}
/* line 226, /usr/local/bundle/gems/bulma-rails-0.9.2/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;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}
/* line 236, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-success.is-light {
  background-color: #effaf3;
  color: #257942;
}
/* line 239, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-success.is-light:hover, .button.is-success.is-light.is-hovered {
  background-color: #e6f7ec;
  border-color: transparent;
  color: #257942;
}
/* line 244, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-success.is-light:active, .button.is-success.is-light.is-active {
  background-color: #dcf4e4;
  border-color: transparent;
  color: #257942;
}
/* line 143, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-warning {
  background-color: #ffdd57;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
/* line 147, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-warning:hover, .button.is-warning.is-hovered {
  background-color: #ffdb4a;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
/* line 152, /usr/local/bundle/gems/bulma-rails-0.9.2/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 156, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-warning:focus:not(:active), .button.is-warning.is-focused:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
          box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
}
/* line 158, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-warning:active, .button.is-warning.is-active {
  background-color: #ffd83d;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
/* line 163, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-warning[disabled], fieldset[disabled] .button.is-warning {
  background-color: #ffdd57;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
/* line 168, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-warning.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffdd57;
}
/* line 171, /usr/local/bundle/gems/bulma-rails-0.9.2/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 174, /usr/local/bundle/gems/bulma-rails-0.9.2/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;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffdd57;
}
/* line 181, /usr/local/bundle/gems/bulma-rails-0.9.2/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 183, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-warning.is-outlined {
  background-color: transparent;
  border-color: #ffdd57;
  color: #ffdd57;
}
/* line 187, /usr/local/bundle/gems/bulma-rails-0.9.2/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: #ffdd57;
  border-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}
/* line 195, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-warning.is-outlined.is-loading::after {
  border-color: transparent transparent #ffdd57 #ffdd57 !important;
}
/* line 201, /usr/local/bundle/gems/bulma-rails-0.9.2/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 203, /usr/local/bundle/gems/bulma-rails-0.9.2/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: #ffdd57;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffdd57;
}
/* line 209, /usr/local/bundle/gems/bulma-rails-0.9.2/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 213, /usr/local/bundle/gems/bulma-rails-0.9.2/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: #ffdd57;
}
/* line 224, /usr/local/bundle/gems/bulma-rails-0.9.2/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 #ffdd57 #ffdd57 !important;
}
/* line 226, /usr/local/bundle/gems/bulma-rails-0.9.2/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);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: rgba(0, 0, 0, 0.7);
}
/* line 236, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-warning.is-light {
  background-color: #fffbeb;
  color: #947600;
}
/* line 239, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-warning.is-light:hover, .button.is-warning.is-light.is-hovered {
  background-color: #fff8de;
  border-color: transparent;
  color: #947600;
}
/* line 244, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-warning.is-light:active, .button.is-warning.is-light.is-active {
  background-color: #fff6d1;
  border-color: transparent;
  color: #947600;
}
/* line 143, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-danger {
  background-color: #f14668;
  border-color: transparent;
  color: #fff;
}
/* line 147, /usr/local/bundle/gems/bulma-rails-0.9.2/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 152, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-danger:focus, .button.is-danger.is-focused {
  border-color: transparent;
  color: #fff;
}
/* line 156, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-danger:focus:not(:active), .button.is-danger.is-focused:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25);
          box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25);
}
/* line 158, /usr/local/bundle/gems/bulma-rails-0.9.2/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 163, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-danger[disabled], fieldset[disabled] .button.is-danger {
  background-color: #f14668;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
/* line 168, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-danger.is-inverted {
  background-color: #fff;
  color: #f14668;
}
/* line 171, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-danger.is-inverted:hover, .button.is-danger.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
/* line 174, /usr/local/bundle/gems/bulma-rails-0.9.2/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;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #f14668;
}
/* line 181, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-danger.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
/* line 183, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-danger.is-outlined {
  background-color: transparent;
  border-color: #f14668;
  color: #f14668;
}
/* line 187, /usr/local/bundle/gems/bulma-rails-0.9.2/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 195, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-danger.is-outlined.is-loading::after {
  border-color: transparent transparent #f14668 #f14668 !important;
}
/* line 201, /usr/local/bundle/gems/bulma-rails-0.9.2/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 203, /usr/local/bundle/gems/bulma-rails-0.9.2/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;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #f14668;
}
/* line 209, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-danger.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
/* line 213, /usr/local/bundle/gems/bulma-rails-0.9.2/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 224, /usr/local/bundle/gems/bulma-rails-0.9.2/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 226, /usr/local/bundle/gems/bulma-rails-0.9.2/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;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}
/* line 236, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-danger.is-light {
  background-color: #feecf0;
  color: #cc0f35;
}
/* line 239, /usr/local/bundle/gems/bulma-rails-0.9.2/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 244, /usr/local/bundle/gems/bulma-rails-0.9.2/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 250, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-small, .alert .button {
  font-size: 0.75rem;
}
/* line 50, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-small:not(.is-rounded), .alert .button:not(.is-rounded) {
  border-radius: 2px;
}
/* line 252, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-normal {
  font-size: 1rem;
}
/* line 254, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-medium {
  font-size: 1.25rem;
}
/* line 256, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-large {
  font-size: 1.5rem;
}
/* line 259, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button[disabled], fieldset[disabled] .button {
  background-color: white;
  border-color: #dbdbdb;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 0.5;
}
/* line 265, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-fullwidth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
/* line 268, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-loading {
  color: transparent !important;
  pointer-events: none;
}
/* line 271, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-loading::after {
  position: absolute;
  left: calc(50% - (1em / 2));
  top: calc(50% - (1em / 2));
  position: absolute !important;
}
/* line 275, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-static {
  background-color: whitesmoke;
  border-color: #dbdbdb;
  color: #7a7a7a;
  -webkit-box-shadow: none;
          box-shadow: none;
  pointer-events: none;
}
/* line 281, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.button.is-rounded {
  border-radius: 290486px;
  padding-left: calc(1em + 0.25em);
  padding-right: calc(1em + 0.25em);
}

/* line 286, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.buttons {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
/* line 291, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.buttons .button {
  margin-bottom: 0.5rem;
}
/* line 293, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.buttons .button:not(:last-child):not(.is-fullwidth) {
  margin-right: 0.5rem;
}
/* line 295, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.buttons:last-child {
  margin-bottom: -0.5rem;
}
/* line 297, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.buttons:not(:last-child) {
  margin-bottom: 1rem;
}
/* line 301, /usr/local/bundle/gems/bulma-rails-0.9.2/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 50, /usr/local/bundle/gems/bulma-rails-0.9.2/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 304, /usr/local/bundle/gems/bulma-rails-0.9.2/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 307, /usr/local/bundle/gems/bulma-rails-0.9.2/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 311, /usr/local/bundle/gems/bulma-rails-0.9.2/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 314, /usr/local/bundle/gems/bulma-rails-0.9.2/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 318, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.buttons.has-addons .button:last-child {
  margin-right: 0;
}
/* line 320, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.buttons.has-addons .button:hover, .buttons.has-addons .button.is-hovered {
  z-index: 2;
}
/* line 323, /usr/local/bundle/gems/bulma-rails-0.9.2/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 329, /usr/local/bundle/gems/bulma-rails-0.9.2/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 331, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.buttons.has-addons .button.is-expanded {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
/* line 334, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.buttons.is-centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* line 337, /usr/local/bundle/gems/bulma-rails-0.9.2/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 340, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/button.sass */
.buttons.is-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
/* line 343, /usr/local/bundle/gems/bulma-rails-0.9.2/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;
}

/* line 6, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/container.sass */
.container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
}
/* line 11, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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.2/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.2/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.2/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.2/app/assets/stylesheets/sass/elements/container.sass */
  .container:not(.is-max-desktop):not(.is-max-widescreen) {
    max-width: 1344px;
  }
}

/* line 25, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/content.sass */
.content li + li {
  margin-top: 0.25em;
}
/* line 35, /usr/local/bundle/gems/bulma-rails-0.9.2/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 37, /usr/local/bundle/gems/bulma-rails-0.9.2/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 46, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/content.sass */
.content h1 {
  font-size: 2em;
  margin-bottom: 0.5em;
}
/* line 49, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/content.sass */
.content h1:not(:first-child) {
  margin-top: 1em;
}
/* line 51, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/content.sass */
.content h2 {
  font-size: 1.75em;
  margin-bottom: 0.5714em;
}
/* line 54, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/content.sass */
.content h2:not(:first-child) {
  margin-top: 1.1428em;
}
/* line 56, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/content.sass */
.content h3 {
  font-size: 1.5em;
  margin-bottom: 0.6666em;
}
/* line 59, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/content.sass */
.content h3:not(:first-child) {
  margin-top: 1.3333em;
}
/* line 61, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/content.sass */
.content h4 {
  font-size: 1.25em;
  margin-bottom: 0.8em;
}
/* line 64, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/content.sass */
.content h5 {
  font-size: 1.125em;
  margin-bottom: 0.8888em;
}
/* line 67, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/content.sass */
.content h6 {
  font-size: 1em;
  margin-bottom: 1em;
}
/* line 70, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/content.sass */
.content blockquote {
  background-color: whitesmoke;
  border-left: 5px solid #dbdbdb;
  padding: 1.25em 1.5em;
}
/* line 74, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/content.sass */
.content ol {
  list-style-position: outside;
  margin-left: 2em;
  margin-top: 1em;
}
/* line 78, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/content.sass */
.content ol:not([type]) {
  list-style-type: decimal;
}
/* line 80, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/content.sass */
.content ol:not([type]).is-lower-alpha {
  list-style-type: lower-alpha;
}
/* line 82, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/content.sass */
.content ol:not([type]).is-lower-roman {
  list-style-type: lower-roman;
}
/* line 84, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/content.sass */
.content ol:not([type]).is-upper-alpha {
  list-style-type: upper-alpha;
}
/* line 86, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/content.sass */
.content ol:not([type]).is-upper-roman {
  list-style-type: upper-roman;
}
/* line 88, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/content.sass */
.content ul {
  list-style: disc outside;
  margin-left: 2em;
  margin-top: 1em;
}
/* line 92, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/content.sass */
.content ul ul {
  list-style-type: circle;
  margin-top: 0.5em;
}
/* line 95, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/content.sass */
.content ul ul ul {
  list-style-type: square;
}
/* line 97, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/content.sass */
.content dd {
  margin-left: 2em;
}
/* line 99, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/content.sass */
.content figure {
  margin-left: 2em;
  margin-right: 2em;
  text-align: center;
}
/* line 103, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/content.sass */
.content figure:not(:first-child) {
  margin-top: 2em;
}
/* line 105, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/content.sass */
.content figure:not(:last-child) {
  margin-bottom: 2em;
}
/* line 107, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/content.sass */
.content figure img {
  display: inline-block;
}
/* line 109, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/content.sass */
.content figure figcaption {
  font-style: italic;
}
/* line 111, /usr/local/bundle/gems/bulma-rails-0.9.2/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 117, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/content.sass */
.content sup,
.content sub {
  font-size: 75%;
}
/* line 120, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/content.sass */
.content table {
  width: 100%;
}
/* line 122, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/content.sass */
.content table td,
.content table th {
  border: 1px solid #dbdbdb;
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
}
/* line 128, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/content.sass */
.content table th {
  color: #363636;
}
/* line 130, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/content.sass */
.content table th:not([align]) {
  text-align: inherit;
}
/* line 133, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/content.sass */
.content table thead td,
.content table thead th {
  border-width: 0 0 2px;
  color: #363636;
}
/* line 138, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/content.sass */
.content table tfoot td,
.content table tfoot th {
  border-width: 2px 0 0;
  color: #363636;
}
/* line 145, /usr/local/bundle/gems/bulma-rails-0.9.2/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 149, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/content.sass */
.content .tabs li + li {
  margin-top: 0;
}
/* line 152, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/content.sass */
.content.is-small, .alert .content.button {
  font-size: 0.75rem;
}
/* line 154, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/content.sass */
.content.is-medium {
  font-size: 1.25rem;
}
/* line 156, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/content.sass */
.content.is-large {
  font-size: 1.5rem;
}

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

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

/* line 39, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/icon.sass */
div.icon-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

/* line 12, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/notification.sass */
.notification {
  background-color: whitesmoke;
  border-radius: 4px;
  position: relative;
  padding: 1.25rem 2.5rem 1.25rem 1.5rem;
}
/* line 21, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/app/assets/stylesheets/sass/elements/notification.sass */
.notification strong {
  color: currentColor;
}
/* line 26, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/notification.sass */
.notification code,
.notification pre {
  background: white;
}
/* line 29, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/notification.sass */
.notification pre code {
  background: transparent;
}
/* line 31, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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.2/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.2/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.2/app/assets/stylesheets/sass/elements/notification.sass */
.notification.is-light {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}
/* line 43, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/app/assets/stylesheets/sass/elements/notification.sass */
.notification.is-primary, .alert .notification.button {
  background-color: #00d1b2;
  color: #fff;
}
/* line 50, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/notification.sass */
.notification.is-primary.is-light, .alert .notification.is-light.button {
  background-color: #ebfffc;
  color: #00947e;
}
/* line 43, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/notification.sass */
.notification.is-link {
  background-color: #3273dc;
  color: #fff;
}
/* line 50, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/notification.sass */
.notification.is-link.is-light {
  background-color: #eef3fc;
  color: #2160c4;
}
/* line 43, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/notification.sass */
.notification.is-info {
  background-color: #3298dc;
  color: #fff;
}
/* line 50, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/notification.sass */
.notification.is-info.is-light {
  background-color: #eef6fc;
  color: #1d72aa;
}
/* line 43, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/notification.sass */
.notification.is-success {
  background-color: #48c774;
  color: #fff;
}
/* line 50, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/notification.sass */
.notification.is-success.is-light {
  background-color: #effaf3;
  color: #257942;
}
/* line 43, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/notification.sass */
.notification.is-warning {
  background-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}
/* line 50, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/notification.sass */
.notification.is-warning.is-light {
  background-color: #fffbeb;
  color: #947600;
}
/* line 43, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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.2/app/assets/stylesheets/sass/elements/progress.sass */
.progress {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 290486px;
  display: block;
  height: 1rem;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
/* line 22, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/progress.sass */
.progress::-webkit-progress-bar {
  background-color: #ededed;
}
/* line 24, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/progress.sass */
.progress::-webkit-progress-value {
  background-color: #4a4a4a;
}
/* line 26, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/progress.sass */
.progress::-moz-progress-bar {
  background-color: #4a4a4a;
}
/* line 28, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/progress.sass */
.progress::-ms-fill {
  background-color: #4a4a4a;
  border: none;
}
/* line 35, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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.2/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.2/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-white:indeterminate {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, white), color-stop(30%, #ededed));
  background-image: -webkit-linear-gradient(left, white 30%, #ededed 30%);
  background-image: -o-linear-gradient(left, white 30%, #ededed 30%);
  background-image: linear-gradient(to right, white 30%, #ededed 30%);
}
/* line 35, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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.2/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.2/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-black:indeterminate {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #0a0a0a), color-stop(30%, #ededed));
  background-image: -webkit-linear-gradient(left, #0a0a0a 30%, #ededed 30%);
  background-image: -o-linear-gradient(left, #0a0a0a 30%, #ededed 30%);
  background-image: linear-gradient(to right, #0a0a0a 30%, #ededed 30%);
}
/* line 35, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-light::-webkit-progress-value {
  background-color: whitesmoke;
}
/* line 37, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-light::-moz-progress-bar {
  background-color: whitesmoke;
}
/* line 39, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-light::-ms-fill {
  background-color: whitesmoke;
}
/* line 41, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-light:indeterminate {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, whitesmoke), color-stop(30%, #ededed));
  background-image: -webkit-linear-gradient(left, whitesmoke 30%, #ededed 30%);
  background-image: -o-linear-gradient(left, whitesmoke 30%, #ededed 30%);
  background-image: linear-gradient(to right, whitesmoke 30%, #ededed 30%);
}
/* line 35, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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.2/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.2/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-dark:indeterminate {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #363636), color-stop(30%, #ededed));
  background-image: -webkit-linear-gradient(left, #363636 30%, #ededed 30%);
  background-image: -o-linear-gradient(left, #363636 30%, #ededed 30%);
  background-image: linear-gradient(to right, #363636 30%, #ededed 30%);
}
/* line 35, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-primary::-webkit-progress-value, .alert .progress.button::-webkit-progress-value {
  background-color: #00d1b2;
}
/* line 37, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-primary::-moz-progress-bar, .alert .progress.button::-moz-progress-bar {
  background-color: #00d1b2;
}
/* line 39, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-primary::-ms-fill, .alert .progress.button::-ms-fill {
  background-color: #00d1b2;
}
/* line 41, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-primary:indeterminate, .alert .progress.button:indeterminate {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #00d1b2), color-stop(30%, #ededed));
  background-image: -webkit-linear-gradient(left, #00d1b2 30%, #ededed 30%);
  background-image: -o-linear-gradient(left, #00d1b2 30%, #ededed 30%);
  background-image: linear-gradient(to right, #00d1b2 30%, #ededed 30%);
}
/* line 35, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-link::-webkit-progress-value {
  background-color: #3273dc;
}
/* line 37, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-link::-moz-progress-bar {
  background-color: #3273dc;
}
/* line 39, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-link::-ms-fill {
  background-color: #3273dc;
}
/* line 41, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-link:indeterminate {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #3273dc), color-stop(30%, #ededed));
  background-image: -webkit-linear-gradient(left, #3273dc 30%, #ededed 30%);
  background-image: -o-linear-gradient(left, #3273dc 30%, #ededed 30%);
  background-image: linear-gradient(to right, #3273dc 30%, #ededed 30%);
}
/* line 35, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-info::-webkit-progress-value {
  background-color: #3298dc;
}
/* line 37, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-info::-moz-progress-bar {
  background-color: #3298dc;
}
/* line 39, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-info::-ms-fill {
  background-color: #3298dc;
}
/* line 41, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-info:indeterminate {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #3298dc), color-stop(30%, #ededed));
  background-image: -webkit-linear-gradient(left, #3298dc 30%, #ededed 30%);
  background-image: -o-linear-gradient(left, #3298dc 30%, #ededed 30%);
  background-image: linear-gradient(to right, #3298dc 30%, #ededed 30%);
}
/* line 35, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-success::-webkit-progress-value {
  background-color: #48c774;
}
/* line 37, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-success::-moz-progress-bar {
  background-color: #48c774;
}
/* line 39, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-success::-ms-fill {
  background-color: #48c774;
}
/* line 41, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-success:indeterminate {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #48c774), color-stop(30%, #ededed));
  background-image: -webkit-linear-gradient(left, #48c774 30%, #ededed 30%);
  background-image: -o-linear-gradient(left, #48c774 30%, #ededed 30%);
  background-image: linear-gradient(to right, #48c774 30%, #ededed 30%);
}
/* line 35, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-warning::-webkit-progress-value {
  background-color: #ffdd57;
}
/* line 37, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-warning::-moz-progress-bar {
  background-color: #ffdd57;
}
/* line 39, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-warning::-ms-fill {
  background-color: #ffdd57;
}
/* line 41, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-warning:indeterminate {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #ffdd57), color-stop(30%, #ededed));
  background-image: -webkit-linear-gradient(left, #ffdd57 30%, #ededed 30%);
  background-image: -o-linear-gradient(left, #ffdd57 30%, #ededed 30%);
  background-image: linear-gradient(to right, #ffdd57 30%, #ededed 30%);
}
/* line 35, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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.2/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.2/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-danger:indeterminate {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #f14668), color-stop(30%, #ededed));
  background-image: -webkit-linear-gradient(left, #f14668 30%, #ededed 30%);
  background-image: -o-linear-gradient(left, #f14668 30%, #ededed 30%);
  background-image: linear-gradient(to right, #f14668 30%, #ededed 30%);
}
/* line 44, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/progress.sass */
.progress:indeterminate {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: moveIndeterminate;
          animation-name: moveIndeterminate;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  background-color: #ededed;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #4a4a4a), color-stop(30%, #ededed));
  background-image: -webkit-linear-gradient(left, #4a4a4a 30%, #ededed 30%);
  background-image: -o-linear-gradient(left, #4a4a4a 30%, #ededed 30%);
  background-image: linear-gradient(to right, #4a4a4a 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.2/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.2/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.2/app/assets/stylesheets/sass/elements/progress.sass */
.progress:indeterminate::-ms-fill {
  animation-name: none;
}
/* line 62, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-small, .alert .progress.button {
  height: 0.75rem;
}
/* line 64, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-medium {
  height: 1.25rem;
}
/* line 66, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-large {
  height: 1.5rem;
}

@-webkit-keyframes moveIndeterminate {
  from {
    background-position: 200% 0;
  }
  to {
    background-position: -200% 0;
  }
}

@keyframes moveIndeterminate {
  from {
    background-position: 200% 0;
  }
  to {
    background-position: -200% 0;
  }
}
/* line 30, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/table.sass */
.table {
  background-color: white;
  color: #363636;
}
/* line 34, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/table.sass */
.table td,
.table th {
  border: 1px solid #dbdbdb;
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
}
/* line 44, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/table.sass */
.table td.is-white,
.table th.is-white {
  background-color: white;
  border-color: white;
  color: #0a0a0a;
}
/* line 44, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/table.sass */
.table td.is-black,
.table th.is-black {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: white;
}
/* line 44, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/table.sass */
.table td.is-light,
.table th.is-light {
  background-color: whitesmoke;
  border-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}
/* line 44, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/table.sass */
.table td.is-dark,
.table th.is-dark {
  background-color: #363636;
  border-color: #363636;
  color: #fff;
}
/* line 44, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/table.sass */
.table td.is-primary, .table .alert td.button, .alert .table td.button,
.table th.is-primary,
.table .alert th.button,
.alert .table th.button {
  background-color: #00d1b2;
  border-color: #00d1b2;
  color: #fff;
}
/* line 44, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/table.sass */
.table td.is-link,
.table th.is-link {
  background-color: #3273dc;
  border-color: #3273dc;
  color: #fff;
}
/* line 44, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/table.sass */
.table td.is-info,
.table th.is-info {
  background-color: #3298dc;
  border-color: #3298dc;
  color: #fff;
}
/* line 44, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/table.sass */
.table td.is-success,
.table th.is-success {
  background-color: #48c774;
  border-color: #48c774;
  color: #fff;
}
/* line 44, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/table.sass */
.table td.is-warning,
.table th.is-warning {
  background-color: #ffdd57;
  border-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}
/* line 44, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/table.sass */
.table td.is-danger,
.table th.is-danger {
  background-color: #f14668;
  border-color: #f14668;
  color: #fff;
}
/* line 49, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/table.sass */
.table td.is-narrow,
.table th.is-narrow {
  white-space: nowrap;
  width: 1%;
}
/* line 52, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/table.sass */
.table td.is-selected,
.table th.is-selected {
  background-color: #00d1b2;
  color: #fff;
}
/* line 55, /usr/local/bundle/gems/bulma-rails-0.9.2/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 58, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/table.sass */
.table td.is-vcentered,
.table th.is-vcentered {
  vertical-align: middle;
}
/* line 60, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/table.sass */
.table th {
  color: #363636;
}
/* line 62, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/table.sass */
.table th:not([align]) {
  text-align: inherit;
}
/* line 65, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/table.sass */
.table tr.is-selected {
  background-color: #00d1b2;
  color: #fff;
}
/* line 68, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/table.sass */
.table tr.is-selected a,
.table tr.is-selected strong {
  color: currentColor;
}
/* line 71, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/table.sass */
.table tr.is-selected td,
.table tr.is-selected th {
  border-color: #fff;
  color: currentColor;
}
/* line 75, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/table.sass */
.table thead {
  background-color: transparent;
}
/* line 77, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/table.sass */
.table thead td,
.table thead th {
  border-width: 0 0 2px;
  color: #363636;
}
/* line 81, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/table.sass */
.table tfoot {
  background-color: transparent;
}
/* line 83, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/table.sass */
.table tfoot td,
.table tfoot th {
  border-width: 2px 0 0;
  color: #363636;
}
/* line 87, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/table.sass */
.table tbody {
  background-color: transparent;
}
/* line 91, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/table.sass */
.table tbody tr:last-child td,
.table tbody tr:last-child th {
  border-bottom-width: 0;
}
/* line 96, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/table.sass */
.table.is-bordered td,
.table.is-bordered th {
  border-width: 1px;
}
/* line 101, /usr/local/bundle/gems/bulma-rails-0.9.2/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 104, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/table.sass */
.table.is-fullwidth {
  width: 100%;
}
/* line 109, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/table.sass */
.table.is-hoverable tbody tr:not(.is-selected):hover {
  background-color: #fafafa;
}
/* line 114, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/table.sass */
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover {
  background-color: #fafafa;
}
/* line 116, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/table.sass */
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even) {
  background-color: whitesmoke;
}
/* line 119, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/table.sass */
.table.is-narrow td,
.table.is-narrow th {
  padding: 0.25em 0.5em;
}
/* line 125, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/table.sass */
.table.is-striped tbody tr:not(.is-selected):nth-child(even) {
  background-color: #fafafa;
}

/* line 128, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/app/assets/stylesheets/sass/elements/tag.sass */
.tags {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
/* line 15, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/tag.sass */
.tags .tag {
  margin-bottom: 0.5rem;
}
/* line 17, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/app/assets/stylesheets/sass/elements/tag.sass */
.tags:last-child {
  margin-bottom: -0.5rem;
}
/* line 21, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/tag.sass */
.tags:not(:last-child) {
  margin-bottom: 1rem;
}
/* line 25, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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.2/app/assets/stylesheets/sass/elements/tag.sass */
.tags.is-centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* line 32, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/app/assets/stylesheets/sass/elements/tag.sass */
.tags.is-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
/* line 38, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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.2/app/assets/stylesheets/sass/elements/tag.sass */
.tags.has-addons .tag {
  margin-right: 0;
}
/* line 45, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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.2/app/assets/stylesheets/sass/elements/tag.sass */
.tag:not(body) {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: whitesmoke;
  border-radius: 4px;
  color: #4a4a4a;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.75rem;
  height: 2em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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.2/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.2/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.2/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.2/app/assets/stylesheets/sass/elements/tag.sass */
.tag:not(body).is-light {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}
/* line 81, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/app/assets/stylesheets/sass/elements/tag.sass */
.tag:not(body).is-primary, .alert .tag.button:not(body) {
  background-color: #00d1b2;
  color: #fff;
}
/* line 88, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/tag.sass */
.tag:not(body).is-primary.is-light, .alert .tag.button:not(body).is-light {
  background-color: #ebfffc;
  color: #00947e;
}
/* line 81, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/tag.sass */
.tag:not(body).is-link {
  background-color: #3273dc;
  color: #fff;
}
/* line 88, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/tag.sass */
.tag:not(body).is-link.is-light {
  background-color: #eef3fc;
  color: #2160c4;
}
/* line 81, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/tag.sass */
.tag:not(body).is-info {
  background-color: #3298dc;
  color: #fff;
}
/* line 88, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/tag.sass */
.tag:not(body).is-info.is-light {
  background-color: #eef6fc;
  color: #1d72aa;
}
/* line 81, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/tag.sass */
.tag:not(body).is-success {
  background-color: #48c774;
  color: #fff;
}
/* line 88, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/tag.sass */
.tag:not(body).is-success.is-light {
  background-color: #effaf3;
  color: #257942;
}
/* line 81, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/tag.sass */
.tag:not(body).is-warning {
  background-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}
/* line 88, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/tag.sass */
.tag:not(body).is-warning.is-light {
  background-color: #fffbeb;
  color: #947600;
}
/* line 81, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}
/* line 124, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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.2/app/assets/stylesheets/sass/elements/tag.sass */
.tag:not(body).is-delete:hover, .tag:not(body).is-delete:focus {
  background-color: #e8e8e8;
}
/* line 133, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/tag.sass */
.tag:not(body).is-delete:active {
  background-color: #dbdbdb;
}
/* line 135, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/tag.sass */
.tag:not(body).is-rounded {
  border-radius: 290486px;
}

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

/* line 22, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/title.sass */
.title,
.subtitle {
  word-break: break-word;
}
/* line 26, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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.2/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.2/app/assets/stylesheets/sass/elements/title.sass */
.title .tag,
.subtitle .tag {
  vertical-align: middle;
}

/* line 36, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/app/assets/stylesheets/sass/elements/title.sass */
.title strong {
  color: inherit;
  font-weight: inherit;
}
/* line 46, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/title.sass */
.title + .highlight {
  margin-top: -0.75rem;
}
/* line 48, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/title.sass */
.title:not(.is-spaced) + .subtitle {
  margin-top: -1.25rem;
}
/* line 53, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/title.sass */
.title.is-1 {
  font-size: 3rem;
}
/* line 53, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/title.sass */
.title.is-2 {
  font-size: 2.5rem;
}
/* line 53, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/title.sass */
.title.is-3 {
  font-size: 2rem;
}
/* line 53, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/title.sass */
.title.is-4 {
  font-size: 1.5rem;
}
/* line 53, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/title.sass */
.title.is-5 {
  font-size: 1.25rem;
}
/* line 53, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/title.sass */
.title.is-6 {
  font-size: 1rem;
}
/* line 53, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/title.sass */
.title.is-7 {
  font-size: 0.75rem;
}

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

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

/* line 16, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/other.sass */
.highlight {
  font-weight: 400;
  max-width: 100%;
  overflow: hidden;
  padding: 0;
}
/* line 22, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/other.sass */
.highlight pre {
  overflow: auto;
  max-width: 100%;
}

/* line 29, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/elements/other.sass */
.number {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: whitesmoke;
  border-radius: 290486px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.25rem;
  height: 2em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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.2/app/assets/stylesheets/sass/form/shared.sass */
.input, .textarea, .select select, .select2 .select2-selection select {
  background-color: white;
  border-color: #dbdbdb;
  border-radius: 4px;
  color: #363636;
}
/* line 68, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/utilities/mixins.sass */
.input::-moz-placeholder, .textarea::-moz-placeholder, .select select::-moz-placeholder, .select2 .select2-selection select::-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}
/* line 68, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/utilities/mixins.sass */
.input::-webkit-input-placeholder, .textarea::-webkit-input-placeholder, .select select::-webkit-input-placeholder, .select2 .select2-selection select::-webkit-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}
/* line 68, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/utilities/mixins.sass */
.input:-moz-placeholder, .textarea:-moz-placeholder, .select select:-moz-placeholder, .select2 .select2-selection select:-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}
/* line 68, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/utilities/mixins.sass */
.input:-ms-input-placeholder, .textarea:-ms-input-placeholder, .select select:-ms-input-placeholder, .select2 .select2-selection select:-ms-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}
/* line 41, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/shared.sass */
.input:hover, .textarea:hover, .select select:hover, .select2 .select2-selection select:hover, .is-hovered.input, .is-hovered.textarea, .select select.is-hovered, .select2 .select2-selection select.is-hovered {
  border-color: #b5b5b5;
}
/* line 44, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/shared.sass */
.input:focus, .textarea:focus, .select select:focus, .select2 .select2-selection select:focus, .is-focused.input, .is-focused.textarea, .select select.is-focused, .select2 .select2-selection select.is-focused, .input:active, .textarea:active, .select select:active, .select2 .select2-selection select:active, .is-active.input, .is-active.textarea, .select select.is-active, .select2 .select2-selection select.is-active {
  border-color: #3273dc;
  -webkit-box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
          box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}
/* line 50, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/shared.sass */
[disabled].input, [disabled].textarea, .select select[disabled], .select2 .select2-selection select[disabled], fieldset[disabled] .input, fieldset[disabled] .textarea, fieldset[disabled] .select select, .select fieldset[disabled] select, fieldset[disabled] .select2 .select2-selection select, .select2 .select2-selection fieldset[disabled] select {
  background-color: whitesmoke;
  border-color: whitesmoke;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #7a7a7a;
}
/* line 68, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/utilities/mixins.sass */
[disabled].input::-moz-placeholder, [disabled].textarea::-moz-placeholder, .select select[disabled]::-moz-placeholder, .select2 .select2-selection select[disabled]::-moz-placeholder, fieldset[disabled] .input::-moz-placeholder, fieldset[disabled] .textarea::-moz-placeholder, fieldset[disabled] .select select::-moz-placeholder, .select fieldset[disabled] select::-moz-placeholder, fieldset[disabled] .select2 .select2-selection select::-moz-placeholder, .select2 .select2-selection fieldset[disabled] select::-moz-placeholder {
  color: rgba(122, 122, 122, 0.3);
}
/* line 68, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/utilities/mixins.sass */
[disabled].input::-webkit-input-placeholder, [disabled].textarea::-webkit-input-placeholder, .select select[disabled]::-webkit-input-placeholder, .select2 .select2-selection select[disabled]::-webkit-input-placeholder, fieldset[disabled] .input::-webkit-input-placeholder, fieldset[disabled] .textarea::-webkit-input-placeholder, fieldset[disabled] .select select::-webkit-input-placeholder, .select fieldset[disabled] select::-webkit-input-placeholder, fieldset[disabled] .select2 .select2-selection select::-webkit-input-placeholder, .select2 .select2-selection fieldset[disabled] select::-webkit-input-placeholder {
  color: rgba(122, 122, 122, 0.3);
}
/* line 68, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/utilities/mixins.sass */
[disabled].input:-moz-placeholder, [disabled].textarea:-moz-placeholder, .select select[disabled]:-moz-placeholder, .select2 .select2-selection select[disabled]:-moz-placeholder, fieldset[disabled] .input:-moz-placeholder, fieldset[disabled] .textarea:-moz-placeholder, fieldset[disabled] .select select:-moz-placeholder, .select fieldset[disabled] select:-moz-placeholder, fieldset[disabled] .select2 .select2-selection select:-moz-placeholder, .select2 .select2-selection fieldset[disabled] select:-moz-placeholder {
  color: rgba(122, 122, 122, 0.3);
}
/* line 68, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/utilities/mixins.sass */
[disabled].input:-ms-input-placeholder, [disabled].textarea:-ms-input-placeholder, .select select[disabled]:-ms-input-placeholder, .select2 .select2-selection select[disabled]:-ms-input-placeholder, fieldset[disabled] .input:-ms-input-placeholder, fieldset[disabled] .textarea:-ms-input-placeholder, fieldset[disabled] .select select:-ms-input-placeholder, .select fieldset[disabled] select:-ms-input-placeholder, fieldset[disabled] .select2 .select2-selection select:-ms-input-placeholder, .select2 .select2-selection fieldset[disabled] select:-ms-input-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

/* line 7, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/input-textarea.sass */
.input, .textarea {
  -webkit-box-shadow: inset 0 0.0625em 0.125em rgba(10, 10, 10, 0.05);
          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.2/app/assets/stylesheets/sass/form/input-textarea.sass */
[readonly].input, [readonly].textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
}
/* line 17, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-white.input, .is-white.textarea {
  border-color: white;
}
/* line 19, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-white.input:focus, .is-white.textarea:focus, .is-white.is-focused.input, .is-white.is-focused.textarea, .is-white.input:active, .is-white.textarea:active, .is-white.is-active.input, .is-white.is-active.textarea {
  -webkit-box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
          box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}
/* line 17, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-black.input, .is-black.textarea {
  border-color: #0a0a0a;
}
/* line 19, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-black.input:focus, .is-black.textarea:focus, .is-black.is-focused.input, .is-black.is-focused.textarea, .is-black.input:active, .is-black.textarea:active, .is-black.is-active.input, .is-black.is-active.textarea {
  -webkit-box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
          box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}
/* line 17, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-light.input, .is-light.textarea {
  border-color: whitesmoke;
}
/* line 19, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-light.input:focus, .is-light.textarea:focus, .is-light.is-focused.input, .is-light.is-focused.textarea, .is-light.input:active, .is-light.textarea:active, .is-light.is-active.input, .is-light.is-active.textarea {
  -webkit-box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
          box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}
/* line 17, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-dark.input, .is-dark.textarea {
  border-color: #363636;
}
/* line 19, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-dark.input:focus, .is-dark.textarea:focus, .is-dark.is-focused.input, .is-dark.is-focused.textarea, .is-dark.input:active, .is-dark.textarea:active, .is-dark.is-active.input, .is-dark.is-active.textarea {
  -webkit-box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
          box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}
/* line 17, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-primary.input, .alert .input.button, .is-primary.textarea, .alert .textarea.button {
  border-color: #00d1b2;
}
/* line 19, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-primary.input:focus, .alert .input.button:focus, .is-primary.textarea:focus, .alert .textarea.button:focus, .is-primary.is-focused.input, .alert .is-focused.input.button, .is-primary.is-focused.textarea, .alert .is-focused.textarea.button, .is-primary.input:active, .alert .input.button:active, .is-primary.textarea:active, .alert .textarea.button:active, .is-primary.is-active.input, .alert .is-active.input.button, .is-primary.is-active.textarea, .alert .is-active.textarea.button {
  -webkit-box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
          box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
}
/* line 17, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-link.input, .is-link.textarea {
  border-color: #3273dc;
}
/* line 19, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-link.input:focus, .is-link.textarea:focus, .is-link.is-focused.input, .is-link.is-focused.textarea, .is-link.input:active, .is-link.textarea:active, .is-link.is-active.input, .is-link.is-active.textarea {
  -webkit-box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
          box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}
/* line 17, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-info.input, .is-info.textarea {
  border-color: #3298dc;
}
/* line 19, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-info.input:focus, .is-info.textarea:focus, .is-info.is-focused.input, .is-info.is-focused.textarea, .is-info.input:active, .is-info.textarea:active, .is-info.is-active.input, .is-info.is-active.textarea {
  -webkit-box-shadow: 0 0 0 0.125em rgba(50, 152, 220, 0.25);
          box-shadow: 0 0 0 0.125em rgba(50, 152, 220, 0.25);
}
/* line 17, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-success.input, .is-success.textarea {
  border-color: #48c774;
}
/* line 19, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-success.input:focus, .is-success.textarea:focus, .is-success.is-focused.input, .is-success.is-focused.textarea, .is-success.input:active, .is-success.textarea:active, .is-success.is-active.input, .is-success.is-active.textarea {
  -webkit-box-shadow: 0 0 0 0.125em rgba(72, 199, 116, 0.25);
          box-shadow: 0 0 0 0.125em rgba(72, 199, 116, 0.25);
}
/* line 17, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-warning.input, .is-warning.textarea {
  border-color: #ffdd57;
}
/* line 19, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-warning.input:focus, .is-warning.textarea:focus, .is-warning.is-focused.input, .is-warning.is-focused.textarea, .is-warning.input:active, .is-warning.textarea:active, .is-warning.is-active.input, .is-warning.is-active.textarea {
  -webkit-box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
          box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
}
/* line 17, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-danger.input, .is-danger.textarea {
  border-color: #f14668;
}
/* line 19, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-danger.input:focus, .is-danger.textarea:focus, .is-danger.is-focused.input, .is-danger.is-focused.textarea, .is-danger.input:active, .is-danger.textarea:active, .is-danger.is-active.input, .is-danger.is-active.textarea {
  -webkit-box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25);
          box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25);
}
/* line 25, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-small.input, .alert .input.button, .is-small.textarea, .alert .textarea.button {
  border-radius: 2px;
  font-size: 0.75rem;
}
/* line 27, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-medium.input, .is-medium.textarea {
  font-size: 1.25rem;
}
/* line 29, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-large.input, .is-large.textarea {
  font-size: 1.5rem;
}
/* line 32, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-fullwidth.input, .is-fullwidth.textarea {
  display: block;
  width: 100%;
}
/* line 35, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-inline.input, .is-inline.textarea {
  display: inline;
  width: auto;
}

/* line 41, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/input-textarea.sass */
.input.is-rounded {
  border-radius: 290486px;
  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.2/app/assets/stylesheets/sass/form/input-textarea.sass */
.input.is-static {
  background-color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}

/* line 52, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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.2/app/assets/stylesheets/sass/form/input-textarea.sass */
.textarea[rows] {
  height: initial;
}
/* line 65, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/input-textarea.sass */
.textarea.has-fixed-size {
  resize: none;
}

/* line 1, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/app/assets/stylesheets/sass/form/checkbox-radio.sass */
.checkbox input, .radio input {
  cursor: pointer;
}
/* line 8, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/checkbox-radio.sass */
.checkbox:hover, .radio:hover {
  color: #363636;
}
/* line 10, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/app/assets/stylesheets/sass/form/checkbox-radio.sass */
.radio + .radio {
  margin-left: 0.5em;
}

/* line 3, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/select.sass */
.select, .select2 .select2-selection {
  display: inline-block;
  max-width: 100%;
  position: relative;
  vertical-align: top;
}
/* line 8, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/select.sass */
.select:not(.is-multiple), .select2 .select2-selection:not(.is-multiple) {
  height: 2.5em;
}
/* line 11, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/select.sass */
.select:not(.is-multiple):not(.is-loading)::after, .select2 .select2-selection:not(.is-multiple):not(.is-loading)::after {
  border-color: #3273dc;
  right: 1.125em;
  z-index: 4;
}
/* line 17, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/select.sass */
.select.is-rounded select, .select2 .is-rounded.select2-selection select {
  border-radius: 290486px;
  padding-left: 1em;
}
/* line 20, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/select.sass */
.select select, .select2 .select2-selection select {
  cursor: pointer;
  display: block;
  font-size: 1em;
  max-width: 100%;
  outline: none;
}
/* line 27, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/select.sass */
.select select::-ms-expand, .select2 .select2-selection select::-ms-expand {
  display: none;
}
/* line 29, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/select.sass */
.select select[disabled]:hover, .select2 .select2-selection select[disabled]:hover, fieldset[disabled] .select select:hover, fieldset[disabled] .select2 .select2-selection select:hover, .select2 fieldset[disabled] .select2-selection select:hover {
  border-color: whitesmoke;
}
/* line 32, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/select.sass */
.select select:not([multiple]), .select2 .select2-selection select:not([multiple]) {
  padding-right: 2.5em;
}
/* line 34, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/select.sass */
.select select[multiple], .select2 .select2-selection select[multiple] {
  height: auto;
  padding: 0;
}
/* line 37, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/select.sass */
.select select[multiple] option, .select2 .select2-selection select[multiple] option {
  padding: 0.5em 1em;
}
/* line 41, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/select.sass */
.select:not(.is-multiple):not(.is-loading):hover::after, .select2 .select2-selection:not(.is-multiple):not(.is-loading):hover::after {
  border-color: #363636;
}
/* line 47, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/select.sass */
.select.is-white:not(:hover)::after, .select2 .is-white.select2-selection:not(:hover)::after {
  border-color: white;
}
/* line 49, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/select.sass */
.select.is-white select, .select2 .is-white.select2-selection select {
  border-color: white;
}
/* line 51, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/select.sass */
.select.is-white select:hover, .select2 .is-white.select2-selection select:hover, .select.is-white select.is-hovered, .select2 .is-white.select2-selection select.is-hovered {
  border-color: #f2f2f2;
}
/* line 54, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/select.sass */
.select.is-white select:focus, .select2 .is-white.select2-selection select:focus, .select.is-white select.is-focused, .select2 .is-white.select2-selection select.is-focused, .select.is-white select:active, .select2 .is-white.select2-selection select:active, .select.is-white select.is-active, .select2 .is-white.select2-selection select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
          box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}
/* line 47, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/select.sass */
.select.is-black:not(:hover)::after, .select2 .is-black.select2-selection:not(:hover)::after {
  border-color: #0a0a0a;
}
/* line 49, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/select.sass */
.select.is-black select, .select2 .is-black.select2-selection select {
  border-color: #0a0a0a;
}
/* line 51, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/select.sass */
.select.is-black select:hover, .select2 .is-black.select2-selection select:hover, .select.is-black select.is-hovered, .select2 .is-black.select2-selection select.is-hovered {
  border-color: black;
}
/* line 54, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/select.sass */
.select.is-black select:focus, .select2 .is-black.select2-selection select:focus, .select.is-black select.is-focused, .select2 .is-black.select2-selection select.is-focused, .select.is-black select:active, .select2 .is-black.select2-selection select:active, .select.is-black select.is-active, .select2 .is-black.select2-selection select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
          box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}
/* line 47, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/select.sass */
.select.is-light:not(:hover)::after, .select2 .is-light.select2-selection:not(:hover)::after {
  border-color: whitesmoke;
}
/* line 49, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/select.sass */
.select.is-light select, .select2 .is-light.select2-selection select {
  border-color: whitesmoke;
}
/* line 51, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/select.sass */
.select.is-light select:hover, .select2 .is-light.select2-selection select:hover, .select.is-light select.is-hovered, .select2 .is-light.select2-selection select.is-hovered {
  border-color: #e8e8e8;
}
/* line 54, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/select.sass */
.select.is-light select:focus, .select2 .is-light.select2-selection select:focus, .select.is-light select.is-focused, .select2 .is-light.select2-selection select.is-focused, .select.is-light select:active, .select2 .is-light.select2-selection select:active, .select.is-light select.is-active, .select2 .is-light.select2-selection select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
          box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}
/* line 47, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/select.sass */
.select.is-dark:not(:hover)::after, .select2 .is-dark.select2-selection:not(:hover)::after {
  border-color: #363636;
}
/* line 49, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/select.sass */
.select.is-dark select, .select2 .is-dark.select2-selection select {
  border-color: #363636;
}
/* line 51, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/select.sass */
.select.is-dark select:hover, .select2 .is-dark.select2-selection select:hover, .select.is-dark select.is-hovered, .select2 .is-dark.select2-selection select.is-hovered {
  border-color: #292929;
}
/* line 54, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/select.sass */
.select.is-dark select:focus, .select2 .is-dark.select2-selection select:focus, .select.is-dark select.is-focused, .select2 .is-dark.select2-selection select.is-focused, .select.is-dark select:active, .select2 .is-dark.select2-selection select:active, .select.is-dark select.is-active, .select2 .is-dark.select2-selection select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
          box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}
/* line 47, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/select.sass */
.select.is-primary:not(:hover)::after, .select2 .is-primary.select2-selection:not(:hover)::after, .select2 .alert .select2-selection.button:not(:hover)::after, .alert .select2 .select2-selection.button:not(:hover)::after, .alert .select.button:not(:hover)::after {
  border-color: #00d1b2;
}
/* line 49, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/select.sass */
.select.is-primary select, .select2 .is-primary.select2-selection select, .select2 .alert .select2-selection.button select, .alert .select2 .select2-selection.button select, .alert .select.button select {
  border-color: #00d1b2;
}
/* line 51, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/select.sass */
.select.is-primary select:hover, .select2 .is-primary.select2-selection select:hover, .select2 .alert .select2-selection.button select:hover, .alert .select2 .select2-selection.button select:hover, .alert .select.button select:hover, .select.is-primary select.is-hovered, .select2 .is-primary.select2-selection select.is-hovered, .select2 .alert .select2-selection.button select.is-hovered, .alert .select2 .select2-selection.button select.is-hovered, .alert .select.button select.is-hovered {
  border-color: #00b89c;
}
/* line 54, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/select.sass */
.select.is-primary select:focus, .select2 .is-primary.select2-selection select:focus, .select2 .alert .select2-selection.button select:focus, .alert .select2 .select2-selection.button select:focus, .alert .select.button select:focus, .select.is-primary select.is-focused, .select2 .is-primary.select2-selection select.is-focused, .select2 .alert .select2-selection.button select.is-focused, .alert .select2 .select2-selection.button select.is-focused, .alert .select.button select.is-focused, .select.is-primary select:active, .select2 .is-primary.select2-selection select:active, .select2 .alert .select2-selection.button select:active, .alert .select2 .select2-selection.button select:active, .alert .select.button select:active, .select.is-primary select.is-active, .select2 .is-primary.select2-selection select.is-active, .select2 .alert .select2-selection.button select.is-active, .alert .select2 .select2-selection.button select.is-active, .alert .select.button select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
          box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
}
/* line 47, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/select.sass */
.select.is-link:not(:hover)::after, .select2 .is-link.select2-selection:not(:hover)::after {
  border-color: #3273dc;
}
/* line 49, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/select.sass */
.select.is-link select, .select2 .is-link.select2-selection select {
  border-color: #3273dc;
}
/* line 51, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/select.sass */
.select.is-link select:hover, .select2 .is-link.select2-selection select:hover, .select.is-link select.is-hovered, .select2 .is-link.select2-selection select.is-hovered {
  border-color: #2366d1;
}
/* line 54, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/select.sass */
.select.is-link select:focus, .select2 .is-link.select2-selection select:focus, .select.is-link select.is-focused, .select2 .is-link.select2-selection select.is-focused, .select.is-link select:active, .select2 .is-link.select2-selection select:active, .select.is-link select.is-active, .select2 .is-link.select2-selection select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
          box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}
/* line 47, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/select.sass */
.select.is-info:not(:hover)::after, .select2 .is-info.select2-selection:not(:hover)::after {
  border-color: #3298dc;
}
/* line 49, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/select.sass */
.select.is-info select, .select2 .is-info.select2-selection select {
  border-color: #3298dc;
}
/* line 51, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/select.sass */
.select.is-info select:hover, .select2 .is-info.select2-selection select:hover, .select.is-info select.is-hovered, .select2 .is-info.select2-selection select.is-hovered {
  border-color: #238cd1;
}
/* line 54, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/select.sass */
.select.is-info select:focus, .select2 .is-info.select2-selection select:focus, .select.is-info select.is-focused, .select2 .is-info.select2-selection select.is-focused, .select.is-info select:active, .select2 .is-info.select2-selection select:active, .select.is-info select.is-active, .select2 .is-info.select2-selection select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(50, 152, 220, 0.25);
          box-shadow: 0 0 0 0.125em rgba(50, 152, 220, 0.25);
}
/* line 47, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/select.sass */
.select.is-success:not(:hover)::after, .select2 .is-success.select2-selection:not(:hover)::after {
  border-color: #48c774;
}
/* line 49, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/select.sass */
.select.is-success select, .select2 .is-success.select2-selection select {
  border-color: #48c774;
}
/* line 51, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/select.sass */
.select.is-success select:hover, .select2 .is-success.select2-selection select:hover, .select.is-success select.is-hovered, .select2 .is-success.select2-selection select.is-hovered {
  border-color: #3abb67;
}
/* line 54, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/select.sass */
.select.is-success select:focus, .select2 .is-success.select2-selection select:focus, .select.is-success select.is-focused, .select2 .is-success.select2-selection select.is-focused, .select.is-success select:active, .select2 .is-success.select2-selection select:active, .select.is-success select.is-active, .select2 .is-success.select2-selection select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(72, 199, 116, 0.25);
          box-shadow: 0 0 0 0.125em rgba(72, 199, 116, 0.25);
}
/* line 47, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/select.sass */
.select.is-warning:not(:hover)::after, .select2 .is-warning.select2-selection:not(:hover)::after {
  border-color: #ffdd57;
}
/* line 49, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/select.sass */
.select.is-warning select, .select2 .is-warning.select2-selection select {
  border-color: #ffdd57;
}
/* line 51, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/select.sass */
.select.is-warning select:hover, .select2 .is-warning.select2-selection select:hover, .select.is-warning select.is-hovered, .select2 .is-warning.select2-selection select.is-hovered {
  border-color: #ffd83d;
}
/* line 54, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/select.sass */
.select.is-warning select:focus, .select2 .is-warning.select2-selection select:focus, .select.is-warning select.is-focused, .select2 .is-warning.select2-selection select.is-focused, .select.is-warning select:active, .select2 .is-warning.select2-selection select:active, .select.is-warning select.is-active, .select2 .is-warning.select2-selection select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
          box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
}
/* line 47, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/select.sass */
.select.is-danger:not(:hover)::after, .select2 .is-danger.select2-selection:not(:hover)::after {
  border-color: #f14668;
}
/* line 49, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/select.sass */
.select.is-danger select, .select2 .is-danger.select2-selection select {
  border-color: #f14668;
}
/* line 51, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/select.sass */
.select.is-danger select:hover, .select2 .is-danger.select2-selection select:hover, .select.is-danger select.is-hovered, .select2 .is-danger.select2-selection select.is-hovered {
  border-color: #ef2e55;
}
/* line 54, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/select.sass */
.select.is-danger select:focus, .select2 .is-danger.select2-selection select:focus, .select.is-danger select.is-focused, .select2 .is-danger.select2-selection select.is-focused, .select.is-danger select:active, .select2 .is-danger.select2-selection select:active, .select.is-danger select.is-active, .select2 .is-danger.select2-selection select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25);
          box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25);
}
/* line 60, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/select.sass */
.select.is-small, .select2 .is-small.select2-selection, .select2 .alert .select2-selection.button, .alert .select2 .select2-selection.button, .alert .select.button {
  border-radius: 2px;
  font-size: 0.75rem;
}
/* line 62, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/select.sass */
.select.is-medium, .select2 .is-medium.select2-selection {
  font-size: 1.25rem;
}
/* line 64, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/select.sass */
.select.is-large, .select2 .is-large.select2-selection {
  font-size: 1.5rem;
}
/* line 68, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/select.sass */
.select.is-disabled::after, .select2 .is-disabled.select2-selection::after {
  border-color: #7a7a7a;
}
/* line 70, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/select.sass */
.select.is-fullwidth, .select2 .is-fullwidth.select2-selection {
  width: 100%;
}
/* line 72, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/select.sass */
.select.is-fullwidth select, .select2 .is-fullwidth.select2-selection select {
  width: 100%;
}
/* line 75, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/select.sass */
.select.is-loading::after, .select2 .is-loading.select2-selection::after {
  margin-top: 0;
  position: absolute;
  right: 0.625em;
  top: 0.625em;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
/* line 82, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/select.sass */
.select.is-loading.is-small:after, .select2 .is-loading.is-small.select2-selection:after, .select2 .alert .is-loading.select2-selection.button:after, .alert .select2 .is-loading.select2-selection.button:after, .alert .select.is-loading.button:after {
  font-size: 0.75rem;
}
/* line 84, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/select.sass */
.select.is-loading.is-medium:after, .select2 .is-loading.is-medium.select2-selection:after {
  font-size: 1.25rem;
}
/* line 86, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/select.sass */
.select.is-loading.is-large:after, .select2 .is-loading.is-large.select2-selection:after {
  font-size: 1.5rem;
}

/* line 16, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/file.sass */
.file {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
/* line 27, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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.2/app/assets/stylesheets/sass/form/file.sass */
.file.is-white:focus .file-cta, .file.is-white.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
          box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
  color: #0a0a0a;
}
/* line 45, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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.2/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.2/app/assets/stylesheets/sass/form/file.sass */
.file.is-black:focus .file-cta, .file.is-black.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.25);
          box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.25);
  color: white;
}
/* line 45, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/app/assets/stylesheets/sass/form/file.sass */
.file.is-light .file-cta {
  background-color: whitesmoke;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
/* line 33, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/file.sass */
.file.is-light:hover .file-cta, .file.is-light.is-hovered .file-cta {
  background-color: #eeeeee;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
/* line 39, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/file.sass */
.file.is-light:focus .file-cta, .file.is-light.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.25);
          box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.25);
  color: rgba(0, 0, 0, 0.7);
}
/* line 45, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/file.sass */
.file.is-light:active .file-cta, .file.is-light.is-active .file-cta {
  background-color: #e8e8e8;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
/* line 27, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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.2/app/assets/stylesheets/sass/form/file.sass */
.file.is-dark:focus .file-cta, .file.is-dark.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.25);
          box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.25);
  color: #fff;
}
/* line 45, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/app/assets/stylesheets/sass/form/file.sass */
.file.is-primary .file-cta, .alert .file.button .file-cta {
  background-color: #00d1b2;
  border-color: transparent;
  color: #fff;
}
/* line 33, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/file.sass */
.file.is-primary:hover .file-cta, .alert .file.button:hover .file-cta, .file.is-primary.is-hovered .file-cta, .alert .file.is-hovered.button .file-cta {
  background-color: #00c4a7;
  border-color: transparent;
  color: #fff;
}
/* line 39, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/file.sass */
.file.is-primary:focus .file-cta, .alert .file.button:focus .file-cta, .file.is-primary.is-focused .file-cta, .alert .file.is-focused.button .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(0, 209, 178, 0.25);
          box-shadow: 0 0 0.5em rgba(0, 209, 178, 0.25);
  color: #fff;
}
/* line 45, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/file.sass */
.file.is-primary:active .file-cta, .alert .file.button:active .file-cta, .file.is-primary.is-active .file-cta, .alert .file.is-active.button .file-cta {
  background-color: #00b89c;
  border-color: transparent;
  color: #fff;
}
/* line 27, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/file.sass */
.file.is-link .file-cta {
  background-color: #3273dc;
  border-color: transparent;
  color: #fff;
}
/* line 33, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/file.sass */
.file.is-link:hover .file-cta, .file.is-link.is-hovered .file-cta {
  background-color: #276cda;
  border-color: transparent;
  color: #fff;
}
/* line 39, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/file.sass */
.file.is-link:focus .file-cta, .file.is-link.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(50, 115, 220, 0.25);
          box-shadow: 0 0 0.5em rgba(50, 115, 220, 0.25);
  color: #fff;
}
/* line 45, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/file.sass */
.file.is-link:active .file-cta, .file.is-link.is-active .file-cta {
  background-color: #2366d1;
  border-color: transparent;
  color: #fff;
}
/* line 27, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/file.sass */
.file.is-info .file-cta {
  background-color: #3298dc;
  border-color: transparent;
  color: #fff;
}
/* line 33, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/file.sass */
.file.is-info:hover .file-cta, .file.is-info.is-hovered .file-cta {
  background-color: #2793da;
  border-color: transparent;
  color: #fff;
}
/* line 39, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/file.sass */
.file.is-info:focus .file-cta, .file.is-info.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(50, 152, 220, 0.25);
          box-shadow: 0 0 0.5em rgba(50, 152, 220, 0.25);
  color: #fff;
}
/* line 45, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/file.sass */
.file.is-info:active .file-cta, .file.is-info.is-active .file-cta {
  background-color: #238cd1;
  border-color: transparent;
  color: #fff;
}
/* line 27, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/file.sass */
.file.is-success .file-cta {
  background-color: #48c774;
  border-color: transparent;
  color: #fff;
}
/* line 33, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/file.sass */
.file.is-success:hover .file-cta, .file.is-success.is-hovered .file-cta {
  background-color: #3ec46d;
  border-color: transparent;
  color: #fff;
}
/* line 39, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/file.sass */
.file.is-success:focus .file-cta, .file.is-success.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(72, 199, 116, 0.25);
          box-shadow: 0 0 0.5em rgba(72, 199, 116, 0.25);
  color: #fff;
}
/* line 45, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/file.sass */
.file.is-success:active .file-cta, .file.is-success.is-active .file-cta {
  background-color: #3abb67;
  border-color: transparent;
  color: #fff;
}
/* line 27, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/file.sass */
.file.is-warning .file-cta {
  background-color: #ffdd57;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
/* line 33, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/file.sass */
.file.is-warning:hover .file-cta, .file.is-warning.is-hovered .file-cta {
  background-color: #ffdb4a;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
/* line 39, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/file.sass */
.file.is-warning:focus .file-cta, .file.is-warning.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(255, 221, 87, 0.25);
          box-shadow: 0 0 0.5em rgba(255, 221, 87, 0.25);
  color: rgba(0, 0, 0, 0.7);
}
/* line 45, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/file.sass */
.file.is-warning:active .file-cta, .file.is-warning.is-active .file-cta {
  background-color: #ffd83d;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
/* line 27, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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.2/app/assets/stylesheets/sass/form/file.sass */
.file.is-danger:focus .file-cta, .file.is-danger.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(241, 70, 104, 0.25);
          box-shadow: 0 0 0.5em rgba(241, 70, 104, 0.25);
  color: #fff;
}
/* line 45, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/app/assets/stylesheets/sass/form/file.sass */
.file.is-small, .alert .file.button {
  font-size: 0.75rem;
}
/* line 52, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/file.sass */
.file.is-medium {
  font-size: 1.25rem;
}
/* line 55, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/file.sass */
.file.is-medium .file-icon .fa {
  font-size: 21px;
}
/* line 57, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/file.sass */
.file.is-large {
  font-size: 1.5rem;
}
/* line 60, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/file.sass */
.file.is-large .file-icon .fa {
  font-size: 28px;
}
/* line 64, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/file.sass */
.file.has-name .file-cta {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
/* line 67, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/file.sass */
.file.has-name .file-name {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
/* line 71, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/file.sass */
.file.has-name.is-empty .file-cta {
  border-radius: 4px;
}
/* line 73, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/file.sass */
.file.has-name.is-empty .file-name {
  display: none;
}
/* line 76, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/file.sass */
.file.is-boxed .file-label {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
/* line 78, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/file.sass */
.file.is-boxed .file-cta {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  padding: 1em 3em;
}
/* line 82, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/file.sass */
.file.is-boxed .file-name {
  border-width: 0 1px 1px;
}
/* line 84, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/file.sass */
.file.is-boxed .file-icon {
  height: 1.5em;
  width: 1.5em;
}
/* line 87, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/file.sass */
.file.is-boxed .file-icon .fa {
  font-size: 21px;
}
/* line 90, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/file.sass */
.file.is-boxed.is-small .file-icon .fa, .alert .file.is-boxed.button .file-icon .fa {
  font-size: 14px;
}
/* line 93, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/file.sass */
.file.is-boxed.is-medium .file-icon .fa {
  font-size: 28px;
}
/* line 96, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/file.sass */
.file.is-boxed.is-large .file-icon .fa {
  font-size: 35px;
}
/* line 99, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/file.sass */
.file.is-boxed.has-name .file-cta {
  border-radius: 4px 4px 0 0;
}
/* line 101, /usr/local/bundle/gems/bulma-rails-0.9.2/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 104, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/file.sass */
.file.is-centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* line 107, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/file.sass */
.file.is-fullwidth .file-label {
  width: 100%;
}
/* line 109, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/file.sass */
.file.is-fullwidth .file-name {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: none;
}
/* line 112, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/file.sass */
.file.is-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
/* line 114, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/file.sass */
.file.is-right .file-cta {
  border-radius: 0 4px 4px 0;
}
/* line 116, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/file.sass */
.file.is-right .file-name {
  border-radius: 4px 0 0 4px;
  border-width: 1px 0 1px 1px;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

/* line 121, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/file.sass */
.file-label {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
  position: relative;
}
/* line 129, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/file.sass */
.file-label:hover .file-cta {
  background-color: #eeeeee;
  color: #363636;
}
/* line 132, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/file.sass */
.file-label:hover .file-name {
  border-color: #d5d5d5;
}
/* line 135, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/file.sass */
.file-label:active .file-cta {
  background-color: #e8e8e8;
  color: #363636;
}
/* line 138, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/file.sass */
.file-label:active .file-name {
  border-color: #cfcfcf;
}

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

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

/* line 160, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/file.sass */
.file-cta {
  background-color: whitesmoke;
  color: #4a4a4a;
}

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

/* line 174, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/file.sass */
.file-icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 0.5em;
  width: 1em;
}
/* line 181, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/file.sass */
.file-icon .fa {
  font-size: 14px;
}

/* line 8, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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.2/app/assets/stylesheets/sass/form/tools.sass */
.label.is-small, .alert .label.button {
  font-size: 0.75rem;
}
/* line 18, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/tools.sass */
.label.is-medium {
  font-size: 1.25rem;
}
/* line 20, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/tools.sass */
.label.is-large {
  font-size: 1.5rem;
}

/* line 23, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/app/assets/stylesheets/sass/form/tools.sass */
.help.is-white {
  color: white;
}
/* line 29, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/tools.sass */
.help.is-black {
  color: #0a0a0a;
}
/* line 29, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/tools.sass */
.help.is-light {
  color: whitesmoke;
}
/* line 29, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/tools.sass */
.help.is-dark {
  color: #363636;
}
/* line 29, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/tools.sass */
.help.is-primary, .alert .help.button {
  color: #00d1b2;
}
/* line 29, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/tools.sass */
.help.is-link {
  color: #3273dc;
}
/* line 29, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/tools.sass */
.help.is-info {
  color: #3298dc;
}
/* line 29, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/tools.sass */
.help.is-success {
  color: #48c774;
}
/* line 29, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/tools.sass */
.help.is-warning {
  color: #ffdd57;
}
/* line 29, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/tools.sass */
.help.is-danger {
  color: #f14668;
}

/* line 35, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/app/assets/stylesheets/sass/form/tools.sass */
.field.has-addons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
/* line 42, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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) .select select,
.field.has-addons .control:not(:first-child):not(:last-child) .select2 .select2-selection select,
.select2 .field.has-addons .control:not(:first-child):not(:last-child) .select2-selection select {
  border-radius: 0;
}
/* line 50, /usr/local/bundle/gems/bulma-rails-0.9.2/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) .select select,
.field.has-addons .control:first-child:not(:only-child) .select2 .select2-selection select,
.select2 .field.has-addons .control:first-child:not(:only-child) .select2-selection select {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
/* line 60, /usr/local/bundle/gems/bulma-rails-0.9.2/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) .select select,
.field.has-addons .control:last-child:not(:only-child) .select2 .select2-selection select,
.select2 .field.has-addons .control:last-child:not(:only-child) .select2-selection select {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
/* line 73, /usr/local/bundle/gems/bulma-rails-0.9.2/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 .input:not([disabled]).is-hovered,
.field.has-addons .control .select select:not([disabled]):hover,
.field.has-addons .control .select2 .select2-selection select:not([disabled]):hover,
.select2 .field.has-addons .control .select2-selection select:not([disabled]):hover,
.field.has-addons .control .select select:not([disabled]).is-hovered,
.field.has-addons .control .select2 .select2-selection select:not([disabled]).is-hovered,
.select2 .field.has-addons .control .select2-selection select:not([disabled]).is-hovered {
  z-index: 2;
}
/* line 76, /usr/local/bundle/gems/bulma-rails-0.9.2/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 .input:not([disabled]).is-focused,
.field.has-addons .control .input:not([disabled]):active,
.field.has-addons .control .input:not([disabled]).is-active,
.field.has-addons .control .select select:not([disabled]):focus,
.field.has-addons .control .select2 .select2-selection select:not([disabled]):focus,
.select2 .field.has-addons .control .select2-selection select:not([disabled]):focus,
.field.has-addons .control .select select:not([disabled]).is-focused,
.field.has-addons .control .select2 .select2-selection select:not([disabled]).is-focused,
.select2 .field.has-addons .control .select2-selection select:not([disabled]).is-focused,
.field.has-addons .control .select select:not([disabled]):active,
.field.has-addons .control .select2 .select2-selection select:not([disabled]):active,
.select2 .field.has-addons .control .select2-selection select:not([disabled]):active,
.field.has-addons .control .select select:not([disabled]).is-active,
.field.has-addons .control .select2 .select2-selection select:not([disabled]).is-active,
.select2 .field.has-addons .control .select2-selection select:not([disabled]).is-active {
  z-index: 3;
}
/* line 81, /usr/local/bundle/gems/bulma-rails-0.9.2/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 .input:not([disabled]).is-focused:hover,
.field.has-addons .control .input:not([disabled]):active:hover,
.field.has-addons .control .input:not([disabled]).is-active:hover,
.field.has-addons .control .select select:not([disabled]):focus:hover,
.field.has-addons .control .select2 .select2-selection select:not([disabled]):focus:hover,
.select2 .field.has-addons .control .select2-selection select:not([disabled]):focus:hover,
.field.has-addons .control .select select:not([disabled]).is-focused:hover,
.field.has-addons .control .select2 .select2-selection select:not([disabled]).is-focused:hover,
.select2 .field.has-addons .control .select2-selection select:not([disabled]).is-focused:hover,
.field.has-addons .control .select select:not([disabled]):active:hover,
.field.has-addons .control .select2 .select2-selection select:not([disabled]):active:hover,
.select2 .field.has-addons .control .select2-selection select:not([disabled]):active:hover,
.field.has-addons .control .select select:not([disabled]).is-active:hover,
.field.has-addons .control .select2 .select2-selection select:not([disabled]).is-active:hover,
.select2 .field.has-addons .control .select2-selection select:not([disabled]).is-active:hover {
  z-index: 4;
}
/* line 83, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/tools.sass */
.field.has-addons .control.is-expanded {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
/* line 86, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/tools.sass */
.field.has-addons.has-addons-centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* line 88, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/tools.sass */
.field.has-addons.has-addons-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
/* line 91, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/tools.sass */
.field.has-addons.has-addons-fullwidth .control {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
/* line 94, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/tools.sass */
.field.is-grouped {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
/* line 97, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/tools.sass */
.field.is-grouped > .control {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
/* line 99, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/app/assets/stylesheets/sass/form/tools.sass */
.field.is-grouped > .control.is-expanded {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
/* line 105, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/tools.sass */
.field.is-grouped.is-grouped-centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* line 107, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/tools.sass */
.field.is-grouped.is-grouped-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
/* line 109, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/tools.sass */
.field.is-grouped.is-grouped-multiline {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
/* line 112, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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.2/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.2/app/assets/stylesheets/sass/form/tools.sass */
  .field.is-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* line 124, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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.2/app/assets/stylesheets/sass/form/tools.sass */
  .field-label {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 1.5rem;
    text-align: right;
  }
  /* line 134, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/tools.sass */
  .field-label.is-small, .alert .field-label.button {
    font-size: 0.75rem;
    padding-top: 0.375em;
  }
  /* line 137, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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.2/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.2/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.2/app/assets/stylesheets/sass/form/tools.sass */
  .field-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 5;
        -ms-flex-positive: 5;
            flex-grow: 5;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
  /* line 154, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/tools.sass */
  .field-body .field {
    margin-bottom: 0;
  }
  /* line 156, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/tools.sass */
  .field-body > .field {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
  /* line 158, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/tools.sass */
  .field-body > .field:not(.is-narrow) {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  /* line 160, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/app/assets/stylesheets/sass/form/tools.sass */
.control {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  clear: both;
  font-size: 1rem;
  position: relative;
  text-align: inherit;
}
/* line 175, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/tools.sass */
.control.has-icons-left .input:focus ~ .icon,
.control.has-icons-left .select:focus ~ .icon,
.control.has-icons-left .select2 .select2-selection:focus ~ .icon,
.select2 .control.has-icons-left .select2-selection:focus ~ .icon, .control.has-icons-right .input:focus ~ .icon,
.control.has-icons-right .select:focus ~ .icon,
.control.has-icons-right .select2 .select2-selection:focus ~ .icon,
.select2 .control.has-icons-right .select2-selection:focus ~ .icon {
  color: #4a4a4a;
}
/* line 177, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/tools.sass */
.control.has-icons-left .input.is-small ~ .icon, .control.has-icons-left .alert .input.button ~ .icon, .alert .control.has-icons-left .input.button ~ .icon,
.control.has-icons-left .select.is-small ~ .icon,
.control.has-icons-left .select2 .is-small.select2-selection ~ .icon,
.select2 .control.has-icons-left .is-small.select2-selection ~ .icon,
.control.has-icons-left .select2 .alert .select2-selection.button ~ .icon,
.select2 .alert .control.has-icons-left .select2-selection.button ~ .icon,
.control.has-icons-left .alert .select2 .select2-selection.button ~ .icon,
.alert .select2 .control.has-icons-left .select2-selection.button ~ .icon,
.control.has-icons-left .alert .select.button ~ .icon,
.alert .control.has-icons-left .select.button ~ .icon, .control.has-icons-right .input.is-small ~ .icon, .control.has-icons-right .alert .input.button ~ .icon, .alert .control.has-icons-right .input.button ~ .icon,
.control.has-icons-right .select.is-small ~ .icon,
.control.has-icons-right .select2 .is-small.select2-selection ~ .icon,
.select2 .control.has-icons-right .is-small.select2-selection ~ .icon,
.control.has-icons-right .select2 .alert .select2-selection.button ~ .icon,
.select2 .alert .control.has-icons-right .select2-selection.button ~ .icon,
.control.has-icons-right .alert .select2 .select2-selection.button ~ .icon,
.alert .select2 .control.has-icons-right .select2-selection.button ~ .icon,
.control.has-icons-right .alert .select.button ~ .icon,
.alert .control.has-icons-right .select.button ~ .icon {
  font-size: 0.75rem;
}
/* line 179, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/tools.sass */
.control.has-icons-left .input.is-medium ~ .icon,
.control.has-icons-left .select.is-medium ~ .icon,
.control.has-icons-left .select2 .is-medium.select2-selection ~ .icon,
.select2 .control.has-icons-left .is-medium.select2-selection ~ .icon, .control.has-icons-right .input.is-medium ~ .icon,
.control.has-icons-right .select.is-medium ~ .icon,
.control.has-icons-right .select2 .is-medium.select2-selection ~ .icon,
.select2 .control.has-icons-right .is-medium.select2-selection ~ .icon {
  font-size: 1.25rem;
}
/* line 181, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/tools.sass */
.control.has-icons-left .input.is-large ~ .icon,
.control.has-icons-left .select.is-large ~ .icon,
.control.has-icons-left .select2 .is-large.select2-selection ~ .icon,
.select2 .control.has-icons-left .is-large.select2-selection ~ .icon, .control.has-icons-right .input.is-large ~ .icon,
.control.has-icons-right .select.is-large ~ .icon,
.control.has-icons-right .select2 .is-large.select2-selection ~ .icon,
.select2 .control.has-icons-right .is-large.select2-selection ~ .icon {
  font-size: 1.5rem;
}
/* line 183, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/form/tools.sass */
.control.has-icons-left .icon, .control.has-icons-right .icon {
  color: #dbdbdb;
  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.2/app/assets/stylesheets/sass/form/tools.sass */
.control.has-icons-left .input,
.control.has-icons-left .select select,
.control.has-icons-left .select2 .select2-selection select,
.select2 .control.has-icons-left .select2-selection select {
  padding-left: 2.5em;
}
/* line 195, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/app/assets/stylesheets/sass/form/tools.sass */
.control.has-icons-right .input,
.control.has-icons-right .select select,
.control.has-icons-right .select2 .select2-selection select,
.select2 .control.has-icons-right .select2-selection select {
  padding-right: 2.5em;
}
/* line 201, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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.2/app/assets/stylesheets/sass/form/tools.sass */
.control.is-loading.is-small:after, .alert .control.is-loading.button:after {
  font-size: 0.75rem;
}
/* line 212, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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.2/app/assets/stylesheets/sass/components/breadcrumb.sass */
.breadcrumb {
  font-size: 1rem;
  white-space: nowrap;
}
/* line 17, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/breadcrumb.sass */
.breadcrumb a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3273dc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0.75em;
}
/* line 23, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/breadcrumb.sass */
.breadcrumb a:hover {
  color: #363636;
}
/* line 25, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/breadcrumb.sass */
.breadcrumb li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* line 28, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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.2/app/assets/stylesheets/sass/components/breadcrumb.sass */
.breadcrumb li + li::before {
  color: #b5b5b5;
  content: "/";
}
/* line 38, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/breadcrumb.sass */
.breadcrumb ul,
.breadcrumb ol {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
/* line 45, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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.2/app/assets/stylesheets/sass/components/breadcrumb.sass */
.breadcrumb.is-centered ol,
.breadcrumb.is-centered ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* line 55, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/breadcrumb.sass */
.breadcrumb.is-right ol,
.breadcrumb.is-right ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
/* line 59, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/breadcrumb.sass */
.breadcrumb.is-small, .alert .breadcrumb.button {
  font-size: 0.75rem;
}
/* line 61, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/breadcrumb.sass */
.breadcrumb.is-medium {
  font-size: 1.25rem;
}
/* line 63, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/breadcrumb.sass */
.breadcrumb.is-large {
  font-size: 1.5rem;
}
/* line 67, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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.2/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.2/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.2/app/assets/stylesheets/sass/components/card.sass */
.card {
  background-color: white;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
          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: #4a4a4a;
  max-width: 100%;
  position: relative;
}

/* line 32, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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.2/app/assets/stylesheets/sass/components/card.sass */
.card-header {
  background-color: transparent;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-shadow: 0 0.125em 0.25em rgba(10, 10, 10, 0.1);
          box-shadow: 0 0.125em 0.25em rgba(10, 10, 10, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

/* line 56, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/card.sass */
.card-header-icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.75rem 1rem;
}

/* line 63, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/card.sass */
.card-image {
  display: block;
  position: relative;
}
/* line 67, /usr/local/bundle/gems/bulma-rails-0.9.2/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 71, /usr/local/bundle/gems/bulma-rails-0.9.2/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 75, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/card.sass */
.card-content {
  background-color: transparent;
  padding: 1.5rem;
}

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

/* line 87, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/card.sass */
.card-footer-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.75rem;
}
/* line 95, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/card.sass */
.card-footer-item:not(:last-child) {
  border-right: 1px solid #ededed;
}

/* line 101, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/app/assets/stylesheets/sass/components/dropdown.sass */
.dropdown {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  vertical-align: top;
}
/* line 28, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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.2/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.2/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.2/app/assets/stylesheets/sass/components/dropdown.sass */
.dropdown-content {
  background-color: white;
  border-radius: 4px;
  -webkit-box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
          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.2/app/assets/stylesheets/sass/components/dropdown.sass */
.dropdown-item {
  color: #4a4a4a;
  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.2/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.2/app/assets/stylesheets/sass/components/dropdown.sass */
a.dropdown-item:hover,
button.dropdown-item:hover {
  background-color: whitesmoke;
  color: #0a0a0a;
}
/* line 74, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/dropdown.sass */
a.dropdown-item.is-active,
button.dropdown-item.is-active {
  background-color: #3273dc;
  color: #fff;
}

/* line 78, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/app/assets/stylesheets/sass/components/level.sass */
.level {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
/* line 9, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/level.sass */
.level code {
  border-radius: 4px;
}
/* line 11, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/app/assets/stylesheets/sass/components/level.sass */
.level.is-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* line 17, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/level.sass */
.level.is-mobile .level-left,
.level.is-mobile .level-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* line 20, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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.2/app/assets/stylesheets/sass/components/level.sass */
.level.is-mobile .level-item:not(.is-narrow) {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (min-width: 769px), print {
  /* line 5, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/level.sass */
  .level {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  /* line 32, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/level.sass */
  .level > .level-item:not(.is-narrow) {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

/* line 35, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/level.sass */
.level-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* line 42, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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.2/app/assets/stylesheets/sass/components/level.sass */
.level-left,
.level-right {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
/* line 57, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/level.sass */
.level-left .level-item.is-flexible,
.level-right .level-item.is-flexible {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (min-width: 769px), print {
  /* line 61, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/app/assets/stylesheets/sass/components/level.sass */
.level-left {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  /* line 69, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/app/assets/stylesheets/sass/components/level.sass */
  .level-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

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

/* line 12, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/media.sass */
.media {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: inherit;
}
/* line 16, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/app/assets/stylesheets/sass/components/media.sass */
.media .media {
  border-top: 1px solid rgba(219, 219, 219, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.75rem;
}
/* line 22, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/app/assets/stylesheets/sass/components/media.sass */
.media .media .media {
  padding-top: 0.5rem;
}
/* line 27, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/app/assets/stylesheets/sass/components/media.sass */
.media + .media {
  border-top: 1px solid rgba(219, 219, 219, 0.5);
  margin-top: 1rem;
  padding-top: 1rem;
}
/* line 35, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/app/assets/stylesheets/sass/components/media.sass */
.media-left,
.media-right {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

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

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

/* line 51, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/media.sass */
.media-content {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  text-align: inherit;
}

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

/* line 31, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/menu.sass */
.menu-list {
  line-height: 1.25;
}
/* line 33, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/menu.sass */
.menu-list a {
  border-radius: 2px;
  color: #4a4a4a;
  display: block;
  padding: 0.5em 0.75em;
}
/* line 38, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/menu.sass */
.menu-list a:hover {
  background-color: whitesmoke;
  color: #363636;
}
/* line 42, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/menu.sass */
.menu-list a.is-active {
  background-color: #3273dc;
  color: #fff;
}
/* line 46, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/menu.sass */
.menu-list li ul {
  border-left: 1px solid #dbdbdb;
  margin: 0.75em;
  padding-left: 0.75em;
}

/* line 51, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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.2/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.2/app/assets/stylesheets/sass/components/message.sass */
.message {
  background-color: whitesmoke;
  border-radius: 4px;
  font-size: 1rem;
}
/* line 29, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/message.sass */
.message strong {
  color: currentColor;
}
/* line 31, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/app/assets/stylesheets/sass/components/message.sass */
.message.is-small, .alert .message.button {
  font-size: 0.75rem;
}
/* line 37, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/message.sass */
.message.is-medium {
  font-size: 1.25rem;
}
/* line 39, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/message.sass */
.message.is-large {
  font-size: 1.5rem;
}
/* line 61, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/message.sass */
.message.is-white {
  background-color: white;
}
/* line 63, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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.2/app/assets/stylesheets/sass/components/message.sass */
.message.is-black {
  background-color: #fafafa;
}
/* line 63, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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.2/app/assets/stylesheets/sass/components/message.sass */
.message.is-light {
  background-color: #fafafa;
}
/* line 63, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/message.sass */
.message.is-light .message-header {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}
/* line 66, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/message.sass */
.message.is-light .message-body {
  border-color: whitesmoke;
}
/* line 61, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/message.sass */
.message.is-dark {
  background-color: #fafafa;
}
/* line 63, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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.2/app/assets/stylesheets/sass/components/message.sass */
.message.is-primary, .alert .message.button {
  background-color: #ebfffc;
}
/* line 63, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/message.sass */
.message.is-primary .message-header, .alert .message.button .message-header {
  background-color: #00d1b2;
  color: #fff;
}
/* line 66, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/message.sass */
.message.is-primary .message-body, .alert .message.button .message-body {
  border-color: #00d1b2;
  color: #00947e;
}
/* line 61, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/message.sass */
.message.is-link {
  background-color: #eef3fc;
}
/* line 63, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/message.sass */
.message.is-link .message-header {
  background-color: #3273dc;
  color: #fff;
}
/* line 66, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/message.sass */
.message.is-link .message-body {
  border-color: #3273dc;
  color: #2160c4;
}
/* line 61, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/message.sass */
.message.is-info {
  background-color: #eef6fc;
}
/* line 63, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/message.sass */
.message.is-info .message-header {
  background-color: #3298dc;
  color: #fff;
}
/* line 66, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/message.sass */
.message.is-info .message-body {
  border-color: #3298dc;
  color: #1d72aa;
}
/* line 61, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/message.sass */
.message.is-success {
  background-color: #effaf3;
}
/* line 63, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/message.sass */
.message.is-success .message-header {
  background-color: #48c774;
  color: #fff;
}
/* line 66, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/message.sass */
.message.is-success .message-body {
  border-color: #48c774;
  color: #257942;
}
/* line 61, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/message.sass */
.message.is-warning {
  background-color: #fffbeb;
}
/* line 63, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/message.sass */
.message.is-warning .message-header {
  background-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}
/* line 66, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/message.sass */
.message.is-warning .message-body {
  border-color: #ffdd57;
  color: #947600;
}
/* line 61, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/message.sass */
.message.is-danger {
  background-color: #feecf0;
}
/* line 63, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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.2/app/assets/stylesheets/sass/components/message.sass */
.message-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #4a4a4a;
  border-radius: 4px 4px 0 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.25;
  padding: 0.75em 1em;
  position: relative;
}
/* line 81, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/message.sass */
.message-header .delete {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 0.75em;
}
/* line 85, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/app/assets/stylesheets/sass/components/message.sass */
.message-body {
  border-color: #dbdbdb;
  border-radius: 4px;
  border-style: solid;
  border-width: 0 0 0 4px;
  color: #4a4a4a;
  padding: 1.25em 1.5em;
}
/* line 97, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/app/assets/stylesheets/sass/components/message.sass */
.message-body pre code {
  background-color: transparent;
}

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

/* line 48, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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.2/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.2/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.2/app/assets/stylesheets/sass/components/modal.sass */
.modal-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: calc(100vh - 40px);
  overflow: hidden;
  -ms-overflow-y: visible;
}

/* line 81, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/modal.sass */
.modal-card-head,
.modal-card-foot {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: whitesmoke;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 20px;
  position: relative;
}

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

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

/* line 103, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/modal.sass */
.modal-card-foot {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top: 1px solid #dbdbdb;
}
/* line 108, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/app/assets/stylesheets/sass/components/modal.sass */
.modal-card-body {
  -webkit-overflow-scrolling: touch;
  background-color: white;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  overflow: auto;
  padding: 20px;
}

/* line 59, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-light {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}
/* line 71, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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: #e8e8e8;
  color: rgba(0, 0, 0, 0.7);
}
/* line 82, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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.2/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.2/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: #e8e8e8;
    color: rgba(0, 0, 0, 0.7);
  }
  /* line 100, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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: #e8e8e8;
    color: rgba(0, 0, 0, 0.7);
  }
  /* line 109, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-light .navbar-dropdown a.navbar-item.is-active {
    background-color: whitesmoke;
    color: rgba(0, 0, 0, 0.7);
  }
}
/* line 67, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-primary, .alert .navbar.button {
  background-color: #00d1b2;
  color: #fff;
}
/* line 71, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-primary .navbar-brand > .navbar-item, .alert .navbar.button .navbar-brand > .navbar-item,
.navbar.is-primary .navbar-brand .navbar-link,
.alert .navbar.button .navbar-brand .navbar-link {
  color: #fff;
}
/* line 76, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-primary .navbar-brand > a.navbar-item:focus, .alert .navbar.button .navbar-brand > a.navbar-item:focus, .navbar.is-primary .navbar-brand > a.navbar-item:hover, .alert .navbar.button .navbar-brand > a.navbar-item:hover, .navbar.is-primary .navbar-brand > a.navbar-item.is-active, .alert .navbar.button .navbar-brand > a.navbar-item.is-active,
.navbar.is-primary .navbar-brand .navbar-link:focus,
.alert .navbar.button .navbar-brand .navbar-link:focus,
.navbar.is-primary .navbar-brand .navbar-link:hover,
.alert .navbar.button .navbar-brand .navbar-link:hover,
.navbar.is-primary .navbar-brand .navbar-link.is-active,
.alert .navbar.button .navbar-brand .navbar-link.is-active {
  background-color: #00b89c;
  color: #fff;
}
/* line 82, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-primary .navbar-brand .navbar-link::after, .alert .navbar.button .navbar-brand .navbar-link::after {
  border-color: #fff;
}
/* line 84, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-primary .navbar-burger, .alert .navbar.button .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  /* line 89, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-primary .navbar-start > .navbar-item, .alert .navbar.button .navbar-start > .navbar-item,
  .navbar.is-primary .navbar-start .navbar-link,
  .alert .navbar.button .navbar-start .navbar-link,
  .navbar.is-primary .navbar-end > .navbar-item,
  .alert .navbar.button .navbar-end > .navbar-item,
  .navbar.is-primary .navbar-end .navbar-link,
  .alert .navbar.button .navbar-end .navbar-link {
    color: #fff;
  }
  /* line 94, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-primary .navbar-start > a.navbar-item:focus, .alert .navbar.button .navbar-start > a.navbar-item:focus, .navbar.is-primary .navbar-start > a.navbar-item:hover, .alert .navbar.button .navbar-start > a.navbar-item:hover, .navbar.is-primary .navbar-start > a.navbar-item.is-active, .alert .navbar.button .navbar-start > a.navbar-item.is-active,
  .navbar.is-primary .navbar-start .navbar-link:focus,
  .alert .navbar.button .navbar-start .navbar-link:focus,
  .navbar.is-primary .navbar-start .navbar-link:hover,
  .alert .navbar.button .navbar-start .navbar-link:hover,
  .navbar.is-primary .navbar-start .navbar-link.is-active,
  .alert .navbar.button .navbar-start .navbar-link.is-active,
  .navbar.is-primary .navbar-end > a.navbar-item:focus,
  .alert .navbar.button .navbar-end > a.navbar-item:focus,
  .navbar.is-primary .navbar-end > a.navbar-item:hover,
  .alert .navbar.button .navbar-end > a.navbar-item:hover,
  .navbar.is-primary .navbar-end > a.navbar-item.is-active,
  .alert .navbar.button .navbar-end > a.navbar-item.is-active,
  .navbar.is-primary .navbar-end .navbar-link:focus,
  .alert .navbar.button .navbar-end .navbar-link:focus,
  .navbar.is-primary .navbar-end .navbar-link:hover,
  .alert .navbar.button .navbar-end .navbar-link:hover,
  .navbar.is-primary .navbar-end .navbar-link.is-active,
  .alert .navbar.button .navbar-end .navbar-link.is-active {
    background-color: #00b89c;
    color: #fff;
  }
  /* line 100, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-primary .navbar-start .navbar-link::after, .alert .navbar.button .navbar-start .navbar-link::after,
  .navbar.is-primary .navbar-end .navbar-link::after,
  .alert .navbar.button .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  /* line 102, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link, .alert .navbar.button .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,
  .alert .navbar.button .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link,
  .alert .navbar.button .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #00b89c;
    color: #fff;
  }
  /* line 109, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-primary .navbar-dropdown a.navbar-item.is-active, .alert .navbar.button .navbar-dropdown a.navbar-item.is-active {
    background-color: #00d1b2;
    color: #fff;
  }
}
/* line 67, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-link {
  background-color: #3273dc;
  color: #fff;
}
/* line 71, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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: #2366d1;
  color: #fff;
}
/* line 82, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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.2/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.2/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: #2366d1;
    color: #fff;
  }
  /* line 100, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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: #2366d1;
    color: #fff;
  }
  /* line 109, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-link .navbar-dropdown a.navbar-item.is-active {
    background-color: #3273dc;
    color: #fff;
  }
}
/* line 67, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-info {
  background-color: #3298dc;
  color: #fff;
}
/* line 71, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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: #238cd1;
  color: #fff;
}
/* line 82, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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.2/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.2/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: #238cd1;
    color: #fff;
  }
  /* line 100, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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: #238cd1;
    color: #fff;
  }
  /* line 109, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-info .navbar-dropdown a.navbar-item.is-active {
    background-color: #3298dc;
    color: #fff;
  }
}
/* line 67, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-success {
  background-color: #48c774;
  color: #fff;
}
/* line 71, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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: #3abb67;
  color: #fff;
}
/* line 82, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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.2/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.2/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: #3abb67;
    color: #fff;
  }
  /* line 100, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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: #3abb67;
    color: #fff;
  }
  /* line 109, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-success .navbar-dropdown a.navbar-item.is-active {
    background-color: #48c774;
    color: #fff;
  }
}
/* line 67, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-warning {
  background-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}
/* line 71, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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: #ffd83d;
  color: rgba(0, 0, 0, 0.7);
}
/* line 82, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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.2/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.2/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: #ffd83d;
    color: rgba(0, 0, 0, 0.7);
  }
  /* line 100, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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: #ffd83d;
    color: rgba(0, 0, 0, 0.7);
  }
  /* line 109, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-warning .navbar-dropdown a.navbar-item.is-active {
    background-color: #ffdd57;
    color: rgba(0, 0, 0, 0.7);
  }
}
/* line 67, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/app/assets/stylesheets/sass/components/navbar.sass */
.navbar > .container {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 3.25rem;
  width: 100%;
}
/* line 117, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.has-shadow {
  -webkit-box-shadow: 0 2px 0 0 whitesmoke;
          box-shadow: 0 2px 0 0 whitesmoke;
}
/* line 119, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-fixed-bottom {
  bottom: 0;
}
/* line 124, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-fixed-bottom.has-shadow {
  -webkit-box-shadow: 0 -2px 0 0 whitesmoke;
          box-shadow: 0 -2px 0 0 whitesmoke;
}
/* line 126, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-fixed-top {
  top: 0;
}

/* line 131, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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.2/app/assets/stylesheets/sass/components/navbar.sass */
.navbar-brand,
.navbar-tabs {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-height: 3.25rem;
}

/* line 145, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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.2/app/assets/stylesheets/sass/components/navbar.sass */
.navbar-burger {
  color: #4a4a4a;
  cursor: pointer;
  display: block;
  height: 3.25rem;
  position: relative;
  width: 3.25rem;
  margin-left: auto;
}
/* line 33, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/utilities/mixins.sass */
.navbar-burger span {
  background-color: currentColor;
  display: block;
  height: 1px;
  left: calc(50% - 8px);
  position: absolute;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition-duration: 86ms;
       -o-transition-duration: 86ms;
          transition-duration: 86ms;
  -webkit-transition-property: background-color, opacity, -webkit-transform;
  transition-property: background-color, opacity, -webkit-transform;
  -o-transition-property: background-color, opacity, transform;
  transition-property: background-color, opacity, transform;
  transition-property: background-color, opacity, transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  width: 16px;
}
/* line 44, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/utilities/mixins.sass */
.navbar-burger span:nth-child(1) {
  top: calc(50% - 6px);
}
/* line 46, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/utilities/mixins.sass */
.navbar-burger span:nth-child(2) {
  top: calc(50% - 1px);
}
/* line 48, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/utilities/mixins.sass */
.navbar-burger span:nth-child(3) {
  top: calc(50% + 4px);
}
/* line 50, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/utilities/mixins.sass */
.navbar-burger:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
/* line 55, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/utilities/mixins.sass */
.navbar-burger.is-active span:nth-child(1) {
  -webkit-transform: translateY(5px) rotate(45deg);
      -ms-transform: translateY(5px) rotate(45deg);
          transform: translateY(5px) rotate(45deg);
}
/* line 57, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/utilities/mixins.sass */
.navbar-burger.is-active span:nth-child(2) {
  opacity: 0;
}
/* line 59, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/utilities/mixins.sass */
.navbar-burger.is-active span:nth-child(3) {
  -webkit-transform: translateY(-5px) rotate(-45deg);
      -ms-transform: translateY(-5px) rotate(-45deg);
          transform: translateY(-5px) rotate(-45deg);
}

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

/* line 163, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/navbar.sass */
.navbar-item,
.navbar-link {
  color: #4a4a4a;
  display: block;
  line-height: 1.5;
  padding: 0.5rem 0.75rem;
  position: relative;
}
/* line 171, /usr/local/bundle/gems/bulma-rails-0.9.2/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 175, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/navbar.sass */
a.navbar-item,
.navbar-link {
  cursor: pointer;
}
/* line 178, /usr/local/bundle/gems/bulma-rails-0.9.2/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: #3273dc;
}

/* line 185, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/navbar.sass */
.navbar-item {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
/* line 188, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/navbar.sass */
.navbar-item img {
  max-height: 1.75rem;
}
/* line 190, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/navbar.sass */
.navbar-item.has-dropdown {
  padding: 0;
}
/* line 192, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/navbar.sass */
.navbar-item.is-expanded {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
/* line 195, /usr/local/bundle/gems/bulma-rails-0.9.2/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 199, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/navbar.sass */
.navbar-item.is-tab:focus, .navbar-item.is-tab:hover {
  background-color: transparent;
  border-bottom-color: #3273dc;
}
/* line 203, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/navbar.sass */
.navbar-item.is-tab.is-active {
  background-color: transparent;
  border-bottom-color: #3273dc;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  color: #3273dc;
  padding-bottom: calc(0.5rem - 3px);
}

/* line 211, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/navbar.sass */
.navbar-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

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

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

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

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

  /* line 243, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar-brand .navbar-item,
  .navbar-tabs .navbar-item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

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

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

  /* line 257, /usr/local/bundle/gems/bulma-rails-0.9.2/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 260, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-fixed-bottom-touch {
    bottom: 0;
  }
  /* line 262, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-fixed-bottom-touch.has-shadow {
    -webkit-box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
            box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
  }
  /* line 264, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-fixed-top-touch {
    top: 0;
  }
  /* line 268, /usr/local/bundle/gems/bulma-rails-0.9.2/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 274, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/navbar.sass */
  html.has-navbar-fixed-top-touch,
  body.has-navbar-fixed-top-touch {
    padding-top: 3.25rem;
  }
  /* line 276, /usr/local/bundle/gems/bulma-rails-0.9.2/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 280, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar,
  .navbar-menu,
  .navbar-start,
  .navbar-end {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  /* line 286, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar {
    min-height: 3.25rem;
  }
  /* line 288, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-spaced {
    padding: 1rem 2rem;
  }
  /* line 290, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-spaced .navbar-start,
  .navbar.is-spaced .navbar-end {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  /* line 293, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-spaced a.navbar-item,
  .navbar.is-spaced .navbar-link {
    border-radius: 4px;
  }
  /* line 299, /usr/local/bundle/gems/bulma-rails-0.9.2/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 308, /usr/local/bundle/gems/bulma-rails-0.9.2/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 312, /usr/local/bundle/gems/bulma-rails-0.9.2/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: whitesmoke;
    color: #0a0a0a;
  }
  /* line 316, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
    background-color: whitesmoke;
    color: #3273dc;
  }

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

  /* line 321, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar-item,
  .navbar-link {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  /* line 326, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar-item.has-dropdown {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  /* line 329, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar-item.has-dropdown-up .navbar-link::after {
    -webkit-transform: rotate(135deg) translate(0.25em, -0.25em);
        -ms-transform: rotate(135deg) translate(0.25em, -0.25em);
            transform: rotate(135deg) translate(0.25em, -0.25em);
  }
  /* line 331, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar-item.has-dropdown-up .navbar-dropdown {
    border-bottom: 2px solid #dbdbdb;
    border-radius: 6px 6px 0 0;
    border-top: none;
    bottom: 100%;
    -webkit-box-shadow: 0 -8px 8px rgba(10, 10, 10, 0.1);
            box-shadow: 0 -8px 8px rgba(10, 10, 10, 0.1);
    top: auto;
  }
  /* line 342, /usr/local/bundle/gems/bulma-rails-0.9.2/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 344, /usr/local/bundle/gems/bulma-rails-0.9.2/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;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }

  /* line 349, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar-menu {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  /* line 352, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-right: auto;
  }

  /* line 355, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-left: auto;
  }

  /* line 358, /usr/local/bundle/gems/bulma-rails-0.9.2/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 #dbdbdb;
    -webkit-box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1);
            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 371, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar-dropdown .navbar-item {
    padding: 0.375rem 1rem;
    white-space: nowrap;
  }
  /* line 374, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar-dropdown a.navbar-item {
    padding-right: 3rem;
  }
  /* line 376, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar-dropdown a.navbar-item:focus, .navbar-dropdown a.navbar-item:hover {
    background-color: whitesmoke;
    color: #0a0a0a;
  }
  /* line 380, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar-dropdown a.navbar-item.is-active {
    background-color: whitesmoke;
    color: #3273dc;
  }
  /* line 383, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-spaced .navbar-dropdown, .navbar-dropdown.is-boxed {
    border-radius: 6px;
    border-top: none;
    -webkit-box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
            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));
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px);
    -webkit-transition-duration: 86ms;
         -o-transition-duration: 86ms;
            transition-duration: 86ms;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
  }
  /* line 395, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar-dropdown.is-right {
    left: auto;
    right: 0;
  }

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

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

  /* line 408, /usr/local/bundle/gems/bulma-rails-0.9.2/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 411, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-fixed-bottom-desktop {
    bottom: 0;
  }
  /* line 413, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-fixed-bottom-desktop.has-shadow {
    -webkit-box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
            box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
  }
  /* line 415, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-fixed-top-desktop {
    top: 0;
  }

  /* line 419, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/navbar.sass */
  html.has-navbar-fixed-top-desktop,
  body.has-navbar-fixed-top-desktop {
    padding-top: 3.25rem;
  }
  /* line 421, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/navbar.sass */
  html.has-navbar-fixed-bottom-desktop,
  body.has-navbar-fixed-bottom-desktop {
    padding-bottom: 3.25rem;
  }
  /* line 423, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/navbar.sass */
  html.has-spaced-navbar-fixed-top,
  body.has-spaced-navbar-fixed-top {
    padding-top: 5.25rem;
  }
  /* line 425, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/navbar.sass */
  html.has-spaced-navbar-fixed-bottom,
  body.has-spaced-navbar-fixed-bottom {
    padding-bottom: 5.25rem;
  }

  /* line 430, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/navbar.sass */
  a.navbar-item.is-active,
  .navbar-link.is-active {
    color: #0a0a0a;
  }
  /* line 432, /usr/local/bundle/gems/bulma-rails-0.9.2/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 438, /usr/local/bundle/gems/bulma-rails-0.9.2/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 444, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/app/assets/stylesheets/sass/components/pagination.sass */
.pagination {
  font-size: 1rem;
  margin: -0.25rem;
}
/* line 43, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/pagination.sass */
.pagination.is-small, .alert .pagination.button {
  font-size: 0.75rem;
}
/* line 45, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/pagination.sass */
.pagination.is-medium {
  font-size: 1.25rem;
}
/* line 47, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/pagination.sass */
.pagination.is-large {
  font-size: 1.5rem;
}
/* line 50, /usr/local/bundle/gems/bulma-rails-0.9.2/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: 290486px;
}
/* line 55, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/pagination.sass */
.pagination.is-rounded .pagination-link {
  border-radius: 290486px;
}

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

/* line 65, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/pagination.sass */
.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis {
  font-size: 1em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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.2/app/assets/stylesheets/sass/components/pagination.sass */
.pagination-previous,
.pagination-next,
.pagination-link {
  border-color: #dbdbdb;
  color: #363636;
  min-width: 2.5em;
}
/* line 84, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/app/assets/stylesheets/sass/components/pagination.sass */
.pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus {
  border-color: #3273dc;
}
/* line 89, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/pagination.sass */
.pagination-previous:active,
.pagination-next:active,
.pagination-link:active {
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
          box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
}
/* line 91, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/pagination.sass */
.pagination-previous[disabled],
.pagination-next[disabled],
.pagination-link[disabled] {
  background-color: #dbdbdb;
  border-color: #dbdbdb;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #7a7a7a;
  opacity: 0.5;
}

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

/* line 105, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/pagination.sass */
.pagination-link.is-current {
  background-color: #3273dc;
  border-color: #3273dc;
  color: #fff;
}

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

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

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

  /* line 122, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/pagination.sass */
  .pagination-previous,
  .pagination-next {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }

  /* line 127, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/pagination.sass */
  .pagination-list li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
}
@media screen and (min-width: 769px), print {
  /* line 132, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/pagination.sass */
  .pagination-list {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  /* line 137, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/pagination.sass */
  .pagination-previous {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  /* line 139, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/pagination.sass */
  .pagination-next {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  /* line 141, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/pagination.sass */
  .pagination {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  /* line 144, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/pagination.sass */
  .pagination.is-centered .pagination-previous {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  /* line 146, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/pagination.sass */
  .pagination.is-centered .pagination-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  /* line 149, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/pagination.sass */
  .pagination.is-centered .pagination-next {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  /* line 152, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/pagination.sass */
  .pagination.is-right .pagination-previous {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  /* line 154, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/pagination.sass */
  .pagination.is-right .pagination-next {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  /* line 156, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/pagination.sass */
  .pagination.is-right .pagination-list {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
/* line 33, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/panel.sass */
.panel {
  border-radius: 6px;
  -webkit-box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
          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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-light .panel-heading {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}
/* line 47, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-light .panel-tabs a.is-active {
  border-bottom-color: whitesmoke;
}
/* line 49, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-light .panel-block.is-active .panel-icon {
  color: whitesmoke;
}
/* line 44, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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.2/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.2/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-primary .panel-heading, .alert .panel.button .panel-heading {
  background-color: #00d1b2;
  color: #fff;
}
/* line 47, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-primary .panel-tabs a.is-active, .alert .panel.button .panel-tabs a.is-active {
  border-bottom-color: #00d1b2;
}
/* line 49, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-primary .panel-block.is-active .panel-icon, .alert .panel.button .panel-block.is-active .panel-icon {
  color: #00d1b2;
}
/* line 44, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-link .panel-heading {
  background-color: #3273dc;
  color: #fff;
}
/* line 47, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-link .panel-tabs a.is-active {
  border-bottom-color: #3273dc;
}
/* line 49, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-link .panel-block.is-active .panel-icon {
  color: #3273dc;
}
/* line 44, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-info .panel-heading {
  background-color: #3298dc;
  color: #fff;
}
/* line 47, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-info .panel-tabs a.is-active {
  border-bottom-color: #3298dc;
}
/* line 49, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-info .panel-block.is-active .panel-icon {
  color: #3298dc;
}
/* line 44, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-success .panel-heading {
  background-color: #48c774;
  color: #fff;
}
/* line 47, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-success .panel-tabs a.is-active {
  border-bottom-color: #48c774;
}
/* line 49, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-success .panel-block.is-active .panel-icon {
  color: #48c774;
}
/* line 44, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-warning .panel-heading {
  background-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}
/* line 47, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-warning .panel-tabs a.is-active {
  border-bottom-color: #ffdd57;
}
/* line 49, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-warning .panel-block.is-active .panel-icon {
  color: #ffdd57;
}
/* line 44, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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.2/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.2/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.2/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.2/app/assets/stylesheets/sass/components/panel.sass */
.panel-tabs {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* line 71, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/panel.sass */
.panel-tabs a {
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: -1px;
  padding: 0.5em;
}
/* line 76, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/panel.sass */
.panel-tabs a.is-active {
  border-bottom-color: #4a4a4a;
  color: #363636;
}

/* line 81, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/panel.sass */
.panel-list a {
  color: #4a4a4a;
}
/* line 83, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/panel.sass */
.panel-list a:hover {
  color: #3273dc;
}

/* line 86, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/panel.sass */
.panel-block {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #363636;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0.5em 0.75em;
}
/* line 92, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/app/assets/stylesheets/sass/components/panel.sass */
.panel-block > .control {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: 100%;
}
/* line 98, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/panel.sass */
.panel-block.is-wrapped {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
/* line 100, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/panel.sass */
.panel-block.is-active {
  border-left-color: #3273dc;
  color: #363636;
}
/* line 103, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/panel.sass */
.panel-block.is-active .panel-icon {
  color: #3273dc;
}
/* line 105, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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.2/app/assets/stylesheets/sass/components/panel.sass */
a.panel-block:hover,
label.panel-block:hover {
  background-color: whitesmoke;
}

/* line 115, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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.2/app/assets/stylesheets/sass/components/tabs.sass */
.tabs {
  -webkit-overflow-scrolling: touch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
}
/* line 42, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/tabs.sass */
.tabs a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom-color: #dbdbdb;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: #4a4a4a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: -1px;
  padding: 0.5em 1em;
  vertical-align: top;
}
/* line 53, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/app/assets/stylesheets/sass/components/tabs.sass */
.tabs li {
  display: block;
}
/* line 59, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/tabs.sass */
.tabs li.is-active a {
  border-bottom-color: #3273dc;
  color: #3273dc;
}
/* line 62, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/tabs.sass */
.tabs ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom-color: #dbdbdb;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
/* line 71, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/app/assets/stylesheets/sass/components/tabs.sass */
.tabs ul.is-center {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0.75em;
  padding-right: 0.75em;
}
/* line 78, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/tabs.sass */
.tabs ul.is-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-left: 0.75em;
}
/* line 82, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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.2/app/assets/stylesheets/sass/components/tabs.sass */
.tabs.is-centered ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* line 91, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/tabs.sass */
.tabs.is-right ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
/* line 95, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/app/assets/stylesheets/sass/components/tabs.sass */
.tabs.is-boxed a:hover {
  background-color: whitesmoke;
  border-bottom-color: #dbdbdb;
}
/* line 106, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/tabs.sass */
.tabs.is-boxed li.is-active a {
  background-color: white;
  border-color: #dbdbdb;
  border-bottom-color: transparent !important;
}
/* line 111, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/tabs.sass */
.tabs.is-fullwidth li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
/* line 115, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/tabs.sass */
.tabs.is-toggle a {
  border-color: #dbdbdb;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 0;
  position: relative;
}
/* line 121, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/tabs.sass */
.tabs.is-toggle a:hover {
  background-color: whitesmoke;
  border-color: #b5b5b5;
  z-index: 2;
}
/* line 126, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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.2/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.2/app/assets/stylesheets/sass/components/tabs.sass */
.tabs.is-toggle li.is-active a {
  background-color: #3273dc;
  border-color: #3273dc;
  color: #fff;
  z-index: 1;
}
/* line 148, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/tabs.sass */
.tabs.is-toggle ul {
  border-bottom: none;
}
/* line 152, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/tabs.sass */
.tabs.is-toggle.is-toggle-rounded li:first-child a {
  border-bottom-left-radius: 290486px;
  border-top-left-radius: 290486px;
  padding-left: 1.25em;
}
/* line 161, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/tabs.sass */
.tabs.is-toggle.is-toggle-rounded li:last-child a {
  border-bottom-right-radius: 290486px;
  border-top-right-radius: 290486px;
  padding-right: 1.25em;
}
/* line 171, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/tabs.sass */
.tabs.is-small, .alert .tabs.button {
  font-size: 0.75rem;
}
/* line 173, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/components/tabs.sass */
.tabs.is-medium {
  font-size: 1.25rem;
}
/* line 175, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/app/assets/stylesheets/sass/grid/columns.sass */
.column {
  display: block;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  padding: 0.75rem;
}
/* line 11, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-narrow {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: unset;
}
/* line 14, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-full {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
}
/* line 17, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-three-quarters {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 75%;
}
/* line 20, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-two-thirds {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 66.6666%;
}
/* line 23, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-half {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 50%;
}
/* line 26, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-one-third {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 33.3333%;
}
/* line 29, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-one-quarter {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 25%;
}
/* line 32, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-one-fifth {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 20%;
}
/* line 35, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-two-fifths {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 40%;
}
/* line 38, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-three-fifths {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 60%;
}
/* line 41, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-four-fifths {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 80%;
}
/* line 44, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-0 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 0%;
}
/* line 66, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-1 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 8.3333333333%;
}
/* line 66, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-1 {
  margin-left: 8.3333333333%;
}
/* line 63, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-2 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 16.6666666667%;
}
/* line 66, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-2 {
  margin-left: 16.6666666667%;
}
/* line 63, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-3 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 25%;
}
/* line 66, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-4 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 33.3333333333%;
}
/* line 66, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-4 {
  margin-left: 33.3333333333%;
}
/* line 63, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-5 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 41.6666666667%;
}
/* line 66, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-5 {
  margin-left: 41.6666666667%;
}
/* line 63, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-6 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 50%;
}
/* line 66, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-7 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 58.3333333333%;
}
/* line 66, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-7 {
  margin-left: 58.3333333333%;
}
/* line 63, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-8 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 66.6666666667%;
}
/* line 66, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-8 {
  margin-left: 66.6666666667%;
}
/* line 63, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-9 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 75%;
}
/* line 66, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-10 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 83.3333333333%;
}
/* line 66, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-10 {
  margin-left: 83.3333333333%;
}
/* line 63, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-11 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 91.6666666667%;
}
/* line 66, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-11 {
  margin-left: 91.6666666667%;
}
/* line 63, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-12 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
}
/* line 66, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-narrow-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: unset;
  }
  /* line 72, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-full-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  /* line 75, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-three-quarters-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  /* line 78, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-two-thirds-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }
  /* line 81, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-half-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  /* line 84, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-one-third-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }
  /* line 87, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-one-quarter-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  /* line 90, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-one-fifth-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 20%;
  }
  /* line 93, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-two-fifths-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 40%;
  }
  /* line 96, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-three-fifths-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 60%;
  }
  /* line 99, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-four-fifths-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 80%;
  }
  /* line 102, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-0-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 0%;
  }
  /* line 124, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-1-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.3333333333%;
  }
  /* line 124, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-1-mobile {
    margin-left: 8.3333333333%;
  }
  /* line 121, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-2-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.6666666667%;
  }
  /* line 124, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-2-mobile {
    margin-left: 16.6666666667%;
  }
  /* line 121, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-3-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  /* line 124, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-4-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333333333%;
  }
  /* line 124, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-4-mobile {
    margin-left: 33.3333333333%;
  }
  /* line 121, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-5-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.6666666667%;
  }
  /* line 124, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-5-mobile {
    margin-left: 41.6666666667%;
  }
  /* line 121, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-6-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  /* line 124, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-7-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.3333333333%;
  }
  /* line 124, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-7-mobile {
    margin-left: 58.3333333333%;
  }
  /* line 121, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-8-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666666667%;
  }
  /* line 124, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-8-mobile {
    margin-left: 66.6666666667%;
  }
  /* line 121, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-9-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  /* line 124, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-10-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.3333333333%;
  }
  /* line 124, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-10-mobile {
    margin-left: 83.3333333333%;
  }
  /* line 121, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-11-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.6666666667%;
  }
  /* line 124, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-11-mobile {
    margin-left: 91.6666666667%;
  }
  /* line 121, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-12-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  /* line 124, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-narrow, .column.is-narrow-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: unset;
  }
  /* line 131, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-full, .column.is-full-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  /* line 135, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-three-quarters, .column.is-three-quarters-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  /* line 139, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-two-thirds, .column.is-two-thirds-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }
  /* line 143, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-half, .column.is-half-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  /* line 147, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-one-third, .column.is-one-third-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }
  /* line 151, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-one-quarter, .column.is-one-quarter-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  /* line 155, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-one-fifth, .column.is-one-fifth-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 20%;
  }
  /* line 159, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-two-fifths, .column.is-two-fifths-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 40%;
  }
  /* line 163, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-three-fifths, .column.is-three-fifths-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 60%;
  }
  /* line 167, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-four-fifths, .column.is-four-fifths-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 80%;
  }
  /* line 171, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-0, .column.is-0-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 0%;
  }
  /* line 203, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-1, .column.is-1-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.3333333333%;
  }
  /* line 203, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-1, .column.is-offset-1-tablet {
    margin-left: 8.3333333333%;
  }
  /* line 199, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-2, .column.is-2-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.6666666667%;
  }
  /* line 203, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-2, .column.is-offset-2-tablet {
    margin-left: 16.6666666667%;
  }
  /* line 199, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-3, .column.is-3-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  /* line 203, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-4, .column.is-4-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333333333%;
  }
  /* line 203, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-4, .column.is-offset-4-tablet {
    margin-left: 33.3333333333%;
  }
  /* line 199, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-5, .column.is-5-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.6666666667%;
  }
  /* line 203, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-5, .column.is-offset-5-tablet {
    margin-left: 41.6666666667%;
  }
  /* line 199, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-6, .column.is-6-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  /* line 203, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-7, .column.is-7-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.3333333333%;
  }
  /* line 203, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-7, .column.is-offset-7-tablet {
    margin-left: 58.3333333333%;
  }
  /* line 199, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-8, .column.is-8-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666666667%;
  }
  /* line 203, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-8, .column.is-offset-8-tablet {
    margin-left: 66.6666666667%;
  }
  /* line 199, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-9, .column.is-9-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  /* line 203, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-10, .column.is-10-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.3333333333%;
  }
  /* line 203, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-10, .column.is-offset-10-tablet {
    margin-left: 83.3333333333%;
  }
  /* line 199, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-11, .column.is-11-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.6666666667%;
  }
  /* line 203, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-11, .column.is-offset-11-tablet {
    margin-left: 91.6666666667%;
  }
  /* line 199, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-12, .column.is-12-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  /* line 203, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-narrow-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: unset;
  }
  /* line 210, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-full-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  /* line 213, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-three-quarters-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  /* line 216, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-two-thirds-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }
  /* line 219, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-half-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  /* line 222, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-one-third-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }
  /* line 225, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-one-quarter-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  /* line 228, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-one-fifth-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 20%;
  }
  /* line 231, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-two-fifths-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 40%;
  }
  /* line 234, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-three-fifths-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 60%;
  }
  /* line 237, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-four-fifths-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 80%;
  }
  /* line 240, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-0-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 0%;
  }
  /* line 262, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-1-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.3333333333%;
  }
  /* line 262, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-1-touch {
    margin-left: 8.3333333333%;
  }
  /* line 259, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-2-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.6666666667%;
  }
  /* line 262, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-2-touch {
    margin-left: 16.6666666667%;
  }
  /* line 259, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-3-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  /* line 262, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-4-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333333333%;
  }
  /* line 262, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-4-touch {
    margin-left: 33.3333333333%;
  }
  /* line 259, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-5-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.6666666667%;
  }
  /* line 262, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-5-touch {
    margin-left: 41.6666666667%;
  }
  /* line 259, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-6-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  /* line 262, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-7-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.3333333333%;
  }
  /* line 262, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-7-touch {
    margin-left: 58.3333333333%;
  }
  /* line 259, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-8-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666666667%;
  }
  /* line 262, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-8-touch {
    margin-left: 66.6666666667%;
  }
  /* line 259, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-9-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  /* line 262, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-10-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.3333333333%;
  }
  /* line 262, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-10-touch {
    margin-left: 83.3333333333%;
  }
  /* line 259, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-11-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.6666666667%;
  }
  /* line 262, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-11-touch {
    margin-left: 91.6666666667%;
  }
  /* line 259, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-12-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  /* line 262, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-narrow-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: unset;
  }
  /* line 268, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-full-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  /* line 271, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-three-quarters-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  /* line 274, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-two-thirds-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }
  /* line 277, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-half-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  /* line 280, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-one-third-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }
  /* line 283, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-one-quarter-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  /* line 286, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-one-fifth-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 20%;
  }
  /* line 289, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-two-fifths-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 40%;
  }
  /* line 292, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-three-fifths-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 60%;
  }
  /* line 295, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-four-fifths-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 80%;
  }
  /* line 298, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-0-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 0%;
  }
  /* line 320, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-1-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.3333333333%;
  }
  /* line 320, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-1-desktop {
    margin-left: 8.3333333333%;
  }
  /* line 317, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-2-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.6666666667%;
  }
  /* line 320, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-2-desktop {
    margin-left: 16.6666666667%;
  }
  /* line 317, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-3-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  /* line 320, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-4-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333333333%;
  }
  /* line 320, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-4-desktop {
    margin-left: 33.3333333333%;
  }
  /* line 317, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-5-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.6666666667%;
  }
  /* line 320, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-5-desktop {
    margin-left: 41.6666666667%;
  }
  /* line 317, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-6-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  /* line 320, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-7-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.3333333333%;
  }
  /* line 320, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-7-desktop {
    margin-left: 58.3333333333%;
  }
  /* line 317, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-8-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666666667%;
  }
  /* line 320, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-8-desktop {
    margin-left: 66.6666666667%;
  }
  /* line 317, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-9-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  /* line 320, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-10-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.3333333333%;
  }
  /* line 320, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-10-desktop {
    margin-left: 83.3333333333%;
  }
  /* line 317, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-11-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.6666666667%;
  }
  /* line 320, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-11-desktop {
    margin-left: 91.6666666667%;
  }
  /* line 317, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-12-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  /* line 320, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-narrow-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: unset;
  }
  /* line 326, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-full-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  /* line 329, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-three-quarters-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  /* line 332, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-two-thirds-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }
  /* line 335, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-half-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  /* line 338, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-one-third-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }
  /* line 341, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-one-quarter-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  /* line 344, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-one-fifth-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 20%;
  }
  /* line 347, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-two-fifths-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 40%;
  }
  /* line 350, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-three-fifths-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 60%;
  }
  /* line 353, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-four-fifths-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 80%;
  }
  /* line 356, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-0-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 0%;
  }
  /* line 378, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-1-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.3333333333%;
  }
  /* line 378, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-1-widescreen {
    margin-left: 8.3333333333%;
  }
  /* line 375, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-2-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.6666666667%;
  }
  /* line 378, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-2-widescreen {
    margin-left: 16.6666666667%;
  }
  /* line 375, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-3-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  /* line 378, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-4-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333333333%;
  }
  /* line 378, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-4-widescreen {
    margin-left: 33.3333333333%;
  }
  /* line 375, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-5-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.6666666667%;
  }
  /* line 378, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-5-widescreen {
    margin-left: 41.6666666667%;
  }
  /* line 375, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-6-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  /* line 378, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-7-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.3333333333%;
  }
  /* line 378, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-7-widescreen {
    margin-left: 58.3333333333%;
  }
  /* line 375, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-8-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666666667%;
  }
  /* line 378, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-8-widescreen {
    margin-left: 66.6666666667%;
  }
  /* line 375, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-9-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  /* line 378, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-10-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.3333333333%;
  }
  /* line 378, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-10-widescreen {
    margin-left: 83.3333333333%;
  }
  /* line 375, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-11-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.6666666667%;
  }
  /* line 378, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-11-widescreen {
    margin-left: 91.6666666667%;
  }
  /* line 375, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-12-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  /* line 378, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-narrow-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: unset;
  }
  /* line 384, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-full-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  /* line 387, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-three-quarters-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  /* line 390, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-two-thirds-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }
  /* line 393, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-half-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  /* line 396, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-one-third-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }
  /* line 399, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-one-quarter-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  /* line 402, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-one-fifth-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 20%;
  }
  /* line 405, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-two-fifths-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 40%;
  }
  /* line 408, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-three-fifths-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 60%;
  }
  /* line 411, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-four-fifths-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 80%;
  }
  /* line 414, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-0-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 0%;
  }
  /* line 436, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-1-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.3333333333%;
  }
  /* line 436, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-1-fullhd {
    margin-left: 8.3333333333%;
  }
  /* line 433, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-2-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.6666666667%;
  }
  /* line 436, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-2-fullhd {
    margin-left: 16.6666666667%;
  }
  /* line 433, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-3-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  /* line 436, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-4-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333333333%;
  }
  /* line 436, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-4-fullhd {
    margin-left: 33.3333333333%;
  }
  /* line 433, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-5-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.6666666667%;
  }
  /* line 436, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-5-fullhd {
    margin-left: 41.6666666667%;
  }
  /* line 433, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-6-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  /* line 436, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-7-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.3333333333%;
  }
  /* line 436, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-7-fullhd {
    margin-left: 58.3333333333%;
  }
  /* line 433, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-8-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666666667%;
  }
  /* line 436, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-8-fullhd {
    margin-left: 66.6666666667%;
  }
  /* line 433, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-9-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  /* line 436, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-10-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.3333333333%;
  }
  /* line 436, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-10-fullhd {
    margin-left: 83.3333333333%;
  }
  /* line 433, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-11-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.6666666667%;
  }
  /* line 436, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-11-fullhd {
    margin-left: 91.6666666667%;
  }
  /* line 433, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-12-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  /* line 436, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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.2/app/assets/stylesheets/sass/grid/columns.sass */
.columns:last-child {
  margin-bottom: -0.75rem;
}
/* line 445, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* line 450, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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.2/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.2/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.2/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* line 463, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-multiline {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
/* line 465, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-vcentered {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px), print {
  /* line 469, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .columns:not(.is-desktop) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  /* line 473, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* line 477, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/app/assets/stylesheets/sass/grid/tiles.sass */
.tile {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: block;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
}
/* line 13, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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.2/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.2/app/assets/stylesheets/sass/grid/tiles.sass */
.tile.is-child {
  margin: 0 !important;
}
/* line 23, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/tiles.sass */
.tile.is-parent {
  padding: 0.75rem;
}
/* line 25, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/tiles.sass */
.tile.is-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
/* line 27, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/app/assets/stylesheets/sass/grid/tiles.sass */
  .tile:not(.is-child) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  /* line 34, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/tiles.sass */
  .tile.is-1 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.3333333333%;
  }
  /* line 34, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/tiles.sass */
  .tile.is-2 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.6666666667%;
  }
  /* line 34, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/tiles.sass */
  .tile.is-3 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  /* line 34, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/tiles.sass */
  .tile.is-4 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333333333%;
  }
  /* line 34, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/tiles.sass */
  .tile.is-5 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.6666666667%;
  }
  /* line 34, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/tiles.sass */
  .tile.is-6 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  /* line 34, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/tiles.sass */
  .tile.is-7 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.3333333333%;
  }
  /* line 34, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/tiles.sass */
  .tile.is-8 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666666667%;
  }
  /* line 34, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/tiles.sass */
  .tile.is-9 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  /* line 34, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/tiles.sass */
  .tile.is-10 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.3333333333%;
  }
  /* line 34, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/tiles.sass */
  .tile.is-11 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.6666666667%;
  }
  /* line 34, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/grid/tiles.sass */
  .tile.is-12 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}

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

/* line 8, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-white {
  background-color: white !important;
}

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

/* line 8, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-black {
  background-color: #0a0a0a !important;
}

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

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

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

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

/* line 8, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-dark {
  background-color: #363636 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 8, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-danger {
  background-color: #f14668 !important;
}

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

/* line 20, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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.2/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-danger-dark {
  color: #cc0f35 !important;
}

/* line 29, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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.2/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-black-bis {
  color: #121212 !important;
}

/* line 38, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-black-ter {
  color: #242424 !important;
}

/* line 38, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-grey-darker {
  color: #363636 !important;
}

/* line 38, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-grey-dark {
  color: #4a4a4a !important;
}

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

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

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

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

/* line 38, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-grey-lighter {
  color: #dbdbdb !important;
}

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

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

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

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

/* line 38, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-flex-direction-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

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

/* line 3, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-flex-direction-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 4, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/app/assets/stylesheets/sass/helpers/float.sass */
.is-pulled-left {
  float: left !important;
}

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

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

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

/* line 9, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/app/assets/stylesheets/sass/helpers/overflow.sass */
.is-clipped {
  overflow: hidden !important;
}

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

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

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

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

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

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

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

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

/* line 24, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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.2/app/assets/stylesheets/sass/helpers/spacing.sass */
.m-1 {
  margin: 0.25rem !important;
}

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

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

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

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

/* line 24, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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.2/app/assets/stylesheets/sass/helpers/spacing.sass */
.m-2 {
  margin: 0.5rem !important;
}

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

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

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

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

/* line 24, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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.2/app/assets/stylesheets/sass/helpers/spacing.sass */
.m-3 {
  margin: 0.75rem !important;
}

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

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

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

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

/* line 24, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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.2/app/assets/stylesheets/sass/helpers/spacing.sass */
.m-4 {
  margin: 1rem !important;
}

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

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

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

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

/* line 24, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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.2/app/assets/stylesheets/sass/helpers/spacing.sass */
.m-5 {
  margin: 1.5rem !important;
}

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

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

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

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

/* line 24, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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.2/app/assets/stylesheets/sass/helpers/spacing.sass */
.m-6 {
  margin: 3rem !important;
}

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

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

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

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

/* line 24, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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.2/app/assets/stylesheets/sass/helpers/spacing.sass */
.p-0 {
  padding: 0 !important;
}

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

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

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

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

/* line 24, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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.2/app/assets/stylesheets/sass/helpers/spacing.sass */
.p-1 {
  padding: 0.25rem !important;
}

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

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

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

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

/* line 24, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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.2/app/assets/stylesheets/sass/helpers/spacing.sass */
.p-2 {
  padding: 0.5rem !important;
}

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

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

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

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

/* line 24, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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.2/app/assets/stylesheets/sass/helpers/spacing.sass */
.p-3 {
  padding: 0.75rem !important;
}

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

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

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

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

/* line 24, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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.2/app/assets/stylesheets/sass/helpers/spacing.sass */
.p-4 {
  padding: 1rem !important;
}

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

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

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

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

/* line 24, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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.2/app/assets/stylesheets/sass/helpers/spacing.sass */
.p-5 {
  padding: 1.5rem !important;
}

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

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

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

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

/* line 24, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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.2/app/assets/stylesheets/sass/helpers/spacing.sass */
.p-6 {
  padding: 3rem !important;
}

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

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

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

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

/* line 24, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/app/assets/stylesheets/sass/helpers/spacing.sass */
.py-6 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

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

/* line 6, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/app/assets/stylesheets/sass/helpers/typography.sass */
.is-size-3 {
  font-size: 2rem !important;
}

/* line 6, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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.2/app/assets/stylesheets/sass/helpers/typography.sass */
.is-size-6 {
  font-size: 1rem !important;
}

/* line 6, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/app/assets/stylesheets/sass/helpers/typography.sass */
.has-text-centered {
  text-align: center !important;
}

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

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

/* line 32, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/app/assets/stylesheets/sass/helpers/typography.sass */
.is-capitalized {
  text-transform: capitalize !important;
}

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

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

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

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

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

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

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

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

/* line 87, /usr/local/bundle/gems/bulma-rails-0.9.2/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 90, /usr/local/bundle/gems/bulma-rails-0.9.2/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 93, /usr/local/bundle/gems/bulma-rails-0.9.2/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 96, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/helpers/typography.sass */
.is-family-monospace {
  font-family: monospace !important;
}

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

/* line 6, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-block-fullhd {
    display: block !important;
  }
}
/* line 6, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/helpers/visibility.sass */
.is-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

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

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

/* line 39, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-hidden-fullhd {
    display: none !important;
  }
}
/* line 85, /usr/local/bundle/gems/bulma-rails-0.9.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-invisible-fullhd {
    visibility: hidden !important;
  }
}
/* Bulma Layout */
/* line 11, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
/* line 16, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero .navbar {
  background: none;
}
/* line 19, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero .tabs ul {
  border-bottom: none;
}
/* line 25, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-white {
  background-color: white;
  color: #0a0a0a;
}
/* line 28, /usr/local/bundle/gems/bulma-rails-0.9.2/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 31, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-white .title {
  color: #0a0a0a;
}
/* line 33, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-white .subtitle {
  color: rgba(10, 10, 10, 0.9);
}
/* line 35, /usr/local/bundle/gems/bulma-rails-0.9.2/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 38, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-white .navbar-menu {
    background-color: white;
  }
}
/* line 41, /usr/local/bundle/gems/bulma-rails-0.9.2/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 46, /usr/local/bundle/gems/bulma-rails-0.9.2/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 51, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-white .tabs a {
  color: #0a0a0a;
  opacity: 0.9;
}
/* line 54, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-white .tabs a:hover {
  opacity: 1;
}
/* line 57, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-white .tabs li.is-active a {
  opacity: 1;
}
/* line 61, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-white .tabs.is-boxed a, .hero.is-white .tabs.is-toggle a {
  color: #0a0a0a;
}
/* line 63, /usr/local/bundle/gems/bulma-rails-0.9.2/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 66, /usr/local/bundle/gems/bulma-rails-0.9.2/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 73, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-white.is-bold {
  background-image: -webkit-linear-gradient(309deg, #e8e3e4 0%, white 71%, white 100%);
  background-image: -o-linear-gradient(309deg, #e8e3e4 0%, white 71%, white 100%);
  background-image: linear-gradient(141deg, #e8e3e4 0%, white 71%, white 100%);
}
@media screen and (max-width: 768px) {
  /* line 78, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-white.is-bold .navbar-menu {
    background-image: -webkit-linear-gradient(309deg, #e8e3e4 0%, white 71%, white 100%);
    background-image: -o-linear-gradient(309deg, #e8e3e4 0%, white 71%, white 100%);
    background-image: linear-gradient(141deg, #e8e3e4 0%, white 71%, white 100%);
  }
}
/* line 25, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-black {
  background-color: #0a0a0a;
  color: white;
}
/* line 28, /usr/local/bundle/gems/bulma-rails-0.9.2/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 31, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-black .title {
  color: white;
}
/* line 33, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-black .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
/* line 35, /usr/local/bundle/gems/bulma-rails-0.9.2/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 38, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-black .navbar-menu {
    background-color: #0a0a0a;
  }
}
/* line 41, /usr/local/bundle/gems/bulma-rails-0.9.2/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 46, /usr/local/bundle/gems/bulma-rails-0.9.2/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 51, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-black .tabs a {
  color: white;
  opacity: 0.9;
}
/* line 54, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-black .tabs a:hover {
  opacity: 1;
}
/* line 57, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-black .tabs li.is-active a {
  opacity: 1;
}
/* line 61, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-black .tabs.is-boxed a, .hero.is-black .tabs.is-toggle a {
  color: white;
}
/* line 63, /usr/local/bundle/gems/bulma-rails-0.9.2/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 66, /usr/local/bundle/gems/bulma-rails-0.9.2/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 73, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-black.is-bold {
  background-image: -webkit-linear-gradient(309deg, black 0%, #0a0a0a 71%, #181616 100%);
  background-image: -o-linear-gradient(309deg, black 0%, #0a0a0a 71%, #181616 100%);
  background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%);
}
@media screen and (max-width: 768px) {
  /* line 78, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-black.is-bold .navbar-menu {
    background-image: -webkit-linear-gradient(309deg, black 0%, #0a0a0a 71%, #181616 100%);
    background-image: -o-linear-gradient(309deg, black 0%, #0a0a0a 71%, #181616 100%);
    background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%);
  }
}
/* line 25, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-light {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}
/* line 28, /usr/local/bundle/gems/bulma-rails-0.9.2/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 31, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-light .title {
  color: rgba(0, 0, 0, 0.7);
}
/* line 33, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-light .subtitle {
  color: rgba(0, 0, 0, 0.9);
}
/* line 35, /usr/local/bundle/gems/bulma-rails-0.9.2/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 38, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-light .navbar-menu {
    background-color: whitesmoke;
  }
}
/* line 41, /usr/local/bundle/gems/bulma-rails-0.9.2/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 46, /usr/local/bundle/gems/bulma-rails-0.9.2/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: #e8e8e8;
  color: rgba(0, 0, 0, 0.7);
}
/* line 51, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-light .tabs a {
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
}
/* line 54, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-light .tabs a:hover {
  opacity: 1;
}
/* line 57, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-light .tabs li.is-active a {
  opacity: 1;
}
/* line 61, /usr/local/bundle/gems/bulma-rails-0.9.2/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 63, /usr/local/bundle/gems/bulma-rails-0.9.2/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 66, /usr/local/bundle/gems/bulma-rails-0.9.2/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: whitesmoke;
}
/* line 73, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-light.is-bold {
  background-image: -webkit-linear-gradient(309deg, #dfd8d9 0%, whitesmoke 71%, white 100%);
  background-image: -o-linear-gradient(309deg, #dfd8d9 0%, whitesmoke 71%, white 100%);
  background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%);
}
@media screen and (max-width: 768px) {
  /* line 78, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-light.is-bold .navbar-menu {
    background-image: -webkit-linear-gradient(309deg, #dfd8d9 0%, whitesmoke 71%, white 100%);
    background-image: -o-linear-gradient(309deg, #dfd8d9 0%, whitesmoke 71%, white 100%);
    background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%);
  }
}
/* line 25, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-dark {
  background-color: #363636;
  color: #fff;
}
/* line 28, /usr/local/bundle/gems/bulma-rails-0.9.2/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 31, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-dark .title {
  color: #fff;
}
/* line 33, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-dark .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
/* line 35, /usr/local/bundle/gems/bulma-rails-0.9.2/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 38, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-dark .navbar-menu {
    background-color: #363636;
  }
}
/* line 41, /usr/local/bundle/gems/bulma-rails-0.9.2/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 46, /usr/local/bundle/gems/bulma-rails-0.9.2/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 51, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-dark .tabs a {
  color: #fff;
  opacity: 0.9;
}
/* line 54, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-dark .tabs a:hover {
  opacity: 1;
}
/* line 57, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-dark .tabs li.is-active a {
  opacity: 1;
}
/* line 61, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-dark .tabs.is-boxed a, .hero.is-dark .tabs.is-toggle a {
  color: #fff;
}
/* line 63, /usr/local/bundle/gems/bulma-rails-0.9.2/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 66, /usr/local/bundle/gems/bulma-rails-0.9.2/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 73, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-dark.is-bold {
  background-image: -webkit-linear-gradient(309deg, #1f191a 0%, #363636 71%, #46403f 100%);
  background-image: -o-linear-gradient(309deg, #1f191a 0%, #363636 71%, #46403f 100%);
  background-image: linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%);
}
@media screen and (max-width: 768px) {
  /* line 78, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-dark.is-bold .navbar-menu {
    background-image: -webkit-linear-gradient(309deg, #1f191a 0%, #363636 71%, #46403f 100%);
    background-image: -o-linear-gradient(309deg, #1f191a 0%, #363636 71%, #46403f 100%);
    background-image: linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%);
  }
}
/* line 25, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-primary, .alert .hero.button {
  background-color: #00d1b2;
  color: #fff;
}
/* line 28, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), .alert .hero.button a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-primary strong,
.alert .hero.button strong {
  color: inherit;
}
/* line 31, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-primary .title, .alert .hero.button .title {
  color: #fff;
}
/* line 33, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-primary .subtitle, .alert .hero.button .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
/* line 35, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-primary .subtitle a:not(.button), .alert .hero.button .subtitle a:not(.button),
.hero.is-primary .subtitle strong,
.alert .hero.button .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  /* line 38, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-primary .navbar-menu, .alert .hero.button .navbar-menu {
    background-color: #00d1b2;
  }
}
/* line 41, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-primary .navbar-item, .alert .hero.button .navbar-item,
.hero.is-primary .navbar-link,
.alert .hero.button .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
/* line 46, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-primary a.navbar-item:hover, .alert .hero.button a.navbar-item:hover, .hero.is-primary a.navbar-item.is-active, .alert .hero.button a.navbar-item.is-active,
.hero.is-primary .navbar-link:hover,
.alert .hero.button .navbar-link:hover,
.hero.is-primary .navbar-link.is-active,
.alert .hero.button .navbar-link.is-active {
  background-color: #00b89c;
  color: #fff;
}
/* line 51, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-primary .tabs a, .alert .hero.button .tabs a {
  color: #fff;
  opacity: 0.9;
}
/* line 54, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-primary .tabs a:hover, .alert .hero.button .tabs a:hover {
  opacity: 1;
}
/* line 57, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-primary .tabs li.is-active a, .alert .hero.button .tabs li.is-active a {
  opacity: 1;
}
/* line 61, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-primary .tabs.is-boxed a, .alert .hero.button .tabs.is-boxed a, .hero.is-primary .tabs.is-toggle a, .alert .hero.button .tabs.is-toggle a {
  color: #fff;
}
/* line 63, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-primary .tabs.is-boxed a:hover, .alert .hero.button .tabs.is-boxed a:hover, .hero.is-primary .tabs.is-toggle a:hover, .alert .hero.button .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
/* line 66, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-primary .tabs.is-boxed li.is-active a, .alert .hero.button .tabs.is-boxed li.is-active a, .hero.is-primary .tabs.is-boxed li.is-active a:hover, .alert .hero.button .tabs.is-boxed li.is-active a:hover, .hero.is-primary .tabs.is-toggle li.is-active a, .alert .hero.button .tabs.is-toggle li.is-active a, .hero.is-primary .tabs.is-toggle li.is-active a:hover, .alert .hero.button .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #00d1b2;
}
/* line 73, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-primary.is-bold, .alert .hero.is-bold.button {
  background-image: -webkit-linear-gradient(309deg, #009e6c 0%, #00d1b2 71%, #00e7eb 100%);
  background-image: -o-linear-gradient(309deg, #009e6c 0%, #00d1b2 71%, #00e7eb 100%);
  background-image: linear-gradient(141deg, #009e6c 0%, #00d1b2 71%, #00e7eb 100%);
}
@media screen and (max-width: 768px) {
  /* line 78, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-primary.is-bold .navbar-menu, .alert .hero.is-bold.button .navbar-menu {
    background-image: -webkit-linear-gradient(309deg, #009e6c 0%, #00d1b2 71%, #00e7eb 100%);
    background-image: -o-linear-gradient(309deg, #009e6c 0%, #00d1b2 71%, #00e7eb 100%);
    background-image: linear-gradient(141deg, #009e6c 0%, #00d1b2 71%, #00e7eb 100%);
  }
}
/* line 25, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-link {
  background-color: #3273dc;
  color: #fff;
}
/* line 28, /usr/local/bundle/gems/bulma-rails-0.9.2/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 31, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-link .title {
  color: #fff;
}
/* line 33, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-link .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
/* line 35, /usr/local/bundle/gems/bulma-rails-0.9.2/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 38, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-link .navbar-menu {
    background-color: #3273dc;
  }
}
/* line 41, /usr/local/bundle/gems/bulma-rails-0.9.2/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 46, /usr/local/bundle/gems/bulma-rails-0.9.2/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: #2366d1;
  color: #fff;
}
/* line 51, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-link .tabs a {
  color: #fff;
  opacity: 0.9;
}
/* line 54, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-link .tabs a:hover {
  opacity: 1;
}
/* line 57, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-link .tabs li.is-active a {
  opacity: 1;
}
/* line 61, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-link .tabs.is-boxed a, .hero.is-link .tabs.is-toggle a {
  color: #fff;
}
/* line 63, /usr/local/bundle/gems/bulma-rails-0.9.2/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 66, /usr/local/bundle/gems/bulma-rails-0.9.2/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: #3273dc;
}
/* line 73, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-link.is-bold {
  background-image: -webkit-linear-gradient(309deg, #1577c6 0%, #3273dc 71%, #4366e5 100%);
  background-image: -o-linear-gradient(309deg, #1577c6 0%, #3273dc 71%, #4366e5 100%);
  background-image: linear-gradient(141deg, #1577c6 0%, #3273dc 71%, #4366e5 100%);
}
@media screen and (max-width: 768px) {
  /* line 78, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-link.is-bold .navbar-menu {
    background-image: -webkit-linear-gradient(309deg, #1577c6 0%, #3273dc 71%, #4366e5 100%);
    background-image: -o-linear-gradient(309deg, #1577c6 0%, #3273dc 71%, #4366e5 100%);
    background-image: linear-gradient(141deg, #1577c6 0%, #3273dc 71%, #4366e5 100%);
  }
}
/* line 25, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-info {
  background-color: #3298dc;
  color: #fff;
}
/* line 28, /usr/local/bundle/gems/bulma-rails-0.9.2/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 31, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-info .title {
  color: #fff;
}
/* line 33, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-info .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
/* line 35, /usr/local/bundle/gems/bulma-rails-0.9.2/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 38, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-info .navbar-menu {
    background-color: #3298dc;
  }
}
/* line 41, /usr/local/bundle/gems/bulma-rails-0.9.2/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 46, /usr/local/bundle/gems/bulma-rails-0.9.2/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: #238cd1;
  color: #fff;
}
/* line 51, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-info .tabs a {
  color: #fff;
  opacity: 0.9;
}
/* line 54, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-info .tabs a:hover {
  opacity: 1;
}
/* line 57, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-info .tabs li.is-active a {
  opacity: 1;
}
/* line 61, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-info .tabs.is-boxed a, .hero.is-info .tabs.is-toggle a {
  color: #fff;
}
/* line 63, /usr/local/bundle/gems/bulma-rails-0.9.2/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 66, /usr/local/bundle/gems/bulma-rails-0.9.2/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: #3298dc;
}
/* line 73, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-info.is-bold {
  background-image: -webkit-linear-gradient(309deg, #159dc6 0%, #3298dc 71%, #4389e5 100%);
  background-image: -o-linear-gradient(309deg, #159dc6 0%, #3298dc 71%, #4389e5 100%);
  background-image: linear-gradient(141deg, #159dc6 0%, #3298dc 71%, #4389e5 100%);
}
@media screen and (max-width: 768px) {
  /* line 78, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-info.is-bold .navbar-menu {
    background-image: -webkit-linear-gradient(309deg, #159dc6 0%, #3298dc 71%, #4389e5 100%);
    background-image: -o-linear-gradient(309deg, #159dc6 0%, #3298dc 71%, #4389e5 100%);
    background-image: linear-gradient(141deg, #159dc6 0%, #3298dc 71%, #4389e5 100%);
  }
}
/* line 25, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-success {
  background-color: #48c774;
  color: #fff;
}
/* line 28, /usr/local/bundle/gems/bulma-rails-0.9.2/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 31, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-success .title {
  color: #fff;
}
/* line 33, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-success .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
/* line 35, /usr/local/bundle/gems/bulma-rails-0.9.2/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 38, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-success .navbar-menu {
    background-color: #48c774;
  }
}
/* line 41, /usr/local/bundle/gems/bulma-rails-0.9.2/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 46, /usr/local/bundle/gems/bulma-rails-0.9.2/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: #3abb67;
  color: #fff;
}
/* line 51, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-success .tabs a {
  color: #fff;
  opacity: 0.9;
}
/* line 54, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-success .tabs a:hover {
  opacity: 1;
}
/* line 57, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-success .tabs li.is-active a {
  opacity: 1;
}
/* line 61, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-success .tabs.is-boxed a, .hero.is-success .tabs.is-toggle a {
  color: #fff;
}
/* line 63, /usr/local/bundle/gems/bulma-rails-0.9.2/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 66, /usr/local/bundle/gems/bulma-rails-0.9.2/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: #48c774;
}
/* line 73, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-success.is-bold {
  background-image: -webkit-linear-gradient(309deg, #29b342 0%, #48c774 71%, #56d296 100%);
  background-image: -o-linear-gradient(309deg, #29b342 0%, #48c774 71%, #56d296 100%);
  background-image: linear-gradient(141deg, #29b342 0%, #48c774 71%, #56d296 100%);
}
@media screen and (max-width: 768px) {
  /* line 78, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-success.is-bold .navbar-menu {
    background-image: -webkit-linear-gradient(309deg, #29b342 0%, #48c774 71%, #56d296 100%);
    background-image: -o-linear-gradient(309deg, #29b342 0%, #48c774 71%, #56d296 100%);
    background-image: linear-gradient(141deg, #29b342 0%, #48c774 71%, #56d296 100%);
  }
}
/* line 25, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-warning {
  background-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}
/* line 28, /usr/local/bundle/gems/bulma-rails-0.9.2/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 31, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-warning .title {
  color: rgba(0, 0, 0, 0.7);
}
/* line 33, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-warning .subtitle {
  color: rgba(0, 0, 0, 0.9);
}
/* line 35, /usr/local/bundle/gems/bulma-rails-0.9.2/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 38, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-warning .navbar-menu {
    background-color: #ffdd57;
  }
}
/* line 41, /usr/local/bundle/gems/bulma-rails-0.9.2/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 46, /usr/local/bundle/gems/bulma-rails-0.9.2/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: #ffd83d;
  color: rgba(0, 0, 0, 0.7);
}
/* line 51, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-warning .tabs a {
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
}
/* line 54, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-warning .tabs a:hover {
  opacity: 1;
}
/* line 57, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-warning .tabs li.is-active a {
  opacity: 1;
}
/* line 61, /usr/local/bundle/gems/bulma-rails-0.9.2/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 63, /usr/local/bundle/gems/bulma-rails-0.9.2/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 66, /usr/local/bundle/gems/bulma-rails-0.9.2/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: #ffdd57;
}
/* line 73, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-warning.is-bold {
  background-image: -webkit-linear-gradient(309deg, #ffaf24 0%, #ffdd57 71%, #fffa70 100%);
  background-image: -o-linear-gradient(309deg, #ffaf24 0%, #ffdd57 71%, #fffa70 100%);
  background-image: linear-gradient(141deg, #ffaf24 0%, #ffdd57 71%, #fffa70 100%);
}
@media screen and (max-width: 768px) {
  /* line 78, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-warning.is-bold .navbar-menu {
    background-image: -webkit-linear-gradient(309deg, #ffaf24 0%, #ffdd57 71%, #fffa70 100%);
    background-image: -o-linear-gradient(309deg, #ffaf24 0%, #ffdd57 71%, #fffa70 100%);
    background-image: linear-gradient(141deg, #ffaf24 0%, #ffdd57 71%, #fffa70 100%);
  }
}
/* line 25, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-danger {
  background-color: #f14668;
  color: #fff;
}
/* line 28, /usr/local/bundle/gems/bulma-rails-0.9.2/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 31, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-danger .title {
  color: #fff;
}
/* line 33, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-danger .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
/* line 35, /usr/local/bundle/gems/bulma-rails-0.9.2/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 38, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-danger .navbar-menu {
    background-color: #f14668;
  }
}
/* line 41, /usr/local/bundle/gems/bulma-rails-0.9.2/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 46, /usr/local/bundle/gems/bulma-rails-0.9.2/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 51, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-danger .tabs a {
  color: #fff;
  opacity: 0.9;
}
/* line 54, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-danger .tabs a:hover {
  opacity: 1;
}
/* line 57, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-danger .tabs li.is-active a {
  opacity: 1;
}
/* line 61, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-danger .tabs.is-boxed a, .hero.is-danger .tabs.is-toggle a {
  color: #fff;
}
/* line 63, /usr/local/bundle/gems/bulma-rails-0.9.2/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 66, /usr/local/bundle/gems/bulma-rails-0.9.2/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 73, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-danger.is-bold {
  background-image: -webkit-linear-gradient(309deg, #fa0a62 0%, #f14668 71%, #f7595f 100%);
  background-image: -o-linear-gradient(309deg, #fa0a62 0%, #f14668 71%, #f7595f 100%);
  background-image: linear-gradient(141deg, #fa0a62 0%, #f14668 71%, #f7595f 100%);
}
@media screen and (max-width: 768px) {
  /* line 78, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-danger.is-bold .navbar-menu {
    background-image: -webkit-linear-gradient(309deg, #fa0a62 0%, #f14668 71%, #f7595f 100%);
    background-image: -o-linear-gradient(309deg, #fa0a62 0%, #f14668 71%, #f7595f 100%);
    background-image: linear-gradient(141deg, #fa0a62 0%, #f14668 71%, #f7595f 100%);
  }
}
/* line 82, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-small .hero-body, .alert .hero.button .hero-body {
  padding: 1.5rem;
}
@media screen and (min-width: 769px), print {
  /* line 86, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-medium .hero-body {
    padding: 9rem 1.5rem;
  }
}
@media screen and (min-width: 769px), print {
  /* line 90, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-large .hero-body {
    padding: 18rem 1.5rem;
  }
}
/* line 95, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-halfheight .hero-body, .hero.is-fullheight .hero-body, .hero.is-fullheight-with-navbar .hero-body {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* line 98, /usr/local/bundle/gems/bulma-rails-0.9.2/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 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
/* line 101, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-halfheight {
  min-height: 50vh;
}
/* line 103, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-fullheight {
  min-height: 100vh;
}

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

/* line 125, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero-buttons {
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  /* line 129, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
  .hero-buttons .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  /* line 131, /usr/local/bundle/gems/bulma-rails-0.9.2/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 125, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
  .hero-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  /* line 136, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
  .hero-buttons .button:not(:last-child) {
    margin-right: 1.5rem;
  }
}

/* line 141, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero-head,
.hero-foot {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* line 146, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/layout/hero.sass */
.hero-body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 3rem 1.5rem;
}

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

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

@font-face {
  font-family: "icons";
  src: url(/assets/icons-c77c22028c26f6eff6998b4f4f2c8431ceec0a3ed982d7577d77063926d1fe51.eot);
  src: url(/assets/icons-c77c22028c26f6eff6998b4f4f2c8431ceec0a3ed982d7577d77063926d1fe51.eot?#iefix) format("embedded-opentype"), url(/assets/icons-7c7e777c497b59749fcc6ce824baffb4e6a36311d694599f8b9bafbe563b372b.woff2) format("woff2"), url(/assets/icons-d4e613a652c1907c0e051f4d46c6e7bc92d24434699b76cb8cd02ff3f4dfad09.woff) format("woff"), url(/assets/icons-e925c49151a38ae18a271b894305e9a5c97219fe58544fd7367869186f0ac4f9.ttf) format("truetype"), url(/assets/icons-fea050ed348682485d25c1c5c73bd755912ae81b6317acd8a37806c48619b920.svg#icons) format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "icons";
    src: url(/assets/icons-fea050ed348682485d25c1c5c73bd755912ae81b6317acd8a37806c48619b920.svg#icons) format("svg");
  }
}
/* line 24, /srv/app/assets/stylesheets/_icons-rails.scss */
[data-icon]:before {
  content: attr(data-icon);
}

/* line 26, /srv/app/assets/stylesheets/_icons-rails.scss */
[data-icon]:before,
.icon-prosapiens-icons_Dashboard:before,
.icon-prosapiens-icons_add:before,
.icon-prosapiens-icons_avatar_default:before,
.icon-prosapiens-icons_bell:before,
.icon-prosapiens-icons_burger:before,
.icon-prosapiens-icons_business_center:before,
.icon-prosapiens-icons_download:before,
.icon-prosapiens-icons_duplicate:before,
.icon-prosapiens-icons_edit:before,
.icon-prosapiens-icons_expert:before,
.icon-prosapiens-icons_file:before,
.icon-prosapiens-icons_grid_view:before,
.icon-prosapiens-icons_groups:before,
.icon-prosapiens-icons_like:before,
.icon-prosapiens-icons_link:before,
.icon-prosapiens-icons_list_view:before,
.icon-prosapiens-icons_logo:before,
.icon-prosapiens-icons_logo_horizontal_white:before,
.icon-prosapiens-icons_mail:before,
.icon-prosapiens-icons_person:before,
.icon-prosapiens-icons_phone:before,
.icon-prosapiens-icons_place:before,
.icon-prosapiens-icons_power-off:before,
.icon-prosapiens-icons_responsible:before,
.icon-prosapiens-icons_right-arrow:before,
.icon-prosapiens-icons_send:before,
.icon-prosapiens-icons_settings:before,
.icon-prosapiens-icons_share:before,
.icon-prosapiens-icons_star:before,
.icon-prosapiens-icons_student:before,
.icon-prosapiens-icons_teachers:before,
.icon-prosapiens-icons_trash:before,
.icon-prosapiens-icons_v_show_more_vertical:before,
.icon-prosapiens-icons_video-camera:before,
.icon-prosapiens-icons_visibility:before,
.icon-prosapiens_v_show-more:before {
  display: inline-block;
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

/* line 77, /srv/app/assets/stylesheets/_icons-rails.scss */
.icon-prosapiens-icons_Dashboard:before {
  content: "\f100";
}

/* line 78, /srv/app/assets/stylesheets/_icons-rails.scss */
.icon-prosapiens-icons_add:before {
  content: "\f101";
}

/* line 79, /srv/app/assets/stylesheets/_icons-rails.scss */
.icon-prosapiens-icons_avatar_default:before {
  content: "\f102";
}

/* line 80, /srv/app/assets/stylesheets/_icons-rails.scss */
.icon-prosapiens-icons_bell:before {
  content: "\f103";
}

/* line 81, /srv/app/assets/stylesheets/_icons-rails.scss */
.icon-prosapiens-icons_burger:before {
  content: "\f104";
}

/* line 82, /srv/app/assets/stylesheets/_icons-rails.scss */
.icon-prosapiens-icons_business_center:before {
  content: "\f105";
}

/* line 83, /srv/app/assets/stylesheets/_icons-rails.scss */
.icon-prosapiens-icons_download:before {
  content: "\f106";
}

/* line 84, /srv/app/assets/stylesheets/_icons-rails.scss */
.icon-prosapiens-icons_duplicate:before {
  content: "\f107";
}

/* line 85, /srv/app/assets/stylesheets/_icons-rails.scss */
.icon-prosapiens-icons_edit:before {
  content: "\f108";
}

/* line 86, /srv/app/assets/stylesheets/_icons-rails.scss */
.icon-prosapiens-icons_expert:before {
  content: "\f109";
}

/* line 87, /srv/app/assets/stylesheets/_icons-rails.scss */
.icon-prosapiens-icons_file:before {
  content: "\f10a";
}

/* line 88, /srv/app/assets/stylesheets/_icons-rails.scss */
.icon-prosapiens-icons_grid_view:before {
  content: "\f10b";
}

/* line 89, /srv/app/assets/stylesheets/_icons-rails.scss */
.icon-prosapiens-icons_groups:before {
  content: "\f10c";
}

/* line 90, /srv/app/assets/stylesheets/_icons-rails.scss */
.icon-prosapiens-icons_like:before {
  content: "\f10d";
}

/* line 91, /srv/app/assets/stylesheets/_icons-rails.scss */
.icon-prosapiens-icons_link:before {
  content: "\f10e";
}

/* line 92, /srv/app/assets/stylesheets/_icons-rails.scss */
.icon-prosapiens-icons_list_view:before {
  content: "\f10f";
}

/* line 93, /srv/app/assets/stylesheets/_icons-rails.scss */
.icon-prosapiens-icons_logo:before {
  content: "\f110";
}

/* line 94, /srv/app/assets/stylesheets/_icons-rails.scss */
.icon-prosapiens-icons_logo_horizontal_white:before {
  content: "\f111";
}

/* line 95, /srv/app/assets/stylesheets/_icons-rails.scss */
.icon-prosapiens-icons_mail:before {
  content: "\f112";
}

/* line 96, /srv/app/assets/stylesheets/_icons-rails.scss */
.icon-prosapiens-icons_person:before {
  content: "\f113";
}

/* line 97, /srv/app/assets/stylesheets/_icons-rails.scss */
.icon-prosapiens-icons_phone:before {
  content: "\f114";
}

/* line 98, /srv/app/assets/stylesheets/_icons-rails.scss */
.icon-prosapiens-icons_place:before {
  content: "\f115";
}

/* line 99, /srv/app/assets/stylesheets/_icons-rails.scss */
.icon-prosapiens-icons_power-off:before {
  content: "\f116";
}

/* line 100, /srv/app/assets/stylesheets/_icons-rails.scss */
.icon-prosapiens-icons_responsible:before {
  content: "\f117";
}

/* line 101, /srv/app/assets/stylesheets/_icons-rails.scss */
.icon-prosapiens-icons_right-arrow:before {
  content: "\f118";
}

/* line 102, /srv/app/assets/stylesheets/_icons-rails.scss */
.icon-prosapiens-icons_send:before {
  content: "\f119";
}

/* line 103, /srv/app/assets/stylesheets/_icons-rails.scss */
.icon-prosapiens-icons_settings:before {
  content: "\f11a";
}

/* line 104, /srv/app/assets/stylesheets/_icons-rails.scss */
.icon-prosapiens-icons_share:before {
  content: "\f11b";
}

/* line 105, /srv/app/assets/stylesheets/_icons-rails.scss */
.icon-prosapiens-icons_star:before {
  content: "\f11c";
}

/* line 106, /srv/app/assets/stylesheets/_icons-rails.scss */
.icon-prosapiens-icons_student:before {
  content: "\f11d";
}

/* line 107, /srv/app/assets/stylesheets/_icons-rails.scss */
.icon-prosapiens-icons_teachers:before {
  content: "\f11e";
}

/* line 108, /srv/app/assets/stylesheets/_icons-rails.scss */
.icon-prosapiens-icons_trash:before {
  content: "\f11f";
}

/* line 109, /srv/app/assets/stylesheets/_icons-rails.scss */
.icon-prosapiens-icons_v_show_more_vertical:before {
  content: "\f120";
}

/* line 110, /srv/app/assets/stylesheets/_icons-rails.scss */
.icon-prosapiens-icons_video-camera:before {
  content: "\f121";
}

/* line 111, /srv/app/assets/stylesheets/_icons-rails.scss */
.icon-prosapiens-icons_visibility:before {
  content: "\f122";
}

/* line 112, /srv/app/assets/stylesheets/_icons-rails.scss */
.icon-prosapiens_v_show-more:before {
  content: "\f123";
}

@font-face {
  font-family: "icons";
  src: url(/assets/icons-c77c22028c26f6eff6998b4f4f2c8431ceec0a3ed982d7577d77063926d1fe51.eot);
  src: url(/assets/icons-c77c22028c26f6eff6998b4f4f2c8431ceec0a3ed982d7577d77063926d1fe51.eot?#iefix) format("embedded-opentype"), url(/assets/icons-7c7e777c497b59749fcc6ce824baffb4e6a36311d694599f8b9bafbe563b372b.woff2) format("woff2"), url(/assets/icons-d4e613a652c1907c0e051f4d46c6e7bc92d24434699b76cb8cd02ff3f4dfad09.woff) format("woff"), url(/assets/icons-e925c49151a38ae18a271b894305e9a5c97219fe58544fd7367869186f0ac4f9.ttf) format("truetype"), url(/assets/icons-fea050ed348682485d25c1c5c73bd755912ae81b6317acd8a37806c48619b920.svg#icons) format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "icons";
    src: url(/assets/icons-fea050ed348682485d25c1c5c73bd755912ae81b6317acd8a37806c48619b920.svg#icons) format("svg");
  }
}
/* line 24, /srv/app/assets/stylesheets/_icons-rails.scss */
[data-icon]:before {
  content: attr(data-icon);
}

/* line 26, /srv/app/assets/stylesheets/_icons-rails.scss */
[data-icon]:before,
.icon-prosapiens-icons_Dashboard:before,
.icon-prosapiens-icons_add:before,
.icon-prosapiens-icons_avatar_default:before,
.icon-prosapiens-icons_bell:before,
.icon-prosapiens-icons_burger:before,
.icon-prosapiens-icons_business_center:before,
.icon-prosapiens-icons_download:before,
.icon-prosapiens-icons_duplicate:before,
.icon-prosapiens-icons_edit:before,
.icon-prosapiens-icons_expert:before,
.icon-prosapiens-icons_file:before,
.icon-prosapiens-icons_grid_view:before,
.icon-prosapiens-icons_groups:before,
.icon-prosapiens-icons_like:before,
.icon-prosapiens-icons_link:before,
.icon-prosapiens-icons_list_view:before,
.icon-prosapiens-icons_logo:before,
.icon-prosapiens-icons_logo_horizontal_white:before,
.icon-prosapiens-icons_mail:before,
.icon-prosapiens-icons_person:before,
.icon-prosapiens-icons_phone:before,
.icon-prosapiens-icons_place:before,
.icon-prosapiens-icons_power-off:before,
.icon-prosapiens-icons_responsible:before,
.icon-prosapiens-icons_right-arrow:before,
.icon-prosapiens-icons_send:before,
.icon-prosapiens-icons_settings:before,
.icon-prosapiens-icons_share:before,
.icon-prosapiens-icons_star:before,
.icon-prosapiens-icons_student:before,
.icon-prosapiens-icons_teachers:before,
.icon-prosapiens-icons_trash:before,
.icon-prosapiens-icons_v_show_more_vertical:before,
.icon-prosapiens-icons_video-camera:before,
.icon-prosapiens-icons_visibility:before,
.icon-prosapiens_v_show-more:before {
  display: inline-block;
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

/* line 77, /srv/app/assets/stylesheets/_icons-rails.scss */
.icon-prosapiens-icons_Dashboard:before {
  content: "\f100";
}

/* line 78, /srv/app/assets/stylesheets/_icons-rails.scss */
.icon-prosapiens-icons_add:before {
  content: "\f101";
}

/* line 79, /srv/app/assets/stylesheets/_icons-rails.scss */
.icon-prosapiens-icons_avatar_default:before {
  content: "\f102";
}

/* line 80, /srv/app/assets/stylesheets/_icons-rails.scss */
.icon-prosapiens-icons_bell:before {
  content: "\f103";
}

/* line 81, /srv/app/assets/stylesheets/_icons-rails.scss */
.icon-prosapiens-icons_burger:before {
  content: "\f104";
}

/* line 82, /srv/app/assets/stylesheets/_icons-rails.scss */
.icon-prosapiens-icons_business_center:before {
  content: "\f105";
}

/* line 83, /srv/app/assets/stylesheets/_icons-rails.scss */
.icon-prosapiens-icons_download:before {
  content: "\f106";
}

/* line 84, /srv/app/assets/stylesheets/_icons-rails.scss */
.icon-prosapiens-icons_duplicate:before {
  content: "\f107";
}

/* line 85, /srv/app/assets/stylesheets/_icons-rails.scss */
.icon-prosapiens-icons_edit:before {
  content: "\f108";
}

/* line 86, /srv/app/assets/stylesheets/_icons-rails.scss */
.icon-prosapiens-icons_expert:before {
  content: "\f109";
}

/* line 87, /srv/app/assets/stylesheets/_icons-rails.scss */
.icon-prosapiens-icons_file:before {
  content: "\f10a";
}

/* line 88, /srv/app/assets/stylesheets/_icons-rails.scss */
.icon-prosapiens-icons_grid_view:before {
  content: "\f10b";
}

/* line 89, /srv/app/assets/stylesheets/_icons-rails.scss */
.icon-prosapiens-icons_groups:before {
  content: "\f10c";
}

/* line 90, /srv/app/assets/stylesheets/_icons-rails.scss */
.icon-prosapiens-icons_like:before {
  content: "\f10d";
}

/* line 91, /srv/app/assets/stylesheets/_icons-rails.scss */
.icon-prosapiens-icons_link:before {
  content: "\f10e";
}

/* line 92, /srv/app/assets/stylesheets/_icons-rails.scss */
.icon-prosapiens-icons_list_view:before {
  content: "\f10f";
}

/* line 93, /srv/app/assets/stylesheets/_icons-rails.scss */
.icon-prosapiens-icons_logo:before {
  content: "\f110";
}

/* line 94, /srv/app/assets/stylesheets/_icons-rails.scss */
.icon-prosapiens-icons_logo_horizontal_white:before {
  content: "\f111";
}

/* line 95, /srv/app/assets/stylesheets/_icons-rails.scss */
.icon-prosapiens-icons_mail:before {
  content: "\f112";
}

/* line 96, /srv/app/assets/stylesheets/_icons-rails.scss */
.icon-prosapiens-icons_person:before {
  content: "\f113";
}

/* line 97, /srv/app/assets/stylesheets/_icons-rails.scss */
.icon-prosapiens-icons_phone:before {
  content: "\f114";
}

/* line 98, /srv/app/assets/stylesheets/_icons-rails.scss */
.icon-prosapiens-icons_place:before {
  content: "\f115";
}

/* line 99, /srv/app/assets/stylesheets/_icons-rails.scss */
.icon-prosapiens-icons_power-off:before {
  content: "\f116";
}

/* line 100, /srv/app/assets/stylesheets/_icons-rails.scss */
.icon-prosapiens-icons_responsible:before {
  content: "\f117";
}

/* line 101, /srv/app/assets/stylesheets/_icons-rails.scss */
.icon-prosapiens-icons_right-arrow:before {
  content: "\f118";
}

/* line 102, /srv/app/assets/stylesheets/_icons-rails.scss */
.icon-prosapiens-icons_send:before {
  content: "\f119";
}

/* line 103, /srv/app/assets/stylesheets/_icons-rails.scss */
.icon-prosapiens-icons_settings:before {
  content: "\f11a";
}

/* line 104, /srv/app/assets/stylesheets/_icons-rails.scss */
.icon-prosapiens-icons_share:before {
  content: "\f11b";
}

/* line 105, /srv/app/assets/stylesheets/_icons-rails.scss */
.icon-prosapiens-icons_star:before {
  content: "\f11c";
}

/* line 106, /srv/app/assets/stylesheets/_icons-rails.scss */
.icon-prosapiens-icons_student:before {
  content: "\f11d";
}

/* line 107, /srv/app/assets/stylesheets/_icons-rails.scss */
.icon-prosapiens-icons_teachers:before {
  content: "\f11e";
}

/* line 108, /srv/app/assets/stylesheets/_icons-rails.scss */
.icon-prosapiens-icons_trash:before {
  content: "\f11f";
}

/* line 109, /srv/app/assets/stylesheets/_icons-rails.scss */
.icon-prosapiens-icons_v_show_more_vertical:before {
  content: "\f120";
}

/* line 110, /srv/app/assets/stylesheets/_icons-rails.scss */
.icon-prosapiens-icons_video-camera:before {
  content: "\f121";
}

/* line 111, /srv/app/assets/stylesheets/_icons-rails.scss */
.icon-prosapiens-icons_visibility:before {
  content: "\f122";
}

/* line 112, /srv/app/assets/stylesheets/_icons-rails.scss */
.icon-prosapiens_v_show-more:before {
  content: "\f123";
}

/* line 1, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.flatpickr-calendar {
  background: transparent;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  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);
}

/* line 1, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.flatpickr-calendar.open, .flatpickr-calendar.inline {
  opacity: 1;
  visibility: visible;
  overflow: visible;
  max-height: 640px;
}

/* line 1, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

/* line 1, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 1, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

/* line 1, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

/* line 1, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

/* line 1, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.flatpickr-calendar.hasWeeks {
  width: auto;
}

/* line 1, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.flatpickr-calendar .hasWeeks .dayContainer, .flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 1, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

/* line 1, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

/* line 1, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

/* line 1, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.flatpickr-calendar:before, .flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}

/* line 1, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.flatpickr-calendar.rightMost:before, .flatpickr-calendar.rightMost:after {
  left: auto;
  right: 22px;
}

/* line 1, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

/* line 1, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

/* line 1, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

/* line 1, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

/* line 1, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

/* line 1, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

/* line 1, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

/* line 1, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

/* line 1, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.flatpickr-calendar:focus {
  outline: 0;
}

/* line 1, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

/* line 1, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 28px;
  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;
}

/* line 1, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.flatpickr-prev-month, .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  line-height: 16px;
  height: 28px;
  padding: 10px calc(3.57% - 1.5px);
  z-index: 3;
}

/* line 1, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.flatpickr-prev-month i, .flatpickr-next-month i {
  position: relative;
}

/* line 1, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.flatpickr-prev-month.flatpickr-prev-month, .flatpickr-next-month.flatpickr-prev-month {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     /*
/*rtl:begin:ignore*/
  left: 0;
                           /*
/*rtl:end:ignore*/
}

                   /*
/*rtl:begin:ignore*/
/*
        /*rtl:end:ignore*/
/* line 7, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.flatpickr-prev-month.flatpickr-next-month, .flatpickr-next-month.flatpickr-next-month {
                                                                              /*
/*rtl:begin:ignore*/
  right: 0;
                            /*
/*rtl:end:ignore*/
}

                   /*
/*rtl:begin:ignore*/
/*
        /*rtl:end:ignore*/
/* line 13, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.flatpickr-prev-month:hover, .flatpickr-next-month:hover {
  color: #959ea9;
}

/* line 13, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.flatpickr-prev-month:hover svg, .flatpickr-next-month:hover svg {
  fill: #f64747;
}

/* line 13, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.flatpickr-prev-month svg, .flatpickr-next-month svg {
  width: 14px;
}

/* line 13, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.flatpickr-prev-month svg path, .flatpickr-next-month svg path {
  -webkit-transition: fill .1s;
  -o-transition: fill .1s;
  transition: fill .1s;
  fill: inherit;
}

/* line 13, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.numInputWrapper {
  position: relative;
  height: auto;
}

/* line 13, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.numInputWrapper input, .numInputWrapper span {
  display: inline-block;
}

/* line 13, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.numInputWrapper input {
  width: 100%;
}

/* line 13, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.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.05);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 13, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

/* line 13, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

/* line 13, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
  top: 33%;
}

/* line 13, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

/* line 13, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
}

/* line 13, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.numInputWrapper span.arrowDown {
  top: 50%;
}

/* line 13, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
}

/* line 13, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

/* line 13, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

/* line 13, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 13, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.numInputWrapper:hover span {
  opacity: 1;
}

/* line 13, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 6.16px 0 0 0;
  line-height: 1;
  height: 28px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 13, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.flatpickr-current-month.slideLeft {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-animation: fpFadeOut 400ms ease, fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeOut 400ms ease, fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 13, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.flatpickr-current-month.slideLeftNew {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-animation: fpFadeIn 400ms ease, fpSlideLeftNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeIn 400ms ease, fpSlideLeftNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 13, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.flatpickr-current-month.slideRight {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-animation: fpFadeOut 400ms ease, fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeOut 400ms ease, fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 13, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.flatpickr-current-month.slideRightNew {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-animation: fpFadeIn 400ms ease, fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeIn 400ms ease, fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 13, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: .5ch;
  padding: 0;
}

/* line 13, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 13, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}

/* line 13, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

/* line 13, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

/* line 13, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: default;
  padding: 0 0 0 .5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: initial;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
}

/* line 13, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

/* line 13, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.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;
}

/* line 13, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}

/* line 13, /srv/app/assets/stylesheets/libs/flatpicker.scss */
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;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}

/* line 13, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.dayContainer, .flatpickr-weeks {
  padding: 1px 0 0 0;
}

/* line 13, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 307.875px;
}

/* line 13, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.flatpickr-days:focus {
  outline: 0;
}

/* line 13, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.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: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-around;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/* line 13, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.flatpickr-calendar.animate .dayContainer.slideLeft {
  -webkit-animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 13, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.flatpickr-calendar.animate .dayContainer.slideLeft, .flatpickr-calendar.animate .dayContainer.slideLeftNew {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

/* line 13, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.flatpickr-calendar.animate .dayContainer.slideLeftNew {
  -webkit-animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 13, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.flatpickr-calendar.animate .dayContainer.slideRight {
  -webkit-animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

/* line 13, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.flatpickr-calendar.animate .dayContainer.slideRightNew {
  -webkit-animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 13, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.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%;
  -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;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

/* line 13, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.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;
}

/* line 13, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.flatpickr-day.today {
  border-color: #959ea9;
}

/* line 13, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.flatpickr-day.today:hover, .flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

/* line 13, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.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;
}

/* line 13, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

/* line 13, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

/* line 13, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.flatpickr-day.selected.startRange + .endRange, .flatpickr-day.startRange.startRange + .endRange, .flatpickr-day.endRange.startRange + .endRange {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7;
}

/* line 13, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange, .flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

/* line 13, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.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;
}

/* line 13, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.flatpickr-day.disabled, .flatpickr-day.disabled:hover {
  pointer-events: none;
}

/* line 13, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.flatpickr-day.disabled, .flatpickr-day.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;
}

/* line 13, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.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;
}

/* line 13, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.rangeMode .flatpickr-day {
  margin-top: 1px;
}

/* line 13, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.flatpickr-weekwrapper {
  display: inline-block;
  float: left;
}

/* line 13, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6;
}

/* line 13, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

/* line 13, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.flatpickr-weekwrapper span.flatpickr-day {
  display: block;
  width: 100%;
  max-width: none;
}

/* line 13, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

/* line 13, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 13, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.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: -ms-flexbox;
  display: flex;
}

/* line 13, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

/* line 13, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

/* line 13, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

/* line 13, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

/* line 13, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

/* line 13, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

/* line 13, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.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;
  cursor: pointer;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 13, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

/* line 13, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

/* line 13, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

/* line 13, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.flatpickr-time .flatpickr-time-separator, .flatpickr-time .flatpickr-am-pm {
  height: inherit;
  display: inline-block;
  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;
}

/* line 13, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

/* line 13, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time .flatpickr-am-pm:focus {
  background: #f0f0f0;
}

/* line 13, /srv/app/assets/stylesheets/libs/flatpicker.scss */
.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);
  }
}
@-webkit-keyframes fpSlideLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fpSlideLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes fpSlideLeftNew {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpSlideLeftNew {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fpSlideRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fpSlideRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@-webkit-keyframes fpSlideRightNew {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpSlideRightNew {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fpFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fpFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fpFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fpFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* line 3, /srv/app/assets/stylesheets/helpers/_typography.scss */
.font-size-10 {
  font-size: 0.7rem !important;
}

/* line 3, /srv/app/assets/stylesheets/helpers/_typography.scss */
.font-size-12 {
  font-size: 0.75rem !important;
}

/* line 3, /srv/app/assets/stylesheets/helpers/_typography.scss */
.font-size-14 {
  font-size: 0.875rem !important;
}

/* line 3, /srv/app/assets/stylesheets/helpers/_typography.scss */
.font-size-16 {
  font-size: 1rem !important;
}

/* line 3, /srv/app/assets/stylesheets/helpers/_typography.scss */
.font-size-20 {
  font-size: 1.25rem !important;
}

/* line 3, /srv/app/assets/stylesheets/helpers/_typography.scss */
.font-size-24 {
  font-size: 1.5rem !important;
}

/* line 9, /srv/app/assets/stylesheets/helpers/_typography.scss */
.text-primary {
  color: #911D55 !important;
}

/* line 9, /srv/app/assets/stylesheets/helpers/_typography.scss */
.text-orange {
  color: #FF9901 !important;
}

/* line 9, /srv/app/assets/stylesheets/helpers/_typography.scss */
.text-turquoise {
  color: #009788 !important;
}

/* line 9, /srv/app/assets/stylesheets/helpers/_typography.scss */
.text-white {
  color: white !important;
}

/* line 9, /srv/app/assets/stylesheets/helpers/_typography.scss */
.text-blue-dark {
  color: #304156 !important;
}

/* line 9, /srv/app/assets/stylesheets/helpers/_typography.scss */
.text-blue {
  color: #304156 !important;
}

/* line 9, /srv/app/assets/stylesheets/helpers/_typography.scss */
.text-blue-light {
  color: #91a6c1 !important;
}

/* line 9, /srv/app/assets/stylesheets/helpers/_typography.scss */
.text-info {
  color: #0081ff !important;
}

/* line 9, /srv/app/assets/stylesheets/helpers/_typography.scss */
.text-black {
  color: rgba(0, 0, 0, 0.87) !important;
}

/* line 9, /srv/app/assets/stylesheets/helpers/_typography.scss */
.text-red {
  color: #DE2061 !important;
}

/* line 9, /srv/app/assets/stylesheets/helpers/_typography.scss */
.text-red-light {
  color: #F5E4EB !important;
}

/* line 9, /srv/app/assets/stylesheets/helpers/_typography.scss */
.text-grey-light {
  color: #f2f3f8 !important;
}

/* line 9, /srv/app/assets/stylesheets/helpers/_typography.scss */
.text-grey {
  color: #dbdbdb !important;
}

/* line 9, /srv/app/assets/stylesheets/helpers/_typography.scss */
.text-grey-dark {
  color: #b5b5b5 !important;
}

/* line 15, /srv/app/assets/stylesheets/helpers/_typography.scss */
.border-primary {
  border-color: #911D55 !important;
}

/* line 15, /srv/app/assets/stylesheets/helpers/_typography.scss */
.border-orange {
  border-color: #FF9901 !important;
}

/* line 15, /srv/app/assets/stylesheets/helpers/_typography.scss */
.border-turquoise {
  border-color: #009788 !important;
}

/* line 15, /srv/app/assets/stylesheets/helpers/_typography.scss */
.border-white {
  border-color: white !important;
}

/* line 15, /srv/app/assets/stylesheets/helpers/_typography.scss */
.border-blue-dark {
  border-color: #304156 !important;
}

/* line 15, /srv/app/assets/stylesheets/helpers/_typography.scss */
.border-blue {
  border-color: #304156 !important;
}

/* line 15, /srv/app/assets/stylesheets/helpers/_typography.scss */
.border-blue-light {
  border-color: #91a6c1 !important;
}

/* line 15, /srv/app/assets/stylesheets/helpers/_typography.scss */
.border-info {
  border-color: #0081ff !important;
}

/* line 15, /srv/app/assets/stylesheets/helpers/_typography.scss */
.border-black {
  border-color: rgba(0, 0, 0, 0.87) !important;
}

/* line 15, /srv/app/assets/stylesheets/helpers/_typography.scss */
.border-red {
  border-color: #DE2061 !important;
}

/* line 15, /srv/app/assets/stylesheets/helpers/_typography.scss */
.border-red-light {
  border-color: #F5E4EB !important;
}

/* line 15, /srv/app/assets/stylesheets/helpers/_typography.scss */
.border-grey-light {
  border-color: #f2f3f8 !important;
}

/* line 15, /srv/app/assets/stylesheets/helpers/_typography.scss */
.border-grey {
  border-color: #dbdbdb !important;
}

/* line 15, /srv/app/assets/stylesheets/helpers/_typography.scss */
.border-grey-dark {
  border-color: #b5b5b5 !important;
}

/* line 20, /srv/app/assets/stylesheets/helpers/_typography.scss */
.text-ellipsis {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}

/* line 26, /srv/app/assets/stylesheets/helpers/_typography.scss */
.white-space {
  white-space: pre-line;
}

/* line 1, /srv/app/assets/stylesheets/helpers/_utilities.scss */
.shadow, .box, .alert {
  -webkit-box-shadow: 0 5px 15px 0 rgba(157, 162, 182, 0.1);
          box-shadow: 0 5px 15px 0 rgba(157, 162, 182, 0.1);
}

/* line 4, /srv/app/assets/stylesheets/helpers/_utilities.scss */
.no-shadow {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 7, /srv/app/assets/stylesheets/helpers/_utilities.scss */
.rounded-small {
  border-radius: 3px;
}

/* line 10, /srv/app/assets/stylesheets/helpers/_utilities.scss */
.rounded {
  border-radius: 5px;
}

/* line 13, /srv/app/assets/stylesheets/helpers/_utilities.scss */
.rounded-strong {
  border-radius: 15px;
}

/* line 16, /srv/app/assets/stylesheets/helpers/_utilities.scss */
.rounded-full {
  border-radius: 50%;
}

/* line 20, /srv/app/assets/stylesheets/helpers/_utilities.scss */
.overflow-y-auto {
  overflow-y: auto;
}

/* line 23, /srv/app/assets/stylesheets/helpers/_utilities.scss */
.overflow-scroll {
  overflow: scroll;
}

/* line 26, /srv/app/assets/stylesheets/helpers/_utilities.scss */
.height-60 {
  height: 60px;
}

/* line 29, /srv/app/assets/stylesheets/helpers/_utilities.scss */
.height-90 {
  height: 90px;
}

/* line 33, /srv/app/assets/stylesheets/helpers/_utilities.scss */
.h-fit {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

/* line 36, /srv/app/assets/stylesheets/helpers/_utilities.scss */
.h-full {
  height: 100%;
}

/* line 39, /srv/app/assets/stylesheets/helpers/_utilities.scss */
.h-75 {
  height: 75%;
}

/* line 42, /srv/app/assets/stylesheets/helpers/_utilities.scss */
.h-half {
  height: 50%;
}

/* line 45, /srv/app/assets/stylesheets/helpers/_utilities.scss */
.h-auto {
  height: auto;
}

/* line 48, /srv/app/assets/stylesheets/helpers/_utilities.scss */
.h-auto > iframe {
  height: auto;
}

/* line 51, /srv/app/assets/stylesheets/helpers/_utilities.scss */
.h-250 {
  max-height: 250px;
}

/* line 54, /srv/app/assets/stylesheets/helpers/_utilities.scss */
.w-full {
  width: 100%;
}

/* line 57, /srv/app/assets/stylesheets/helpers/_utilities.scss */
.w-max-content {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

/* line 61, /srv/app/assets/stylesheets/helpers/_utilities.scss */
.gap-1 {
  gap: 0.75rem;
}

/* line 64, /srv/app/assets/stylesheets/helpers/_utilities.scss */
.gap-2 {
  gap: 1.5rem;
}

/* line 68, /srv/app/assets/stylesheets/helpers/_utilities.scss */
.hr {
  height: 1px;
  background-color: #ededed;
}

/* line 72, /srv/app/assets/stylesheets/helpers/_utilities.scss */
.border {
  border-style: solid;
  border-color: #dbdbdb;
  border-width: 1px;
}

/* line 77, /srv/app/assets/stylesheets/helpers/_utilities.scss */
.border-bottom-style {
  border-bottom-style: solid;
  border-bottom-color: #dbdbdb;
  border-width: 1px;
}

/* line 82, /srv/app/assets/stylesheets/helpers/_utilities.scss */
.border-top-style {
  border-top-style: solid;
  border-top-color: #dbdbdb;
  border-width: 1px;
}

/* line 88, /srv/app/assets/stylesheets/helpers/_utilities.scss */
.badge {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 5px 5px;
  border-radius: 50%;
  background: red;
  color: white;
}

/* line 98, /srv/app/assets/stylesheets/helpers/_utilities.scss */
.clip-path {
  -webkit-clip-path: circle(50%);
          clip-path: circle(50%);
}

/* line 102, /srv/app/assets/stylesheets/helpers/_utilities.scss */
.checkbox-medium {
  width: 15px;
  height: 15px;
}

/* line 106, /srv/app/assets/stylesheets/helpers/_utilities.scss */
.ma-x-1 {
  margin-left: 1em !important;
  margin-right: 1em !important;
}

/* line 110, /srv/app/assets/stylesheets/helpers/_utilities.scss */
.ma-x-auto {
  margin-left: auto;
  margin-right: auto;
}

/* line 114, /srv/app/assets/stylesheets/helpers/_utilities.scss */
.ellipsis {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

/* line 118, /srv/app/assets/stylesheets/helpers/_utilities.scss */
.is-80x80 {
  width: 80px;
}

/* line 121, /srv/app/assets/stylesheets/helpers/_utilities.scss */
.square-80x80 {
  width: 80px;
  height: 80px;
}

/* line 126, /srv/app/assets/stylesheets/helpers/_utilities.scss */
.is-64x64 {
  min-width: 64px;
}

/* line 129, /srv/app/assets/stylesheets/helpers/_utilities.scss */
.is-24x24 {
  min-width: 24px;
}

/* line 132, /srv/app/assets/stylesheets/helpers/_utilities.scss */
.contents {
  display: contents;
}

/* line 135, /srv/app/assets/stylesheets/helpers/_utilities.scss */
.max-chat {
  max-width: 1200px;
}

/* line 138, /srv/app/assets/stylesheets/helpers/_utilities.scss */
.max-sidebar {
  max-width: 230px;
}

/* line 141, /srv/app/assets/stylesheets/helpers/_utilities.scss */
.button-edit {
  position: absolute;
  right: -105px;
  border-radius: 0 4px 4px 0;
}

/* line 146, /srv/app/assets/stylesheets/helpers/_utilities.scss */
.long-text-area {
  height: 200px;
}

/* line 149, /srv/app/assets/stylesheets/helpers/_utilities.scss */
#file_field::-webkit-file-upload-button {
  -webkit-box-align: center;
          align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-inline-box;
  display: inline-flex;
  font-size: 1rem;
  height: 2.5em;
  background-color: #911D55 !important;
  -webkit-box-pack: center;
          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;
  border-color: transparent;
  color: #fff;
}

/* line 169, /srv/app/assets/stylesheets/helpers/_utilities.scss */
.certificats .columns {
  border-left: 2px solid #911D55;
  position: relative;
}
/* line 173, /srv/app/assets/stylesheets/helpers/_utilities.scss */
.certificats .columns::before {
  content: '';
  border-radius: 1rem;
  border-color: #911D55;
  background-color: #911D55;
  border-style: solid;
  border-width: 0.6rem;
  position: absolute;
  top: 0;
  left: -0.7rem;
}
/* line 184, /srv/app/assets/stylesheets/helpers/_utilities.scss */
.certificats .columns:last-of-type {
  border-left-color: white;
}

/* line 189, /srv/app/assets/stylesheets/helpers/_utilities.scss */
.certificat-pdf .page-break-avoid {
  border-left: 2px solid #911D55;
  position: relative;
}
/* line 193, /srv/app/assets/stylesheets/helpers/_utilities.scss */
.certificat-pdf .page-break-avoid::before {
  content: '';
  border-radius: 1rem;
  border-color: #911D55;
  background-color: #911D55;
  border-style: solid;
  border-width: 0.6rem;
  position: absolute;
  top: 0;
  left: -0.7rem;
}
/* line 204, /srv/app/assets/stylesheets/helpers/_utilities.scss */
.certificat-pdf .page-break-avoid:last-of-type {
  border-left-color: white;
}

/* line 208, /srv/app/assets/stylesheets/helpers/_utilities.scss */
.border-grey {
  border: 1px solid #dbdbdb;
}

/* line 211, /srv/app/assets/stylesheets/helpers/_utilities.scss */
.p-48 {
  width: 48%;
}

/* line 2, /srv/app/assets/stylesheets/helpers/_background.scss */
.bg-primary {
  background-color: #911D55 !important;
}
/* line 4, /srv/app/assets/stylesheets/helpers/_background.scss */
.bg-primary.bg-soft {
  background-color: rgba(145, 29, 85, 0.25) !important;
}

/* line 2, /srv/app/assets/stylesheets/helpers/_background.scss */
.bg-orange {
  background-color: #FF9901 !important;
}
/* line 4, /srv/app/assets/stylesheets/helpers/_background.scss */
.bg-orange.bg-soft {
  background-color: rgba(255, 153, 1, 0.25) !important;
}

/* line 2, /srv/app/assets/stylesheets/helpers/_background.scss */
.bg-turquoise {
  background-color: #009788 !important;
}
/* line 4, /srv/app/assets/stylesheets/helpers/_background.scss */
.bg-turquoise.bg-soft {
  background-color: rgba(0, 151, 136, 0.25) !important;
}

/* line 2, /srv/app/assets/stylesheets/helpers/_background.scss */
.bg-white {
  background-color: white !important;
}
/* line 4, /srv/app/assets/stylesheets/helpers/_background.scss */
.bg-white.bg-soft {
  background-color: rgba(255, 255, 255, 0.25) !important;
}

/* line 2, /srv/app/assets/stylesheets/helpers/_background.scss */
.bg-blue-dark {
  background-color: #304156 !important;
}
/* line 4, /srv/app/assets/stylesheets/helpers/_background.scss */
.bg-blue-dark.bg-soft {
  background-color: rgba(48, 65, 86, 0.25) !important;
}

/* line 2, /srv/app/assets/stylesheets/helpers/_background.scss */
.bg-blue {
  background-color: #304156 !important;
}
/* line 4, /srv/app/assets/stylesheets/helpers/_background.scss */
.bg-blue.bg-soft {
  background-color: rgba(48, 65, 86, 0.25) !important;
}

/* line 2, /srv/app/assets/stylesheets/helpers/_background.scss */
.bg-blue-light {
  background-color: #91a6c1 !important;
}
/* line 4, /srv/app/assets/stylesheets/helpers/_background.scss */
.bg-blue-light.bg-soft {
  background-color: rgba(145, 166, 193, 0.25) !important;
}

/* line 2, /srv/app/assets/stylesheets/helpers/_background.scss */
.bg-info {
  background-color: #0081ff !important;
}
/* line 4, /srv/app/assets/stylesheets/helpers/_background.scss */
.bg-info.bg-soft {
  background-color: rgba(0, 129, 255, 0.25) !important;
}

/* line 2, /srv/app/assets/stylesheets/helpers/_background.scss */
.bg-black {
  background-color: rgba(0, 0, 0, 0.87) !important;
}
/* line 4, /srv/app/assets/stylesheets/helpers/_background.scss */
.bg-black.bg-soft {
  background-color: rgba(0, 0, 0, 0.25) !important;
}

/* line 2, /srv/app/assets/stylesheets/helpers/_background.scss */
.bg-red {
  background-color: #DE2061 !important;
}
/* line 4, /srv/app/assets/stylesheets/helpers/_background.scss */
.bg-red.bg-soft {
  background-color: rgba(222, 32, 97, 0.25) !important;
}

/* line 2, /srv/app/assets/stylesheets/helpers/_background.scss */
.bg-red-light {
  background-color: #F5E4EB !important;
}
/* line 4, /srv/app/assets/stylesheets/helpers/_background.scss */
.bg-red-light.bg-soft {
  background-color: rgba(245, 228, 235, 0.25) !important;
}

/* line 2, /srv/app/assets/stylesheets/helpers/_background.scss */
.bg-grey-light {
  background-color: #f2f3f8 !important;
}
/* line 4, /srv/app/assets/stylesheets/helpers/_background.scss */
.bg-grey-light.bg-soft {
  background-color: rgba(242, 243, 248, 0.25) !important;
}

/* line 2, /srv/app/assets/stylesheets/helpers/_background.scss */
.bg-grey {
  background-color: #dbdbdb !important;
}
/* line 4, /srv/app/assets/stylesheets/helpers/_background.scss */
.bg-grey.bg-soft {
  background-color: rgba(219, 219, 219, 0.25) !important;
}

/* line 2, /srv/app/assets/stylesheets/helpers/_background.scss */
.bg-grey-dark {
  background-color: #b5b5b5 !important;
}
/* line 4, /srv/app/assets/stylesheets/helpers/_background.scss */
.bg-grey-dark.bg-soft {
  background-color: rgba(181, 181, 181, 0.25) !important;
}

/* line 1, /srv/app/assets/stylesheets/helpers/_position.scss */
.position-static {
  position: static;
}

/* line 4, /srv/app/assets/stylesheets/helpers/_position.scss */
.position-relative {
  position: relative;
}

/* line 7, /srv/app/assets/stylesheets/helpers/_position.scss */
.position-absolute {
  position: absolute;
}

/* line 10, /srv/app/assets/stylesheets/helpers/_position.scss */
.position-fixed {
  position: fixed;
}

/* line 13, /srv/app/assets/stylesheets/helpers/_position.scss */
.top-0 {
  top: 0;
}

/* line 16, /srv/app/assets/stylesheets/helpers/_position.scss */
.top-5 {
  top: 5%;
}

/* line 19, /srv/app/assets/stylesheets/helpers/_position.scss */
.top-50 {
  top: 50%;
}

/* line 22, /srv/app/assets/stylesheets/helpers/_position.scss */
.top-100 {
  top: 100%;
}

/* line 25, /srv/app/assets/stylesheets/helpers/_position.scss */
.bottom-0 {
  bottom: 0;
}

/* line 28, /srv/app/assets/stylesheets/helpers/_position.scss */
.bottom-50 {
  bottom: 50%;
}

/* line 31, /srv/app/assets/stylesheets/helpers/_position.scss */
.bottom-100 {
  bottom: 100%;
}

/* line 34, /srv/app/assets/stylesheets/helpers/_position.scss */
.left-0 {
  left: 0;
}

/* line 37, /srv/app/assets/stylesheets/helpers/_position.scss */
.left-5 {
  left: 5%;
}

/* line 40, /srv/app/assets/stylesheets/helpers/_position.scss */
.left-50 {
  left: 50%;
}

/* line 43, /srv/app/assets/stylesheets/helpers/_position.scss */
.left-100 {
  left: 100%;
}

/* line 46, /srv/app/assets/stylesheets/helpers/_position.scss */
.right-0 {
  right: 0;
}

/* line 49, /srv/app/assets/stylesheets/helpers/_position.scss */
.right-5 {
  right: 5%;
}

/* line 52, /srv/app/assets/stylesheets/helpers/_position.scss */
.right-50 {
  right: 50%;
}

/* line 55, /srv/app/assets/stylesheets/helpers/_position.scss */
.right-100 {
  right: 100%;
}

/* line 58, /srv/app/assets/stylesheets/helpers/_position.scss */
.float-right {
  float: right;
}

/* line 61, /srv/app/assets/stylesheets/helpers/_position.scss */
.float-left {
  float: left;
}

/********TEXT******/
/* line 2, /srv/app/assets/stylesheets/helpers/_elements.scss */
.text-job {
  color: #b5b5b5;
  font-size: 9px;
  font-weight: bold;
}

/* line 7, /srv/app/assets/stylesheets/helpers/_elements.scss */
.text-job-instructions {
  color: #b5b5b5;
  font-size: 0.875rem;
}

/* line 11, /srv/app/assets/stylesheets/helpers/_elements.scss */
.text-job-up {
  color: #b5b5b5;
  font-size: 0.75rem;
  font-weight: bold;
}

/* line 16, /srv/app/assets/stylesheets/helpers/_elements.scss */
.text-name {
  color: #7a7a7a;
  font-size: 0.75rem;
  font-weight: bold;
}

/* line 21, /srv/app/assets/stylesheets/helpers/_elements.scss */
.text-name-up {
  color: #7a7a7a;
  font-size: 21px;
  font-weight: bold;
}

/* line 26, /srv/app/assets/stylesheets/helpers/_elements.scss */
.text-user {
  color: #911D55;
  font-size: 0.75rem;
  font-weight: bold;
}

/* line 32, /srv/app/assets/stylesheets/helpers/_elements.scss */
.box .text-user-up {
  text-align: center;
}

/* line 36, /srv/app/assets/stylesheets/helpers/_elements.scss */
.text-user-up {
  color: #7c1949;
  font-size: 0.875rem;
}

/* line 40, /srv/app/assets/stylesheets/helpers/_elements.scss */
.text-decription {
  color: #b5b5b5;
  font-size: 0.75rem;
}

/* line 44, /srv/app/assets/stylesheets/helpers/_elements.scss */
.text-description-up {
  color: #b5b5b5;
  font-size: 0.875rem;
}

/********NOTIFICATIONS******/
/* line 49, /srv/app/assets/stylesheets/helpers/_elements.scss */
.notifications {
  height: 600px;
  overflow-y: auto;
}

/********PROFILE PICTURE******/
/* line 54, /srv/app/assets/stylesheets/helpers/_elements.scss */
.upload-picture {
  outline: 3px dashed rgba(0, 0, 0, 0.19);
  width: 128px;
  height: 128px;
  border-radius: 6px;
}

/********SELECT******/
/* line 67, /srv/app/assets/stylesheets/helpers/_elements.scss */
.multiple-actions {
  font-size: 0.875rem;
}

/* line 70, /srv/app/assets/stylesheets/helpers/_elements.scss */
.multiple-actions::after {
  border: 1px solid #911D55 !important;
  border-right: 0 !important;
  border-top: 0 !important;
}

/********FORM********/
/* line 78, /srv/app/assets/stylesheets/helpers/_elements.scss */
.login .label:not(:last-child) {
  margin-bottom: -0.5em;
}

/********SIDEBAR********/
/* line 83, /srv/app/assets/stylesheets/helpers/_elements.scss */
.menu-list a {
  padding: unset;
}

/* line 87, /srv/app/assets/stylesheets/helpers/_elements.scss */
.title a:hover {
  color: white;
}
/* line 90, /srv/app/assets/stylesheets/helpers/_elements.scss */
.title a {
  color: white;
}

/********LINKS********/
/* line 95, /srv/app/assets/stylesheets/helpers/_elements.scss */
.link-edit-user {
  font-family: Arial;
  font-size: 18px;
  line-height: 16px;
}

/********PAGINATION******/
/* line 102, /srv/app/assets/stylesheets/helpers/_elements.scss */
.first {
  display: none;
}

/* line 106, /srv/app/assets/stylesheets/helpers/_elements.scss */
.last {
  display: none;
}

/* line 110, /srv/app/assets/stylesheets/helpers/_elements.scss */
.card-label {
  position: absolute;
  right: 0;
  top: 20px;
}

/* line 1, /srv/app/assets/stylesheets/elements/_button.scss */
.button {
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
/* line 3, /srv/app/assets/stylesheets/elements/_button.scss */
.button.is-small, .alert .button {
  border-radius: 5px;
}

/* line 9, /srv/app/assets/stylesheets/elements/_button.scss */
.is-primary, .alert .button {
  background-color: #911D55 !important;
  border-color: transparent;
  color: white;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
/* line 14, /srv/app/assets/stylesheets/elements/_button.scss */
.is-primary:hover, .alert .button:hover {
  background-color: #67153c !important;
}

/* line 9, /srv/app/assets/stylesheets/elements/_button.scss */
.is-orange {
  background-color: #FF9901 !important;
  border-color: transparent;
  color: white;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
/* line 14, /srv/app/assets/stylesheets/elements/_button.scss */
.is-orange:hover {
  background-color: #cd7b00 !important;
}

/* line 9, /srv/app/assets/stylesheets/elements/_button.scss */
.is-turquoise {
  background-color: #009788 !important;
  border-color: transparent;
  color: white;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
/* line 14, /srv/app/assets/stylesheets/elements/_button.scss */
.is-turquoise:hover {
  background-color: #00645a !important;
}

/* line 9, /srv/app/assets/stylesheets/elements/_button.scss */
.is-white {
  background-color: white !important;
  border-color: transparent;
  color: white;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
/* line 14, /srv/app/assets/stylesheets/elements/_button.scss */
.is-white:hover {
  background-color: #e6e6e6 !important;
}

/* line 9, /srv/app/assets/stylesheets/elements/_button.scss */
.is-blue-dark {
  background-color: #304156 !important;
  border-color: transparent;
  color: white;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
/* line 14, /srv/app/assets/stylesheets/elements/_button.scss */
.is-blue-dark:hover {
  background-color: #1e2835 !important;
}

/* line 9, /srv/app/assets/stylesheets/elements/_button.scss */
.is-blue {
  background-color: #304156 !important;
  border-color: transparent;
  color: white;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
/* line 14, /srv/app/assets/stylesheets/elements/_button.scss */
.is-blue:hover {
  background-color: #1e2835 !important;
}

/* line 9, /srv/app/assets/stylesheets/elements/_button.scss */
.is-blue-light {
  background-color: #91a6c1 !important;
  border-color: transparent;
  color: white;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
/* line 14, /srv/app/assets/stylesheets/elements/_button.scss */
.is-blue-light:hover {
  background-color: #708caf !important;
}

/* line 9, /srv/app/assets/stylesheets/elements/_button.scss */
.is-info {
  background-color: #0081ff !important;
  border-color: transparent;
  color: white;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
/* line 14, /srv/app/assets/stylesheets/elements/_button.scss */
.is-info:hover {
  background-color: #0067cc !important;
}

/* line 9, /srv/app/assets/stylesheets/elements/_button.scss */
.is-black {
  background-color: rgba(0, 0, 0, 0.87) !important;
  border-color: transparent;
  color: white;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
/* line 14, /srv/app/assets/stylesheets/elements/_button.scss */
.is-black:hover {
  background-color: rgba(0, 0, 0, 0.87) !important;
}

/* line 9, /srv/app/assets/stylesheets/elements/_button.scss */
.is-red {
  background-color: #DE2061 !important;
  border-color: transparent;
  color: white;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
/* line 14, /srv/app/assets/stylesheets/elements/_button.scss */
.is-red:hover {
  background-color: #b11a4e !important;
}

/* line 9, /srv/app/assets/stylesheets/elements/_button.scss */
.is-red-light {
  background-color: #F5E4EB !important;
  border-color: transparent;
  color: white;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
/* line 14, /srv/app/assets/stylesheets/elements/_button.scss */
.is-red-light:hover {
  background-color: #e7bfcf !important;
}

/* line 9, /srv/app/assets/stylesheets/elements/_button.scss */
.is-grey-light {
  background-color: #f2f3f8 !important;
  border-color: transparent;
  color: white;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
/* line 14, /srv/app/assets/stylesheets/elements/_button.scss */
.is-grey-light:hover {
  background-color: #d1d4e6 !important;
}

/* line 9, /srv/app/assets/stylesheets/elements/_button.scss */
.is-grey {
  background-color: #dbdbdb !important;
  border-color: transparent;
  color: white;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
/* line 14, /srv/app/assets/stylesheets/elements/_button.scss */
.is-grey:hover {
  background-color: #c2c2c2 !important;
}

/* line 9, /srv/app/assets/stylesheets/elements/_button.scss */
.is-grey-dark {
  background-color: #b5b5b5 !important;
  border-color: transparent;
  color: white;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
/* line 14, /srv/app/assets/stylesheets/elements/_button.scss */
.is-grey-dark:hover {
  background-color: #9c9c9c !important;
}

/* line 20, /srv/app/assets/stylesheets/elements/_button.scss */
.lift-corner, .lift-corner:focus {
  border-radius: 2px !important;
  border: none !important;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.19) !important;
          box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.19) !important;
}

/* line 24, /srv/app/assets/stylesheets/elements/_button.scss */
.text-button {
  padding: 5%;
}

/* line 28, /srv/app/assets/stylesheets/elements/_button.scss */
.pointerEventOff {
  pointer-events: none;
}

/* line 2, /srv/app/assets/stylesheets/elements/_icon.scss */
.icon.is-extraLarge {
  width: 3.75rem;
  height: 3.75rem;
}

/* line 8, /srv/app/assets/stylesheets/elements/_icon.scss */
.icon-like-card {
  color: #911D55;
}

/* line 12, /srv/app/assets/stylesheets/elements/_icon.scss */
.icon-download-card {
  color: #4051B6;
}

/* line 1, /srv/app/assets/stylesheets/elements/_table.scss */
table.table {
  background-color: white;
  -webkit-box-shadow: 0 5px 15px 0 rgba(157, 162, 182, 0.1);
          box-shadow: 0 5px 15px 0 rgba(157, 162, 182, 0.1);
  border-radius: 5px;
}
/* line 6, /srv/app/assets/stylesheets/elements/_table.scss */
table.table thead th {
  vertical-align: middle;
}
/* line 8, /srv/app/assets/stylesheets/elements/_table.scss */
table.table thead th a {
  color: #304156;
}
/* line 12, /srv/app/assets/stylesheets/elements/_table.scss */
table.table thead td, table.table thead th {
  border-width: 0 0 1px;
}
/* line 17, /srv/app/assets/stylesheets/elements/_table.scss */
table.table:not(.is-bordered) tbody {
  border-top: 1.125rem solid #f2f3f8;
}
/* line 21, /srv/app/assets/stylesheets/elements/_table.scss */
table.table td, table.table th {
  padding: 0.75rem;
}

/* line 25, /srv/app/assets/stylesheets/elements/_table.scss */
.table-responsive {
  overflow-x: auto;
}

/* line 3, /srv/app/assets/stylesheets/elements/_image.scss */
.image img.is-rounded.is-bordered {
  -webkit-box-shadow: 0 0 1px 2px white;
          box-shadow: 0 0 1px 2px white;
}
/* line 7, /srv/app/assets/stylesheets/elements/_image.scss */
.image img {
  height: 100%;
}
/* line 10, /srv/app/assets/stylesheets/elements/_image.scss */
.image.max-width-100 {
  max-width: 100px;
}

/* line 15, /srv/app/assets/stylesheets/elements/_image.scss */
.profile-image {
  background-size: cover;
  border-radius: 50%;
}

/* line 20, /srv/app/assets/stylesheets/elements/_image.scss */
.company-image {
  background-size: cover;
  border-radius: 50%;
  border: white solid 2px;
  width: 42px;
  height: 45px;
}

/* line 28, /srv/app/assets/stylesheets/elements/_image.scss */
.joined-avatar {
  margin-left: -50px !important;
  border-color: white;
  border-style: solid;
  border-width: 2px;
}

/* line 1, /srv/app/assets/stylesheets/elements/form/_general.scss */
.input, .textarea, .select select, .select2 .select2-selection select, .select2 select {
  border-radius: 3px;
}

/* line 2, /srv/app/assets/stylesheets/elements/form/_select.scss */
.select:not(.is-multiple):not(.is-loading)::after, .select2 .select2-selection:not(.is-multiple):not(.is-loading)::after {
  border-color: #304156;
}

/* line 6, /srv/app/assets/stylesheets/elements/form/_select.scss */
.select2 {
  width: 100% !important;
}
/* line 8, /srv/app/assets/stylesheets/elements/form/_select.scss */
.select2 .select2-selection {
  border-color: #dbdbdb !important;
  padding-bottom: calc(0.5em - 1px);
  padding-left: calc(0.75em - 1px);
  padding-right: calc(2.5em - 1px);
  padding-top: calc(0.5em - 1px);
}
/* line 15, /srv/app/assets/stylesheets/elements/form/_select.scss */
.select2 .select2-selection:hover {
  border-color: #b5b5b5 !important;
}
/* line 18, /srv/app/assets/stylesheets/elements/form/_select.scss */
.select2 .select2-selection .select2-selection__rendered {
  padding: 0;
  line-height: inherit;
}
/* line 22, /srv/app/assets/stylesheets/elements/form/_select.scss */
.select2 .select2-selection .select2-selection__arrow {
  display: none;
}
/* line 27, /srv/app/assets/stylesheets/elements/form/_select.scss */
.select2.select2-container--open .select2-selection:not(.is-multiple):not(.is-loading)::after {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
/* line 31, /srv/app/assets/stylesheets/elements/form/_select.scss */
.select2 .select2-selection:not(.is-multiple) {
  min-height: 2.5em;
  height: unset;
  width: 100%;
}

/* line 37, /srv/app/assets/stylesheets/elements/form/_select.scss */
.select2-dropdown {
  border-color: #dbdbdb !important;
  font-size: 0.75rem;
}

/* line 1, /srv/app/assets/stylesheets/elements/form/_textarea.scss */
textarea {
  resize: none;
  border: none;
}

/* line 5, /srv/app/assets/stylesheets/elements/form/_textarea.scss */
.textarea-container textarea {
  width: 100%;
  padding: 5px;
}

/* line 10, /srv/app/assets/stylesheets/elements/form/_textarea.scss */
.textarea-container textarea:focus {
  outline: 1px solid black;
}

/* line 1, /srv/app/assets/stylesheets/components/_pagination.scss */
.pagination {
  padding-top: 0.75rem;
  padding-bottom: 1.75rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* line 5, /srv/app/assets/stylesheets/components/_pagination.scss */
.pagination span.current,
.pagination span a {
  border-radius: 4px;
  background-color: white;
  color: #242424;
  margin: 0 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.75rem;
  padding: 8px 12px;
}
/* line 15, /srv/app/assets/stylesheets/components/_pagination.scss */
.pagination span a {
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
/* line 17, /srv/app/assets/stylesheets/components/_pagination.scss */
.pagination span a:hover {
  background-color: whitesmoke;
}
/* line 21, /srv/app/assets/stylesheets/components/_pagination.scss */
.pagination span.current {
  background-color: #911D55;
  color: white;
}

/* line 1, /srv/app/assets/stylesheets/components/_modal.scss */
.modal {
  overflow: visible;
}
/* line 3, /srv/app/assets/stylesheets/components/_modal.scss */
.modal .modal-content {
  overflow: hidden;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 9, /srv/app/assets/stylesheets/components/_modal.scss */
.modal .modal-content .box {
  height: 100%;
  position: relative;
  width: 100%;
}
/* line 13, /srv/app/assets/stylesheets/components/_modal.scss */
.modal .modal-content .box .modal-title {
  font-size: 1.25rem;
  text-align: left;
  padding: 0 1.25rem 1.25rem 1.25rem;
  margin: 0 -1.25rem;
  border-bottom: 1px solid #dbdbdb;
}
/* line 19, /srv/app/assets/stylesheets/components/_modal.scss */
.modal .modal-content .box .modal-title + .column {
  padding: 0 !important;
  padding-top: 1.25rem !important;
}
/* line 24, /srv/app/assets/stylesheets/components/_modal.scss */
.modal .modal-content .box.cg {
  overflow: scroll;
}
/* line 28, /srv/app/assets/stylesheets/components/_modal.scss */
.modal .modal-content .modal-close {
  position: absolute;
  z-index: 10;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
/* line 32, /srv/app/assets/stylesheets/components/_modal.scss */
.modal .modal-content .modal-close::before, .modal .modal-content .modal-close::after {
  background-color: rgba(0, 0, 0, 0.87);
}
/* line 35, /srv/app/assets/stylesheets/components/_modal.scss */
.modal .modal-content .modal-close:hover {
  background-color: #dbdbdb;
}

/* line 1, /srv/app/assets/stylesheets/components/_alert.scss */
.alert {
  background-color: white;
  padding: 0.75rem 1.125rem;
  border-radius: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-left: 8px solid #911D55;
  width: 100%;
}
/* line 11, /srv/app/assets/stylesheets/components/_alert.scss */
.alert .button {
  border-radius: 5px !important;
}

/* line 1, /srv/app/assets/stylesheets/components/_dropdown.scss */
.dropdown {
  position: relative;
}
/* line 3, /srv/app/assets/stylesheets/components/_dropdown.scss */
.dropdown .dropdown-menu {
  left: unset !important;
  right: 0;
}
/* line 6, /srv/app/assets/stylesheets/components/_dropdown.scss */
.dropdown .dropdown-menu .dropdown-content {
  padding: 5px !important;
  font-size: 0.75rem;
}
/* line 9, /srv/app/assets/stylesheets/components/_dropdown.scss */
.dropdown .dropdown-menu .dropdown-content .dropdown-item {
  border: none;
  background: white;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.87) !important;
}
/* line 14, /srv/app/assets/stylesheets/components/_dropdown.scss */
.dropdown .dropdown-menu .dropdown-content .dropdown-item:hover {
  background: #f2f3f8;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 22, /srv/app/assets/stylesheets/components/_dropdown.scss */
  .dropdown-menu {
    left: auto;
    right: 0;
  }
}
/* line 27, /srv/app/assets/stylesheets/components/_dropdown.scss */
.rotated-dropdown {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

/* line 1, /srv/app/assets/stylesheets/partials/_general.scss */
html,
body {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

/* line 7, /srv/app/assets/stylesheets/partials/_general.scss */
body {
  font-family: "Archivo", sans-serif;
}

/* line 10, /srv/app/assets/stylesheets/partials/_general.scss */
.main {
  height: 100%;
  background-color: #f2f3f8;
  margin-left: 0;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
/* line 15, /srv/app/assets/stylesheets/partials/_general.scss */
.main .content {
  height: 100%;
}
/* line 18, /srv/app/assets/stylesheets/partials/_general.scss */
.main_sideBar {
  height: 100%;
  overflow: scroll;
  background-color: #f2f3f8;
  margin-left: 256px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
/* line 24, /srv/app/assets/stylesheets/partials/_general.scss */
.main_sideBar .content {
  height: calc( 100% - 74px );
}

/* line 29, /srv/app/assets/stylesheets/partials/_general.scss */
*:focus {
  outline: none;
  border: none;
}

/* line 33, /srv/app/assets/stylesheets/partials/_general.scss */
.columns {
  margin: unset;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 37, /srv/app/assets/stylesheets/partials/_general.scss */
  .columns {
    margin: auto;
  }
}
/* line 43, /srv/app/assets/stylesheets/partials/_general.scss */
.sidebar-image {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

/* line 48, /srv/app/assets/stylesheets/partials/_general.scss */
.flash-notice {
  margin-bottom: 20px;
  padding: 0 50px;
}

/* line 53, /srv/app/assets/stylesheets/partials/_general.scss */
.hidden {
  display: none !important;
}

/* line 1, /srv/app/assets/stylesheets/partials/_sidebar.scss */
.sidebar {
  position: fixed;
  height: 100%;
  background-color: #911D55;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: white;
  -ms-flex-preferred-size: 256px;
      flex-basis: 256px;
  min-width: 256px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
/* line 13, /srv/app/assets/stylesheets/partials/_sidebar.scss */
.sidebar .header-logo {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}
/* line 17, /srv/app/assets/stylesheets/partials/_sidebar.scss */
.sidebar .menu-list {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
/* line 20, /srv/app/assets/stylesheets/partials/_sidebar.scss */
.sidebar .menu-list li a {
  padding: 0.75rem;
  height: 60px;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
}
/* line 28, /srv/app/assets/stylesheets/partials/_sidebar.scss */
.sidebar .menu-list li a .icon {
  margin-left: calc(-0.2em - 1px);
  margin-right: 20px;
}
/* line 32, /srv/app/assets/stylesheets/partials/_sidebar.scss */
.sidebar .menu-list li a.active, .sidebar .menu-list li a:hover {
  background-color: #7c1949;
  color: white;
}
/* line 39, /srv/app/assets/stylesheets/partials/_sidebar.scss */
.sidebar_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.75rem;
  padding: 0.75rem;
}
/* line 44, /srv/app/assets/stylesheets/partials/_sidebar.scss */
.sidebar_contact span, .sidebar_contact a {
  color: white;
  cursor: pointer;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
/* line 48, /srv/app/assets/stylesheets/partials/_sidebar.scss */
.sidebar_contact span:hover, .sidebar_contact a:hover {
  color: #3c0c23;
}
/* line 54, /srv/app/assets/stylesheets/partials/_sidebar.scss */
.sidebar .account ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* line 57, /srv/app/assets/stylesheets/partials/_sidebar.scss */
.sidebar .account ul li a {
  color: white;
  padding: 0.75rem;
}
/* line 60, /srv/app/assets/stylesheets/partials/_sidebar.scss */
.sidebar .account ul li a .icon {
  -webkit-transition: all 50ms ease;
  -o-transition: all 50ms ease;
  transition: all 50ms ease;
}
/* line 63, /srv/app/assets/stylesheets/partials/_sidebar.scss */
.sidebar .account ul li a:hover .icon {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
/* line 67, /srv/app/assets/stylesheets/partials/_sidebar.scss */
.sidebar .account ul li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
/* line 73, /srv/app/assets/stylesheets/partials/_sidebar.scss */
.sidebar_collapsed {
  position: fixed;
  height: 100%;
  background-color: #911D55;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: white;
  -ms-flex-preferred-size: 256px;
      flex-basis: 256px;
  min-width: 256px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-transform: translateX(-256px);
      -ms-transform: translateX(-256px);
          transform: translateX(-256px);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

/* line 1, /srv/app/assets/stylesheets/partials/_header.scss */
.header {
  height: 74px;
  margin: 0 !important;
}
/* line 4, /srv/app/assets/stylesheets/partials/_header.scss */
.header-logo {
  background-color: #911D55;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-preferred-size: 256px;
      flex-basis: 256px;
  min-width: 256px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
/* line 12, /srv/app/assets/stylesheets/partials/_header.scss */
.header-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 15, /srv/app/assets/stylesheets/partials/_header.scss */
.header-main .toogle-sidebar {
  cursor: pointer;
  display: block;
  height: 2.5rem;
  position: relative;
  width: 2.5rem;
  border: 0;
  background-color: transparent;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: background 250ms ease;
  -o-transition: background 250ms ease;
  transition: background 250ms ease;
  margin-right: 50px;
}
/* line 33, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/utilities/mixins.sass */
.header-main .toogle-sidebar span {
  background-color: currentColor;
  display: block;
  height: 1px;
  left: calc(50% - 8px);
  position: absolute;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition-duration: 86ms;
       -o-transition-duration: 86ms;
          transition-duration: 86ms;
  -webkit-transition-property: background-color, opacity, -webkit-transform;
  transition-property: background-color, opacity, -webkit-transform;
  -o-transition-property: background-color, opacity, transform;
  transition-property: background-color, opacity, transform;
  transition-property: background-color, opacity, transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  width: 16px;
}
/* line 44, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/utilities/mixins.sass */
.header-main .toogle-sidebar span:nth-child(1) {
  top: calc(50% - 6px);
}
/* line 46, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/utilities/mixins.sass */
.header-main .toogle-sidebar span:nth-child(2) {
  top: calc(50% - 1px);
}
/* line 48, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/utilities/mixins.sass */
.header-main .toogle-sidebar span:nth-child(3) {
  top: calc(50% + 4px);
}
/* line 50, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/utilities/mixins.sass */
.header-main .toogle-sidebar:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
/* line 55, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/utilities/mixins.sass */
.header-main .toogle-sidebar.is-active span:nth-child(1) {
  -webkit-transform: translateY(5px) rotate(45deg);
      -ms-transform: translateY(5px) rotate(45deg);
          transform: translateY(5px) rotate(45deg);
}
/* line 57, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/utilities/mixins.sass */
.header-main .toogle-sidebar.is-active span:nth-child(2) {
  opacity: 0;
}
/* line 59, /usr/local/bundle/gems/bulma-rails-0.9.2/app/assets/stylesheets/sass/utilities/mixins.sass */
.header-main .toogle-sidebar.is-active span:nth-child(3) {
  -webkit-transform: translateY(-5px) rotate(-45deg);
      -ms-transform: translateY(-5px) rotate(-45deg);
          transform: translateY(-5px) rotate(-45deg);
}
/* line 23, /srv/app/assets/stylesheets/partials/_header.scss */
.header-main .toogle-sidebar span {
  height: 2px;
  width: 18px;
  left: calc(50% - 9px);
}

/* line 2, /srv/app/assets/stylesheets/partials/_login.scss */
.sign_up {
  text-align: center;
}
/* line 5, /srv/app/assets/stylesheets/partials/_login.scss */
.sign_up .field {
  width: 50%;
  text-align: center;
  margin: 0 auto;
}
/* line 9, /srv/app/assets/stylesheets/partials/_login.scss */
.sign_up .field .actions {
  text-align: center;
}

/* line 14, /srv/app/assets/stylesheets/partials/_login.scss */
.new_password {
  border: #ededed;
  background-color: #fafafa;
  padding: 5px;
  border-radius: 5px;
}

/* line 5, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
textarea {
  resize: none !important;
}

/* line 9, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.radio-group {
  margin-top: 5px;
}
/* line 11, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.radio-group label {
  margin: 0 15px 0 5px;
}

/* line 16, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.modal-progress {
  background-color: rgba(255, 255, 255, 0.726);
  position: fixed;
  z-index: 20;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  display: none;
}
/* line 27, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.modal-progress h3 {
  color: #4A4A4A;
  font-family: Arial;
  font-size: 21px;
  font-weight: bold;
  line-height: 28px;
}
/* line 35, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.modal-progress #progress-bar {
  z-index: 21;
  width: 500px;
  background-color: #a7a7a7;
  border-radius: 10px;
  height: 20px;
  margin-top: 10px;
  overflow: hidden;
}
/* line 44, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.modal-progress #progress-bar div {
  width: 1%;
  height: 20px;
  border-radius: 10px;
  background-color: #911C54;
}

/* line 53, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.demonstrations_filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

/* line 58, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.flash-error {
  color: red;
  font-size: 15px;
}

/* line 63, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.demonstration__audio--centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
/* line 68, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.demonstration__audio--centered audio {
  width: 100%;
  height: 30px;
}
/* line 72, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.demonstration__audio--centered button[type=submit] {
  color: #911C55;
  background-color: #f1f3f4;
  border: 0;
  font-size: 16px;
  margin-left: 5px;
  cursor: pointer;
  border-radius: 50px;
  height: 30px;
}

/* line 84, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.icon-prosapiens-icons_star {
  height: 20px;
  width: 19.43px;
  color: #911C54;
  line-height: 20px;
}

/* line 90, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.transparent-star {
  opacity: 0.46;
}

/* line 94, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.rating-container {
  border-radius: 2.34px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
}

/* line 105, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.demonstration-duration {
  font-family: Arial;
  font-size: 12px;
  line-height: 14px;
}

/* line 111, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.demonstration-comments {
  margin-bottom: 10px;
  border: 1px solid #DBDFE2;
  height: 50px;
  font-size: 14px;
  padding: 10px;
  margin-top: 5px;
}

/* line 120, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.demonstration-comments:focus {
  outline: 10px black;
  border: 1px solid #DBDFE2;
}

/* line 125, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.demonstration-labels {
  text-align: left;
  color: #4A4A4A;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
}

/* line 135, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.demonstration__modal .box {
  border-radius: 0px;
  overflow: scroll;
}
/* line 136, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.demonstration__modal .box form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 147, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
textarea:focus {
  outline: none;
}

/* line 151, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.demonstration-right-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 157, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.demonstration__items--margin {
  margin-bottom: 4px;
}

/* line 161, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.chat-username {
  font-size: 12px;
  font-weight: bold;
}

/* line 166, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.chat-username--right {
  margin-left: auto;
}

/* line 170, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.chat-username--left {
  margin-right: auto;
}

/* line 174, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.demonstration-right-items--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* line 181, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.referent-container .referent-button {
  margin-top: 10px;
  margin-left: 20px;
  height: 35px;
  color: white;
  border-radius: 50%;
  width: 35px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  padding-left: 8px;
}

/* line 195, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.span__mailer {
  background: white;
  border: 1px solid #580C2A;
  padding: 4px;
}
/* line 199, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.span__mailer a {
  color: #580C2A;
  font-size: 18px;
}

/* line 205, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.placeholder-mailer {
  width: 28px;
  height: 28px;
}

/* line 210, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.demonstration-hr {
  width: 50%;
  margin: 0 auto;
  margin-top: 2%;
  margin-bottom: 2%;
}

/* line 217, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.margin-icon {
  margin-right: 7px;
}

/* line 221, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.demonstration-hr-index {
  margin: 0;
}

/* line 225, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.ransack-search-bar {
  padding-bottom: 0;
}
/* line 227, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.ransack-search-bar .label {
  font-size: 13px;
}

/* line 232, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.card[data-link] {
  cursor: pointer;
}

/* line 236, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
#placeholder-large {
  background-color: black;
  width: 50vw;
  height: 21vw;
  width: 100%;
  height: 500px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* line 246, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
#placeholder-large p {
  color: white;
}

/* line 251, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.placeholder-small {
  width: 84px;
  height: 84px;
  border-radius: 50%;
}

/* line 257, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.update-video_external_id {
  background-color: #D70055 !important;
}

/* line 262, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
iframe {
  width: 100%;
  height: 500px;
}

/* line 267, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.demonstrations__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 273, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.demonstrations__actions a {
  margin-bottom: 10px;
}
/* line 276, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.demonstrations__actions .button {
  color: #580C2A;
  border-color: #580C2A;
}

/* line 282, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.actions_button {
  margin-bottom: 10px;
  width: 250px;
  height: 44px;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
}
/* line 291, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.actions_button i {
  font-size: 16px;
  margin-left: 10px;
}

/* line 297, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.actions_button:hover {
  color: #FFFFFF;
}

/* line 301, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.copy_button {
  margin-bottom: 10px;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  height: 44px;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
}
/* line 310, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.copy_button i {
  font-size: 16px;
  margin-left: 10px;
}

/* line 316, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.copy_button:hover {
  color: #580C2A;
}

/* line 320, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.evaluate__button {
  background: -webkit-gradient(linear, left top, left bottom, from(#911C54), to(#580C2A));
  background: -webkit-linear-gradient(top, #911C54 0%, #580C2A 100%);
  background: -o-linear-gradient(top, #911C54 0%, #580C2A 100%);
  background: linear-gradient(180deg, #911C54 0%, #580C2A 100%);
  color: #FFFFFF;
}
/* line 323, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.evaluate__button i {
  color: white;
}

/* line 328, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.share__action {
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);
  color: #580C2A;
}
/* line 331, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.share__action i, .share__action a {
  color: #580C2A;
}

/* line 336, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.open_action {
  width: 150px;
  margin: 20px 0;
}
/* line 339, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.open_action i, .open_action a {
  margin: 0 auto;
  text-transform: uppercase;
}

/* line 345, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.actions_text {
  margin-left: 10px;
}

/* line 349, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.reviewers__name {
  color: black;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
}

/* line 356, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.reviewers__average {
  color: #DE2061;
}

/* line 360, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.reviewers__default {
  color: black;
}

/* line 364, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.notation-container {
  margin-top: 15px;
}

/* line 368, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.notation-container__average {
  border-top: 1px solid #F0F0F0;
  border-bottom: 1px solid #F0F0F0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 374, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.notation-container__average .notation-stars {
  margin-right: 32px;
}

/* line 379, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.column_actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 384, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.chat-container {
  position: relative;
  overflow-wrap: break-word;
}
/* line 388, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.chat-container .chat-wrapper {
  width: 100%;
}
/* line 392, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.chat-container .chat-image {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 10px;
}
/* line 399, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.chat-container .chat-image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 404, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.chat-container .chat-scroll {
  overflow-y: scroll;
  height: -o-calc(100% - 126px);
  height: calc(100% - 126px);
}
/* line 412, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.chat-container form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
/* line 418, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.chat-container .comment_date {
  color: #4A4A4A;
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
  line-height: 12px;
  text-align: center;
  margin-bottom: 5px;
}
/* line 427, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.chat-container .chat-message {
  -webkit-box-shadow: 0 1.5px 0 0 rgba(176, 217, 194, 0.36);
          box-shadow: 0 1.5px 0 0 rgba(176, 217, 194, 0.36);
  font-family: Arial;
  font-size: 14px;
  letter-spacing: -0.32px;
  line-height: 18px;
  padding: 10px;
  margin-bottom: 10px;
}
/* line 438, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.chat-container .chat-right {
  background-color: #0081ff;
  color: white;
}
/* line 439, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.chat-container .chat-right strong {
  color: white;
}
/* line 445, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.chat-container .chat-left {
  background-color: #F0F0F0;
  color: black;
}
/* line 446, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.chat-container .chat-left strong {
  color: black;
}
/* line 453, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.chat-container .chat-submit {
  height: 46px;
  background-color: #FFFFFF;
  width: 100%;
}
/* line 457, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.chat-container .chat-submit .chat-textarea {
  width: 100%;
}
/* line 460, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.chat-container .chat-submit button {
  background: none;
  border: none;
  font-size: 20px;
  color: #911C55;
}

/* line 469, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.rating__block {
  width: 50px;
  float: right;
  margin-left: 10px;
}

@media screen and (max-width: 1892px) {
  /* line 476, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
  .column.is-narrow-fullhd-reverse {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
/* line 481, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.tab-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* line 483, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.tab-container .tab-container__mine {
  padding: 0px 10px;
}
/* line 486, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.tab-container .tab-container__active {
  border-bottom: 2px solid #911C55;
}
/* line 488, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.tab-container .tab-container__active a {
  color: #911C55;
}
/* line 492, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.tab-container .tab-container__inactive {
  border-bottom: 1px solid #b5b5b5;
}
/* line 494, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.tab-container .tab-container__inactive a {
  color: #7a7a7a !important;
}

/* line 500, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.form_category {
  width: 100%;
}

/* line 504, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  border-bottom: 1px solid black;
}
/* line 509, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.download .download__button {
  margin-left: 10px;
  color: black;
}

/* line 515, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.download__title {
  font-size: 16px;
}

/* line 518, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.infos-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 523, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.infos-category {
  width: auto;
  padding: 5px;
  font-size: 12px;
  height: 20px;
  font-weight: bold;
  line-height: 10px;
  background-color: #911C55;
  color: white;
}

/* line 534, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.column .is-2 .ransack-input, .column .is-2 .select, .column .is-2 .select2 .select2-selection, .select2 .column .is-2 .select2-selection {
  width: 100%;
}

/* line 539, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.is-loading {
  position: relative;
  pointer-events: none;
}
/* line 543, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.is-loading:after {
  -webkit-animation: spinAround 500ms infinite linear;
          animation: spinAround 500ms infinite linear;
  border: 2px solid #dbdbdb;
  border-radius: 290486px;
  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;
  z-index: 1;
}
/* line 554, /srv/app/assets/stylesheets/pages/_demonstrations.scss */
.is-loading:before {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 1, /srv/app/assets/stylesheets/pages/_conversations.scss */
.conversation-scroll {
  overflow-y: scroll;
}

/* line 5, /srv/app/assets/stylesheets/pages/_conversations.scss */
.message-submit {
  height: 46px;
  background-color: #FFFFFF;
  width: 100%;
}
/* line 9, /srv/app/assets/stylesheets/pages/_conversations.scss */
.message-submit .chat-textarea {
  width: 100%;
}
/* line 12, /srv/app/assets/stylesheets/pages/_conversations.scss */
.message-submit button {
  background: none;
  border: none;
  font-size: 20px;
  color: #911C55;
}

/* line 20, /srv/app/assets/stylesheets/pages/_conversations.scss */
.comment_date {
  color: #4A4A4A;
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
  line-height: 12px;
  text-align: center;
  margin-bottom: 5px;
}

/* line 29, /srv/app/assets/stylesheets/pages/_conversations.scss */
.chat-message {
  max-width: 90%;
  min-width: 25%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-shadow: 0 1.5px 0 0 rgba(176, 217, 194, 0.36);
          box-shadow: 0 1.5px 0 0 rgba(176, 217, 194, 0.36);
  font-family: Arial;
  font-size: 14px;
  letter-spacing: -0.32px;
  line-height: 18px;
  padding: 10px;
  margin-bottom: 10px;
}

/* line 42, /srv/app/assets/stylesheets/pages/_conversations.scss */
.chat-right {
  background-color: #0081ff;
  color: white;
  margin-left: auto;
}
/* line 43, /srv/app/assets/stylesheets/pages/_conversations.scss */
.chat-right strong {
  color: white;
}

/* line 50, /srv/app/assets/stylesheets/pages/_conversations.scss */
.chat-left {
  background-color: #F0F0F0;
  color: black;
  margin-left: 2rem;
  margin-right: auto;
}
/* line 51, /srv/app/assets/stylesheets/pages/_conversations.scss */
.chat-left strong {
  color: black;
}

/* line 60, /srv/app/assets/stylesheets/pages/_conversations.scss */
.chat-submit {
  background-color: #FFFFFF;
  width: 100%;
}
/* line 63, /srv/app/assets/stylesheets/pages/_conversations.scss */
.chat-submit .chat-textarea {
  width: 100%;
}
/* line 66, /srv/app/assets/stylesheets/pages/_conversations.scss */
.chat-submit button {
  background: none;
  border: none;
  font-size: 20px;
  color: #911C55;
}
