@charset "UTF-8";
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 */
/*! Hint.css - v2.5.0 - 2017-04-23
* http://kushagragour.in/lab/hint/
* Copyright (c) 2017 Kushagra Gour */
/* line 5, app/assets/stylesheets/hint.min.css */
[class*=hint--] {
  position: relative;
  display: inline-block;
}

/* line 5, app/assets/stylesheets/hint.min.css */
[class*=hint--]:after, [class*=hint--]:before {
  position: absolute;
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none;
  transition: .3s ease;
  transition-delay: 0s;
}

/* line 5, app/assets/stylesheets/hint.min.css */
[class*=hint--]:hover:after, [class*=hint--]:hover:before {
  visibility: visible;
  opacity: 1;
  transition-delay: .1s;
}

/* line 5, app/assets/stylesheets/hint.min.css */
[class*=hint--]:before {
  content: '';
  position: absolute;
  background: 0 0;
  border: 6px solid transparent;
  z-index: 1000001;
}

/* line 5, app/assets/stylesheets/hint.min.css */
[class*=hint--]:after {
  background: #383838;
  color: #fff;
  padding: 8px 10px;
  font-size: 12px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 12px;
  white-space: nowrap;
  text-shadow: 0 -1px 0 #000;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}

/* line 5, app/assets/stylesheets/hint.min.css */
[class*=hint--][aria-label]:after {
  content: attr(aria-label);
}

/* line 5, app/assets/stylesheets/hint.min.css */
[class*=hint--][data-hint]:after {
  content: attr(data-hint);
}

/* line 5, app/assets/stylesheets/hint.min.css */
[aria-label='']:after, [aria-label='']:before, [data-hint='']:after, [data-hint='']:before {
  display: none !important;
}

/* line 5, app/assets/stylesheets/hint.min.css */
.hint--top-left:before, .hint--top-right:before, .hint--top:before {
  border-top-color: #383838;
}

/* line 5, app/assets/stylesheets/hint.min.css */
.hint--bottom-left:before, .hint--bottom-right:before, .hint--bottom:before {
  border-bottom-color: #383838;
}

/* line 5, app/assets/stylesheets/hint.min.css */
.hint--top:after, .hint--top:before {
  bottom: 100%;
  left: 50%;
}

/* line 5, app/assets/stylesheets/hint.min.css */
.hint--top:before {
  margin-bottom: -11px;
  left: calc(50% - 6px);
}

/* line 5, app/assets/stylesheets/hint.min.css */
.hint--top:after {
  transform: translateX(-50%);
}

/* line 5, app/assets/stylesheets/hint.min.css */
.hint--top:hover:before {
  transform: translateY(-8px);
}

/* line 5, app/assets/stylesheets/hint.min.css */
.hint--top:hover:after {
  transform: translateX(-50%) translateY(-8px);
}

/* line 5, app/assets/stylesheets/hint.min.css */
.hint--bottom:after, .hint--bottom:before {
  top: 100%;
  left: 50%;
}

/* line 5, app/assets/stylesheets/hint.min.css */
.hint--bottom:before {
  margin-top: -11px;
  left: calc(50% - 6px);
}

/* line 5, app/assets/stylesheets/hint.min.css */
.hint--bottom:after {
  transform: translateX(-50%);
}

/* line 5, app/assets/stylesheets/hint.min.css */
.hint--bottom:hover:before {
  transform: translateY(8px);
}

/* line 5, app/assets/stylesheets/hint.min.css */
.hint--bottom:hover:after {
  transform: translateX(-50%) translateY(8px);
}

/* line 5, app/assets/stylesheets/hint.min.css */
.hint--right:before {
  border-right-color: #383838;
  margin-left: -11px;
  margin-bottom: -6px;
}

/* line 5, app/assets/stylesheets/hint.min.css */
.hint--right:after {
  margin-bottom: -14px;
}

/* line 5, app/assets/stylesheets/hint.min.css */
.hint--right:after, .hint--right:before {
  left: 100%;
  bottom: 50%;
}

/* line 5, app/assets/stylesheets/hint.min.css */
.hint--right:hover:after, .hint--right:hover:before {
  transform: translateX(8px);
}

/* line 5, app/assets/stylesheets/hint.min.css */
.hint--left:before {
  border-left-color: #383838;
  margin-right: -11px;
  margin-bottom: -6px;
}

/* line 5, app/assets/stylesheets/hint.min.css */
.hint--left:after {
  margin-bottom: -14px;
}

/* line 5, app/assets/stylesheets/hint.min.css */
.hint--left:after, .hint--left:before {
  right: 100%;
  bottom: 50%;
}

/* line 5, app/assets/stylesheets/hint.min.css */
.hint--left:hover:after, .hint--left:hover:before {
  transform: translateX(-8px);
}

/* line 5, app/assets/stylesheets/hint.min.css */
.hint--top-left:after, .hint--top-left:before {
  bottom: 100%;
  left: 50%;
}

/* line 5, app/assets/stylesheets/hint.min.css */
.hint--top-left:before {
  margin-bottom: -11px;
  left: calc(50% - 6px);
}

/* line 5, app/assets/stylesheets/hint.min.css */
.hint--top-left:after {
  transform: translateX(-100%);
  margin-left: 12px;
}

/* line 5, app/assets/stylesheets/hint.min.css */
.hint--top-left:hover:before {
  transform: translateY(-8px);
}

/* line 5, app/assets/stylesheets/hint.min.css */
.hint--top-left:hover:after {
  transform: translateX(-100%) translateY(-8px);
}

/* line 5, app/assets/stylesheets/hint.min.css */
.hint--top-right:after, .hint--top-right:before {
  bottom: 100%;
  left: 50%;
}

/* line 5, app/assets/stylesheets/hint.min.css */
.hint--top-right:before {
  margin-bottom: -11px;
  left: calc(50% - 6px);
}

/* line 5, app/assets/stylesheets/hint.min.css */
.hint--top-right:after {
  transform: translateX(0);
  margin-left: -12px;
}

/* line 5, app/assets/stylesheets/hint.min.css */
.hint--top-right:hover:after, .hint--top-right:hover:before {
  transform: translateY(-8px);
}

/* line 5, app/assets/stylesheets/hint.min.css */
.hint--bottom-left:after, .hint--bottom-left:before {
  top: 100%;
  left: 50%;
}

/* line 5, app/assets/stylesheets/hint.min.css */
.hint--bottom-left:before {
  margin-top: -11px;
  left: calc(50% - 6px);
}

/* line 5, app/assets/stylesheets/hint.min.css */
.hint--bottom-left:after {
  transform: translateX(-100%);
  margin-left: 12px;
}

/* line 5, app/assets/stylesheets/hint.min.css */
.hint--bottom-left:hover:before {
  transform: translateY(8px);
}

/* line 5, app/assets/stylesheets/hint.min.css */
.hint--bottom-left:hover:after {
  transform: translateX(-100%) translateY(8px);
}

/* line 5, app/assets/stylesheets/hint.min.css */
.hint--bottom-right:after, .hint--bottom-right:before {
  top: 100%;
  left: 50%;
}

/* line 5, app/assets/stylesheets/hint.min.css */
.hint--bottom-right:before {
  margin-top: -11px;
  left: calc(50% - 6px);
}

/* line 5, app/assets/stylesheets/hint.min.css */
.hint--bottom-right:after {
  transform: translateX(0);
  margin-left: -12px;
}

/* line 5, app/assets/stylesheets/hint.min.css */
.hint--bottom-right:hover:after, .hint--bottom-right:hover:before {
  transform: translateY(8px);
}

/* line 5, app/assets/stylesheets/hint.min.css */
.hint--large:after, .hint--medium:after, .hint--small:after {
  white-space: normal;
  line-height: 1.4em;
  word-wrap: break-word;
}

/* line 5, app/assets/stylesheets/hint.min.css */
.hint--small:after {
  width: 80px;
}

/* line 5, app/assets/stylesheets/hint.min.css */
.hint--medium:after {
  width: 150px;
}

/* line 5, app/assets/stylesheets/hint.min.css */
.hint--large:after {
  width: 300px;
}

/* line 5, app/assets/stylesheets/hint.min.css */
.hint--error:after {
  background-color: #b34e4d;
  text-shadow: 0 -1px 0 #592726;
}

/* line 5, app/assets/stylesheets/hint.min.css */
.hint--error.hint--top-left:before, .hint--error.hint--top-right:before, .hint--error.hint--top:before {
  border-top-color: #b34e4d;
}

/* line 5, app/assets/stylesheets/hint.min.css */
.hint--error.hint--bottom-left:before, .hint--error.hint--bottom-right:before, .hint--error.hint--bottom:before {
  border-bottom-color: #b34e4d;
}

/* line 5, app/assets/stylesheets/hint.min.css */
.hint--error.hint--left:before {
  border-left-color: #b34e4d;
}

/* line 5, app/assets/stylesheets/hint.min.css */
.hint--error.hint--right:before {
  border-right-color: #b34e4d;
}

/* line 5, app/assets/stylesheets/hint.min.css */
.hint--warning:after {
  background-color: #c09854;
  text-shadow: 0 -1px 0 #6c5328;
}

/* line 5, app/assets/stylesheets/hint.min.css */
.hint--warning.hint--top-left:before, .hint--warning.hint--top-right:before, .hint--warning.hint--top:before {
  border-top-color: #c09854;
}

/* line 5, app/assets/stylesheets/hint.min.css */
.hint--warning.hint--bottom-left:before, .hint--warning.hint--bottom-right:before, .hint--warning.hint--bottom:before {
  border-bottom-color: #c09854;
}

/* line 5, app/assets/stylesheets/hint.min.css */
.hint--warning.hint--left:before {
  border-left-color: #c09854;
}

/* line 5, app/assets/stylesheets/hint.min.css */
.hint--warning.hint--right:before {
  border-right-color: #c09854;
}

/* line 5, app/assets/stylesheets/hint.min.css */
.hint--info:after {
  background-color: #3986ac;
  text-shadow: 0 -1px 0 #1a3c4d;
}

/* line 5, app/assets/stylesheets/hint.min.css */
.hint--info.hint--top-left:before, .hint--info.hint--top-right:before, .hint--info.hint--top:before {
  border-top-color: #3986ac;
}

/* line 5, app/assets/stylesheets/hint.min.css */
.hint--info.hint--bottom-left:before, .hint--info.hint--bottom-right:before, .hint--info.hint--bottom:before {
  border-bottom-color: #3986ac;
}

/* line 5, app/assets/stylesheets/hint.min.css */
.hint--info.hint--left:before {
  border-left-color: #3986ac;
}

/* line 5, app/assets/stylesheets/hint.min.css */
.hint--info.hint--right:before {
  border-right-color: #3986ac;
}

/* line 5, app/assets/stylesheets/hint.min.css */
.hint--success:after {
  background-color: #458746;
  text-shadow: 0 -1px 0 #1a321a;
}

/* line 5, app/assets/stylesheets/hint.min.css */
.hint--success.hint--top-left:before, .hint--success.hint--top-right:before, .hint--success.hint--top:before {
  border-top-color: #458746;
}

/* line 5, app/assets/stylesheets/hint.min.css */
.hint--success.hint--bottom-left:before, .hint--success.hint--bottom-right:before, .hint--success.hint--bottom:before {
  border-bottom-color: #458746;
}

/* line 5, app/assets/stylesheets/hint.min.css */
.hint--success.hint--left:before {
  border-left-color: #458746;
}

/* line 5, app/assets/stylesheets/hint.min.css */
.hint--success.hint--right:before {
  border-right-color: #458746;
}

/* line 5, app/assets/stylesheets/hint.min.css */
.hint--always:after, .hint--always:before {
  opacity: 1;
  visibility: visible;
}

/* line 5, app/assets/stylesheets/hint.min.css */
.hint--always.hint--top:before {
  transform: translateY(-8px);
}

/* line 5, app/assets/stylesheets/hint.min.css */
.hint--always.hint--top:after {
  transform: translateX(-50%) translateY(-8px);
}

/* line 5, app/assets/stylesheets/hint.min.css */
.hint--always.hint--top-left:before {
  transform: translateY(-8px);
}

/* line 5, app/assets/stylesheets/hint.min.css */
.hint--always.hint--top-left:after {
  transform: translateX(-100%) translateY(-8px);
}

/* line 5, app/assets/stylesheets/hint.min.css */
.hint--always.hint--top-right:after, .hint--always.hint--top-right:before {
  transform: translateY(-8px);
}

/* line 5, app/assets/stylesheets/hint.min.css */
.hint--always.hint--bottom:before {
  transform: translateY(8px);
}

/* line 5, app/assets/stylesheets/hint.min.css */
.hint--always.hint--bottom:after {
  transform: translateX(-50%) translateY(8px);
}

/* line 5, app/assets/stylesheets/hint.min.css */
.hint--always.hint--bottom-left:before {
  transform: translateY(8px);
}

/* line 5, app/assets/stylesheets/hint.min.css */
.hint--always.hint--bottom-left:after {
  transform: translateX(-100%) translateY(8px);
}

/* line 5, app/assets/stylesheets/hint.min.css */
.hint--always.hint--bottom-right:after, .hint--always.hint--bottom-right:before {
  transform: translateY(8px);
}

/* line 5, app/assets/stylesheets/hint.min.css */
.hint--always.hint--left:after, .hint--always.hint--left:before {
  transform: translateX(-8px);
}

/* line 5, app/assets/stylesheets/hint.min.css */
.hint--always.hint--right:after, .hint--always.hint--right:before {
  transform: translateX(8px);
}

/* line 5, app/assets/stylesheets/hint.min.css */
.hint--rounded:after {
  border-radius: 4px;
}

/* line 5, app/assets/stylesheets/hint.min.css */
.hint--no-animate:after, .hint--no-animate:before {
  transition-duration: 0s;
}

/* line 5, app/assets/stylesheets/hint.min.css */
.hint--bounce:after, .hint--bounce:before {
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container .select2-search--inline {
  float: left;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-results {
  display: block;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-results__option[aria-selected] {
  cursor: pointer;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--open .select2-dropdown {
  left: 0;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-search--dropdown {
  display: block;
  padding: 4px;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-search--dropdown.select2-search--hide {
  display: none;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.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);
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.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;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.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;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.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;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.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;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.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;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.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;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.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;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.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: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

/* line 1, app/assets/stylesheets/select2.min.css */
.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;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.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;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.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;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.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: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 1, app/assets/stylesheets/select2.min.css */
.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: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.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;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.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;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.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;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/* line 1, app/assets/stylesheets/tinyeditor.css */
#tinyeditor {
  border: none;
  margin: 0;
  padding: 0;
  font: 14px 'Courier New',Verdana;
}

/* line 2, app/assets/stylesheets/tinyeditor.css */
.tinyeditor {
  border: 1px solid #bbb;
  padding: 0 1px 1px;
  font: 12px Verdana,Arial;
}

/* line 3, app/assets/stylesheets/tinyeditor.css */
.tinyeditor iframe {
  border: none;
  overflow: hidden;
}

/* line 4, app/assets/stylesheets/tinyeditor.css */
.tinyeditor-header {
  height: 31px;
  border-bottom: 1px solid #bbb;
  background: url(../json/header-bg.json) repeat-x;
  padding-top: 1px;
}

/* line 5, app/assets/stylesheets/tinyeditor.css */
.tinyeditor-header select {
  float: left;
  margin-top: 5px;
}

/* line 6, app/assets/stylesheets/tinyeditor.css */
.tinyeditor-font {
  margin-left: 12px;
}

/* line 7, app/assets/stylesheets/tinyeditor.css */
.tinyeditor-size {
  margin: 0 3px;
}

/* line 8, app/assets/stylesheets/tinyeditor.css */
.tinyeditor-style {
  margin-right: 12px;
}

/* line 9, app/assets/stylesheets/tinyeditor.css */
.tinyeditor-divider {
  float: left;
  width: 1px;
  height: 30px;
  background: #ccc;
}

/* line 10, app/assets/stylesheets/tinyeditor.css */
.tinyeditor-control {
  float: left;
  width: 34px;
  height: 30px;
  cursor: pointer;
  background-image: url(../json/icons.json);
}

/* line 11, app/assets/stylesheets/tinyeditor.css */
.tinyeditor-control:hover {
  background-color: #fff;
  background-position: 30px 0;
}

/* line 12, app/assets/stylesheets/tinyeditor.css */
.tinyeditor-footer {
  height: 32px;
  border-top: 1px solid #bbb;
  background: #f5f5f5;
}

/* line 13, app/assets/stylesheets/tinyeditor.css */
.toggle {
  float: left;
  background: url(../json/icons.json) -34px 2px no-repeat;
  padding: 9px 13px 0 31px;
  height: 23px;
  border-right: 1px solid #ccc;
  cursor: pointer;
  color: #666;
}

/* line 14, app/assets/stylesheets/tinyeditor.css */
.toggle:hover {
  background-color: #fff;
}

/* line 15, app/assets/stylesheets/tinyeditor.css */
.resize {
  float: right;
  height: 32px;
  width: 32px;
  background: url(../json/resize.json) 15px 15px no-repeat;
  cursor: s-resize;
}

/* line 16, app/assets/stylesheets/tinyeditor.css */
#editor {
  cursor: text;
  margin: 10px;
}

/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* line 9, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
body {
  margin: 0;
}

/* line 33, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 54, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 77, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 89, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
a {
  background-color: transparent;
}

/* line 98, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 111, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/* line 121, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 130, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 139, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 148, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 157, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
small {
  font-size: 80%;
}

/* line 165, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 173, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 177, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 188, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
img {
  border: 0;
}

/* line 196, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 207, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 215, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/* line 224, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
pre {
  overflow: auto;
}

/* line 232, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 255, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 269, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
button {
  overflow: visible;
}

/* line 280, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 293, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 305, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 314, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 325, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
input {
  line-height: normal;
}

/* line 337, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 349, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 359, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

/* line 370, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 379, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 390, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 399, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 408, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 419, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 424, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  /* line 9, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  *,
*:before,
*:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  a,
a:visited {
    text-decoration: underline;
  }
  /* line 23, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  /* line 27, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* line 33, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }
  /* line 38, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 44, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }
  /* line 48, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  img {
    max-width: 100% !important;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
  /* line 72, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  .navbar {
    display: none;
  }
  /* line 77, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  .btn > .caret,
.dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  /* line 81, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  .label {
    border: 1px solid #000;
  }
  /* line 85, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 88, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  .table td,
.table th {
    background-color: #fff !important;
  }
  /* line 94, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url(../json/glyphicons-halflings-regular.json);
  src: url(../json/glyphicons-halflings-regulard41d.json#iefix) format("embedded-opentype"), url(../json/glyphicons-halflings-regular-2.json) format("woff2"), url(../json/glyphicons-halflings-regular-3.json) format("woff"), url(../json/glyphicons-halflings-regular-4.json) format("truetype"), url(../json/glyphicons-halflings-regular-5.json#glyphicons_halflingsregular) format("svg");
}

/* line 24, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 37, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-asterisk:before {
  content: "\002a";
}

/* line 38, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plus:before {
  content: "\002b";
}

/* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

/* line 41, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-minus:before {
  content: "\2212";
}

/* line 42, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud:before {
  content: "\2601";
}

/* line 43, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-envelope:before {
  content: "\2709";
}

/* line 44, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pencil:before {
  content: "\270f";
}

/* line 45, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-glass:before {
  content: "\e001";
}

/* line 46, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-music:before {
  content: "\e002";
}

/* line 47, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-search:before {
  content: "\e003";
}

/* line 48, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-heart:before {
  content: "\e005";
}

/* line 49, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-star:before {
  content: "\e006";
}

/* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-star-empty:before {
  content: "\e007";
}

/* line 51, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-user:before {
  content: "\e008";
}

/* line 52, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-film:before {
  content: "\e009";
}

/* line 53, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th-large:before {
  content: "\e010";
}

/* line 54, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th:before {
  content: "\e011";
}

/* line 55, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th-list:before {
  content: "\e012";
}

/* line 56, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok:before {
  content: "\e013";
}

/* line 57, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove:before {
  content: "\e014";
}

/* line 58, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-zoom-in:before {
  content: "\e015";
}

/* line 59, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-zoom-out:before {
  content: "\e016";
}

/* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-off:before {
  content: "\e017";
}

/* line 61, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-signal:before {
  content: "\e018";
}

/* line 62, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cog:before {
  content: "\e019";
}

/* line 63, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-trash:before {
  content: "\e020";
}

/* line 64, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-home:before {
  content: "\e021";
}

/* line 65, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-file:before {
  content: "\e022";
}

/* line 66, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-time:before {
  content: "\e023";
}

/* line 67, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-road:before {
  content: "\e024";
}

/* line 68, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-download-alt:before {
  content: "\e025";
}

/* line 69, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-download:before {
  content: "\e026";
}

/* line 70, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-upload:before {
  content: "\e027";
}

/* line 71, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-inbox:before {
  content: "\e028";
}

/* line 72, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-play-circle:before {
  content: "\e029";
}

/* line 73, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-repeat:before {
  content: "\e030";
}

/* line 74, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-refresh:before {
  content: "\e031";
}

/* line 75, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-list-alt:before {
  content: "\e032";
}

/* line 76, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-lock:before {
  content: "\e033";
}

/* line 77, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-flag:before {
  content: "\e034";
}

/* line 78, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-headphones:before {
  content: "\e035";
}

/* line 79, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-off:before {
  content: "\e036";
}

/* line 80, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-down:before {
  content: "\e037";
}

/* line 81, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-up:before {
  content: "\e038";
}

/* line 82, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-qrcode:before {
  content: "\e039";
}

/* line 83, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-barcode:before {
  content: "\e040";
}

/* line 84, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tag:before {
  content: "\e041";
}

/* line 85, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tags:before {
  content: "\e042";
}

/* line 86, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-book:before {
  content: "\e043";
}

/* line 87, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bookmark:before {
  content: "\e044";
}

/* line 88, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-print:before {
  content: "\e045";
}

/* line 89, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-camera:before {
  content: "\e046";
}

/* line 90, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-font:before {
  content: "\e047";
}

/* line 91, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bold:before {
  content: "\e048";
}

/* line 92, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-italic:before {
  content: "\e049";
}

/* line 93, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-height:before {
  content: "\e050";
}

/* line 94, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-width:before {
  content: "\e051";
}

/* line 95, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-left:before {
  content: "\e052";
}

/* line 96, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-center:before {
  content: "\e053";
}

/* line 97, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-right:before {
  content: "\e054";
}

/* line 98, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-justify:before {
  content: "\e055";
}

/* line 99, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-list:before {
  content: "\e056";
}

/* line 100, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-indent-left:before {
  content: "\e057";
}

/* line 101, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-indent-right:before {
  content: "\e058";
}

/* line 102, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-facetime-video:before {
  content: "\e059";
}

/* line 103, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-picture:before {
  content: "\e060";
}

/* line 104, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-map-marker:before {
  content: "\e062";
}

/* line 105, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-adjust:before {
  content: "\e063";
}

/* line 106, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tint:before {
  content: "\e064";
}

/* line 107, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-edit:before {
  content: "\e065";
}

/* line 108, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-share:before {
  content: "\e066";
}

/* line 109, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-check:before {
  content: "\e067";
}

/* line 110, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-move:before {
  content: "\e068";
}

/* line 111, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-step-backward:before {
  content: "\e069";
}

/* line 112, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fast-backward:before {
  content: "\e070";
}

/* line 113, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-backward:before {
  content: "\e071";
}

/* line 114, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-play:before {
  content: "\e072";
}

/* line 115, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pause:before {
  content: "\e073";
}

/* line 116, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-stop:before {
  content: "\e074";
}

/* line 117, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-forward:before {
  content: "\e075";
}

/* line 118, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fast-forward:before {
  content: "\e076";
}

/* line 119, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-step-forward:before {
  content: "\e077";
}

/* line 120, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eject:before {
  content: "\e078";
}

/* line 121, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-left:before {
  content: "\e079";
}

/* line 122, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 123, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plus-sign:before {
  content: "\e081";
}

/* line 124, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-minus-sign:before {
  content: "\e082";
}

/* line 125, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove-sign:before {
  content: "\e083";
}

/* line 126, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok-sign:before {
  content: "\e084";
}

/* line 127, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-question-sign:before {
  content: "\e085";
}

/* line 128, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-info-sign:before {
  content: "\e086";
}

/* line 129, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-screenshot:before {
  content: "\e087";
}

/* line 130, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove-circle:before {
  content: "\e088";
}

/* line 131, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok-circle:before {
  content: "\e089";
}

/* line 132, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ban-circle:before {
  content: "\e090";
}

/* line 133, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-left:before {
  content: "\e091";
}

/* line 134, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-right:before {
  content: "\e092";
}

/* line 135, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-up:before {
  content: "\e093";
}

/* line 136, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-down:before {
  content: "\e094";
}

/* line 137, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-share-alt:before {
  content: "\e095";
}

/* line 138, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-full:before {
  content: "\e096";
}

/* line 139, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-small:before {
  content: "\e097";
}

/* line 140, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}

/* line 141, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-gift:before {
  content: "\e102";
}

/* line 142, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-leaf:before {
  content: "\e103";
}

/* line 143, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fire:before {
  content: "\e104";
}

/* line 144, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eye-open:before {
  content: "\e105";
}

/* line 145, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eye-close:before {
  content: "\e106";
}

/* line 146, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-warning-sign:before {
  content: "\e107";
}

/* line 147, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plane:before {
  content: "\e108";
}

/* line 148, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-calendar:before {
  content: "\e109";
}

/* line 149, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-random:before {
  content: "\e110";
}

/* line 150, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-comment:before {
  content: "\e111";
}

/* line 151, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-magnet:before {
  content: "\e112";
}

/* line 152, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-up:before {
  content: "\e113";
}

/* line 153, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-down:before {
  content: "\e114";
}

/* line 154, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-retweet:before {
  content: "\e115";
}

/* line 155, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-shopping-cart:before {
  content: "\e116";
}

/* line 156, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-folder-close:before {
  content: "\e117";
}

/* line 157, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-folder-open:before {
  content: "\e118";
}

/* line 158, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-vertical:before {
  content: "\e119";
}

/* line 159, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}

/* line 160, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hdd:before {
  content: "\e121";
}

/* line 161, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bullhorn:before {
  content: "\e122";
}

/* line 162, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bell:before {
  content: "\e123";
}

/* line 163, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-certificate:before {
  content: "\e124";
}

/* line 164, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-up:before {
  content: "\e125";
}

/* line 165, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-down:before {
  content: "\e126";
}

/* line 166, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-right:before {
  content: "\e127";
}

/* line 167, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-left:before {
  content: "\e128";
}

/* line 168, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-up:before {
  content: "\e129";
}

/* line 169, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-down:before {
  content: "\e130";
}

/* line 170, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

/* line 171, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

/* line 172, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

/* line 173, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

/* line 174, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-globe:before {
  content: "\e135";
}

/* line 175, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-wrench:before {
  content: "\e136";
}

/* line 176, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tasks:before {
  content: "\e137";
}

/* line 177, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-filter:before {
  content: "\e138";
}

/* line 178, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-briefcase:before {
  content: "\e139";
}

/* line 179, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fullscreen:before {
  content: "\e140";
}

/* line 180, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-dashboard:before {
  content: "\e141";
}

/* line 181, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-paperclip:before {
  content: "\e142";
}

/* line 182, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-heart-empty:before {
  content: "\e143";
}

/* line 183, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-link:before {
  content: "\e144";
}

/* line 184, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-phone:before {
  content: "\e145";
}

/* line 185, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pushpin:before {
  content: "\e146";
}

/* line 186, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-usd:before {
  content: "\e148";
}

/* line 187, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-gbp:before {
  content: "\e149";
}

/* line 188, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort:before {
  content: "\e150";
}

/* line 189, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

/* line 190, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

/* line 191, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order:before {
  content: "\e153";
}

/* line 192, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

/* line 193, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

/* line 194, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

/* line 195, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-unchecked:before {
  content: "\e157";
}

/* line 196, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-expand:before {
  content: "\e158";
}

/* line 197, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-collapse-down:before {
  content: "\e159";
}

/* line 198, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-collapse-up:before {
  content: "\e160";
}

/* line 199, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-log-in:before {
  content: "\e161";
}

/* line 200, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-flash:before {
  content: "\e162";
}

/* line 201, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-log-out:before {
  content: "\e163";
}

/* line 202, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-new-window:before {
  content: "\e164";
}

/* line 203, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-record:before {
  content: "\e165";
}

/* line 204, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-save:before {
  content: "\e166";
}

/* line 205, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-open:before {
  content: "\e167";
}

/* line 206, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-saved:before {
  content: "\e168";
}

/* line 207, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-import:before {
  content: "\e169";
}

/* line 208, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-export:before {
  content: "\e170";
}

/* line 209, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-send:before {
  content: "\e171";
}

/* line 210, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-disk:before {
  content: "\e172";
}

/* line 211, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-saved:before {
  content: "\e173";
}

/* line 212, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-remove:before {
  content: "\e174";
}

/* line 213, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-save:before {
  content: "\e175";
}

/* line 214, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-open:before {
  content: "\e176";
}

/* line 215, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-credit-card:before {
  content: "\e177";
}

/* line 216, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-transfer:before {
  content: "\e178";
}

/* line 217, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cutlery:before {
  content: "\e179";
}

/* line 218, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-header:before {
  content: "\e180";
}

/* line 219, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-compressed:before {
  content: "\e181";
}

/* line 220, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-earphone:before {
  content: "\e182";
}

/* line 221, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-phone-alt:before {
  content: "\e183";
}

/* line 222, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tower:before {
  content: "\e184";
}

/* line 223, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-stats:before {
  content: "\e185";
}

/* line 224, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sd-video:before {
  content: "\e186";
}

/* line 225, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hd-video:before {
  content: "\e187";
}

/* line 226, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-subtitles:before {
  content: "\e188";
}

/* line 227, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-stereo:before {
  content: "\e189";
}

/* line 228, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-dolby:before {
  content: "\e190";
}

/* line 229, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-5-1:before {
  content: "\e191";
}

/* line 230, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-6-1:before {
  content: "\e192";
}

/* line 231, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-7-1:before {
  content: "\e193";
}

/* line 232, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-copyright-mark:before {
  content: "\e194";
}

/* line 233, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-registration-mark:before {
  content: "\e195";
}

/* line 234, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud-download:before {
  content: "\e197";
}

/* line 235, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud-upload:before {
  content: "\e198";
}

/* line 236, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tree-conifer:before {
  content: "\e199";
}

/* line 237, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/* line 238, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cd:before {
  content: "\e201";
}

/* line 239, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-save-file:before {
  content: "\e202";
}

/* line 240, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-open-file:before {
  content: "\e203";
}

/* line 241, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-level-up:before {
  content: "\e204";
}

/* line 242, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-copy:before {
  content: "\e205";
}

/* line 243, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-paste:before {
  content: "\e206";
}

/* line 252, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-alert:before {
  content: "\e209";
}

/* line 253, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-equalizer:before {
  content: "\e210";
}

/* line 254, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-king:before {
  content: "\e211";
}

/* line 255, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-queen:before {
  content: "\e212";
}

/* line 256, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pawn:before {
  content: "\e213";
}

/* line 257, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bishop:before {
  content: "\e214";
}

/* line 258, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-knight:before {
  content: "\e215";
}

/* line 259, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-baby-formula:before {
  content: "\e216";
}

/* line 260, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tent:before {
  content: "\26fa";
}

/* line 261, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-blackboard:before {
  content: "\e218";
}

/* line 262, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bed:before {
  content: "\e219";
}

/* line 263, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-apple:before {
  content: "\f8ff";
}

/* line 264, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-erase:before {
  content: "\e221";
}

/* line 265, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hourglass:before {
  content: "\231b";
}

/* line 266, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-lamp:before {
  content: "\e223";
}

/* line 267, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-duplicate:before {
  content: "\e224";
}

/* line 268, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-piggy-bank:before {
  content: "\e225";
}

/* line 269, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-scissors:before {
  content: "\e226";
}

/* line 270, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bitcoin:before {
  content: "\e227";
}

/* line 271, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-btc:before {
  content: "\e227";
}

/* line 272, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-xbt:before {
  content: "\e227";
}

/* line 273, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-yen:before {
  content: "\00a5";
}

/* line 274, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-jpy:before {
  content: "\00a5";
}

/* line 275, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ruble:before {
  content: "\20bd";
}

/* line 276, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-rub:before {
  content: "\20bd";
}

/* line 277, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-scale:before {
  content: "\e230";
}

/* line 278, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ice-lolly:before {
  content: "\e231";
}

/* line 279, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

/* line 280, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-education:before {
  content: "\e233";
}

/* line 281, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-option-horizontal:before {
  content: "\e234";
}

/* line 282, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-option-vertical:before {
  content: "\e235";
}

/* line 283, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-hamburger:before {
  content: "\e236";
}

/* line 284, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-modal-window:before {
  content: "\e237";
}

/* line 285, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-oil:before {
  content: "\e238";
}

/* line 286, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-grain:before {
  content: "\e239";
}

/* line 287, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sunglasses:before {
  content: "\e240";
}

/* line 288, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-size:before {
  content: "\e241";
}

/* line 289, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-color:before {
  content: "\e242";
}

/* line 290, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-background:before {
  content: "\e243";
}

/* line 291, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-top:before {
  content: "\e244";
}

/* line 292, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-bottom:before {
  content: "\e245";
}

/* line 293, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

/* line 294, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-left:before {
  content: "\e247";
}

/* line 295, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-vertical:before {
  content: "\e248";
}

/* line 296, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-right:before {
  content: "\e249";
}

/* line 297, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-right:before {
  content: "\e250";
}

/* line 298, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-left:before {
  content: "\e251";
}

/* line 299, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-bottom:before {
  content: "\e252";
}

/* line 300, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-top:before {
  content: "\e253";
}

/* line 301, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-console:before {
  content: "\e254";
}

/* line 302, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-superscript:before {
  content: "\e255";
}

/* line 303, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-subscript:before {
  content: "\e256";
}

/* line 304, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-left:before {
  content: "\e257";
}

/* line 305, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-right:before {
  content: "\e258";
}

/* line 306, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-down:before {
  content: "\e259";
}

/* line 307, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-up:before {
  content: "\e260";
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
* {
  box-sizing: border-box;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
*:before,
*:after {
  box-sizing: border-box;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 27, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

/* line 36, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 48, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
a {
  color: #337ab7;
  text-decoration: none;
}

/* line 52, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}

/* line 58, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 69, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
figure {
  margin: 0;
}

/* line 76, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
img {
  vertical-align: middle;
}

/* line 81, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 86, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 93, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 106, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-circle {
  border-radius: 50%;
}

/* line 113, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* line 125, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 141, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 159, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
[role="button"] {
  cursor: pointer;
}

/* line 9, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}

/* line 24, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

/* line 30, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 41, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

/* line 47, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h1, .h1 {
  font-size: 36px;
}

/* line 48, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h2, .h2 {
  font-size: 30px;
}

/* line 49, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h3, .h3 {
  font-size: 24px;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h4, .h4 {
  font-size: 18px;
}

/* line 51, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h5, .h5 {
  font-size: 14px;
}

/* line 52, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h6, .h6 {
  font-size: 12px;
}

/* line 58, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
p {
  margin: 0 0 10px;
}

/* line 62, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  /* line 62, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
  .lead {
    font-size: 21px;
  }
}

/* line 78, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
small,
.small {
  font-size: 85%;
}

/* line 83, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}

/* line 90, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-left {
  text-align: left;
}

/* line 91, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-right {
  text-align: right;
}

/* line 92, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-center {
  text-align: center;
}

/* line 93, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-justify {
  text-align: justify;
}

/* line 94, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 97, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 98, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-uppercase, .initialism {
  text-transform: uppercase;
}

/* line 99, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 102, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-muted {
  color: #777777;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #337ab7;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #3c763d;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #31708f;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #8a6d3b;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #a94442;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

/* line 119, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.bg-primary {
  color: #fff;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #337ab7;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #dff0d8;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #f2dede;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

/* line 138, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

/* line 149, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

/* line 153, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

/* line 167, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 173, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

/* line 177, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

/* line 185, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
dl {
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 189, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
dt,
dd {
  line-height: 1.428571429;
}

/* line 193, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
dt {
  font-weight: 700;
}

/* line 196, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
dd {
  margin-left: 0;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 211, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 218, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

/* line 230, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
}

/* line 235, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
}

/* line 241, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

/* line 250, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

/* line 257, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}

/* line 265, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}

/* line 274, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

/* line 286, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}

/* line 287, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}

/* line 294, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_code.scss */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* line 15, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_code.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

/* line 24, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_code.scss */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 32, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

/* line 41, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_code.scss */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 55, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_code.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 66, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:before, .container:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 10, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  /* line 10, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  /* line 10, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 1170px;
  }
}

/* line 30, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:before, .container-fluid:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:after {
  clear: both;
}

/* line 39, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
.row {
  margin-right: -15px;
  margin-left: -15px;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:before, .row:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:after {
  clear: both;
}

/* line 43, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 47, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 27, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 8.3333333333%;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-2 {
  width: 16.6666666667%;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-3 {
  width: 25%;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-4 {
  width: 33.3333333333%;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-5 {
  width: 41.6666666667%;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-6 {
  width: 50%;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-7 {
  width: 58.3333333333%;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-8 {
  width: 66.6666666667%;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-9 {
  width: 75%;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-10 {
  width: 83.3333333333%;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-11 {
  width: 91.6666666667%;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-12 {
  width: 100%;
}

/* line 55, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-1 {
  right: 8.3333333333%;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-2 {
  right: 16.6666666667%;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-4 {
  right: 33.3333333333%;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-5 {
  right: 41.6666666667%;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-7 {
  right: 58.3333333333%;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-8 {
  right: 66.6666666667%;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-10 {
  right: 83.3333333333%;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-11 {
  right: 91.6666666667%;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 45, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-1 {
  left: 8.3333333333%;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-2 {
  left: 16.6666666667%;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-4 {
  left: 33.3333333333%;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-5 {
  left: 41.6666666667%;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-7 {
  left: 58.3333333333%;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-8 {
  left: 66.6666666667%;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-10 {
  left: 83.3333333333%;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-11 {
  left: 91.6666666667%;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  /* line 27, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    width: 8.3333333333%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    width: 16.6666666667%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    width: 25%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    width: 33.3333333333%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    width: 41.6666666667%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    width: 50%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    width: 58.3333333333%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    width: 66.6666666667%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    width: 75%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    width: 83.3333333333%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    width: 91.6666666667%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    width: 100%;
  }
  /* line 55, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-0 {
    right: auto;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-3 {
    right: 25%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-6 {
    right: 50%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-9 {
    right: 75%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-12 {
    right: 100%;
  }
  /* line 45, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-0 {
    left: auto;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-3 {
    left: 25%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-6 {
    left: 50%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-9 {
    left: 75%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-12 {
    left: 100%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  /* line 27, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    width: 8.3333333333%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    width: 16.6666666667%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    width: 25%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    width: 33.3333333333%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    width: 41.6666666667%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    width: 50%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    width: 58.3333333333%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    width: 66.6666666667%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    width: 75%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    width: 83.3333333333%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    width: 91.6666666667%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    width: 100%;
  }
  /* line 55, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-0 {
    right: auto;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-3 {
    right: 25%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-6 {
    right: 50%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-9 {
    right: 75%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-12 {
    right: 100%;
  }
  /* line 45, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-0 {
    left: auto;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-3 {
    left: 25%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-6 {
    left: 50%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-9 {
    left: 75%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-12 {
    left: 100%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  /* line 27, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    width: 8.3333333333%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    width: 16.6666666667%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    width: 25%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    width: 33.3333333333%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    width: 41.6666666667%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    width: 50%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    width: 58.3333333333%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    width: 66.6666666667%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    width: 75%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    width: 83.3333333333%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    width: 91.6666666667%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    width: 100%;
  }
  /* line 55, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-0 {
    right: auto;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-3 {
    right: 25%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-6 {
    right: 50%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-9 {
    right: 75%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-12 {
    right: 100%;
  }
  /* line 45, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-0 {
    left: auto;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-3 {
    left: 25%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-6 {
    left: 50%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-9 {
    left: 75%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-12 {
    left: 100%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

/* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
table {
  background-color: transparent;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}

/* line 21, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}

/* line 29, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

/* line 36, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
th {
  text-align: left;
}

/* line 43, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

/* line 52, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

/* line 62, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

/* line 71, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

/* line 78, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

/* line 83, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table .table {
  background-color: #fff;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

/* line 109, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #ddd;
}

/* line 115, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

/* line 122, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 135, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

/* line 146, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

/* line 9, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

/* line 9, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

/* line 9, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

/* line 9, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

/* line 9, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

/* line 171, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  /* line 171, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  /* line 183, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 191, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table > thead > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  /* line 200, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 208, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  /* line 212, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  /* line 225, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

/* line 10, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 32, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

/* line 46, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
input[type="search"] {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

/* line 61, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 71, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"][disabled], input.disabled[type="radio"], fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input.disabled[type="checkbox"], fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

/* line 78, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"] {
  display: block;
}

/* line 83, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 89, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 95, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 102, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}

/* line 133, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 103, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

/* line 107, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control:-ms-input-placeholder {
  color: #999;
}

/* line 108, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-webkit-input-placeholder {
  color: #999;
}

/* line 155, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 165, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

/* line 172, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

/* line 181, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 200, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  input.form-control[type="date"],
input.form-control[type="time"],
input.form-control[type="datetime-local"],
input.form-control[type="month"] {
    line-height: 34px;
  }
  /* line 204, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  input.input-sm[type="date"], .input-group-sm > .form-control[type="date"],
.input-group-sm > .input-group-addon[type="date"],
.input-group-sm > .input-group-btn > .btn[type="date"], .input-group-sm input[type="date"],
input.input-sm[type="time"],
.input-group-sm > .form-control[type="time"],
.input-group-sm > .input-group-addon[type="time"],
.input-group-sm > .input-group-btn > .btn[type="time"], .input-group-sm input[type="time"],
input.input-sm[type="datetime-local"],
.input-group-sm > .form-control[type="datetime-local"],
.input-group-sm > .input-group-addon[type="datetime-local"],
.input-group-sm > .input-group-btn > .btn[type="datetime-local"], .input-group-sm input[type="datetime-local"],
input.input-sm[type="month"],
.input-group-sm > .form-control[type="month"],
.input-group-sm > .input-group-addon[type="month"],
.input-group-sm > .input-group-btn > .btn[type="month"], .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  /* line 209, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  input.input-lg[type="date"], .input-group-lg > .form-control[type="date"],
.input-group-lg > .input-group-addon[type="date"],
.input-group-lg > .input-group-btn > .btn[type="date"], .input-group-lg input[type="date"],
input.input-lg[type="time"],
.input-group-lg > .form-control[type="time"],
.input-group-lg > .input-group-addon[type="time"],
.input-group-lg > .input-group-btn > .btn[type="time"], .input-group-lg input[type="time"],
input.input-lg[type="datetime-local"],
.input-group-lg > .form-control[type="datetime-local"],
.input-group-lg > .input-group-addon[type="datetime-local"],
.input-group-lg > .input-group-btn > .btn[type="datetime-local"], .input-group-lg input[type="datetime-local"],
input.input-lg[type="month"],
.input-group-lg > .form-control[type="month"],
.input-group-lg > .input-group-addon[type="month"],
.input-group-lg > .input-group-btn > .btn[type="month"], .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}

/* line 222, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 231, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 241, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

/* line 246, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

/* line 254, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}

/* line 263, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 269, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}

/* line 280, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

/* line 285, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 297, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

/* line 305, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

/* line 71, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 79, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

/* line 84, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select.input-sm[multiple],
.input-group-sm > .form-control[multiple],
.input-group-sm > .input-group-addon[multiple],
.input-group-sm > .input-group-btn > .btn[multiple] {
  height: auto;
}

/* line 323, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 330, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

/* line 334, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm textarea.form-control,
.form-group-sm select.form-control[multiple] {
  height: auto;
}

/* line 338, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 71, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 79, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

/* line 84, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select.input-lg[multiple],
.input-group-lg > .form-control[multiple],
.input-group-lg > .input-group-addon[multiple],
.input-group-lg > .input-group-btn > .btn[multiple] {
  height: auto;
}

/* line 349, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 356, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

/* line 360, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg textarea.form-control,
.form-group-lg select.form-control[multiple] {
  height: auto;
}

/* line 364, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

/* line 378, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback {
  position: relative;
}

/* line 383, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback .form-control {
  padding-right: 42.5px;
}

/* line 388, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

/* line 400, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

/* line 407, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}

/* line 21, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 24, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

/* line 31, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

/* line 37, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}

/* line 21, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 24, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

/* line 31, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

/* line 37, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}

/* line 21, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 24, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

/* line 31, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

/* line 37, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 429, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

/* line 432, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 443, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  /* line 468, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 475, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 482, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }
  /* line 486, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 490, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
    width: auto;
  }
  /* line 498, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  /* line 502, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 509, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio,
.form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 516, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio label,
.form-inline .checkbox label {
    padding-left: 0;
  }
  /* line 520, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 527, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 549, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 559, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

/* line 565, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 572, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}

/* line 583, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  /* line 593, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  /* line 601, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

/* line 9, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 26, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn:focus, .btn.focus, .btn:active:focus, .btn.focus:active, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 32, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}

/* line 39, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 46, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none;
}

/* line 58, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

/* line 68, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}

/* line 30, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active:hover, .btn-default:active:focus, .btn-default.focus:active, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

/* line 41, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default.focus[disabled], fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

/* line 49, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

/* line 71, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}

/* line 30, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary.focus:active, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

/* line 41, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary.focus[disabled], fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

/* line 49, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 75, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}

/* line 30, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active:hover, .btn-success:active:focus, .btn-success.focus:active, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

/* line 41, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success.focus[disabled], fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 49, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

/* line 79, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}

/* line 30, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active:hover, .btn-info:active:focus, .btn-info.focus:active, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

/* line 41, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info.focus[disabled], fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 49, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

/* line 83, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}

/* line 30, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning.focus:active, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

/* line 41, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning.focus[disabled], fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 49, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

/* line 87, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}

/* line 30, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger.focus:active, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

/* line 41, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger.focus[disabled], fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 49, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}

/* line 101, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}

/* line 109, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

/* line 115, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

/* line 123, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

/* line 135, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 139, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 143, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 151, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 157, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 165, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  width: 100%;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse {
  display: none;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse.in {
  display: block;
}

/* line 27, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
tr.collapse.in {
  display: table-row;
}

/* line 29, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 31, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 26, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 31, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

/* line 54, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 65, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

/* line 74, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 85, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

/* line 100, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}

/* line 107, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/* line 120, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > .dropdown-menu {
  display: block;
}

/* line 125, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > a {
  outline: 0;
}

/* line 134, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

/* line 144, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 150, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}

/* line 160, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

/* line 170, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 183, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}

/* line 190, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  /* line 204, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  /* line 209, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

/* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

/* line 15, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

/* line 26, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar {
  margin-left: -5px;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:before, .btn-toolbar:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:after {
  clear: both;
}

/* line 39, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

/* line 44, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 51, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 56, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}

/* line 58, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 63, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 69, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 72, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 76, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 81, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 86, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 105, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

/* line 109, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

/* line 116, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 120, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

/* line 127, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn .caret {
  margin-left: 0;
}

/* line 131, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 136, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

/* line 145, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:after {
  clear: both;
}

/* line 157, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}

/* line 162, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 172, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 175, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 179, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 184, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 188, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 193, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 201, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

/* line 206, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

/* line 212, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}

/* line 216, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

/* line 237, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

/* line 33, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:focus {
  z-index: 3;
}

/* line 58, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

/* line 63, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 68, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 77, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 89, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

/* line 94, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

/* line 101, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 108, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 117, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 120, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 129, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 135, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

/* line 144, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn {
  position: relative;
}

/* line 146, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

/* line 150, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}

/* line 159, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

/* line 165, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

/* line 9, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.nav:before, .nav:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.nav:after {
  clear: both;
}

/* line 15, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav > li {
  position: relative;
  display: block;
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

/* line 31, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav > li.disabled > a {
  color: #777777;
}

/* line 34, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

/* line 46, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}

/* line 59, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 66, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 76, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}

/* line 78, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

/* line 84, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

/* line 89, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

/* line 118, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li {
  float: left;
}

/* line 122, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li > a {
  border-radius: 4px;
}

/* line 125, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li + li {
  margin-left: 2px;
}

/* line 131, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

/* line 144, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li {
  float: none;
}

/* line 146, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 160, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

/* line 163, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

/* line 165, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

/* line 171, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 177, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 180, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* line 190, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

/* line 193, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 199, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  /* line 206, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  /* line 210, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

/* line 224, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 227, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .active {
  display: block;
}

/* line 237, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar:before, .navbar:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar {
    border-radius: 4px;
  }
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-header:before, .navbar-header:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 31, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-header {
    float: left;
  }
}

/* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:before, .navbar-collapse:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:after {
  clear: both;
}

/* line 59, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  /* line 68, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 75, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 81, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

/* line 90, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 92, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  /* line 92, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

@media (min-width: 768px) {
  /* line 90, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0;
  }
}

/* line 112, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 116, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 129, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  /* line 129, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 149, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  /* line 149, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}

/* line 161, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

/* line 168, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

/* line 173, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  /* line 178, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

/* line 191, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 204, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle:focus {
  outline: 0;
}

/* line 209, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

/* line 215, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  /* line 191, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggle {
    display: none;
  }
}

/* line 230, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav {
  margin: 7.5px -15px;
}

/* line 233, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  /* line 241, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  /* line 249, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  /* line 253, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  /* line 255, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  /* line 230, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 268, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav > li {
    float: left;
  }
  /* line 270, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/* line 284, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  /* line 468, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 475, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 482, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-control-static {
    display: inline-block;
  }
  /* line 486, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 490, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
    width: auto;
  }
  /* line 498, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  /* line 502, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 509, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio,
.navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 516, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio label,
.navbar-form .checkbox label {
    padding-left: 0;
  }
  /* line 520, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio input[type="radio"],
.navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 527, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  /* line 296, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  /* line 300, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  /* line 284, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    box-shadow: none;
  }
}

/* line 325, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 330, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 341, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

/* line 344, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 347, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 357, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  /* line 357, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 768px) {
  /* line 377, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-left {
    float: left !important;
  }
  /* line 380, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  /* line 384, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

/* line 395, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

/* line 399, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-brand {
  color: #777;
}

/* line 401, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

/* line 408, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-text {
  color: #777;
}

/* line 413, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a {
  color: #777;
}

/* line 416, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

/* line 423, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

/* line 431, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

/* line 442, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 767px) {
  /* line 453, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  /* line 455, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  /* line 462, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  /* line 470, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

/* line 481, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}

/* line 483, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

/* line 487, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

/* line 492, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

/* line 502, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-link {
  color: #777;
}

/* line 504, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-link:hover {
  color: #333;
}

/* line 509, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link {
  color: #777;
}

/* line 511, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}

/* line 517, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

/* line 527, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

/* line 531, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

/* line 533, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

/* line 540, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

/* line 545, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

/* line 548, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

/* line 555, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}

/* line 563, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

/* line 573, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #090909;
}

@media (max-width: 767px) {
  /* line 584, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  /* line 587, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  /* line 590, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  /* line 592, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  /* line 599, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  /* line 607, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

/* line 619, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}

/* line 621, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

/* line 625, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

/* line 630, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

/* line 635, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

/* line 637, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}

/* line 642, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link {
  color: #9d9d9d;
}

/* line 644, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}

/* line 650, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > li {
  display: inline-block;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}

/* line 25, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > .active {
  color: #777777;
}

/* line 4, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li {
  display: inline;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 24, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}

/* line 33, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 49, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 61, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.pager:before, .pager:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.pager:after {
  clear: both;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager li {
  display: inline;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

/* line 31, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}

/* line 38, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}

/* line 45, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label:empty {
  display: none;
}

/* line 25, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 33, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 44, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-default {
  background-color: #777777;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

/* line 48, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-primary {
  background-color: #337ab7;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

/* line 52, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-success {
  background-color: #5cb85c;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

/* line 56, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-info {
  background-color: #5bc0de;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-warning {
  background-color: #f0ad4e;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-danger {
  background-color: #d9534f;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  border-radius: 10px;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.badge:empty {
  display: none;
}

/* line 27, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 32, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

/* line 41, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 47, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item > .badge {
  float: right;
}

/* line 51, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}

/* line 55, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 62, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

/* line 24, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron > hr {
  border-top-color: #d5d5d5;
}

/* line 28, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.container .jumbotron, .container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  /* line 43, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
  .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  /* line 49, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron h1,
.jumbotron .h1 {
    font-size: 63px;
  }
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

/* line 27, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

/* line 34, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_thumbnails.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

/* line 9, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert .alert-link {
  font-weight: bold;
}

/* line 27, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}

/* line 32, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 42, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

/* line 47, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 59, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 63, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 71, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-danger .alert-link {
  color: #843534;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

/* line 26, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 36, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}

/* line 54, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress.active .progress-bar,
.progress-bar.active {
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 73, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-success {
  background-color: #5cb85c;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 77, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-info {
  background-color: #5bc0de;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 81, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-warning {
  background-color: #f0ad4e;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 85, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-danger {
  background-color: #d9534f;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 1, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media {
  margin-top: 15px;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media:first-child {
  margin-top: 0;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-body {
  width: 10000px;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-object {
  display: block;
}

/* line 24, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-object.img-thumbnail {
  max-width: none;
}

/* line 29, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-right,
.media > .pull-right {
  padding-left: 10px;
}

/* line 34, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-left,
.media > .pull-left {
  padding-right: 10px;
}

/* line 39, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

/* line 46, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-middle {
  vertical-align: middle;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-bottom {
  vertical-align: bottom;
}

/* line 55, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 63, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

/* line 21, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 31, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 34, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #eeeeee;
}

/* line 48, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

/* line 51, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 66, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

/* line 71, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

/* line 83, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item,
button.list-group-item {
  color: #555;
}

/* line 87, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

/* line 92, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 100, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
button.list-group-item {
  width: 100%;
  text-align: left;
}

/* line 4, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

/* line 4, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

/* line 4, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

/* line 4, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

/* line 121, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 125, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 16, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-body {
  padding: 15px;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.panel-body:before, .panel-body:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.panel-body:after {
  clear: both;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 27, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 33, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

/* line 39, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

/* line 49, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 63, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

/* line 74, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 82, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 89, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 100, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 110, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

/* line 115, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

/* line 121, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 127, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 131, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

/* line 135, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

/* line 143, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 149, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 153, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

/* line 157, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

/* line 164, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

/* line 170, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

/* line 174, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

/* line 181, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

/* line 185, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

/* line 194, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

/* line 203, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

/* line 210, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

/* line 222, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group {
  margin-bottom: 20px;
}

/* line 226, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

/* line 230, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}

/* line 235, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}

/* line 238, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

/* line 244, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer {
  border-top: 0;
}

/* line 246, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

/* line 254, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-default {
  border-color: #ddd;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

/* line 257, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-primary {
  border-color: #337ab7;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

/* line 260, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-success {
  border-color: #d6e9c6;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 263, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-info {
  border-color: #bce8f1;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 266, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-warning {
  border-color: #faebcc;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 269, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-danger {
  border-color: #ebccd1;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 28, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 33, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_wells.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 15, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_wells.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 22, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_wells.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 26, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_wells.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

/* line 15, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_close.scss */
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* line 30, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-open {
  overflow: hidden;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

/* line 32, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}

/* line 36, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal.in .modal-dialog {
  transform: translate(0, 0);
}

/* line 38, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 44, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 51, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

/* line 73, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 74, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* line 79, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-header:before, .modal-header:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-header:after {
  clear: both;
}

/* line 85, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 90, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

/* line 97, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 103, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-footer:after {
  clear: both;
}

/* line 110, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

/* line 115, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 119, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 125, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 136, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  /* line 140, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  /* line 145, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 149, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
  .modal-lg {
    width: 900px;
  }
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

/* line 27, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

/* line 31, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

/* line 37, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 44, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 51, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 58, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

/* line 65, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

/* line 72, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 79, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 86, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

/* line 106, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

/* line 26, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top {
  margin-top: -10px;
}

/* line 27, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right {
  margin-left: 10px;
}

/* line 28, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom {
  margin-top: 10px;
}

/* line 29, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left {
  margin-left: -10px;
}

/* line 33, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow {
  border-width: 11px;
}

/* line 36, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 46, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

/* line 52, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

/* line 59, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

/* line 74, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

/* line 82, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 89, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

/* line 98, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 105, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

/* line 115, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

/* line 124, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .item {
  position: relative;
  display: none;
  transition: 0.6s ease-in-out left;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 16, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000px;
  }
  /* line 34, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  /* line 39, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  /* line 44, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

/* line 53, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

/* line 59, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active {
  left: 0;
}

/* line 63, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 70, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next {
  left: 100%;
}

/* line 73, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .prev {
  left: -100%;
}

/* line 76, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

/* line 81, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.left {
  left: -100%;
}

/* line 84, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 93, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* line 109, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}

/* line 112, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}

/* line 119, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}

/* line 128, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

/* line 138, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

/* line 143, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

/* line 148, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

/* line 157, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev:before {
  content: "\2039";
}

/* line 162, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-next:before {
  content: "\203a";
}

/* line 173, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

/* line 184, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

/* line 207, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

/* line 218, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

/* line 230, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 241, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  /* line 250, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: -10px;
  }
  /* line 254, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    margin-right: -10px;
  }
  /* line 261, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  /* line 268, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:after {
  clear: both;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* line 15, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.pull-right {
  float: right !important;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 27, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.hide {
  display: none !important;
}

/* line 30, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.show {
  display: block !important;
}

/* line 33, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 36, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 45, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.hidden {
  display: none !important;
}

/* line 53, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.affix {
  position: fixed;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-xs {
  display: none !important;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-sm {
  display: none !important;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-md {
  display: none !important;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-lg {
  display: none !important;
}

/* line 36, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 3, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important;
  }
  /* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xs {
    display: table !important;
  }
  /* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important;
  }
  /* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  /* line 54, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 59, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 64, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 3, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-sm {
    display: block !important;
  }
  /* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-sm {
    display: table !important;
  }
  /* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important;
  }
  /* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 73, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 78, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 83, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 3, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-md {
    display: block !important;
  }
  /* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-md {
    display: table !important;
  }
  /* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important;
  }
  /* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 92, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 97, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 102, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  /* line 3, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg {
    display: block !important;
  }
  /* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-lg {
    display: table !important;
  }
  /* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important;
  }
  /* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  /* line 111, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 116, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 121, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  /* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important;
  }
}

/* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 3, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-print {
    display: block !important;
  }
  /* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-print {
    display: table !important;
  }
  /* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important;
  }
  /* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}

/* line 155, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-block {
  display: none !important;
}

@media print {
  /* line 155, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 162, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important;
}

@media print {
  /* line 162, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 169, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important;
}

@media print {
  /* line 169, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important;
  }
}

/*

Monokai Sublime style. Derived from Monokai by noformnocontent http://nn.mit-license.org/

*/
/* line 7, app/assets/stylesheets/highlight_default.css */
.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  background: #23241f;
  -webkit-text-size-adjust: none;
}

/* line 15, app/assets/stylesheets/highlight_default.css */
.hljs,
.hljs-tag,
.css .hljs-rule,
.css .hljs-value,
.aspectj .hljs-function,
.css .hljs-function
.hljs-preprocessor,
.hljs-pragma {
  color: #f8f8f2;
}

/* line 26, app/assets/stylesheets/highlight_default.css */
.hljs-strongemphasis,
.hljs-strong,
.hljs-emphasis {
  color: #a8a8a2;
}

/* line 32, app/assets/stylesheets/highlight_default.css */
.hljs-bullet,
.hljs-blockquote,
.hljs-horizontal_rule,
.hljs-number,
.hljs-regexp,
.alias .hljs-keyword,
.hljs-literal,
.hljs-hexcolor {
  color: #ae81ff;
}

/* line 43, app/assets/stylesheets/highlight_default.css */
.hljs-tag .hljs-value,
.hljs-code,
.hljs-title,
.css .hljs-class,
.hljs-class .hljs-title:last-child {
  color: #a6e22e;
}

/* line 51, app/assets/stylesheets/highlight_default.css */
.hljs-link_url {
  font-size: 80%;
}

/* line 55, app/assets/stylesheets/highlight_default.css */
.hljs-strong,
.hljs-strongemphasis {
  font-weight: bold;
}

/* line 60, app/assets/stylesheets/highlight_default.css */
.hljs-emphasis,
.hljs-strongemphasis,
.hljs-class .hljs-title:last-child,
.hljs-typename {
  font-style: italic;
}

/* line 67, app/assets/stylesheets/highlight_default.css */
.hljs-keyword,
.ruby .hljs-class .hljs-keyword:first-child,
.ruby .hljs-function .hljs-keyword,
.hljs-function,
.hljs-change,
.hljs-winutils,
.hljs-flow,
.nginx .hljs-title,
.tex .hljs-special,
.hljs-header,
.hljs-attribute,
.hljs-symbol,
.hljs-symbol .hljs-string,
.hljs-tag .hljs-title,
.hljs-value,
.alias .hljs-keyword:first-child,
.css .hljs-tag,
.css .unit,
.css .hljs-important {
  color: #f92672;
}

/* line 89, app/assets/stylesheets/highlight_default.css */
.hljs-function .hljs-keyword,
.hljs-class .hljs-keyword:first-child,
.hljs-aspect .hljs-keyword:first-child,
.hljs-constant,
.hljs-typename,
.hljs-name,
.css .hljs-attribute {
  color: #66d9ef;
}

/* line 99, app/assets/stylesheets/highlight_default.css */
.hljs-variable,
.hljs-params,
.hljs-class .hljs-title,
.hljs-aspect .hljs-title {
  color: #f8f8f2;
}

/* line 106, app/assets/stylesheets/highlight_default.css */
.hljs-string,
.css .hljs-id,
.hljs-subst,
.hljs-type,
.ruby .hljs-class .hljs-parent,
.hljs-built_in,
.django .hljs-template_tag,
.django .hljs-variable,
.smalltalk .hljs-class,
.django .hljs-filter .hljs-argument,
.smalltalk .hljs-localvars,
.smalltalk .hljs-array,
.hljs-attr_selector,
.hljs-pseudo,
.hljs-addition,
.hljs-stream,
.hljs-envvar,
.apache .hljs-tag,
.apache .hljs-cbracket,
.tex .hljs-command,
.hljs-prompt,
.hljs-link_label,
.hljs-link_url {
  color: #e6db74;
}

/* line 132, app/assets/stylesheets/highlight_default.css */
.hljs-comment,
.hljs-javadoc,
.hljs-annotation,
.hljs-decorator,
.hljs-pi,
.hljs-doctype,
.hljs-deletion,
.hljs-shebang,
.apache .hljs-sqbracket,
.tex .hljs-formula {
  color: #75715e;
}

/* line 145, app/assets/stylesheets/highlight_default.css */
.coffeescript .javascript,
.javascript .xml,
.tex .hljs-formula,
.xml .javascript,
.xml .vbscript,
.xml .css,
.xml .hljs-cdata,
.xml .php,
.php .xml {
  opacity: 0.5;
}

/* line 1, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
body.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

/* line 5, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.sweet-overlay {
  background-color: black;
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE8 */
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000;
}

/* line 19, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.sweet-alert {
  background-color: white;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 99999;
}

@media all and (max-width: 540px) {
  /* line 35, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
  .sweet-alert {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 15px;
    right: 15px;
  }
}

/* line 41, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.sweet-alert h2 {
  color: #575757;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin: 25px 0;
  padding: 0;
  line-height: 40px;
  display: block;
}

/* line 52, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.sweet-alert p {
  color: #797979;
  font-size: 16px;
  text-align: center;
  font-weight: 300;
  position: relative;
  text-align: inherit;
  float: none;
  margin: 0;
  padding: 0;
  line-height: normal;
}

/* line 63, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.sweet-alert fieldset {
  border: none;
  position: relative;
}

/* line 66, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.sweet-alert .sa-error-container {
  background-color: #f1f1f1;
  margin-left: -17px;
  margin-right: -17px;
  overflow: hidden;
  padding: 0 10px;
  max-height: 0;
  webkit-transition: padding 0.15s, max-height 0.15s;
  transition: padding 0.15s, max-height 0.15s;
}

/* line 75, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.sweet-alert .sa-error-container.show {
  padding: 10px 0;
  max-height: 100px;
  webkit-transition: padding 0.2s, max-height 0.2s;
  transition: padding 0.25s, max-height 0.25s;
}

/* line 80, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.sweet-alert .sa-error-container .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ea7d7d;
  color: white;
  line-height: 24px;
  text-align: center;
  margin-right: 3px;
}

/* line 90, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.sweet-alert .sa-error-container p {
  display: inline-block;
}

/* line 92, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.sweet-alert .sa-input-error {
  position: absolute;
  top: 29px;
  right: 26px;
  width: 20px;
  height: 20px;
  opacity: 0;
  transform: scale(0.5);
  transform-origin: 50% 50%;
  transition: all 0.1s;
}

/* line 105, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error::after {
  content: "";
  width: 20px;
  height: 6px;
  background-color: #f06e57;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -9px;
}

/* line 116, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.sweet-alert .sa-input-error::before {
  transform: rotate(-45deg);
}

/* line 119, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.sweet-alert .sa-input-error::after {
  transform: rotate(45deg);
}

/* line 122, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.sweet-alert .sa-input-error.show {
  opacity: 1;
  transform: scale(1);
}

/* line 126, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.sweet-alert input {
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #d7d7d7;
  height: 43px;
  margin-top: 10px;
  margin-bottom: 17px;
  font-size: 18px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
  padding: 0 12px;
  display: none;
  transition: all 0.3s;
}

/* line 140, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.sweet-alert input:focus {
  outline: none;
  box-shadow: 0px 0px 3px #c4e6f5;
  border: 1px solid #b4dbed;
}

/* line 144, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.sweet-alert input:focus::-moz-placeholder {
  -moz-transition: opacity 0.3s 0.03s ease;
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}

/* line 147, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.sweet-alert input:focus:-ms-input-placeholder {
  -ms-transition: opacity 0.3s 0.03s ease;
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}

/* line 150, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.sweet-alert input:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s 0.03s ease;
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}

/* line 153, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.sweet-alert input::-moz-placeholder {
  color: #bdbdbd;
}

/* line 155, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.sweet-alert input:-ms-input-placeholder {
  color: #bdbdbd;
}

/* line 157, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.sweet-alert input::-webkit-input-placeholder {
  color: #bdbdbd;
}

/* line 159, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.sweet-alert.show-input input {
  display: block;
}

/* line 161, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.sweet-alert .sa-confirm-button-container {
  display: inline-block;
  position: relative;
}

/* line 164, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.sweet-alert .la-ball-fall {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -27px;
  margin-top: 4px;
  opacity: 0;
  visibility: hidden;
}

/* line 172, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.sweet-alert button {
  background-color: #8CD4F5;
  color: white;
  border: none;
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  border-radius: 5px;
  padding: 10px 32px;
  margin: 26px 5px 0 5px;
  cursor: pointer;
}

/* line 184, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.sweet-alert button:focus {
  outline: none;
  box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}

/* line 187, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.sweet-alert button:hover {
  background-color: #7ecff4;
}

/* line 189, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.sweet-alert button:active {
  background-color: #5dc2f1;
}

/* line 191, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.sweet-alert button.cancel {
  background-color: #C1C1C1;
}

/* line 193, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.sweet-alert button.cancel:hover {
  background-color: #b9b9b9;
}

/* line 195, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.sweet-alert button.cancel:active {
  background-color: #a8a8a8;
}

/* line 197, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.sweet-alert button.cancel:focus {
  box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important;
}

/* line 199, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.sweet-alert button[disabled] {
  opacity: .6;
  cursor: default;
}

/* line 202, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.sweet-alert button.confirm[disabled] {
  color: transparent;
}

/* line 204, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.sweet-alert button.confirm[disabled] ~ .la-ball-fall {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

/* line 208, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.sweet-alert button::-moz-focus-inner {
  border: 0;
}

/* line 210, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.sweet-alert[data-has-cancel-button=false] button {
  box-shadow: none !important;
}

/* line 212, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
  padding-bottom: 40px;
}

/* line 214, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.sweet-alert .sa-icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  border-radius: 40px;
  border-radius: 50%;
  margin: 20px auto;
  padding: 0;
  position: relative;
  box-sizing: content-box;
}

/* line 225, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.sweet-alert .sa-icon.sa-error {
  border-color: #F27474;
}

/* line 227, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.sweet-alert .sa-icon.sa-error .sa-x-mark {
  position: relative;
  display: block;
}

/* line 230, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.sweet-alert .sa-icon.sa-error .sa-line {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #F27474;
  display: block;
  top: 37px;
  border-radius: 2px;
}

/* line 238, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  transform: rotate(45deg);
  left: 17px;
}

/* line 242, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  transform: rotate(-45deg);
  right: 16px;
}

/* line 246, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.sweet-alert .sa-icon.sa-warning {
  border-color: #F8BB86;
}

/* line 248, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.sweet-alert .sa-icon.sa-warning .sa-body {
  position: absolute;
  width: 5px;
  height: 47px;
  left: 50%;
  top: 10px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #F8BB86;
}

/* line 258, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.sweet-alert .sa-icon.sa-warning .sa-dot {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  left: 50%;
  bottom: 10px;
  background-color: #F8BB86;
}

/* line 268, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.sweet-alert .sa-icon.sa-info {
  border-color: #C9DAE1;
}

/* line 270, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.sweet-alert .sa-icon.sa-info::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 29px;
  left: 50%;
  bottom: 17px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #C9DAE1;
}

/* line 280, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.sweet-alert .sa-icon.sa-info::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  top: 19px;
  background-color: #C9DAE1;
}

/* line 289, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.sweet-alert .sa-icon.sa-success {
  border-color: #A5DC86;
}

/* line 291, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
  content: '';
  border-radius: 40px;
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: white;
  transform: rotate(45deg);
}

/* line 302, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.sweet-alert .sa-icon.sa-success::before {
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  transform: rotate(-45deg);
  transform-origin: 60px 60px;
}

/* line 311, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.sweet-alert .sa-icon.sa-success::after {
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  transform: rotate(-45deg);
  transform-origin: 0px 60px;
}

/* line 320, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.sweet-alert .sa-icon.sa-success .sa-placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(165, 220, 134, 0.2);
  border-radius: 40px;
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}

/* line 332, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.sweet-alert .sa-icon.sa-success .sa-fix {
  width: 5px;
  height: 90px;
  background-color: white;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  transform: rotate(-45deg);
}

/* line 342, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.sweet-alert .sa-icon.sa-success .sa-line {
  height: 5px;
  background-color: #A5DC86;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}

/* line 349, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  transform: rotate(45deg);
}

/* line 355, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  transform: rotate(-45deg);
}

/* line 361, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.sweet-alert .sa-icon.sa-custom {
  background-size: contain;
  border-radius: 0;
  border: none;
  background-position: center center;
  background-repeat: no-repeat;
}

/*
 * Animations
 */

@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}

@keyframes slideFromTop {
  0% {
    top: 0%;
  }
  100% {
    top: 50%;
  }
}

@keyframes slideToTop {
  0% {
    top: 50%;
  }
  100% {
    top: 0%;
  }
}

@keyframes slideFromBottom {
  0% {
    top: 70%;
  }
  100% {
    top: 50%;
  }
}

@keyframes slideToBottom {
  0% {
    top: 50%;
  }
  100% {
    top: 70%;
  }
}

/* line 463, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.showSweetAlert[data-animation=pop] {
  animation: showSweetAlert 0.3s;
}

/* line 467, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.showSweetAlert[data-animation=none] {
  animation: none;
}

/* line 471, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.showSweetAlert[data-animation=slide-from-top] {
  animation: slideFromTop 0.3s;
}

/* line 475, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.showSweetAlert[data-animation=slide-from-bottom] {
  animation: slideFromBottom 0.3s;
}

/* line 479, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.hideSweetAlert[data-animation=pop] {
  animation: hideSweetAlert 0.2s;
}

/* line 483, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.hideSweetAlert[data-animation=none] {
  animation: none;
}

/* line 487, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.hideSweetAlert[data-animation=slide-from-top] {
  animation: slideToTop 0.4s;
}

/* line 491, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.hideSweetAlert[data-animation=slide-from-bottom] {
  animation: slideToBottom 0.3s;
}

@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}

/* line 603, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.animateSuccessTip {
  animation: animateSuccessTip 0.75s;
}

/* line 607, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.animateSuccessLong {
  animation: animateSuccessLong 0.75s;
}

/* line 611, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.sa-icon.sa-success.animate::after {
  animation: rotatePlaceholder 4.25s ease-in;
}

@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}

/* line 635, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.animateErrorIcon {
  animation: animateErrorIcon 0.5s;
}

@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}

/* line 681, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.animateXMark {
  animation: animateXMark 0.5s;
}

@keyframes pulseWarning {
  0% {
    border-color: #F8D486;
  }
  100% {
    border-color: #F8BB86;
  }
}

/* line 697, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.pulseWarning {
  animation: pulseWarning 0.75s infinite alternate;
}

@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}

/* line 713, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.pulseWarningIns {
  animation: pulseWarningIns 0.75s infinite alternate;
}

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

/* Internet Explorer 9 has some special quirks that are fixed here */
/* The icons are not animated. */
/* This file is automatically merged into sweet-alert.min.js through Gulp */
/* Error icon */
/* line 733, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -ms-transform: rotate(45deg) \9;
}

/* line 736, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -ms-transform: rotate(-45deg) \9;
}

/* Success icon */
/* line 740, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.sweet-alert .sa-icon.sa-success {
  border-color: transparent\9;
}

/* line 743, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  -ms-transform: rotate(45deg) \9;
}

/* line 746, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  -ms-transform: rotate(-45deg) \9;
}

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
/* line 754, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.la-ball-fall,
.la-ball-fall > div {
  position: relative;
  box-sizing: border-box;
}

/* line 761, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.la-ball-fall {
  display: block;
  font-size: 0;
  color: #fff;
}

/* line 766, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.la-ball-fall.la-dark {
  color: #333;
}

/* line 769, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.la-ball-fall > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}

/* line 775, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.la-ball-fall {
  width: 54px;
  height: 18px;
}

/* line 779, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.la-ball-fall > div {
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 100%;
  opacity: 0;
  animation: ball-fall 1s ease-in-out infinite;
}

/* line 790, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.la-ball-fall > div:nth-child(1) {
  animation-delay: -200ms;
}

/* line 796, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.la-ball-fall > div:nth-child(2) {
  animation-delay: -100ms;
}

/* line 802, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.la-ball-fall > div:nth-child(3) {
  animation-delay: 0ms;
}

/* line 808, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.la-ball-fall.la-sm {
  width: 26px;
  height: 8px;
}

/* line 812, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.la-ball-fall.la-sm > div {
  width: 4px;
  height: 4px;
  margin: 2px;
}

/* line 817, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.la-ball-fall.la-2x {
  width: 108px;
  height: 36px;
}

/* line 821, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.la-ball-fall.la-2x > div {
  width: 20px;
  height: 20px;
  margin: 8px;
}

/* line 826, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.la-ball-fall.la-3x {
  width: 162px;
  height: 54px;
}

/* line 830, ../usr/local/bundle/gems/sweetalert-rails-1.1.3/vendor/assets/stylesheets/sweetalert.css */
.la-ball-fall.la-3x > div {
  width: 30px;
  height: 30px;
  margin: 12px;
}

/*
 * Animation
 */

@keyframes ball-fall {
  0% {
    opacity: 0;
    transform: translateY(-145%);
  }
  10% {
    opacity: .5;
  }
  20% {
    opacity: 1;
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    transform: translateY(0);
  }
  90% {
    opacity: .5;
  }
  100% {
    opacity: 0;
    transform: translateY(145%);
  }
}

/*!
angular-xeditable - 0.1.8
Edit-in-place for angular.js
Build date: 2014-01-10 
*/
/* line 7, app/assets/stylesheets/xeditable.css */
.editable-wrap {
  display: inline-block;
  white-space: nowrap;
  margin: 0;
}

/* line 7, app/assets/stylesheets/xeditable.css */
.editable-wrap .editable-controls, .editable-wrap .editable-error {
  margin-bottom: 0;
}

/* line 7, app/assets/stylesheets/xeditable.css */
.editable-wrap .editable-controls > input, .editable-wrap .editable-controls > select, .editable-wrap .editable-controls > textarea {
  margin-bottom: 0;
}

/* line 7, app/assets/stylesheets/xeditable.css */
.editable-wrap .editable-input {
  display: inline-block;
}

/* line 7, app/assets/stylesheets/xeditable.css */
.editable-buttons {
  display: inline-block;
  vertical-align: top;
}

/* line 7, app/assets/stylesheets/xeditable.css */
.editable-buttons button {
  margin-left: 5px;
}

/* line 7, app/assets/stylesheets/xeditable.css */
.editable-input.editable-has-buttons {
  width: auto;
}

/* line 7, app/assets/stylesheets/xeditable.css */
.editable-bstime .editable-input input[type=text] {
  width: 46px;
}

/* line 7, app/assets/stylesheets/xeditable.css */
.editable-bstime .well-small {
  margin-bottom: 0;
  padding: 10px;
}

/* line 7, app/assets/stylesheets/xeditable.css */
.editable-range output {
  display: inline-block;
  min-width: 30px;
  vertical-align: top;
  text-align: center;
}

/* line 7, app/assets/stylesheets/xeditable.css */
.editable-color input[type=color] {
  width: 50px;
}

/* line 7, app/assets/stylesheets/xeditable.css */
.editable-checkbox label span, .editable-checklist label span, .editable-radiolist label span {
  margin-left: 7px;
  margin-right: 10px;
}

/* line 7, app/assets/stylesheets/xeditable.css */
.editable-hide {
  display: none !important;
}

/* line 7, app/assets/stylesheets/xeditable.css */
.editable-click, a.editable-click {
  text-decoration: none;
  color: #428bca;
  border-bottom: dashed 1px #428bca;
}

/* line 7, app/assets/stylesheets/xeditable.css */
.editable-click:hover, a.editable-click:hover {
  text-decoration: none;
  color: #2a6496;
  border-bottom-color: #2a6496;
}

/* line 7, app/assets/stylesheets/xeditable.css */
.editable-empty, .editable-empty:hover, .editable-empty:focus, a.editable-empty, a.editable-empty:hover, a.editable-empty:focus {
  font-style: italic;
  color: #D14;
  text-decoration: none;
}

/* line 1, app/assets/stylesheets/global_styles.scss */
html {
  -webkit-overflow-scrolling: touch;
}

/* line 5, app/assets/stylesheets/global_styles.scss */
body {
  overflow-x: hidden;
}

@media (max-width: 600px) {
  /* line 10, app/assets/stylesheets/global_styles.scss */
  html,
body {
    overflow-x: hidden;
  }
  /* line 14, app/assets/stylesheets/global_styles.scss */
  .profile-header,
.profile-header #uimg {
    display: flex !important;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  /* line 22, app/assets/stylesheets/global_styles.scss */
  .logo-image,
.nav-pills-list,
.tool-card-title,
.tool-card-items {
    display: flex;
    justify-content: center;
  }
  /* line 30, app/assets/stylesheets/global_styles.scss */
  #mobile-tools-link a {
    margin: auto 0;
    float: left;
    font-size: 9px;
  }
  /* line 36, app/assets/stylesheets/global_styles.scss */
  .trending-sponsor {
    margin-bottom: 30px;
  }
  /* line 40, app/assets/stylesheets/global_styles.scss */
  .tool-card-title span {
    margin: 0 0.25rem;
  }
  /* line 44, app/assets/stylesheets/global_styles.scss */
  .tool-card-items span {
    margin: 0.25rem;
    display: inherit;
  }
  /* line 49, app/assets/stylesheets/global_styles.scss */
  .featured-sponsor-mobile {
    padding: 0 15px;
  }
  /* line 53, app/assets/stylesheets/global_styles.scss */
  .profile-header .landing-stack-name {
    text-align: center;
  }
  /* line 57, app/assets/stylesheets/global_styles.scss */
  .profile-header .landing-stack-title {
    text-align: center;
    margin: 0;
    margin-top: 20px;
  }
  /* line 63, app/assets/stylesheets/global_styles.scss */
  .landing-stack-name {
    text-align: center !important;
  }
  /* line 67, app/assets/stylesheets/global_styles.scss */
  .claim-btn,
.mobile-description {
    display: flex;
    justify-content: center;
  }
  /* line 72, app/assets/stylesheets/global_styles.scss */
  .claim-btn .btn-ss-alt,
.mobile-description .btn-ss-alt {
    margin-right: 0 !important;
  }
  /* line 77, app/assets/stylesheets/global_styles.scss */
  .service-description {
    width: 100%;
  }
  /* line 81, app/assets/stylesheets/global_styles.scss */
  #mobile-tools-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  /* line 86, app/assets/stylesheets/global_styles.scss */
  #mobile-tools-link a {
    float: none;
    font-size: 14px;
    padding: 1px 9px;
  }
  /* line 93, app/assets/stylesheets/global_styles.scss */
  #service-card-trending,
.mobile-tools-row {
    display: flex !important;
    flex-direction: column;
    align-items: center;
  }
  /* line 100, app/assets/stylesheets/global_styles.scss */
  .mobile-tools-row .flex-item:nth-of-type(1) {
    order: 3;
  }
  /* line 103, app/assets/stylesheets/global_styles.scss */
  .mobile-tools-row .flex-item:nth-of-type(2) {
    order: 1;
  }
  /* line 106, app/assets/stylesheets/global_styles.scss */
  .mobile-tools-row .flex-item:nth-of-type(3) {
    order: 2;
  }
  /* line 109, app/assets/stylesheets/global_styles.scss */
  .mobile-tools-row .flex-item:nth-of-type(4) {
    order: 4;
  }
  /* line 114, app/assets/stylesheets/global_styles.scss */
  #verified {
    padding-left: 28px;
  }
  /* line 119, app/assets/stylesheets/global_styles.scss */
  .trending-item-container .flex-item:nth-of-type(1) {
    order: 5;
  }
  /* line 122, app/assets/stylesheets/global_styles.scss */
  .trending-item-container .flex-item:nth-of-type(2) {
    order: 1;
  }
  /* line 125, app/assets/stylesheets/global_styles.scss */
  .trending-item-container .flex-item:nth-of-type(3) {
    order: 2;
  }
  /* line 128, app/assets/stylesheets/global_styles.scss */
  .trending-item-container .flex-item:nth-of-type(4) {
    order: 6;
  }
  /* line 131, app/assets/stylesheets/global_styles.scss */
  .trending-item-container .flex-item:nth-of-type(5) {
    order: 3;
  }
  /* line 134, app/assets/stylesheets/global_styles.scss */
  .trending-item-container .flex-item:nth-of-type(6) {
    order: 4;
  }
}

@media (max-width: 600px) and (max-width: 320px) {
  /* line 139, app/assets/stylesheets/global_styles.scss */
  .trending-item-container .flex-item:nth-of-type(5) {
    padding: 0;
    margin: 0;
  }
}

@media (max-width: 600px) {
  /* line 145, app/assets/stylesheets/global_styles.scss */
  .trending-item-container .grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(50%, 1fr));
    grid-gap: 0.25rem;
  }
  /* line 150, app/assets/stylesheets/global_styles.scss */
  .trending-item-container .grid li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/* line 160, app/assets/stylesheets/global_styles.scss */
.trending-item-container .vs-link {
  text-decoration: underline;
}

/* line 162, app/assets/stylesheets/global_styles.scss */
.trending-item-container .vs-link:hover {
  text-decoration: none;
}

/* line 166, app/assets/stylesheets/global_styles.scss */
.trending-item-container .link-center {
  margin-top: 10px;
}

@media (max-width: 600px) {
  /* line 171, app/assets/stylesheets/global_styles.scss */
  .trending-item-container .mobile-follow-button {
    margin-top: 10px;
  }
  /* line 175, app/assets/stylesheets/global_styles.scss */
  .trending-item-container .link-center {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/* line 184, app/assets/stylesheets/global_styles.scss */
#mobile-tools-link .web-link {
  color: #068dfe;
  background-color: transparent;
  font-size: 13px;
  font-weight: 400;
  float: right;
  width: 125px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #068dfe;
  border-radius: 2px;
}

@media (max-width: 600px) {
  /* line 200, app/assets/stylesheets/global_styles.scss */
  #mobile-tools-link .web-link {
    margin-top: 10px;
  }
}

/* line 206, app/assets/stylesheets/global_styles.scss */
.pros-wrapper {
  margin-top: 10px;
}

@media (min-width: 601px) {
  /* line 206, app/assets/stylesheets/global_styles.scss */
  .pros-wrapper {
    display: flex;
    align-items: center;
  }
}

/* line 215, app/assets/stylesheets/global_styles.scss */
.pros-heading {
  font-size: 13px;
  margin: 0 10px 0 0;
}

@media (max-width: 600px) {
  /* line 215, app/assets/stylesheets/global_styles.scss */
  .pros-heading {
    margin: 10px 0;
    text-align: center;
  }
}

/* line 224, app/assets/stylesheets/global_styles.scss */
html,
html a {
  -webkit-font-smoothing: antialiased !important;
}

/* line 229, app/assets/stylesheets/global_styles.scss */
.not-loaded {
  opacity: 0.5;
}

/* line 233, app/assets/stylesheets/global_styles.scss */
.ss-navbar .container {
  background-color: #fff;
}

/* line 237, app/assets/stylesheets/global_styles.scss */
.ss-navbar {
  background-color: #fff;
  border-bottom: 1px solid #ebebeb;
}

/* line 242, app/assets/stylesheets/global_styles.scss */
.ss-navbar .navbar-nav > .active > a,
.ss-navbar .navbar-nav > .active > a:hover {
  font-weight: bold;
  background-color: #fff;
}

/* line 248, app/assets/stylesheets/global_styles.scss */
h2 {
  font-weight: normal;
  font-size: 25pt;
}

/* line 253, app/assets/stylesheets/global_styles.scss */
h4 {
  font-weight: normal;
  font-size: 11pt;
  color: #b5b5b5;
  letter-spacing: 0.01em;
}

/* line 260, app/assets/stylesheets/global_styles.scss */
.fluid-container {
  margin: 0 auto;
  max-width: 1025px;
  padding: 20px 20px 40px;
  position: relative;
}

/* line 267, app/assets/stylesheets/global_styles.scss */
.clickable {
  cursor: pointer !important;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 274, app/assets/stylesheets/global_styles.scss */
  .navbar-brand {
    width: 203px;
    background-image: url(../png/stackshare-logo-e20057c3eeda44412699a7e34a04200f3d4214a7f72a7abda10718343796023f.png) !important;
    background-repeat: no-repeat;
    background-size: 203px auto;
    background-position: 0% 50%;
  }
  /* line 282, app/assets/stylesheets/global_styles.scss */
  #white.navbar-brand {
    width: 203px;
    background-image: url(../png/stackshare-logo-white-64370067bd189964231d343a4bcd68238be5768e148fe9017a0062dfe61296be.png) !important;
    background-repeat: no-repeat;
    background-size: 203px auto;
    background-position: 0% 50%;
  }
  /* line 290, app/assets/stylesheets/global_styles.scss */
  #white-logo.navbar-brand {
    width: 203px;
    background-image: url(../png/stackshare-logo-grey-aae777668eda0745624dba64b62b80c5154e81be6d0506afb887c9fc4d6d75cd.png) !important;
    background-repeat: no-repeat;
    background-size: 203px auto;
    background-position: 0% 50%;
  }
  /* line 298, app/assets/stylesheets/global_styles.scss */
  .brand-logo {
    width: 203px;
    background-image: url(../png/stackshare-logo-e20057c3eeda44412699a7e34a04200f3d4214a7f72a7abda10718343796023f.png) !important;
    background-repeat: no-repeat;
    background-size: 180px auto;
    background-position: 0% 50%;
    min-height: 50px;
    display: inline-block;
  }
}

/* line 309, app/assets/stylesheets/global_styles.scss */
.navbar-brand {
  width: 203px;
  background-image: url(../png/stackshare-logo-e20057c3eeda44412699a7e34a04200f3d4214a7f72a7abda10718343796023f.png);
  background-repeat: no-repeat;
  background-position: 0% 50%;
  background-size: 203px;
}

/* line 317, app/assets/stylesheets/global_styles.scss */
.brand-logo {
  width: 203px;
  background-image: url(../png/stackshare-logo-e20057c3eeda44412699a7e34a04200f3d4214a7f72a7abda10718343796023f.png);
  background-repeat: no-repeat;
  background-position: 0% 50%;
  background-size: 203px;
  min-height: 50px;
  display: inline-block;
}

/* line 327, app/assets/stylesheets/global_styles.scss */
#white.navbar-brand {
  width: 203px;
  background-image: url(../png/stackshare-logo-white-64370067bd189964231d343a4bcd68238be5768e148fe9017a0062dfe61296be.png);
  background-repeat: no-repeat;
  background-position: 0% 50%;
  background-size: 203px;
}

/* line 335, app/assets/stylesheets/global_styles.scss */
#white-logo.navbar-brand {
  width: 203px;
  background-image: url(../png/stackshare-logo-grey-aae777668eda0745624dba64b62b80c5154e81be6d0506afb887c9fc4d6d75cd.png);
  background-repeat: no-repeat;
  background-position: 0% 50%;
  background-size: 203px;
}

/* line 343, app/assets/stylesheets/global_styles.scss */
.ss-navbar .navbar-nav > li > a:hover {
  color: #0690fa;
}

/* line 347, app/assets/stylesheets/global_styles.scss */
.navbar-default {
  background-color: #fff;
  border-bottom: 0;
  margin: 8px 0 8px 0;
}

/* line 353, app/assets/stylesheets/global_styles.scss */
.navbar-default .navbar-nav > li > a {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

/* line 359, app/assets/stylesheets/global_styles.scss */
.nav > li > a {
  padding-left: 18px;
  padding-right: 18px;
}

/* line 366, app/assets/stylesheets/global_styles.scss */
.navbar-brand img,
.brand-logo img {
  opacity: 0.8;
  max-width: 160px;
  -webkit-backface-visibility: hidden;
}

/* line 372, app/assets/stylesheets/global_styles.scss */
.navbar-brand img:hover,
.brand-logo img:hover {
  opacity: 1;
  max-width: 160px;
  -webkit-backface-visibility: hidden;
}

/* CSS for devices with normal screens */
/* line 380, app/assets/stylesheets/global_styles.scss */
.stackshare-logo {
  background-image: url(../json/logo.json);
  background-repeat: no-repeat;
}

/* CSS for high-resolution devices */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  /* line 390, app/assets/stylesheets/global_styles.scss */
  .stackshare-logo-black {
    background-image: url(../png/ss_logo_300dpi_web_small_font_black-0b00437e046fd9ae3638e22cb00d96266f55a2b6e9282e00cf1f1d32c3e9f154.png);
  }
}

/* line 395, app/assets/stylesheets/global_styles.scss */
.navbar-nav {
  padding: 0;
}

/* line 403, app/assets/stylesheets/global_styles.scss */
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #ebebeb;
}

/* line 409, app/assets/stylesheets/global_styles.scss */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #fff;
  background-color: black;
}

/* line 416, app/assets/stylesheets/global_styles.scss */
ul#mobile.nav.navbar-nav {
  display: none;
}

@media (max-width: 992px) {
  /* line 421, app/assets/stylesheets/global_styles.scss */
  ul#desktop.nav.navbar-nav {
    display: none;
  }
  /* line 425, app/assets/stylesheets/global_styles.scss */
  ul#mobile.nav.navbar-nav {
    display: block;
  }
  /* line 429, app/assets/stylesheets/global_styles.scss */
  .navbar-header {
    float: none;
  }
  /* line 432, app/assets/stylesheets/global_styles.scss */
  .navbar-toggle {
    display: block;
    border: none;
  }
  /* line 436, app/assets/stylesheets/global_styles.scss */
  .navbar-toggle .icon-bar {
    width: 20px;
    height: 2px;
    border-radius: 0px;
  }
  /* line 441, app/assets/stylesheets/global_styles.scss */
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  /* line 445, app/assets/stylesheets/global_styles.scss */
  .navbar-collapse.collapse {
    display: none !important;
  }
  /* line 448, app/assets/stylesheets/global_styles.scss */
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  /* line 451, app/assets/stylesheets/global_styles.scss */
  .navbar-nav {
    float: none !important;
    margin: 7.5px -15px;
  }
  /* line 455, app/assets/stylesheets/global_styles.scss */
  .navbar-nav > li {
    float: none;
    margin-bottom: 10px;
  }
  /* line 459, app/assets/stylesheets/global_styles.scss */
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  /* line 463, app/assets/stylesheets/global_styles.scss */
  .navbar-default .navbar-form {
    padding: 8px 0 9px 0;
    border-color: #ebebeb;
    margin: 0px;
  }
  /* line 468, app/assets/stylesheets/global_styles.scss */
  .navbar-default .navbar-nav > li > a {
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    margin: 0 15px;
  }
  /* line 474, app/assets/stylesheets/global_styles.scss */
  .navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background-color: #0690fa;
  }
  /* line 479, app/assets/stylesheets/global_styles.scss */
  .dropdown-toggle .navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background-color: #ebebeb;
  }
  /* line 484, app/assets/stylesheets/global_styles.scss */
  li#account-dropdown.dropdown {
    max-width: 300px;
    margin: 0;
    padding: 0;
    float: right;
  }
}

@media (max-width: 767px) {
  /* line 493, app/assets/stylesheets/global_styles.scss */
  .navbar-form .form-group {
    margin-top: 15px;
  }
  /* line 496, app/assets/stylesheets/global_styles.scss */
  .navbar-default .navbar-form {
    padding: 0px 0 14px 0;
  }
  /* line 499, app/assets/stylesheets/global_styles.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 503, app/assets/stylesheets/global_styles.scss */
  li#login.nav-item {
    float: none !important;
    display: block !important;
    margin: 16px 0 !important;
    text-align: center !important;
  }
}

/* line 511, app/assets/stylesheets/global_styles.scss */
.container,
header .container {
  background-color: #fff;
  max-width: none;
}

/* line 517, app/assets/stylesheets/global_styles.scss */
.no-gutter [class*="-6"],
.no-gutter [class*="-1"],
.no-gutter [class*="-8"],
.no-gutter [class*="-2"] {
  padding-left: 0;
}

/* line 524, app/assets/stylesheets/global_styles.scss */
.form-control {
  display: inline-block;
}

/* line 528, app/assets/stylesheets/global_styles.scss */
body p {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans !important;
}

/* line 532, app/assets/stylesheets/global_styles.scss */
ul,
li {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans !important;
}

/* line 537, app/assets/stylesheets/global_styles.scss */
body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans !important;
  background-color: #fff !important;
}

/* line 542, app/assets/stylesheets/global_styles.scss */
body a {
  color: #333;
}

/* line 546, app/assets/stylesheets/global_styles.scss */
.span-link {
  display: inline-block;
  cursor: pointer;
  color: #929ca5;
}

/* line 550, app/assets/stylesheets/global_styles.scss */
.span-link:hover {
  color: #0690FA;
}

/* line 555, app/assets/stylesheets/global_styles.scss */
body a:hover {
  color: #0690FA;
  text-decoration: none;
  background-color: transparent;
}

/* line 561, app/assets/stylesheets/global_styles.scss */
td {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans !important;
}

/* line 565, app/assets/stylesheets/global_styles.scss */
html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}

/* line 572, app/assets/stylesheets/global_styles.scss */
header {
  background-color: #fff;
}

/* line 575, app/assets/stylesheets/global_styles.scss */
header.header-with-border {
  border-bottom: 1px solid #d7d7d7;
}

/* line 579, app/assets/stylesheets/global_styles.scss */
header a,
header a:hover {
  background-color: transparent;
}

/* line 585, app/assets/stylesheets/global_styles.scss */
.container,
header .container {
  background-color: transparent;
}

/* line 590, app/assets/stylesheets/global_styles.scss */
#wrap {
  min-height: 100%;
  margin: 0 auto;
}

/* line 595, app/assets/stylesheets/global_styles.scss */
.suggest-btn > a {
  color: #777 !important;
}

/* line 599, app/assets/stylesheets/global_styles.scss */
.suggest-btn > a:hover {
  color: #333 !important;
  text-decoration: none;
  background-color: transparent !important;
}

/* line 605, app/assets/stylesheets/global_styles.scss */
.navbar .brand {
  background-color: white !important;
}

/* line 609, app/assets/stylesheets/global_styles.scss */
#error-explanation {
  background-color: #ff0029;
  border: 1px solid #ebebeb;
  color: #fff;
  padding: 11px 0px 0px 0px;
  margin-bottom: 20px;
  border-radius: 4px;
}

/* line 620, app/assets/stylesheets/global_styles.scss */
#error-explanation ul {
  font-size: 12pt;
  list-style: none;
}

/* line 625, app/assets/stylesheets/global_styles.scss */
.company-logo-table,
.company-icon {
  width: 63px;
  height: 63px;
  border-radius: 5px;
}

/* line 632, app/assets/stylesheets/global_styles.scss */
.table th,
.table td {
  min-width: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* line 639, app/assets/stylesheets/global_styles.scss */
.result-items td {
  border-bottom: 1px solid #ebebeb !important;
  padding-left: 25px !important;
}

/* line 644, app/assets/stylesheets/global_styles.scss */
.title-wrap {
  height: 108px;
}

@media (min-width: 993px) {
  /* line 649, app/assets/stylesheets/global_styles.scss */
  .tool-wrap {
    justify-content: center;
    flex-direction: column;
    height: 108px;
    display: flex;
  }
}

/* line 657, app/assets/stylesheets/global_styles.scss */
.privacy h5 {
  font-size: 14px;
  font-weight: 600;
  margin-top: 20px;
}

/* line 663, app/assets/stylesheets/global_styles.scss */
.tool-logo-global {
  display: block;
  position: relative;
  z-index: 5;
  display: block;
  width: 43px !important;
  height: 43px !important;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

/* line 680, app/assets/stylesheets/global_styles.scss */
.react-overlay__modal {
  left: calc(50% - 300px);
}

@media (max-width: 600px) {
  /* line 680, app/assets/stylesheets/global_styles.scss */
  .react-overlay__modal {
    left: auto;
  }
}

/*-------------------Autocomplete Tags----------------------------*/
/* line 689, app/assets/stylesheets/global_styles.scss */
.text-core {
  position: relative;
}

/* line 692, app/assets/stylesheets/global_styles.scss */
.text-core .text-wrap {
  background: #fff;
  position: absolute;
}

/* line 697, app/assets/stylesheets/global_styles.scss */
.text-core .text-wrap textarea,
.text-core .text-wrap input {
  box-sizing: border-box;
  border-radius: 0px !important;
  border: 1px solid #9daccc;
  outline: none;
  resize: none;
  position: absolute;
  z-index: 1;
  background: none;
  overflow: hidden;
  margin: 0;
  padding: 3px 5px 4px 5px;
  white-space: nowrap;
  font: 16px "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  line-height: 13px;
  height: auto;
}

/* line 719, app/assets/stylesheets/global_styles.scss */
.text-core .text-wrap .text-arrow {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: 22px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAOAQMAAADHWqTrAAAAA3NCSVQICAjb4U/gAAAABlBMVEX///8yXJnt8Ns4AAAACXBIWXMAAAsSAAALEgHS3X78AAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1MzmNZGAwAAABpJREFUCJljYEAF/xsY6hkY7BgYZBgYOFBkADkdAmFDagYFAAAAAElFTkSuQmCC") 50% 50% no-repeat;
  cursor: pointer;
  z-index: 2;
}

/* line 733, app/assets/stylesheets/global_styles.scss */
.text-core .text-wrap .text-dropdown {
  box-sizing: border-box;
  padding: 0;
  position: absolute;
  z-index: 3;
  background: #fff;
  border: 1px solid #9daccc;
  width: 100%;
  max-height: 100px;
  padding: 1px;
  font: 16px "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  display: none;
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 751, app/assets/stylesheets/global_styles.scss */
.text-core .text-wrap .text-dropdown.text-position-below {
  margin-top: 1px;
}

/* line 754, app/assets/stylesheets/global_styles.scss */
.text-core .text-wrap .text-dropdown.text-position-above {
  margin-bottom: 1px;
}

/* line 757, app/assets/stylesheets/global_styles.scss */
.text-core .text-wrap .text-dropdown .text-list .text-suggestion {
  padding: 3px 5px;
  cursor: pointer;
}

/* line 761, app/assets/stylesheets/global_styles.scss */
.text-core .text-wrap .text-dropdown .text-list .text-suggestion em {
  font-style: normal;
  text-decoration: underline;
}

/* line 765, app/assets/stylesheets/global_styles.scss */
.text-core .text-wrap .text-dropdown .text-list .text-suggestion.text-selected {
  color: #fff;
  background: #01959d !important;
}

/* line 770, app/assets/stylesheets/global_styles.scss */
.text-core .text-wrap .text-focus {
  box-shadow: 0px 0px 6px #01959d !important;
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
}

/* line 780, app/assets/stylesheets/global_styles.scss */
.text-core .text-wrap .text-focus.text-show-focus {
  display: block;
}

/* line 784, app/assets/stylesheets/global_styles.scss */
.text-core .text-wrap .text-prompt {
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 1px 0 0 2px;
  font: 11px "lucida grande", tahoma, verdana, arial, sans-serif;
  color: #c0c0c0;
  overflow: hidden;
  white-space: pre;
}

/* line 797, app/assets/stylesheets/global_styles.scss */
.text-core .text-wrap .text-prompt.text-hide-prompt {
  display: none;
}

/* line 800, app/assets/stylesheets/global_styles.scss */
.text-core .text-wrap .text-tags {
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 3px 35px 3px 3px;
  cursor: text;
}

/* line 810, app/assets/stylesheets/global_styles.scss */
.text-core .text-wrap .text-tags.text-tags-on-top {
  z-index: 2;
}

/* line 814, app/assets/stylesheets/global_styles.scss */
.text-core .text-wrap .text-tags .text-tag {
  float: left;
}

/* line 818, app/assets/stylesheets/global_styles.scss */
.text-core .text-tags .text-tag .text-button {
  border-radius: 3px !important;
  box-sizing: border-box;
  position: relative;
  float: left;
  border: 1px solid #01959d !important;
  background: #e4f3f4 !important;
  color: #01959d !important;
  padding: 0px 17px 0px 13px !important;
  margin: 0 2px 2px 0 !important;
  cursor: pointer;
  height: auto !important;
  font: 20px "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

/* line 837, app/assets/stylesheets/global_styles.scss */
.text-core .text-wrap .text-tags .text-tag .text-button a.text-remove {
  position: absolute;
  right: 3px;
  top: 2px;
  display: block;
  width: 11px;
  height: 11px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAhCAYAAAAPm1F2AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAAB50RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNS4xqx9I6wAAAQ5JREFUOI2dlD0WwiAQhCc8L6HHgAPoASwtSYvX8BrQxtIyveYA8RppLO1jE+LwE8lzms2yH8MCj1QoaBzH+VuUYNYMS213UlvDRamtUbXb5ZyPHuDoxwGgip3ipfvGuGzPz+vZ/coDONdzFuYCO6ramQQG0DJIE1oPBBvM6e9LqaS2FwD7FWwnVoIAsOc2Xn1jDlyd8pfPBRVOBHA8cc/3yCmQqt0jcY4LuTyAF3pOYS6wI48LAm4MUrx5JthgSQJAt5LtNgAUgEMBBIC3AL2xgo58dEPfhE9wygef89FtCeC49UwltR1pQrK2qr9vNr7uRTCBF3pOYS6wI4/zdQ8MUpxPI9hgSQL0Xyio/QBt54DzsHQx6gAAAABJRU5ErkJggg==") 0 0 no-repeat;
}

/* line 848, app/assets/stylesheets/global_styles.scss */
.text-core .text-wrap .text-tags .text-tag .text-button a.text-remove:hover {
  background-position: 0 -11px;
}

/* line 851, app/assets/stylesheets/global_styles.scss */
.text-core .text-wrap .text-tags .text-tag .text-button a.text-remove:active {
  background-position: 0 -22px;
}

/* Change color of search result text */
/* line 855, app/assets/stylesheets/global_styles.scss */
.swiftype-widget .autocomplete ul li p.title {
  color: #0e90f7;
}

/* line 859, app/assets/stylesheets/global_styles.scss */
.swiftype-widget .autocomplete ul {
  box-shadow: none;
}

/* Change background color of selected search result */
/* line 866, app/assets/stylesheets/global_styles.scss */
.swiftype-widget .autocomplete ul li.active {
  background: none;
  background-color: #0e90f7;
  border-top: 1px solid #1c6cb5;
  border-bottom: 1px solid #1c6cb5;
  box-shadow: none;
}

/* line 875, app/assets/stylesheets/global_styles.scss */
div.swiftype div.st-result-listing div.st-search-summary h2 {
  font-size: 17px !important;
}

/* line 879, app/assets/stylesheets/global_styles.scss */
.form-control {
  box-shadow: none;
}

/* change the color of the section text (displayed below the title) */
/* line 892, app/assets/stylesheets/global_styles.scss */
.swiftype-widget .autocomplete ul li.active .sections em {
  color: white;
}

/* line 896, app/assets/stylesheets/global_styles.scss */
.nav-item .fa-github:before {
  font-size: 21px;
}

/* line 900, app/assets/stylesheets/global_styles.scss */
body.modal-open {
  overflow: visible;
}

@media (max-width: 1200px) {
  /* line 905, app/assets/stylesheets/global_styles.scss */
  .hide-careers {
    display: none !important;
  }
  /* line 908, app/assets/stylesheets/global_styles.scss */
  .hide-edit-jobs {
    display: none !important;
  }
}

/* line 913, app/assets/stylesheets/global_styles.scss */
.inline {
  display: inline-flex;
  -webkit-align-self: auto;
}

/* line 922, app/assets/stylesheets/global_styles.scss */
.drop-element.drop-theme-arrows-bounce-dark.drop-after-open {
  opacity: 0.98 !important;
  z-index: 5;
}

/* line 927, app/assets/stylesheets/global_styles.scss */
.new-tag {
  padding: 3px 8px;
  font-size: 75%;
  font-weight: 600;
  color: white;
  border-radius: 0.25em;
  background-color: #0690fa;
  font-size: 12px;
  margin-right: 5px;
  margin-left: 5px;
}

/* line 939, app/assets/stylesheets/global_styles.scss */
.input-hint {
  color: #bbb;
  font-size: 10px;
}

/* line 944, app/assets/stylesheets/global_styles.scss */
.ajax-spinner {
  width: 16px;
  height: 16px;
  background: url(../svg/spinner-c08ad881a9653a7da2eff54334c94aa1e06a48e9c6af4f8d0fa33e1cc66859fd.svg) 0 0 no-repeat;
  background-size: contain;
  margin-top: 2px;
}

/* line 953, app/assets/stylesheets/global_styles.scss */
.favorited i {
  color: #068dfe;
}

/* line 958, app/assets/stylesheets/global_styles.scss */
.content-nav-buttons-wrap {
  position: absolute;
  top: 32px;
  left: 0;
  width: 100%;
}

/* line 963, app/assets/stylesheets/global_styles.scss */
.content-nav-buttons-wrap .content-nav-buttons {
  align-items: center;
  display: flex;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}

/* line 969, app/assets/stylesheets/global_styles.scss */
.content-nav-buttons-wrap .content-nav-buttons.content-nav-buttons--right {
  float: right;
}

/* Kolby CSS updates */
/* line 977, app/assets/stylesheets/global_styles.scss */
header.tool {
  border-bottom: 1px solid #ebebeb;
}

/* line 981, app/assets/stylesheets/global_styles.scss */
div.col-md-1.stack-logo {
  padding-left: 0;
}

/* line 985, app/assets/stylesheets/global_styles.scss */
.reason-author-pop img,
.each-person .popover img {
  border-radius: 100px !important;
}

/* line 990, app/assets/stylesheets/global_styles.scss */
.hide {
  display: none;
}

/* line 994, app/assets/stylesheets/global_styles.scss */
div.trending-load-more.div-center {
  margin: 0 auto;
  max-width: 1140px;
}

/* line 999, app/assets/stylesheets/global_styles.scss */
.trending-item-container a.col-md-2.col-sm-2.col-xs-2 {
  max-width: 110px;
}

/* line 1003, app/assets/stylesheets/global_styles.scss */
.trending-item-container div.col-md-2.col-sm-2.hidden-xs {
  position: absolute;
  right: 20px;
  top: 20px;
}

@media (min-width: 601px) {
  /* line 1009, app/assets/stylesheets/global_styles.scss */
  .trending-item-container .col-md-2.col-sm-2.alternatives {
    position: absolute;
    right: 0;
    top: 0;
  }
}

@media (min-width: 1200px) {
  /* line 1009, app/assets/stylesheets/global_styles.scss */
  .trending-item-container .col-md-2.col-sm-2.alternatives {
    top: 15px;
    right: 15px;
  }
}

/* line 1022, app/assets/stylesheets/global_styles.scss */
.trending-item-container div.col-md-2.col-sm-2.hidden-xs a.btn-ss-g {
  max-width: 120px;
  position: absolute;
  right: 20px;
  top: 9px;
}

/* line 1029, app/assets/stylesheets/global_styles.scss */
.comment-author-img {
  position: relative;
  z-index: 5;
  display: block;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid #e6e6e6;
  border-radius: 100px;
}

/* line 1045, app/assets/stylesheets/global_styles.scss */
.profile-pic {
  width: 32px;
  height: 32px;
  border-radius: 100px !important;
  position: relative;
  top: -5px;
  margin-right: 10px;
  float: left;
}

/* line 1055, app/assets/stylesheets/global_styles.scss */
ul.dropdown-menu.pull-right {
  padding: 0px;
}

/* line 1059, app/assets/stylesheets/global_styles.scss */
#service-description-undertitle {
  font-size: 18px;
}

/* line 1063, app/assets/stylesheets/global_styles.scss */
#home-header4 .navbar-nav .btn-ss-gh-alt-home:hover {
  background: rgba(255, 255, 255, 0.15) !important;
}

/* line 1067, app/assets/stylesheets/global_styles.scss */
#service-features ul {
  padding-left: 5px;
}

/* line 1071, app/assets/stylesheets/global_styles.scss */
#verified .stack-detail-service .tool-logo img,
div.group-users img,
#reason-text .popover img {
  border-radius: 100px !important;
}

@media only screen and (max-width: 999px) {
  /* line 1078, app/assets/stylesheets/global_styles.scss */
  #service-description-undertitle {
    text-align: center;
    margin-top: 7px;
    font-size: 16px;
  }
  /* line 1084, app/assets/stylesheets/global_styles.scss */
  .no-mob {
    display: none;
  }
  /* line 1088, app/assets/stylesheets/global_styles.scss */
  #home-header4 {
    min-height: auto !important;
    margin-bottom: 0px !important;
  }
}

@media only screen and (max-width: 767px) {
  /* line 1094, app/assets/stylesheets/global_styles.scss */
  #stack-page-container .app-stack-container {
    padding: 0 !important;
  }
  /* line 1098, app/assets/stylesheets/global_styles.scss */
  #service-description-undertitle {
    text-align: center;
    margin-top: 7px;
    font-size: 14px;
  }
  /* line 1104, app/assets/stylesheets/global_styles.scss */
  .nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    border-bottom: 3px solid #0690fa !important;
  }
  /* line 1110, app/assets/stylesheets/global_styles.scss */
  .tool-mob {
    margin: 0 0 20px 0;
    width: 100%;
    text-align: center;
  }
  /* line 1115, app/assets/stylesheets/global_styles.scss */
  .full-stack-container #stp-services .function-name-under {
    width: auto !important;
  }
  /* line 1119, app/assets/stylesheets/global_styles.scss */
  .source-link {
    display: none;
  }
  /* line 1123, app/assets/stylesheets/global_styles.scss */
  #stack-item-services-tile .col-xs-12 {
    width: 33%;
    padding: 10px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  /* line 1130, app/assets/stylesheets/global_styles.scss */
  #stack-item-services-tile .col-xs-12 {
    width: 32.5% !important;
    padding: 10px;
  }
}

@media (max-width: 500px) and (min-width: 300px) {
  /* line 1137, app/assets/stylesheets/global_styles.scss */
  #stack-item-services-tile .col-xs-12 {
    width: 32.5% !important;
    padding: 10px;
  }
  /* line 1142, app/assets/stylesheets/global_styles.scss */
  #service-pills-nav li:nth-child(1) {
    padding-left: 0px !important;
  }
  /* line 1146, app/assets/stylesheets/global_styles.scss */
  #service-name {
    padding-top: 5px;
  }
  /* line 1150, app/assets/stylesheets/global_styles.scss */
  .container-no {
    padding: 0;
  }
  /* line 1154, app/assets/stylesheets/global_styles.scss */
  #sp-sidebar-mobile {
    display: none;
  }
  /* line 1158, app/assets/stylesheets/global_styles.scss */
  .stack-navigator {
    margin: 0 !important;
  }
}

@media (max-width: 1000px) and (min-width: 300px) {
  /* line 1164, app/assets/stylesheets/global_styles.scss */
  .similar-services-items {
    height: auto !important;
  }
}

/* line 1, app/assets/stylesheets/vendor/blue-1.0.2.min.css */
.icheckbox_flat-blue, .iradio_flat-blue {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  background: url(../blue.html) no-repeat;
  border: none;
  cursor: pointer;
}

/* line 1, app/assets/stylesheets/vendor/blue-1.0.2.min.css */
.icheckbox_flat-blue {
  background-position: 0 0;
}

/* line 1, app/assets/stylesheets/vendor/blue-1.0.2.min.css */
.icheckbox_flat-blue.checked {
  background-position: -22px 0;
}

/* line 1, app/assets/stylesheets/vendor/blue-1.0.2.min.css */
.icheckbox_flat-blue.disabled {
  background-position: -44px 0;
  cursor: default;
}

/* line 1, app/assets/stylesheets/vendor/blue-1.0.2.min.css */
.icheckbox_flat-blue.checked.disabled {
  background-position: -66px 0;
}

/* line 1, app/assets/stylesheets/vendor/blue-1.0.2.min.css */
.iradio_flat-blue {
  background-position: -88px 0;
}

/* line 1, app/assets/stylesheets/vendor/blue-1.0.2.min.css */
.iradio_flat-blue.checked {
  background-position: -110px 0;
}

/* line 1, app/assets/stylesheets/vendor/blue-1.0.2.min.css */
.iradio_flat-blue.disabled {
  background-position: -132px 0;
  cursor: default;
}

/* line 1, app/assets/stylesheets/vendor/blue-1.0.2.min.css */
.iradio_flat-blue.checked.disabled {
  background-position: -154px 0;
}

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* line 1, app/assets/stylesheets/vendor/blue-1.0.2.min.css */
  .icheckbox_flat-blue, .iradio_flat-blue {
    background-image: url(../json/blue%402x.json);
    background-size: 176px 22px;
  }
}

/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
/* line 12, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

/* line 13, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
audio, canvas, video {
  display: inline-block;
}

/* line 14, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 15, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
[hidden] {
  display: none;
}

/* line 16, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 17, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
body {
  margin: 0;
}

/* line 18, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
a:focus {
  outline: thin dotted;
}

/* line 19, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
a:active, a:hover {
  outline: 0;
}

/* line 20, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 21, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 22, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
b, strong {
  font-weight: bold;
}

/* line 23, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
dfn {
  font-style: italic;
}

/* line 24, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
hr {
  box-sizing: content-box;
  height: 0;
}

/* line 25, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
mark {
  background: #ff0;
  color: #000;
}

/* line 26, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/* line 27, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
pre {
  white-space: pre-wrap;
}

/* line 28, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/* line 29, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
small {
  font-size: 80%;
}

/* line 30, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 31, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
sup {
  top: -0.5em;
}

/* line 32, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
sub {
  bottom: -0.25em;
}

/* line 33, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
img {
  border: 0;
}

/* line 34, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
svg:not(:root) {
  overflow: hidden;
}

/* line 35, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
figure {
  margin: 0;
}

/* line 36, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 37, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
legend {
  border: 0;
  padding: 0;
}

/* line 38, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

/* line 39, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
button, input {
  line-height: normal;
}

/* line 40, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
button, select {
  text-transform: none;
}

/* line 41, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 42, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
button[disabled], html input[disabled] {
  cursor: default;
}

/* line 43, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 44, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

/* line 45, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 46, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 47, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
textarea {
  overflow: auto;
  vertical-align: top;
}

/* line 48, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 49, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
*, *:before, *:after {
  box-sizing: border-box;
}

/* line 50, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 51, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #ffffff;
}

/* line 52, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 53, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
button, input, select[multiple], textarea {
  background-image: none;
}

/* line 54, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
a {
  color: #428bca;
  text-decoration: none;
}

/* line 54, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
a:hover, a:focus {
  color: #2a6496;
  text-decoration: underline;
}

/* line 55, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 56, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
img {
  vertical-align: middle;
}

/* line 57, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 58, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.img-rounded {
  border-radius: 6px;
}

/* line 59, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 60, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.img-circle {
  border-radius: 50%;
}

/* line 61, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* line 62, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(../eot/glyphicons-halflings-regular.eot);
  src: url(../eot/glyphicons-halflings-regulard41d.eot#iefix) format("embedded-opentype"), url(../woff/glyphicons-halflings-regular.woff) format("woff"), url(../ttf/glyphicons-halflings-regular.ttf) format("truetype"), url(../svg/glyphicons-halflings-regular.svg#glyphicons-halflingsregular) format("svg");
}

/* line 63, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

/* line 64, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-asterisk:before {
  content: "\2a";
}

/* line 65, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-plus:before {
  content: "\2b";
}

/* line 66, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-euro:before {
  content: "\20ac";
}

/* line 67, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-minus:before {
  content: "\2212";
}

/* line 68, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-cloud:before {
  content: "\2601";
}

/* line 69, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-envelope:before {
  content: "\2709";
}

/* line 70, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-pencil:before {
  content: "\270f";
}

/* line 71, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-glass:before {
  content: "\e001";
}

/* line 72, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-music:before {
  content: "\e002";
}

/* line 73, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-search:before {
  content: "\e003";
}

/* line 74, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-heart:before {
  content: "\e005";
}

/* line 75, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-star:before {
  content: "\e006";
}

/* line 76, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-star-empty:before {
  content: "\e007";
}

/* line 77, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-user:before {
  content: "\e008";
}

/* line 78, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-film:before {
  content: "\e009";
}

/* line 79, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-th-large:before {
  content: "\e010";
}

/* line 80, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-th:before {
  content: "\e011";
}

/* line 81, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-th-list:before {
  content: "\e012";
}

/* line 82, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-ok:before {
  content: "\e013";
}

/* line 83, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-remove:before {
  content: "\e014";
}

/* line 84, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-zoom-in:before {
  content: "\e015";
}

/* line 85, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-zoom-out:before {
  content: "\e016";
}

/* line 86, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-off:before {
  content: "\e017";
}

/* line 87, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-signal:before {
  content: "\e018";
}

/* line 88, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-cog:before {
  content: "\e019";
}

/* line 89, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-trash:before {
  content: "\e020";
}

/* line 90, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-home:before {
  content: "\e021";
}

/* line 91, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-file:before {
  content: "\e022";
}

/* line 92, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-time:before {
  content: "\e023";
}

/* line 93, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-road:before {
  content: "\e024";
}

/* line 94, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-download-alt:before {
  content: "\e025";
}

/* line 95, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-download:before {
  content: "\e026";
}

/* line 96, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-upload:before {
  content: "\e027";
}

/* line 97, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-inbox:before {
  content: "\e028";
}

/* line 98, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-play-circle:before {
  content: "\e029";
}

/* line 99, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-repeat:before {
  content: "\e030";
}

/* line 100, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-refresh:before {
  content: "\e031";
}

/* line 101, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-list-alt:before {
  content: "\e032";
}

/* line 102, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-flag:before {
  content: "\e034";
}

/* line 103, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-headphones:before {
  content: "\e035";
}

/* line 104, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-volume-off:before {
  content: "\e036";
}

/* line 105, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-volume-down:before {
  content: "\e037";
}

/* line 106, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-volume-up:before {
  content: "\e038";
}

/* line 107, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-qrcode:before {
  content: "\e039";
}

/* line 108, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-barcode:before {
  content: "\e040";
}

/* line 109, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-tag:before {
  content: "\e041";
}

/* line 110, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-tags:before {
  content: "\e042";
}

/* line 111, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-book:before {
  content: "\e043";
}

/* line 112, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-print:before {
  content: "\e045";
}

/* line 113, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-font:before {
  content: "\e047";
}

/* line 114, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-bold:before {
  content: "\e048";
}

/* line 115, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-italic:before {
  content: "\e049";
}

/* line 116, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-text-height:before {
  content: "\e050";
}

/* line 117, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-text-width:before {
  content: "\e051";
}

/* line 118, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-align-left:before {
  content: "\e052";
}

/* line 119, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-align-center:before {
  content: "\e053";
}

/* line 120, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-align-right:before {
  content: "\e054";
}

/* line 121, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-align-justify:before {
  content: "\e055";
}

/* line 122, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-list:before {
  content: "\e056";
}

/* line 123, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-indent-left:before {
  content: "\e057";
}

/* line 124, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-indent-right:before {
  content: "\e058";
}

/* line 125, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-facetime-video:before {
  content: "\e059";
}

/* line 126, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-picture:before {
  content: "\e060";
}

/* line 127, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-map-marker:before {
  content: "\e062";
}

/* line 128, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-adjust:before {
  content: "\e063";
}

/* line 129, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-tint:before {
  content: "\e064";
}

/* line 130, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-edit:before {
  content: "\e065";
}

/* line 131, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-share:before {
  content: "\e066";
}

/* line 132, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-check:before {
  content: "\e067";
}

/* line 133, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-move:before {
  content: "\e068";
}

/* line 134, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-step-backward:before {
  content: "\e069";
}

/* line 135, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-fast-backward:before {
  content: "\e070";
}

/* line 136, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-backward:before {
  content: "\e071";
}

/* line 137, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-play:before {
  content: "\e072";
}

/* line 138, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-pause:before {
  content: "\e073";
}

/* line 139, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-stop:before {
  content: "\e074";
}

/* line 140, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-forward:before {
  content: "\e075";
}

/* line 141, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-fast-forward:before {
  content: "\e076";
}

/* line 142, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-step-forward:before {
  content: "\e077";
}

/* line 143, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-eject:before {
  content: "\e078";
}

/* line 144, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-chevron-left:before {
  content: "\e079";
}

/* line 145, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 146, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-plus-sign:before {
  content: "\e081";
}

/* line 147, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-minus-sign:before {
  content: "\e082";
}

/* line 148, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-remove-sign:before {
  content: "\e083";
}

/* line 149, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-ok-sign:before {
  content: "\e084";
}

/* line 150, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-question-sign:before {
  content: "\e085";
}

/* line 151, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-info-sign:before {
  content: "\e086";
}

/* line 152, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-screenshot:before {
  content: "\e087";
}

/* line 153, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-remove-circle:before {
  content: "\e088";
}

/* line 154, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-ok-circle:before {
  content: "\e089";
}

/* line 155, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-ban-circle:before {
  content: "\e090";
}

/* line 156, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-arrow-left:before {
  content: "\e091";
}

/* line 157, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-arrow-right:before {
  content: "\e092";
}

/* line 158, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-arrow-up:before {
  content: "\e093";
}

/* line 159, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-arrow-down:before {
  content: "\e094";
}

/* line 160, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-share-alt:before {
  content: "\e095";
}

/* line 161, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-resize-full:before {
  content: "\e096";
}

/* line 162, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-resize-small:before {
  content: "\e097";
}

/* line 163, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}

/* line 164, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-gift:before {
  content: "\e102";
}

/* line 165, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-leaf:before {
  content: "\e103";
}

/* line 166, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-eye-open:before {
  content: "\e105";
}

/* line 167, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-eye-close:before {
  content: "\e106";
}

/* line 168, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-warning-sign:before {
  content: "\e107";
}

/* line 169, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-plane:before {
  content: "\e108";
}

/* line 170, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-random:before {
  content: "\e110";
}

/* line 171, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-comment:before {
  content: "\e111";
}

/* line 172, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-magnet:before {
  content: "\e112";
}

/* line 173, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-chevron-up:before {
  content: "\e113";
}

/* line 174, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-chevron-down:before {
  content: "\e114";
}

/* line 175, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-retweet:before {
  content: "\e115";
}

/* line 176, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-shopping-cart:before {
  content: "\e116";
}

/* line 177, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-folder-close:before {
  content: "\e117";
}

/* line 178, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-folder-open:before {
  content: "\e118";
}

/* line 179, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-resize-vertical:before {
  content: "\e119";
}

/* line 180, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}

/* line 181, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-hdd:before {
  content: "\e121";
}

/* line 182, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-bullhorn:before {
  content: "\e122";
}

/* line 183, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-certificate:before {
  content: "\e124";
}

/* line 184, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-thumbs-up:before {
  content: "\e125";
}

/* line 185, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-thumbs-down:before {
  content: "\e126";
}

/* line 186, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-hand-right:before {
  content: "\e127";
}

/* line 187, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-hand-left:before {
  content: "\e128";
}

/* line 188, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-hand-up:before {
  content: "\e129";
}

/* line 189, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-hand-down:before {
  content: "\e130";
}

/* line 190, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

/* line 191, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

/* line 192, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

/* line 193, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

/* line 194, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-globe:before {
  content: "\e135";
}

/* line 195, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-tasks:before {
  content: "\e137";
}

/* line 196, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-filter:before {
  content: "\e138";
}

/* line 197, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-fullscreen:before {
  content: "\e140";
}

/* line 198, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-dashboard:before {
  content: "\e141";
}

/* line 199, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-heart-empty:before {
  content: "\e143";
}

/* line 200, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-link:before {
  content: "\e144";
}

/* line 201, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-phone:before {
  content: "\e145";
}

/* line 202, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-usd:before {
  content: "\e148";
}

/* line 203, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-gbp:before {
  content: "\e149";
}

/* line 204, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-sort:before {
  content: "\e150";
}

/* line 205, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

/* line 206, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

/* line 207, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-sort-by-order:before {
  content: "\e153";
}

/* line 208, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

/* line 209, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

/* line 210, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

/* line 211, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-unchecked:before {
  content: "\e157";
}

/* line 212, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-expand:before {
  content: "\e158";
}

/* line 213, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-collapse-down:before {
  content: "\e159";
}

/* line 214, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-collapse-up:before {
  content: "\e160";
}

/* line 215, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-log-in:before {
  content: "\e161";
}

/* line 216, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-flash:before {
  content: "\e162";
}

/* line 217, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-log-out:before {
  content: "\e163";
}

/* line 218, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-new-window:before {
  content: "\e164";
}

/* line 219, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-record:before {
  content: "\e165";
}

/* line 220, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-save:before {
  content: "\e166";
}

/* line 221, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-open:before {
  content: "\e167";
}

/* line 222, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-saved:before {
  content: "\e168";
}

/* line 223, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-import:before {
  content: "\e169";
}

/* line 224, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-export:before {
  content: "\e170";
}

/* line 225, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-send:before {
  content: "\e171";
}

/* line 226, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-floppy-disk:before {
  content: "\e172";
}

/* line 227, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-floppy-saved:before {
  content: "\e173";
}

/* line 228, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-floppy-remove:before {
  content: "\e174";
}

/* line 229, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-floppy-save:before {
  content: "\e175";
}

/* line 230, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-floppy-open:before {
  content: "\e176";
}

/* line 231, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-credit-card:before {
  content: "\e177";
}

/* line 232, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-transfer:before {
  content: "\e178";
}

/* line 233, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-cutlery:before {
  content: "\e179";
}

/* line 234, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-header:before {
  content: "\e180";
}

/* line 235, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-compressed:before {
  content: "\e181";
}

/* line 236, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-earphone:before {
  content: "\e182";
}

/* line 237, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-phone-alt:before {
  content: "\e183";
}

/* line 238, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-tower:before {
  content: "\e184";
}

/* line 239, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-stats:before {
  content: "\e185";
}

/* line 240, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-sd-video:before {
  content: "\e186";
}

/* line 241, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-hd-video:before {
  content: "\e187";
}

/* line 242, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-subtitles:before {
  content: "\e188";
}

/* line 243, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-sound-stereo:before {
  content: "\e189";
}

/* line 244, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-sound-dolby:before {
  content: "\e190";
}

/* line 245, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-sound-5-1:before {
  content: "\e191";
}

/* line 246, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-sound-6-1:before {
  content: "\e192";
}

/* line 247, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-sound-7-1:before {
  content: "\e193";
}

/* line 248, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-copyright-mark:before {
  content: "\e194";
}

/* line 249, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-registration-mark:before {
  content: "\e195";
}

/* line 250, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-cloud-download:before {
  content: "\e197";
}

/* line 251, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-cloud-upload:before {
  content: "\e198";
}

/* line 252, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-tree-conifer:before {
  content: "\e199";
}

/* line 253, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/* line 254, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-briefcase:before {
  content: "\1f4bc";
}

/* line 255, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-calendar:before {
  content: "\1f4c5";
}

/* line 256, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-pushpin:before {
  content: "\1f4cc";
}

/* line 257, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-paperclip:before {
  content: "\1f4ce";
}

/* line 258, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-camera:before {
  content: "\1f4f7";
}

/* line 259, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-lock:before {
  content: "\1f512";
}

/* line 260, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-bell:before {
  content: "\1f514";
}

/* line 261, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-bookmark:before {
  content: "\1f516";
}

/* line 262, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-fire:before {
  content: "\1f525";
}

/* line 263, app/assets/stylesheets/vendor/bootstrap-glyphicons-3.0.0.css */
.glyphicon-wrench:before {
  content: "\1f527";
}

/**
 * selectize.bootstrap3.css (v0.12.3) - Bootstrap 3 Theme
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
/* line 16, app/assets/stylesheets/vendor/selectize.bootstrap3-0.12.3.css */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  box-shadow: inset 0 0 12px 4px #ffffff;
}

/* line 24, app/assets/stylesheets/vendor/selectize.bootstrap3-0.12.3.css */
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}

/* line 28, app/assets/stylesheets/vendor/selectize.bootstrap3-0.12.3.css */
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* line 32, app/assets/stylesheets/vendor/selectize.bootstrap3-0.12.3.css */
.selectize-dropdown-header {
  position: relative;
  padding: 3px 12px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 4px 4px 0 0;
}

/* line 41, app/assets/stylesheets/vendor/selectize.bootstrap3-0.12.3.css */
.selectize-dropdown-header-close {
  position: absolute;
  right: 12px;
  top: 50%;
  color: #333333;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

/* line 51, app/assets/stylesheets/vendor/selectize.bootstrap3-0.12.3.css */
.selectize-dropdown-header-close:hover {
  color: #000000;
}

/* line 54, app/assets/stylesheets/vendor/selectize.bootstrap3-0.12.3.css */
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  box-sizing: border-box;
}

/* line 62, app/assets/stylesheets/vendor/selectize.bootstrap3-0.12.3.css */
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

/* line 65, app/assets/stylesheets/vendor/selectize.bootstrap3-0.12.3.css */
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

/* line 68, app/assets/stylesheets/vendor/selectize.bootstrap3-0.12.3.css */
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

/* line 71, app/assets/stylesheets/vendor/selectize.bootstrap3-0.12.3.css */
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}

/* line 75, app/assets/stylesheets/vendor/selectize.bootstrap3-0.12.3.css */
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 1px 0 0 0;
  border-left: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
}

/* line 99, app/assets/stylesheets/vendor/selectize.bootstrap3-0.12.3.css */
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 102, app/assets/stylesheets/vendor/selectize.bootstrap3-0.12.3.css */
.selectize-control.plugin-remove_button .active[data-value] .remove {
  border-left-color: rgba(0, 0, 0, 0);
}

/* line 105, app/assets/stylesheets/vendor/selectize.bootstrap3-0.12.3.css */
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}

/* line 108, app/assets/stylesheets/vendor/selectize.bootstrap3-0.12.3.css */
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: rgba(77, 77, 77, 0);
}

/* line 111, app/assets/stylesheets/vendor/selectize.bootstrap3-0.12.3.css */
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 28px;
  top: 6px;
  font-size: 23px;
}

/* line 117, app/assets/stylesheets/vendor/selectize.bootstrap3-0.12.3.css */
.selectize-control {
  position: relative;
}

/* line 120, app/assets/stylesheets/vendor/selectize.bootstrap3-0.12.3.css */
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #333333;
  font-family: inherit;
  font-size: inherit;
  line-height: 20px;
  -webkit-font-smoothing: inherit;
}

/* line 129, app/assets/stylesheets/vendor/selectize.bootstrap3-0.12.3.css */
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block;
}

/* line 135, app/assets/stylesheets/vendor/selectize.bootstrap3-0.12.3.css */
.selectize-input {
  border: 1px solid #cccccc;
  padding: 6px 12px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: none;
  border-radius: 4px;
}

/* line 152, app/assets/stylesheets/vendor/selectize.bootstrap3-0.12.3.css */
.selectize-control.multi .selectize-input.has-items {
  padding: 5px 12px 2px;
}

/* line 155, app/assets/stylesheets/vendor/selectize.bootstrap3-0.12.3.css */
.selectize-input.full {
  background-color: #ffffff;
}

/* line 158, app/assets/stylesheets/vendor/selectize.bootstrap3-0.12.3.css */
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

/* line 162, app/assets/stylesheets/vendor/selectize.bootstrap3-0.12.3.css */
.selectize-input.focus {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

/* line 166, app/assets/stylesheets/vendor/selectize.bootstrap3-0.12.3.css */
.selectize-input.dropdown-active {
  border-radius: 4px 4px 0 0;
}

/* line 171, app/assets/stylesheets/vendor/selectize.bootstrap3-0.12.3.css */
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 178, app/assets/stylesheets/vendor/selectize.bootstrap3-0.12.3.css */
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 1px 3px;
  background: #efefef;
  color: #333333;
  border: 0 solid rgba(0, 0, 0, 0);
}

/* line 186, app/assets/stylesheets/vendor/selectize.bootstrap3-0.12.3.css */
.selectize-control.multi .selectize-input > div.active {
  background: #428bca;
  color: #ffffff;
  border: 0 solid rgba(0, 0, 0, 0);
}

/* line 191, app/assets/stylesheets/vendor/selectize.bootstrap3-0.12.3.css */
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #808080;
  background: #ffffff;
  border: 0 solid rgba(77, 77, 77, 0);
}

/* line 197, app/assets/stylesheets/vendor/selectize.bootstrap3-0.12.3.css */
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  box-shadow: none !important;
}

/* line 212, app/assets/stylesheets/vendor/selectize.bootstrap3-0.12.3.css */
.selectize-input > input::-ms-clear {
  display: none;
}

/* line 215, app/assets/stylesheets/vendor/selectize.bootstrap3-0.12.3.css */
.selectize-input > input:focus {
  outline: none !important;
}

/* line 218, app/assets/stylesheets/vendor/selectize.bootstrap3-0.12.3.css */
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}

/* line 223, app/assets/stylesheets/vendor/selectize.bootstrap3-0.12.3.css */
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #ffffff;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 233, app/assets/stylesheets/vendor/selectize.bootstrap3-0.12.3.css */
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 4px 4px;
}

/* line 249, app/assets/stylesheets/vendor/selectize.bootstrap3-0.12.3.css */
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

/* line 253, app/assets/stylesheets/vendor/selectize.bootstrap3-0.12.3.css */
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(255, 237, 40, 0.4);
  border-radius: 1px;
}

/* line 259, app/assets/stylesheets/vendor/selectize.bootstrap3-0.12.3.css */
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 3px 12px;
}

/* line 263, app/assets/stylesheets/vendor/selectize.bootstrap3-0.12.3.css */
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

/* line 266, app/assets/stylesheets/vendor/selectize.bootstrap3-0.12.3.css */
.selectize-dropdown .optgroup-header {
  color: #777777;
  background: #ffffff;
  cursor: default;
}

/* line 271, app/assets/stylesheets/vendor/selectize.bootstrap3-0.12.3.css */
.selectize-dropdown .active {
  background-color: #f5f5f5;
  color: #262626;
}

/* line 275, app/assets/stylesheets/vendor/selectize.bootstrap3-0.12.3.css */
.selectize-dropdown .active.create {
  color: #262626;
}

/* line 278, app/assets/stylesheets/vendor/selectize.bootstrap3-0.12.3.css */
.selectize-dropdown .create {
  color: rgba(51, 51, 51, 0.5);
}

/* line 281, app/assets/stylesheets/vendor/selectize.bootstrap3-0.12.3.css */
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
}

/* line 286, app/assets/stylesheets/vendor/selectize.bootstrap3-0.12.3.css */
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

/* line 290, app/assets/stylesheets/vendor/selectize.bootstrap3-0.12.3.css */
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

/* line 294, app/assets/stylesheets/vendor/selectize.bootstrap3-0.12.3.css */
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #333333 transparent transparent transparent;
}

/* line 307, app/assets/stylesheets/vendor/selectize.bootstrap3-0.12.3.css */
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #333333 transparent;
}

/* line 312, app/assets/stylesheets/vendor/selectize.bootstrap3-0.12.3.css */
.selectize-control.rtl.single .selectize-input:after {
  left: 17px;
  right: auto;
}

/* line 316, app/assets/stylesheets/vendor/selectize.bootstrap3-0.12.3.css */
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

/* line 319, app/assets/stylesheets/vendor/selectize.bootstrap3-0.12.3.css */
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #ffffff;
}

/* line 323, app/assets/stylesheets/vendor/selectize.bootstrap3-0.12.3.css */
.selectize-dropdown,
.selectize-dropdown.form-control {
  height: auto;
  padding: 0;
  margin: 2px 0 0 0;
  z-index: 1000;
  background: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

/* line 338, app/assets/stylesheets/vendor/selectize.bootstrap3-0.12.3.css */
.selectize-dropdown .optgroup-header {
  font-size: 12px;
  line-height: 1.42857143;
}

/* line 342, app/assets/stylesheets/vendor/selectize.bootstrap3-0.12.3.css */
.selectize-dropdown .optgroup:first-child:before {
  display: none;
}

/* line 345, app/assets/stylesheets/vendor/selectize.bootstrap3-0.12.3.css */
.selectize-dropdown .optgroup:before {
  content: ' ';
  display: block;
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
  margin-left: -12px;
  margin-right: -12px;
}

/* line 355, app/assets/stylesheets/vendor/selectize.bootstrap3-0.12.3.css */
.selectize-dropdown-content {
  padding: 5px 0;
}

/* line 358, app/assets/stylesheets/vendor/selectize.bootstrap3-0.12.3.css */
.selectize-dropdown-header {
  padding: 6px 12px;
}

/* line 361, app/assets/stylesheets/vendor/selectize.bootstrap3-0.12.3.css */
.selectize-input {
  min-height: 34px;
}

/* line 364, app/assets/stylesheets/vendor/selectize.bootstrap3-0.12.3.css */
.selectize-input.dropdown-active {
  border-radius: 4px;
}

/* line 369, app/assets/stylesheets/vendor/selectize.bootstrap3-0.12.3.css */
.selectize-input.dropdown-active::before {
  display: none;
}

/* line 372, app/assets/stylesheets/vendor/selectize.bootstrap3-0.12.3.css */
.selectize-input.focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 378, app/assets/stylesheets/vendor/selectize.bootstrap3-0.12.3.css */
.has-error .selectize-input {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 383, app/assets/stylesheets/vendor/selectize.bootstrap3-0.12.3.css */
.has-error .selectize-input:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

/* line 388, app/assets/stylesheets/vendor/selectize.bootstrap3-0.12.3.css */
.selectize-control.multi .selectize-input.has-items {
  padding-left: 9px;
  padding-right: 9px;
}

/* line 392, app/assets/stylesheets/vendor/selectize.bootstrap3-0.12.3.css */
.selectize-control.multi .selectize-input > div {
  border-radius: 3px;
}

/* line 397, app/assets/stylesheets/vendor/selectize.bootstrap3-0.12.3.css */
.form-control.selectize-control {
  padding: 0;
  height: auto;
  border: none;
  background: none;
  box-shadow: none;
  border-radius: 0;
}

@keyframes scale-in-tl {
  0% {
    transform: scale(0);
    transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: scale(1);
    transform-origin: 0 0;
    opacity: 1;
  }
}

/* line 1174, app/assets/stylesheets/global_styles.scss */
#login {
  display: inline-flex;
  margin: 10px 0;
}

/* line 1178, app/assets/stylesheets/global_styles.scss */
#login a {
  width: 300px;
}

/* line 1182, app/assets/stylesheets/global_styles.scss */
#login .btn-ss-bb-alt {
  padding: 8px;
  display: inline-flex;
  display: -webkit-inline-flex;
}

/* line 1188, app/assets/stylesheets/global_styles.scss */
#login .btn-ss-gh-alt {
  padding: 8px;
  display: inline-flex;
  display: -webkit-inline-flex;
}

/* line 1194, app/assets/stylesheets/global_styles.scss */
#login .fa-bitbucket {
  margin: auto 10px;
  display: inline-flex;
  font-size: 30px;
}

/* line 1201, app/assets/stylesheets/global_styles.scss */
.email-taken-page {
  text-align: center;
  padding-top: 130px;
  font-size: 23px;
  max-width: 600px;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* line 1217, app/assets/stylesheets/global_styles.scss */
.grecaptcha-badge {
  visibility: hidden;
}

/* line 1219, app/assets/stylesheets/global_styles.scss */
.alert-below-navbar {
  top: 69px;
  z-index: 0;
}

/*! X-editable - v1.4.6 
* In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery
* http://github.com/vitalets/x-editable
* Copyright (c) 2013 Vitaliy Potapov; Licensed MIT */
/* line 6, app/assets/stylesheets/bootstrap_editable.css */
.editableform {
  margin-bottom: 0;
  /* overwrites bootstrap margin */
}

/* line 10, app/assets/stylesheets/bootstrap_editable.css */
.editableform .control-group {
  margin-bottom: 0;
  /* overwrites bootstrap margin */
  white-space: nowrap;
  /* prevent wrapping buttons on new line */
  line-height: 20px;
  /* overwriting bootstrap line-height. See #133 */
}

/* line 16, app/assets/stylesheets/bootstrap_editable.css */
.editable-buttons {
  display: inline-block;
  /* should be inline to take effect of parent's white-space: nowrap */
  vertical-align: top;
  margin-left: 7px;
  /* inline-block emulation for IE7*/
  zoom: 1;
  *display: inline;
}

/* line 25, app/assets/stylesheets/bootstrap_editable.css */
.editable-buttons.editable-buttons-bottom {
  display: block;
  margin-top: 7px;
  margin-left: 0;
}

/* line 31, app/assets/stylesheets/bootstrap_editable.css */
.editable-input {
  vertical-align: top;
  display: inline-block;
  /* should be inline to take effect of parent's white-space: nowrap */
  width: auto;
  /* bootstrap-responsive has width: 100% that breakes layout */
  white-space: normal;
  /* reset white-space decalred in parent*/
  /* display-inline emulation for IE7*/
  zoom: 1;
  *display: inline;
}

/* line 41, app/assets/stylesheets/bootstrap_editable.css */
.editable-buttons .editable-cancel {
  margin-left: 7px;
}

/*for jquery-ui buttons need set height to look more pretty*/
/* line 46, app/assets/stylesheets/bootstrap_editable.css */
.editable-buttons button.ui-button-icon-only {
  height: 24px;
  width: 30px;
}

/* line 51, app/assets/stylesheets/bootstrap_editable.css */
.editableform-loading {
  background: url(../json/loading.json) center center no-repeat;
  height: 25px;
  width: auto;
  min-width: 25px;
}

/* line 58, app/assets/stylesheets/bootstrap_editable.css */
.editable-inline .editableform-loading {
  background-position: left 5px;
}

/* line 62, app/assets/stylesheets/bootstrap_editable.css */
.editable-error-block {
  max-width: 300px;
  margin: 5px 0 0 0;
  width: auto;
  white-space: normal;
}

/*add padding for jquery ui*/
/* line 70, app/assets/stylesheets/bootstrap_editable.css */
.editable-error-block.ui-state-error {
  padding: 3px;
}

/* line 74, app/assets/stylesheets/bootstrap_editable.css */
.editable-error {
  color: red;
}

/* ---- For specific types ---- */
/* line 80, app/assets/stylesheets/bootstrap_editable.css */
.editableform .editable-date {
  padding: 0;
  margin: 0;
  float: left;
}

/* move datepicker icon to center of add-on button. See https://github.com/vitalets/x-editable/issues/183 */
/* line 87, app/assets/stylesheets/bootstrap_editable.css */
.editable-inline .add-on .icon-th {
  margin-top: 3px;
  margin-left: 1px;
}

/* checklist vertical alignment */
/* line 94, app/assets/stylesheets/bootstrap_editable.css */
.editable-checklist label input[type="checkbox"],
.editable-checklist label span {
  vertical-align: middle;
  margin: 0;
}

/* line 100, app/assets/stylesheets/bootstrap_editable.css */
.editable-checklist label {
  white-space: nowrap;
}

/* set exact width of textarea to fit buttons toolbar */
/* line 105, app/assets/stylesheets/bootstrap_editable.css */
.editable-wysihtml5 {
  width: 566px;
  height: 250px;
}

/* clear button shown as link in date inputs */
/* line 111, app/assets/stylesheets/bootstrap_editable.css */
.editable-clear {
  clear: both;
  font-size: 0.9em;
  text-decoration: none;
  text-align: right;
}

/* IOS-style clear button for text inputs */
/* line 119, app/assets/stylesheets/bootstrap_editable.css */
.editable-clear-x {
  background: url(../json/clear.json) center center no-repeat;
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  opacity: 0.6;
  z-index: 100;
  top: 50%;
  right: 6px;
  margin-top: -6px;
}

/* line 134, app/assets/stylesheets/bootstrap_editable.css */
.editable-clear-x:hover {
  opacity: 1;
}

/* line 138, app/assets/stylesheets/bootstrap_editable.css */
.editable-pre-wrapped {
  white-space: pre-wrap;
}

/* line 141, app/assets/stylesheets/bootstrap_editable.css */
.editable-container.editable-popup {
  max-width: none !important;
  /* without this rule poshytip/tooltip does not stretch */
}

/* line 145, app/assets/stylesheets/bootstrap_editable.css */
.editable-container.popover {
  width: auto;
  /* without this rule popover does not stretch */
}

/* line 149, app/assets/stylesheets/bootstrap_editable.css */
.editable-container.editable-inline {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  /* inline-block emulation for IE7*/
  zoom: 1;
  *display: inline;
}

/* line 158, app/assets/stylesheets/bootstrap_editable.css */
.editable-container.ui-widget {
  font-size: inherit;
  /* jqueryui widget font 1.1em too big, overwrite it */
  z-index: 9990;
  /* should be less than select2 dropdown z-index to close dropdown first when click */
}

/* line 162, app/assets/stylesheets/bootstrap_editable.css */
.editable-click,
a.editable-click,
a.editable-click:hover {
  text-decoration: none;
  border-bottom: dashed 1px #0088cc;
}

/* line 169, app/assets/stylesheets/bootstrap_editable.css */
.editable-click.editable-disabled,
a.editable-click.editable-disabled,
a.editable-click.editable-disabled:hover {
  color: #585858;
  cursor: default;
  border-bottom: none;
}

/* line 177, app/assets/stylesheets/bootstrap_editable.css */
.editable-empty, .editable-empty:hover, .editable-empty:focus {
  font-style: italic;
  color: #DD1144;
  /* border-bottom: none; */
  text-decoration: none;
}

/* line 184, app/assets/stylesheets/bootstrap_editable.css */
.editable-unsaved {
  font-weight: bold;
}

/* line 188, app/assets/stylesheets/bootstrap_editable.css */
.editable-unsaved:after {
  /*    content: '*'*/
}

/* line 192, app/assets/stylesheets/bootstrap_editable.css */
.editable-bg-transition {
  transition: background-color 1400ms ease-out;
}

/*see https://github.com/vitalets/x-editable/issues/139 */
/* line 201, app/assets/stylesheets/bootstrap_editable.css */
.form-horizontal .editable {
  padding-top: 5px;
  display: inline-block;
}

/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
/* line 217, app/assets/stylesheets/bootstrap_editable.css */
.datepicker {
  padding: 4px;
  border-radius: 4px;
  direction: ltr;
  /*.dow {
        border-top: 1px solid #ddd !important;
    }*/
}

/* line 228, app/assets/stylesheets/bootstrap_editable.css */
.datepicker-inline {
  width: 220px;
}

/* line 231, app/assets/stylesheets/bootstrap_editable.css */
.datepicker.datepicker-rtl {
  direction: rtl;
}

/* line 234, app/assets/stylesheets/bootstrap_editable.css */
.datepicker.datepicker-rtl table tr td span {
  float: right;
}

/* line 237, app/assets/stylesheets/bootstrap_editable.css */
.datepicker-dropdown {
  top: 0;
  left: 0;
}

/* line 241, app/assets/stylesheets/bootstrap_editable.css */
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}

/* line 252, app/assets/stylesheets/bootstrap_editable.css */
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}

/* line 262, app/assets/stylesheets/bootstrap_editable.css */
.datepicker > div {
  display: none;
}

/* line 265, app/assets/stylesheets/bootstrap_editable.css */
.datepicker.days div.datepicker-days {
  display: block;
}

/* line 268, app/assets/stylesheets/bootstrap_editable.css */
.datepicker.months div.datepicker-months {
  display: block;
}

/* line 271, app/assets/stylesheets/bootstrap_editable.css */
.datepicker.years div.datepicker-years {
  display: block;
}

/* line 274, app/assets/stylesheets/bootstrap_editable.css */
.datepicker table {
  margin: 0;
}

/* line 277, app/assets/stylesheets/bootstrap_editable.css */
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: none;
}

/* line 287, app/assets/stylesheets/bootstrap_editable.css */
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}

/* line 291, app/assets/stylesheets/bootstrap_editable.css */
.datepicker table tr td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}

/* line 295, app/assets/stylesheets/bootstrap_editable.css */
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}

/* line 299, app/assets/stylesheets/bootstrap_editable.css */
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}

/* line 305, app/assets/stylesheets/bootstrap_editable.css */
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: linear-gradient(top, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}

/* line 323, app/assets/stylesheets/bootstrap_editable.css */
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled.active:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled.disabled:hover,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today[disabled]:hover,
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled[disabled]:hover {
  background-color: #fdf59a;
}

/* line 345, app/assets/stylesheets/bootstrap_editable.css */
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled.active:hover {
  background-color: #fbf069 \9;
}

/* line 355, app/assets/stylesheets/bootstrap_editable.css */
.datepicker table tr td.today:hover:hover {
  color: #000;
}

/* line 358, app/assets/stylesheets/bootstrap_editable.css */
.datepicker table tr td.today.active:hover {
  color: #fff;
}

/* line 361, app/assets/stylesheets/bootstrap_editable.css */
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  border-radius: 0;
}

/* line 370, app/assets/stylesheets/bootstrap_editable.css */
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: linear-gradient(top, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border-radius: 0;
}

/* line 390, app/assets/stylesheets/bootstrap_editable.css */
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled.active:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled.disabled:hover,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today[disabled]:hover,
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled[disabled]:hover {
  background-color: #f3e97a;
}

/* line 412, app/assets/stylesheets/bootstrap_editable.css */
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled.active:hover {
  background-color: #efe24b \9;
}

/* line 422, app/assets/stylesheets/bootstrap_editable.css */
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: linear-gradient(top, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 441, app/assets/stylesheets/bootstrap_editable.css */
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled.active:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled.disabled:hover,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled[disabled]:hover {
  background-color: #808080;
}

/* line 463, app/assets/stylesheets/bootstrap_editable.css */
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled.active:hover {
  background-color: #666666 \9;
}

/* line 473, app/assets/stylesheets/bootstrap_editable.css */
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 492, app/assets/stylesheets/bootstrap_editable.css */
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled.disabled:hover,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled[disabled]:hover {
  background-color: #0044cc;
}

/* line 514, app/assets/stylesheets/bootstrap_editable.css */
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.active:hover {
  background-color: #003399 \9;
}

/* line 524, app/assets/stylesheets/bootstrap_editable.css */
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}

/* line 536, app/assets/stylesheets/bootstrap_editable.css */
.datepicker table tr td span:hover {
  background: #eeeeee;
}

/* line 539, app/assets/stylesheets/bootstrap_editable.css */
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}

/* line 545, app/assets/stylesheets/bootstrap_editable.css */
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 564, app/assets/stylesheets/bootstrap_editable.css */
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled[disabled]:hover {
  background-color: #0044cc;
}

/* line 586, app/assets/stylesheets/bootstrap_editable.css */
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.active:hover {
  background-color: #003399 \9;
}

/* line 596, app/assets/stylesheets/bootstrap_editable.css */
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}

/* line 600, app/assets/stylesheets/bootstrap_editable.css */
.datepicker th.datepicker-switch {
  width: 145px;
}

/* line 603, app/assets/stylesheets/bootstrap_editable.css */
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}

/* line 607, app/assets/stylesheets/bootstrap_editable.css */
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}

/* line 611, app/assets/stylesheets/bootstrap_editable.css */
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

/* line 617, app/assets/stylesheets/bootstrap_editable.css */
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}

/* line 621, app/assets/stylesheets/bootstrap_editable.css */
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

/* line 628, app/assets/stylesheets/bootstrap_editable.css */
.input-daterange input {
  text-align: center;
}

/* line 631, app/assets/stylesheets/bootstrap_editable.css */
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}

/* line 636, app/assets/stylesheets/bootstrap_editable.css */
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}

/* line 641, app/assets/stylesheets/bootstrap_editable.css */
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}

/* line 1, app/assets/stylesheets/bootstrap_overrides.scss */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

/* line 11, app/assets/stylesheets/bootstrap_overrides.scss */
.col-xs-15 {
  width: 20%;
  float: left;
}

/* line 16, app/assets/stylesheets/bootstrap_overrides.scss */
a:focus {
  text-decoration: none;
}

@media (min-width: 768px) {
  /* line 21, app/assets/stylesheets/bootstrap_overrides.scss */
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  /* line 27, app/assets/stylesheets/bootstrap_overrides.scss */
  .col-md-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  /* line 33, app/assets/stylesheets/bootstrap_overrides.scss */
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}

/* line 39, app/assets/stylesheets/bootstrap_overrides.scss */
table a, table a:visited {
  font-weight: bold;
  color: #333;
}

/* line 44, app/assets/stylesheets/bootstrap_overrides.scss */
table a:hover, table a:focus {
  color: #0690fa;
}

/* line 48, app/assets/stylesheets/bootstrap_overrides.scss */
.popover {
  max-width: none;
}

/* line 53, app/assets/stylesheets/bootstrap_overrides.scss */
#i-use-this-container .popover {
  max-width: none;
  width: 250px;
  top: 0px !important;
}

/* line 58, app/assets/stylesheets/bootstrap_overrides.scss */
#i-use-this-container .popover .arrow {
  top: 8%;
}

/* line 1, app/assets/stylesheets/bootstrap-markdown.min.css */
.md-editor {
  display: block;
  border: 1px solid #ddd;
}

/* line 1, app/assets/stylesheets/bootstrap-markdown.min.css */
.md-editor .md-footer, .md-editor > .md-header {
  display: block;
  padding: 6px 4px;
  background: #f5f5f5;
}

/* line 1, app/assets/stylesheets/bootstrap-markdown.min.css */
.md-editor > .md-header {
  margin: 0;
}

/* line 1, app/assets/stylesheets/bootstrap-markdown.min.css */
.md-editor > .md-preview {
  background: #fff;
  border-top: 1px dashed #ddd;
  border-bottom: 1px dashed #ddd;
  min-height: 10px;
  overflow: auto;
}

/* line 1, app/assets/stylesheets/bootstrap-markdown.min.css */
.md-editor > textarea {
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
  font-size: 14px;
  outline: 0;
  margin: 0;
  display: block;
  padding: 0;
  width: 100%;
  border: 0;
  border-top: 1px dashed #ddd;
  border-bottom: 1px dashed #ddd;
  border-radius: 0;
  box-shadow: none;
  background: #eee;
}

/* line 1, app/assets/stylesheets/bootstrap-markdown.min.css */
.md-editor > textarea:focus {
  box-shadow: none;
  background: #fff;
}

/* line 1, app/assets/stylesheets/bootstrap-markdown.min.css */
.md-editor.active {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 1, app/assets/stylesheets/bootstrap-markdown.min.css */
.md-editor .md-controls {
  float: right;
  padding: 3px;
}

/* line 1, app/assets/stylesheets/bootstrap-markdown.min.css */
.md-editor .md-controls .md-control {
  right: 5px;
  color: #bebebe;
  padding: 3px 3px 3px 10px;
}

/* line 1, app/assets/stylesheets/bootstrap-markdown.min.css */
.md-editor .md-controls .md-control:hover {
  color: #333;
}

/* line 1, app/assets/stylesheets/bootstrap-markdown.min.css */
.md-editor.md-fullscreen-mode {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  padding: 60px 30px 15px;
  background: #fff !important;
  border: 0 !important;
}

/* line 1, app/assets/stylesheets/bootstrap-markdown.min.css */
.md-editor.md-fullscreen-mode .md-footer {
  display: none;
}

/* line 1, app/assets/stylesheets/bootstrap-markdown.min.css */
.md-editor.md-fullscreen-mode .md-input, .md-editor.md-fullscreen-mode .md-preview {
  margin: 0 auto !important;
  height: 100% !important;
  font-size: 20px !important;
  padding: 20px !important;
  color: #999;
  line-height: 1.6em !important;
  resize: none !important;
  box-shadow: none !important;
  background: #fff !important;
  border: 0 !important;
}

/* line 1, app/assets/stylesheets/bootstrap-markdown.min.css */
.md-editor.md-fullscreen-mode .md-preview {
  color: #333;
  overflow: auto;
}

/* line 1, app/assets/stylesheets/bootstrap-markdown.min.css */
.md-editor.md-fullscreen-mode .md-input:focus, .md-editor.md-fullscreen-mode .md-input:hover {
  color: #333;
  background: #fff !important;
}

/* line 1, app/assets/stylesheets/bootstrap-markdown.min.css */
.md-editor.md-fullscreen-mode .md-header {
  background: 0 0;
  text-align: center;
  position: fixed;
  width: 100%;
  top: 20px;
}

/* line 1, app/assets/stylesheets/bootstrap-markdown.min.css */
.md-editor.md-fullscreen-mode .btn-group {
  float: none;
}

/* line 1, app/assets/stylesheets/bootstrap-markdown.min.css */
.md-editor.md-fullscreen-mode .btn {
  border: 0;
  background: 0 0;
  color: #b3b3b3;
}

/* line 1, app/assets/stylesheets/bootstrap-markdown.min.css */
.md-editor.md-fullscreen-mode .btn.active, .md-editor.md-fullscreen-mode .btn:active, .md-editor.md-fullscreen-mode .btn:focus, .md-editor.md-fullscreen-mode .btn:hover {
  box-shadow: none;
  color: #333;
}

/* line 1, app/assets/stylesheets/bootstrap-markdown.min.css */
.md-editor.md-fullscreen-mode .md-fullscreen-controls {
  position: absolute;
  top: 20px;
  right: 20px;
  text-align: right;
  z-index: 1002;
  display: block;
}

/* line 1, app/assets/stylesheets/bootstrap-markdown.min.css */
.md-editor.md-fullscreen-mode .md-fullscreen-controls a {
  color: #b3b3b3;
  clear: right;
  margin: 10px;
  width: 30px;
  height: 30px;
  text-align: center;
}

/* line 1, app/assets/stylesheets/bootstrap-markdown.min.css */
.md-editor.md-fullscreen-mode .md-fullscreen-controls a:hover {
  color: #333;
  text-decoration: none;
}

/* line 1, app/assets/stylesheets/bootstrap-markdown.min.css */
.md-editor.md-fullscreen-mode .md-editor {
  height: 100% !important;
  position: relative;
}

/* line 1, app/assets/stylesheets/bootstrap-markdown.min.css */
.md-editor .md-fullscreen-controls {
  display: none;
}

/* line 1, app/assets/stylesheets/bootstrap-markdown.min.css */
.md-nooverflow {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

/* line 3, app/assets/stylesheets/autosuggest.scss */
.react-autosuggest__container {
  position: relative;
  width: 100%;
}

/* line 8, app/assets/stylesheets/autosuggest.scss */
.react-autosuggest__input {
  width: 240px;
  height: 30px;
  padding: 10px 20px;
  font-weight: 300;
  font-size: 16px;
  border: 1px solid #aaa;
  border-radius: 4px;
}

/* line 18, app/assets/stylesheets/autosuggest.scss */
.react-autosuggest__input--focused {
  outline: none;
}

/* line 22, app/assets/stylesheets/autosuggest.scss */
.react-autosuggest__input--open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 27, app/assets/stylesheets/autosuggest.scss */
.react-autosuggest__suggestions-container {
  display: none;
}

/* line 31, app/assets/stylesheets/autosuggest.scss */
.react-autosuggest__suggestions-container--open {
  display: block;
  position: absolute;
  top: 47px;
  width: 100%;
  max-height: 300px;
  overflow-y: scroll;
  border: 1px solid #ededed;
  border-top: none;
  box-shadow: 0px 2px 11px -2px #e8e8e8;
  background-color: #fff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-bottom: 10px;
  z-index: 2;
}

/* line 48, app/assets/stylesheets/autosuggest.scss */
.react-autosuggest__suggestions-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* line 54, app/assets/stylesheets/autosuggest.scss */
.react-autosuggest__suggestion {
  cursor: pointer;
  padding: 10px 20px;
}

/* line 59, app/assets/stylesheets/autosuggest.scss */
.react-autosuggest__suggestion--highlighted {
  background-color: #f0f0f0;
}

/* line 2, app/assets/stylesheets/categories.scss */
.categories-container .row {
  margin-left: 0;
  margin-right: 0;
}

/* line 6, app/assets/stylesheets/categories.scss */
.categories-container .layers-container {
  max-width: 1100px;
  margin: 24px auto 0;
}

/* line 10, app/assets/stylesheets/categories.scss */
.categories-container .layer-box {
  border: 1px solid #ddd;
  border-radius: 2px;
  margin-bottom: 16px;
  box-shadow: 0 1px 0 0 #dde3e8;
  padding: 10px;
  display: flex;
  align-items: center;
}

/* line 18, app/assets/stylesheets/categories.scss */
.categories-container .layer-box:hover {
  border-color: #008ff9;
  box-shadow: 2px 1px 7px 0 rgba(0, 143, 249, 0.36);
}

/* line 23, app/assets/stylesheets/categories.scss */
.categories-container .layer-name {
  color: #1e1e1e;
  font-size: 16px;
  font-weight: 600;
}

/* line 28, app/assets/stylesheets/categories.scss */
.categories-container .layer-categories {
  margin-left: auto;
  color: #a1a1a1;
}

/* line 31, app/assets/stylesheets/categories.scss */
.categories-container .layer-categories .middot:last-child {
  display: none;
}

/* line 35, app/assets/stylesheets/categories.scss */
.categories-container .functions-container {
  max-width: 1100px;
  margin: 56px auto;
}

/* line 39, app/assets/stylesheets/categories.scss */
.categories-container .category-box {
  border: 1px solid #ddd;
  border-radius: 2px;
  margin-bottom: 24px;
}

/* line 44, app/assets/stylesheets/categories.scss */
.categories-container .category-header {
  padding: 8px 11px;
  text-align: left;
  display: flex;
  align-items: center;
}

/* line 49, app/assets/stylesheets/categories.scss */
.categories-container .category-header a {
  color: #1e1e1e;
  font-size: 15px;
  font-weight: 600;
}

/* line 53, app/assets/stylesheets/categories.scss */
.categories-container .category-header a:hover {
  color: #a1a1a1;
}

/* line 58, app/assets/stylesheets/categories.scss */
.categories-container .category-subheader {
  display: flex;
  align-items: center;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: #a6a6a6;
  text-transform: uppercase;
  padding: 16px 13px 0;
  border-top: 1px solid #ddd;
}

/* line 69, app/assets/stylesheets/categories.scss */
.categories-container .top-service-title {
  margin-left: auto;
}

/* line 72, app/assets/stylesheets/categories.scss */
.categories-container .category-icon {
  width: 45px;
  height: 45px;
  display: block;
  border: 1px solid #e1e1e1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

/* line 82, app/assets/stylesheets/categories.scss */
.categories-container .function-row {
  padding: 16px 13px;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
}

/* line 87, app/assets/stylesheets/categories.scss */
.categories-container .function-row a:hover {
  color: #a1a1a1;
}

/* line 91, app/assets/stylesheets/categories.scss */
.categories-container .function-link {
  font-weight: 600;
  color: #1e1e1e;
  padding-right: 6px;
}

/* line 96, app/assets/stylesheets/categories.scss */
.categories-container .top-service {
  display: flex;
  align-items: center;
  margin-left: auto;
  text-align: right;
}

/* line 101, app/assets/stylesheets/categories.scss */
.categories-container .top-service > a {
  font-size: 11px;
  color: #565656;
}

/* line 106, app/assets/stylesheets/categories.scss */
.categories-container .service-logo img {
  width: 32px;
  height: 32px;
  border-radius: 2px;
  margin-left: 6px;
}

/* line 112, app/assets/stylesheets/categories.scss */
.categories-container .see-all-wrap {
  padding: 16px 0;
}

/* line 115, app/assets/stylesheets/categories.scss */
.categories-container .see-all-button {
  padding: 8px 0;
  width: 176px;
  border-radius: 100px;
  border: 1px solid #b8b8b8;
  display: block;
  margin: 0 auto;
  text-align: center;
}

/* line 123, app/assets/stylesheets/categories.scss */
.categories-container .see-all-button:hover {
  border-color: #565656;
  color: #333;
}

/* line 6, app/assets/stylesheets/comments.scss */
#comment_area {
  margin-top: 30px;
  width: 485px;
  margin-left: 20px;
  padding-right: 30px;
}

/* line 12, app/assets/stylesheets/comments.scss */
.comment_comment {
  line-height: 15px !important;
  padding-bottom: 15px;
  padding-top: 5px;
}

/* line 18, app/assets/stylesheets/comments.scss */
.comment-link-container {
  padding: 10px 0 0 0;
}

/* line 22, app/assets/stylesheets/comments.scss */
.comment_image {
  vertical-align: middle;
  padding: 0 15px 0 0;
}

/* line 25, app/assets/stylesheets/comments.scss */
.comment_image img {
  width: 130px;
}

/* line 30, app/assets/stylesheets/comments.scss */
.comment_link_title {
  font-weight: bold;
  padding: 0 0 5px 0;
}

/* line 35, app/assets/stylesheets/comments.scss */
.comment_link {
  margin-bottom: 5px;
}

/* line 43, app/assets/stylesheets/comments.scss */
.comment-wrapper {
  margin-bottom: 10px;
}

/* line 47, app/assets/stylesheets/comments.scss */
.new_comment {
  margin-left: 73px;
}

/* line 51, app/assets/stylesheets/comments.scss */
.time-comment {
  color: #b5b5b5;
  margin-top: -8px;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 10px;
}

/* line 58, app/assets/stylesheets/comments.scss */
.count {
  font-weight: bold;
  font-size: 8pt;
  margin-top: 0px;
  margin-bottom: 0px;
}

/* line 65, app/assets/stylesheets/comments.scss */
.comment-author {
  font-weight: bold;
  margin-bottom: 3px;
}

/* line 70, app/assets/stylesheets/comments.scss */
.vote-buttons {
  vertical-align: top;
  padding-left: 20px;
  width: 10px;
}

/* line 76, app/assets/stylesheets/comments.scss */
.vote:hover, .voted {
  background-color: #0ea8ac;
  border-radius: 3px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-top: 5px;
}

/* line 85, app/assets/stylesheets/comments.scss */
.vote {
  background-color: #e4f3f4;
  border-radius: 3px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-top: 5px;
  margin-bottom: 1px;
}

/* line 95, app/assets/stylesheets/comments.scss */
.empty-comment-area {
  background-color: #ebebeb;
}

/* line 103, app/assets/stylesheets/comments.scss */
.written-comment {
  padding: 7px 13px;
}

/* line 106, app/assets/stylesheets/comments.scss */
.written-comment h5 {
  margin-top: 0;
}

/* line 111, app/assets/stylesheets/comments.scss */
.team-highlight {
  border: 1px solid gold;
  background-color: #FFFFEC;
}

/* line 116, app/assets/stylesheets/comments.scss */
.md-editor {
  border-radius: 4px;
  margin: 10px 0;
}

/* line 121, app/assets/stylesheets/comments.scss */
.md-editor > .md-header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 126, app/assets/stylesheets/comments.scss */
.md-editor.active > .md-header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  display: block;
}

/* line 132, app/assets/stylesheets/comments.scss */
.md-editor > textarea {
  border: 0px;
  border-radius: 4px;
  background: white;
}

/* line 138, app/assets/stylesheets/comments.scss */
.written-reply {
  padding: 7px 15px 7px 50px;
}

/* line 141, app/assets/stylesheets/comments.scss */
.written-reply h5 {
  margin-top: 0;
}

/* line 146, app/assets/stylesheets/comments.scss */
.editable-buttons > .btn-primary {
  background-color: #0690fa;
  border: transparent;
}

/* line 151, app/assets/stylesheets/comments.scss */
#review-comments {
  margin-left: 40px;
}

/* line 155, app/assets/stylesheets/comments.scss */
.comment-author-name {
  font-size: 12px;
  font-weight: 400;
}

/* line 160, app/assets/stylesheets/comments.scss */
a.comment-author-name, a.comment-author-name:visited {
  color: grey;
}

/* line 164, app/assets/stylesheets/comments.scss */
a.comment-author-name:hover {
  color: #0690fa;
}

/* line 168, app/assets/stylesheets/comments.scss */
.comment-body p {
  padding: 0;
  font-size: 12px !important;
}

/* line 173, app/assets/stylesheets/comments.scss */
a.flag-comment-link {
  padding: 1px 5px;
  border-radius: 3px;
  color: #F00;
  border-color: #F00;
  font-size: 10px;
}

/* line 181, app/assets/stylesheets/comments.scss */
a.flagged-comment {
  background-color: #F00 !important;
  color: #fff !important;
}

/* line 186, app/assets/stylesheets/comments.scss */
a.flag-comment-link:hover, a.flag-comment-link:active {
  background-color: #F00;
  color: #fff;
}

/* line 3, app/assets/stylesheets/react_comments.scss */
.comment_action_modal__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.5;
  z-index: 1040;
}

/* line 14, app/assets/stylesheets/react_comments.scss */
.comment_action_modal__dialog_wrapper {
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 1050;
  transform: translateY(-50%);
}

/* line 29, app/assets/stylesheets/react_comments.scss */
.react_comments__comment_visibility_toggle {
  margin: 25px 0 25px 0;
}

/* line 33, app/assets/stylesheets/react_comments.scss */
.react_comments__add_new_comment {
  margin: 25px 0 25px 0;
}

/* line 37, app/assets/stylesheets/react_comments.scss */
.react_comments .react-overlay__modal {
  left: calc(50% - 300px);
}

@media (max-width: 600px) {
  /* line 37, app/assets/stylesheets/react_comments.scss */
  .react_comments .react-overlay__modal {
    left: auto;
  }
}

/* line 47, app/assets/stylesheets/react_comments.scss */
.react_comments__comment .comment-body a {
  color: #0690fa;
  font-weight: bold;
}

/* line 53, app/assets/stylesheets/react_comments.scss */
.react_comments__comment--visible {
  display: block;
}

/* line 57, app/assets/stylesheets/react_comments.scss */
.react_comments__comment--hidden {
  display: none;
}

/* line 61, app/assets/stylesheets/react_comments.scss */
.react_comments__comment .comment-links {
  margin-left: 5px;
  cursor: pointer;
}

/* line 66, app/assets/stylesheets/react_comments.scss */
.react_comments__comment .flag-comment-link {
  margin-left: 5px;
}

/* line 70, app/assets/stylesheets/react_comments.scss */
.react_comments__comment .voting-buttons {
  cursor: pointer;
}

/* line 78, app/assets/stylesheets/react_comments.scss */
.react_comments__view_more__wrapper {
  text-align: center;
  margin: 20px 0 20px 0;
}

/* line 87, app/assets/stylesheets/react_comments.scss */
.react_comments__scroll_to_bottom__wrapper {
  margin: 20px 0 20px 0;
}

/* line 1, app/assets/stylesheets/react_reasons.scss */
ul::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

/* line 6, app/assets/stylesheets/react_reasons.scss */
ul::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

/* line 14, app/assets/stylesheets/react_reasons.scss */
.reasons_header__container {
  height: 68px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(208, 208, 208, 0.26);
  border-left: solid 1px #e1e1e1;
  border-right: solid 1px #e1e1e1;
  border-bottom: solid 1px #e1e1e1;
  position: sticky;
  top: 0px;
  z-index: 9;
}

/* line 26, app/assets/stylesheets/react_reasons.scss */
.reasons_header__details {
  margin-left: 50px;
  display: inline-flex;
  align-items: center;
  height: 66px;
}

@media (max-width: 767px) {
  /* line 26, app/assets/stylesheets/react_reasons.scss */
  .reasons_header__details {
    margin-left: 10px;
  }
}

/* line 34, app/assets/stylesheets/react_reasons.scss */
.reasons_header__details__avatar {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

/* line 39, app/assets/stylesheets/react_reasons.scss */
.reasons_header__details__username {
  font-family: Open Sans;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.4px;
  color: #323232;
  margin-left: 11px;
  margin-right: 30px;
}

/* line 48, app/assets/stylesheets/react_reasons.scss */
.reasons_header__details__points_title {
  margin-left: auto;
  justify-content: right;
  font-family: Open Sans;
  font-size: 16px;
  color: #ffa700;
}

/* line 55, app/assets/stylesheets/react_reasons.scss */
.reasons_header__details__points_value {
  margin-left: 12px;
  margin-right: 50px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: #ffa700;
}

@media (max-width: 767px) {
  /* line 55, app/assets/stylesheets/react_reasons.scss */
  .reasons_header__details__points_value {
    margin-right: 10px;
  }
}

/* line 65, app/assets/stylesheets/react_reasons.scss */
.reasons_header__details__points_value span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  font-family: Open Sans;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.8px;
  color: #ffffff;
}

/* line 81, app/assets/stylesheets/react_reasons.scss */
.reasons_service_card__tooltip {
  position: absolute;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: -2px 1px 15px 2px rgba(0, 0, 0, 0.11);
  z-index: 999;
}

/* line 87, app/assets/stylesheets/react_reasons.scss */
.reasons_service_card__tooltip--visible {
  display: block;
}

/* line 90, app/assets/stylesheets/react_reasons.scss */
.reasons_service_card__tooltip--hidden {
  display: none;
}

@media (max-width: 767px) {
  /* line 81, app/assets/stylesheets/react_reasons.scss */
  .reasons_service_card__tooltip {
    display: none;
  }
}

/* line 96, app/assets/stylesheets/react_reasons.scss */
.reasons_service_card__tooltip__content {
  padding: 10px;
  display: none;
}

/* line 100, app/assets/stylesheets/react_reasons.scss */
.reasons_service_card__tooltip__inner_content {
  display: flex;
  align-items: center;
  margin-top: 5px;
}

/* line 105, app/assets/stylesheets/react_reasons.scss */
.reasons_service_card__tooltip__submitted_by {
  font-size: 10px;
  color: #d7d7d7;
}

/* line 110, app/assets/stylesheets/react_reasons.scss */
.reasons_service_card__tooltip__avatar {
  border-radius: 50%;
  height: 20px;
  width: 20px;
}

/* line 116, app/assets/stylesheets/react_reasons.scss */
.reasons_service_card__tooltip__username {
  margin-left: 5px;
  font-weight: bold;
}

/* line 121, app/assets/stylesheets/react_reasons.scss */
.reasons_service_card__tooltip__triangle {
  position: absolute;
  top: 20px;
  left: -8px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid white;
}

/* line 135, app/assets/stylesheets/react_reasons.scss */
.reasons_service_card_list {
  min-width: 320px;
  position: relative;
}

/* line 139, app/assets/stylesheets/react_reasons.scss */
.reasons_service_card_list__mobile_next_tool_link {
  position: fixed;
  z-index: 100003;
  bottom: 8px;
  right: 8px;
  width: 50px;
  height: 50px;
  border-radius: 2px;
  background-color: #068dfe;
  border: solid 1px #068dfe;
  display: none;
}

@media (max-width: 767px) {
  /* line 139, app/assets/stylesheets/react_reasons.scss */
  .reasons_service_card_list__mobile_next_tool_link {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/* line 155, app/assets/stylesheets/react_reasons.scss */
.reasons_service_card_list__mobile_next_tool_link__icon {
  display: inline-block;
  border: 1px solid white;
  border-radius: 50%;
  height: 29px;
  width: 29px;
}

/* line 161, app/assets/stylesheets/react_reasons.scss */
.reasons_service_card_list__mobile_next_tool_link__icon span {
  width: 100%;
  text-align: center;
  margin-top: 6px;
  color: white;
}

/* line 172, app/assets/stylesheets/react_reasons.scss */
.reasons_service_card_list__explainer__wrapper {
  text-align: center;
}

/* line 176, app/assets/stylesheets/react_reasons.scss */
.reasons_service_card_list__explainer__illustration {
  width: 64px;
  height: 53px;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 183, app/assets/stylesheets/react_reasons.scss */
.reasons_service_card_list__explainer__title {
  margin-top: 30px;
  font-family: Open Sans;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.38;
  letter-spacing: 0.7px;
  color: #068dfe;
}

/* line 193, app/assets/stylesheets/react_reasons.scss */
.reasons_service_card_list__explainer__body {
  margin: 0 auto;
  width: 270px;
  margin-bottom: 10px;
  font-family: Open Sans;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.6;
  letter-spacing: 0.4px;
  text-align: center;
  color: #565656;
}

/* line 206, app/assets/stylesheets/react_reasons.scss */
.reasons_service_card_list__explainer__body span {
  font-weight: bold;
}

/* line 209, app/assets/stylesheets/react_reasons.scss */
.reasons_service_card_list__explainer__body--footer {
  font-size: 15px;
  margin-bottom: 80px;
  margin-top: 80px;
}

/* line 219, app/assets/stylesheets/react_reasons.scss */
.reasons_service_card_list .tool_card {
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(208, 208, 208, 0.26);
  border: solid 1px #e1e1e1;
  margin-top: 20px;
  padding: 30px 35px 30px 35px;
}

@media (max-width: 767px) {
  /* line 219, app/assets/stylesheets/react_reasons.scss */
  .reasons_service_card_list .tool_card {
    padding: 21px 13px 21px 13px;
  }
}

/* line 236, app/assets/stylesheets/react_reasons.scss */
.reasons_service_card_list .tool_card__header__container {
  display: flex;
}

/* line 240, app/assets/stylesheets/react_reasons.scss */
.reasons_service_card_list .tool_card__header__logo {
  width: 104px;
  height: 104px;
  border-radius: 4px;
  background-color: white;
  border: 1px solid #ebebeb;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  /* line 240, app/assets/stylesheets/react_reasons.scss */
  .reasons_service_card_list .tool_card__header__logo {
    height: 60px;
    width: 60px;
  }
}

/* line 254, app/assets/stylesheets/react_reasons.scss */
.reasons_service_card_list .tool_card__header__details {
  margin: auto 0;
  padding: 0 23px 0 23px;
}

@media (max-width: 767px) {
  /* line 254, app/assets/stylesheets/react_reasons.scss */
  .reasons_service_card_list .tool_card__header__details {
    padding: 0 13px 0 13px;
  }
}

/* line 265, app/assets/stylesheets/react_reasons.scss */
.reasons_service_card_list .tool_card__header__name {
  font-family: Open Sans;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.1px;
  color: #323232;
}

@media (max-width: 767px) {
  /* line 265, app/assets/stylesheets/react_reasons.scss */
  .reasons_service_card_list .tool_card__header__name {
    font-size: 20px;
    letter-spacing: 0.1px;
  }
}

/* line 280, app/assets/stylesheets/react_reasons.scss */
.reasons_service_card_list .tool_card__header a:hover {
  color: #068dfe;
}

/* line 284, app/assets/stylesheets/react_reasons.scss */
.reasons_service_card_list .tool_card__header__title {
  font-family: Open Sans;
  font-size: 16px;
  line-height: 1.58;
  letter-spacing: 0.5px;
  color: #565656;
  margin-top: 2px;
}

@media (max-width: 1000px) {
  /* line 284, app/assets/stylesheets/react_reasons.scss */
  .reasons_service_card_list .tool_card__header__title {
    max-width: 280px;
  }
}

@media (max-width: 400px) {
  /* line 284, app/assets/stylesheets/react_reasons.scss */
  .reasons_service_card_list .tool_card__header__title {
    max-width: 189px;
  }
}

/* line 303, app/assets/stylesheets/react_reasons.scss */
.reasons_service_card_list .tool_card__header__next_tool_link {
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-shrink: 0;
  color: #068dfe;
  width: 163px;
  height: 50px;
  border-radius: 2px;
  background-color: #ffffff;
  border: solid 1px #068dfe;
  margin-left: auto;
}

@media (max-width: 767px) {
  /* line 303, app/assets/stylesheets/react_reasons.scss */
  .reasons_service_card_list .tool_card__header__next_tool_link {
    display: none;
  }
}

/* line 324, app/assets/stylesheets/react_reasons.scss */
.reasons_service_card_list .tool_card__header__next_tool_link_text {
  display: inline-block;
  font-family: Open Sans;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.7px;
  margin-left: 16px;
}

/* line 334, app/assets/stylesheets/react_reasons.scss */
.reasons_service_card_list .tool_card__header__next_tool_link_icon {
  display: inline-block;
  border: 1px solid #068dfe;
  border-radius: 50%;
  height: 29px;
  margin-left: 19px;
  width: 29px;
}

/* line 341, app/assets/stylesheets/react_reasons.scss */
.reasons_service_card_list .tool_card__header__next_tool_link_icon span {
  width: 100%;
  text-align: center;
  margin-top: 6px;
}

/* line 350, app/assets/stylesheets/react_reasons.scss */
.reasons_service_card_list .tool_card__body {
  margin-top: 39px;
}

@media (max-width: 767px) {
  /* line 350, app/assets/stylesheets/react_reasons.scss */
  .reasons_service_card_list .tool_card__body {
    margin-top: 0;
  }
}

/* line 355, app/assets/stylesheets/react_reasons.scss */
.reasons_service_card_list .tool_card__body__filtering {
  display: block;
  width: 70px;
}

/* line 359, app/assets/stylesheets/react_reasons.scss */
.reasons_service_card_list .tool_card__body__column_header {
  font-family: Open Sans;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.6px;
  color: #323232;
  padding-left: 10px;
}

/* line 368, app/assets/stylesheets/react_reasons.scss */
.reasons_service_card_list .tool_card__body__column_header_description {
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0.6px;
  color: grey;
  margin-left: 7px;
}

/* line 376, app/assets/stylesheets/react_reasons.scss */
.reasons_service_card_list .tool_card__body__column_divider {
  border-bottom: 1px solid #c9c9c9;
  margin-top: 10px;
}

/* line 381, app/assets/stylesheets/react_reasons.scss */
.reasons_service_card_list .tool_card__body__column_body {
  padding: 23px 10px 0px 10px;
}

/* line 385, app/assets/stylesheets/react_reasons.scss */
.reasons_service_card_list .tool_card__body__empty_list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  font-family: Open Sans;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 265px;
  letter-spacing: 0.4px;
  text-align: center;
  color: #565656;
  height: 265px;
}

@media (max-width: 767px) {
  /* line 385, app/assets/stylesheets/react_reasons.scss */
  .reasons_service_card_list .tool_card__body__empty_list {
    max-height: 265px;
    line-height: 1.6;
    height: auto;
    font-size: 12px;
  }
}

/* line 409, app/assets/stylesheets/react_reasons.scss */
.reasons_service_card_list .tool_card__body__empty_list span {
  color: grey;
}

/* line 414, app/assets/stylesheets/react_reasons.scss */
.reasons_service_card_list .tool_card__body__reasons_list {
  list-style-type: none;
  overflow-y: scroll;
  height: 265px;
  padding: 0;
  margin: 0;
}

@media (max-width: 767px) {
  /* line 414, app/assets/stylesheets/react_reasons.scss */
  .reasons_service_card_list .tool_card__body__reasons_list {
    max-height: 265px;
    height: auto;
  }
}

/* line 428, app/assets/stylesheets/react_reasons.scss */
.reasons_service_card_list .tool_card__body li:last-child {
  margin-bottom: 0;
}

/* line 432, app/assets/stylesheets/react_reasons.scss */
.reasons_service_card_list .tool_card__body__reason {
  margin-bottom: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

/* line 438, app/assets/stylesheets/react_reasons.scss */
.reasons_service_card_list .tool_card__body__reason__tooltip_anchor {
  position: relative;
  width: 10px;
  height: 10px;
  background-color: blue;
}

/* line 446, app/assets/stylesheets/react_reasons.scss */
.reasons_service_card_list .tool_card__body__reason__tooltip__wrapper {
  position: absolute;
}

/* line 451, app/assets/stylesheets/react_reasons.scss */
.reasons_service_card_list .tool_card__body__reason__tooltip__content {
  padding: 20px;
  border-radius: 4px;
  background-color: red;
  widows: 20px;
  height: 20px;
  box-shadow: 0 3px 7px 6px rgba(0, 0, 0, 0.11);
}

/* line 459, app/assets/stylesheets/react_reasons.scss */
.reasons_service_card_list .tool_card__body__reason__tooltip__triangle {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid white;
  margin: 0 auto;
}

/* line 469, app/assets/stylesheets/react_reasons.scss */
.reasons_service_card_list .tool_card__body__reason__delete {
  font-family: Open Sans;
  font-size: 10px;
  cursor: pointer;
  color: gray;
}

/* line 474, app/assets/stylesheets/react_reasons.scss */
.reasons_service_card_list .tool_card__body__reason__delete:hover {
  color: #0690fa;
}

/* line 479, app/assets/stylesheets/react_reasons.scss */
.reasons_service_card_list .tool_card__body__reason__description {
  cursor: pointer;
  font-family: Open Sans;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #565656;
  vertical-align: top;
  padding: 0;
  padding: 0 13px 0 13px;
}

@media (max-width: 767px) {
  /* line 479, app/assets/stylesheets/react_reasons.scss */
  .reasons_service_card_list .tool_card__body__reason__description {
    cursor: auto;
  }
}

/* line 494, app/assets/stylesheets/react_reasons.scss */
.reasons_service_card_list .tool_card__body__reason__votes_container {
  flex-shrink: 0;
  width: 50px;
  height: 41px;
  border-radius: 3px;
  background-color: #ffffff;
  border: solid 1px #dfdfdf;
  padding-top: 6px;
  cursor: pointer;
}

/* line 503, app/assets/stylesheets/react_reasons.scss */
.reasons_service_card_list .tool_card__body__reason__votes_container:hover {
  background-color: #068dfe;
  border: solid 1px #068dfe;
}

/* line 506, app/assets/stylesheets/react_reasons.scss */
.reasons_service_card_list .tool_card__body__reason__votes_container:hover .tool_card__body__reason__votes_arrow {
  border-bottom: 7px solid white;
}

/* line 509, app/assets/stylesheets/react_reasons.scss */
.reasons_service_card_list .tool_card__body__reason__votes_container:hover .tool_card__body__reason__votes_count {
  color: white;
}

/* line 513, app/assets/stylesheets/react_reasons.scss */
.reasons_service_card_list .tool_card__body__reason__votes_container--user_voted_for {
  background-color: #068dfe;
  border: solid 1px #068dfe;
}

/* line 516, app/assets/stylesheets/react_reasons.scss */
.reasons_service_card_list .tool_card__body__reason__votes_container--user_voted_for .tool_card__body__reason__votes_arrow {
  border-bottom: 7px solid white;
}

/* line 519, app/assets/stylesheets/react_reasons.scss */
.reasons_service_card_list .tool_card__body__reason__votes_container--user_voted_for .tool_card__body__reason__votes_count {
  color: white;
}

/* line 525, app/assets/stylesheets/react_reasons.scss */
.reasons_service_card_list .tool_card__body__reason__votes_arrow {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #565656;
  margin: 0 auto;
}

/* line 534, app/assets/stylesheets/react_reasons.scss */
.reasons_service_card_list .tool_card__body__reason__votes_count {
  text-align: center;
  font-family: Open Sans;
  font-size: 12px;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: 0.5px;
  color: #565656;
}

/* line 544, app/assets/stylesheets/react_reasons.scss */
.reasons_service_card_list .tool_card__body__reason__votes_count:hover {
  color: white;
}

/* line 553, app/assets/stylesheets/react_reasons.scss */
.reasons_service_card_list .tool_card__footer {
  margin-top: 23px;
}

/* line 556, app/assets/stylesheets/react_reasons.scss */
.reasons_service_card_list .tool_card__footer__char_limit {
  font-weight: 400;
  font-size: 18px;
  color: grey;
  margin-left: 14px;
  width: 20px;
  text-align: center;
}

@media (max-width: 767px) {
  /* line 565, app/assets/stylesheets/react_reasons.scss */
  .reasons_service_card_list .tool_card__footer--pro {
    margin-bottom: 23px;
  }
}

/* line 572, app/assets/stylesheets/react_reasons.scss */
.reasons_service_card_list .tool_card__footer__column_divider {
  border-bottom: 1px solid #c9c9c9;
}

/* line 580, app/assets/stylesheets/react_reasons.scss */
.reasons_service_card_list .tool_card__footer__form {
  height: 65px;
  padding: 25px 10px 0 10px;
  position: relative;
  display: flex;
  align-items: center;
}

/* line 588, app/assets/stylesheets/react_reasons.scss */
.reasons_service_card_list .tool_card__footer__error_wrapper {
  position: absolute;
  bottom: 43px;
}

/* line 592, app/assets/stylesheets/react_reasons.scss */
.reasons_service_card_list .tool_card__footer__error_wrapper--visible {
  display: block;
}

/* line 595, app/assets/stylesheets/react_reasons.scss */
.reasons_service_card_list .tool_card__footer__error_wrapper--hidden {
  display: none;
}

/* line 600, app/assets/stylesheets/react_reasons.scss */
.reasons_service_card_list .tool_card__footer__error_triangle {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid white;
  margin: 0 auto;
}

/* line 609, app/assets/stylesheets/react_reasons.scss */
.reasons_service_card_list .tool_card__footer__error_close {
  cursor: pointer;
  color: #373737;
  opacity: .2;
  position: absolute;
  top: 5px;
  right: 5px;
}

/* line 618, app/assets/stylesheets/react_reasons.scss */
.reasons_service_card_list .tool_card__footer__error_box {
  padding: 20px;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 3px 7px 6px rgba(0, 0, 0, 0.11);
}

/* line 625, app/assets/stylesheets/react_reasons.scss */
.reasons_service_card_list .tool_card__footer__input {
  flex-grow: 1;
  height: 40px;
  border-radius: 2px;
  background-color: #ffffff;
  border: solid 1px #7fc5ff;
  outline: none;
}

/* line 635, app/assets/stylesheets/react_reasons.scss */
.reasons_service_card_list .tool_card__footer__btn {
  flex-grow: 0;
  margin-left: 14px;
  vertical-align: top;
  width: 77px;
  height: 40px;
  border-radius: 2px;
  background-color: #068dfe;
}

/* line 651, app/assets/stylesheets/react_reasons.scss */
.animated {
  animation-duration: 2.5s;
  animation-fill-mode: both;
}

/* line 658, app/assets/stylesheets/react_reasons.scss */
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: 2.5s;
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.4, 1.4, 1.4);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

/* line 744, app/assets/stylesheets/react_reasons.scss */
.bounceIn {
  animation-name: bounceIn;
}

/* line 35, app/assets/stylesheets/stack_profiles/stack-profile_header.scss */
.stack_profile_header__actions__btn {
  height: 34px;
  border-radius: 2px;
  background-color: #ffffff;
  border: solid 1px #dfdfdf;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/* line 45, app/assets/stylesheets/stack_profiles/stack-profile_header.scss */
.stack_profile_header__actions__btn:hover {
  border-color: #ADADAD;
}

/* line 50, app/assets/stylesheets/stack_profiles/stack-profile_header.scss */
.stack_profile_header__actions__settings {
  width: 50px;
  position: relative;
  margin-left: 15px;
}

/* line 54, app/assets/stylesheets/stack_profiles/stack-profile_header.scss */
.stack_profile_header__actions__settings__menu {
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.26);
  position: absolute;
  right: 0;
  top: 40px;
}

/* line 61, app/assets/stylesheets/stack_profiles/stack-profile_header.scss */
.stack_profile_header__actions__settings__menu--visible {
  display: block;
}

/* line 64, app/assets/stylesheets/stack_profiles/stack-profile_header.scss */
.stack_profile_header__actions__settings__menu--hidden {
  display: none;
}

/* line 67, app/assets/stylesheets/stack_profiles/stack-profile_header.scss */
.stack_profile_header__actions__settings__menu__item {
  width: 150px;
  height: 36px;
  display: flex;
  align-items: center;
  padding-left: 12px;
  font-size: 12px;
  font-weight: 600;
  color: #565656;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0);
}

/* line 77, app/assets/stylesheets/stack_profiles/stack-profile_header.scss */
.stack_profile_header__actions__settings__menu__item:hover {
  background-color: #E2E2E2;
  color: #565656;
  text-decoration: none;
}

/* line 86, app/assets/stylesheets/stack_profiles/stack-profile_header.scss */
.stack_profile_header__actions__settings__menu div:last-child {
  border-top: 1px solid #E2E2E2;
}

/* line 91, app/assets/stylesheets/stack_profiles/stack-profile_header.scss */
.stack_profile_header__actions__settings__icon--gear {
  color: #ADADAD;
}

/* line 94, app/assets/stylesheets/stack_profiles/stack-profile_header.scss */
.stack_profile_header__actions__settings__icon--triangle {
  margin-left: 10px;
  color: #333333;
}

/* line 101, app/assets/stylesheets/stack_profiles/stack-profile_header.scss */
.stack_profile_header__actions__settings:hover, .stack_profile_header__actions__settings--active {
  border-color: #ADADAD;
}

@media (max-width: 480px) {
  /* line 106, app/assets/stylesheets/stack_profiles/stack-profile_header.scss */
  .stack_profile_header__actions__favorites {
    display: none;
  }
}

/* line 110, app/assets/stylesheets/stack_profiles/stack-profile_header.scss */
.stack_profile_header__actions__favorites--favorited {
  background-color: #3585FF;
  border: solid 1px #3585FF;
}

/* line 114, app/assets/stylesheets/stack_profiles/stack-profile_header.scss */
.stack_profile_header__actions__favorites--favorited:hover {
  border-color: #3585FF;
}

/* line 117, app/assets/stylesheets/stack_profiles/stack-profile_header.scss */
.stack_profile_header__actions__favorites svg {
  margin: 0 8px 0 8px;
}

/* line 120, app/assets/stylesheets/stack_profiles/stack-profile_header.scss */
.stack_profile_header__actions__favorites__count {
  margin-right: 8px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.57;
  letter-spacing: 0.6px;
  color: #565656;
}

/* line 127, app/assets/stylesheets/stack_profiles/stack-profile_header.scss */
.stack_profile_header__actions__favorites__count--favorited {
  color: #ffffff;
}

/* line 52, app/assets/stylesheets/stack_profiles/stack-profile_stack-widget.scss */
.stack_profile_stack_widget {
  font-size: 22px;
  display: flex;
  flex-direction: column;
  border: 1px solid #E2E2E2;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 1px 0 0 #E2E2E2;
}

/* line 60, app/assets/stylesheets/stack_profiles/stack-profile_stack-widget.scss */
.stack_profile_stack_widget__wrapper {
  padding-left: 0;
}

/* line 63, app/assets/stylesheets/stack_profiles/stack-profile_stack-widget.scss */
.stack_profile_stack_widget__layer {
  border-bottom: 1px solid #E2E2E2;
}

/* line 65, app/assets/stylesheets/stack_profiles/stack-profile_stack-widget.scss */
.stack_profile_stack_widget__layer__header {
  padding: 15px 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

@media (max-width: 480px) {
  /* line 65, app/assets/stylesheets/stack_profiles/stack-profile_stack-widget.scss */
  .stack_profile_stack_widget__layer__header {
    padding: 7px 10px;
  }
}

/* line 75, app/assets/stylesheets/stack_profiles/stack-profile_stack-widget.scss */
.stack_profile_stack_widget__layer__header__icon {
  width: 30px;
  height: 30px;
}

@media (max-width: 480px) {
  /* line 75, app/assets/stylesheets/stack_profiles/stack-profile_stack-widget.scss */
  .stack_profile_stack_widget__layer__header__icon {
    width: 16px;
    height: 16px;
  }
}

/* line 82, app/assets/stylesheets/stack_profiles/stack-profile_stack-widget.scss */
.stack_profile_stack_widget__layer__header__icon__wrapper {
  height: 56px;
  width: 56px;
  border-radius: 2px;
  background-color: #ffffff;
  border: solid 1px #E2E2E2;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 480px) {
  /* line 82, app/assets/stylesheets/stack_profiles/stack-profile_stack-widget.scss */
  .stack_profile_stack_widget__layer__header__icon__wrapper {
    width: 30px;
    height: 30px;
  }
}

/* line 97, app/assets/stylesheets/stack_profiles/stack-profile_stack-widget.scss */
.stack_profile_stack_widget__layer__header__title {
  margin-left: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

/* line 102, app/assets/stylesheets/stack_profiles/stack-profile_stack-widget.scss */
.stack_profile_stack_widget__layer__header__title__name {
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0);
}

@media (max-width: 480px) {
  /* line 102, app/assets/stylesheets/stack_profiles/stack-profile_stack-widget.scss */
  .stack_profile_stack_widget__layer__header__title__name {
    font-size: 12px;
  }
}

/* line 111, app/assets/stylesheets/stack_profiles/stack-profile_stack-widget.scss */
.stack_profile_stack_widget__layer__header__title__service_count {
  margin-left: 5px;
  font-size: 12px;
  color: #939393;
}

/* line 117, app/assets/stylesheets/stack_profiles/stack-profile_stack-widget.scss */
.stack_profile_stack_widget__layer__header__action_btn {
  display: flex;
  margin-left: auto;
  cursor: pointer;
  padding: 10px;
}

/* line 122, app/assets/stylesheets/stack_profiles/stack-profile_stack-widget.scss */
.stack_profile_stack_widget__layer__header__action_btn__collapse {
  width: 18px;
  height: 2px;
  background-color: #565656;
}

@media (max-width: 480px) {
  /* line 122, app/assets/stylesheets/stack_profiles/stack-profile_stack-widget.scss */
  .stack_profile_stack_widget__layer__header__action_btn__collapse {
    width: 13px;
  }
}

/* line 130, app/assets/stylesheets/stack_profiles/stack-profile_stack-widget.scss */
.stack_profile_stack_widget__layer__header__action_btn__expand {
  height: 18px;
  width: 18px;
}

@media (max-width: 480px) {
  /* line 130, app/assets/stylesheets/stack_profiles/stack-profile_stack-widget.scss */
  .stack_profile_stack_widget__layer__header__action_btn__expand {
    height: 13px;
    width: 13px;
  }
}

/* line 140, app/assets/stylesheets/stack_profiles/stack-profile_stack-widget.scss */
.stack_profile_stack_widget__layer__body {
  display: flex;
  flex-wrap: wrap;
  padding: 18px 20px 50px 20px;
}

@media (max-width: 480px) {
  /* line 140, app/assets/stylesheets/stack_profiles/stack-profile_stack-widget.scss */
  .stack_profile_stack_widget__layer__body {
    padding: 10px 10px 8px 10px;
  }
}

/* line 150, app/assets/stylesheets/stack_profiles/stack-profile_stack-widget.scss */
.stack_profile_stack_widget > div:last-child {
  border: none;
}

/* line 153, app/assets/stylesheets/stack_profiles/stack-profile_stack-widget.scss */
.stack_profile_stack_widget__tool_tile {
  width: 140px;
  height: 140px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #f8f8f8;
  border: 1px solid #f8f8f8;
  position: absolute;
  transition: all .2s;
}

@media (max-width: 480px) {
  /* line 153, app/assets/stylesheets/stack_profiles/stack-profile_stack-widget.scss */
  .stack_profile_stack_widget__tool_tile {
    width: 90px;
    height: 90px;
  }
}

/* line 169, app/assets/stylesheets/stack_profiles/stack-profile_stack-widget.scss */
.stack_profile_stack_widget__tool_tile:hover {
  transform: scale(1.07);
  background-color: #ffffff;
  border: 1px solid #0690fa;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.31);
  border-radius: 4px;
}

/* line 176, app/assets/stylesheets/stack_profiles/stack-profile_stack-widget.scss */
.stack_profile_stack_widget__tool_tile--active {
  border: solid 1px #0690fa;
  transform: scale(1.07);
  background-color: #ffffff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.31);
  border-radius: 4px;
}

/* line 183, app/assets/stylesheets/stack_profiles/stack-profile_stack-widget.scss */
.stack_profile_stack_widget__tool_tile--active:hover {
  border: solid 1px #0690fa;
}

/* line 187, app/assets/stylesheets/stack_profiles/stack-profile_stack-widget.scss */
.stack_profile_stack_widget__tool_tile__wrapper {
  width: 140px;
  height: 140px;
}

@media (max-width: 480px) {
  /* line 187, app/assets/stylesheets/stack_profiles/stack-profile_stack-widget.scss */
  .stack_profile_stack_widget__tool_tile__wrapper {
    width: 90px;
    height: 90px;
  }
}

/* line 195, app/assets/stylesheets/stack_profiles/stack-profile_stack-widget.scss */
.stack_profile_stack_widget__tool_tile__logo {
  height: 47px;
  width: 47px;
}

@media (max-width: 480px) {
  /* line 195, app/assets/stylesheets/stack_profiles/stack-profile_stack-widget.scss */
  .stack_profile_stack_widget__tool_tile__logo {
    width: 29px;
    height: 29px;
  }
}

/* line 202, app/assets/stylesheets/stack_profiles/stack-profile_stack-widget.scss */
.stack_profile_stack_widget__tool_tile__logo__wrapper {
  transition: all .2s;
  height: 70px;
  width: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 28px;
  border-radius: 3.8px;
  background-color: #ffffff;
}

@media (max-width: 480px) {
  /* line 202, app/assets/stylesheets/stack_profiles/stack-profile_stack-widget.scss */
  .stack_profile_stack_widget__tool_tile__logo__wrapper {
    width: 45px;
    height: 45px;
    margin-top: 17px;
  }
}

/* line 219, app/assets/stylesheets/stack_profiles/stack-profile_stack-widget.scss */
.stack_profile_stack_widget__tool_tile:hover .stack_profile_stack_widget__tool_tile__logo__wrapper {
  margin-top: 5px;
}

/* line 222, app/assets/stylesheets/stack_profiles/stack-profile_stack-widget.scss */
.stack_profile_stack_widget__tool_tile--active .stack_profile_stack_widget__tool_tile__logo__wrapper {
  margin-top: 5px;
}

/* line 227, app/assets/stylesheets/stack_profiles/stack-profile_stack-widget.scss */
.stack_profile_stack_widget__tool_tile__name {
  transition: all .2s;
  margin-top: 5px;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: .5px;
  color: #4c4c4c;
  text-align: center;
}

@media (max-width: 480px) {
  /* line 227, app/assets/stylesheets/stack_profiles/stack-profile_stack-widget.scss */
  .stack_profile_stack_widget__tool_tile__name {
    font-size: 10px;
    letter-spacing: .4px;
    margin-top: 2px;
  }
}

/* line 240, app/assets/stylesheets/stack_profiles/stack-profile_stack-widget.scss */
.stack_profile_stack_widget__tool_tile__name:hover {
  text-decoration: underline;
  color: #4c4c4c;
}

/* line 246, app/assets/stylesheets/stack_profiles/stack-profile_stack-widget.scss */
.stack_profile_stack_widget__tool_tile:hover .stack_profile_stack_widget__tool_tile__name {
  margin-top: 0;
}

/* line 249, app/assets/stylesheets/stack_profiles/stack-profile_stack-widget.scss */
.stack_profile_stack_widget__tool_tile--active .stack_profile_stack_widget__tool_tile__name {
  margin-top: 0;
}

/* line 253, app/assets/stylesheets/stack_profiles/stack-profile_stack-widget.scss */
.stack_profile_stack_widget__tool_tile__metadata {
  display: flex;
  opacity: 0;
  width: 100%;
  justify-content: center;
}

/* line 258, app/assets/stylesheets/stack_profiles/stack-profile_stack-widget.scss */
.stack_profile_stack_widget__tool_tile:hover .stack_profile_stack_widget__tool_tile__metadata {
  opacity: 1;
  margin-top: 12px;
}

@media (max-width: 480px) {
  /* line 258, app/assets/stylesheets/stack_profiles/stack-profile_stack-widget.scss */
  .stack_profile_stack_widget__tool_tile:hover .stack_profile_stack_widget__tool_tile__metadata {
    margin-top: 5px;
  }
}

/* line 265, app/assets/stylesheets/stack_profiles/stack-profile_stack-widget.scss */
.stack_profile_stack_widget__tool_tile--active .stack_profile_stack_widget__tool_tile__metadata {
  opacity: 1;
  margin-top: 12px;
}

@media (max-width: 480px) {
  /* line 265, app/assets/stylesheets/stack_profiles/stack-profile_stack-widget.scss */
  .stack_profile_stack_widget__tool_tile--active .stack_profile_stack_widget__tool_tile__metadata {
    margin-top: 5px;
  }
}

/* line 272, app/assets/stylesheets/stack_profiles/stack-profile_stack-widget.scss */
.stack_profile_stack_widget__tool_tile__metadata__item {
  display: flex;
  align-items: center;
}

/* line 275, app/assets/stylesheets/stack_profiles/stack-profile_stack-widget.scss */
.stack_profile_stack_widget__tool_tile__metadata__item__divider {
  width: 18px;
}

@media (max-width: 480px) {
  /* line 275, app/assets/stylesheets/stack_profiles/stack-profile_stack-widget.scss */
  .stack_profile_stack_widget__tool_tile__metadata__item__divider {
    width: 8px;
  }
}

/* line 281, app/assets/stylesheets/stack_profiles/stack-profile_stack-widget.scss */
.stack_profile_stack_widget__tool_tile__metadata__item__icon {
  height: 15px;
  width: auto;
}

@media (max-width: 480px) {
  /* line 281, app/assets/stylesheets/stack_profiles/stack-profile_stack-widget.scss */
  .stack_profile_stack_widget__tool_tile__metadata__item__icon {
    height: 12px;
    width: auto;
  }
}

/* line 289, app/assets/stylesheets/stack_profiles/stack-profile_stack-widget.scss */
.stack_profile_stack_widget__tool_tile__metadata__item__text {
  font-size: 13px;
  letter-spacing: 0.3px;
  color: #333333;
  margin-left: 5px;
}

@media (max-width: 480px) {
  /* line 289, app/assets/stylesheets/stack_profiles/stack-profile_stack-widget.scss */
  .stack_profile_stack_widget__tool_tile__metadata__item__text {
    font-size: 10px;
    margin-left: 2px;
  }
}

/* line 301, app/assets/stylesheets/stack_profiles/stack-profile_stack-widget.scss */
.stack_profile_stack_widget__tool_tile__comments {
  position: absolute;
  top: 5px;
  left: 5px;
}

@media (max-width: 480px) {
  /* line 301, app/assets/stylesheets/stack_profiles/stack-profile_stack-widget.scss */
  .stack_profile_stack_widget__tool_tile__comments {
    top: 2px;
    left: 2px;
  }
}

/* line 309, app/assets/stylesheets/stack_profiles/stack-profile_stack-widget.scss */
.stack_profile_stack_widget__tool_tile__comments__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 21px;
}

@media (max-width: 480px) {
  /* line 309, app/assets/stylesheets/stack_profiles/stack-profile_stack-widget.scss */
  .stack_profile_stack_widget__tool_tile__comments__icon {
    width: 20px;
    height: 17px;
  }
}

/* line 320, app/assets/stylesheets/stack_profiles/stack-profile_stack-widget.scss */
.stack_profile_stack_widget__tool_tile__comments__count {
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.3px;
  position: absolute;
  top: 1px;
  text-align: center;
  color: #ffffff;
  width: 25px;
  height: 21px;
}

@media (max-width: 480px) {
  /* line 320, app/assets/stylesheets/stack_profiles/stack-profile_stack-widget.scss */
  .stack_profile_stack_widget__tool_tile__comments__count {
    font-size: 10px;
    top: 0;
    width: 20px;
    height: 17px;
  }
}

/* line 338, app/assets/stylesheets/stack_profiles/stack-profile_stack-widget.scss */
.stack_profile_stack_widget__tool_tile__annotator {
  position: absolute;
  top: 5px;
  right: 5px;
}

@media (max-width: 480px) {
  /* line 338, app/assets/stylesheets/stack_profiles/stack-profile_stack-widget.scss */
  .stack_profile_stack_widget__tool_tile__annotator {
    top: 2px;
    right: 2px;
  }
}

/* line 346, app/assets/stylesheets/stack_profiles/stack-profile_stack-widget.scss */
.stack_profile_stack_widget__tool_tile__annotator__avatar {
  position: absolute;
  top: 0;
  right: 0;
  height: 26px;
  width: 26px;
  border-radius: 50%;
  border: 2px solid #ffffff;
}

@media (max-width: 480px) {
  /* line 346, app/assets/stylesheets/stack_profiles/stack-profile_stack-widget.scss */
  .stack_profile_stack_widget__tool_tile__annotator__avatar {
    height: 22px;
    width: 22px;
  }
}

/* line 359, app/assets/stylesheets/stack_profiles/stack-profile_stack-widget.scss */
.stack_profile_stack_widget__tool_tile__annotator__verified_checkmark {
  height: 15px;
  width: 15px;
  position: absolute;
  top: 12px;
  right: -5px;
  border-radius: 50%;
}

@media (max-width: 480px) {
  /* line 359, app/assets/stylesheets/stack_profiles/stack-profile_stack-widget.scss */
  .stack_profile_stack_widget__tool_tile__annotator__verified_checkmark {
    height: 12px;
    width: 12px;
    top: 12px;
    right: -2px;
  }
}

/* line 373, app/assets/stylesheets/stack_profiles/stack-profile_stack-widget.scss */
.stack_profile_stack_widget__tool_tile__annotator__details {
  height: 27px;
  width: 19px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* line 379, app/assets/stylesheets/stack_profiles/stack-profile_stack-widget.scss */
.stack_profile_stack_widget__tool_tile__annotator__details > img {
  height: 4.1px;
}

/* line 7, app/assets/stylesheets/stack_profiles/stack-profile_cards_stack-match.scss */
.stack_profile_stack_match_card {
  background-color: #ffffff;
  border: 1px solid #E2E2E2;
  border-radius: 4px;
  box-shadow: 0 1px 0 #E2E2E2;
  height: 283px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

/* line 16, app/assets/stylesheets/stack_profiles/stack-profile_cards_stack-match.scss */
.stack_profile_stack_match_card__wrapper {
  padding: 0;
}

@media (min-width: 768px) {
  /* line 16, app/assets/stylesheets/stack_profiles/stack-profile_cards_stack-match.scss */
  .stack_profile_stack_match_card__wrapper {
    padding: 0 10px 0 0 !important;
  }
}

@media (min-width: 992px) {
  /* line 16, app/assets/stylesheets/stack_profiles/stack-profile_cards_stack-match.scss */
  .stack_profile_stack_match_card__wrapper {
    padding: 0 !important;
  }
}

/* line 26, app/assets/stylesheets/stack_profiles/stack-profile_cards_stack-match.scss */
.stack_profile_stack_match_card__title {
  margin-top: 36px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.7px;
  color: #565656;
}

/* line 34, app/assets/stylesheets/stack_profiles/stack-profile_cards_stack-match.scss */
.stack_profile_stack_match_card .percent-container {
  margin-top: 15px;
  width: 103px;
}

/* line 38, app/assets/stylesheets/stack_profiles/stack-profile_cards_stack-match.scss */
.stack_profile_stack_match_card .percent-container svg {
  height: 103px;
  width: 103px;
}

/* line 43, app/assets/stylesheets/stack_profiles/stack-profile_cards_stack-match.scss */
.stack_profile_stack_match_card .percent-container .label-per {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
}

/* line 48, app/assets/stylesheets/stack_profiles/stack-profile_cards_stack-match.scss */
.stack_profile_stack_match_card .percent-container .label-per .match-per {
  font-size: 18px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

/* line 55, app/assets/stylesheets/stack_profiles/stack-profile_cards_stack-match.scss */
.stack_profile_stack_match_card__description {
  text-align: center;
  padding: 0 15px;
  margin-top: 20px;
  font-size: 12px;
  letter-spacing: 0.7px;
  color: #939393;
}

/* line 63, app/assets/stylesheets/stack_profiles/stack-profile_cards_stack-match.scss */
.stack_profile_stack_match_card__divider {
  margin-top: 15px;
  width: calc(100% - 30px);
  height: 1px;
  background-color: #d0d0d0;
}

/* line 70, app/assets/stylesheets/stack_profiles/stack-profile_cards_stack-match.scss */
.stack_profile_stack_match_card__call_to_action {
  margin: 15px 0 20px 0;
  font-size: 13px;
  letter-spacing: 0.5px;
  color: #0690fa !important;
}

/* line 5, app/assets/stylesheets/stack_profiles/stack-profile_cards_sponsored-tool.scss */
.stack_profile_sponsored_tool_card {
  background-color: #ffffff;
  border: 1px solid #E2E2E2;
  border-radius: 4px;
  box-shadow: 0 1px 0 #E2E2E2;
  height: 283px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

/* line 14, app/assets/stylesheets/stack_profiles/stack-profile_cards_sponsored-tool.scss */
.stack_profile_sponsored_tool_card__wrapper {
  padding: 0;
}

@media (min-width: 768px) {
  /* line 14, app/assets/stylesheets/stack_profiles/stack-profile_cards_sponsored-tool.scss */
  .stack_profile_sponsored_tool_card__wrapper {
    padding: 0 0 0 10px !important;
  }
}

@media (min-width: 768px) {
  /* line 21, app/assets/stylesheets/stack_profiles/stack-profile_cards_sponsored-tool.scss */
  .stack_profile_sponsored_tool_card__wrapper--user {
    padding: 0 10px 0 0 !important;
  }
}

@media (min-width: 992px) {
  /* line 14, app/assets/stylesheets/stack_profiles/stack-profile_cards_sponsored-tool.scss */
  .stack_profile_sponsored_tool_card__wrapper {
    padding: 0 !important;
  }
}

/* line 30, app/assets/stylesheets/stack_profiles/stack-profile_cards_sponsored-tool.scss */
.stack_profile_sponsored_tool_card__title {
  margin-top: 36px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.7px;
  color: #565656;
}

/* line 37, app/assets/stylesheets/stack_profiles/stack-profile_cards_sponsored-tool.scss */
.stack_profile_sponsored_tool_card__logo {
  height: 70px;
  width: 70px;
  border-radius: 3px;
  margin-top: 15px;
}

/* line 43, app/assets/stylesheets/stack_profiles/stack-profile_cards_sponsored-tool.scss */
.stack_profile_sponsored_tool_card__name {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.6px;
  color: #333333;
  margin-top: 10px;
}

/* line 50, app/assets/stylesheets/stack_profiles/stack-profile_cards_sponsored-tool.scss */
.stack_profile_sponsored_tool_card__description {
  text-align: center;
  padding: 0 30px;
  font-size: 12px;
  letter-spacing: 0.7px;
  color: #939393;
  margin-top: 27px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 62, app/assets/stylesheets/stack_profiles/stack-profile_cards_sponsored-tool.scss */
.stack_profile_sponsored_tool_card__divider {
  margin-top: 15px;
  width: calc(100% - 30px);
  height: 1px;
  background-color: #d0d0d0;
}

/* line 69, app/assets/stylesheets/stack_profiles/stack-profile_cards_sponsored-tool.scss */
.stack_profile_sponsored_tool_card__call_to_action {
  font-size: 13px;
  letter-spacing: 0.5px;
  color: #0690fa !important;
}

/* line 73, app/assets/stylesheets/stack_profiles/stack-profile_cards_sponsored-tool.scss */
.stack_profile_sponsored_tool_card__call_to_action__wrapper {
  margin: 15px 0 20px 0;
  display: flex;
}

/* line 77, app/assets/stylesheets/stack_profiles/stack-profile_cards_sponsored-tool.scss */
.stack_profile_sponsored_tool_card__call_to_action__divider {
  background-color: #d0d0d0;
  height: inherit;
  width: 1px;
  margin: 0 10px 0 10px;
}

/* line 10, app/assets/stylesheets/stack_profiles/stack-profile_jobs.scss */
.stack_profile_jobs__deck__card {
  height: 234px;
  background-color: #ffffff;
  border: 1px solid #E2E2E2;
  border-radius: 4px;
  box-shadow: 0 1px 0 0 #E2E2E2;
  padding: 15px;
  display: flex;
  flex-direction: column;
  transition: all .2s;
  cursor: pointer;
}

/* line 21, app/assets/stylesheets/stack_profiles/stack-profile_jobs.scss */
.stack_profile_jobs__deck__card:focus {
  text-decoration: none;
}

/* line 24, app/assets/stylesheets/stack_profiles/stack-profile_jobs.scss */
.stack_profile_jobs__deck__card:hover {
  border-color: #0690fa;
  background-color: #ffffff;
}

/* line 28, app/assets/stylesheets/stack_profiles/stack-profile_jobs.scss */
.stack_profile_jobs__deck__card__wrapper {
  padding: 0 0 20px 0;
}

/* line 31, app/assets/stylesheets/stack_profiles/stack-profile_jobs.scss */
.stack_profile_jobs__deck__card__wrapper--visible {
  display: block;
}

/* line 34, app/assets/stylesheets/stack_profiles/stack-profile_jobs.scss */
.stack_profile_jobs__deck__card__wrapper--hidden {
  display: none;
}

/* line 38, app/assets/stylesheets/stack_profiles/stack-profile_jobs.scss */
.stack_profile_jobs__deck__card__title {
  font-size: 18px;
  color: #333333;
  margin: 0;
}

/* line 43, app/assets/stylesheets/stack_profiles/stack-profile_jobs.scss */
.stack_profile_jobs__deck__card__location {
  display: flex;
  margin-top: 12px;
}

/* line 46, app/assets/stylesheets/stack_profiles/stack-profile_jobs.scss */
.stack_profile_jobs__deck__card__location__name {
  font-size: 13px;
  color: #565656;
  margin-left: 10px;
}

/* line 52, app/assets/stylesheets/stack_profiles/stack-profile_jobs.scss */
.stack_profile_jobs__deck__card__description {
  font-size: 13px;
  color: #707070;
  margin: 20px 0 0 0;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: auto;
}

@media (max-width: 1200px) {
  /* line 52, app/assets/stylesheets/stack_profiles/stack-profile_jobs.scss */
  .stack_profile_jobs__deck__card__description {
    -webkit-line-clamp: 4;
  }
}

@media (max-width: 768px) {
  /* line 52, app/assets/stylesheets/stack_profiles/stack-profile_jobs.scss */
  .stack_profile_jobs__deck__card__description {
    -webkit-line-clamp: 5;
  }
}

@media (max-width: 480px) {
  /* line 52, app/assets/stylesheets/stack_profiles/stack-profile_jobs.scss */
  .stack_profile_jobs__deck__card__description {
    -webkit-line-clamp: 4;
  }
}

/* line 72, app/assets/stylesheets/stack_profiles/stack-profile_jobs.scss */
.stack_profile_jobs__deck__card__service_list {
  display: flex;
  margin-top: 20px;
}

/* line 75, app/assets/stylesheets/stack_profiles/stack-profile_jobs.scss */
.stack_profile_jobs__deck__card__service_list__service {
  border-radius: 3px;
  border: solid 0.5px #e1e1e1;
  height: 22px;
  width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}

/* line 84, app/assets/stylesheets/stack_profiles/stack-profile_jobs.scss */
.stack_profile_jobs__deck__card__service_list__service__icon {
  height: 15px;
  width: 15px;
}

/* line 89, app/assets/stylesheets/stack_profiles/stack-profile_jobs.scss */
.stack_profile_jobs__deck__card__service_list__hidden_service_count {
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: -1px;
  color: #707070;
}

/* line 99, app/assets/stylesheets/stack_profiles/stack-profile_jobs.scss */
.stack_profile_jobs__deck > div:nth-child(even) {
  padding: 0 0 20px 10px;
}

@media (max-width: 768px) {
  /* line 99, app/assets/stylesheets/stack_profiles/stack-profile_jobs.scss */
  .stack_profile_jobs__deck > div:nth-child(even) {
    padding: 0 0 20px 0;
  }
}

/* line 106, app/assets/stylesheets/stack_profiles/stack-profile_jobs.scss */
.stack_profile_jobs__deck > div:nth-child(odd) {
  padding: 0 10px 20px 0;
}

@media (max-width: 768px) {
  /* line 106, app/assets/stylesheets/stack_profiles/stack-profile_jobs.scss */
  .stack_profile_jobs__deck > div:nth-child(odd) {
    padding: 0 0 20px 0;
  }
}

/* line 10, app/assets/stylesheets/stack_profiles/stack-profile_verified-by-users.scss */
.stack_profile_verified_by_users__deck__card {
  display: flex;
  flex-direction: row;
}

/* line 13, app/assets/stylesheets/stack_profiles/stack-profile_verified-by-users.scss */
.stack_profile_verified_by_users__deck__card__avatar {
  height: 36.5px;
  width: 36.5px;
  border-radius: 50%;
}

/* line 18, app/assets/stylesheets/stack_profiles/stack-profile_verified-by-users.scss */
.stack_profile_verified_by_users__deck__card__details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 12px;
}

@media (max-width: 480px) {
  /* line 18, app/assets/stylesheets/stack_profiles/stack-profile_verified-by-users.scss */
  .stack_profile_verified_by_users__deck__card__details {
    margin-left: 10px;
  }
}

/* line 26, app/assets/stylesheets/stack_profiles/stack-profile_verified-by-users.scss */
.stack_profile_verified_by_users__deck__card__details__name {
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  color: #333333;
}

/* line 32, app/assets/stylesheets/stack_profiles/stack-profile_verified-by-users.scss */
.stack_profile_verified_by_users__deck__card__details__metadata {
  font-size: 11px;
  letter-spacing: 0.5px;
  color: #ADADAD;
}

/* line 44, app/assets/stylesheets/stack_profiles/stack-profile_verified-by-users.scss */
.stack_profile_verified_by_users__deck > div:nth-child(even) {
  padding: 0 0 20px 10px;
}

@media (max-width: 768px) {
  /* line 44, app/assets/stylesheets/stack_profiles/stack-profile_verified-by-users.scss */
  .stack_profile_verified_by_users__deck > div:nth-child(even) {
    padding: 0 0 20px 0;
  }
}

/* line 51, app/assets/stylesheets/stack_profiles/stack-profile_verified-by-users.scss */
.stack_profile_verified_by_users__deck > div:nth-child(odd) {
  padding: 0 10px 20px 0;
}

@media (max-width: 768px) {
  /* line 51, app/assets/stylesheets/stack_profiles/stack-profile_verified-by-users.scss */
  .stack_profile_verified_by_users__deck > div:nth-child(odd) {
    padding: 0 0 20px 0;
  }
}

/* line 5, app/assets/stylesheets/stack_profiles/stack-profile_arrow-key-overlay.scss */
.stack_profile_arrow_key_overlay {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
}

/* line 15, app/assets/stylesheets/stack_profiles/stack-profile_arrow-key-overlay.scss */
.stack_profile_arrow_key_overlay__background {
  opacity: 0.8;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #333333;
}

/* line 24, app/assets/stylesheets/stack_profiles/stack-profile_arrow-key-overlay.scss */
.stack_profile_arrow_key_overlay__content {
  z-index: 1000;
}

/* line 27, app/assets/stylesheets/stack_profiles/stack-profile_arrow-key-overlay.scss */
.stack_profile_arrow_key_overlay__description {
  font-size: 13px;
  letter-spacing: 0.5px;
  color: #ffffff;
  margin-top: 16px;
  display: flex;
  align-items: center;
}

/* line 34, app/assets/stylesheets/stack_profiles/stack-profile_arrow-key-overlay.scss */
.stack_profile_arrow_key_overlay__description i {
  font-size: 20px;
  margin-right: 9px;
}

/* line 39, app/assets/stylesheets/stack_profiles/stack-profile_arrow-key-overlay.scss */
.stack_profile_arrow_key_overlay__key_group {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

/* line 43, app/assets/stylesheets/stack_profiles/stack-profile_arrow-key-overlay.scss */
.stack_profile_arrow_key_overlay__key_group--top {
  margin-bottom: 9px;
}

/* line 47, app/assets/stylesheets/stack_profiles/stack-profile_arrow-key-overlay.scss */
.stack_profile_arrow_key_overlay__key_group > div:last-child {
  margin: 0;
}

/* line 50, app/assets/stylesheets/stack_profiles/stack-profile_arrow-key-overlay.scss */
.stack_profile_arrow_key_overlay__key_group__key {
  height: 33px;
  width: 33px;
  background-color: #ffffff;
  margin-right: 9px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 59, app/assets/stylesheets/stack_profiles/stack-profile_arrow-key-overlay.scss */
.stack_profile_arrow_key_overlay__key_group__key__arrow {
  width: 0;
  height: 0;
  opacity: 0.8;
}

/* line 63, app/assets/stylesheets/stack_profiles/stack-profile_arrow-key-overlay.scss */
.stack_profile_arrow_key_overlay__key_group__key__arrow--up {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 10px solid #333333;
}

/* line 69, app/assets/stylesheets/stack_profiles/stack-profile_arrow-key-overlay.scss */
.stack_profile_arrow_key_overlay__key_group__key__arrow--left {
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 10px solid #333333;
}

/* line 74, app/assets/stylesheets/stack_profiles/stack-profile_arrow-key-overlay.scss */
.stack_profile_arrow_key_overlay__key_group__key__arrow--down {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #333333;
}

/* line 79, app/assets/stylesheets/stack_profiles/stack-profile_arrow-key-overlay.scss */
.stack_profile_arrow_key_overlay__key_group__key__arrow--right {
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #333333;
}

/* line 88, app/assets/stylesheets/stack_profiles/stack-profile_arrow-key-overlay.scss */
.stack_profile_arrow_key_overlay .stack_profile_stack_widget__tool_tile__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
}

/* line 1, app/assets/stylesheets/stack_profiles/stack-profile_modal_mobile.scss */
.stack_profile_modal_mobile {
  padding: 0 10px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9991;
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 13, app/assets/stylesheets/stack_profiles/stack-profile_modal_mobile.scss */
.stack_profile_modal_mobile__container {
  height: 200px;
  width: 300px;
  padding: 20px 10px 0 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: 4px;
}

/* line 24, app/assets/stylesheets/stack_profiles/stack-profile_modal_mobile.scss */
.stack_profile_modal_mobile__header {
  font-size: 16px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  letter-spacing: .4px;
  color: #323232;
}

/* line 31, app/assets/stylesheets/stack_profiles/stack-profile_modal_mobile.scss */
.stack_profile_modal_mobile__content {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  letter-spacing: .4px;
  line-height: 1.5;
  text-align: center;
}

/* line 41, app/assets/stylesheets/stack_profiles/stack-profile_modal_mobile.scss */
.stack_profile_modal_mobile__button {
  width: 100%;
  height: 30%;
  display: flex;
  align-content: center;
  justify-content: center;
  border: none;
  border-top: solid 1px #dadada;
  border-bottom: solid 1px transparent;
  font-size: 15px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  color: #068dfe;
  background-color: #ffffff;
}

/* line 55, app/assets/stylesheets/stack_profiles/stack-profile_modal_mobile.scss */
.stack_profile_modal_mobile__button:hover {
  color: #0172d0;
}

@media (max-width: 768px) {
  /* line 16, app/assets/stylesheets/stack_profiles/stack-profile_main.scss */
  .col-sm-8 {
    width: 100%;
  }
}

/* line 27, app/assets/stylesheets/stack_profiles/stack-profile_main.scss */
.stack_profile__body {
  position: relative;
  min-width: 320px;
  max-width: 1170px;
  padding: 0 15px 110px 15px;
  margin: 0 auto;
  overflow: auto;
}

@media (max-width: 480px) {
  /* line 27, app/assets/stylesheets/stack_profiles/stack-profile_main.scss */
  .stack_profile__body {
    padding: 0 15px 110px 15px;
  }
}

/* line 38, app/assets/stylesheets/stack_profiles/stack-profile_main.scss */
.stack_profile__container {
  background-color: #ffffff;
  z-index: 999;
  position: relative;
}

/* line 42, app/assets/stylesheets/stack_profiles/stack-profile_main.scss */
.stack_profile__container .react-overlay-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 48, app/assets/stylesheets/stack_profiles/stack-profile_main.scss */
.stack_profile__section_anchor {
  position: absolute;
  margin-top: -80px;
}

/* line 51, app/assets/stylesheets/stack_profiles/stack-profile_main.scss */
.stack_profile__section_anchor--top {
  top: 0;
  position: fixed;
}

/* line 57, app/assets/stylesheets/stack_profiles/stack-profile_main.scss */
.stack_profile__column--main {
  padding: 0;
}

@media (min-width: 992px) {
  /* line 57, app/assets/stylesheets/stack_profiles/stack-profile_main.scss */
  .stack_profile__column--main {
    padding-right: 15px;
  }
}

/* line 63, app/assets/stylesheets/stack_profiles/stack-profile_main.scss */
.stack_profile__column--side {
  padding: 0;
}

@media (min-width: 992px) {
  /* line 63, app/assets/stylesheets/stack_profiles/stack-profile_main.scss */
  .stack_profile__column--side {
    padding-left: 15px;
  }
}

/* line 70, app/assets/stylesheets/stack_profiles/stack-profile_main.scss */
.stack_profile__section {
  margin-top: 30px;
  padding: 0;
}

/* line 73, app/assets/stylesheets/stack_profiles/stack-profile_main.scss */
.stack_profile__section__header {
  font-size: 20px;
  color: #4c4c4c;
  margin: 0;
}

@media (max-width: 480px) {
  /* line 73, app/assets/stylesheets/stack_profiles/stack-profile_main.scss */
  .stack_profile__section__header {
    font-size: 18px;
  }
}

/* line 81, app/assets/stylesheets/stack_profiles/stack-profile_main.scss */
.stack_profile__section__divider {
  height: 1px;
  margin: 15px 0 30px 0;
  background-color: #E2E2E2;
  width: 100%;
}

@media (max-width: 480px) {
  /* line 81, app/assets/stylesheets/stack_profiles/stack-profile_main.scss */
  .stack_profile__section__divider {
    font-size: 18px;
    margin: 15px 0 20px 0;
  }
}

/* line 3, app/assets/stylesheets/action_modal.scss */
.action_modal__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.5;
  z-index: 1040;
}

/* line 14, app/assets/stylesheets/action_modal.scss */
.action_modal__dialog_wrapper {
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 1050;
  transform: translateY(-50%);
}

/* VARIABLES */
/* line 9, app/assets/stylesheets/companies.scss */
.team-mobile {
  display: flex;
  flex-wrap: wrap;
}

/* line 14, app/assets/stylesheets/companies.scss */
.each-person-mobile {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

/* line 21, app/assets/stylesheets/companies.scss */
.recent-decisions-btn a {
  font-size: 16px;
  margin: 15px 0 0 0;
  width: 33%;
}

@media (min-width: 992px) {
  /* line 29, app/assets/stylesheets/companies.scss */
  #company-add-new {
    padding-right: 0;
  }
}

@media (min-width: 769px) {
  /* line 35, app/assets/stylesheets/companies.scss */
  .company-people .each-person {
    width: 180px;
    height: 190px;
  }
}

@media (max-width: 991px) {
  /* line 42, app/assets/stylesheets/companies.scss */
  .recent-decisions-btn a {
    margin: 15px auto;
  }
  /* line 46, app/assets/stylesheets/companies.scss */
  #company-add-new {
    padding: 0;
  }
}

@media (max-width: 768px) {
  /* line 52, app/assets/stylesheets/companies.scss */
  .company-people .each-person a img {
    margin: 10px 0 !important;
    max-width: 80px;
  }
  /* line 57, app/assets/stylesheets/companies.scss */
  #add-new-team-member {
    width: 80px;
    height: 80px;
  }
  /* line 62, app/assets/stylesheets/companies.scss */
  .company-add-new {
    font-size: 9px;
  }
  /* line 66, app/assets/stylesheets/companies.scss */
  .remove-members {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  /* line 72, app/assets/stylesheets/companies.scss */
  #company-add-new {
    padding: 0 15px;
  }
}

@media (min-width: 601px) and (max-width: 768px) {
  /* line 78, app/assets/stylesheets/companies.scss */
  .each-person-mobile {
    display: flex !important;
    flex-direction: column;
    align-items: center;
  }
  /* line 84, app/assets/stylesheets/companies.scss */
  .recent-decisions-btn {
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 600px) {
  /* line 91, app/assets/stylesheets/companies.scss */
  .team-mobile,
.each-person-mobile {
    display: flex !important;
    flex-direction: column;
    align-items: center;
  }
  /* line 98, app/assets/stylesheets/companies.scss */
  .edit-wrapper {
    display: flex;
    justify-content: space-around;
  }
  /* line 103, app/assets/stylesheets/companies.scss */
  .jobs-match-mobile {
    margin: 0 auto !important;
  }
  /* line 107, app/assets/stylesheets/companies.scss */
  .recent-decisions-btn a {
    width: 65% !important;
  }
  /* line 111, app/assets/stylesheets/companies.scss */
  .recent-decisions-btn {
    display: flex;
    justify-content: center;
  }
  /* line 116, app/assets/stylesheets/companies.scss */
  .company-people .each-person a img {
    width: 80px !important;
  }
}

/* line 121, app/assets/stylesheets/companies.scss */
.pad-section {
  padding: 60px 0;
}

/* line 125, app/assets/stylesheets/companies.scss */
.pad-section-top {
  padding: 40px 0;
}

/* line 129, app/assets/stylesheets/companies.scss */
.sponsor-mobile.company-ad {
  padding: 0;
}

/* line 133, app/assets/stylesheets/companies.scss */
.company-ad .trending-sponsor {
  position: relative;
  margin-bottom: -18px;
}

/* line 136, app/assets/stylesheets/companies.scss */
.company-ad .trending-sponsor .sponsored-tool {
  margin: 0 !important;
}

/* line 141, app/assets/stylesheets/companies.scss */
.add-border-top {
  width: 100%;
}

/* line 146, app/assets/stylesheets/companies.scss */
.co-section-title {
  font-weight: 600;
  font-size: 2.571em;
}

/* line 151, app/assets/stylesheets/companies.scss */
.tech-stack-title {
  margin-top: 0;
}

/* COMPANY INFORMATION */
/* line 156, app/assets/stylesheets/companies.scss */
.company-profile-info {
  background-color: #FFF;
  border-bottom: 1px solid #ebebeb;
}

/* line 159, app/assets/stylesheets/companies.scss */
.company-profile-info .logo-co {
  padding-top: 14px;
}

/* line 162, app/assets/stylesheets/companies.scss */
.company-profile-info .logo-co .logo-image {
  width: 130px;
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  margin: auto;
}

/* line 170, app/assets/stylesheets/companies.scss */
.company-profile-info .data-co {
  margin-top: 3px;
}

/* line 173, app/assets/stylesheets/companies.scss */
.company-profile-info .data-co .name-co a {
  color: #333;
  font-size: 36px;
  font-weight: 600;
  margin-right: 5px;
}

/* line 179, app/assets/stylesheets/companies.scss */
.company-profile-info .data-co .name-co a:hover {
  color: #0690FA;
}

/* line 184, app/assets/stylesheets/companies.scss */
.company-profile-info .data-co .name-co i {
  color: #0690FA;
  font-size: 24px;
  vertical-align: middle;
}

/* line 191, app/assets/stylesheets/companies.scss */
.company-profile-info .data-co .description-co {
  color: #333;
  font-size: 14px;
  font-weight: 400;
}

/* line 197, app/assets/stylesheets/companies.scss */
.company-profile-info .data-co .links-co {
  display: inline-block;
}

/* line 199, app/assets/stylesheets/companies.scss */
.company-profile-info .data-co .links-co a {
  display: block;
  color: #333;
  font-family: 'Roboto Slab', serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  margin: 5px 0;
}

/* line 208, app/assets/stylesheets/companies.scss */
.company-profile-info .data-co .links-co a i {
  font-size: 16px;
  margin-right: 5px;
  min-width: 25px;
}

/* line 214, app/assets/stylesheets/companies.scss */
.company-profile-info .data-co .links-co a:hover {
  color: #0690FA;
}

/* line 220, app/assets/stylesheets/companies.scss */
.company-profile-info .data-co .tags {
  margin-top: 5px;
}

/* line 222, app/assets/stylesheets/companies.scss */
.company-profile-info .data-co .tags .btn-xs, .company-profile-info .data-co .tags .btn-group-xs > .btn {
  margin-right: 5px;
}

/* COMPANY STACKS & TOOLS */
/* line 230, app/assets/stylesheets/companies.scss */
.company-stacks {
  border-bottom: 1px solid #ebebeb;
  background-color: #fff;
  /* IF ACTIVE STACK TAB */
}

/* line 234, app/assets/stylesheets/companies.scss */
.company-stacks h3 {
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
  color: #333;
  display: inline-block;
  margin-left: 0px;
  margin-right: 10px;
}

/* line 245, app/assets/stylesheets/companies.scss */
.company-stacks .tech-stack-sub-title {
  font-weight: 600;
  font-size: 14pt;
  color: #333;
  letter-spacing: 0.01em;
  border: 0;
  padding: 0;
  margin: 0 auto;
  font-family: 'Roboto Slab', serif;
}

/* line 256, app/assets/stylesheets/companies.scss */
.company-stacks .octicon-tools,
.company-stacks .glyphicon-align-justify {
  display: inline-block;
}

/* line 261, app/assets/stylesheets/companies.scss */
.company-stacks .stacks-co {
  flex: 1;
}

/* line 264, app/assets/stylesheets/companies.scss */
.company-stacks .stacks-co ul {
  padding-left: 0;
}

/* line 267, app/assets/stylesheets/companies.scss */
.company-stacks .stacks-co ul li {
  list-style: none;
}

/* line 274, app/assets/stylesheets/companies.scss */
.company-stacks .active .each-stack {
  background-color: #FFF;
  color: #333;
  border-color: #0690fa;
}

/* line 280, app/assets/stylesheets/companies.scss */
.company-stacks .tools-co {
  flex: 2;
  margin-left: 15px;
  display: flex;
  flex-direction: column;
}

/* line 286, app/assets/stylesheets/companies.scss */
.company-stacks .tools-co .co-service {
  display: inline-block;
}

/* line 289, app/assets/stylesheets/companies.scss */
.company-stacks .tools-co .co-service .stack-service-logo {
  display: block;
  position: relative;
}

/* line 294, app/assets/stylesheets/companies.scss */
.company-stacks .tools-co .co-service .each-service {
  display: block;
  text-align: center;
  margin: 10px;
}

/* line 299, app/assets/stylesheets/companies.scss */
.company-stacks .tools-co .co-service .each-service img {
  width: 55px;
  height: 55px;
  background-color: #FFF;
  border-radius: 5px;
}

/* line 308, app/assets/stylesheets/companies.scss */
.company-stacks .tools-co .co-service .tool-name-under {
  display: block;
  position: relative;
  text-align: center;
  color: #333;
  font-size: 12px;
  margin: 0;
}

/* line 317, app/assets/stylesheets/companies.scss */
.company-stacks .tools-co .co-service .function-name-under {
  display: block;
  position: relative;
  text-align: center;
  color: #BABABA;
  font-size: 12px;
  margin: 0;
}

/* STACK JOBS */
/* line 330, app/assets/stylesheets/companies.scss */
.stack-jobs {
  padding: 0 0 25px 0 !important;
  border-bottom: 0px solid #ebebeb !important;
}

/* line 334, app/assets/stylesheets/companies.scss */
.stack-jobs .job-title {
  font-size: 15px !important;
  height: 40px !important;
}

/* line 339, app/assets/stylesheets/companies.scss */
.stack-jobs .job-functions {
  margin-bottom: 0;
}

/* line 343, app/assets/stylesheets/companies.scss */
.stack-jobs .open-jobs {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: left;
}

/* COMPANY JOBS */
/* line 352, app/assets/stylesheets/companies.scss */
.company-jobs {
  padding: 80px 0;
  border-bottom: 1px solid #ebebeb;
}

/* line 357, app/assets/stylesheets/companies.scss */
.company-jobs h3 {
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
  color: #333;
  display: inline-block;
  margin-left: 0px;
  margin-right: 10px;
}

/* line 368, app/assets/stylesheets/companies.scss */
.company-jobs .tech-stack-sub-title {
  font-weight: normal;
  font-size: 14pt;
  color: #b5b5b5;
  letter-spacing: 0.01em;
}

/* line 375, app/assets/stylesheets/companies.scss */
.company-jobs .each-job {
  border: 1px solid #BABABA;
  border-radius: 5px;
  margin: 15px 0;
  padding: 12px;
  color: #333;
  transition: 200ms;
  background-color: white;
}

/* line 385, app/assets/stylesheets/companies.scss */
.company-jobs .each-job:hover {
  cursor: pointer;
  color: #0690FA;
  border-color: #0690FA;
}

/* line 390, app/assets/stylesheets/companies.scss */
.company-jobs .each-job .job-title {
  display: inline-block;
  font-weight: 600;
  width: 70%;
  color: inherit;
  font-size: 19px;
  margin-bottom: 10px;
  height: 55px;
}

/* line 400, app/assets/stylesheets/companies.scss */
.company-jobs .each-job .job-functions {
  font-size: 14px;
  font-weight: 400;
  color: #BABABA;
  padding-left: 0;
  height: 21px;
}

/* line 407, app/assets/stylesheets/companies.scss */
.company-jobs .each-job .job-functions li {
  font-family: 'Roboto Slab', serif !important;
  list-style: none;
  display: inline-block;
  font-size: 14px;
  color: #333;
}

/* line 414, app/assets/stylesheets/companies.scss */
.company-jobs .each-job .job-functions li::after {
  content: " + ";
}

/* line 418, app/assets/stylesheets/companies.scss */
.company-jobs .each-job .job-functions li:last-child:after {
  content: " ";
}

/* line 424, app/assets/stylesheets/companies.scss */
.company-jobs .each-job .apply {
  display: inline-block;
  float: right;
  color: #0690FA;
  font-weight: 600;
  font-size: 16px;
  text-align: right;
}

/* line 434, app/assets/stylesheets/companies.scss */
.company-jobs .new-job-callout {
  display: inline-block;
  float: right;
  background-color: #FF7200;
  color: white;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 5px;
  position: relative;
  bottom: 16px;
  left: 16px;
  padding: 4px;
  text-align: center;
  border: 1px solid #FF7200;
  font-size: 11px;
}

/* line 450, app/assets/stylesheets/companies.scss */
.company-jobs #no-company-jobs {
  font-size: 15px;
  color: #333;
  margin-top: 15px;
}

/* COMPANY PEOPLE */
/* line 458, app/assets/stylesheets/companies.scss */
.co-section-titles {
  margin: 0 0 0.5em 0;
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
  color: #333;
  display: inline-block;
  margin-left: 5px;
}

/* line 469, app/assets/stylesheets/companies.scss */
.co-stack-layer-title {
  color: #d7d7d7;
}

/* line 473, app/assets/stylesheets/companies.scss */
.company-people {
  background-color: #fff;
  border-bottom: 1px solid #ebebeb;
  padding: 50px 0 25px;
}

/* line 478, app/assets/stylesheets/companies.scss */
.company-people h3 {
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
  color: #333;
  display: inline-block;
  margin-left: 0px;
  margin-right: 10px;
}

/* line 489, app/assets/stylesheets/companies.scss */
.company-people .tech-stack-sub-title {
  font-weight: normal;
  font-size: 14pt;
  color: #b5b5b5;
  letter-spacing: 0.01em;
}

/* line 496, app/assets/stylesheets/companies.scss */
.company-people .each-person {
  display: inline-block;
  vertical-align: middle;
  width: 180px;
  height: 190px;
}

/* line 502, app/assets/stylesheets/companies.scss */
.company-people .each-person a {
  display: inline-block;
}

/* line 505, app/assets/stylesheets/companies.scss */
.company-people .each-person a img {
  margin: 10px;
  width: 100px;
  height: auto;
  border-radius: 100px;
  background-color: #fff;
  border: 1px solid #E6E6E6;
}

/* COMPANY LOCATION */
/* line 518, app/assets/stylesheets/companies.scss */
.company-location {
  margin-bottom: 100px;
}

/* line 522, app/assets/stylesheets/companies.scss */
.company-location h3 {
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
  color: #333;
  display: inline-block;
  margin-left: 0px;
  margin-right: 10px;
}

/* line 533, app/assets/stylesheets/companies.scss */
.company-location .tech-stack-sub-title {
  font-weight: normal;
  font-size: 14pt;
  color: #b5b5b5;
  letter-spacing: 0.01em;
}

/* line 540, app/assets/stylesheets/companies.scss */
.company-location .map-wrapper {
  max-height: 450px;
  text-align: center;
  padding: 0;
}

/* line 548, app/assets/stylesheets/companies.scss */
.company-location .map-wrapper img.company-map {
  position: relative;
  bottom: 50px;
}

/* line 554, app/assets/stylesheets/companies.scss */
.company-location .box {
  display: block;
  max-width: 240px;
  background-color: rgba(51, 51, 51, 0.7);
  color: white;
  position: absolute;
  top: 0;
  z-index: 500;
  padding: 14px;
  left: 0;
}

/* line 565, app/assets/stylesheets/companies.scss */
.company-location .box h2 {
  display: block;
  color: inherit;
  vertical-align: middle;
  text-transform: capitalize;
  margin: 0 0 0 5px;
  font-weight: 600;
  font-size: 17px;
  line-height: normal;
}

/* line 576, app/assets/stylesheets/companies.scss */
.company-location .box i {
  display: inline-block;
  font-size: 20px;
  color: inherit;
  vertical-align: middle;
}

/* line 583, app/assets/stylesheets/companies.scss */
.company-location .box .location-actual {
  display: inline-block;
  vertical-align: top;
}

/* line 587, app/assets/stylesheets/companies.scss */
.company-location .box .location-actual a {
  color: #fff;
}

/* COMPANY POSTS */
/* line 595, app/assets/stylesheets/companies.scss */
.company-posts {
  padding: 10px 0 0 0;
}

/* line 598, app/assets/stylesheets/companies.scss */
.company-posts .each-post {
  background-color: #FFF;
  border: 1px solid #BABABA;
  border-radius: 5px;
  padding: 15px;
  margin: 10px 0;
  color: #333;
  transition: 200ms;
  position: relative;
}

/* line 609, app/assets/stylesheets/companies.scss */
.company-posts .each-post .actions {
  position: absolute;
  right: 10px;
  top: 10px;
}

/* line 615, app/assets/stylesheets/companies.scss */
.company-posts .each-post:hover {
  cursor: pointer;
  color: #0690FA;
  border-color: #0690FA;
}

/* line 621, app/assets/stylesheets/companies.scss */
.company-posts .each-post .post-date {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  color: #d7d7d7;
}

/* line 628, app/assets/stylesheets/companies.scss */
.company-posts .each-post .post-title {
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 600;
  color: inherit;
  margin: 0.5em 0;
}

/* line 635, app/assets/stylesheets/companies.scss */
.company-posts .each-post .post-title:hover {
  color: inherit;
}

/* line 640, app/assets/stylesheets/companies.scss */
.company-posts .each-post .post-author {
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  font-size: 16px;
  color: #333;
}

/* line 646, app/assets/stylesheets/companies.scss */
.company-posts .each-post .post-author a {
  color: #0690FA;
}

/* line 649, app/assets/stylesheets/companies.scss */
.company-posts .each-post .post-author a:hover {
  text-decoration: underline;
}

/* line 655, app/assets/stylesheets/companies.scss */
.company-posts .each-post p {
  font-size: 16px;
  color: #333;
  font-weight: 400;
}

/* EDIT COMPANY INFORMATION */
/* line 664, app/assets/stylesheets/companies.scss */
.edit-co {
  display: block;
  background-color: transparent;
  border: 1px solid #0690FA;
  font-size: 14px;
  font-weight: 400;
  max-width: 300px;
  color: #0690FA;
  padding: 10px;
  margin-top: 10px;
  text-align: center;
  transition: 200ms;
}

/* line 678, app/assets/stylesheets/companies.scss */
.edit-co:visited {
  color: #0690FA;
}

/* line 682, app/assets/stylesheets/companies.scss */
.edit-co:hover {
  background-color: #0690FA;
  color: #FFF;
}

/* ADD NEW INFORMATION */
/* line 690, app/assets/stylesheets/companies.scss */
.company-add-new-items {
  display: block;
  background-color: transparent;
  border: 1px dashed white;
  border-radius: 5px;
  color: white;
  font-weight: 600;
  padding: 30px;
  text-transform: capitalize;
  transition: 300ms;
}

/* line 702, app/assets/stylesheets/companies.scss */
.company-add-new-items:visited {
  color: white;
}

/* line 706, app/assets/stylesheets/companies.scss */
.company-add-new-items:hover, .company-add-new-items:active, .company-add-new-items:focus {
  background-color: white;
  color: #0690FA;
  cursor: pointer;
}

/* line 714, app/assets/stylesheets/companies.scss */
.company-add-new-items i {
  margin-right: 5px;
}

/* line 719, app/assets/stylesheets/companies.scss */
.company-add-new {
  display: block;
  background-color: transparent;
  border: 1px dashed #0690fa;
  border-radius: 5px;
  color: #0690FA;
  font-weight: 600;
  padding: 30px;
  text-transform: capitalize;
  transition: 300ms;
}

/* line 731, app/assets/stylesheets/companies.scss */
.company-add-new:visited {
  color: #0690FA;
}

/* line 735, app/assets/stylesheets/companies.scss */
.company-add-new:hover, .company-add-new:active, .company-add-new:focus {
  background-color: #0690FA;
  color: #FFF;
  cursor: pointer;
}

/* line 744, app/assets/stylesheets/companies.scss */
#add-new-post,
#add-new-stack,
#add-new-tool,
#add-new-job {
  padding: 15px;
}

/* line 751, app/assets/stylesheets/companies.scss */
#add-new-stack,
#add-new-tool {
  margin-bottom: 10px;
}

/* line 756, app/assets/stylesheets/companies.scss */
.company-add-member {
  display: inline-block;
  width: 103px;
  height: 103px;
  padding: 25px 15px 15px 15px;
  margin: 10px;
  text-align: center;
  vertical-align: top;
  border-radius: 100px;
}

/* line 766, app/assets/stylesheets/companies.scss */
.company-add-member i {
  display: block;
}

/* line 771, app/assets/stylesheets/companies.scss */
#add-new-stack-item {
  display: inline-block;
  width: 62px;
  max-height: 80px;
  margin: 10px;
  text-align: center;
  vertical-align: middle;
  padding: 12px 0;
}

/* line 780, app/assets/stylesheets/companies.scss */
#add-new-stack-item i {
  display: block;
}

/* line 785, app/assets/stylesheets/companies.scss */
.remove-members {
  font-size: 12px;
}

/* line 788, app/assets/stylesheets/companies.scss */
.remove-members a, .remove-members a:visited {
  color: grey !important;
}

/* line 792, app/assets/stylesheets/companies.scss */
.remove-members a:hover {
  text-decoration: underline;
}

/* line 797, app/assets/stylesheets/companies.scss */
.empty-div-positioning {
  height: 52px;
}

/* line 801, app/assets/stylesheets/companies.scss */
.stack-items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, auto));
  grid-gap: 15px;
  row-gap: 15px;
}

@media (max-width: 992px) {
  /* line 809, app/assets/stylesheets/companies.scss */
  .empty-div-positioning {
    height: 0;
  }
}

/* line 814, app/assets/stylesheets/companies.scss */
#all-tools {
  margin-top: 19px;
}

/* line 822, app/assets/stylesheets/companies.scss */
.each-stack {
  display: block;
  background-color: #F2F2F2;
  border: 1px solid #BABABA;
  border-radius: 5px;
  height: auto;
  margin: 20px 0;
  color: #333;
  -webkit-transition: 200ms;
  min-height: 80px;
  transition: 200ms;
}

/* line 824, app/assets/stylesheets/companies.scss */
.each-stack .starring {
  margin: 0px;
  padding: 6px 0 6px 0;
  float: left;
  display: block;
  text-align: center;
  color: black;
  background: #fafafa;
  border-radius: 3px;
  font-size: 14px;
  box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
}

/* line 835, app/assets/stylesheets/companies.scss */
.each-stack .starring .star-count {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

/* line 853, app/assets/stylesheets/companies.scss */
.each-stack:hover, .each-stack:active, .each-stack:focus {
  background-color: #FFF;
  cursor: pointer;
  color: #0690FA;
  border-color: #0690FA;
  cursor: pointer;
}

/* line 863, app/assets/stylesheets/companies.scss */
.each-stack h2 {
  display: inline-block;
  max-width: 90%;
  font-size: 19px;
  font-weight: 600;
  text-transform: capitalize;
}

/* line 871, app/assets/stylesheets/companies.scss */
.each-stack .stack-components {
  display: block;
  padding-left: 0;
}

/* line 875, app/assets/stylesheets/companies.scss */
.each-stack .stack-components li {
  list-style: none;
  display: inline-block;
  font-size: 14px;
  font-family: 'Roboto Slab', serif !important;
  font-weight: 400;
}

/* line 882, app/assets/stylesheets/companies.scss */
.each-stack .stack-components li::after {
  content: " + ";
}

/* line 886, app/assets/stylesheets/companies.scss */
.each-stack .stack-components li:last-child:after {
  content: " ";
}

/* line 892, app/assets/stylesheets/companies.scss */
.each-stack .favorite-stack {
  display: inline-block;
  float: right;
  border: 1px solid #BABABA;
  height: 30px;
  width: 40px;
  text-align: center;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  position: relative;
  bottom: 1px;
  left: 16px;
}

/* line 904, app/assets/stylesheets/companies.scss */
.each-stack .favorite-stack i {
  color: #333;
  position: relative;
}

/* line 908, app/assets/stylesheets/companies.scss */
.each-stack .favorite-stack i:hover {
  color: #0690FA;
}

/* line 915, app/assets/stylesheets/companies.scss */
.more-count {
  font-size: 25px;
}

/* line 919, app/assets/stylesheets/companies.scss */
.each-stack-link {
  float: right;
  color: #0690fa;
  font-weight: 600;
  font-size: 13px;
  text-align: center;
  padding: 35px 0;
}

/* line 928, app/assets/stylesheets/companies.scss */
.panel-group.show-more-services {
  margin-bottom: 0;
}

/* line 932, app/assets/stylesheets/companies.scss */
#all-tools .show-layer-d {
  border: none;
  border-radius: 5px;
  width: 100%;
  background-color: #333 !important;
  display: inline-block;
  padding: 8px 0px 12px 12px;
}

/* line 941, app/assets/stylesheets/companies.scss */
.jobs-count {
  display: inline;
  padding: 0px 4px;
  font-weight: bold;
  color: white;
  border-radius: 2px;
  background-color: #FF7200;
  font-size: 13px;
  position: absolute;
  right: 15px;
  top: 11px;
}

/* line 954, app/assets/stylesheets/companies.scss */
.team-member-name {
  padding: 0 10px 0 10px;
  font-size: 15px;
  font-weight: 600;
}

/* line 959, app/assets/stylesheets/companies.scss */
.team-member-name a, .team-member-name a:visited {
  color: #333;
}

/* line 963, app/assets/stylesheets/companies.scss */
.team-member-name a:hover {
  color: #0690fa;
}

/* line 968, app/assets/stylesheets/companies.scss */
.team-pop {
  font-weight: bold !important;
}

/* line 972, app/assets/stylesheets/companies.scss */
.team-member-title {
  padding: 0;
  font-size: 12px;
  font-weight: normal;
  color: grey;
}

/* line 979, app/assets/stylesheets/companies.scss */
.stack-sample {
  font-size: 7pt;
}

/* line 983, app/assets/stylesheets/companies.scss */
a.stack-sample {
  color: #C6C6C6 !important;
}

/* line 987, app/assets/stylesheets/companies.scss */
a.stack-sample:hover {
  color: #0690fa !important;
}

/* line 991, app/assets/stylesheets/companies.scss */
.stack-samples {
  font-size: 7pt;
  color: #C6C6C6 !important;
}

/* line 996, app/assets/stylesheets/companies.scss */
.apply-job-link {
  z-index: 5000;
  position: absolute;
  right: 25px;
  top: 45%;
}

/* line 1007, app/assets/stylesheets/companies.scss */
#tab-link.co-tabs {
  padding: 30px 0 0 0 !important;
  width: 120px !important;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1013, app/assets/stylesheets/companies.scss */
  .description-co {
    color: grey !important;
    font-size: 13px !important;
    font-weight: 400;
    margin-top: 30px;
    text-align: center;
  }
  /* line 1021, app/assets/stylesheets/companies.scss */
  .links-co {
    text-align: center;
    display: block !important;
    margin: 30px 0;
  }
  /* line 1027, app/assets/stylesheets/companies.scss */
  .tags {
    text-align: center;
  }
  /* line 1031, app/assets/stylesheets/companies.scss */
  .company-jobs {
    padding: 25px 0 50px;
  }
  /* line 1035, app/assets/stylesheets/companies.scss */
  #all-tools .show-layer-d {
    border: none;
    border-radius: 5px;
    background-color: #333 !important;
    display: inline-block;
    padding: 12px;
  }
}

/* line 1044, app/assets/stylesheets/companies.scss */
.technology-section {
  display: flex;
}

@media (max-width: 767px) {
  /* line 1049, app/assets/stylesheets/companies.scss */
  a#tab-link.co-tabs {
    height: 78px !important;
    width: 40px !important;
  }
  /* line 1054, app/assets/stylesheets/companies.scss */
  .technology-section {
    flex-direction: column;
  }
  /* line 1058, app/assets/stylesheets/companies.scss */
  .co-tabs-mobile {
    display: flex;
    justify-content: center;
  }
  /* line 1063, app/assets/stylesheets/companies.scss */
  .description-co {
    color: grey !important;
    font-size: 13px !important;
    font-weight: 400;
    margin-top: 30px;
    text-align: center;
  }
  /* line 1071, app/assets/stylesheets/companies.scss */
  .links-co {
    text-align: center;
    display: block !important;
    margin: 30px 0;
  }
  /* line 1077, app/assets/stylesheets/companies.scss */
  .tags {
    text-align: center;
  }
  /* line 1079, app/assets/stylesheets/companies.scss */
  .tags .btn-xs, .tags .btn-group-xs > .btn {
    margin-bottom: 10px;
  }
  /* line 1084, app/assets/stylesheets/companies.scss */
  .company-profile-info .logo-co .logo-image {
    width: 85px;
    height: 85px;
  }
  /* line 1089, app/assets/stylesheets/companies.scss */
  .company-people .each-person a img {
    border-radius: 100px !important;
  }
  /* line 1093, app/assets/stylesheets/companies.scss */
  #all-tools .show-layer-d {
    width: 100%;
  }
  /* line 1097, app/assets/stylesheets/companies.scss */
  .description-co {
    margin: 10px 10px;
  }
  /* line 1101, app/assets/stylesheets/companies.scss */
  .company-jobs {
    padding: 40px 0;
  }
  /* line 1105, app/assets/stylesheets/companies.scss */
  .apply-job-link {
    vertical-align: middle;
    margin: auto 0;
    display: flex;
    z-index: 5000;
    float: right;
    position: absolute;
    right: 25px;
    top: 55px;
  }
  /* line 1116, app/assets/stylesheets/companies.scss */
  .company-jobs h3 {
    padding: 0 0 0 15px;
  }
  /* line 1121, app/assets/stylesheets/companies.scss */
  .company-location .box {
    display: block;
    max-width: 240px;
    background-color: rgba(51, 51, 51, 0.7);
    color: white;
    position: absolute;
    top: 0;
    z-index: 500;
    padding: 8px 10px;
    left: 0;
  }
  /* line 1132, app/assets/stylesheets/companies.scss */
  .company-location .box h1 {
    display: block;
    color: inherit;
    vertical-align: middle;
    text-transform: capitalize;
    margin: 0 0 0 5px;
    font-weight: 600;
    font-size: 13px;
    line-height: normal;
  }
  /* line 1143, app/assets/stylesheets/companies.scss */
  .company-location .box i {
    display: inline-block;
    font-size: 17px;
    color: inherit;
    vertical-align: top;
  }
  /* line 1150, app/assets/stylesheets/companies.scss */
  .company-location .box .location-actual {
    display: inline-block;
    vertical-align: top;
  }
  /* line 1154, app/assets/stylesheets/companies.scss */
  .company-location .box .location-actual a {
    color: #fff;
  }
}

/* line 1162, app/assets/stylesheets/companies.scss */
.web-links-co {
  padding: 15px 0 0 0 !important;
  height: 76px;
  float: right !important;
}

/* line 1166, app/assets/stylesheets/companies.scss */
.web-links-co a {
  font-size: 13px !important;
}

/* line 1171, app/assets/stylesheets/companies.scss */
.social-links-co {
  padding: 15px 0 0 0 !important;
  height: 76px;
  width: 50px;
  float: right !important;
}

/* line 1177, app/assets/stylesheets/companies.scss */
.social-links-co .fa {
  color: grey;
  font-size: 20px;
}

/* line 1182, app/assets/stylesheets/companies.scss */
.social-links-co .fa:hover {
  color: #0690fa;
  font-size: 20px;
}

/* line 1187, app/assets/stylesheets/companies.scss */
.social-links-co .octicon-link {
  color: grey;
  font-size: 20px;
}

/* line 1192, app/assets/stylesheets/companies.scss */
.social-links-co .octicon-link:hover {
  color: #0690fa;
  font-size: 20px;
}

@media (min-width: 992px) {
  /* line 1200, app/assets/stylesheets/companies.scss */
  .company-profile-info .company-name {
    font-weight: bold;
    line-height: 1.1;
    font-size: 36px;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  /* line 1209, app/assets/stylesheets/companies.scss */
  .co-no-img {
    color: #ebebeb;
    padding: 10px 0 0px 4px;
    font-size: 120px !important;
    top: -13px !important;
  }
  /* line 1215, app/assets/stylesheets/companies.scss */
  .co-no-img-edit {
    color: #ebebeb;
    padding: 10px 0 0px 4px;
    font-size: 64px !important;
    top: -8px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1225, app/assets/stylesheets/companies.scss */
  .company-profile-info .company-name {
    font-weight: bold;
    line-height: 1.1;
    font-size: 30px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  /* line 1235, app/assets/stylesheets/companies.scss */
  .co-no-img {
    font-size: 120px !important;
    color: #ebebeb;
    padding: 10px 0 0px 4px;
  }
  /* line 1241, app/assets/stylesheets/companies.scss */
  .co-no-img-edit {
    color: #ebebeb;
    padding: 10px 0 0px 4px;
    font-size: 64px !important;
    top: -8px !important;
  }
  /* line 1248, app/assets/stylesheets/companies.scss */
  .glyphicon.co-no-img {
    display: block;
    display: flex;
    display: -webkit-inline-block;
    display: -moz-flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  /* line 1261, app/assets/stylesheets/companies.scss */
  .co-edit {
    display: block;
  }
}

@media (max-width: 767px) {
  /* line 1268, app/assets/stylesheets/companies.scss */
  .company-profile-info .company-name {
    font-weight: bold;
    line-height: 1.1;
    font-size: 20px;
    text-align: center;
    margin-top: 5px;
  }
  /* line 1277, app/assets/stylesheets/companies.scss */
  .company-stacks .tools-co {
    padding-top: 50px;
    flex: 1;
    margin-left: 0;
    display: flex;
    flex-direction: column;
  }
  /* line 1285, app/assets/stylesheets/companies.scss */
  .co-no-img {
    font-size: 58px !important;
    color: #ebebeb;
    padding: 10px 0 0px 4px;
  }
  /* line 1291, app/assets/stylesheets/companies.scss */
  .co-no-img-edit {
    color: #ebebeb;
    padding: 10px 0 0px 4px;
    font-size: 64px !important;
    top: -8px !important;
  }
  /* line 1298, app/assets/stylesheets/companies.scss */
  .glyphicon.co-no-img {
    display: block;
    display: flex;
    display: -webkit-inline-block;
    display: -moz-flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  /* line 1311, app/assets/stylesheets/companies.scss */
  .co-edit {
    display: block;
  }
  /* line 1315, app/assets/stylesheets/companies.scss */
  .btn-block-sm {
    width: 200px;
    margin: auto auto 20px auto;
  }
}

/* line 1321, app/assets/stylesheets/companies.scss */
.company-profile-btn {
  background-color: white;
  color: #068dfe;
  border: 1px solid #068dfe;
  margin-top: 10px;
  font-size: 14px;
}

/* line 1327, app/assets/stylesheets/companies.scss */
.company-profile-btn:visited {
  color: #068dfe;
}

/* line 1330, app/assets/stylesheets/companies.scss */
.company-profile-btn:hover {
  color: #fff;
  background-color: #068dfe;
}

/* line 1336, app/assets/stylesheets/companies.scss */
.stack-layer-title-co {
  padding: 3px;
  color: white;
  text-align: left;
}

/* line 1342, app/assets/stylesheets/companies.scss */
.edit-company {
  font-size: 10px;
  margin-left: 3px;
}

/* line 1346, app/assets/stylesheets/companies.scss */
.edit-company a, .edit-company a:visited {
  color: grey;
}

/* line 1350, app/assets/stylesheets/companies.scss */
.edit-company a:hover {
  color: #0690fa;
}

/* line 1355, app/assets/stylesheets/companies.scss */
.delete-company {
  font-size: 10px;
  float: right;
  padding-top: 3px;
  margin-right: 5px;
}

/* line 1361, app/assets/stylesheets/companies.scss */
.delete-company a, .delete-company a:visited {
  color: #ebebeb;
}

/* line 1365, app/assets/stylesheets/companies.scss */
.delete-company a:hover {
  color: #0690fa;
}

/* line 1371, app/assets/stylesheets/companies.scss */
.sa-error-container .confirm {
  background-color: #00afff !important;
}

/* line 1376, app/assets/stylesheets/companies.scss */
.sweet-alert button {
  background-color: #00afff !important;
}

/* line 1380, app/assets/stylesheets/companies.scss */
form.edit_company input.form-control {
  width: 320px;
}

/* line 1384, app/assets/stylesheets/companies.scss */
th.customer-table-header {
  min-width: 190px;
}

/* line 1388, app/assets/stylesheets/companies.scss */
.no-email {
  font-style: italic;
  margin-left: 5px;
}

/* line 1393, app/assets/stylesheets/companies.scss */
.blog-post-card-services {
  height: 20px;
  width: 20px;
  background-color: white;
  border-radius: 3px;
  border: 1px solid #ebebeb;
}

/* line 1401, app/assets/stylesheets/companies.scss */
.post-date {
  margin-left: 10px;
}

/* line 1405, app/assets/stylesheets/companies.scss */
#visit-blog {
  background: rgba(6, 144, 250, 0.95);
  text-align: center;
  padding: 7px 15px;
  color: #fff;
  margin: 0 auto;
  display: block !important;
  max-width: 300px;
  font-size: 14px;
  border-radius: 3px;
  margin-bottom: 5px;
  font-weight: 600;
  text-transform: uppercase;
}

/* line 1420, app/assets/stylesheets/companies.scss */
.mentioned-label {
  color: #d7d7d7;
}

/* line 1424, app/assets/stylesheets/companies.scss */
.company-blog-post-content {
  max-width: 800px;
  text-align: left;
  margin: 35px auto 50px auto;
}

/* line 1430, app/assets/stylesheets/companies.scss */
.blog-post-stack-container {
  max-width: 700px;
}

/* line 1434, app/assets/stylesheets/companies.scss */
#blog-post-stack {
  margin-top: 50px;
}

/* line 1438, app/assets/stylesheets/companies.scss */
#blog_posts_index {
  margin: 20px 0 130px 0;
}

/* line 1442, app/assets/stylesheets/companies.scss */
.co-blog-index {
  background-color: #FFF;
  border-bottom: 1px solid #ebebeb;
  max-width: 130px;
}

/* line 1448, app/assets/stylesheets/companies.scss */
.fa.fa-check-circle.co-check-blog {
  color: #0690fa;
  font-size: 19px;
  opacity: .8;
}

/* line 1454, app/assets/stylesheets/companies.scss */
.co-name-blog {
  text-align: center;
  margin: 15px 0 30px 0;
  font-size: 24px;
  font-weight: 600;
}

/* line 1462, app/assets/stylesheets/companies.scss */
#company-blog-post h2 {
  font-size: 22px;
  font-weight: 600 !important;
}

@media (max-width: 767px) {
  /* line 1468, app/assets/stylesheets/companies.scss */
  #company-blog-post .company-blog-post-content img {
    max-width: 300px;
    height: 100%;
  }
}

/* line 1476, app/assets/stylesheets/companies.scss */
#company-posts-container {
  padding: 55px 0 60px 0;
}

/* line 1480, app/assets/stylesheets/companies.scss */
.blog-post-jobs-container .company-jobs {
  border-bottom: 0;
}

/* line 1486, app/assets/stylesheets/companies.scss */
.companies__section {
  background-color: #fff;
  min-width: 400px;
}

/* line 1490, app/assets/stylesheets/companies.scss */
.companies__section__header {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 27px;
  margin-bottom: 33px;
}

/* line 1495, app/assets/stylesheets/companies.scss */
.companies__section__header__icon {
  width: 26px;
  height: 24px;
  float: left;
  display: inline-block;
  margin-top: 8px;
  margin-right: 16px;
  filter: grayscale(100%);
  border-radius: 2px;
  opacity: 0.5;
  font-size: 26px !important;
}

/* line 1509, app/assets/stylesheets/companies.scss */
.companies__section__header__text {
  font-size: 33px;
  color: #000;
  float: left;
  margin: 0;
  margin-right: 5px;
}

/* line 1517, app/assets/stylesheets/companies.scss */
.companies__section__header__count {
  background-color: #eaeaea;
  border-radius: 100px;
  display: inline-block;
  float: left;
  color: #5f5f5f;
  font-size: 12px;
  font-weight: bold;
  height: 27px;
  width: 27px;
  text-align: center;
  margin-top: -10px;
  padding-top: 5px;
}

/* line 1534, app/assets/stylesheets/companies.scss */
#followers.companies__section {
  padding-bottom: 250px;
}

@media (min-width: 992px) {
  /* line 1540, app/assets/stylesheets/companies.scss */
  .company_header__container {
    display: table;
  }
  /* line 1543, app/assets/stylesheets/companies.scss */
  .company_header__container [class*="col-"] {
    float: none;
    display: table-cell;
  }
}

@media (min-width: 992px) {
  /* line 1550, app/assets/stylesheets/companies.scss */
  .company_header__mobile_follow_btn_container {
    display: none !important;
  }
}

/* line 1556, app/assets/stylesheets/companies.scss */
.company_header__logo_container {
  min-width: 125px;
  vertical-align: top;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1556, app/assets/stylesheets/companies.scss */
  .company_header__logo_container {
    padding-left: 0;
  }
}

/* line 1564, app/assets/stylesheets/companies.scss */
.company_header__logo {
  display: inline-block;
}

/* line 1568, app/assets/stylesheets/companies.scss */
.company_header__logo_img {
  border-radius: 5px;
  height: 109px;
  width: 109px;
}

/* line 1574, app/assets/stylesheets/companies.scss */
.company_header__logo_no_img {
  color: #ebebeb;
  font-size: 120px;
}

/* line 1579, app/assets/stylesheets/companies.scss */
.company_header__admin_actions {
  font-size: 10px;
  margin-top: 10px;
}

/* line 1583, app/assets/stylesheets/companies.scss */
.company_header__admin_actions__edit a, .company_header__admin_actions__edit a:visited {
  color: grey;
}

/* line 1585, app/assets/stylesheets/companies.scss */
.company_header__admin_actions__delete {
  float: right;
}

/* line 1587, app/assets/stylesheets/companies.scss */
.company_header__admin_actions__delete a, .company_header__admin_actions__delete a:visited {
  color: #ebebeb;
}

/* line 1591, app/assets/stylesheets/companies.scss */
.company_header__name {
  font-weight: bold;
  line-height: 1.1;
  font-size: 36px;
  margin-bottom: 10px;
}

/* line 1599, app/assets/stylesheets/companies.scss */
.company_header__verified span {
  color: #0690fa;
  font-size: 24px;
  opacity: .8;
}

/* line 1606, app/assets/stylesheets/companies.scss */
.company_header__tool {
  position: relative;
}

/* line 1608, app/assets/stylesheets/companies.scss */
.company_header__tool span {
  position: absolute;
  top: -18px;
  left: 4px;
  color: white;
  background-color: #0690fa;
  border-radius: 50%;
  padding: 4.5px;
  font-size: 12px;
  opacity: .8;
}

/* line 1621, app/assets/stylesheets/companies.scss */
.company_header__tags {
  margin-top: 20px;
}

/* line 1624, app/assets/stylesheets/companies.scss */
.company_header__tags .btn-ss-g-alt {
  margin-bottom: 5px;
  margin-right: 5px;
  font-size: 10px;
}

/* line 1631, app/assets/stylesheets/companies.scss */
.company_header__tag {
  color: white;
  background-color: #b8bcc0;
  border-radius: 3px;
  font-size: 12px;
  line-height: 12px;
  margin: 0 3px 6px 0;
  padding: 2px 12px 2px 12px;
  display: inline-block;
}

/* line 1640, app/assets/stylesheets/companies.scss */
.company_header__tag:hover {
  border: 1px solid #b8bcc0;
  color: #b8bcc0;
  background-color: white;
  padding: 1px 11px 1px 11px;
}

@media (min-width: 992px) {
  /* line 1648, app/assets/stylesheets/companies.scss */
  .company_header__description_container:before {
    background: #e3e3e3;
    bottom: 24px;
    content: " ";
    left: -10px;
    position: absolute;
    width: 1px;
    top: 0;
  }
}

@media (min-width: 992px) {
  /* line 1660, app/assets/stylesheets/companies.scss */
  .company_header__description_container:after {
    background: #e3e3e3;
    bottom: 24px;
    content: " ";
    right: 10px;
    position: absolute;
    width: 1px;
    top: 0;
  }
}

/* line 1672, app/assets/stylesheets/companies.scss */
.company_header__description_container {
  vertical-align: middle;
}

/* line 1676, app/assets/stylesheets/companies.scss */
.company_header__description_label {
  font-size: 12px;
  font-weight: bold;
}

/* line 1681, app/assets/stylesheets/companies.scss */
.company_header__description {
  font-size: 14px;
  color: #b1b1b1;
  line-height: 1.2;
  max-width: 420px;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1681, app/assets/stylesheets/companies.scss */
  .company_header__description {
    max-width: 500px;
  }
}

/* line 1692, app/assets/stylesheets/companies.scss */
.company_header__links h6 {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  display: flex;
  align-items: center;
}

/* line 1698, app/assets/stylesheets/companies.scss */
.company_header__links h6 i {
  color: #b1b1b1;
  font-size: 16px;
  width: 24px;
}

/* line 1706, app/assets/stylesheets/companies.scss */
.company_header__location {
  text-transform: capitalize;
}

/* line 1711, app/assets/stylesheets/companies.scss */
.company_header__website a:hover {
  color: #0690fa;
}

/* line 1715, app/assets/stylesheets/companies.scss */
.company_header__twitter a:hover {
  color: #0690fa;
}

/* line 1719, app/assets/stylesheets/companies.scss */
.company_nav_mobile {
  position: sticky;
  top: 0px;
  padding: 0;
  z-index: 999;
  opacity: .97;
  background-color: #0690fa;
}

@media (min-width: 992px) {
  /* line 1719, app/assets/stylesheets/companies.scss */
  .company_nav_mobile {
    display: none;
  }
}

/* line 1731, app/assets/stylesheets/companies.scss */
.company_nav_mobile__launcher_container {
  cursor: pointer;
  color: white;
  width: 200px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  margin: 0 auto;
  display: block;
  position: relative;
}

/* line 1741, app/assets/stylesheets/companies.scss */
.company_nav_mobile__launcher_container:hover {
  color: white;
}

/* line 1746, app/assets/stylesheets/companies.scss */
.company_nav_mobile__launcher {
  position: absolute;
  right: 0;
  padding: 6px 5px 0 5px;
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

/* line 1755, app/assets/stylesheets/companies.scss */
.company_nav_mobile__launcher_item {
  position: absolute;
  left: 0;
  opacity: 0;
}

/* line 1759, app/assets/stylesheets/companies.scss */
.company_nav_mobile__launcher_item--active {
  opacity: 1;
}

/* line 1764, app/assets/stylesheets/companies.scss */
.company_nav_mobile__launcher_ss_icon {
  background: url(../png/stackshare-icon-white-eb21c7ef1e4c303a05a3fbb8c7e22ec8f8629e519c2a0277fa0e5ff35c908328.png);
  background-size: cover;
  display: inline-block;
  height: 18px;
  width: 18px;
  vertical-align: middle;
  border-radius: 2px;
  margin: 0 8px 3px 0;
}

/* line 1775, app/assets/stylesheets/companies.scss */
.company_nav_mobile__items {
  pointer-events: none;
  opacity: 0;
  transition: opacity .25s ease-in-out;
  position: fixed;
  display: flex;
  width: 100%;
  height: 100vh;
  top: 0;
  background-color: white;
  padding: 0;
  left: 0;
  list-style: none;
  flex-wrap: wrap;
  background-color: #0690fa;
}

/* line 1794, app/assets/stylesheets/companies.scss */
.company_nav_mobile__items--visible {
  opacity: .97;
  pointer-events: auto;
}

/* line 1800, app/assets/stylesheets/companies.scss */
.company_nav_mobile__item {
  position: relative;
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
}

/* line 1808, app/assets/stylesheets/companies.scss */
.company_nav_mobile__item:hover {
  visibility: visible;
}

/* line 1812, app/assets/stylesheets/companies.scss */
.company_nav_mobile__item--selected {
  background-color: red;
}

/* line 1814, app/assets/stylesheets/companies.scss */
.company_nav_mobile__item--selected span.mobile-overlay-link-bg {
  visibility: visible;
}

/* line 1819, app/assets/stylesheets/companies.scss */
.company_nav_mobile__item span.mobile-overlay-link-bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.25);
  mix-blend-mode: overlay;
  visibility: hidden;
  pointer-events: none;
}

/* line 1832, app/assets/stylesheets/companies.scss */
.company_nav_mobile__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 0;
  padding-top: 40px;
  color: #fff !important;
  font-weight: 500;
  font-size: 20px;
}

/* line 1846, app/assets/stylesheets/companies.scss */
.company_nav_mobile__item a:hover {
  color: white;
}

/* line 1850, app/assets/stylesheets/companies.scss */
.company_nav_mobile__item a i {
  position: absolute;
  font-size: 24px;
  top: calc(50% - 30px);
}

/* line 1855, app/assets/stylesheets/companies.scss */
.company_nav_mobile__item a span {
  position: absolute;
  height: 24px;
  width: 24px;
  top: calc(50% - 30px);
}

/* line 1864, app/assets/stylesheets/companies.scss */
.company_nav_mobile__ss_icon {
  background: url(../png/stackshare-icon-white-eb21c7ef1e4c303a05a3fbb8c7e22ec8f8629e519c2a0277fa0e5ff35c908328.png);
  background-size: cover;
  display: inline-block;
  height: 19px;
  width: 20px;
  vertical-align: middle;
  border-radius: 2px;
  margin: 0 8px 0 0;
}

/* line 1879, app/assets/stylesheets/companies.scss */
.company_nav_mobile li:nth-child(2n + 1):before {
  content: "";
  position: absolute;
  top: 0;
  background: #000;
  mix-blend-mode: overlay;
  opacity: .2;
}

/* line 1887, app/assets/stylesheets/companies.scss */
.company_nav_mobile li:nth-child(2n + 1) .mobile-overlay-link-bg {
  right: 1px;
}

/* line 1893, app/assets/stylesheets/companies.scss */
.company_nav_mobile li:nth-child(n + 3):after {
  content: "";
  position: absolute;
  top: 0;
  background: #000;
  mix-blend-mode: overlay;
  opacity: .2;
}

/* line 1901, app/assets/stylesheets/companies.scss */
.company_nav_mobile li:nth-child(n + 3) .mobile-overlay-link-bg {
  top: 1px;
}

/* line 1907, app/assets/stylesheets/companies.scss */
.company_nav_mobile li:nth-child(2n + 1):before {
  right: 0;
  width: 1px;
  height: 100%;
}

/* line 1915, app/assets/stylesheets/companies.scss */
.company_nav_mobile li:nth-child(n + 3):after {
  left: 0;
  width: 100%;
  height: 1px;
}

/* line 1923, app/assets/stylesheets/companies.scss */
.company_nav_desktop {
  position: sticky;
  top: 0px;
  padding: 0;
  z-index: 999;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}

/* line 1931, app/assets/stylesheets/companies.scss */
.company_nav_desktop .follow_button_component__btn {
  width: 100%;
}

@media (max-width: 991px) {
  /* line 1923, app/assets/stylesheets/companies.scss */
  .company_nav_desktop {
    display: none;
  }
}

/* line 1945, app/assets/stylesheets/companies.scss */
.company_nav_desktop__count {
  display: inline-block;
  height: 20px;
  width: 20px;
  line-height: 20px;
  color: white;
  font-size: 10px;
  text-align: center;
  background-color: #f19f40;
  border-radius: 50%;
  position: absolute;
  right: -20px;
  top: -20px;
}

/* line 1960, app/assets/stylesheets/companies.scss */
.company_nav_desktop__follow_btn_container {
  margin-top: 20px;
}

/* line 1964, app/assets/stylesheets/companies.scss */
.company_nav_desktop__items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  height: 92px;
}

/* line 1970, app/assets/stylesheets/companies.scss */
.company_nav_desktop__items li:first-child {
  margin-left: 0;
}

/* line 1973, app/assets/stylesheets/companies.scss */
.company_nav_desktop__items li:last-child {
  margin-right: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1964, app/assets/stylesheets/companies.scss */
  .company_nav_desktop__items {
    background-color: red;
  }
}

/* line 1987, app/assets/stylesheets/companies.scss */
.company_nav_desktop__item_content_wrapper {
  position: relative;
}

/* line 1992, app/assets/stylesheets/companies.scss */
.company_nav_desktop__item {
  margin: 0 10px 0 10px;
  width: 120px;
}

/* line 1995, app/assets/stylesheets/companies.scss */
.company_nav_desktop__item a, .company_nav_desktop__item a:visited {
  display: list-item;
  font-size: 11px;
  text-transform: uppercase;
  padding: 35px 0 35px 0px;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-weight: 600;
  color: grey;
}

@media (max-width: 1200px) {
  /* line 1995, app/assets/stylesheets/companies.scss */
  .company_nav_desktop__item a, .company_nav_desktop__item a:visited {
    font-size: 9px;
  }
}

/* line 2010, app/assets/stylesheets/companies.scss */
.company_nav_desktop__item a, .company_nav_desktop__item a:hover, .company_nav_desktop__item a:active, .company_nav_desktop__item a:visited, .company_nav_desktop__item a:focus {
  text-decoration: none;
}

/* line 2013, app/assets/stylesheets/companies.scss */
.company_nav_desktop__item:hover {
  border-bottom: 2px solid #0690fa;
}

/* line 2015, app/assets/stylesheets/companies.scss */
.company_nav_desktop__item:hover a {
  color: #1f1f1f;
}

/* line 2018, app/assets/stylesheets/companies.scss */
.company_nav_desktop__item:hover i {
  color: #0690fa !important;
}

/* line 2021, app/assets/stylesheets/companies.scss */
.company_nav_desktop__item:hover span {
  opacity: 1;
  filter: none;
}

/* line 2026, app/assets/stylesheets/companies.scss */
.company_nav_desktop__item a:active {
  color: #0690fa;
}

/* line 2029, app/assets/stylesheets/companies.scss */
.company_nav_desktop__item--active {
  border-bottom: 3px solid #0690fa;
}

/* line 2031, app/assets/stylesheets/companies.scss */
.company_nav_desktop__item--active a {
  color: #1f1f1f;
}

/* line 2034, app/assets/stylesheets/companies.scss */
.company_nav_desktop__item--active i {
  color: #0690fa !important;
}

/* line 2037, app/assets/stylesheets/companies.scss */
.company_nav_desktop__item--active span {
  opacity: 1;
  filter: none;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1992, app/assets/stylesheets/companies.scss */
  .company_nav_desktop__item {
    margin: 0 10px 0 10px;
  }
  /* line 2044, app/assets/stylesheets/companies.scss */
  .company_nav_desktop__item i {
    width: 100%;
    text-align: center;
  }
}

/* line 2051, app/assets/stylesheets/companies.scss */
.company_nav_desktop__ss_icon {
  background: url(../png/stackshare-icon-8b2d58844e96d5c998f0a99f3b433dd1444788fbd91a9943bab5e2027a7a1988.png);
  background-size: cover;
  display: inline-block;
  height: 19px;
  width: 20px;
  vertical-align: middle;
  filter: grayscale(100%);
  border-radius: 2px;
  opacity: 0.4;
  margin: 0 8px 0 0;
}

/* line 2065, app/assets/stylesheets/companies.scss */
.company_nav_desktop .octicon {
  color: #bdbdbd;
  font-size: 20px;
  padding: 0 8px 0 0;
  vertical-align: middle;
}

/* line 2078, app/assets/stylesheets/companies.scss */
.company_section_loading_spinner {
  display: block;
  margin: 0 auto;
}

@media (max-width: 767px) {
  /* line 2083, app/assets/stylesheets/companies.scss */
  .company_tech_stacks {
    margin-left: 15px;
    margin-right: 15px;
  }
}

/* line 2089, app/assets/stylesheets/companies.scss */
.company_tech_stacks__picker_wrapper {
  margin: 0 auto;
  margin-bottom: 20px;
  float: none;
}

/* line 2095, app/assets/stylesheets/companies.scss */
.company_tech_stacks__picker {
  margin: 0;
}

/* line 2100, app/assets/stylesheets/companies.scss */
.company_tech_stacks__picker button.slick-arrow:before {
  color: black;
}

/* line 2108, app/assets/stylesheets/companies.scss */
.company_tech_stacks__no_picker > div {
  display: inline-block;
  width: 200px;
  float: left;
}

/* line 2122, app/assets/stylesheets/companies.scss */
.company_tech_stacks__stack_card_container {
  padding: 0 10px 0 10px;
  height: 140px;
  padding-bottom: 40px;
}

/* line 2132, app/assets/stylesheets/companies.scss */
.company_tech_stacks__stack_card {
  border: 1px solid #5d5d5d;
  cursor: pointer;
  height: 80px;
  border-radius: 5px;
  position: relative;
}

/* line 2139, app/assets/stylesheets/companies.scss */
.company_tech_stacks__stack_card--default:hover {
  border: 1px solid #0690fa;
}

/* line 2141, app/assets/stylesheets/companies.scss */
.company_tech_stacks__stack_card--default:hover + div {
  border-bottom: 3px solid #0690fa;
}

/* line 2145, app/assets/stylesheets/companies.scss */
.company_tech_stacks__stack_card--default--selected {
  border: 1px solid #0690fa;
}

/* line 2149, app/assets/stylesheets/companies.scss */
.company_tech_stacks__stack_card--add_new {
  display: block;
  border: 1px dashed grey;
  font-size: 14px;
  font-weight: 600;
  color: grey;
  line-height: 100px;
  text-align: center;
}

/* line 2157, app/assets/stylesheets/companies.scss */
.company_tech_stacks__stack_card--add_new i {
  margin-right: 5px;
}

/* line 2160, app/assets/stylesheets/companies.scss */
.company_tech_stacks__stack_card--add_new:hover {
  border: 1px dashed #0690fa !important;
}

/* line 2163, app/assets/stylesheets/companies.scss */
.company_tech_stacks__stack_card--add_new:hover + div {
  border: none;
}

/* line 2168, app/assets/stylesheets/companies.scss */
.company_tech_stacks__stack_card--add_new__text {
  vertical-align: middle;
  border: none;
  text-align: center;
}

/* line 2175, app/assets/stylesheets/companies.scss */
.company_tech_stacks__stack_card_underline {
  height: 15px;
}

/* line 2177, app/assets/stylesheets/companies.scss */
.company_tech_stacks__stack_card_underline--selected {
  border-bottom: 3px solid #0690fa;
}

/* line 2182, app/assets/stylesheets/companies.scss */
.company_tech_stacks__stack_card_content {
  margin: 20px 0 20px 20px;
}

/* line 2184, app/assets/stylesheets/companies.scss */
.company_tech_stacks__stack_card_content a {
  display: inline-block;
}

/* line 2189, app/assets/stylesheets/companies.scss */
.company_tech_stacks__stack_card_title {
  margin: 0;
  font-weight: 600;
  font-size: 14px;
}

/* line 2195, app/assets/stylesheets/companies.scss */
.company_tech_stacks__stack_card_view_stack_link {
  font-size: 11px;
}

/* line 2200, app/assets/stylesheets/companies.scss */
.company_tech_stacks a.company_tech_stacks__stack_card_view_stack_link:hover {
  text-decoration: underline;
}

/* line 2204, app/assets/stylesheets/companies.scss */
.company_tech_stacks__stack_card_edit_stack_link {
  margin-top: 10px;
  cursor: pointer;
  display: none;
  font-size: 13px;
  font-weight: bold;
}

/* line 2210, app/assets/stylesheets/companies.scss */
.company_tech_stacks__stack_card_edit_stack_link--selected {
  display: block;
}

/* line 2215, app/assets/stylesheets/companies.scss */
.company_tech_stacks__stack_card_tool_count {
  display: inline-block;
  height: 20px;
  width: 20px;
  line-height: 20px;
  color: #5f5f5f;
  font-size: 10px;
  text-align: center;
  background-color: #EAEAEA;
  border-radius: 50%;
  position: absolute;
  right: 8px;
  top: 8px;
}

/* line 2230, app/assets/stylesheets/companies.scss */
.company_tech_stacks__tools_container {
  background-color: #333333;
  color: white;
  clear: both;
  border-radius: 5px;
  padding: 30px 30px 10px 30px;
}

/* line 2236, app/assets/stylesheets/companies.scss */
.company_tech_stacks__tools_container--loading {
  background-color: white;
}

/* line 2241, app/assets/stylesheets/companies.scss */
.company_tech_stacks__tools_container > div:first-of-type h4 {
  margin: 0;
}

/* line 2249, app/assets/stylesheets/companies.scss */
.company_tech_stacks__layer_name {
  color: white;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 15px 0 0 0;
}

/* line 2257, app/assets/stylesheets/companies.scss */
.company_tech_stacks__layer_rule {
  width: 100%;
  border-bottom: 1px solid #333;
  margin: 5px 0 5px 0;
}

/* line 2263, app/assets/stylesheets/companies.scss */
.company_tech_stacks__tool_thumbnail_wrapper {
  height: 55px;
  width: 55px;
  margin: 0 20px 20px 0;
  display: inline-block;
}

/* line 2270, app/assets/stylesheets/companies.scss */
.company_tech_stacks__tool_thumbnail {
  height: 55px;
  width: 55px;
  cursor: pointer;
  border-radius: 4px;
  background-color: white;
  border: 1px solid #2C2C2C;
}

/* line 2279, app/assets/stylesheets/companies.scss */
.company_tech_stacks__show_more_tools_link {
  height: 55px;
  width: 55px;
  border-radius: 5px;
  cursor: pointer;
  background-color: #595959;
  vertical-align: top;
  display: inline-block;
  color: white;
  line-height: 55px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

/* line 2292, app/assets/stylesheets/companies.scss */
.company_tech_stacks__show_more_tools_link:visited {
  color: white;
}

/* line 2295, app/assets/stylesheets/companies.scss */
.company_tech_stacks__show_more_tools_link:hover {
  background-color: #595959;
  color: white;
}

/* line 2299, app/assets/stylesheets/companies.scss */
.company_tech_stacks__show_more_tools_link--hidden {
  display: none;
}

/* line 2304, app/assets/stylesheets/companies.scss */
.company_tech_stacks__hidden_tools_container {
  display: inline;
}

/* line 2308, app/assets/stylesheets/companies.scss */
.company_tech_stacks__application_and_data_hidden_layer {
  display: none;
}

/* line 2310, app/assets/stylesheets/companies.scss */
.company_tech_stacks__application_and_data_hidden_layer--visible {
  display: inline;
}

/* line 2315, app/assets/stylesheets/companies.scss */
.company_tech_stacks__utilities_hidden_layer {
  display: none;
}

/* line 2317, app/assets/stylesheets/companies.scss */
.company_tech_stacks__utilities_hidden_layer--visible {
  display: inline;
}

/* line 2322, app/assets/stylesheets/companies.scss */
.company_tech_stacks__devops_hidden_layer {
  display: none;
}

/* line 2324, app/assets/stylesheets/companies.scss */
.company_tech_stacks__devops_hidden_layer--visible {
  display: inline;
}

/* line 2329, app/assets/stylesheets/companies.scss */
.company_tech_stacks__business_tools_hidden_layer {
  display: none;
}

/* line 2331, app/assets/stylesheets/companies.scss */
.company_tech_stacks__business_tools_hidden_layer--visible {
  display: inline;
}

/* line 2336, app/assets/stylesheets/companies.scss */
.company_tech_stacks__expand_all_link {
  float: right;
  margin-top: 10px;
  color: #0690fa;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

/* line 2345, app/assets/stylesheets/companies.scss */
.company_tech_stacks__loading_spinner {
  display: block;
  margin: 0 auto;
}

/* line 2351, app/assets/stylesheets/companies.scss */
.company_tech_stacks__nav_arrow {
  position: absolute;
  cursor: pointer;
  color: #b2b2b2;
  font-size: 16px;
}

/* line 2358, app/assets/stylesheets/companies.scss */
.company_tech_stacks__previous {
  left: 0;
  top: 40px;
}

/* line 2363, app/assets/stylesheets/companies.scss */
.company_tech_stacks__next {
  right: 0;
  top: 40px;
}

/* line 2373, app/assets/stylesheets/companies.scss */
.companies__jobs__job_wrapper--hidden {
  display: none;
}

/* line 2378, app/assets/stylesheets/companies.scss */
.companies__jobs__job {
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  margin-bottom: 30px;
  padding: 25px;
  height: 300px;
  display: flex;
  flex-direction: column;
}

/* line 2387, app/assets/stylesheets/companies.scss */
.companies__jobs__job--add_new {
  height: 300px;
  border: 1px dashed grey;
  position: relative;
}

/* line 2391, app/assets/stylesheets/companies.scss */
.companies__jobs__job--add_new:hover {
  border: 1px dashed #0690fa;
  cursor: pointer;
}

/* line 2395, app/assets/stylesheets/companies.scss */
.companies__jobs__job--add_new i {
  margin-right: 5px;
}

/* line 2398, app/assets/stylesheets/companies.scss */
.companies__jobs__job--add_new a {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  line-height: 300px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}

/* line 2412, app/assets/stylesheets/companies.scss */
.companies__jobs__job__header a {
  height: 61px;
  display: inline-block;
}

/* line 2418, app/assets/stylesheets/companies.scss */
.companies__jobs__job__body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

/* line 2428, app/assets/stylesheets/companies.scss */
.companies__jobs__job__title {
  margin: 0;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  line-height: 1.1;
}

/* line 2439, app/assets/stylesheets/companies.scss */
.companies__jobs__job__location {
  margin-top: 7px;
  color: grey;
}

/* line 2442, app/assets/stylesheets/companies.scss */
.companies__jobs__job__location i {
  margin-right: 5px;
}

/* line 2447, app/assets/stylesheets/companies.scss */
.companies__jobs__job__divider_wrapper {
  flex-grow: 0.5;
  display: flex;
  align-items: center;
}

/* line 2453, app/assets/stylesheets/companies.scss */
.companies__jobs__job__divider {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
}

/* line 2463, app/assets/stylesheets/companies.scss */
.companies__jobs__job__technologies_header {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
}

/* line 2470, app/assets/stylesheets/companies.scss */
.companies__jobs__job__technologies {
  margin-top: 7px;
}

/* line 2472, app/assets/stylesheets/companies.scss */
.companies__jobs__job__technologies a {
  cursor: pointer;
  margin-right: 10px;
  display: inline-block;
  border: 1px solid #f1f1f1;
  border-radius: 3px;
  background-color: white;
}

/* line 2479, app/assets/stylesheets/companies.scss */
.companies__jobs__job__technologies a img {
  height: 30px;
  width: 30px;
}

/* line 2488, app/assets/stylesheets/companies.scss */
.companies__jobs__show_more_link_wrapper {
  text-align: center;
}

/* line 2494, app/assets/stylesheets/companies.scss */
.companies__blog_posts {
  /*

--------------------------------------
---- Blog Post Card with No image ----
--------------------------------------

15px - top padding (&__content_wrapper)

310px - body (height on &__body)

60px - footer (height on &__footer)

15 px - bottom padding (&__content_wrapper)

15 + 310 + 60 + 15 = 400px

post height = 400px c( height on `&__post`)

--------------------------------------
---- Blog Post Card with Image ----
--------------------------------------

15px - top padding (&__content_wrapper)

120 px - image (height on &__thumbnail)

190 px - body (height on &--with_image ..companies__blog_posts__post__body )

60px - footer (height on &__footer)

15 px - bottom padding (&__content_wrapper)

15 + 120 + 190 + 60 + 15 = 400px

post height = 400px ( height on `&__post`)

*/
}

/* line 2497, app/assets/stylesheets/companies.scss */
.companies__blog_posts__post_wrapper--hidden {
  display: none;
}

/* line 2541, app/assets/stylesheets/companies.scss */
.companies__blog_posts__post {
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  height: 335px;
  margin-bottom: 30px;
}

/* line 2547, app/assets/stylesheets/companies.scss */
.companies__blog_posts__post--with_image .companies__blog_posts__post__content_wrapper {
  height: auto;
}

/* line 2550, app/assets/stylesheets/companies.scss */
.companies__blog_posts__post--with_image .companies__blog_posts__post__body {
  height: 140px;
}

/* line 2554, app/assets/stylesheets/companies.scss */
.companies__blog_posts__post--add_new {
  height: 300px;
  border: 1px dashed grey;
  position: relative;
}

/* line 2558, app/assets/stylesheets/companies.scss */
.companies__blog_posts__post--add_new:hover {
  border: 1px dashed #0690fa;
  cursor: pointer;
}

/* line 2562, app/assets/stylesheets/companies.scss */
.companies__blog_posts__post--add_new i {
  margin-right: 5px;
}

/* line 2565, app/assets/stylesheets/companies.scss */
.companies__blog_posts__post--add_new a {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  line-height: 300px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}

/* line 2578, app/assets/stylesheets/companies.scss */
.companies__blog_posts__post__thumbnail {
  height: 120px;
  background-size: cover;
  background-position: 50% 50% !important;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 2586, app/assets/stylesheets/companies.scss */
.companies__blog_posts__post__content_wrapper {
  padding: 15px;
  height: 100%;
}

/* line 2591, app/assets/stylesheets/companies.scss */
.companies__blog_posts__post__body {
  display: flex;
  flex-direction: column;
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  justify-content: center;
  height: 260px;
}

/* line 2600, app/assets/stylesheets/companies.scss */
.companies__blog_posts__post__body a {
  cursor: pointer;
}

/* line 2605, app/assets/stylesheets/companies.scss */
.companies__blog_posts__post__author {
  margin-left: 10px;
}

/* line 2609, app/assets/stylesheets/companies.scss */
.companies__blog_posts__post__footer {
  color: #7f7f7f;
  height: 45px;
}

/* line 2612, app/assets/stylesheets/companies.scss */
.companies__blog_posts__post__footer i {
  line-height: 45px;
}

/* line 2615, app/assets/stylesheets/companies.scss */
.companies__blog_posts__post__footer a {
  float: right;
}

/* line 2620, app/assets/stylesheets/companies.scss */
.companies__blog_posts__post__date {
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  color: rgba(0, 0, 0, 0.44);
  fill: rgba(0, 0, 0, 0.44);
  margin-bottom: 7px;
}

/* line 2630, app/assets/stylesheets/companies.scss */
.companies__blog_posts__post__title {
  margin: 0;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  line-height: 1.1;
}

/* line 2641, app/assets/stylesheets/companies.scss */
.companies__blog_posts__post__technologies_header {
  text-transform: uppercase;
  margin-top: 7px;
  font-size: 10px;
  font-weight: 600;
  color: grey;
}

/* line 2649, app/assets/stylesheets/companies.scss */
.companies__blog_posts__post__technologies {
  margin-top: 7px;
}

/* line 2651, app/assets/stylesheets/companies.scss */
.companies__blog_posts__post__technologies a {
  cursor: pointer;
  margin-right: 10px;
  display: inline-block;
  border: 1px solid #f1f1f1;
  border-radius: 3px;
  background-color: white;
}

/* line 2658, app/assets/stylesheets/companies.scss */
.companies__blog_posts__post__technologies a img {
  height: 30px;
  width: 30px;
}

/* line 2667, app/assets/stylesheets/companies.scss */
.companies__blog_posts__show_more_link_wrapper {
  text-align: center;
}

/* line 2671, app/assets/stylesheets/companies.scss */
.companies__blog_posts__importing_placeholder {
  font-size: 24px;
  font-weight: bold;
  color: #b2b2b2;
  text-align: center;
  display: block;
}

@media (max-width: 767px) {
  /* line 2671, app/assets/stylesheets/companies.scss */
  .companies__blog_posts__importing_placeholder {
    font-size: 18px;
  }
}

/* line 2687, app/assets/stylesheets/companies.scss */
.companies__open_source__project_wrapper--hidden {
  display: none;
}

/* line 2692, app/assets/stylesheets/companies.scss */
.companies__open_source__project {
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  padding: 25px;
  height: 220px;
  position: relative;
  margin-bottom: 30px;
}

/* line 2700, app/assets/stylesheets/companies.scss */
.companies__open_source__project--add_new {
  border: 1px dashed grey;
  position: relative;
}

/* line 2703, app/assets/stylesheets/companies.scss */
.companies__open_source__project--add_new:hover {
  border: 1px dashed #0690fa;
  cursor: pointer;
}

/* line 2707, app/assets/stylesheets/companies.scss */
.companies__open_source__project--add_new i {
  margin-right: 5px;
}

/* line 2710, app/assets/stylesheets/companies.scss */
.companies__open_source__project--add_new a {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  line-height: 218px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}

/* line 2723, app/assets/stylesheets/companies.scss */
.companies__open_source__project__language {
  position: absolute;
  top: 25px;
  right: 25px;
  line-height: 25px;
}

/* line 2728, app/assets/stylesheets/companies.scss */
.companies__open_source__project__language a {
  border: 1px solid #f1f1f1;
  border-radius: 3px;
  background-color: white;
}

/* line 2733, app/assets/stylesheets/companies.scss */
.companies__open_source__project__language img {
  height: 25px;
  width: 25px;
}

/* line 2739, app/assets/stylesheets/companies.scss */
.companies__open_source__project__title {
  font-size: 15px;
  margin-top: 0;
  margin: 0;
  font-weight: bold;
  line-height: 1.1;
}

/* line 2746, app/assets/stylesheets/companies.scss */
.companies__open_source__project__title a {
  display: inline-block;
  word-wrap: break-word;
  max-width: 215px;
  cursor: pointer;
}

/* line 2753, app/assets/stylesheets/companies.scss */
.companies__open_source__project__title span {
  font-size: 12px;
  color: #5f5f5f;
  float: right;
}

/* line 2760, app/assets/stylesheets/companies.scss */
.companies__open_source__project__body {
  display: flex;
  flex-direction: column;
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  justify-content: center;
  height: 112px;
}

/* line 2770, app/assets/stylesheets/companies.scss */
.companies__open_source__project__description {
  font-size: 12px;
  color: #5f5f5f;
}

/* line 2775, app/assets/stylesheets/companies.scss */
.companies__open_source__project__link {
  display: block;
  font-size: 13px;
  color: #008dfe;
  font-weight: bold;
  cursor: pointer;
}

/* line 2781, app/assets/stylesheets/companies.scss */
.companies__open_source__project__link:visited {
  color: #008dfe !important;
}

/* line 2786, app/assets/stylesheets/companies.scss */
.companies__open_source__project__summary {
  overflow: hidden;
}

/* line 2789, app/assets/stylesheets/companies.scss */
.companies__open_source__project__summary__author {
  position: absolute;
  bottom: 25px;
  left: 25px;
}

/* line 2793, app/assets/stylesheets/companies.scss */
.companies__open_source__project__summary__author img {
  border-radius: 4px;
  height: 40px;
  width: 40px;
}

/* line 2798, app/assets/stylesheets/companies.scss */
.companies__open_source__project__summary__author a, .companies__open_source__project__summary__author a:visited {
  font-size: 12px;
  color: grey;
  margin-left: 10px;
}

/* line 2805, app/assets/stylesheets/companies.scss */
.companies__open_source__project__summary__metadata {
  position: absolute;
  bottom: 25px;
  right: 25px;
  line-height: 40px;
}

/* line 2810, app/assets/stylesheets/companies.scss */
.companies__open_source__project__summary__metadata i {
  margin-right: 3px;
  font-size: 18px;
  color: grey;
}

/* line 2815, app/assets/stylesheets/companies.scss */
.companies__open_source__project__summary__metadata span {
  font-size: 14px;
  color: #5f5f5f;
}

/* line 2819, app/assets/stylesheets/companies.scss */
.companies__open_source__project__summary__metadata__stars {
  display: inline-block;
}

/* line 2822, app/assets/stylesheets/companies.scss */
.companies__open_source__project__summary__metadata__forks {
  display: inline-block;
  margin-right: 10px;
}

/* line 2830, app/assets/stylesheets/companies.scss */
.companies__open_source__show_more_link_wrapper {
  text-align: center;
}

/* line 2834, app/assets/stylesheets/companies.scss */
.companies__open_source__importing_placeholder {
  font-size: 24px;
  font-weight: bold;
  color: #b2b2b2;
  text-align: center;
  display: block;
}

@media (max-width: 767px) {
  /* line 2834, app/assets/stylesheets/companies.scss */
  .companies__open_source__importing_placeholder {
    font-size: 18px;
  }
}

/* line 2847, app/assets/stylesheets/companies.scss */
.companies__tech_talk_events {
  padding: 25px;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  height: 300px;
  display: flex;
  flex-direction: column;
}

/* line 2859, app/assets/stylesheets/companies.scss */
.companies__tech_talk_events__body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

/* line 2870, app/assets/stylesheets/companies.scss */
.companies__tech_talk_events__eventbrite_logo {
  height: 20px;
  filter: grayscale(100%);
  opacity: 0.4;
}

/* line 2876, app/assets/stylesheets/companies.scss */
.companies__tech_talk_events__meetup_logo {
  height: 30px;
}

/* line 2880, app/assets/stylesheets/companies.scss */
.companies__tech_talk_events__metadata {
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 2887, app/assets/stylesheets/companies.scss */
.companies__tech_talk_events__technologies_header {
  text-transform: uppercase;
  margin-top: 7px;
  font-size: 10px;
  font-weight: 600;
}

/* line 2894, app/assets/stylesheets/companies.scss */
.companies__tech_talk_events__technologies {
  margin-top: 7px;
}

/* line 2896, app/assets/stylesheets/companies.scss */
.companies__tech_talk_events__technologies a {
  cursor: pointer;
  margin-right: 10px;
  display: inline-block;
  border: 1px solid #f1f1f1;
  border-radius: 3px;
  background-color: white;
}

/* line 2903, app/assets/stylesheets/companies.scss */
.companies__tech_talk_events__technologies a img {
  height: 30px;
  width: 30px;
}

/* line 2910, app/assets/stylesheets/companies.scss */
.companies__tech_talk_events__divider {
  margin-top: 15px;
  margin-bottom: 10px;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #e1e1e1;
}

/* line 2918, app/assets/stylesheets/companies.scss */
.companies__tech_talk_events__title {
  font-size: 22px;
  color: #000;
  line-height: 26px;
}

/* line 2924, app/assets/stylesheets/companies.scss */
.companies__tech_talk_events a {
  cursor: pointer;
}

/* line 2928, app/assets/stylesheets/companies.scss */
.companies__tech_talk_events__date {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}

/* line 2930, app/assets/stylesheets/companies.scss */
.companies__tech_talk_events__date i {
  font-size: 16px;
  margin-right: 10px;
}

/* line 2938, app/assets/stylesheets/companies.scss */
.companies__tech_talk_events .description {
  font-size: 14px;
  color: #5f5f5f;
  margin-bottom: 55px;
}

/* line 2944, app/assets/stylesheets/companies.scss */
.companies__tech_talk_events__event_url {
  color: #008dfe;
  font-size: 14px;
  font-weight: 600;
}

/* line 2948, app/assets/stylesheets/companies.scss */
.companies__tech_talk_events__event_url:visited {
  color: #008dfe;
}

/* line 2955, app/assets/stylesheets/companies.scss */
.companies__tech_talk {
  border: 1px solid #e1e1e1;
  border-radius: 4px;
}

/* line 2959, app/assets/stylesheets/companies.scss */
.companies__tech_talk a:hover > h2 {
  color: #0690fa;
  cursor: pointer;
}

/* line 2964, app/assets/stylesheets/companies.scss */
.companies__tech_talk a > h2 {
  cursor: pointer;
}

/* line 2968, app/assets/stylesheets/companies.scss */
.companies__tech_talk__technologies_header {
  text-transform: uppercase;
  margin-top: 7px;
  font-size: 10px;
  font-weight: 600;
}

/* line 2975, app/assets/stylesheets/companies.scss */
.companies__tech_talk__technologies {
  margin-top: 7px;
}

/* line 2977, app/assets/stylesheets/companies.scss */
.companies__tech_talk__technologies a {
  cursor: pointer;
  margin-right: 10px;
  display: inline-block;
  border: 1px solid #f1f1f1;
  border-radius: 3px;
  background-color: white;
}

/* line 2984, app/assets/stylesheets/companies.scss */
.companies__tech_talk__technologies a img {
  height: 30px;
  width: 30px;
}

/* line 2991, app/assets/stylesheets/companies.scss */
.companies__tech_talk__load_more_wrapper {
  text-align: center;
}

/* line 2999, app/assets/stylesheets/companies.scss */
.companies__tech_talk__add_new.same-height {
  height: 200px;
}

/* line 3002, app/assets/stylesheets/companies.scss */
.companies__tech_talk__add_new.same-height a.youtube {
  line-height: 200px;
}

/* line 3006, app/assets/stylesheets/companies.scss */
.companies__tech_talk__add_new.same-height a.eventbrite {
  line-height: 200px;
}

/* line 3010, app/assets/stylesheets/companies.scss */
.companies__tech_talk__add_new.same-height a.slideshare {
  line-height: 200px;
}

/* line 3015, app/assets/stylesheets/companies.scss */
.companies__tech_talk__add_new {
  border: 1px dashed grey;
  position: relative;
}

/* line 3019, app/assets/stylesheets/companies.scss */
.companies__tech_talk__add_new:hover {
  border: 1px dashed #0690fa;
  cursor: pointer;
}

/* line 3024, app/assets/stylesheets/companies.scss */
.companies__tech_talk__add_new i {
  margin-right: 5px;
}

/* line 3028, app/assets/stylesheets/companies.scss */
.companies__tech_talk__add_new a {
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}

/* line 3035, app/assets/stylesheets/companies.scss */
.companies__tech_talk__add_new a.youtube {
  line-height: 471px;
}

/* line 3039, app/assets/stylesheets/companies.scss */
.companies__tech_talk__add_new a.eventbrite {
  line-height: 271px;
}

/* line 3043, app/assets/stylesheets/companies.scss */
.companies__tech_talk__add_new a.slideshare {
  line-height: 498px;
}

/* line 3048, app/assets/stylesheets/companies.scss */
.companies__tech_talk__thumbnail {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 3053, app/assets/stylesheets/companies.scss */
.companies__tech_talk iframe {
  width: 100%;
  height: 200px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 3062, app/assets/stylesheets/companies.scss */
.companies__tech_talk__slideshare_embed div > div {
  display: none;
}

/* line 3068, app/assets/stylesheets/companies.scss */
.companies__tech_talk__wrapper {
  padding: 15px;
  height: 133px;
  display: flex;
  flex-direction: column;
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  justify-content: center;
}

/* line 3078, app/assets/stylesheets/companies.scss */
.companies__tech_talk__wrapper__title {
  margin: 0;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  line-height: 1.1;
}

/* line 3090, app/assets/stylesheets/companies.scss */
.companies__tech_talk__wrapper__description {
  color: #5f5f5f;
  font-size: 14px;
  margin-bottom: 30px;
  height: 55px;
}

/* line 3097, app/assets/stylesheets/companies.scss */
.companies__tech_talk__wrapper__footer {
  padding-top: 20px;
  overflow: hidden;
}

/* line 3101, app/assets/stylesheets/companies.scss */
.companies__tech_talk__wrapper__footer__views {
  float: left;
  display: inline-block;
  font-size: 14px;
  color: #5f5f5f;
}

/* line 3107, app/assets/stylesheets/companies.scss */
.companies__tech_talk__wrapper__footer__views i {
  color: #999999;
  font-size: 18px;
  margin-right: 5px;
  margin-left: 15px;
}

/* line 3115, app/assets/stylesheets/companies.scss */
.companies__tech_talk__wrapper__footer__link {
  float: right;
  display: inline-block;
  cursor: pointer;
}

/* line 3119, app/assets/stylesheets/companies.scss */
.companies__tech_talk__wrapper__footer__link i {
  color: #999999;
  font-size: 22px;
  margin-right: 15px;
  margin-bottom: 15px;
}

/* line 3126, app/assets/stylesheets/companies.scss */
.companies__tech_talk__wrapper__footer__link img {
  height: 22px;
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 15px;
}

/* line 3137, app/assets/stylesheets/companies.scss */
.companies__team {
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  margin-bottom: 30px;
  height: 240px;
}

/* line 3143, app/assets/stylesheets/companies.scss */
.companies__team a {
  cursor: pointer;
}

/* line 3147, app/assets/stylesheets/companies.scss */
.companies__team__add_new {
  border: 1px dashed grey;
  position: relative;
}

/* line 3151, app/assets/stylesheets/companies.scss */
.companies__team__add_new:hover {
  border: 1px dashed #0690fa;
  cursor: pointer;
}

/* line 3156, app/assets/stylesheets/companies.scss */
.companies__team__add_new i {
  margin-right: 5px;
}

/* line 3160, app/assets/stylesheets/companies.scss */
.companies__team__add_new a {
  display: block;
  text-align: center;
  line-height: 240px;
  font-size: 18px;
  font-weight: 500;
}

/* line 3169, app/assets/stylesheets/companies.scss */
.companies__team__information_wrapper {
  padding: 30px;
}

/* line 3174, app/assets/stylesheets/companies.scss */
.companies__team__information_wrapper__information__column {
  display: flex;
  flex-direction: column;
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  justify-content: center;
  min-height: 70px;
}

/* line 3183, app/assets/stylesheets/companies.scss */
.companies__team__information_wrapper__information__column img {
  border-radius: 100px;
  height: 55px;
  width: 55px;
}

/* line 3190, app/assets/stylesheets/companies.scss */
.companies__team__information_wrapper__information__column h2 {
  font-size: 22px;
  margin: 0;
  margin-bottom: 5px;
}

/* line 3196, app/assets/stylesheets/companies.scss */
.companies__team__information_wrapper__information__column p {
  font-size: 12px;
  color: #5f5f5f;
  margin: 0;
}

/* line 3205, app/assets/stylesheets/companies.scss */
.companies__team__social_links {
  border-top: 1px solid #e1e1e1;
  padding: 30px;
}

/* line 3209, app/assets/stylesheets/companies.scss */
.companies__team__social_links i {
  margin-right: 15px;
  font-size: 18px;
  margin-top: 11px;
  color: #63737f;
}

/* line 3216, app/assets/stylesheets/companies.scss */
.companies__team__social_links__popularity {
  border: 1px solid #ff9c1c;
  color: #ff9000;
  font-size: 14px;
  float: right;
  padding: 8px 15px;
  border-radius: 8px;
}

/* line 3228, app/assets/stylesheets/companies.scss */
.companies__followers__load_more__wrapper {
  text-align: center;
}

/* line 3231, app/assets/stylesheets/companies.scss */
.companies__followers__load_more__wrapper__button {
  margin-top: 22px;
}

/* line 3236, app/assets/stylesheets/companies.scss */
.companies__followers a {
  cursor: pointer;
}

/* line 3240, app/assets/stylesheets/companies.scss */
.companies__followers__picture {
  border-radius: 100px;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

/* line 3250, app/assets/stylesheets/companies.scss */
#companies_index__description__container {
  display: flex;
  width: 100%;
  height: 130px;
}

/* line 3255, app/assets/stylesheets/companies.scss */
#companies_index__description__text, #companies_index__description__text:hover {
  font-size: 12px;
  color: black !important;
  cursor: default;
  font-weight: 100;
  text-align: left;
  padding: 5px 20px;
  margin: auto 0;
}

/* line 3266, app/assets/stylesheets/companies.scss */
#companies_index .follow_button {
  margin-top: 10px;
}

/* line 3271, app/assets/stylesheets/companies.scss */
#companies_index__website_url a {
  font-size: 11px;
  color: grey;
}

/* line 3278, app/assets/stylesheets/companies.scss */
.decision-company {
  width: 33%;
  margin: 15px 0 0 0;
  font-size: 16px;
}

@media (max-width: 767px) {
  /* line 3278, app/assets/stylesheets/companies.scss */
  .decision-company {
    margin: auto;
    width: 70%;
  }
}

/* line 3288, app/assets/stylesheets/companies.scss */
.decision-cta {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 3293, app/assets/stylesheets/companies.scss */
.decision-cta:hover .decision-icon {
  background-color: #FFFFFF;
}

/* line 3298, app/assets/stylesheets/companies.scss */
.follow-company-icon {
  width: 18px;
  height: 15px;
  zoom: 1.5;
  background-color: #000000;
  display: block;
  -webkit-mask-image: url(../svg/company-icon-912ffb09da717b8bf9878b4601ccd3020e335720b58d1e96fa26c8f66b5a9cbc.svg);
  mask-image: url(../svg/company-icon-912ffb09da717b8bf9878b4601ccd3020e335720b58d1e96fa26c8f66b5a9cbc.svg);
}

/* line 3306, app/assets/stylesheets/companies.scss */
.follow-company-icon:hover {
  background-color: #0990FA;
}

/* line 3311, app/assets/stylesheets/companies.scss */
.decision-icon {
  width: 13px;
  height: 16px;
  margin-right: 10px;
  background-color: #0990FA;
  -webkit-mask-image: url(../svg/decision-arrow-ed5d1ac6d5f0352766adc0a3be8649b512aec9bf772d5c9b7832152a5a85b09f.svg);
  mask-image: url(../svg/decision-arrow-ed5d1ac6d5f0352766adc0a3be8649b512aec9bf772d5c9b7832152a5a85b09f.svg);
}

/* line 3318, app/assets/stylesheets/companies.scss */
.decision-icon:hover {
  background-color: #FFFFFF;
}

/* miscellaneous */
/* line 10, app/assets/stylesheets/custom.scss */
.debug_dump {
  clear: both;
  float: left;
  width: 100%;
  margin-top: 45px;
  box-sizing: border-box;
}

/* sidebar */
/* line 21, app/assets/stylesheets/custom.scss */
aside section {
  padding: 10px 0;
  border-top: 1px solid #eaeaea;
}

/* line 24, app/assets/stylesheets/custom.scss */
aside section:first-child {
  border: 0;
  padding-top: 0;
}

/* line 28, app/assets/stylesheets/custom.scss */
aside section span {
  display: block;
  margin-bottom: 3px;
  line-height: 1;
}

/* line 33, app/assets/stylesheets/custom.scss */
aside section h1 {
  font-size: 1.6em;
  text-align: left;
  letter-spacing: -1px;
  margin-bottom: 3px;
}

/* line 42, app/assets/stylesheets/custom.scss */
.gravatar {
  float: left;
  margin-right: 10px;
}

/* forms */
/* line 71, app/assets/stylesheets/custom.scss */
.privateCompany table, .privateCompany th {
  border-collapse: collapsed;
  padding: 2px 5px;
}

/* line 75, app/assets/stylesheets/custom.scss */
.privateCompany thead th {
  background-repeat: no-repeat;
  background-position: right center;
}

/* line 79, app/assets/stylesheets/custom.scss */
.privateCompany thead th.asc {
  padding-right: 20px;
  background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
}

/* line 83, app/assets/stylesheets/custom.scss */
.privateCompany thead th.desc {
  padding-right: 20px;
  background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
}

/* line 88, app/assets/stylesheets/custom.scss */
.privateCompany thead th.default {
  padding-right: 20px;
  background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
}

/* line 92, app/assets/stylesheets/custom.scss */
.privateCompany thead th {
  vertical-align: middle !important;
}

/* line 95, app/assets/stylesheets/custom.scss */
.privateCompany thead th:hover {
  cursor: pointer;
}

/* line 98, app/assets/stylesheets/custom.scss */
.privateCompany thead tr th:first-child, .privateCompany thead tr th:nth-child(3) {
  min-width: 50px;
}

/* line 101, app/assets/stylesheets/custom.scss */
.privateCompany thead tr th:nth-child(4) {
  max-width: 200px;
}

/* line 104, app/assets/stylesheets/custom.scss */
.privateCompany tbody tr td:nth-child(4) {
  max-width: 200px;
  word-wrap: break-word;
}

/* line 1, app/assets/stylesheets/drop.css */
.drop-element,
.drop-element:after,
.drop-element:before,
.drop-element *,
.drop-element *:after,
.drop-element *:before {
  box-sizing: border-box;
}

/* line 11, app/assets/stylesheets/drop.css */
.drop-element {
  position: absolute;
  display: none;
}

/* line 15, app/assets/stylesheets/drop.css */
.drop-element.drop-open {
  display: block;
}

/* line 18, app/assets/stylesheets/drop.css */
.drop-element.drop-theme-basic {
  max-width: 100%;
  max-height: 100%;
}

/* line 22, app/assets/stylesheets/drop.css */
.drop-element.drop-theme-basic .drop-content {
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  font-family: inherit;
  background: #eeeeee;
  color: #444444;
  padding: 1em;
  font-size: 1.1em;
  line-height: 1.5em;
}

/* line 38, app/assets/stylesheets/drop.css */
.drop-element,
.drop-element:after,
.drop-element:before,
.drop-element *,
.drop-element *:after,
.drop-element *:before {
  box-sizing: border-box;
}

/* line 48, app/assets/stylesheets/drop.css */
.drop-element {
  position: absolute;
  display: none;
}

/* line 52, app/assets/stylesheets/drop.css */
.drop-element.drop-open {
  display: block;
}

/* line 55, app/assets/stylesheets/drop.css */
.drop-element.drop-theme-arrows-bounce-dark {
  max-width: 100%;
  max-height: 100%;
}

/* line 59, app/assets/stylesheets/drop.css */
.drop-element.drop-theme-arrows-bounce-dark .drop-content {
  border-radius: 5px;
  position: relative;
  font-family: inherit;
  background: #333;
  color: white;
  padding: 1em;
  font-size: 1.1em;
  line-height: 1.5em;
}

/* line 73, app/assets/stylesheets/drop.css */
.drop-element.drop-theme-arrows-bounce-dark .drop-content:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-width: 12px;
  border-style: solid;
}

/* line 83, app/assets/stylesheets/drop.css */
.drop-element.drop-theme-arrows-bounce-dark.drop-element-attached-bottom.drop-element-attached-center .drop-content {
  margin-bottom: 12px;
}

/* line 86, app/assets/stylesheets/drop.css */
.drop-element.drop-theme-arrows-bounce-dark.drop-element-attached-bottom.drop-element-attached-center .drop-content:before {
  top: 100%;
  left: 50%;
  margin-left: -12px;
  border-top-color: #333;
}

/* line 92, app/assets/stylesheets/drop.css */
.drop-element.drop-theme-arrows-bounce-dark.drop-element-attached-top.drop-element-attached-center .drop-content {
  margin-top: 12px;
}

/* line 95, app/assets/stylesheets/drop.css */
.drop-element.drop-theme-arrows-bounce-dark.drop-element-attached-top.drop-element-attached-center .drop-content:before {
  bottom: 100%;
  left: 50%;
  margin-left: -12px;
  border-bottom-color: #333;
}

/* line 101, app/assets/stylesheets/drop.css */
.drop-element.drop-theme-arrows-bounce-dark.drop-element-attached-right.drop-element-attached-middle .drop-content {
  margin-right: 12px;
}

/* line 104, app/assets/stylesheets/drop.css */
.drop-element.drop-theme-arrows-bounce-dark.drop-element-attached-right.drop-element-attached-middle .drop-content:before {
  left: 100%;
  top: 50%;
  margin-top: -12px;
  border-left-color: #333;
}

/* line 110, app/assets/stylesheets/drop.css */
.drop-element.drop-theme-arrows-bounce-dark.drop-element-attached-left.drop-element-attached-middle .drop-content {
  margin-left: 12px;
}

/* line 113, app/assets/stylesheets/drop.css */
.drop-element.drop-theme-arrows-bounce-dark.drop-element-attached-left.drop-element-attached-middle .drop-content:before {
  right: 100%;
  top: 50%;
  margin-top: -12px;
  border-right-color: #333;
}

/* line 119, app/assets/stylesheets/drop.css */
.drop-element.drop-theme-arrows-bounce-dark.drop-element-attached-top.drop-element-attached-left.drop-target-attached-bottom .drop-content {
  margin-top: 12px;
}

/* line 122, app/assets/stylesheets/drop.css */
.drop-element.drop-theme-arrows-bounce-dark.drop-element-attached-top.drop-element-attached-left.drop-target-attached-bottom .drop-content:before {
  bottom: 100%;
  left: 12px;
  border-bottom-color: #333;
}

/* line 127, app/assets/stylesheets/drop.css */
.drop-element.drop-theme-arrows-bounce-dark.drop-element-attached-top.drop-element-attached-right.drop-target-attached-bottom .drop-content {
  margin-top: 12px;
}

/* line 130, app/assets/stylesheets/drop.css */
.drop-element.drop-theme-arrows-bounce-dark.drop-element-attached-top.drop-element-attached-right.drop-target-attached-bottom .drop-content:before {
  bottom: 100%;
  right: 12px;
  border-bottom-color: #333;
}

/* line 135, app/assets/stylesheets/drop.css */
.drop-element.drop-theme-arrows-bounce-dark.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-top .drop-content {
  margin-bottom: 12px;
}

/* line 138, app/assets/stylesheets/drop.css */
.drop-element.drop-theme-arrows-bounce-dark.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-top .drop-content:before {
  top: 100%;
  left: 12px;
  border-top-color: #333;
}

/* line 143, app/assets/stylesheets/drop.css */
.drop-element.drop-theme-arrows-bounce-dark.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-top .drop-content {
  margin-bottom: 12px;
}

/* line 146, app/assets/stylesheets/drop.css */
.drop-element.drop-theme-arrows-bounce-dark.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-top .drop-content:before {
  top: 100%;
  right: 12px;
  border-top-color: #333;
}

/* line 151, app/assets/stylesheets/drop.css */
.drop-element.drop-theme-arrows-bounce-dark.drop-element-attached-top.drop-element-attached-right.drop-target-attached-left .drop-content {
  margin-right: 12px;
}

/* line 154, app/assets/stylesheets/drop.css */
.drop-element.drop-theme-arrows-bounce-dark.drop-element-attached-top.drop-element-attached-right.drop-target-attached-left .drop-content:before {
  top: 12px;
  left: 100%;
  border-left-color: #333;
}

/* line 159, app/assets/stylesheets/drop.css */
.drop-element.drop-theme-arrows-bounce-dark.drop-element-attached-top.drop-element-attached-left.drop-target-attached-right .drop-content {
  margin-left: 12px;
}

/* line 162, app/assets/stylesheets/drop.css */
.drop-element.drop-theme-arrows-bounce-dark.drop-element-attached-top.drop-element-attached-left.drop-target-attached-right .drop-content:before {
  top: 12px;
  right: 100%;
  border-right-color: #333;
}

/* line 167, app/assets/stylesheets/drop.css */
.drop-element.drop-theme-arrows-bounce-dark.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-left .drop-content {
  margin-right: 12px;
}

/* line 170, app/assets/stylesheets/drop.css */
.drop-element.drop-theme-arrows-bounce-dark.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-left .drop-content:before {
  bottom: 12px;
  left: 100%;
  border-left-color: #333;
}

/* line 175, app/assets/stylesheets/drop.css */
.drop-element.drop-theme-arrows-bounce-dark.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-right .drop-content {
  margin-left: 12px;
}

/* line 178, app/assets/stylesheets/drop.css */
.drop-element.drop-theme-arrows-bounce-dark.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-right .drop-content:before {
  bottom: 12px;
  right: 100%;
  border-right-color: #333;
}

/* line 183, app/assets/stylesheets/drop.css */
.drop-element.drop-theme-arrows-bounce-dark {
  transform: translateZ(0);
  transition: opacity 0.1s;
  opacity: 0;
}

/* line 195, app/assets/stylesheets/drop.css */
.drop-element.drop-theme-arrows-bounce-dark .drop-content {
  transition: transform 0.3s cubic-bezier(0, 0, 0.265, 1.55);
  transform: scale(0) translateZ(0);
}

/* line 206, app/assets/stylesheets/drop.css */
.drop-element.drop-theme-arrows-bounce-dark.drop-open {
  display: none;
}

/* line 209, app/assets/stylesheets/drop.css */
.drop-element.drop-theme-arrows-bounce-dark.drop-open-transitionend {
  display: block;
}

/* line 212, app/assets/stylesheets/drop.css */
.drop-element.drop-theme-arrows-bounce-dark.drop-after-open {
  transition: none;
  opacity: 1;
}

/* line 219, app/assets/stylesheets/drop.css */
.drop-element.drop-theme-arrows-bounce-dark.drop-after-open .drop-content {
  transform: scale(1) translateZ(0);
}

/* line 226, app/assets/stylesheets/drop.css */
.drop-element.drop-theme-arrows-bounce-dark.drop-element-attached-bottom.drop-element-attached-center .drop-content {
  transform-origin: 50% calc(100% + 12px);
}

/* line 233, app/assets/stylesheets/drop.css */
.drop-element.drop-theme-arrows-bounce-dark.drop-element-attached-top.drop-element-attached-center .drop-content {
  transform-origin: 50% -12px;
}

/* line 240, app/assets/stylesheets/drop.css */
.drop-element.drop-theme-arrows-bounce-dark.drop-element-attached-right.drop-element-attached-middle .drop-content {
  transform-origin: calc(100% + 12px) 50%;
}

/* line 247, app/assets/stylesheets/drop.css */
.drop-element.drop-theme-arrows-bounce-dark.drop-element-attached-left.drop-element-attached-middle .drop-content {
  transform-origin: -12px 50%;
}

/* line 254, app/assets/stylesheets/drop.css */
.drop-element.drop-theme-arrows-bounce-dark.drop-element-attached-top.drop-element-attached-left.drop-target-attached-bottom .drop-content {
  transform-origin: 0 -12px;
}

/* line 261, app/assets/stylesheets/drop.css */
.drop-element.drop-theme-arrows-bounce-dark.drop-element-attached-top.drop-element-attached-right.drop-target-attached-bottom .drop-content {
  transform-origin: 100% -12px;
}

/* line 268, app/assets/stylesheets/drop.css */
.drop-element.drop-theme-arrows-bounce-dark.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-top .drop-content {
  transform-origin: 0 calc(100% + 12px);
}

/* line 275, app/assets/stylesheets/drop.css */
.drop-element.drop-theme-arrows-bounce-dark.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-top .drop-content {
  transform-origin: 100% calc(100% + 12px);
}

/* line 282, app/assets/stylesheets/drop.css */
.drop-element.drop-theme-arrows-bounce-dark.drop-element-attached-top.drop-element-attached-right.drop-target-attached-left .drop-content {
  transform-origin: calc(100% + 12px) 0;
}

/* line 289, app/assets/stylesheets/drop.css */
.drop-element.drop-theme-arrows-bounce-dark.drop-element-attached-top.drop-element-attached-left.drop-target-attached-right .drop-content {
  transform-origin: -12px 0;
}

/* line 296, app/assets/stylesheets/drop.css */
.drop-element.drop-theme-arrows-bounce-dark.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-left .drop-content {
  transform-origin: calc(100% + 12px) 100%;
}

/* line 303, app/assets/stylesheets/drop.css */
.drop-element.drop-theme-arrows-bounce-dark.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-right .drop-content {
  transform-origin: -12px 100%;
}

/* line 310, app/assets/stylesheets/drop.css */
.drop-element,
.drop-element:after,
.drop-element:before,
.drop-element *,
.drop-element *:after,
.drop-element *:before {
  box-sizing: border-box;
}

/* line 320, app/assets/stylesheets/drop.css */
.drop-element {
  position: absolute;
  display: none;
}

/* line 324, app/assets/stylesheets/drop.css */
.drop-element.drop-open {
  display: block;
}

/* line 327, app/assets/stylesheets/drop.css */
.drop-element.drop-theme-hubspot-popovers {
  max-width: 100%;
  max-height: 100%;
}

/* line 331, app/assets/stylesheets/drop.css */
.drop-element.drop-theme-hubspot-popovers .drop-content {
  border-radius: 5px;
  position: relative;
  font-family: inherit;
  background: #ebebeb;
  color: #444444;
  padding: 1em;
  font-size: 1.1em;
  line-height: 1.5em;
}

/* line 345, app/assets/stylesheets/drop.css */
.drop-element.drop-theme-hubspot-popovers .drop-content:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-width: 10px;
  border-style: solid;
}

/* line 355, app/assets/stylesheets/drop.css */
.drop-element.drop-theme-hubspot-popovers.drop-element-attached-bottom.drop-element-attached-center .drop-content {
  margin-bottom: 10px;
}

/* line 358, app/assets/stylesheets/drop.css */
.drop-element.drop-theme-hubspot-popovers.drop-element-attached-bottom.drop-element-attached-center .drop-content:before {
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border-top-color: #ebebeb;
}

/* line 364, app/assets/stylesheets/drop.css */
.drop-element.drop-theme-hubspot-popovers.drop-element-attached-top.drop-element-attached-center .drop-content {
  margin-top: 10px;
}

/* line 367, app/assets/stylesheets/drop.css */
.drop-element.drop-theme-hubspot-popovers.drop-element-attached-top.drop-element-attached-center .drop-content:before {
  bottom: 100%;
  left: 50%;
  margin-left: -10px;
  border-bottom-color: #ebebeb;
}

/* line 373, app/assets/stylesheets/drop.css */
.drop-element.drop-theme-hubspot-popovers.drop-element-attached-right.drop-element-attached-middle .drop-content {
  margin-right: 10px;
}

/* line 376, app/assets/stylesheets/drop.css */
.drop-element.drop-theme-hubspot-popovers.drop-element-attached-right.drop-element-attached-middle .drop-content:before {
  left: 100%;
  top: 50%;
  margin-top: -10px;
  border-left-color: #ebebeb;
}

/* line 382, app/assets/stylesheets/drop.css */
.drop-element.drop-theme-hubspot-popovers.drop-element-attached-left.drop-element-attached-middle .drop-content {
  margin-left: 10px;
}

/* line 385, app/assets/stylesheets/drop.css */
.drop-element.drop-theme-hubspot-popovers.drop-element-attached-left.drop-element-attached-middle .drop-content:before {
  right: 100%;
  top: 50%;
  margin-top: -10px;
  border-right-color: #ebebeb;
}

/* line 391, app/assets/stylesheets/drop.css */
.drop-element.drop-theme-hubspot-popovers.drop-element-attached-top.drop-element-attached-left.drop-target-attached-bottom .drop-content {
  margin-top: 10px;
}

/* line 394, app/assets/stylesheets/drop.css */
.drop-element.drop-theme-hubspot-popovers.drop-element-attached-top.drop-element-attached-left.drop-target-attached-bottom .drop-content:before {
  bottom: 100%;
  left: 10px;
  border-bottom-color: #ebebeb;
}

/* line 399, app/assets/stylesheets/drop.css */
.drop-element.drop-theme-hubspot-popovers.drop-element-attached-top.drop-element-attached-right.drop-target-attached-bottom .drop-content {
  margin-top: 10px;
}

/* line 402, app/assets/stylesheets/drop.css */
.drop-element.drop-theme-hubspot-popovers.drop-element-attached-top.drop-element-attached-right.drop-target-attached-bottom .drop-content:before {
  bottom: 100%;
  right: 10px;
  border-bottom-color: #ebebeb;
}

/* line 407, app/assets/stylesheets/drop.css */
.drop-element.drop-theme-hubspot-popovers.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-top .drop-content {
  margin-bottom: 10px;
}

/* line 410, app/assets/stylesheets/drop.css */
.drop-element.drop-theme-hubspot-popovers.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-top .drop-content:before {
  top: 100%;
  left: 10px;
  border-top-color: #ebebeb;
}

/* line 415, app/assets/stylesheets/drop.css */
.drop-element.drop-theme-hubspot-popovers.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-top .drop-content {
  margin-bottom: 10px;
}

/* line 418, app/assets/stylesheets/drop.css */
.drop-element.drop-theme-hubspot-popovers.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-top .drop-content:before {
  top: 100%;
  right: 10px;
  border-top-color: #ebebeb;
}

/* line 423, app/assets/stylesheets/drop.css */
.drop-element.drop-theme-hubspot-popovers.drop-element-attached-top.drop-element-attached-right.drop-target-attached-left .drop-content {
  margin-right: 10px;
}

/* line 426, app/assets/stylesheets/drop.css */
.drop-element.drop-theme-hubspot-popovers.drop-element-attached-top.drop-element-attached-right.drop-target-attached-left .drop-content:before {
  top: 10px;
  left: 100%;
  border-left-color: #ebebeb;
}

/* line 431, app/assets/stylesheets/drop.css */
.drop-element.drop-theme-hubspot-popovers.drop-element-attached-top.drop-element-attached-left.drop-target-attached-right .drop-content {
  margin-left: 10px;
}

/* line 434, app/assets/stylesheets/drop.css */
.drop-element.drop-theme-hubspot-popovers.drop-element-attached-top.drop-element-attached-left.drop-target-attached-right .drop-content:before {
  top: 10px;
  right: 100%;
  border-right-color: #ebebeb;
}

/* line 439, app/assets/stylesheets/drop.css */
.drop-element.drop-theme-hubspot-popovers.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-left .drop-content {
  margin-right: 10px;
}

/* line 442, app/assets/stylesheets/drop.css */
.drop-element.drop-theme-hubspot-popovers.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-left .drop-content:before {
  bottom: 10px;
  left: 100%;
  border-left-color: #ebebeb;
}

/* line 447, app/assets/stylesheets/drop.css */
.drop-element.drop-theme-hubspot-popovers.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-right .drop-content {
  margin-left: 10px;
}

/* line 450, app/assets/stylesheets/drop.css */
.drop-element.drop-theme-hubspot-popovers.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-right .drop-content:before {
  bottom: 10px;
  right: 100%;
  border-right-color: #ebebeb;
}

/* line 455, app/assets/stylesheets/drop.css */
.drop-element.drop-theme-hubspot-popovers .drop-content {
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 3px;
  font-size: 13px;
}

/* line 468, app/assets/stylesheets/drop.css */
.drop-element.drop-theme-hubspot-popovers .drop-content .drop-content-inner {
  border: 1px solid #dbdbdb;
  padding: 14px;
  background: white;
  overflow: hidden;
  width: 280px;
}

/* line 475, app/assets/stylesheets/drop.css */
.drop-element.drop-theme-hubspot-popovers .drop-content .drop-content-inner .title {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: normal;
  line-height: 1;
}

/* line 482, app/assets/stylesheets/drop.css */
.drop-element.drop-theme-hubspot-popovers .drop-content .drop-content-inner p:last-child {
  margin-bottom: 0;
}

/* line 3, app/assets/stylesheets/forms.scss */
.form-label {
  color: #333;
  font-size: 14px;
  font-weight: 600;
  line-height: 2;
  text-align: left;
}

/* line 11, app/assets/stylesheets/forms.scss */
.form-input {
  border: 2px solid #ddd;
  height: 47px;
  border-radius: 2px;
}

/* line 17, app/assets/stylesheets/forms.scss */
.form-input--valid,
.form-input--valid:focus {
  border-color: #9bdb92;
}

/* line 22, app/assets/stylesheets/forms.scss */
.form-input--invalid,
.form-input--invalid:focus {
  border-color: #ee5152;
}

/* line 27, app/assets/stylesheets/forms.scss */
.form-error {
  font-size: 12px;
  text-align: right;
  color: #ee5152;
  padding-top: 6px;
  width: 100%;
  min-height: 23px;
}

/* line 36, app/assets/stylesheets/forms.scss */
.form-note {
  color: #929ca5;
  font-weight: normal;
}

/* line 41, app/assets/stylesheets/forms.scss */
.fancy-checkbox {
  display: none;
}

/* line 45, app/assets/stylesheets/forms.scss */
.fancy-checkbox + label span {
  display: inline-block;
  width: 21px;
  height: 21px;
  cursor: pointer;
  margin: 4px 25px 0 0;
  background: url(../svg/onboarding-checkbox-22fac657f32359a37db35d588a009afb12d437ae605574e4545687d1eb2fee2b.svg) left top no-repeat;
}

/* line 52, app/assets/stylesheets/forms.scss */
.fancy-checkbox + label span:hover {
  background-image: url(../svg/onboarding-checkbox-hover-be773bc7086067c8c6b78e0619d4ea29c5414889c0fc69919c53734f63a1132e.svg);
}

/* line 57, app/assets/stylesheets/forms.scss */
.fancy-checkbox:checked + label span {
  background-image: url(../svg/onboarding-checkbox-checked-2be5eb271f4828db9a6bee24a57bf42fd6c7164a67bfda7a8fc29a04b87e4911.svg);
}

/* line 5, app/assets/stylesheets/functions.scss */
.function-header {
  margin: 20px 0 0 0;
  padding: 10px 0px 0px 0px;
}

/* line 10, app/assets/stylesheets/functions.scss */
.stackups-links-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 15px;
}

/* line 17, app/assets/stylesheets/functions.scss */
#categories-link {
  margin-bottom: 20px;
}

/* line 21, app/assets/stylesheets/functions.scss */
#function-layer-categories-links {
  padding-top: 0;
}

/* line 25, app/assets/stylesheets/functions.scss */
.nav-layers-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  width: 185px;
}

/* line 32, app/assets/stylesheets/functions.scss */
.nav-layers-content div {
  width: 185px;
}

/* line 37, app/assets/stylesheets/functions.scss */
.function-wrapper, .header-landing-title {
  padding-left: 0;
  padding-right: 0;
}

/* line 42, app/assets/stylesheets/functions.scss */
.function-button-new a {
  width: 155px;
  height: 45px;
  border-radius: 2px;
  background-color: #068dfe;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  margin: 0 auto;
}

/* line 53, app/assets/stylesheets/functions.scss */
.function-button-new a:hover, .function-button-new a:focus {
  background-color: rgba(6, 141, 254, 0.8);
  color: white;
}

/* line 59, app/assets/stylesheets/functions.scss */
#function-subtitle {
  font-size: 16px;
  color: #333;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: normal;
  padding: 15px 0 0;
  margin: 0;
  color: #707070;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 71, app/assets/stylesheets/functions.scss */
  .function-header {
    margin: 30px 0 0 0;
    padding: 5px 0px 15px 0px;
  }
  /* line 75, app/assets/stylesheets/functions.scss */
  #function-layer-categories-links {
    margin: 0 auto;
    width: 60%;
  }
  /* line 79, app/assets/stylesheets/functions.scss */
  #function-layer-categories-links .stack-layer-btns-wrap {
    width: 50%;
  }
}

@media (max-width: 767px) {
  /* line 86, app/assets/stylesheets/functions.scss */
  .function-header {
    margin: 20px 0 30px 0;
    padding: 0;
  }
  /* line 91, app/assets/stylesheets/functions.scss */
  #function-subtitle {
    text-align: center;
  }
  /* line 95, app/assets/stylesheets/functions.scss */
  .nav-layers-content {
    margin-left: unset;
    width: 100%;
  }
  /* line 100, app/assets/stylesheets/functions.scss */
  .service-ranking-icons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}

/* line 107, app/assets/stylesheets/functions.scss */
.function-title {
  padding-left: 15px;
}

/* line 111, app/assets/stylesheets/functions.scss */
.stackups-ranking,
.stackups-trending,
.stackups-trending-category {
  margin: 25px 0 0px 0;
}

/* line 117, app/assets/stylesheets/functions.scss */
.stackups-ranking-category {
  margin: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 122, app/assets/stylesheets/functions.scss */
  .function-title {
    text-align: center;
    padding-left: 0px;
  }
}

@media (max-width: 767px) {
  /* line 129, app/assets/stylesheets/functions.scss */
  .function-title {
    padding-left: 0px;
  }
}

@media (min-width: 992px) {
  /* line 135, app/assets/stylesheets/functions.scss */
  .function-name {
    font-weight: bold;
    line-height: 1.1;
    font-size: 36px;
    margin-bottom: 10px;
    margin-top: 0px;
    display: inline;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 146, app/assets/stylesheets/functions.scss */
  .function-name {
    font-weight: bold;
    line-height: 1.1;
    font-size: 30px;
    text-align: center;
    margin-top: 10px;
    display: inline;
  }
}

@media (max-width: 767px) {
  /* line 157, app/assets/stylesheets/functions.scss */
  .function-name {
    font-weight: bold;
    line-height: 1.1;
    font-size: 20px;
    text-align: center;
    margin-top: 5px;
    display: inline;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 168, app/assets/stylesheets/functions.scss */
  .function-desc {
    text-align: center;
    margin: 10px 0 30px 0;
  }
}

@media (max-width: 767px) {
  /* line 175, app/assets/stylesheets/functions.scss */
  .function-desc {
    text-align: center;
    margin: 10px 0 20px 0;
    font-size: 12px;
    color: #666;
  }
}

/* line 183, app/assets/stylesheets/functions.scss */
.top-services-wrapper {
  min-height: 70px;
}

/* line 187, app/assets/stylesheets/functions.scss */
#top-services {
  padding-left: 30px;
}

/* line 191, app/assets/stylesheets/functions.scss */
#function-name {
  font-weight: 600;
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: normal;
  padding: 0;
  margin: 0;
  color: #333;
}

/* line 201, app/assets/stylesheets/functions.scss */
#top-ten-subheading {
  width: 85%;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: normal;
  padding: 15px 0;
  margin: 0;
  color: #707070;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 213, app/assets/stylesheets/functions.scss */
  .top-services-wrapper {
    min-height: 70px;
  }
  /* line 217, app/assets/stylesheets/functions.scss */
  #top-services {
    padding-left: 0px;
  }
}

@media (max-width: 767px) {
  /* line 223, app/assets/stylesheets/functions.scss */
  .top-services-wrapper {
    min-height: 70px;
  }
  /* line 227, app/assets/stylesheets/functions.scss */
  #top-services {
    padding-left: 0px;
  }
  /* line 231, app/assets/stylesheets/functions.scss */
  #top-ten-subheading {
    width: 100%;
  }
}

/* line 236, app/assets/stylesheets/functions.scss */
.top-ten {
  color: #333;
  padding-left: 0px;
  font-weight: 400;
  font-size: 16px;
  padding-bottom: 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 245, app/assets/stylesheets/functions.scss */
  .top-ten {
    color: #333;
    font-weight: 400;
    font-size: 16px;
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  /* line 254, app/assets/stylesheets/functions.scss */
  .header-landing-title {
    text-align: center;
  }
  /* line 257, app/assets/stylesheets/functions.scss */
  .top-ten {
    color: #333;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    padding-top: 0;
  }
}

@media (min-width: 992px) {
  /* line 267, app/assets/stylesheets/functions.scss */
  #top-ten-logos {
    padding: 0;
    display: inline-block;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 274, app/assets/stylesheets/functions.scss */
  #top-ten-logos {
    margin: 5px;
    text-align: center;
    padding: 0 12px;
  }
}

@media (max-width: 767px) {
  /* line 282, app/assets/stylesheets/functions.scss */
  #top-ten-logos {
    margin: 4px;
    padding: 0;
    text-align: center;
  }
}

/* line 289, app/assets/stylesheets/functions.scss */
#stack-nav-function {
  margin: 0px 30px 20px 30px;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 294, app/assets/stylesheets/functions.scss */
  #stack-nav-function {
    margin: 0;
  }
}

@media (max-width: 767px) {
  /* line 300, app/assets/stylesheets/functions.scss */
  #stack-nav-function {
    margin: 10px 15px 20px 15px;
  }
}

/* line 305, app/assets/stylesheets/functions.scss */
#stacked-services {
  margin: 0px 49px;
}

/* line 308, app/assets/stylesheets/functions.scss */
#stacked-services .row {
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 315, app/assets/stylesheets/functions.scss */
  #stacked-services {
    margin: 0px;
  }
  /* line 319, app/assets/stylesheets/functions.scss */
  .row {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  /* line 326, app/assets/stylesheets/functions.scss */
  #stacked-services {
    margin: 0px;
  }
}

/* line 331, app/assets/stylesheets/functions.scss */
.tool-function-card {
  background-color: #fff;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 1px solid #dddddd;
  border-radius: 5px;
  border: 0.11em solid #d7d7d7;
  padding-top: 20px;
  padding-bottom: 20px;
  height: 272px;
  margin-bottom: 30px;
  border: 0.11em solid #d7d7d7;
  box-shadow: 0 0 0;
  padding-bottom: 40px;
  height: 478px;
}

/* line 353, app/assets/stylesheets/functions.scss */
.tool-function-card .name {
  text-align: center;
  color: #333;
  font-size: 16pt;
  margin: 5px 0 15px 0;
  font-weight: 500;
}

/* line 361, app/assets/stylesheets/functions.scss */
.tool-function-card .customers {
  float: none;
  margin: 0 auto;
  display: block;
  text-align: center;
  margin: -10px;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  padding: 5px 0 5px 20px;
  background-color: #f9f9f9;
  height: 73px;
}

/* line 373, app/assets/stylesheets/functions.scss */
.tool-function-card .customers img {
  display: block;
  z-index: 5;
  display: block;
  background-color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid #e6e6e6;
}

/* line 386, app/assets/stylesheets/functions.scss */
.tool-function-card .reasons {
  float: none;
  display: block;
  margin: -10px;
  padding: 15px 0 0 20px;
}

/* line 393, app/assets/stylesheets/functions.scss */
.tool-function-card .tool-logo img {
  margin-left: auto;
  margin-right: auto;
}

/* line 399, app/assets/stylesheets/functions.scss */
.card-inside-label {
  font-size: 10px;
  color: #c1c1c1;
  text-align: left;
  padding-left: 10px;
}

/* line 406, app/assets/stylesheets/functions.scss */
.truncate-reasons {
  width: 192px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  padding-top: 1px;
}

/* line 415, app/assets/stylesheets/functions.scss */
.truncate-reasons a {
  color: #0690fa;
}

/* line 419, app/assets/stylesheets/functions.scss */
.truncate-reasons a:visited {
  color: #0690fa;
}

/* line 423, app/assets/stylesheets/functions.scss */
.truncate-reasons a:hover {
  color: #0690fa;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 429, app/assets/stylesheets/functions.scss */
  #reasons-list-tile label {
    display: block;
    padding: 0 0 0 8px;
  }
  /* line 434, app/assets/stylesheets/functions.scss */
  .truncate-reasons {
    width: 158px !important;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    padding-top: 1px;
  }
  /* line 443, app/assets/stylesheets/functions.scss */
  .truncate-reasons a {
    color: #0690fa;
  }
  /* line 447, app/assets/stylesheets/functions.scss */
  .truncate-reasons a:visited {
    color: #0690fa;
  }
  /* line 451, app/assets/stylesheets/functions.scss */
  .truncate-reasons a:hover {
    color: #0690fa;
  }
}

@media (max-width: 767px) {
  /* line 458, app/assets/stylesheets/functions.scss */
  #reasons-list-tile label {
    display: block;
    padding: 0 0 0 8px;
  }
  /* line 463, app/assets/stylesheets/functions.scss */
  .truncate-reasons {
    width: 158px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    padding-top: 1px;
  }
  /* line 472, app/assets/stylesheets/functions.scss */
  .truncate-reasons a {
    color: #0690fa;
  }
  /* line 476, app/assets/stylesheets/functions.scss */
  .truncate-reasons a:visited {
    color: #0690fa;
  }
  /* line 480, app/assets/stylesheets/functions.scss */
  .truncate-reasons a:hover {
    color: #0690fa;
  }
}

/* line 487, app/assets/stylesheets/functions.scss */
.see-more a {
  color: grey !important;
}

/* line 492, app/assets/stylesheets/functions.scss */
.see-more-ua {
  padding-top: 21px;
}

/* line 494, app/assets/stylesheets/functions.scss */
.see-more-ua a {
  color: grey;
}

/* line 499, app/assets/stylesheets/functions.scss */
.truncate-titles {
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 505, app/assets/stylesheets/functions.scss */
.truncate-titles :hover {
  overflow: visible;
}

/* line 510, app/assets/stylesheets/functions.scss */
.landing-stack-box {
  padding-left: 17px;
  margin-bottom: 20px;
  height: 112px;
  background-color: #f7f7f7;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

/* line 519, app/assets/stylesheets/functions.scss */
.landing-stack-name {
  font-size: 21px;
  font-weight: bold;
}

/* line 524, app/assets/stylesheets/functions.scss */
.landing-stack-wu {
  padding-left: 12px;
}

/* line 528, app/assets/stylesheets/functions.scss */
.new-cloud-stack img {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 150px;
  max-width: 100%;
  vertical-align: middle;
}

/* line 540, app/assets/stylesheets/functions.scss */
.new-cloud-stack {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  padding-left: 0px;
  padding-right: 0px;
  height: 180px;
}

/* line 551, app/assets/stylesheets/functions.scss */
.sponsored-function {
  padding: 0px 0;
  text-align: center;
  margin-left: 0px;
  font-size: 11px;
  color: grey;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 560, app/assets/stylesheets/functions.scss */
  .sponsored-function {
    padding: 60px 0;
    text-align: center;
    margin: 0;
  }
}

@media (max-width: 767px) {
  /* line 568, app/assets/stylesheets/functions.scss */
  .sponsored-function {
    padding: 30px 0;
    text-align: center;
    margin: 0;
  }
  /* line 573, app/assets/stylesheets/functions.scss */
  .sponsored-function .section-title-2 {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  /* line 580, app/assets/stylesheets/functions.scss */
  #sponsored-function-mobile {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 586, app/assets/stylesheets/functions.scss */
  #sponsored-function {
    display: none;
  }
}

@media (max-width: 767px) {
  /* line 592, app/assets/stylesheets/functions.scss */
  #sponsored-function {
    display: none;
  }
}

/* line 597, app/assets/stylesheets/functions.scss */
.function-btn {
  width: 100px;
  display: inline-block;
  position: relative;
  clear: both;
  overflow: hidden;
  transition: all 0.3s linear;
}

/* line 605, app/assets/stylesheets/functions.scss */
.function-btn-text {
  padding-top: 5px;
  display: block;
  white-space: nowrap;
  transition: all 0.2s linear;
}

/* line 611, app/assets/stylesheets/functions.scss */
.function-btn-slide-text {
  position: absolute;
  height: 100%;
  top: 0px;
  right: 52px;
  float: left;
  width: 100px;
  white-space: nowrap;
  text-transform: uppercase;
  text-indent: 10px;
  overflow: hidden;
  line-height: 38px;
  transition: width 0.2s linear;
}

/* line 644, app/assets/stylesheets/functions.scss */
.function-btn:hover {
  width: 100% !important;
  min-width: 110px;
}

/* line 650, app/assets/stylesheets/functions.scss */
.function-btn:hover .function-btn-slide-text {
  width: 100%;
}

/* line 653, app/assets/stylesheets/functions.scss */
.function-btn:hover .function-btn-icon-right span {
  opacity: 1;
}

/* line 657, app/assets/stylesheets/functions.scss */
.function-btn:active {
  top: 1px;
}

/* line 661, app/assets/stylesheets/functions.scss */
.sponsor-ribbon-wrapper {
  width: 84px;
  height: 78px;
  overflow: hidden;
  top: -47px;
  left: 5px;
  margin: 47px auto;
  border-radius: 10px;
  position: absolute;
  z-index: 90;
}

/* line 673, app/assets/stylesheets/functions.scss */
.sponsor-ribbon {
  font-size: 9px;
  font-weight: 600;
  text-align: center;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  position: relative;
  padding: 4px 0;
  right: 32px;
  top: 16px;
  width: 116px;
  background-color: #ffa90a;
  color: white;
  text-transform: uppercase;
}

/* line 691, app/assets/stylesheets/functions.scss */
.sponsored-tool-link:hover {
  color: #333;
}

/* line 695, app/assets/stylesheets/functions.scss */
.oss-ribbon-wrapper {
  width: 84px;
  height: 88px;
  overflow: hidden;
  top: -51px;
  left: 26px;
  margin: 50px auto;
  border-radius: 10px;
  position: absolute;
  z-index: 90;
}

/* line 707, app/assets/stylesheets/functions.scss */
.oss-ribbon {
  font-size: 10px;
  color: #333;
  text-align: center;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  position: relative;
  padding: 7px 0;
  right: 30px;
  top: 15px;
  width: 116px;
  background-color: #d7d7d7;
  color: white;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 725, app/assets/stylesheets/functions.scss */
  .oss-ribbon-wrapper {
    left: 11px;
    top: -55px;
  }
  /* line 730, app/assets/stylesheets/functions.scss */
  .oss-ribbon {
    right: 26px;
    top: 17px;
    width: 111px;
  }
  /* line 736, app/assets/stylesheets/functions.scss */
  .sponsor-ribbon-wrapper {
    left: 0px;
    top: -48px;
  }
  /* line 741, app/assets/stylesheets/functions.scss */
  .sponsor-ribbon {
    right: 34px;
    top: 13px;
    width: 114px;
  }
}

@media (max-width: 767px) {
  /* line 749, app/assets/stylesheets/functions.scss */
  .oss-ribbon-wrapper {
    left: 11px;
  }
  /* line 753, app/assets/stylesheets/functions.scss */
  .oss-ribbon {
    right: 26px;
    top: 13px;
    width: 110px;
  }
  /* line 759, app/assets/stylesheets/functions.scss */
  .sponsor-ribbon-wrapper {
    left: 5px;
  }
  /* line 763, app/assets/stylesheets/functions.scss */
  .sponsor-ribbon {
    right: 32px;
    top: 11px;
    width: 98px;
  }
  /* line 769, app/assets/stylesheets/functions.scss */
  .sponsor-ribbon {
    font-size: 7px;
    color: #333;
    text-align: center;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    position: relative;
    padding: 2px 0;
    right: 42px;
    top: 9px;
    width: 116px;
    background-color: #ffcb00;
    color: white !important;
  }
}

/* line 787, app/assets/stylesheets/functions.scss */
.sponsor-ribbon:before,
.sponsor-ribbon:after {
  content: '';
  border-top: 3px solid #ababab;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position: absolute;
  bottom: -3px;
}

/* line 797, app/assets/stylesheets/functions.scss */
.sponsor-ribbon:before {
  left: 0;
}

/* line 800, app/assets/stylesheets/functions.scss */
.sponsor-ribbon:after {
  right: 0;
}

/* line 804, app/assets/stylesheets/functions.scss */
.ranking-title {
  font-size: 18px;
  font-weight: bold;
  margin: 45px auto;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.09);
  color: black;
  padding: 8px;
}

/* line 814, app/assets/stylesheets/functions.scss */
.ranking-subtitle {
  font-weight: 100;
  font-style: italic;
}

/* line 819, app/assets/stylesheets/functions.scss */
.index-ranking-mobile-height {
  height: 66px;
}

/* line 823, app/assets/stylesheets/functions.scss */
.index-ranking-item {
  height: 65px;
  font-size: 20px;
  font-weight: bold;
  display: inline-flex !important;
}

@media (max-width: 767px) {
  /* line 831, app/assets/stylesheets/functions.scss */
  .index-ranking-item {
    height: auto;
  }
  /* line 834, app/assets/stylesheets/functions.scss */
  .index-ranking-mobile-height {
    height: auto;
  }
  /* line 837, app/assets/stylesheets/functions.scss */
  .index-ranking-container {
    padding: 20px 0;
  }
}

/* line 842, app/assets/stylesheets/functions.scss */
a.index-ranking-weekly-samples {
  color: grey !important;
  text-align: right;
  display: block;
  font-size: 10px;
  margin-top: 5px;
}

/* line 850, app/assets/stylesheets/functions.scss */
a.index-ranking-weekly-samples:hover {
  color: #0690fa;
  text-decoration: underline;
}

/* line 855, app/assets/stylesheets/functions.scss */
.newsletter-image-index {
  max-width: 55px !important;
}

/* line 859, app/assets/stylesheets/functions.scss */
.ranking-trophy {
  display: inline-flex;
  font-size: 30px;
  margin-bottom: 20px;
  margin-right: 5px;
}

/* line 5, app/assets/stylesheets/groups.scss */
.home-tagline {
  font-weight: 200 !important;
}

/* line 9, app/assets/stylesheets/groups.scss */
.home-banner {
  z-index: -1 !important;
  padding: 42px 0 55px;
  height: 72px;
  background-color: #2C989C;
  color: white;
  text-align: center;
  text-align: vertical;
  font-size: 35px !important;
  line-height: 18px;
  font-weight: 100;
  font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans !important;
  margin-bottom: 25px;
  vertical-align: text-middle;
}

/* line 25, app/assets/stylesheets/groups.scss */
.see-samples {
  margin-top: -25px;
  margin-left: 291px;
  font-size: 7pt;
  color: #74C1C4 !important;
}

/* line 30, app/assets/stylesheets/groups.scss */
.see-samples a {
  color: #74C1C4 !important;
}

/* line 33, app/assets/stylesheets/groups.scss */
.see-samples a:hover {
  color: white !important;
  background-color: #2C989C !important;
}

/* line 39, app/assets/stylesheets/groups.scss */
.home-banner-register-btn {
  margin-top: 45px;
  margin-right: 284px;
}

/* line 44, app/assets/stylesheets/groups.scss */
.home_banner-sub {
  font-size: 16px;
  font-weight: 200;
  font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans !important;
  margin-top: 15px;
}

/* line 51, app/assets/stylesheets/groups.scss */
.home-divider-top {
  text-align: center;
  font-size: 20px;
  color: #DDDDDD;
  margin-bottom: 20px;
  padding-top: 0px;
  font-weight: 200;
}

/* line 60, app/assets/stylesheets/groups.scss */
.home-divider-bottom {
  border-bottom: 1px solid #ebebeb;
  width: 900px;
  text-align: center;
  font-size: 20px;
  color: #DDDDDD;
  padding-top: 10px;
  margin-bottom: 30px;
  font-weight: 200;
}

/* line 71, app/assets/stylesheets/groups.scss */
.home-container {
  text-align: left;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 10px;
  color: #B9B9B9;
  font-size: 13pt;
}

/* line 83, app/assets/stylesheets/groups.scss */
#home-announcement {
  display: block;
  background-color: #eb593c !important;
  border: 1px solid #ebebeb;
  color: #fff !important;
  padding: 10px 10px 10px 10px;
  text-align: center;
  margin-bottom: 20px;
  border-radius: 6px;
  font-weight: bold;
  font-size: 11pt;
}

/* line 98, app/assets/stylesheets/groups.scss */
.home-announcement a:hover {
  text-decoration: underline !important;
}

/* line 102, app/assets/stylesheets/groups.scss */
.card .footer {
  display: non;
}

/* line 106, app/assets/stylesheets/groups.scss */
.browse-home {
  background: #fff;
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  display: block;
  margin-bottom: 10px;
  font-family: 'Helvetica Neue',Helvetica,Arial,sans !important;
  margin-bottom: 15px;
  text-align: center;
  padding: 20px;
  max-width: 362px;
  width: 100%;
  height: 85px;
}

/* line 122, app/assets/stylesheets/groups.scss */
.browse-home a {
  color: #333;
  font-size: 13pt;
  font-weight: 500;
  background-color: #fff;
}

/* line 129, app/assets/stylesheets/groups.scss */
.browse-home a:visited {
  color: #333;
}

/* line 133, app/assets/stylesheets/groups.scss */
.browse-home a:hover {
  color: #2C989C;
  text-decoration: none;
  background-color: #fff;
}

/* line 140, app/assets/stylesheets/groups.scss */
#home-search .main-search {
  margin-top: 0px;
  line-height: 40px;
  max-width: 778px;
  width: 100%;
  font-size: 30px;
  height: 40px;
  color: #333;
}

/* line 150, app/assets/stylesheets/groups.scss */
body form input.st-search-input {
  font-weight: bold;
  border-radius: 5px;
}

/* line 156, app/assets/stylesheets/groups.scss */
#main-search-bar input.search-query {
  border-radius: 8px;
  border-color: #C1C1C1;
  background-image: url(../png/search-a1c7b0fc11152e4b351bb3eec859764d31839eb43ae67522f9097eba449f3621.png);
  background-repeat: no-repeat;
  background-position: 2% 50%;
  color: #333;
  margin-top: 0px;
  line-height: 40px;
  width: 100%;
  font-size: 30px;
  height: 40px;
  padding-left: 65px;
  color: #333;
  background-color: #F3F3F3;
  box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.6);
}

/* line 174, app/assets/stylesheets/groups.scss */
.nav-item input.search-query-small {
  border-radius: 8px !important;
  border-color: #e5e5e5;
  background-image: url(../png/search-small-63ee399c31bef95d66bc7d242fd5897dc3c348c6c1f3ef23fc106e8fbdb08b23.png);
  background-repeat: no-repeat;
  background-position: 2% 50%;
  color: #333;
  margin-left: 20px;
  padding-left: 35px;
}

/* line 186, app/assets/stylesheets/groups.scss */
.home-banner form {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 193, app/assets/stylesheets/groups.scss */
.rss-items {
  margin-left: 0px;
}

/* line 197, app/assets/stylesheets/groups.scss */
.rss-item {
  list-style-type: none;
  font-family: helvetica, sans-serif;
}

/* line 201, app/assets/stylesheets/groups.scss */
.rss-item a {
  color: #333;
  font-size: 15pt;
}

/* line 206, app/assets/stylesheets/groups.scss */
.rss-item a:visited {
  color: #333;
}

/* line 210, app/assets/stylesheets/groups.scss */
.rss-item a:hover {
  color: #2C989C;
  text-decoration: none;
  background-color: #fff;
}

/* line 218, app/assets/stylesheets/groups.scss */
.rss-date {
  color: #B9B9B9;
}

/* line 222, app/assets/stylesheets/groups.scss */
#search-area {
  display: none;
}

/* line 226, app/assets/stylesheets/groups.scss */
.sample-search-tags {
  font-size: 11pt;
  font-weight: 200;
}

/* line 231, app/assets/stylesheets/groups.scss */
.sample-search-tags a:hover {
  background-color: #0ea8ac;
  border-radius: 3px;
  padding: 2px 5px;
  text-decoration: none;
  color: white;
  margin: 3px;
  line-height: 25px;
}

/* line 241, app/assets/stylesheets/groups.scss */
.sample-search-tags a {
  background-color: #e4f3f4;
  border-radius: 3px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 2px;
  padding-top: 2px;
  color: #01959d;
  margin: 3px 3px 3px 3px;
  line-height: 30px;
}

/* line 253, app/assets/stylesheets/groups.scss */
#sample-search {
  width: 780px;
  height: 105px;
  overflow-x: auto;
  overflow-y: hidden;
}

/* line 260, app/assets/stylesheets/groups.scss */
#sample-search-container {
  width: 780px;
  height: 88px;
  word-wrap: normal;
  overflow-x: scroll;
  overflow-y: hidden;
  margin-top: 8px;
}

/* line 269, app/assets/stylesheets/groups.scss */
.thumbnail {
  border-bottom: 1px solid #DDDDDD !important;
  border-radius: 8px !important;
  border: .11em solid #b5b5b5 !important;
  box-shadow: 0 0 15px #C7BEBE !important;
  width: 100% !important;
}

/* line 279, app/assets/stylesheets/groups.scss */
.thumbnails {
  text-align: center;
  display: block;
}

/* line 286, app/assets/stylesheets/groups.scss */
.thumbnail-home {
  box-shadow: 0 0 0;
  border-radius: 4px;
  border: 1px solid #e4e4e4;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 30px;
  background-color: #fff;
  max-width: 293px;
  margin-right: auto;
  margin-left: auto;
}

/* line 301, app/assets/stylesheets/groups.scss */
.thumbnail-home:hover {
  color: #0690fa !important;
}

/* line 303, app/assets/stylesheets/groups.scss */
.landing-page-stack-box-tile {
  padding: 5px 0;
  background-color: #fff;
  border-top: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
}

@media (min-width: 992px) {
  /* line 311, app/assets/stylesheets/groups.scss */
  #tile-service-stats #service-pills-nav .nav > li > a {
    height: 56px;
    padding: 3px 0 0 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 318, app/assets/stylesheets/groups.scss */
  .thumbnail-home {
    box-shadow: 0 0 0;
    border-radius: 4px;
    border: .11em solid #d7d7d7;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 30px;
    background-color: #fff;
    margin-right: auto;
    margin-left: auto;
  }
  /* line 333, app/assets/stylesheets/groups.scss */
  .landing-page-stack-box-tile {
    padding: 5px 0 17px 0;
    background-color: #fff;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
  }
  /* line 340, app/assets/stylesheets/groups.scss */
  #tile-service-stats #service-pills-nav .nav > li > a {
    height: 56px;
    padding: 3px 0 0 0;
  }
}

@media (max-width: 767px) {
  /* line 347, app/assets/stylesheets/groups.scss */
  .thumbnail-home {
    box-shadow: 0 0 0;
    border-radius: 4px;
    border: .11em solid #d7d7d7;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 30px;
    background-color: #fff;
    max-width: 280px;
  }
  /* line 360, app/assets/stylesheets/groups.scss */
  .landing-page-stack-box-tile {
    padding: 5px 0;
    background-color: #fff;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
  }
  /* line 367, app/assets/stylesheets/groups.scss */
  #tile-service-stats #service-pills-nav .nav > li > a {
    height: 56px;
    padding: 3px 0 0 0;
    font-size: 15px;
  }
  /* line 373, app/assets/stylesheets/groups.scss */
  #tile-service-stats #tab-label {
    font-size: 12px !important;
  }
}

@media (max-width: 480px) {
  /* line 379, app/assets/stylesheets/groups.scss */
  .thumbnail-home {
    max-width: none;
  }
}

/* line 386, app/assets/stylesheets/groups.scss */
.new-cloud-stack img {
  background-color: #fff;
  border: 1px solid #E6E6E6;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 150px;
  max-width: 100%;
  vertical-align: middle;
}

/* line 398, app/assets/stylesheets/groups.scss */
.new-cloud-stack {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  padding-left: 0px;
  padding-right: 0px;
  height: 180px;
}

/*
.categories {
  text-align:center;
  display:block;
  margin-left:auto;
  margin-right:auto;
  margin-top:50px;
  padding-left:0px;
  padding-right:0px;
  height: 130px;
}
*/
/* line 422, app/assets/stylesheets/groups.scss */
.categories-stack-name {
  padding: 20px 0 0 0;
  font-size: 12pt;
  color: #333;
  font-weight: bold;
}

/* line 429, app/assets/stylesheets/groups.scss */
.categories {
  background-color: #fff;
  border: 1px solid #E6E6E6;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 50px;
  height: 50px;
  max-width: 100%;
  vertical-align: middle;
  margin-top: 40px;
}

/* line 443, app/assets/stylesheets/groups.scss */
.category-display-name {
  margin: 0 0 5px 0;
  font-size: 25pt;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  padding-bottom: 16px;
}

/* line 453, app/assets/stylesheets/groups.scss */
.page-container .tool-logo img {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/*
.new-cloud-stack {
  bottom: 0;
  height: 314px;
  left: 0;
  margin: auto;
  top: 0;
  right: 0;
  width: 260px;
}
*/
/* line 471, app/assets/stylesheets/groups.scss */
.beta-home-heading {
  text-decoration: none;
  color: #333;
}

/* line 476, app/assets/stylesheets/groups.scss */
.more-link {
  text-align: right;
  margin-right: 15px;
}

/* line 480, app/assets/stylesheets/groups.scss */
.more-link a {
  color: #ccc;
  margin-left: 10px;
}

/* line 485, app/assets/stylesheets/groups.scss */
.more-link a:hover {
  text-decoration: none;
  color: #333;
}

/* line 492, app/assets/stylesheets/groups.scss */
.home-product-link a {
  color: #fff;
  text-decoration: none;
}

/* line 497, app/assets/stylesheets/groups.scss */
.home-product-link a:hover {
  text-decoration: none;
}

/* line 502, app/assets/stylesheets/groups.scss */
.home-sub-tagline {
  text-align: center;
  font-size: 12pt;
  margin-bottom: 15px;
  padding: 8px 0 8px 0;
  font-weight: 200;
  color: white;
  border-radius: 5px;
  background: black;
}

/* line 513, app/assets/stylesheets/groups.scss */
.home-tagline {
  text-align: center;
  font-size: 11pt;
  font-weight: 300 !important;
  color: grey;
  padding-bottom: 5px;
  border-radius: 5px;
  background: #ebebeb;
  margin-bottom: 15px;
  padding: 8px 0 8px 0;
}

/* line 525, app/assets/stylesheets/groups.scss */
.home-tagline-clusters {
  text-align: center;
  font-size: 11pt;
  font-weight: 300 !important;
  color: white;
  padding-bottom: 5px;
  border-radius: 5px;
  background: #45a1c0;
  margin-bottom: 15px;
  padding: 8px 0 8px 0;
}

/* line 537, app/assets/stylesheets/groups.scss */
.home-tagline-stackups {
  text-align: center;
  font-size: 11pt;
  font-weight: 300 !important;
  color: white;
  padding-bottom: 5px;
  border-radius: 5px;
  background: #e36558;
  margin-bottom: 15px;
  padding: 8px 0 8px 0;
}

/* line 549, app/assets/stylesheets/groups.scss */
.home-tagline-cloudstacks {
  text-align: center;
  font-size: 11pt;
  font-weight: 300 !important;
  color: white;
  padding-bottom: 5px;
  border-radius: 5px;
  background: #5f83b5;
  margin-bottom: 15px;
  padding: 8px 0 8px 0;
}

/* line 561, app/assets/stylesheets/groups.scss */
.home-product-logo {
  margin-right: 8px;
  vertical-align: middle;
}

/* line 566, app/assets/stylesheets/groups.scss */
.btn-home {
  margin-top: 15px;
  color: grey;
}

/* line 571, app/assets/stylesheets/groups.scss */
.caption-home {
  font-size: 18px;
  line-height: 14pt;
  text-align: center;
  color: #acacac;
  padding-bottom: 15px;
}

/* line 579, app/assets/stylesheets/groups.scss */
.caption-home-cloudstack {
  line-height: 14pt;
  text-align: center;
  color: #acacac;
  margin: 5px 0 15px 0;
}

/* line 586, app/assets/stylesheets/groups.scss */
.caption-cloudstacks {
  line-height: 14pt;
  text-align: center;
  color: #acacac;
  font-size: 18px;
}

/* line 593, app/assets/stylesheets/groups.scss */
.caption-home-beta {
  line-height: 14pt;
  text-align: center;
  color: #acacac;
  font-size: 18px;
  padding-bottom: 0px;
}

/* line 601, app/assets/stylesheets/groups.scss */
.home-services-tagline {
  font-size: 16px;
  font-weight: 300;
  padding: 10px;
}

/* line 607, app/assets/stylesheets/groups.scss */
#home-services-container {
  margin-top: 0px;
}

/* line 612, app/assets/stylesheets/groups.scss */
.stackup-cover-title a {
  text-decoration: none;
  color: grey !important;
}

/* line 617, app/assets/stylesheets/groups.scss */
.stackup-cover-title a:hover {
  text-decoration: none;
  color: #333 !important;
}

/* line 623, app/assets/stylesheets/groups.scss */
.stackup-button {
  margin-left: 43px;
}

/* line 627, app/assets/stylesheets/groups.scss */
.compare-button {
  margin-left: 0px;
  font-weight: normal;
}

/* line 632, app/assets/stylesheets/groups.scss */
.cloudstack-button {
  margin-bottom: 25px;
  font-weight: normal;
}

/* line 637, app/assets/stylesheets/groups.scss */
.stackup-cluster-title {
  font-weight: 400;
  font-size: 13pt;
  line-height: 18px;
  text-align: center;
  z-index: 30;
  vertical-align: middle;
  color: #fff;
  padding: 15px 0 15px 0;
}

/* line 646, app/assets/stylesheets/groups.scss */
.stackup-cluster-title a {
  color: #fff;
  text-decoration: none;
}

/* line 650, app/assets/stylesheets/groups.scss */
.stackup-cluster-title a:hover {
  color: #fff;
  text-decoration: none;
}

/* line 656, app/assets/stylesheets/groups.scss */
.stackup-cluster-shortcut {
  border-top: 1px solid #ebebeb;
  margin-bottom: 20px;
  background-color: #e36558;
  border-radius: 8px;
}

/* line 665, app/assets/stylesheets/groups.scss */
.stackup-small-logo {
  display: block;
  text-align: center;
}

/* line 668, app/assets/stylesheets/groups.scss */
.stackup-small-logo img {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* line 674, app/assets/stylesheets/groups.scss */
#news-icon {
  text-align: center;
  display: block;
  padding: 20px 0 30px 0;
}

/* line 680, app/assets/stylesheets/groups.scss */
#news-header {
  border-bottom: 1px solid #f7f7f7;
  padding-bottom: 0px;
  margin-bottom: 20px;
  margin-top: 10px;
  font-size: 12pt;
}

/* line 688, app/assets/stylesheets/groups.scss */
.news-articles {
  margin-left: 50px;
}

/* line 692, app/assets/stylesheets/groups.scss */
.article-service-logo {
  width: 50px;
  height: 50px;
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  background-color: #fff;
  z-index: 1;
  margin: 9px 3px 5px 3px;
}

/* line 705, app/assets/stylesheets/groups.scss */
.article-items {
  background: #fff;
  border-radius: 8px;
  border: 1px solid #E6E6E6;
  display: block;
  float: left;
  margin-bottom: 1px;
  font-family: 'Helvetica Neue',Helvetica,Arial,sans !important;
  height: 70px;
}

/* line 716, app/assets/stylesheets/groups.scss */
.article-items a {
  color: #333;
  font-size: 13pt;
  font-family: 'Helvetica Neue',Helvetica,Arial,sans !important;
}

/* line 722, app/assets/stylesheets/groups.scss */
.article-items a:visited {
  color: #333;
}

/* line 726, app/assets/stylesheets/groups.scss */
.article-items a:hover {
  color: #2C989C;
  text-decoration: none;
}

/* line 732, app/assets/stylesheets/groups.scss */
.article-items-home {
  background: #f7f7f7;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  display: block;
  float: left;
  width: 600px;
  margin-bottom: 10px;
}

/* line 744, app/assets/stylesheets/groups.scss */
.article-items-home a {
  color: #333;
  font-size: 13pt;
}

/* line 748, app/assets/stylesheets/groups.scss */
.article-items-home a:hover {
  color: #0088cc;
  text-decoration: none;
}

/* line 754, app/assets/stylesheets/groups.scss */
#article-title {
  text-overflow: ellipsis;
  width: 720px;
  white-space: nowrap;
  overflow: hidden;
}

/* line 761, app/assets/stylesheets/groups.scss */
#article-title-home {
  text-overflow: ellipsis;
  width: 511px;
  white-space: nowrap;
  overflow: hidden;
}

/* line 768, app/assets/stylesheets/groups.scss */
#news-header-home {
  margin-left: 2px;
  margin-bottom: 7px;
}

/* line 773, app/assets/stylesheets/groups.scss */
.sign-up-home {
  font-size: 16pt;
  margin: 20px 0 40px 0;
  padding: 0 17px 0 30px;
  line-height: 25px;
}

/* line 780, app/assets/stylesheets/groups.scss */
.home-subscribe-btn {
  padding: 11px 40px 0 40px;
  margin-bottom: 10px;
  float: right;
  color: #ebebeb !important;
  font-size: 12pt;
}

/* line 786, app/assets/stylesheets/groups.scss */
.home-subscribe-btn:hover {
  text-decoration: none;
  color: white !important;
}

/* line 792, app/assets/stylesheets/groups.scss */
.home-signup-btn {
  padding: 2px 20px 2px 31px;
  margin-top: -54px;
  margin-left: 313px;
  color: white !important;
}

/* line 797, app/assets/stylesheets/groups.scss */
.home-signup-btn:hover {
  color: white !important;
}

/* line 810, app/assets/stylesheets/groups.scss */
.arrow {
  margin-left: 204px;
  margin-top: 8px;
}

/************ blue button pulse **********/
/* line 817, app/assets/stylesheets/groups.scss */
.btn-blue-pulse {
  background: #0891FA;
  background: linear-gradient(to bottom, #0891FA, #0891FA);
  border: 1px solid #0891FA;
  border-top-color: #0891FA;
  border-bottom-color: #0891FA;
  text-shadow: 0 1px #0b74a9 !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#0891FA, EndColorStr=#0891FA);
  font-weight: normal !important;
  padding-bottom: 7px;
  padding-top: 7px;
  font-size: 12pt;
}

/* line 836, app/assets/stylesheets/groups.scss */
.btn-blue-pulse:hover,
.btn-blue-pulse:focus {
  background: #0891FA;
  background: linear-gradient(to bottom, #0891FA, #0891FA);
  border: 1px solid #0891FA;
  border-top-color: #0891FA;
  border-bottom-color: #0891FA;
  box-shadow: 0 1px 1px rgba(59, 60, 61, 0.2), 0 1px #0891FA inset, 0 0 9px rgba(0, 173, 255, 0.6);
  text-shadow: 0 1px #0b74a9 !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#0891FA, EndColorStr=#0891FA);
}

/* line 853, app/assets/stylesheets/groups.scss */
.btn-blue-pulse:active {
  background: #003c80;
  background: linear-gradient(to bottom, #00266d, #005495);
  border-color: #00345f;
  border-top-color: #002b53;
  border-bottom-color: #003e6a;
  box-shadow: 0 2px 2px #001a32 inset;
  text-shadow: 0 1px #00223a;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#00266d, EndColorStr=#005495);
}

/************ end blue button pulse **********/
/************ start ls button **********/
/* line 873, app/assets/stylesheets/groups.scss */
.btn-ls {
  background: #00CAD1;
  background: linear-gradient(to bottom, #00CAD1, #00CAD1);
  border-color: #00CAD1;
  border-top-color: #00CAD1;
  border-bottom-color: #00CAD1;
  text-shadow: 0 1px #0b74a9 !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#00CAD1, EndColorStr=#00CAD1);
  font-weight: normal !important;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
  padding-bottom: 7px;
  padding-top: 7px;
  font-size: 12pt;
}

/* line 893, app/assets/stylesheets/groups.scss */
.btn-ls:hover,
.btn-ls:focus {
  background: #00CAD1;
  background: linear-gradient(to bottom, #00CAD1, #00CAD1);
  border: 1px #00CAD1 solid;
  border-top-color: #00CAD1;
  border-bottom-color: #00CAD1;
  text-shadow: 0 1px #0b74a9 !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#00CAD1, EndColorStr=#00CAD1);
}

/* line 909, app/assets/stylesheets/groups.scss */
.btn-ls:active {
  background: #003c80;
  background: linear-gradient(to bottom, #00266d, #005495);
  border-color: #00345f;
  border-top-color: #002b53;
  border-bottom-color: #003e6a;
  text-shadow: 0 1px #00223a;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#00266d, EndColorStr=#005495);
}

/************ end ls button **********/
/* line 927, app/assets/stylesheets/groups.scss */
.btn-black, .btn-black:hover {
  color: #464646;
  font-weight: normal !important;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
  background-color: #000;
  background-image: linear-gradient(to bottom, #464646, #000);
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #000;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  padding-bottom: 10px;
  background-repeat: no-repeat;
  float: right;
}

/* line 947, app/assets/stylesheets/groups.scss */
.btn-black:active {
  color: #000;
  font-weight: normal !important;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
  background-color: #000;
  background-image: linear-gradient(to bottom, #000, #000);
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #000;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  padding-bottom: 10px;
  background-repeat: no-repeat;
  float: right;
}

/* line 967, app/assets/stylesheets/groups.scss */
.faq-container {
  padding: 0 60px 40px 60px;
  line-height: 16pt;
  font-family: 'Helvetica Neue',Helvetica,Arial,sans !important;
}

/* line 972, app/assets/stylesheets/groups.scss */
.faq-container a {
  color: #01959d;
  font-weight: bold;
}

/* line 977, app/assets/stylesheets/groups.scss */
.faq-container a:hover {
  color: #01959d;
}

/* line 981, app/assets/stylesheets/groups.scss */
.faq-container p {
  font-size: 15px;
  line-height: 18px;
}

/* line 986, app/assets/stylesheets/groups.scss */
.faq-container li {
  font-size: 15px;
  line-height: 18px;
}

/* line 991, app/assets/stylesheets/groups.scss */
.faq-container ol {
  font-size: 15px;
  line-height: 18px;
  font-family: 'Helvetica Neue',Helvetica,Arial,sans !important;
}

/* line 999, app/assets/stylesheets/groups.scss */
.static-container {
  padding: 0 60px 40px 60px;
  line-height: 23pt;
  font-family: 'Helvetica Neue',Helvetica,Arial,sans !important;
  font-size: 14px;
}

/* line 1005, app/assets/stylesheets/groups.scss */
.static-container a {
  color: #01959d;
  font-weight: bold;
}

/* line 1010, app/assets/stylesheets/groups.scss */
.static-container a:hover {
  color: #01959d;
}

/* line 1014, app/assets/stylesheets/groups.scss */
.static-container p {
  font-size: 14px;
  line-height: 23px;
}

/* line 1019, app/assets/stylesheets/groups.scss */
.static-container li {
  font-size: 14px;
  line-height: 23px;
}

/* line 1024, app/assets/stylesheets/groups.scss */
.static-container ol {
  font-size: 14px;
  line-height: 23px;
  font-family: 'Helvetica Neue',Helvetica,Arial,sans !important;
}

/* line 1032, app/assets/stylesheets/groups.scss */
.faq-heading {
  font-size: 17px;
  font-weight: 600;
  padding: 10px 0 10px 0;
  border-top: 1px solid #ebebeb;
}

/* line 1039, app/assets/stylesheets/groups.scss */
.landing-container {
  margin-top: 20px;
  padding: 0 80px 40px 80px;
  line-height: 25pt;
}

/* line 1044, app/assets/stylesheets/groups.scss */
.landing-container a {
  color: #01959d !important;
  font-weight: bold;
}

/* line 1049, app/assets/stylesheets/groups.scss */
.landing-container a:hover {
  color: #01959d;
  text-decoration: underline !important;
}

/* line 1054, app/assets/stylesheets/groups.scss */
.landing-container p {
  font-size: 15px;
  line-height: 25px;
}

/* line 1059, app/assets/stylesheets/groups.scss */
.landing-container li {
  font-size: 15px;
  line-height: 25px;
}

/* line 1066, app/assets/stylesheets/groups.scss */
.jobs-primer {
  padding-bottom: 40px;
  border-bottom: 1px solid #ebebeb;
}

/* line 1071, app/assets/stylesheets/groups.scss */
.job-desc {
  margin-top: 100px;
  padding-bottom: 100px;
  font-size: 15px;
  line-height: 25px;
  border-bottom: 1px solid #ebebeb;
}

/* line 1078, app/assets/stylesheets/groups.scss */
.job-desc p {
  margin-top: 10px;
}

/* line 1083, app/assets/stylesheets/groups.scss */
.pages-heading {
  font-size: 17px;
  font-weight: 600;
  padding: 10px 0 10px 0;
  border-top: 1px solid #ebebeb;
}

/* line 1090, app/assets/stylesheets/groups.scss */
.competition-instructions-header {
  font-size: 17px;
  font-weight: 600;
  padding: 10px 0 10px 0;
  color: #333;
}

/* line 1097, app/assets/stylesheets/groups.scss */
.instruction-steps {
  border-radius: 30px;
  border: 3px solid #2C989C;
  padding: 9px 18px 9px 18px;
  font-size: 20pt;
  font-weight: bold;
  color: #2C989C;
}

/* line 1108, app/assets/stylesheets/groups.scss */
.step-complete {
  border-radius: 30px;
  border: 0px solid #2C989C;
  padding: 9px 18px 9px 18px;
  font-size: 20pt;
  font-weight: bold;
  color: #fff;
  background-color: #2C989C;
}

/* line 1120, app/assets/stylesheets/groups.scss */
.competition-instructions td {
  font-family: 'Helvetica Neue',Helvetica,Arial,sans !important;
  font-size: 15px;
  line-height: 25px;
}

/* line 1127, app/assets/stylesheets/groups.scss */
.competition-instructions td {
  height: 80px;
}

/* line 1131, app/assets/stylesheets/groups.scss */
.competition-instructions-img {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.25);
}

/* line 1137, app/assets/stylesheets/groups.scss */
.popular-corner-wrapper {
  width: 50px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -32px;
  right: 0px;
}

/* line 1146, app/assets/stylesheets/groups.scss */
.popular-corner {
  font: bold 10px Sans-Serif;
  color: #333;
  text-align: center;
  text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #0690fa;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}

/* line 1166, app/assets/stylesheets/groups.scss */
.popular-corner:before, .popular-corner:after {
  content: "";
  border-top: 3px solid #6e8900;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position: absolute;
  bottom: -3px;
}

/* line 1175, app/assets/stylesheets/groups.scss */
.popular-corner:before {
  left: 0;
}

/* line 1178, app/assets/stylesheets/groups.scss */
.popular-corner:after {
  right: 0;
}

/* line 1182, app/assets/stylesheets/groups.scss */
.current-category {
  padding: 0 20px;
}

/* line 1185, app/assets/stylesheets/groups.scss */
.current-category a, .current-category a:visited {
  padding: 1px;
  text-align: center;
  font-size: 10px;
  border-radius: 4px;
  border: 1px solid #333;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 7px;
  display: block;
  background-color: transparent !important;
  color: #333;
  font-weight: 500;
}

/* line 1200, app/assets/stylesheets/groups.scss */
.current-category a:hover {
  background-color: #000 !important;
  color: #FFF !important;
  border: 1px solid #000;
}

/* line 1207, app/assets/stylesheets/groups.scss */
.verticalLine {
  border-left: 1px solid #d7d7d7;
  color: transparent;
  height: 25px;
  margin: 0px 0 5px 0;
}

/* line 1214, app/assets/stylesheets/groups.scss */
.more-reasons-tile {
  font-size: 10px;
  float: right !important;
  font-weight: lighter;
  margin-right: 5px;
}

/* line 1220, app/assets/stylesheets/groups.scss */
.more-reasons-tile a, .more-reasons-tile a:visited {
  color: #d7d7d7;
}

/* line 1224, app/assets/stylesheets/groups.scss */
.more-reasons-tile a:hover {
  color: #0690fa;
}

/* line 1229, app/assets/stylesheets/groups.scss */
#reasons-list-tile > #reason-text {
  font-size: 9px;
}

/* line 1233, app/assets/stylesheets/groups.scss */
.oss-service-tile {
  color: #C1C1C1;
  font-size: 23px !important;
}

/* line 1238, app/assets/stylesheets/groups.scss */
#tile-star .star-count {
  font-size: 16px;
}

/* line 1242, app/assets/stylesheets/groups.scss */
#tile-star .trending-star {
  font-size: 20px !important;
}

/* line 1246, app/assets/stylesheets/groups.scss */
#tile-star .star-container {
  width: auto;
}

/* line 1250, app/assets/stylesheets/groups.scss */
#tile-service-stats #tab-link {
  font-size: 19px;
  width: 80px;
}

/*

Monokai Sublime style. Derived from Monokai by noformnocontent http://nn.mit-license.org/

*/
/* line 7, app/assets/stylesheets/highlight_default.css */
.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  background: #23241f;
  -webkit-text-size-adjust: none;
}

/* line 15, app/assets/stylesheets/highlight_default.css */
.hljs,
.hljs-tag,
.css .hljs-rule,
.css .hljs-value,
.aspectj .hljs-function,
.css .hljs-function
.hljs-preprocessor,
.hljs-pragma {
  color: #f8f8f2;
}

/* line 26, app/assets/stylesheets/highlight_default.css */
.hljs-strongemphasis,
.hljs-strong,
.hljs-emphasis {
  color: #a8a8a2;
}

/* line 32, app/assets/stylesheets/highlight_default.css */
.hljs-bullet,
.hljs-blockquote,
.hljs-horizontal_rule,
.hljs-number,
.hljs-regexp,
.alias .hljs-keyword,
.hljs-literal,
.hljs-hexcolor {
  color: #ae81ff;
}

/* line 43, app/assets/stylesheets/highlight_default.css */
.hljs-tag .hljs-value,
.hljs-code,
.hljs-title,
.css .hljs-class,
.hljs-class .hljs-title:last-child {
  color: #a6e22e;
}

/* line 51, app/assets/stylesheets/highlight_default.css */
.hljs-link_url {
  font-size: 80%;
}

/* line 55, app/assets/stylesheets/highlight_default.css */
.hljs-strong,
.hljs-strongemphasis {
  font-weight: bold;
}

/* line 60, app/assets/stylesheets/highlight_default.css */
.hljs-emphasis,
.hljs-strongemphasis,
.hljs-class .hljs-title:last-child,
.hljs-typename {
  font-style: italic;
}

/* line 67, app/assets/stylesheets/highlight_default.css */
.hljs-keyword,
.ruby .hljs-class .hljs-keyword:first-child,
.ruby .hljs-function .hljs-keyword,
.hljs-function,
.hljs-change,
.hljs-winutils,
.hljs-flow,
.nginx .hljs-title,
.tex .hljs-special,
.hljs-header,
.hljs-attribute,
.hljs-symbol,
.hljs-symbol .hljs-string,
.hljs-tag .hljs-title,
.hljs-value,
.alias .hljs-keyword:first-child,
.css .hljs-tag,
.css .unit,
.css .hljs-important {
  color: #f92672;
}

/* line 89, app/assets/stylesheets/highlight_default.css */
.hljs-function .hljs-keyword,
.hljs-class .hljs-keyword:first-child,
.hljs-aspect .hljs-keyword:first-child,
.hljs-constant,
.hljs-typename,
.hljs-name,
.css .hljs-attribute {
  color: #66d9ef;
}

/* line 99, app/assets/stylesheets/highlight_default.css */
.hljs-variable,
.hljs-params,
.hljs-class .hljs-title,
.hljs-aspect .hljs-title {
  color: #f8f8f2;
}

/* line 106, app/assets/stylesheets/highlight_default.css */
.hljs-string,
.css .hljs-id,
.hljs-subst,
.hljs-type,
.ruby .hljs-class .hljs-parent,
.hljs-built_in,
.django .hljs-template_tag,
.django .hljs-variable,
.smalltalk .hljs-class,
.django .hljs-filter .hljs-argument,
.smalltalk .hljs-localvars,
.smalltalk .hljs-array,
.hljs-attr_selector,
.hljs-pseudo,
.hljs-addition,
.hljs-stream,
.hljs-envvar,
.apache .hljs-tag,
.apache .hljs-cbracket,
.tex .hljs-command,
.hljs-prompt,
.hljs-link_label,
.hljs-link_url {
  color: #e6db74;
}

/* line 132, app/assets/stylesheets/highlight_default.css */
.hljs-comment,
.hljs-javadoc,
.hljs-annotation,
.hljs-decorator,
.hljs-pi,
.hljs-doctype,
.hljs-deletion,
.hljs-shebang,
.apache .hljs-sqbracket,
.tex .hljs-formula {
  color: #75715e;
}

/* line 145, app/assets/stylesheets/highlight_default.css */
.coffeescript .javascript,
.javascript .xml,
.tex .hljs-formula,
.xml .javascript,
.xml .vbscript,
.xml .css,
.xml .hljs-cdata,
.xml .php,
.php .xml {
  opacity: 0.5;
}

/* ANIMATIONS */

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

/* line 57, app/assets/stylesheets/home.scss */
body {
  background-color: #FFF;
}

/* line 62, app/assets/stylesheets/home.scss */
.wrapper {
  height: 80px;
  background: white;
  border-radius: 10px;
  position: relative;
  z-index: 90;
}

/* line 70, app/assets/stylesheets/home.scss */
.tool-logo-review-home {
  display: block;
  margin-bottom: 10px;
  z-index: 1;
}

/* line 75, app/assets/stylesheets/home.scss */
.tool-logo-review-home img {
  margin-top: -23px !important;
  width: 45px;
  height: 45px;
  border-radius: 3px;
  background-color: #fff;
  z-index: 1;
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
}

/* line 87, app/assets/stylesheets/home.scss */
.tool-logo-review-home a:hover {
  border-radius: 5px;
}

/* line 92, app/assets/stylesheets/home.scss */
.featured-stories {
  padding: 30px 0 70px;
  background: #fafafa;
}

/* line 96, app/assets/stylesheets/home.scss */
.featured-stories .featured-stories-label {
  margin-bottom: 20px;
}

/* line 100, app/assets/stylesheets/home.scss */
.featured-stories .stories-box {
  width: 100%;
  max-width: 356px;
  height: 172.8px;
  border-radius: 4px;
  box-shadow: 0 4px 13px 0 rgba(0, 0, 0, 0.05);
  border: solid 1px #e1e1e1;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

/* line 111, app/assets/stylesheets/home.scss */
.featured-stories .stories-box .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
}

/* line 119, app/assets/stylesheets/home.scss */
.featured-stories .stories-box .text-wrapper h1 {
  font-size: 20px;
  font-weight: bold;
}

/* line 124, app/assets/stylesheets/home.scss */
.featured-stories .stories-box .text-wrapper .text-author {
  font-size: 13px;
}

/* line 126, app/assets/stylesheets/home.scss */
.featured-stories .stories-box .text-wrapper .text-author img.image {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

/* line 135, app/assets/stylesheets/home.scss */
.featured-stories .stories-box.left {
  float: right;
  background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url(../png/circleci-bkg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  width: 100%;
  max-width: 356px;
  height: 172.8px;
  transition: .65s all;
}

/* line 146, app/assets/stylesheets/home.scss */
.featured-stories .stories-box.left:hover {
  opacity: 0.9;
  background-size: 105% 105%;
}

/* line 152, app/assets/stylesheets/home.scss */
.featured-stories .stories-box.right {
  float: left;
  background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url(../png/image_2019-07-02_at_5.04.01_pm.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  width: 100%;
  max-width: 356px;
  height: 172.8px;
  transition: .65s all;
}

/* line 163, app/assets/stylesheets/home.scss */
.featured-stories .stories-box.right:hover {
  opacity: 0.9;
  background-size: 105% 105%;
}

@media (max-width: 767px) {
  /* line 172, app/assets/stylesheets/home.scss */
  .featured-stories .stories-box.left, .featured-stories .stories-box.right {
    float: unset;
    margin: 0 auto;
  }
  /* line 177, app/assets/stylesheets/home.scss */
  .featured-stories .stories-box.right {
    margin-top: 20px;
  }
}

@media (max-width: 380px) {
  /* line 185, app/assets/stylesheets/home.scss */
  .featured-stories .stories-box {
    width: 100%;
    display: flex;
    align-items: center;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 195, app/assets/stylesheets/home.scss */
  .tool-logo-review-home {
    display: block;
    margin-bottom: 10px;
    z-index: 1;
  }
  /* line 200, app/assets/stylesheets/home.scss */
  .tool-logo-review-home img {
    width: 40px;
    height: 40px;
    border: 0px solid #E6E6E6;
    border-radius: 100px;
    background-color: #fff;
    z-index: 1;
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
  }
  /* line 210, app/assets/stylesheets/home.scss */
  .tool-logo-review-home a:hover {
    border-radius: 4px;
  }
}

@media (max-width: 767px) {
  /* line 218, app/assets/stylesheets/home.scss */
  .tool-logo-review-home {
    display: block;
    margin-bottom: 10px;
    z-index: 1;
  }
  /* line 223, app/assets/stylesheets/home.scss */
  .tool-logo-review-home img {
    width: 30px;
    height: 30px;
    border: 0px solid #E6E6E6;
    border-radius: 100px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
    z-index: 1;
  }
  /* line 233, app/assets/stylesheets/home.scss */
  .tool-logo-review-home a:hover {
    border-radius: 5px;
  }
}

/* line 239, app/assets/stylesheets/home.scss */
.home-squib-container {
  background: #fafafa;
  display: flex;
  align-items: center;
  min-height: 110px;
  padding: 20px 0;
}

/* line 247, app/assets/stylesheets/home.scss */
.truncate-reviews {
  text-align: left;
  text-overflow: ellipsis;
  height: 48px;
  font-size: 18px !important;
  font-weight: 400;
  line-height: 23px;
  margin-left: 25px;
}

@media (max-width: 767px) {
  /* line 259, app/assets/stylesheets/home.scss */
  .truncate-reviews {
    text-align: left;
    text-overflow: ellipsis;
    height: 48px;
    font-size: 15px !important;
    font-weight: 200;
    line-height: 20px;
  }
  /* line 268, app/assets/stylesheets/home.scss */
  #reviews-home #review-author .review-author-img {
    width: 47px !important;
    height: 47px !important;
  }
  /* line 273, app/assets/stylesheets/home.scss */
  #reviews-home {
    margin: 30px auto 0 auto !important;
    max-width: 300px !important;
    max-height: 225px !important;
  }
  /* line 279, app/assets/stylesheets/home.scss */
  #reviews-home #reviews {
    padding: 2px 0 26px 0;
  }
  /* line 283, app/assets/stylesheets/home.scss */
  #review-author {
    padding-left: 22px !important;
  }
  /* line 287, app/assets/stylesheets/home.scss */
  .review-author-gh {
    display: none;
  }
  /* line 291, app/assets/stylesheets/home.scss */
  .review-content {
    padding: 6px 22px 0 58px !important;
  }
  /* line 295, app/assets/stylesheets/home.scss */
  #review {
    padding: 2px 0 18px 0 !important;
  }
  /* line 299, app/assets/stylesheets/home.scss */
  .structured-review-wrapper-home {
    display: none;
  }
  /* line 303, app/assets/stylesheets/home.scss */
  #reviews-home .octicon-quote {
    display: none;
  }
  /* line 306, app/assets/stylesheets/home.scss */
  #structured {
    display: none;
  }
  /* line 310, app/assets/stylesheets/home.scss */
  #reviews-home #card-list a.score-card {
    display: none;
  }
}

/* line 315, app/assets/stylesheets/home.scss */
.structured-review-wrapper {
  padding: 7px 0 5px 0;
  margin: 20px 0 20px 0;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  text-align: center;
  color: #333;
}

/* line 323, app/assets/stylesheets/home.scss */
.structured-review-wrapper .fa-terminal {
  font-size: 13pt;
  font-weight: bold;
  color: grey;
}

/* line 329, app/assets/stylesheets/home.scss */
.structured-review-wrapper .fa-thumbs-up, .structured-review-wrapper .fa-circle-o {
  font-size: 13pt;
  color: #333;
  padding: 0 3px;
}

/* line 335, app/assets/stylesheets/home.scss */
.structured-review-wrapper .fa-file, .structured-review-wrapper .fa-power-off, .structured-review-wrapper .fa-phone {
  font-size: 12pt;
  color: grey;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 342, app/assets/stylesheets/home.scss */
  .structured-review-wrapper {
    padding: 7px 0 5px 0;
    margin: 20px 0 20px 0;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    text-align: center;
    color: #333;
    font-size: 9pt;
  }
  /* line 351, app/assets/stylesheets/home.scss */
  .structured-review-wrapper .fa-terminal {
    font-size: 14pt;
    font-weight: bold;
    color: grey;
  }
  /* line 357, app/assets/stylesheets/home.scss */
  .structured-review-wrapper .fa-thumbs-up, .structured-review-wrapper .fa-circle-o {
    font-size: 12pt;
    color: #333;
    padding: 0 3px;
  }
  /* line 363, app/assets/stylesheets/home.scss */
  .structured-review-wrapper .fa-file, .structured-review-wrapper .fa-power-off, .structured-review-wrapper .fa-phone {
    font-size: 11pt;
    color: grey;
  }
}

@media (max-width: 767px) {
  /* line 371, app/assets/stylesheets/home.scss */
  .structured-review-wrapper-home {
    padding: 3px 0 2px 0;
    margin: 20px 0 20px 0;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    text-align: center;
    color: #333;
    font-size: 10px;
    line-height: 10px;
  }
  /* line 381, app/assets/stylesheets/home.scss */
  .structured-review-wrapper-home .fa-thumbs-up, .structured-review-wrapper-home .fa-circle-o {
    font-size: 10pt;
    color: #ebebeb;
    display: list-item;
    padding: 8px 0;
    border-top: 1px solid #ebebeb;
  }
  /* line 389, app/assets/stylesheets/home.scss */
  .structured-review-wrapper-home .fa-terminal, .structured-review-wrapper-home .fa-file, .structured-review-wrapper-home .fa-power-off, .structured-review-wrapper-home .fa-phone {
    font-size: 9pt;
    color: #ebebeb;
    padding: 5px 0;
  }
}

/* line 397, app/assets/stylesheets/home.scss */
.score-card {
  border-bottom-left-radius: 5px;
  border: 1px solid #e8e8e8;
  border-width: 0 0 1px 1px;
  position: absolute;
  z-index: 1000;
  top: 0;
  right: 0;
  max-width: 120px;
  height: 40px;
  overflow: hidden;
  color: #0690fa;
  font-weight: bold;
  font-size: 20px;
  padding: 4px 15px 15px 14px;
}

/* line 413, app/assets/stylesheets/home.scss */
.score-card .count {
  color: #0690fa;
  font-weight: bold;
  font-size: 20px;
}

/* line 420, app/assets/stylesheets/home.scss */
.score-card-trending {
  border-bottom-left-radius: 5px;
  border: 1px solid #e8e8e8;
  border-width: 0 0 1px 1px;
  position: absolute;
  top: 0;
  right: 0;
  max-width: 120px;
  height: 40px;
  overflow: hidden;
  font-weight: bold;
  padding: 4px 15px 15px 14px;
}

/* line 435, app/assets/stylesheets/home.scss */
.score-card-small {
  height: 32px;
  overflow: hidden;
  color: #0690fa;
  padding: 0px 15px 15px 14px;
}

/* line 442, app/assets/stylesheets/home.scss */
#reviews-home {
  background-color: #fff;
  border-radius: 4px;
  max-width: 770px;
  max-height: 180px;
  border: 1px solid #eaeaea;
  position: relative;
}

/* line 453, app/assets/stylesheets/home.scss */
.reason-click:hover {
  color: #0690fa !important;
}

/* line 455, app/assets/stylesheets/home.scss */
.reasons-home {
  text-align: center;
  font-size: 18px !important;
  line-height: 22px;
}

/* line 461, app/assets/stylesheets/home.scss */
#reasons-home {
  background-color: #fff;
  border-radius: 4px;
  max-width: 340px;
  max-height: 180px;
  margin: 50px auto 0 auto;
  border: 1px solid #eaeaea;
  position: relative;
}

/* line 473, app/assets/stylesheets/home.scss */
#reasons-home .reason-author {
  color: grey;
  text-align: center;
  font-size: 10px;
}

/* line 479, app/assets/stylesheets/home.scss */
.truncate-service-home {
  width: 63px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  margin: 3px auto 0 auto;
}

@media (min-width: 1200px) {
  /* line 491, app/assets/stylesheets/home.scss */
  .container.stackups, .container.tools {
    width: 100%;
    max-width: 1170px;
  }
}

/* line 498, app/assets/stylesheets/home.scss */
#stack-card a {
  width: 277px;
}

/* line 500, app/assets/stylesheets/home.scss */
#stack-card .home-card {
  max-width: 277px;
  width: 100%;
}

/* line 505, app/assets/stylesheets/home.scss */
#stack-card .show-layer-d {
  border: 1px solid #ebebeb;
  background-color: transparent !important;
  border-radius: 5px;
  max-width: 265px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2px;
  height: 68px;
  overflow: hidden;
}

/* line 521, app/assets/stylesheets/home.scss */
#stack-card .stack-logo {
  display: inline-block;
  margin-bottom: 15px;
  z-index: 10;
}

/* line 527, app/assets/stylesheets/home.scss */
#stack-card .stack-logo img {
  border: 1px solid #ebebeb;
}

/* line 531, app/assets/stylesheets/home.scss */
#stack-card a:hover {
  background-color: transparent;
}

/* line 535, app/assets/stylesheets/home.scss */
#stack-card .stack-layer-title {
  font-size: 8px;
  margin-bottom: 0;
  text-align: left;
  margin-left: 14px;
  color: grey;
  margin-top: -2px;
}

/* line 543, app/assets/stylesheets/home.scss */
#stack-card .stack-link {
  padding: 0;
}

/* line 546, app/assets/stylesheets/home.scss */
#stack-card .app-layers .stack-link .stack-layer-title-tag a, #stack-card .app-layers .stack-link .stack-layer-title-tag a a {
  padding: 0;
  height: 19px;
  border: 1px solid #ebebeb !important;
}

/* line 555, app/assets/stylesheets/home.scss */
#sp-stack-tab #stack-card .show-layer-d {
  max-width: 232px;
}

/* line 566, app/assets/stylesheets/home.scss */
#integrations-cards .stack-list-container .col-md-2 {
  padding-left: 0px !important;
}

/* line 570, app/assets/stylesheets/home.scss */
#integrations-cards .stack-list-container .col-md-9 {
  padding-left: 19px !important;
}

@media (min-width: 992px) {
  /* line 575, app/assets/stylesheets/home.scss */
  #integrations-cards .stack-list-container #service-name-card {
    font-size: 15px !important;
  }
}

/* line 587, app/assets/stylesheets/home.scss */
.list-container {
  border: 1px solid #ebebeb !important;
  border-color: #ebebeb !important;
  border-radius: 4px;
  padding: 0px 10px;
}

/* line 593, app/assets/stylesheets/home.scss */
.list-container .score-card {
  top: 0px;
  position: relative;
  max-width: 90px;
  height: 26px;
  float: right;
}

/* line 601, app/assets/stylesheets/home.scss */
.list-container .score-card .count {
  font-size: 15px;
}

@media (min-width: 992px) {
  /* line 609, app/assets/stylesheets/home.scss */
  .list-container .score-card-trending {
    top: 0px;
    position: relative;
    max-width: 90px;
    height: 31px;
    float: right;
  }
  /* line 618, app/assets/stylesheets/home.scss */
  #stack-col-fix {
    padding-top: 12px;
    padding-left: 5px;
    text-align: left;
  }
  /* line 624, app/assets/stylesheets/home.scss */
  #new-col-fix {
    padding-top: 12px;
    text-align: left;
    padding-left: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 634, app/assets/stylesheets/home.scss */
  .list-container .score-card-trending {
    top: 0px;
    position: relative;
    max-width: 90px;
    height: 31px;
    float: right;
  }
  /* line 643, app/assets/stylesheets/home.scss */
  #stack-col-fix {
    padding-top: 12px;
    padding-left: 5px;
    text-align: left;
  }
  /* line 649, app/assets/stylesheets/home.scss */
  #new-col-fix {
    padding-top: 12px;
    text-align: left;
  }
}

@media (max-width: 767px) {
  /* line 656, app/assets/stylesheets/home.scss */
  #stack-col-fix {
    padding-top: 12px;
    text-align: left;
  }
  /* line 661, app/assets/stylesheets/home.scss */
  #new-col-fix {
    padding-left: 3px !important;
    padding-top: 12px;
    text-align: left;
  }
}

/* line 668, app/assets/stylesheets/home.scss */
.nav-pills {
  margin: auto;
}

/* line 672, app/assets/stylesheets/home.scss */
#stack-list-pills .nav-pills, #user-tab-fix .nav-pills {
  display: inline-block;
}

/* line 678, app/assets/stylesheets/home.scss */
#stack-list-pills .nav-pills > li.active > a, #stack-list-pills .nav-pills > li.active > a:hover, #stack-list-pills .nav-pills > li.active > a:focus {
  background-color: #0690fa;
}

/* line 680, app/assets/stylesheets/home.scss */
#stack-list-pills .nav > li > a:hover, #stack-list-pills .nav > li > a:focus {
  color: #333;
}

@media (max-width: 767px) {
  /* line 689, app/assets/stylesheets/home.scss */
  .list-container .score-card-trending {
    top: 0px;
    position: relative;
    max-width: 90px;
    height: 27px;
    float: right;
  }
  /* line 698, app/assets/stylesheets/home.scss */
  #card-list > div > div > div.col-md-2.col-sm-2.col-xs-1 > div > a > img, #card-list > div > div > div.col-md-2.col-sm-2.col-xs-1 > a > span.stacks-no-img-list {
    margin-left: -8px;
    width: 26px !important;
    height: 26px !important;
    font-size: 23px !important;
  }
  /* line 705, app/assets/stylesheets/home.scss */
  #card-list > div > div > div.col-md-2.col-sm-2.col-xs-3 > div > a > img, #card-list > div > div > div.col-md-2.col-sm-2.col-xs-3 > a > span.stacks-no-img-list, #card-list > div > div > div.col-md-2.col-sm-2.col-xs-3 > div > img, #card-list > div > div > div.col-md-2.col-sm-2.col-xs-3 > span {
    width: 26px !important;
    height: 26px !important;
    font-size: 23px !important;
  }
  /* line 711, app/assets/stylesheets/home.scss */
  #card-list > div > div > div.col-md-2.col-sm-2.col-xs-3 > div > span > img {
    width: 26px !important;
    height: 26px !important;
    font-size: 23px !important;
  }
  /* line 717, app/assets/stylesheets/home.scss */
  #card-list > div > div > div.col-md-2.col-sm-2.col-xs-1 > div > img, #card-list > div > div > a > div.col-md-2.col-sm-2.col-xs-1 > div > img {
    margin-left: -8px;
    width: 26px !important;
    height: 26px !important;
    font-size: 23px !important;
  }
  /* line 724, app/assets/stylesheets/home.scss */
  #year-end-stack #card-list > a > div > div > div.col-md-2.col-sm-2.col-xs-1 > div > img {
    margin-left: -8px;
    width: 26px !important;
    height: 26px !important;
    font-size: 23px !important;
  }
  /* line 731, app/assets/stylesheets/home.scss */
  #year-end-service #card-list > a > div > div > div.col-md-2.col-sm-2.col-xs-1 > div > img {
    margin-left: -8px;
    width: 26px !important;
    height: 26px !important;
    font-size: 23px !important;
  }
  /* line 738, app/assets/stylesheets/home.scss */
  #dev-trend-fix > a > span {
    margin-right: 10px;
    font-size: 18px;
    padding-top: 3px;
  }
  /* line 748, app/assets/stylesheets/home.scss */
  #stack-col-fix {
    margin-left: 9px !important;
    text-align: left;
  }
  /* line 751, app/assets/stylesheets/home.scss */
  #stack-col-fix .truncate-trending {
    width: 120px !important;
  }
  /* line 756, app/assets/stylesheets/home.scss */
  #developers .tool-logo img {
    width: 36px !important;
    height: 36px !important;
  }
  /* line 761, app/assets/stylesheets/home.scss */
  #dev-trend-fix {
    padding: 20px 0 0 0 !important;
  }
  /* line 765, app/assets/stylesheets/home.scss */
  #new .tool-logo img {
    width: 26px !important;
    height: 26px !important;
  }
  /* line 770, app/assets/stylesheets/home.scss */
  #new .stacks-no-img-list {
    font-size: 23px !important;
  }
  /* line 774, app/assets/stylesheets/home.scss */
  #trending-tab-fix.nav.nav-pills, #user-tab-fix.nav.nav-pills {
    margin: auto;
  }
  /* line 778, app/assets/stylesheets/home.scss */
  #service-pills-nav {
    padding-top: 0 !important;
  }
  /* line 780, app/assets/stylesheets/home.scss */
  .trending-link {
    text-align: center;
    margin: 20px;
  }
}

/* line 786, app/assets/stylesheets/home.scss */
#trending-tab-fix {
  text-align: center;
}

@media (max-width: 600px) {
  /* line 789, app/assets/stylesheets/home.scss */
  #trending-tab-fix.nav.nav-pills, #user-tab-fix.nav.nav-pills {
    display: flex;
    justify-content: space-around;
  }
  /* line 793, app/assets/stylesheets/home.scss */
  #trending-tab-fix.nav.nav-pills li, #user-tab-fix.nav.nav-pills li {
    padding: 0;
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 801, app/assets/stylesheets/home.scss */
  #card-list > .list-container {
    padding: 0 !important;
  }
  /* line 803, app/assets/stylesheets/home.scss */
  #card-list > .list-container .rank {
    margin-left: 0  !important;
  }
}

/* line 809, app/assets/stylesheets/home.scss */
.testimonial-card {
  background-color: white;
  border-radius: 4px;
  border: 1px solid #ebebeb;
  padding: 20px 28px;
  max-width: 735px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  /* line 819, app/assets/stylesheets/home.scss */
  .testimonial-card .truncate-reviews .col-xs-12 {
    padding: 0;
    font-weight: 500;
    font-size: 10px !important;
    line-height: 14px;
  }
  /* line 825, app/assets/stylesheets/home.scss */
  .company-stats {
    font-size: 10px;
    line-height: 14px;
  }
  /* line 830, app/assets/stylesheets/home.scss */
  .function-desc {
    font-size: 18px;
    font-weight: 500px;
    color: #ebebeb;
    max-width: 300px !important;
    margin: 25px auto 0 auto;
  }
}

/* line 835, app/assets/stylesheets/home.scss */
#year-end-service, #year-end-stack {
  width: 100%;
}

/* line 848, app/assets/stylesheets/home.scss */
.slick-loading .slick-list {
  background: white url(../gif/ajax-loader-528fae9595aa84c258411682a5a6b94418112604405866451bd36077f0e3ca1b.gif) center center no-repeat;
}

/* line 850, app/assets/stylesheets/home.scss */
.vendor-plans-container {
  border-radius: 5px;
  border: 1px solid #ebebeb;
  background-color: white;
}

/* line 856, app/assets/stylesheets/home.scss */
.plan-title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  padding: 35px 0 25px 0;
  border-bottom: 1px solid #ebebeb;
}

/* line 865, app/assets/stylesheets/home.scss */
.free {
  background-color: #0690fa;
  height: 50px;
}

/* line 870, app/assets/stylesheets/home.scss */
.ppc {
  background-color: #00AD62;
  height: 50px;
}

/* line 875, app/assets/stylesheets/home.scss */
.premium {
  background-color: grey;
  color: #ebebeb !important;
  height: 50px;
}

/* line 881, app/assets/stylesheets/home.scss */
.plan-container {
  padding: 20px;
}

/* line 886, app/assets/stylesheets/home.scss */
.plan-items ul, .plan-items li {
  margin-top: 5px;
}

/* line 890, app/assets/stylesheets/home.scss */
.plan-items li {
  font-size: 12px;
  margin-bottom: 5px;
}

/* line 895, app/assets/stylesheets/home.scss */
.plan-items a, .plan-items a:hover, .plan-items a:visited {
  color: #0690fa;
}

/* line 900, app/assets/stylesheets/home.scss */
.plan-description {
  text-align: center;
  font-size: 13px;
  margin: 5px auto 15px auto;
  color: #333;
  border: 1px solid;
  padding: 7px;
  max-width: 200px;
}

/* line 910, app/assets/stylesheets/home.scss */
.about {
  padding: 50px 0 250px 0;
}

/* line 912, app/assets/stylesheets/home.scss */
.about p {
  font-size: 15px;
  line-height: 23px;
}

/* line 918, app/assets/stylesheets/home.scss */
.about .details {
  font-size: 10px;
}

/* line 922, app/assets/stylesheets/home.scss */
#team-title {
  font-size: 15px;
  text-align: center;
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  /* line 930, app/assets/stylesheets/home.scss */
  #trending-sponsor-container .tool-logo img {
    width: 50px;
    height: 50px;
    display: inline-block;
  }
  /* line 935, app/assets/stylesheets/home.scss */
  #trending-sponsor-container #service-name-card {
    font-size: 18px;
  }
  /* line 938, app/assets/stylesheets/home.scss */
  #trending-sponsor-container .sponsor-ribbon {
    right: 32px;
    top: 19px;
  }
  /* line 943, app/assets/stylesheets/home.scss */
  .truncate-trending {
    color: grey;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
  }
  /* line 950, app/assets/stylesheets/home.scss */
  .truncate-trending a, .truncate-trending a:visited {
    color: grey;
  }
  /* line 953, app/assets/stylesheets/home.scss */
  .truncate-trending a:hover {
    color: #0690fa;
  }
  /* line 957, app/assets/stylesheets/home.scss */
  #trending-sponsor-link {
    height: 82px;
    vertical-align: middle;
    margin: auto 10px auto 0;
    display: flex;
    display: -webkit-flex;
    width: 110px;
    float: right;
  }
  /* line 966, app/assets/stylesheets/home.scss */
  .trending-vote {
    font-size: 23px !important;
  }
  /* line 969, app/assets/stylesheets/home.scss */
  .trending-star {
    font-size: 19px !important;
    padding-top: 3px;
    cursor: pointer;
    color: black;
  }
  /* line 976, app/assets/stylesheets/home.scss */
  #sp-sidebar .trending-star, #stp-sidebar .trending-star {
    font-size: 25px !important;
    padding-top: 3px;
    cursor: pointer;
  }
  /* line 982, app/assets/stylesheets/home.scss */
  .score-card.count {
    height: 32px;
  }
  /* line 985, app/assets/stylesheets/home.scss */
  #card-list .score-card {
    min-width: 66px;
  }
  /* line 988, app/assets/stylesheets/home.scss */
  .trending-score {
    font-size: 16px;
    font-weight: bold;
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans !important;
  }
  /* line 994, app/assets/stylesheets/home.scss */
  #cat-index-cards {
    margin-left: 45px;
  }
  /* line 998, app/assets/stylesheets/home.scss */
  .trending-description {
    color: grey;
    font-weight: 400;
    text-align: left;
    line-height: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  /* line 1006, app/assets/stylesheets/home.scss */
  .trending-stack-description {
    color: grey;
    font-weight: 400;
    text-align: left;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
  }
  /* line 1016, app/assets/stylesheets/home.scss */
  .trending-item-container {
    border: 1px solid white;
    border-radius: 4px;
    padding: 10px 0 5px 35px;
    margin-bottom: 12px;
    background-color: #fff;
  }
  /* line 1023, app/assets/stylesheets/home.scss */
  .trending-item-container .tool-logo img {
    width: 66px;
    height: 66px;
  }
  /* line 1029, app/assets/stylesheets/home.scss */
  .trending-item-container:hover {
    border: 1px solid #ebebeb;
  }
  /* line 1032, app/assets/stylesheets/home.scss */
  #service-card-trending h2, #service-name-trending {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    color: black;
  }
  /* line 1038, app/assets/stylesheets/home.scss */
  #service-name-trending:hover {
    color: #0690fa;
  }
  /* line 1041, app/assets/stylesheets/home.scss */
  .starring {
    margin: 0px;
    padding: 6px 0 6px 0;
    width: 42px;
    float: left;
    display: block;
    text-align: center;
    color: black;
    border-radius: 3px;
  }
  /* line 1054, app/assets/stylesheets/home.scss */
  .starring .star-count {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
  }
  /* line 1060, app/assets/stylesheets/home.scss */
  .starring:hover .star-count, .starring:hover .trending-star {
    color: #0690fa;
  }
  /* line 1067, app/assets/stylesheets/home.scss */
  .starring a:hover, .starring i:hover {
    color: #0690fa !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1074, app/assets/stylesheets/home.scss */
  #trending-sponsor-container .tool-logo img {
    width: 50px;
    height: 50px;
    display: inline-block;
  }
  /* line 1079, app/assets/stylesheets/home.scss */
  #trending-sponsor-container #service-name-card {
    font-size: 18px;
  }
  /* line 1082, app/assets/stylesheets/home.scss */
  #trending-sponsor-container .sponsor-ribbon {
    right: 32px;
    top: 19px;
  }
  /* line 1087, app/assets/stylesheets/home.scss */
  .truncate-trending {
    color: grey;
    line-height: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
  }
  /* line 1095, app/assets/stylesheets/home.scss */
  .truncate-trending a, .truncate-trending a:visited {
    color: grey;
  }
  /* line 1098, app/assets/stylesheets/home.scss */
  .truncate-trending a:hover {
    color: #0690fa;
  }
  /* line 1102, app/assets/stylesheets/home.scss */
  #trending-sponsor-link {
    height: 82px;
    vertical-align: middle;
    margin: auto 10px auto 0;
    display: flex;
    display: -webkit-flex;
    width: 100px;
    float: right;
  }
  /* line 1111, app/assets/stylesheets/home.scss */
  .trending-vote {
    font-size: 23px !important;
  }
  /* line 1114, app/assets/stylesheets/home.scss */
  .trending-star {
    font-size: 19px !important;
    padding-top: 3px;
    cursor: pointer;
    color: black;
  }
  /* line 1120, app/assets/stylesheets/home.scss */
  .score-card.count {
    height: 32px;
  }
  /* line 1123, app/assets/stylesheets/home.scss */
  #card-list .score-card {
    min-width: 66px;
  }
  /* line 1126, app/assets/stylesheets/home.scss */
  .trending-score {
    font-size: 16px;
    font-weight: bold;
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans !important;
  }
  /* line 1131, app/assets/stylesheets/home.scss */
  .trending-description {
    color: grey;
    font-weight: 400;
    text-align: left;
    line-height: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  /* line 1139, app/assets/stylesheets/home.scss */
  .trending-stack-description {
    color: grey;
    font-weight: 400;
    text-align: left;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
  }
  /* line 1149, app/assets/stylesheets/home.scss */
  .trending-item-container {
    border: 1px solid white;
    border-radius: 4px;
    padding: 10px 0 5px 35px;
    margin-bottom: 12px;
    background-color: #fff;
  }
  /* line 1156, app/assets/stylesheets/home.scss */
  .trending-item-container .tool-logo img {
    width: 66px;
    height: 66px;
  }
  /* line 1162, app/assets/stylesheets/home.scss */
  .trending-item-container:hover {
    border: 1px solid #ebebeb;
  }
  /* line 1165, app/assets/stylesheets/home.scss */
  #service-card-trending h2, #service-name-trending {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    color: black;
  }
  /* line 1171, app/assets/stylesheets/home.scss */
  .starring {
    margin: 0px;
    padding: 6px 0 6px 0;
    width: 42px;
    float: left;
    display: block;
    text-align: center;
    border-radius: 3px;
    background-color: white;
    color: black;
  }
  /* line 1183, app/assets/stylesheets/home.scss */
  .starring .star-count {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
  }
}

@media (max-width: 767px) {
  /* line 1193, app/assets/stylesheets/home.scss */
  #trending-sponsor-container .tool-logo img {
    width: 36px;
    height: 36px;
    display: inline-block;
  }
  /* line 1198, app/assets/stylesheets/home.scss */
  #trending-sponsor-container #stack-col-fix {
    margin: 0 0 0 15px !important;
  }
  /* line 1201, app/assets/stylesheets/home.scss */
  #trending-sponsor-container #service-name-card {
    font-size: 15px;
  }
  /* line 1204, app/assets/stylesheets/home.scss */
  #trending-sponsor-container .sponsor-ribbon {
    right: 38px;
    top: 14px;
  }
  /* line 1209, app/assets/stylesheets/home.scss */
  #trending-sponsor-link {
    height: 82px;
    vertical-align: middle;
    margin: auto 10px auto 0;
    display: flex;
    display: -webkit-flex;
    width: 110px;
    float: right;
  }
  /* line 1218, app/assets/stylesheets/home.scss */
  .truncate-trending {
    color: grey;
    line-height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 192px;
    font-size: 11px;
  }
  /* line 1227, app/assets/stylesheets/home.scss */
  .truncate-trending a, .truncate-trending a:visited {
    color: grey;
  }
  /* line 1230, app/assets/stylesheets/home.scss */
  .truncate-trending a:hover {
    color: #0690fa;
  }
  /* line 1234, app/assets/stylesheets/home.scss */
  .trending-item-container {
    border: 1px solid white;
    border-radius: 4px;
    padding: auto;
    margin-bottom: 12px;
    background-color: #fff;
  }
  /* line 1241, app/assets/stylesheets/home.scss */
  .trending-item-container .tool-logo img {
    width: 40px;
    height: 40px;
  }
  /* line 1246, app/assets/stylesheets/home.scss */
  .trending-description {
    color: grey;
    font-weight: 400;
    text-align: left;
    line-height: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
  }
  /* line 1255, app/assets/stylesheets/home.scss */
  .trending-stack-description {
    color: grey;
    font-weight: 400;
    text-align: left;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 10px;
  }
  /* line 1265, app/assets/stylesheets/home.scss */
  #service-card-trending h2, #service-name-trending {
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    color: black;
  }
  /* line 1271, app/assets/stylesheets/home.scss */
  .starring {
    margin: 0px 0 0 5px;
    padding: 0px 0 0px 0;
    width: 30px;
    float: left;
    display: block;
    text-align: center;
    border-radius: 3px;
    background-color: white;
    color: black;
  }
  /* line 1282, app/assets/stylesheets/home.scss */
  .starring .star-count {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
  }
  /* line 1288, app/assets/stylesheets/home.scss */
  .trending-vote {
    font-size: 17px !important;
  }
  /* line 1291, app/assets/stylesheets/home.scss */
  .trending-star {
    font-size: 17px !important;
    cursor: pointer;
    color: black;
  }
  /* line 1296, app/assets/stylesheets/home.scss */
  .score-card.count, .score-card-trending.count {
    max-height: 34px;
  }
  /* line 1300, app/assets/stylesheets/home.scss */
  .count.octicon.octicon-star.score-card-trending.trending-star {
    max-height: 28px !important;
  }
  /* line 1304, app/assets/stylesheets/home.scss */
  #card-list .score-card, #card-list .score-card-trending {
    min-width: 60px !important;
    position: absolute;
  }
  /* line 1308, app/assets/stylesheets/home.scss */
  .trending-score {
    font-size: 14px;
    font-weight: bold;
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans !important;
  }
  /* line 1314, app/assets/stylesheets/home.scss */
  #card-list .rank {
    padding: 5px 22px 5px 8px !important;
  }
}

@media (min-width: 992px) {
  /* line 1325, app/assets/stylesheets/home.scss */
  header#home-header {
    height: 500px;
    background-image: url(../jpg/collage_black3-e62b008dfb79231c8136fe7af711f6687269eb253f0b3a8c89ce73d4556c482b.jpg) !important;
    background-color: black;
  }
  /* line 1331, app/assets/stylesheets/home.scss */
  header#home-header3 {
    height: 700px;
    background-image: url(../jpg/collage_black3-e62b008dfb79231c8136fe7af711f6687269eb253f0b3a8c89ce73d4556c482b.jpg) !important;
    background-color: black;
  }
  /* line 1337, app/assets/stylesheets/home.scss */
  #home-title, #home-title h1 {
    font-size: 54px;
    font-weight: 600;
    color: white;
    text-align: center;
    line-height: 52px;
    margin-top: 100px;
    margin-bottom: 40px;
  }
  /* line 1347, app/assets/stylesheets/home.scss */
  #home-title #header3, #home-title #header3 h1 {
    font-size: 54px;
    font-weight: 600;
    color: white;
    text-align: center;
    line-height: 52px;
    margin-top: 145px;
    margin-bottom: 40px;
  }
  /* line 1357, app/assets/stylesheets/home.scss */
  #browse-button {
    margin-right: 15px;
    padding: 15px 40px 14px 40px;
  }
  /* line 1361, app/assets/stylesheets/home.scss */
  #share-button {
    display: inline-flex;
    padding: 10px 25px;
    box-shadow: none;
  }
  /* line 1366, app/assets/stylesheets/home.scss */
  #share-button .octicon-mark-github {
    margin-right: 5px;
    font-size: 32px;
  }
  /* line 1371, app/assets/stylesheets/home.scss */
  #home-header3 #share-button {
    padding: 12px 25px;
  }
  /* line 1374, app/assets/stylesheets/home.scss */
  #signup-gh-vip-button-top {
    display: inline-flex;
    padding: 10px 25px;
    box-shadow: none;
  }
  /* line 1379, app/assets/stylesheets/home.scss */
  #signup-gh-vip-button-top .octicon-mark-github {
    margin-right: 5px;
    font-size: 32px;
  }
  /* line 1385, app/assets/stylesheets/home.scss */
  #signup-gh-vip-button-bottom {
    display: inline-flex;
    padding: 10px 25px;
    box-shadow: none;
  }
  /* line 1390, app/assets/stylesheets/home.scss */
  #signup-gh-vip-button-bottom .octicon-mark-github {
    margin-right: 5px;
    font-size: 32px;
  }
  /* line 1396, app/assets/stylesheets/home.scss */
  #top-home-features {
    font-size: 35px;
    line-height: 45px;
    font-weight: bold;
    padding-top: 15px;
  }
  /* line 1403, app/assets/stylesheets/home.scss */
  #home-features {
    font-size: 35px;
    line-height: 45px;
    font-weight: bold;
    padding-top: 65px;
  }
  /* line 1410, app/assets/stylesheets/home.scss */
  #sub-features {
    font-size: 18px;
    line-height: 30px;
    font-weight: normal;
    padding-top: 20px;
    padding-bottom: 65px;
  }
  /* line 1418, app/assets/stylesheets/home.scss */
  #share-sub {
    padding-top: 55px;
  }
  /* line 1422, app/assets/stylesheets/home.scss */
  #discover-sub {
    padding-bottom: 45px;
  }
  /* line 1426, app/assets/stylesheets/home.scss */
  #twitter {
    padding-top: 35px;
  }
  /* line 1430, app/assets/stylesheets/home.scss */
  #heroku {
    padding-top: 45px;
  }
  /* line 1434, app/assets/stylesheets/home.scss */
  #cyrus {
    padding-top: 75px;
    margin-left: 28px;
  }
  /* line 1439, app/assets/stylesheets/home.scss */
  #legos {
    padding-top: 55px;
  }
  /* line 1443, app/assets/stylesheets/home.scss */
  #cyrus-blurb {
    font-size: 22px;
    color: grey;
    padding-top: 105px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1451, app/assets/stylesheets/home.scss */
  header#home-header {
    height: 470px;
    background-image: url(../jpg/collage_black3-e62b008dfb79231c8136fe7af711f6687269eb253f0b3a8c89ce73d4556c482b.jpg) !important;
    background-color: black;
  }
  /* line 1457, app/assets/stylesheets/home.scss */
  #home-title, #home-title h1 {
    font-size: 38px;
    font-weight: 600;
    color: white;
    text-align: center;
    line-height: 42px;
    margin-top: 90px;
    margin-bottom: 30px;
  }
  /* line 1467, app/assets/stylesheets/home.scss */
  #share-button {
    display: inline-flex;
    padding: 8px 25px;
    box-shadow: none;
  }
  /* line 1472, app/assets/stylesheets/home.scss */
  #share-button .octicon-mark-github {
    margin-right: 5px;
    font-size: 28px;
  }
  /* line 1478, app/assets/stylesheets/home.scss */
  #signup-gh-vip-button-top {
    display: inline-flex;
    padding: 8px 25px;
    box-shadow: none;
  }
  /* line 1483, app/assets/stylesheets/home.scss */
  #signup-gh-vip-button-top .octicon-mark-github {
    margin-right: 5px;
    font-size: 28px;
  }
  /* line 1489, app/assets/stylesheets/home.scss */
  #signup-gh-vip-button-bottom {
    display: inline-flex;
    padding: 8px 25px;
    box-shadow: none;
  }
  /* line 1494, app/assets/stylesheets/home.scss */
  #signup-gh-vip-button-bottom .octicon-mark-github {
    margin-right: 5px;
    font-size: 28px;
  }
  /* line 1500, app/assets/stylesheets/home.scss */
  #browse-button {
    margin-right: 15px;
  }
  /* line 1504, app/assets/stylesheets/home.scss */
  #home-features {
    font-size: 25px;
    line-height: 35px;
    font-weight: bold;
    padding-top: 55px;
  }
  /* line 1511, app/assets/stylesheets/home.scss */
  #top-home-features {
    font-size: 25px;
    line-height: 35px;
    font-weight: bold;
    padding-top: 55px;
  }
  /* line 1518, app/assets/stylesheets/home.scss */
  #sub-features {
    font-size: 15px;
    line-height: 24px;
    font-weight: normal;
    padding-top: 20px;
    padding-bottom: 55px;
  }
  /* line 1526, app/assets/stylesheets/home.scss */
  #twitter {
    padding-top: 55px;
  }
  /* line 1530, app/assets/stylesheets/home.scss */
  #discuss {
    padding-top: 65px;
  }
  /* line 1534, app/assets/stylesheets/home.scss */
  #discover-tools .container {
    margin-bottom: 35px !important;
  }
  /* line 1538, app/assets/stylesheets/home.scss */
  #garden-stack {
    margin: 0px !important;
  }
  /* line 1542, app/assets/stylesheets/home.scss */
  #cyrus {
    padding-top: 40px;
    color: grey;
  }
  /* line 1547, app/assets/stylesheets/home.scss */
  #share-sub {
    padding-top: 40px;
  }
}

@media (max-width: 767px) {
  /* line 1554, app/assets/stylesheets/home.scss */
  header#home-header {
    height: 500px;
    background-image: url(../jpg/collage_black3-e62b008dfb79231c8136fe7af711f6687269eb253f0b3a8c89ce73d4556c482b.jpg) !important;
    background-color: black;
  }
  /* line 1560, app/assets/stylesheets/home.scss */
  #home-title, #home-title h1 {
    font-size: 25px;
    font-weight: 600;
    color: white;
    text-align: center;
    line-height: 28px;
    margin-top: 100px;
    margin-bottom: 40px;
  }
  /* line 1570, app/assets/stylesheets/home.scss */
  #share-button {
    display: inline-flex;
    padding: 9px 9px;
    box-shadow: none;
    font-size: 14px;
  }
  /* line 1576, app/assets/stylesheets/home.scss */
  #share-button .octicon-mark-github {
    margin-right: 5px;
    font-size: 25px;
  }
  /* line 1582, app/assets/stylesheets/home.scss */
  #signup-gh-vip-button-top {
    display: inline-flex;
    padding: 9px 9px;
    box-shadow: none;
    font-size: 14px;
  }
  /* line 1588, app/assets/stylesheets/home.scss */
  #signup-gh-vip-button-top .octicon-mark-github {
    margin-right: 5px;
    font-size: 25px;
  }
  /* line 1594, app/assets/stylesheets/home.scss */
  #signup-gh-vip-button-bottom {
    display: inline-flex;
    padding: 9px 9px;
    box-shadow: none;
    font-size: 14px;
  }
  /* line 1600, app/assets/stylesheets/home.scss */
  #signup-gh-vip-button-bottom .octicon-mark-github {
    margin-right: 5px;
    font-size: 25px;
  }
  /* line 1606, app/assets/stylesheets/home.scss */
  #browse-button {
    margin-right: 10px;
  }
  /* line 1610, app/assets/stylesheets/home.scss */
  #browse-button {
    padding: 13px 16px;
    font-size: 13px;
  }
  /* line 1615, app/assets/stylesheets/home.scss */
  #home-features {
    font-size: 22px;
    line-height: 35px;
    font-weight: bold;
    padding-top: 55px;
  }
  /* line 1622, app/assets/stylesheets/home.scss */
  #top-home-features {
    font-size: 22px;
    line-height: 35px;
    font-weight: bold;
    padding-top: 25px;
  }
  /* line 1629, app/assets/stylesheets/home.scss */
  #sub-features {
    font-size: 15px;
    line-height: 20px;
    font-weight: normal;
    padding-top: 18px;
    padding-bottom: 20px;
  }
  /* line 1637, app/assets/stylesheets/home.scss */
  #discover-tools #sub-features {
    padding-bottom: 40px;
  }
  /* line 1641, app/assets/stylesheets/home.scss */
  #twitter {
    padding-top: 15px;
  }
  /* line 1645, app/assets/stylesheets/home.scss */
  #pinterest #card-list {
    margin-bottom: 34px;
  }
  /* line 1649, app/assets/stylesheets/home.scss */
  #reasons-home #reason img, #reasons-home #reason a {
    width: 47px !important;
    height: 47px !important;
  }
  /* line 1654, app/assets/stylesheets/home.scss */
  #reasons-home #reason > div > div.col-md-7.col-sm-7.col-xs-7 > div > div > a {
    font-size: 18px !important;
  }
  /* line 1658, app/assets/stylesheets/home.scss */
  #reasons-home #reason > div > div.col-md-7.col-sm-7.col-xs-7 {
    height: 52px !important;
    margin-top: 12px !important;
    padding-left: 0px !important;
  }
  /* line 1664, app/assets/stylesheets/home.scss */
  #stack-text {
    width: 225px;
  }
  /* line 1668, app/assets/stylesheets/home.scss */
  #reason > div > div.col-md-7.col-sm-7.col-xs-7 > div > div {
    font-size: 18px !important;
  }
}

/* line 1685, app/assets/stylesheets/home.scss */
.alt-nav a {
  color: #ADADAD !important;
}

/* line 1688, app/assets/stylesheets/home.scss */
.alt-nav a:hover {
  color: white !important;
}

/* line 1694, app/assets/stylesheets/home.scss */
.alt-nav-home a {
  color: #4D4D4D !important;
}

/* line 1697, app/assets/stylesheets/home.scss */
.alt-nav-home a:hover {
  color: white !important;
}

/* line 1702, app/assets/stylesheets/home.scss */
.vendor-modal {
  text-align: left;
  margin: 0 80px 40px 80px;
}

@media (max-width: 767px) {
  /* line 1709, app/assets/stylesheets/home.scss */
  .vendor-modal {
    text-align: left;
    margin: 0 20px 40px 20px;
  }
}

/* line 1715, app/assets/stylesheets/home.scss */
#st-launcher-tab {
  display: none;
}

/* line 1719, app/assets/stylesheets/home.scss */
.ss-navbar-home {
  background: #1b1b1b;
  background: rgba(0, 0, 0, 0.2);
}

/* line 1725, app/assets/stylesheets/home.scss */
#browse-categories a {
  color: #ADADAD !important;
}

/* line 1729, app/assets/stylesheets/home.scss */
#browse-categories a:hover {
  color: white !important;
  text-decoration: underline;
}

/* line 1736, app/assets/stylesheets/home.scss */
.home-search-sample a {
  color: #ADADAD !important;
}

/* line 1740, app/assets/stylesheets/home.scss */
.home-search-sample a:hover {
  color: white !important;
  text-decoration: underline;
}

/* line 1748, app/assets/stylesheets/home.scss */
#home-header4 .navbar {
  margin-top: 20px;
}

/* line 1752, app/assets/stylesheets/home.scss */
#home-header4 .navbar-nav {
  float: right;
  position: relative;
  top: -5px;
}

/* line 1757, app/assets/stylesheets/home.scss */
#home-header4 .navbar-nav li {
  margin: 10px 5px;
}

/* line 1761, app/assets/stylesheets/home.scss */
#home-header4 .navbar-nav li a {
  padding: 10px 15px;
  font-weight: bold;
  font-size: 16px;
  color: #FFF;
  border-radius: 5px;
  transition: 200ms;
}

/* line 1770, app/assets/stylesheets/home.scss */
#home-header4 .navbar-nav li a:hover, #home-header4 .navbar-nav li a:active {
  background-color: rgba(255, 255, 255, 0.15);
  color: white;
}

/* line 1779, app/assets/stylesheets/home.scss */
#home-header4 .navbar-nav .dropdown-menu li {
  margin: 0;
}

/* line 1783, app/assets/stylesheets/home.scss */
#home-header4 .navbar-nav .dropdown-menu li a {
  color: #0060F9;
  padding: 3px 20px;
  white-space: nowrap;
  line-height: 1.428571429;
  font-weight: 400;
  font-size: 14px;
  border-radius: 0;
}

/* line 1792, app/assets/stylesheets/home.scss */
#home-header4 .navbar-nav .dropdown-menu li a:hover, #home-header4 .navbar-nav .dropdown-menu li a:active, #home-header4 .navbar-nav .dropdown-menu li a:focus {
  background-color: #0060F9;
  color: #FFF;
  border-radius: 0;
}

/* line 1802, app/assets/stylesheets/home.scss */
#home-header4 .navbar-nav .dropdown-toggle {
  color: #FFF;
}

/* line 1804, app/assets/stylesheets/home.scss */
#home-header4 .navbar-nav .dropdown-toggle:hover, #home-header4 .navbar-nav .dropdown-toggle:active, #home-header4 .navbar-nav .dropdown-toggle:focus {
  color: #0060F9;
}

/* line 1811, app/assets/stylesheets/home.scss */
#home-header4 .navbar-nav .btn-ss-gh-alt-home {
  transition: 200ms;
}

/* line 1814, app/assets/stylesheets/home.scss */
#home-header4 .navbar-nav .btn-ss-gh-alt-home:hover {
  background-color: #FFF;
}

/* line 1819, app/assets/stylesheets/home.scss */
#home-header4 .navbar-nav .btn-outline {
  border: 1px solid #FFF;
}

/* line 1824, app/assets/stylesheets/home.scss */
#home-header4 .navbar-toggle {
  background-color: transparent;
  border: 2px solid transparent;
}

/* line 1828, app/assets/stylesheets/home.scss */
#home-header4 .navbar-toggle:hover, #home-header4 .navbar-toggle:active {
  border: 2px solid #FFF;
}

/* line 1833, app/assets/stylesheets/home.scss */
#home-header4 .navbar-toggle .icon-bar {
  background-color: #FFF;
}

/* line 1838, app/assets/stylesheets/home.scss */
#home-header4 .hero {
  color: #FFF;
}

/* line 1841, app/assets/stylesheets/home.scss */
#home-header4 .hero .right {
  margin: 35px 0 0 0;
}

/* line 1845, app/assets/stylesheets/home.scss */
#home-header4 .hero .btn-orange {
  background-color: #FF7200;
  color: #FFF;
  border-radius: 5px;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 25px !important;
  box-shadow: 1px 1px 0px 0 #E45635;
  -webkit-box-shadow: 1px 1px 0px 0 #E45635;
  -moz-box-shadow: 1px 1px 0px 0 #E45635;
  transition: 200ms;
  outline: none !important;
}

/* line 1861, app/assets/stylesheets/home.scss */
#home-header4 .hero .btn-orange:hover {
  background-color: #FE933C;
}

/* line 1867, app/assets/stylesheets/home.scss */
#home-header4 .hero .left h1 {
  font-size: 36px;
  font-weight: 400;
}

/* line 1872, app/assets/stylesheets/home.scss */
#home-header4 .hero .left ul {
  padding-left: 5px;
  margin-bottom: 30px;
}

/* line 1877, app/assets/stylesheets/home.scss */
#home-header4 .hero .left ul li {
  font-size: 24px;
  font-weight: 400;
  list-style: none;
  line-height: 60px;
  display: inline-block;
  vertical-align: middle;
}

/* line 1885, app/assets/stylesheets/home.scss */
#home-header4 .hero .left ul li span {
  height: 40px;
  width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

/* line 1896, app/assets/stylesheets/home.scss */
#home-header4 .hero .left ul li #tools {
  background-image: url(../png/tool_home-dba392d0e32718a6a682febff078fb890aadb7a949af8800b1fc9fefcf8d9291.png);
}

/* line 1899, app/assets/stylesheets/home.scss */
#home-header4 .hero .left ul li #stackups {
  background-image: url(../png/stackup_home-1de30cbcbce2b4df067f7ee203bb8bae67b6e5f49f64386da205a87e39351e52.png);
}

/* line 1902, app/assets/stylesheets/home.scss */
#home-header4 .hero .left ul li #stacks {
  background-image: url(../png/stack_home-9fae6c9eb8ec132598b7ff34e678ab3cdf420f5de6d7ea0c8a1fb119461413ed.png);
}

/* line 1909, app/assets/stylesheets/home.scss */
#home-header4 .hero .right .hero-tool {
  background-color: #FFF;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 13px;
}

/* line 1916, app/assets/stylesheets/home.scss */
#home-header4 .hero .right .tool-logo {
  display: inline-block;
}

/* line 1918, app/assets/stylesheets/home.scss */
#home-header4 .hero .right .tool-logo img {
  margin: auto;
  width: 69px;
  height: 69px;
}

/* line 1925, app/assets/stylesheets/home.scss */
#home-header4 .hero .right .stack-name-cat {
  display: inline-block;
  color: #333;
  margin-right: 0px !important;
  padding-right: 0px !important;
  padding-left: 0px !important;
}

/* line 1933, app/assets/stylesheets/home.scss */
#home-header4 .hero .right .stack-stats {
  display: inline-block;
  text-align: center;
}

/* line 1937, app/assets/stylesheets/home.scss */
#home-header4 .hero .right .stack-stats .stat-amount {
  font-size: 24px;
  font-weight: 600;
  color: #0690FA;
}

/* line 1943, app/assets/stylesheets/home.scss */
#home-header4 .hero .right .stack-stats .stat-name {
  font-family: 'Roboto Slab', serif;
  font-size: 16px;
  font-weight: 300;
  color: #333;
  text-transform: capitalize;
}

/* line 1951, app/assets/stylesheets/home.scss */
#home-header4 .hero .right .stack-stats .group {
  margin-top: 5px;
}

/* line 1957, app/assets/stylesheets/home.scss */
#home-header4 .arrow-down {
  display: none;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
  scroll-behavior: smooth;
}

/* line 1967, app/assets/stylesheets/home.scss */
#home-header4 #scroll {
  position: relative;
  top: 90px;
  display: block;
}

/* line 1974, app/assets/stylesheets/home.scss */
.home-search {
  background-color: #F2F2F2;
}

@media (max-width: 767px) {
  /* line 1979, app/assets/stylesheets/home.scss */
  .news-digest-img {
    height: 70%;
    width: 70% !important;
    margin: auto;
  }
  /* line 1985, app/assets/stylesheets/home.scss */
  .trending-description {
    text-align: center;
  }
}

/* line 1990, app/assets/stylesheets/home.scss */
.tools {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* line 1995, app/assets/stylesheets/home.scss */
.tools .left img {
  display: block;
  width: 400px;
}

/* line 2000, app/assets/stylesheets/home.scss */
.tools .left h2 {
  font-size: 36px;
  color: #333;
  font-weight: 400;
}

/* line 2007, app/assets/stylesheets/home.scss */
.tools .left-lg.decisions-widget {
  border: 1px solid #e1e1e1;
  box-shadow: 2px 1px 7px 0 rgba(108, 108, 108, 0.1);
  border-radius: 4px;
  height: 437px;
  overflow: hidden;
  padding: 0;
}

@media (max-width: 991px) {
  /* line 2007, app/assets/stylesheets/home.scss */
  .tools .left-lg.decisions-widget {
    height: 100%;
    overflow: visible;
    margin: 100px 15px 0;
  }
}

/* line 2021, app/assets/stylesheets/home.scss */
.tools .left-lg.decisions-widget h2 {
  font-size: 36px;
  color: #333;
  font-weight: 400;
}

/* line 2030, app/assets/stylesheets/home.scss */
.tools .right h1 {
  font-size: 36px;
  color: #333;
  font-weight: 400;
  line-height: 125%;
}

/* line 2037, app/assets/stylesheets/home.scss */
.tools .right h2 {
  font-size: 36px;
  color: #333;
  font-weight: 400;
  line-height: 125%;
}

/* line 2044, app/assets/stylesheets/home.scss */
.tools .right ul {
  padding: 25px;
}

/* line 2048, app/assets/stylesheets/home.scss */
.tools .right ul li {
  font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
}

/* line 2055, app/assets/stylesheets/home.scss */
.tools .right .btn {
  background-color: #0690FA;
  color: #FFF;
  font-weight: 600;
  font-size: 18px;
  margin-left: 10px;
  padding: 10px 0;
  transition: 200ms;
}

/* line 2065, app/assets/stylesheets/home.scss */
.tools .right .btn:hover, .tools .right .btn:active {
  background-color: #0060F9;
}

@media (max-width: 991px) {
  /* line 2055, app/assets/stylesheets/home.scss */
  .tools .right .btn {
    margin-bottom: 30px;
  }
}

/* line 2076, app/assets/stylesheets/home.scss */
.stackups .home-title {
  color: #FFF !important;
  line-height: 125%;
}

/* line 2081, app/assets/stylesheets/home.scss */
.home-tile_stories, .home-tile_stacks {
  display: flex;
  justify-content: space-around;
}

@media (max-width: 600px) {
  /* line 2081, app/assets/stylesheets/home.scss */
  .home-tile_stories, .home-tile_stacks {
    display: block;
  }
}

@media (min-width: 992px) {
  /* line 2091, app/assets/stylesheets/home.scss */
  .home-tile_stacks.upper {
    padding-left: 0;
    padding-right: 30px;
  }
  /* line 2095, app/assets/stylesheets/home.scss */
  .home-tile_stacks.lower {
    padding-left: 30px;
    padding-right: 0;
  }
}

/* line 2102, app/assets/stylesheets/home.scss */
#tile-background {
  background-color: #0690FA;
  background-image: url(../svg/updated-blue-tile-pattern-0edfabe46fd94fb88747d603c3497443836b40576df3c654fc3d23b1527253bc.svg);
  background-repeat: no-repeat;
  background-position: bottom;
}

/* line 2109, app/assets/stylesheets/home.scss */
.stacks {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* line 2113, app/assets/stylesheets/home.scss */
.stacks h1 {
  font-size: 36px;
  color: #333;
  font-weight: 400;
}

/* line 2119, app/assets/stylesheets/home.scss */
.stacks ul {
  padding: 25px;
}

/* line 2123, app/assets/stylesheets/home.scss */
.stacks ul li {
  font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
  color: #333;
}

/* line 2131, app/assets/stylesheets/home.scss */
.stacks .btn {
  background-color: #0690FA;
  color: #FFF;
  font-weight: 600;
  font-size: 18px;
  margin-left: 0 0 20px 10px;
  padding: 10px 0;
  transition: 200ms;
}

/* line 2141, app/assets/stylesheets/home.scss */
.stacks .btn:hover, .stacks .btn:active {
  background-color: #0060F9;
  color: #FFF;
}

/* line 2149, app/assets/stylesheets/home.scss */
.stackups {
  padding: 50px 0;
}

/* line 2152, app/assets/stylesheets/home.scss */
.stackups .stackup-rows-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 328px;
  width: 100%;
}

/* line 2160, app/assets/stylesheets/home.scss */
.stackups .stackup-rows {
  height: 382px;
  width: 100%;
  overflow-y: scroll;
}

/* line 2164, app/assets/stylesheets/home.scss */
.stackups .stackup-rows::-webkit-scrollbar {
  width: 4px;
}

/* line 2167, app/assets/stylesheets/home.scss */
.stackups .stackup-rows::-webkit-scrollbar-thumb {
  background: #58b7ff;
  border-radius: 2.5px;
}

/* line 2171, app/assets/stylesheets/home.scss */
.stackups .stackup-rows a {
  display: block;
  margin-bottom: 12px;
}

/* line 2174, app/assets/stylesheets/home.scss */
.stackups .stackup-rows a:last-child {
  margin-bottom: 0;
}

/* line 2177, app/assets/stylesheets/home.scss */
.stackups .stackup-rows a img {
  width: 100%;
}

/* line 2185, app/assets/stylesheets/home.scss */
.stackups .right h1 {
  font-size: 36px;
  color: #FFF;
  font-weight: 400;
}

/* line 2191, app/assets/stylesheets/home.scss */
.stackups .right ul {
  padding: 25px;
}

/* line 2195, app/assets/stylesheets/home.scss */
.stackups .right ul li {
  font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
  color: #FFF;
}

/* line 2203, app/assets/stylesheets/home.scss */
.stackups .right .btn {
  background-color: #FFF;
  color: #0690FA;
  font-weight: 600;
  font-size: 18px;
  padding: 10px 0;
  transition: 200ms;
}

/* line 2212, app/assets/stylesheets/home.scss */
.stackups .right .btn:hover, .stackups .right .btn:active {
  background-color: #F2F2F2;
}

/* line 2220, app/assets/stylesheets/home.scss */
.feature-your-stack {
  background-color: #F2F2F2;
  color: #0690FA;
  padding: 25px;
  text-align: center;
}

/* line 2226, app/assets/stylesheets/home.scss */
.feature-your-stack h2 {
  display: inline-block;
  color: inherit;
  font-size: 24px;
  font-weight: 400;
}

/* line 2233, app/assets/stylesheets/home.scss */
.feature-your-stack #vendor-ppc-button {
  display: inline-block;
  color: #FFF;
}

/* line 2238, app/assets/stylesheets/home.scss */
.feature-your-stack a {
  display: inline-block;
  background-color: #0690FA;
  color: #FFF;
  font-weight: 600;
  font-size: 18px;
  margin-left: 10px;
  padding: 10px 30px;
  transition: 200ms;
}

/* line 2249, app/assets/stylesheets/home.scss */
.feature-your-stack a:hover, .feature-your-stack a:active {
  background-color: #0060F9;
  color: #FFF;
}

/* line 2257, app/assets/stylesheets/home.scss */
#fixed-header {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  padding: 20px 0 10px 0;
  background-color: #F2F2F2;
  color: #FFF;
  z-index: 1000;
}

/* line 2267, app/assets/stylesheets/home.scss */
#fixed-header .btn-orange {
  display: inline-block;
  background-color: #FF7200;
  color: #FFF;
  border-radius: 5px;
  font-weight: 600;
  font-size: 16px;
  padding: 11px 0;
  box-shadow: 1px 1px 3px 0 #E45635;
  box-shadow: inset 0 -2px 1px 0 #FFC48C;
  transition: 200ms;
  outline: none;
}

/* line 2286, app/assets/stylesheets/home.scss */
#fixed-header .btn-orange:hover {
  background-color: #FE933C;
}

/* line 2291, app/assets/stylesheets/home.scss */
#fixed-header .form-group {
  margin-left: 0;
}

/* line 2297, app/assets/stylesheets/home.scss */
.cloned {
  padding: 15px 0 0 0 !important;
}

/* line 2301, app/assets/stylesheets/home.scss */
.cloned .hidden-search-btn {
  display: none;
  background-color: #FF7200;
  color: #FFF !important;
  border-radius: 5px;
  font-weight: 600;
  font-size: 16px;
  padding: 14px 10px;
  transition: 200ms;
}

/* line 2312, app/assets/stylesheets/home.scss */
.cloned .hidden-search-btn:hover {
  background-color: #FE933C;
}

/* line 2316, app/assets/stylesheets/home.scss */
.cloned .octicon {
  top: 18px !important;
}

@media (min-width: 992px) {
  /* line 2322, app/assets/stylesheets/home.scss */
  #home-header4
.hero {
    padding-top: 30px !important;
    padding-bottom: 40px !important;
  }
  /* line 2327, app/assets/stylesheets/home.scss */
  #home-header4
.hero .right {
    height: auto;
  }
  /* line 2330, app/assets/stylesheets/home.scss */
  #home-header4
.hero .right .tool-logo img {
    margin: 5px auto;
  }
  /* line 2334, app/assets/stylesheets/home.scss */
  #home-header4
.hero .right .stack-name {
    font-weight: 600;
    font-size: 22px;
    margin-top: 10px;
    margin-left: 10px;
  }
  /* line 2341, app/assets/stylesheets/home.scss */
  #home-header4
.hero .right .stack-category {
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    font-size: 14px;
    color: grey;
    text-transform: capitalize;
    word-wrap: break-word;
    margin-top: 5px;
    margin-left: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 2357, app/assets/stylesheets/home.scss */
  .home-title {
    font-size: 38px !important;
  }
  /* line 2359, app/assets/stylesheets/home.scss */
  #home-header4 {
    margin-bottom: 30px;
  }
  /* line 2363, app/assets/stylesheets/home.scss */
  #home-header4 .hero .right {
    height: auto;
    text-align: center;
  }
  /* line 2367, app/assets/stylesheets/home.scss */
  #home-header4 .hero .right .tool-logo img {
    margin: 5px auto;
  }
  /* line 2371, app/assets/stylesheets/home.scss */
  #home-header4 .hero .right .stack-name {
    font-weight: 600;
    font-size: 22px;
    margin-top: 5px;
  }
  /* line 2377, app/assets/stylesheets/home.scss */
  #home-header4 .hero .right .stack-category {
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    font-size: 14px;
    color: grey;
    text-transform: capitalize;
    word-wrap: break-word;
    margin-top: 5px;
  }
}

@media (max-width: 767px) {
  /* line 2392, app/assets/stylesheets/home.scss */
  .home-title {
    font-size: 25px !important;
  }
  /* line 2394, app/assets/stylesheets/home.scss */
  #home-header4 {
    margin-bottom: 30px;
  }
  /* line 2398, app/assets/stylesheets/home.scss */
  #home-header4 .hero .right {
    height: auto;
    text-align: center;
  }
  /* line 2402, app/assets/stylesheets/home.scss */
  #home-header4 .hero .right .tool-logo img {
    margin: 5px auto;
  }
  /* line 2406, app/assets/stylesheets/home.scss */
  #home-header4 .hero .right .stack-name {
    font-weight: 600;
    font-size: 22px;
    margin-top: 5px;
  }
  /* line 2412, app/assets/stylesheets/home.scss */
  #home-header4 .hero .right .stack-category {
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    font-size: 14px;
    color: grey;
    text-transform: capitalize;
    word-wrap: break-word;
    margin-top: 5px;
  }
}

@media (max-width: 992px) {
  /* line 2428, app/assets/stylesheets/home.scss */
  .cloned {
    display: none !important;
  }
  /* line 2432, app/assets/stylesheets/home.scss */
  .arrowdown {
    display: none;
  }
  /* line 2436, app/assets/stylesheets/home.scss */
  #home-header4 {
    margin-bottom: 30px;
  }
  /* line 2440, app/assets/stylesheets/home.scss */
  #home-header4 .hero .right {
    height: auto;
    text-align: center;
  }
  /* line 2444, app/assets/stylesheets/home.scss */
  #home-header4 .hero .right .tool-logo img {
    margin: 5px auto;
  }
  /* line 2451, app/assets/stylesheets/home.scss */
  #home-header4 .hero .left h1 {
    text-align: center;
  }
  /* line 2454, app/assets/stylesheets/home.scss */
  #home-header4 .hero .left ul {
    display: none;
  }
  /* line 2458, app/assets/stylesheets/home.scss */
  #home-header4 .hero .left button {
    margin-bottom: 10px;
  }
  /* line 2466, app/assets/stylesheets/home.scss */
  .tools .right .btn {
    margin-left: 0;
  }
  /* line 2471, app/assets/stylesheets/home.scss */
  .stacks .btn {
    margin: 0 0 30px 0;
  }
}

/* line 2477, app/assets/stylesheets/home.scss */
.home-title {
  font-weight: 600 !important;
  line-height: 125%;
}

/* line 2482, app/assets/stylesheets/home.scss */
.truncate-trending-tools {
  color: grey;
  line-height: 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  margin-right: 10px;
}

/* line 2494, app/assets/stylesheets/home.scss */
.branding-container {
  margin: 70px auto 150px auto;
}

/* line 2500, app/assets/stylesheets/home.scss */
.branding .landing-stack-name {
  margin: 5px 0 20px 0;
}

/* line 2504, app/assets/stylesheets/home.scss */
.branding #download {
  border-radius: 100px;
  border: 1px solid #0690FA;
  color: #0690FA;
  padding: 10px 15px;
  font-weight: 600;
  margin: 0 auto;
  text-align: center;
  display: block;
  width: 125px;
  margin-bottom: 25px;
}

/* line 2517, app/assets/stylesheets/home.scss */
.branding #download:hover {
  background: #0690fa;
  border: 1px solid #0690FA;
  color: #FFF;
}

/* line 2523, app/assets/stylesheets/home.scss */
.branding .cent {
  text-align: center;
  margin: 0 auto;
}

/* line 2527, app/assets/stylesheets/home.scss */
.branding .cent img {
  max-width: 203px;
}

/* line 2530, app/assets/stylesheets/home.scss */
.branding .white {
  background: #fff;
  line-height: 250px;
  text-align: center;
}

/* line 2535, app/assets/stylesheets/home.scss */
.branding .blue {
  background: #0690FA;
  line-height: 250px;
  text-align: center;
}

/* line 2540, app/assets/stylesheets/home.scss */
.branding .black {
  background: #000;
  line-height: 250px;
  text-align: center;
}

/* line 2545, app/assets/stylesheets/home.scss */
.branding .col-md-3 {
  background: #FFF;
  border: 1px solid #ebebeb;
  border-radius: 5px;
}

/* line 2550, app/assets/stylesheets/home.scss */
.branding h2 {
  font-size: 32px !important;
  font-weight: 300 !important;
  text-align: center;
  margin: 50px 0 20px 0;
}

/* line 2556, app/assets/stylesheets/home.scss */
.branding .row {
  margin-bottom: 50px;
}

/* line 2559, app/assets/stylesheets/home.scss */
.branding .r2 img {
  max-width: 67px !important;
  margin: 0 auto;
  text-align: center;
}

/* line 2564, app/assets/stylesheets/home.scss */
.branding .row h3 {
  margin: 0 0 20px 0;
  font-size: 16px;
  opacity: .5;
}

/* line 2569, app/assets/stylesheets/home.scss */
.branding .c1 {
  padding: 15px;
}

/* line 2572, app/assets/stylesheets/home.scss */
.branding .c2 {
  padding: 15px;
  background: #000;
}

/* line 2576, app/assets/stylesheets/home.scss */
.branding .c3 {
  padding: 10px;
  background: #0690FA;
}

/* line 2580, app/assets/stylesheets/home.scss */
.branding .blu {
  background: #0690FA;
  padding: 10px;
  border-radius: 3px;
  color: #FFF;
  text-align: center;
}

/* line 2587, app/assets/stylesheets/home.scss */
.branding .lb {
  background: #f5f8fa;
  padding: 10px;
  border-radius: 3px;
  text-align: center;
}

/* line 2593, app/assets/stylesheets/home.scss */
.branding .bla {
  background: #1a1a1a;
  padding: 10px;
  border-radius: 3px;
  color: #FFF;
  text-align: center;
}

/* line 2600, app/assets/stylesheets/home.scss */
.branding .blu {
  background: #0690FA;
  padding: 10px;
  border-radius: 5px;
}

/* line 2605, app/assets/stylesheets/home.scss */
.branding .whi {
  background: #FFF;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
}

/* line 2611, app/assets/stylesheets/home.scss */
.branding .cha {
  background: #333;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  color: #FFF;
}

/* line 2618, app/assets/stylesheets/home.scss */
.branding .gry {
  background: #CCC;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  color: #FFF;
}

/* line 2627, app/assets/stylesheets/home.scss */
.what-is-ss {
  padding: 60px;
  font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans !important;
  color: grey;
}

/* line 2631, app/assets/stylesheets/home.scss */
.what-is-ss .section-title-2 {
  font-size: 15px;
  margin-bottom: 25px;
}

/* line 2637, app/assets/stylesheets/home.scss */
#press {
  padding-bottom: 20px;
}

/* line 2, app/assets/stylesheets/invite-customers.scss */
.select-company-ajax .select2-container {
  display: block;
}

/* line 7, app/assets/stylesheets/invite-customers.scss */
.select2-drop-active {
  z-index: 9999999999 !important;
}

/* line 11, app/assets/stylesheets/invite-customers.scss */
.customer-pending {
  background-color: #F7F797 !important;
}

/* line 15, app/assets/stylesheets/invite-customers.scss */
.customer-not-listed {
  background-color: #FFB0B0 !important;
}

/* line 19, app/assets/stylesheets/invite-customers.scss */
.table-hover > tbody > tr:hover > td, .company-customers-list .table-hover > tbody > tr:hover > th {
  background-color: inherit;
}

/* line 23, app/assets/stylesheets/invite-customers.scss */
.company-customers-list a, .company-customers-list a:visited {
  color: #0690fa;
}

/* line 1, app/assets/stylesheets/magnify.css */
.magnify {
  position: relative;
}

/*Lets create the magnifying glass*/
/* line 6, app/assets/stylesheets/magnify.css */
.large {
  width: 225px;
  height: 225px;
  position: absolute;
  border-radius: 100%;
  /*Multiple box shadows to achieve the glass effect*/
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
  /*hide the glass by default*/
  display: none;
}

/*To solve overlap bug at the edges during magnification. */
/* line 21, app/assets/stylesheets/magnify.css */
.small {
  display: block;
}

/* line 6, app/assets/stylesheets/posts.scss */
.post-container p {
  font-size: 16px;
  line-height: 27px;
}

/* line 11, app/assets/stylesheets/posts.scss */
.post-container p a {
  color: #0690fa;
}

/* line 15, app/assets/stylesheets/posts.scss */
.post-container h1 a {
  color: #0690fa;
}

/* line 19, app/assets/stylesheets/posts.scss */
.post-container h1 a:hover {
  text-decoration: underline;
}

/* line 23, app/assets/stylesheets/posts.scss */
.post-container p a:hover {
  text-decoration: underline;
}

/* line 27, app/assets/stylesheets/posts.scss */
.post-container h3 {
  font-size: 20px;
}

/* line 31, app/assets/stylesheets/posts.scss */
.post-container li {
  font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans !important;
  font-size: 16px;
  line-height: 27px;
}

/* line 37, app/assets/stylesheets/posts.scss */
.post-container li a {
  color: #0690fa;
}

/* line 41, app/assets/stylesheets/posts.scss */
.post-container li a:hover {
  text-decoration: underline;
}

/* line 45, app/assets/stylesheets/posts.scss */
.post-container li.post-li {
  font-size: 17px;
  line-height: 27px;
  font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans !important;
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 55, app/assets/stylesheets/posts.scss */
  .post-container img.lg-img {
    max-width: 575px !important;
  }
}

@media (min-width: 992px) {
  /* line 63, app/assets/stylesheets/posts.scss */
  .post-container {
    padding: 40px 0 150px 0;
    margin: 0px 15px;
  }
  /* line 67, app/assets/stylesheets/posts.scss */
  .post-container img {
    max-width: 685px;
  }
  /* line 71, app/assets/stylesheets/posts.scss */
  .post-container img.lg-img {
    max-width: 935px !important;
  }
  /* line 75, app/assets/stylesheets/posts.scss */
  .post-container iframe.lg-fr {
    width: 460px;
    height: 530px;
  }
  /* line 80, app/assets/stylesheets/posts.scss */
  .post-container img.rsp-img {
    max-width: 575px !important;
  }
  /* line 84, app/assets/stylesheets/posts.scss */
  .post-container .lg-img-2 {
    max-width: 635px !important;
  }
  /* line 88, app/assets/stylesheets/posts.scss */
  .post-container .img-fix {
    max-width: 350px;
  }
  /* line 92, app/assets/stylesheets/posts.scss */
  #post-header {
    min-height: 370px;
    display: flex;
  }
  /* line 96, app/assets/stylesheets/posts.scss */
  #post-head {
    display: flex;
    height: 309px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 103, app/assets/stylesheets/posts.scss */
  .post-container {
    padding: 40px 0 150px 0;
    margin: 0px 15px;
  }
  /* line 107, app/assets/stylesheets/posts.scss */
  .post-container img {
    max-width: 570px;
  }
  /* line 112, app/assets/stylesheets/posts.scss */
  #post-head {
    display: flex;
    height: 309px;
  }
}

@media (max-width: 767px) {
  /* line 119, app/assets/stylesheets/posts.scss */
  .post-container {
    padding: 40px 15px 150px 15px;
  }
  /* line 122, app/assets/stylesheets/posts.scss */
  .post-container img {
    max-width: 100%;
  }
  /* line 126, app/assets/stylesheets/posts.scss */
  .post-container .img-fix {
    max-width: 220px;
  }
  /* line 131, app/assets/stylesheets/posts.scss */
  #post-head {
    display: auto;
    height: auto;
  }
}

/* line 136, app/assets/stylesheets/posts.scss */
.published {
  font-size: 12px !important;
  color: grey;
  text-align: center;
  margin-top: 35px;
}

/* line 143, app/assets/stylesheets/posts.scss */
.editors-note {
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
}

/* line 148, app/assets/stylesheets/posts.scss */
.editors-note p {
  font-size: 16px;
  line-height: 27px;
  margin-top: 30px;
  text-align: center;
}

/* line 155, app/assets/stylesheets/posts.scss */
.editors-note a {
  color: #0690fa;
}

/* line 159, app/assets/stylesheets/posts.scss */
.editors-note a:hover {
  text-decoration: underline;
}

/* line 164, app/assets/stylesheets/posts.scss */
.stack-function-tag {
  background-color: #707070 !important;
  border-radius: 3px !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  padding-bottom: 2px !important;
  padding-top: 2px !important;
  color: white !important;
  font-size: 10pt !important;
  white-space: nowrap;
  line-height: 27px;
}

/* line 177, app/assets/stylesheets/posts.scss */
.stack-function {
  border: none;
  padding: 5px 15px 15px 15px;
  border-radius: 8px;
  max-width: 823px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  background-color: #333 !important;
}

/* line 188, app/assets/stylesheets/posts.scss */
.stack-function-title {
  color: white !important;
  font-weight: 400 !important;
  font-size: 11pt;
  margin-bottom: 3px;
  margin-top: 10px;
}

/* line 196, app/assets/stylesheets/posts.scss */
.giveMeEllipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 35;
  /* number of lines to show */
  line-height: 20px;
  /* fallback */
  max-height: 700px;
  /* fallback */
}

/* line 207, app/assets/stylesheets/posts.scss */
.blog-home ul {
  list-style: none;
  margin-left: 0px;
}

/* line 212, app/assets/stylesheets/posts.scss */
.blog-home li {
  border-bottom: 1px solid #ebebeb;
}

/* line 217, app/assets/stylesheets/posts.scss */
.see-samples-w {
  margin-top: -11px;
  margin-left: 291px;
  font-size: 7pt;
  float: right;
  margin-right: 43px;
}

/* line 225, app/assets/stylesheets/posts.scss */
a.see-samples-w {
  color: #C6C6C6 !important;
}

/* line 229, app/assets/stylesheets/posts.scss */
a.see-samples-w:hover {
  color: #0690fa !important;
}

/* line 233, app/assets/stylesheets/posts.scss */
.post-services-list {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #ECECEC;
  border-radius: 5px;
  background: #fff;
  z-index: 1;
  margin: 10px 10px 27px 10px;
}

/* line 246, app/assets/stylesheets/posts.scss */
.post-services-bundle {
  width: 93px;
  height: 93px;
  border-radius: 6px;
  border: 1px solid #d7d7d7;
  background: #fff;
  z-index: 1;
}

/* line 256, app/assets/stylesheets/posts.scss */
#services-bundle {
  margin-top: 40px;
}

/* line 258, app/assets/stylesheets/posts.scss */
#services-bundle ul {
  list-style: none;
  text-align: center;
  margin-left: 0px;
  padding-left: 0;
}

/* line 265, app/assets/stylesheets/posts.scss */
#services-bundle li {
  display: inline;
}

/* line 269, app/assets/stylesheets/posts.scss */
#services-bundle li:after {
  content: "+";
  font-size: 39pt;
  color: #d7d7d7;
  vertical-align: middle;
  padding-left: 15px;
  padding-right: 10px;
  font-weight: 400;
}

/* line 279, app/assets/stylesheets/posts.scss */
#services-bundle li:last-child:after {
  content: none;
}

/* line 283, app/assets/stylesheets/posts.scss */
#services-bundle .hint--top:before, #services-bundle .hint--top:after {
  bottom: 90%;
}

/* line 288, app/assets/stylesheets/posts.scss */
#services-stackup {
  margin-top: 40px;
}

/* line 290, app/assets/stylesheets/posts.scss */
#services-stackup ul {
  list-style: none;
  text-align: center;
  margin-left: 0px;
  padding-left: 0;
}

/* line 297, app/assets/stylesheets/posts.scss */
#services-stackup li {
  display: inline;
}

/* line 301, app/assets/stylesheets/posts.scss */
#services-stackup li:after {
  content: "vs";
  font-size: 30pt;
  color: #d7d7d7;
  vertical-align: middle;
  padding-left: 15px;
  padding-right: 10px;
  font-weight: 400;
}

/* line 311, app/assets/stylesheets/posts.scss */
#services-stackup li:last-child:after {
  content: none;
}

/* line 315, app/assets/stylesheets/posts.scss */
#services-stackup .hint--top:before, #services-stackup .hint--top:after {
  bottom: 90%;
}

/* line 320, app/assets/stylesheets/posts.scss */
.post-cs-logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 326, app/assets/stylesheets/posts.scss */
.post-service-name-under {
  color: #d7d7d7;
}

/* line 329, app/assets/stylesheets/posts.scss */
.post-service-name-under a:hover {
  color: white;
  background-color: #333;
}

/* line 334, app/assets/stylesheets/posts.scss */
.post-service-name-under a:visited {
  color: #ebebeb;
}

/* line 339, app/assets/stylesheets/posts.scss */
#post-cloud-stack {
  margin-top: 50px;
}

/* line 343, app/assets/stylesheets/posts.scss */
.cloudstack-grid-solo {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  float: none;
  margin-bottom: 5px;
  padding: 20px 0 15px 0px;
}

/* line 352, app/assets/stylesheets/posts.scss */
.cloudstack-grid-multi {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  float: none;
  margin-bottom: 5px;
  padding: 20px 0 30px 15px;
}

/* line 361, app/assets/stylesheets/posts.scss */
#post-cloud-stack .cloudstack-grid-solo a.hint.hint--top:hover {
  background-color: #333;
}

/* line 365, app/assets/stylesheets/posts.scss */
#post-cloud-stack .cloudstack-grid-multi a.hint.hint--top:hover {
  background-color: #333;
}

/* line 369, app/assets/stylesheets/posts.scss */
.custom-pagination {
  height: 40px;
  margin: 20px 0;
}

/* line 373, app/assets/stylesheets/posts.scss */
.custom-pagination span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 374, app/assets/stylesheets/posts.scss */
.custom-pagination span > a, span.page.current {
  font-size: 11pt;
  float: left;
  padding: 0 14px;
  line-height: 38px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}

/* line 375, app/assets/stylesheets/posts.scss */
span.page.current {
  color: grey;
}

/* line 376, app/assets/stylesheets/posts.scss */
.custom-pagination span > a:hover, .custom-pagination span > .active > a, .custom-pagination span > .active > span {
  background-color: #fff;
}

/* line 377, app/assets/stylesheets/posts.scss */
.custom-pagination span > .active > a, .custom-pagination span > .active > span {
  color: #999999;
  cursor: defaspant;
}

/* line 378, app/assets/stylesheets/posts.scss */
.custom-pagination span > .disabled > span, .custom-pagination span > .disabled > a, .custom-pagination span > .disabled > a:hover {
  color: #fff;
  background-color: transparent;
  cursor: defaspant;
}

/* line 379, app/assets/stylesheets/posts.scss */
.custom-pagination span:first-child > a, .custom-pagination span:first-child > span {
  border-left-width: 1px;
  border-radius: 3px 0 0 3px;
}

/* line 380, app/assets/stylesheets/posts.scss */
.custom-pagination span:last-child > a, .custom-pagination span:last-child > span {
  border-radius: 0 3px 3px 0;
}

/* line 381, app/assets/stylesheets/posts.scss */
.custom-pagination-centered {
  text-align: center;
}

/* line 382, app/assets/stylesheets/posts.scss */
.custom-pagination-right {
  text-align: right;
}

/* line 384, app/assets/stylesheets/posts.scss */
.search-results-display-name-big {
  margin-bottom: 0px !important;
}

/* line 388, app/assets/stylesheets/posts.scss */
.search-results-item-title {
  font-weight: 500 !important;
}

/* line 392, app/assets/stylesheets/posts.scss */
.td-content {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  width: 755px !important;
}

/* line 398, app/assets/stylesheets/posts.scss */
.search-results-display-name-big {
  font-weight: bold;
  color: #333;
  font-size: 20pt;
  margin-bottom: 20px;
  margin-bottom: 5px !important;
}

/* line 406, app/assets/stylesheets/posts.scss */
.search-results-display-name a {
  font-weight: bold;
  color: #333;
  font-size: 14pt;
  margin-top: 20px;
}

/* line 413, app/assets/stylesheets/posts.scss */
.search-results-display-name-big a {
  font-weight: bold;
  color: #333;
  font-size: 20pt;
  margin-top: 20px;
  margin-bottom: 5px;
}

/* line 421, app/assets/stylesheets/posts.scss */
.search-results-display-name a:hover {
  text-decoration: none;
  color: #0690fa;
}

/* line 426, app/assets/stylesheets/posts.scss */
.search-results-display-name-big a:hover {
  text-decoration: none;
  color: #0690fa;
}

/* line 433, app/assets/stylesheets/posts.scss */
.banner-link a {
  font-weight: bold;
  color: white !important;
  background-color: #0690fa !important;
}

/* line 439, app/assets/stylesheets/posts.scss */
.banner-link a:hover {
  text-decoration: underline;
}

/* line 444, app/assets/stylesheets/posts.scss */
.pagination {
  font-size: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  height: auto;
  margin: 0;
}

/* line 452, app/assets/stylesheets/posts.scss */
.pagination .page, .pagination .first, .pagination .prev, .pagination .last {
  height: 40px;
}

@media (max-width: 420px) {
  /* line 444, app/assets/stylesheets/posts.scss */
  .pagination {
    font-size: 14px;
  }
  /* line 459, app/assets/stylesheets/posts.scss */
  .pagination span.page.current {
    height: 32px;
    line-height: 30px;
  }
}

@media (max-width: 350px) {
  /* line 444, app/assets/stylesheets/posts.scss */
  .pagination {
    font-size: 10px;
    margin: 10px 0;
  }
  /* line 469, app/assets/stylesheets/posts.scss */
  .pagination span.page.current {
    height: 27px;
    line-height: 24px;
  }
}

/* line 475, app/assets/stylesheets/posts.scss */
.pagination a, .pagination a:visited {
  padding: 5px 10px 6px 15px;
  border: 1px solid #ebebeb;
  color: #aeaeae;
}

/* line 481, app/assets/stylesheets/posts.scss */
.pagination a:hover {
  color: #0690fa;
}

/* line 485, app/assets/stylesheets/posts.scss */
.pagination span.page.current {
  font-style: normal;
  font-weight: bold;
  border-left-width: 1px;
  margin-top: -6px;
}

/* line 492, app/assets/stylesheets/posts.scss */
.pagination .disabled {
  color: #ebebeb;
}

/* line 496, app/assets/stylesheets/posts.scss */
.pagination .previous_page {
  border-left: 0px solid #ebebeb;
}

/* line 500, app/assets/stylesheets/posts.scss */
.pagination .gap {
  display: none;
}

/* line 505, app/assets/stylesheets/posts.scss */
.blog-section-link {
  width: 197px;
  font-size: 12px;
}

/* line 509, app/assets/stylesheets/posts.scss */
.blog-section-link a {
  border: 1px solid grey !important;
  display: block;
  margin: 0;
  background-color: #fff !important;
  color: grey !important;
  text-align: center;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 4px;
}

/* line 523, app/assets/stylesheets/posts.scss */
.blog-section-link a:hover {
  background-color: #000 !important;
  border: 1px solid #000 !important;
  color: white !important;
  padding: 4px;
}

/* line 531, app/assets/stylesheets/posts.scss */
.post-sub-section {
  font-size: 20px;
  color: #bbbbbb;
  font-weight: 600;
  text-transform: uppercase;
  margin: 35px 0;
}

/* line 539, app/assets/stylesheets/posts.scss */
.post-section {
  font-size: 20px;
  color: #333;
  font-weight: 600;
  text-transform: uppercase;
  margin: 45px 0;
}

/* line 547, app/assets/stylesheets/posts.scss */
.post-titles {
  font-size: 20px;
  color: #333;
  font-weight: 600;
  margin: 25px 0;
}

/* line 555, app/assets/stylesheets/posts.scss */
.new-featured-post a:hover {
  color: #0690fa;
  font-weight: bold;
}

/* line 560, app/assets/stylesheets/posts.scss */
.new-featured-post a:visited, .new-featured-post a {
  color: black;
  font-weight: bold;
}

/* line 566, app/assets/stylesheets/posts.scss */
.post-sidebar-container {
  margin: 30px 0 10px;
}

/* line 567, app/assets/stylesheets/posts.scss */
.post-sidebar-container:hover {
  color: #0690fa;
}

/* line 568, app/assets/stylesheets/posts.scss */
.post-sidebar-container .img {
  height: 73px;
  width: 73px;
  background: url("https://placehold.it/78x78") no-repeat center center;
  background-size: cover;
}

/* line 569, app/assets/stylesheets/posts.scss */
.post-sidebar-container h4 {
  margin: 0;
  color: inherit;
  text-align: left;
  font-size: 13px;
  line-height: 1.4;
}

/* line 570, app/assets/stylesheets/posts.scss */
.newsletter-sidebar-container {
  padding: 20px 20px;
  color: #333;
  background: #f9f9f9;
  border-radius: 4px;
}

/* line 571, app/assets/stylesheets/posts.scss */
.newsletter-sidebar-container small {
  font-size: 12px;
}

/* line 572, app/assets/stylesheets/posts.scss */
.newsletter-sidebar-container .cta {
  padding-left: 25px;
  padding-right: 25px;
  letter-spacing: 2px;
}

/* line 5, app/assets/stylesheets/reviews.scss */
#review {
  padding: 20px 0;
  margin-bottom: 10px;
  margin-left: 5px;
}

/* line 11, app/assets/stylesheets/reviews.scss */
#reviews-container, #stack-description-container {
  padding: 0px 0px 10px 0px;
}

/* line 13, app/assets/stylesheets/reviews.scss */
#reviews-container .col-md-3, #stack-description-container .col-md-3 {
  padding-right: 10px;
}

/* line 19, app/assets/stylesheets/reviews.scss */
#reviews-container ul {
  list-style: none;
  padding: 0;
}

/* line 23, app/assets/stylesheets/reviews.scss */
#reviews-container li {
  border-bottom: 1px solid #EAEAEA;
}

/* line 26, app/assets/stylesheets/reviews.scss */
#reviews-container li:last-child {
  border-bottom: none;
}

@media (max-width: 767px) {
  /* line 32, app/assets/stylesheets/reviews.scss */
  #reviews-container, #stack-description-container {
    padding: 0px 15px;
  }
}

/* line 37, app/assets/stylesheets/reviews.scss */
.reviews-section-title {
  font-size: 12pt;
  color: grey;
  font: bold;
  margin-bottom: 10px;
  margin-top: 20px;
}

/* line 45, app/assets/stylesheets/reviews.scss */
.review-title {
  font-weight: bold;
  font-size: 19px;
  margin-top: 18px;
  margin-bottom: 8px;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 53, app/assets/stylesheets/reviews.scss */
  .review-title {
    font-weight: bold;
    font-size: 18px;
    margin-top: 18px;
    margin-bottom: 8px;
  }
}

@media (max-width: 767px) {
  /* line 62, app/assets/stylesheets/reviews.scss */
  .review-title {
    font-weight: bold;
    font-size: 14px;
    margin-top: 18px;
    margin-bottom: 8px;
  }
}

/* line 70, app/assets/stylesheets/reviews.scss */
#review-content {
  margin-top: 8px;
  padding-left: 0;
}

/* line 74, app/assets/stylesheets/reviews.scss */
#review-content img {
  max-width: 468px;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 80, app/assets/stylesheets/reviews.scss */
  #review-content {
    padding-left: 40px;
    margin-top: 0px;
  }
  /* line 84, app/assets/stylesheets/reviews.scss */
  #review-content img {
    max-width: 422px;
  }
}

@media (max-width: 767px) {
  /* line 91, app/assets/stylesheets/reviews.scss */
  #review-content {
    padding-left: 50px;
    margin-top: 0px;
  }
  /* line 95, app/assets/stylesheets/reviews.scss */
  #review-content img {
    max-width: 152px;
  }
}

/* line 101, app/assets/stylesheets/reviews.scss */
.review-content p {
  font-size: 14px;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 106, app/assets/stylesheets/reviews.scss */
  .review-content p {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  /* line 112, app/assets/stylesheets/reviews.scss */
  .review-content p {
    font-size: 12px;
  }
}

/* line 117, app/assets/stylesheets/reviews.scss */
#review-author a:hover {
  color: #0088cc;
}

/* line 121, app/assets/stylesheets/reviews.scss */
#review-author {
  padding-left: 35px;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 126, app/assets/stylesheets/reviews.scss */
  #review-author {
    padding-left: 35px;
  }
}

@media (max-width: 767px) {
  /* line 132, app/assets/stylesheets/reviews.scss */
  #review-author {
    padding-left: 15px;
  }
}

/* line 137, app/assets/stylesheets/reviews.scss */
.review-author-img {
  position: relative;
  z-index: 5;
  display: block;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid #E6E6E6;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 153, app/assets/stylesheets/reviews.scss */
  .review-author-img {
    position: relative;
    z-index: 5;
    display: block;
    width: 63px;
    height: 63px;
    background-color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid #E6E6E6;
  }
}

@media (max-width: 767px) {
  /* line 169, app/assets/stylesheets/reviews.scss */
  .review-author-img {
    position: relative;
    z-index: 5;
    display: block;
    width: 45px;
    height: 45px;
    background-color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid #E6E6E6;
  }
}

/* line 184, app/assets/stylesheets/reviews.scss */
.stack-desc-author {
  width: 35px;
  height: 35px;
  border-radius: 3px;
  z-index: 6;
  background-color: #fff;
  border: 1px solid #E6E6E6;
  position: relative;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 195, app/assets/stylesheets/reviews.scss */
  .stack-desc-author {
    width: 30px;
    height: 30px;
    border-radius: 3px;
    z-index: 6;
    background-color: #fff;
    border: 1px solid #E6E6E6;
    position: relative;
  }
}

@media (max-width: 767px) {
  /* line 207, app/assets/stylesheets/reviews.scss */
  .stack-desc-author {
    width: 25px;
    height: 25px;
    border-radius: 3px;
    z-index: 6;
    background-color: #fff;
    border: 1px solid #E6E6E6;
    position: relative;
  }
}

/* line 218, app/assets/stylesheets/reviews.scss */
.stack-desc-icon {
  border: 1px solid #ebebeb;
  padding: 4px;
  border-radius: 3px;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 225, app/assets/stylesheets/reviews.scss */
  .stack-desc-icon {
    border: 1px solid #ebebeb;
    padding: 4px;
    border-radius: 3px;
  }
}

@media (max-width: 767px) {
  /* line 233, app/assets/stylesheets/reviews.scss */
  .stack-desc-icon {
    border: 1px solid #ebebeb;
    padding: 4px;
    border-radius: 3px;
    width: 27px;
    height: 25px;
  }
}

/* line 242, app/assets/stylesheets/reviews.scss */
.review-author-gh {
  z-index: 0;
  position: relative;
  top: -21px;
  left: -5px !important;
  border: 0px solid #fff;
  border-radius: 5px;
}

/* line 250, app/assets/stylesheets/reviews.scss */
.review-author-gh img {
  width: 15px;
  height: 15px;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 257, app/assets/stylesheets/reviews.scss */
  .review-author-gh {
    z-index: 6;
    position: relative;
    top: -23px;
    left: 42px;
  }
  /* line 263, app/assets/stylesheets/reviews.scss */
  .review-author-gh img {
    width: 15px;
    height: 15px;
  }
}

@media (max-width: 767px) {
  /* line 271, app/assets/stylesheets/reviews.scss */
  .review-author-gh {
    z-index: 6;
    position: relative;
    top: -19px;
    left: 31px;
  }
  /* line 276, app/assets/stylesheets/reviews.scss */
  .review-author-gh img {
    width: 10px;
    height: 10px;
  }
}

/* line 283, app/assets/stylesheets/reviews.scss */
#review-edit {
  margin-bottom: 0px;
}

/* line 286, app/assets/stylesheets/reviews.scss */
#review-edit a {
  color: #999;
}

/* line 290, app/assets/stylesheets/reviews.scss */
#review-edit a:visited {
  color: #999;
}

/* line 294, app/assets/stylesheets/reviews.scss */
#review-edit a:hover {
  color: #0690fa !important;
  text-decoration: underline;
}

/* line 301, app/assets/stylesheets/reviews.scss */
.structured-review-wrapper {
  padding: 7px 0 5px 0;
  margin: 20px 0 20px 0;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  text-align: center;
  color: #333;
}

/* line 309, app/assets/stylesheets/reviews.scss */
.structured-review-wrapper .fa-terminal {
  font-size: 13pt;
  font-weight: bold;
  color: grey;
}

/* line 315, app/assets/stylesheets/reviews.scss */
.structured-review-wrapper .fa-thumbs-up, .structured-review-wrapper .fa-circle-o {
  font-size: 13pt;
  color: #333;
  padding: 0 3px;
}

/* line 321, app/assets/stylesheets/reviews.scss */
.structured-review-wrapper .fa-file, .structured-review-wrapper .fa-power-off, .structured-review-wrapper .fa-phone {
  font-size: 12pt;
  color: grey;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 328, app/assets/stylesheets/reviews.scss */
  .structured-review-wrapper {
    padding: 7px 0 5px 0;
    margin: 20px 0 20px 0;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    text-align: center;
    color: #333;
    font-size: 9pt;
  }
  /* line 337, app/assets/stylesheets/reviews.scss */
  .structured-review-wrapper .fa-terminal {
    font-size: 14pt;
    font-weight: bold;
    color: grey;
  }
  /* line 343, app/assets/stylesheets/reviews.scss */
  .structured-review-wrapper .fa-thumbs-up, .structured-review-wrapper .fa-circle-o {
    font-size: 12pt;
    color: #333;
    padding: 0 3px;
  }
  /* line 349, app/assets/stylesheets/reviews.scss */
  .structured-review-wrapper .fa-file, .structured-review-wrapper .fa-power-off, .structured-review-wrapper .fa-phone {
    font-size: 11pt;
    color: grey;
  }
}

@media (max-width: 767px) {
  /* line 357, app/assets/stylesheets/reviews.scss */
  .structured-review-wrapper {
    padding: 3px 0 2px 0;
    margin: 20px 0 20px 0;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    text-align: center;
    color: #333;
    font-size: 10px;
    line-height: 10px;
  }
  /* line 367, app/assets/stylesheets/reviews.scss */
  .structured-review-wrapper .fa-thumbs-up, .structured-review-wrapper .fa-circle-o {
    font-size: 10pt;
    color: #333;
    display: list-item;
    padding: 8px 0;
    border-top: 1px solid #ebebeb;
  }
  /* line 375, app/assets/stylesheets/reviews.scss */
  .structured-review-wrapper .fa-terminal, .structured-review-wrapper .fa-file, .structured-review-wrapper .fa-power-off, .structured-review-wrapper .fa-phone {
    font-size: 9pt;
    color: grey;
    padding: 5px 0;
  }
}

/* line 383, app/assets/stylesheets/reviews.scss */
#structured-review-label {
  color: grey;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 388, app/assets/stylesheets/reviews.scss */
  #structured-review-label {
    display: none;
  }
}

@media (max-width: 767px) {
  /* line 394, app/assets/stylesheets/reviews.scss */
  #structured-review-label {
    display: none;
  }
}

/* line 399, app/assets/stylesheets/reviews.scss */
.back-link {
  margin-bottom: 50px;
}

/* line 402, app/assets/stylesheets/reviews.scss */
.back-link a {
  color: #999;
}

/* line 406, app/assets/stylesheets/reviews.scss */
.back-link a:visited {
  color: #999;
}

/* line 410, app/assets/stylesheets/reviews.scss */
.back-link a:hover {
  color: #0891FA;
  text-decoration: underline;
}

/* line 417, app/assets/stylesheets/reviews.scss */
.field label {
  font-size: 17px;
  font-weight: bold !important;
  margin-bottom: 20px;
}

/* line 423, app/assets/stylesheets/reviews.scss */
.review-field-title {
  font-size: 17px;
  font-weight: bold !important;
  margin-bottom: 0px;
}

/* line 429, app/assets/stylesheets/reviews.scss */
#dev-experience {
  margin: 15px 0 25px 0;
}

/* line 434, app/assets/stylesheets/reviews.scss */
.review-error {
  color: #FF0029;
}

/* line 442, app/assets/stylesheets/reviews.scss */
input[type=radio] {
  display: none;
  margin: 10px;
}

/* line 447, app/assets/stylesheets/reviews.scss */
.stack-type-selector {
  display: inline !important;
}

/*
  Change the look'n'feel of labels (which are adjacent to radiobuttons).
  Add some margin, padding to label
*/
/* line 455, app/assets/stylesheets/reviews.scss */
input[type=radio] + label {
  display: inline-block;
  margin: 2px;
  padding: 4px 12px;
  background-color: #e7e7e7;
  border-color: #ddd;
  border-radius: 4px;
}

/*
 Change background color for label next to checked radio button
 to make it look like highlighted button
*/
/* line 467, app/assets/stylesheets/reviews.scss */
input[type=radio]:checked + label {
  background-image: none;
  background-color: #0690fa;
  color: white;
}

/* line 473, app/assets/stylesheets/reviews.scss */
#dev-experience .fa-thumbs-down, #dev-experience .fa-thumbs-up, #dev-experience .fa-circle-o {
  font-size: 14px;
}

/* line 477, app/assets/stylesheets/reviews.scss */
.dev-exp-labels {
  font-size: 8pt;
  color: #C5C5C5;
  font-weight: normal;
}

/* line 483, app/assets/stylesheets/reviews.scss */
.be-the-first {
  padding: 10px 5px 10px 5px !important;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  text-align: center;
  color: #333;
  font-size: 11pt;
  margin-bottom: 10px;
}

/* line 493, app/assets/stylesheets/reviews.scss */
.review-delete-link {
  float: right;
  color: #ebebeb !important;
}

/* line 497, app/assets/stylesheets/reviews.scss */
.review-delete-link a:hover {
  color: #2C989C !important;
}

/* line 502, app/assets/stylesheets/reviews.scss */
.created {
  color: #CECECE;
  font-size: 10px;
}

/* line 507, app/assets/stylesheets/reviews.scss */
.review-counter {
  font-size: 18px;
  color: grey;
  margin-left: 5px;
}

/* line 1, app/assets/stylesheets/scaffolds.scss */
body {
  background-color: #fff;
  color: #333;
  font-family: "Open Sans", verdana, arial, helvetica, sans-serif;
  font-size: 13px;
}

/* line 8, app/assets/stylesheets/scaffolds.scss */
p, ol, ul, td {
  font-family: "Open Sans", verdana, arial, helvetica, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

/* line 14, app/assets/stylesheets/scaffolds.scss */
pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

/* line 20, app/assets/stylesheets/scaffolds.scss */
a {
  color: #000;
}

/* line 22, app/assets/stylesheets/scaffolds.scss */
a:hover {
  color: #fff;
  background-color: #000;
}

/* line 29, app/assets/stylesheets/scaffolds.scss */
div.field, div.actions {
  margin-bottom: 10px;
}

/* line 34, app/assets/stylesheets/scaffolds.scss */
#notice {
  color: green;
}

/* line 38, app/assets/stylesheets/scaffolds.scss */
.field_with_errors {
  padding: 2px;
  background-color: red;
  display: table;
}

/* line 44, app/assets/stylesheets/scaffolds.scss */
#error_explanation {
  width: 450px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 0;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

/* line 51, app/assets/stylesheets/scaffolds.scss */
#error_explanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  margin-bottom: 0px;
  background-color: #c00;
  color: #fff;
}

/* line 61, app/assets/stylesheets/scaffolds.scss */
#error_explanation ul li {
  font-size: 12px;
  list-style: square;
}

/* line 5, app/assets/stylesheets/services.scss */
#alternatives-header {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 20px;
}

@media (max-width: 600px) {
  /* line 5, app/assets/stylesheets/services.scss */
  #alternatives-header {
    padding-bottom: 50px;
  }
}

/* line 16, app/assets/stylesheets/services.scss */
.alternatives-header-wrap {
  display: flex;
  justify-content: space-between;
}

/* line 20, app/assets/stylesheets/services.scss */
.alternatives-header-wrap .alt-logo-title {
  display: flex;
  align-items: center;
  width: 80%;
}

/* line 26, app/assets/stylesheets/services.scss */
.alternatives-header-wrap .alt-header-title {
  margin: 0 15px 0 25px;
}

/* line 29, app/assets/stylesheets/services.scss */
.alternatives-header-wrap .alt-header-title h1 {
  font-weight: 600;
  font-size: 25px;
  line-height: 1;
  letter-spacing: normal;
  padding: 0;
  margin: 0;
  color: #333;
}

/* line 39, app/assets/stylesheets/services.scss */
.alternatives-header-wrap .alt-header-title h2 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: normal;
  padding: 15px 0 0;
  margin: 0;
  color: #707070;
}

@media (max-width: 767px) {
  /* line 16, app/assets/stylesheets/services.scss */
  .alternatives-header-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  /* line 55, app/assets/stylesheets/services.scss */
  .alternatives-header-wrap .alt-logo-title {
    flex-direction: column;
    width: 100%;
    padding: 0 15px;
    text-align: center;
  }
  /* line 62, app/assets/stylesheets/services.scss */
  .alternatives-header-wrap .alt-header-title {
    margin: 20px 0;
  }
}

@media (min-width: 1200px) {
  /* line 68, app/assets/stylesheets/services.scss */
  .trending-wrapper {
    padding: 0;
  }
}

/* line 74, app/assets/stylesheets/services.scss */
#trending-box {
  padding: 15px;
}

@media (max-width: 1200px) {
  /* line 74, app/assets/stylesheets/services.scss */
  #trending-box {
    padding: 0;
  }
}

@media (min-width: 768px) {
  /* line 82, app/assets/stylesheets/services.scss */
  .mobile-tools-icon, .mobile-follow-button {
    padding: 0;
  }
}

/* line 87, app/assets/stylesheets/services.scss */
.alternatives-header-wrap .logo-image img {
  width: 110px;
  height: 110px;
  border-radius: 4px;
  border: 1px solid #e1e1e1;
}

/* line 94, app/assets/stylesheets/services.scss */
.center-alt-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 100, app/assets/stylesheets/services.scss */
.landing-stack-name {
  margin: 0 10px;
  text-align: left;
  font-weight: normal;
  line-height: 25px;
}

/* line 107, app/assets/stylesheets/services.scss */
.list-customers {
  margin: 30px 0 180px;
}

/* line 111, app/assets/stylesheets/services.scss */
.edit {
  width: 505px;
}

/* line 115, app/assets/stylesheets/services.scss */
.promote {
  margin-left: -15px;
}

/* line 119, app/assets/stylesheets/services.scss */
.edit-service-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 125, app/assets/stylesheets/services.scss */
.form-container.edit-service input,
.form-container.edit-service textarea {
  width: 505px;
}

/* line 130, app/assets/stylesheets/services.scss */
.form-container.edit-service .select2-container {
  width: 100% !important;
}

/* line 134, app/assets/stylesheets/services.scss */
#trending-title {
  font-weight: 600;
  line-height: 1;
  font-size: 36px;
  letter-spacing: normal;
  padding: 0;
  margin-bottom: 0;
  color: #333;
}

/* line 144, app/assets/stylesheets/services.scss */
#trending-subtitle {
  font-size: 16px;
  color: #333;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: normal;
  padding: 15px 0 0;
  margin: 0;
  color: #707070;
}

/* line 155, app/assets/stylesheets/services.scss */
.stacks-title-wrapper {
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px;
  margin: 20px auto 0;
  width: 100%;
  max-width: 990px;
  background-color: rgba(56, 165, 255, 0.17);
}

/* line 167, app/assets/stylesheets/services.scss */
.stacks-title-wrapper .stacks-index-title {
  display: flex;
  justify-content: space-around;
  width: 100%;
  max-width: 260px;
  align-items: center;
  margin: 0 auto 20px;
}

/* line 175, app/assets/stylesheets/services.scss */
.stacks-title-wrapper .stacks-index-title h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
  margin: 0;
  color: #068dfe;
}

/* line 184, app/assets/stylesheets/services.scss */
.stacks-title-wrapper div {
  text-align: center;
  color: #068dfe;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.28px;
}

@media (min-width: 1200px) {
  /* line 194, app/assets/stylesheets/services.scss */
  .header-btns-desktop {
    margin-right: 0;
    padding-right: 0;
    padding-left: 55px;
  }
}

@media (min-width: 991px) and (max-width: 1200px) {
  /* line 202, app/assets/stylesheets/services.scss */
  .edit-title-mobile {
    margin-left: 20px;
  }
}

@media (max-width: 991px) {
  /* line 208, app/assets/stylesheets/services.scss */
  .mobile-alternatives {
    padding: 0;
  }
  /* line 212, app/assets/stylesheets/services.scss */
  .form-container.edit-service input:not(:last-of-type) {
    width: 100% !important;
  }
  /* line 216, app/assets/stylesheets/services.scss */
  .form-container textarea,
.form-container span {
    width: 100% !important;
  }
  /* line 221, app/assets/stylesheets/services.scss */
  .promote {
    margin-left: 0;
  }
  /* line 225, app/assets/stylesheets/services.scss */
  .sidebar-mobile {
    visibility: hidden;
    height: 1px;
  }
  /* line 230, app/assets/stylesheets/services.scss */
  .new-mobile {
    visibility: hidden;
  }
}

@media (min-width: 601px) and (max-width: 1024px) {
  /* line 236, app/assets/stylesheets/services.scss */
  .landing-stack-name .boxes {
    height: 375px;
  }
}

@media (min-width: 991px) {
  /* line 242, app/assets/stylesheets/services.scss */
  #combo-logos {
    margin-left: 35px !important;
  }
}

@media (max-width: 600px) {
  /* line 248, app/assets/stylesheets/services.scss */
  .header-with-border .alternatives {
    max-height: 45vh;
  }
  /* line 252, app/assets/stylesheets/services.scss */
  .alternatives-mobile-btn,
.mobile-nav-pills,
.mobile-alternatives {
    display: flex;
    justify-content: center;
  }
  /* line 259, app/assets/stylesheets/services.scss */
  .new-btn,
.octicon-ellipsis {
    visibility: hidden;
  }
  /* line 264, app/assets/stylesheets/services.scss */
  .similar-services-items {
    margin-left: -15px !important;
  }
  /* line 268, app/assets/stylesheets/services.scss */
  .tool-name-mobile,
.list-customers,
.submit-btn,
.edit-btn-mobile {
    display: flex;
    justify-content: center;
  }
  /* line 276, app/assets/stylesheets/services.scss */
  .edit-btn-mobile a {
    margin-right: 0 !important;
  }
  /* line 280, app/assets/stylesheets/services.scss */
  .edit {
    width: 100vw;
  }
  /* line 284, app/assets/stylesheets/services.scss */
  .submit-btn {
    margin: 40px auto !important;
  }
}

@media (max-width: 414px) {
  /* line 290, app/assets/stylesheets/services.scss */
  .edit-title-mobile {
    margin-left: 40px;
  }
}

/* line 295, app/assets/stylesheets/services.scss */
.page-container-sp {
  background-color: #fff;
  margin: 30px 0px 80px 30px;
  border-radius: 5px;
  border: 0.11em solid #dddddd;
}

/* line 304, app/assets/stylesheets/services.scss */
.page-container {
  background-color: #fff;
  border-radius: 5px;
  border: 0.11em solid #dddddd;
}

/* line 312, app/assets/stylesheets/services.scss */
.page-container-sm {
  background-color: #fff;
  margin: 30px 150px 80px 150px;
  border-radius: 5px;
  border: 0.11em solid #e6e6e6;
}

/* line 321, app/assets/stylesheets/services.scss */
input[disabled],
select[disabled],
textarea[disabled] {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  text-align: left !important;
  font-size: 12pt !important;
  border-radius: 4px !important;
  width: 400px !important;
}

/* line 334, app/assets/stylesheets/services.scss */
input[disabled],
select[disabled],
textarea[disabled] {
  color: #bebdbd !important;
}

/* line 346, app/assets/stylesheets/services.scss */
.sign-up-form {
  padding: 10px 30px 20px 30px;
  margin-left: 100px;
  margin-bottom: 20px;
}

/* line 353, app/assets/stylesheets/services.scss */
.skip-btn a {
  color: #333;
  text-decoration: none;
}

/* line 359, app/assets/stylesheets/services.scss */
.fork-heading {
  margin: 10px 30px 10px 40px;
  font-size: 12pt;
  font-weight: normal;
}

/* line 365, app/assets/stylesheets/services.scss */
.text-core .text-wrap textarea,
.text-core .text-wrap input {
  border-radius: 3px !important;
  border: 1px solid #d8d8d8 !important;
  line-height: 20px !important;
}

/* line 372, app/assets/stylesheets/services.scss */
.control-label::-webkit-input-placeholder {
  color: #d8d8d8;
}

/* line 375, app/assets/stylesheets/services.scss */
.control-label:-moz-placeholder {
  color: #d8d8d8;
}

/* line 378, app/assets/stylesheets/services.scss */
.control-label::-moz-placeholder {
  color: #d8d8d8;
}

/* line 381, app/assets/stylesheets/services.scss */
.control-label:-ms-placeholder {
  color: #d8d8d8;
}

/* line 385, app/assets/stylesheets/services.scss */
.controls::-webkit-input-placeholder {
  color: #d8d8d8;
}

/* line 388, app/assets/stylesheets/services.scss */
.controls:-moz-placeholder {
  color: #d8d8d8;
}

/* line 391, app/assets/stylesheets/services.scss */
.controls::-moz-placeholder {
  color: #d8d8d8;
}

/* line 394, app/assets/stylesheets/services.scss */
.controls:-ms-placeholder {
  color: #d8d8d8;
}

/* line 398, app/assets/stylesheets/services.scss */
.stack-search::-webkit-input-placeholder {
  color: #d8d8d8;
}

/* line 401, app/assets/stylesheets/services.scss */
.stack-search:-moz-placeholder {
  color: #d8d8d8;
}

/* line 404, app/assets/stylesheets/services.scss */
.stack-search::-moz-placeholder {
  color: #d8d8d8;
}

/* line 407, app/assets/stylesheets/services.scss */
.stack-search:-ms-placeholder {
  color: #d8d8d8;
}

/* line 411, app/assets/stylesheets/services.scss */
#content-container {
  border-bottom: 1px solid #dddddd;
  background-color: #ffffff;
  border-radius: 8px;
  border: 0.11em solid #e6e6e6;
  padding: 20px 20px 0 20px;
  margin-bottom: 50px;
}

/* line 422, app/assets/stylesheets/services.scss */
.tool-blog-posts p {
  color: #333;
  padding-left: 5px;
  padding-bottom: 10px;
  font-size: 14px;
}

/* line 429, app/assets/stylesheets/services.scss */
#service-features {
  margin-left: 5px;
  margin-bottom: 20px;
  color: #333;
  padding: 10px;
  font-size: 11pt;
}

/* line 436, app/assets/stylesheets/services.scss */
#service-features ul {
  list-style: square;
  font-size: 11pt;
  margin-bottom: 2px;
}

/* line 442, app/assets/stylesheets/services.scss */
#service-features li {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 140%;
  font-size: 14px;
}

/* line 450, app/assets/stylesheets/services.scss */
.cs-section-cp {
  background-color: #333;
  border: 1px solid #fff;
  border-radius: 12px;
  margin-right: 0px;
  margin-left: 0px;
}

/* line 460, app/assets/stylesheets/services.scss */
.cs-section-sp {
  margin: 30px 0 20px 0px;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  width: 713px;
}

/* line 469, app/assets/stylesheets/services.scss */
.cs-section-sp-title-1 {
  margin-top: 10px;
  font-size: 12pt;
  margin-bottom: 10px;
  line-height: 10%;
  color: #333;
  margin-left: 10px;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
}

/* line 478, app/assets/stylesheets/services.scss */
.cs-section-sp-title-1 img {
  background-color: #fff;
  border-radius: 5px;
  border: 0.09em solid #8b8b8b;
  width: 35px;
}

/* line 488, app/assets/stylesheets/services.scss */
.cs-section-sp-title-2 {
  margin-top: 25px;
  font-size: 12pt;
  margin-bottom: 10px;
  line-height: 10%;
  color: #333;
  margin-left: 10px;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
}

/* line 497, app/assets/stylesheets/services.scss */
.cs-section-sp-title-2 img {
  background-color: #fff;
  border-radius: 5px;
  border: 0.09em solid #e4e4e4;
  width: 35px;
}

/* line 507, app/assets/stylesheets/services.scss */
.sp-cs-section {
  margin-bottom: 20px;
}

/* line 511, app/assets/stylesheets/services.scss */
.sp-section-titles {
  margin: 11px 0 0 20px !important;
  font-size: 13pt;
  color: grey;
  font-weight: 500;
}

/* line 518, app/assets/stylesheets/services.scss */
.sp-section-subtitles {
  margin: 11px 0 0 20px !important;
  font-size: 10pt;
  color: #979797;
  font-weight: 500;
}

/* line 525, app/assets/stylesheets/services.scss */
.sp-description-section-title {
  margin: 25px 0 5px 0 !important;
  font-weight: 500;
  color: grey;
}

/* line 531, app/assets/stylesheets/services.scss */
.sp-description-section-subtitle {
  margin: 0 !important;
  color: #979797;
}

/* line 536, app/assets/stylesheets/services.scss */
.sp-cs-section-title {
  font-size: 12pt;
  color: #b6b6b6;
  font-weight: 500;
}

/* line 542, app/assets/stylesheets/services.scss */
.sp-cs-section-subtitle {
  margin-top: 2px;
  font-size: 10pt;
  color: #b6b6b6;
  font-weight: 300;
}

/* line 549, app/assets/stylesheets/services.scss */
.sp-pnw-section {
  margin-bottom: 20px;
  background-color: #adadad;
  border: 1px solid #fff;
  border-radius: 12px;
  margin-right: 0px;
  margin-left: 0px;
}

/* line 560, app/assets/stylesheets/services.scss */
.sp-pnw-section-title {
  font-size: 12pt;
  color: grey;
  font-weight: 500;
}

/* line 566, app/assets/stylesheets/services.scss */
.sp-pnw-section-subtitle {
  margin-top: 2px;
  font-size: 10pt;
  color: #979797;
  font-weight: 400;
}

/* line 573, app/assets/stylesheets/services.scss */
.sp-pnw-section > .stack-option-grid > .stack-option {
  margin: 21px 3px 52px 1px;
}

/* line 577, app/assets/stylesheets/services.scss */
.sp-pnw-section > .stack-option-grid {
  margin-top: 1px;
}

/* line 581, app/assets/stylesheets/services.scss */
.pnw-top-panel {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-left: 0px;
  border-bottom: 1px solid lightgrey;
  background: lightgray;
}

/* line 589, app/assets/stylesheets/services.scss */
.sp-wu-section {
  margin-bottom: 20px;
  background-color: whitesmoke;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  margin-right: 0px;
  margin-left: 0px;
  box-shadow: rgba(0, 0, 0, 0.14902) 0px 0px 0px;
}

/* line 601, app/assets/stylesheets/services.scss */
h2.section-title {
  font-size: 14px;
  color: #bbbbbb;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  /* line 610, app/assets/stylesheets/services.scss */
  .section-title {
    color: #bbbbbb;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  /* line 616, app/assets/stylesheets/services.scss */
  .section-title a:visited {
    color: #bebebe;
  }
  /* line 620, app/assets/stylesheets/services.scss */
  .section-title a {
    color: #bebebe;
  }
  /* line 624, app/assets/stylesheets/services.scss */
  .section-title a:hover {
    color: #0690fa;
  }
  /* line 629, app/assets/stylesheets/services.scss */
  #btn-responsive {
    margin-top: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 635, app/assets/stylesheets/services.scss */
  .section-title {
    font-size: 12px;
    color: #bbbbbb;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 0 !important;
    margin-bottom: 0;
    margin-top: 20px;
  }
  /* line 644, app/assets/stylesheets/services.scss */
  .section-title a:visited {
    color: #bebebe;
  }
  /* line 648, app/assets/stylesheets/services.scss */
  .section-title a {
    color: #bebebe;
  }
  /* line 652, app/assets/stylesheets/services.scss */
  .section-title a:hover {
    color: #0690fa;
  }
  /* line 655, app/assets/stylesheets/services.scss */
  .section-title #btn-responsive {
    margin-top: 10px;
  }
}

/* line 662, app/assets/stylesheets/services.scss */
.service-links .tool-profile-cta:nth-of-type(2) {
  margin-left: 20px;
}

@media (max-width: 991px) {
  /* line 668, app/assets/stylesheets/services.scss */
  .service-links {
    display: flex;
    flex-direction: column;
  }
  /* line 671, app/assets/stylesheets/services.scss */
  .service-links .tool-profile-cta:nth-of-type(2) {
    margin-left: 0;
    margin-top: 15px;
  }
}

@media (max-width: 600px) {
  /* line 679, app/assets/stylesheets/services.scss */
  .service-links {
    align-items: center;
  }
}

/* line 684, app/assets/stylesheets/services.scss */
.tool-profile-cta {
  text-decoration: underline;
}

/* line 689, app/assets/stylesheets/services.scss */
.tools-wrapper p,
.tools-wrapper ul,
.tools-wrapper li {
  font-size: 14px;
}

@media (max-width: 767px) {
  /* line 697, app/assets/stylesheets/services.scss */
  h2.section-title {
    padding: 0 0 10px 0;
  }
  /* line 700, app/assets/stylesheets/services.scss */
  .tools-wrapper {
    padding: 0 15px;
  }
  /* line 703, app/assets/stylesheets/services.scss */
  .section-title {
    font-size: 12px;
    color: #bbbbbb;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 0 !important;
    margin-bottom: 0;
    margin-top: 20px;
    padding-left: 20px;
  }
  /* line 713, app/assets/stylesheets/services.scss */
  .section-title a:visited {
    color: #bebebe;
  }
  /* line 717, app/assets/stylesheets/services.scss */
  .section-title a {
    color: #bebebe;
  }
  /* line 721, app/assets/stylesheets/services.scss */
  .section-title a:hover {
    color: #0690fa;
  }
  /* line 725, app/assets/stylesheets/services.scss */
  .section-title #btn-responsive {
    margin-top: 10px;
  }
}

/* line 731, app/assets/stylesheets/services.scss */
.section-title-2 {
  text-align: center;
  font-size: 11px;
  margin-bottom: 4px;
  color: #bbbbbb;
  font-weight: 600;
  text-transform: uppercase;
}

/* line 739, app/assets/stylesheets/services.scss */
.section-title-2 a:visited {
  color: #bebebe;
}

/* line 743, app/assets/stylesheets/services.scss */
.section-title-2 a {
  color: #bebebe;
}

/* line 747, app/assets/stylesheets/services.scss */
.section-title-2 a:hover {
  color: #0690fa;
}

/* line 753, app/assets/stylesheets/services.scss */
.similar a {
  color: #333;
}

/* line 756, app/assets/stylesheets/services.scss */
.similar a:visited {
  color: #333;
}

/* line 759, app/assets/stylesheets/services.scss */
.similar a:hover {
  color: #0690fa;
}

/* line 764, app/assets/stylesheets/services.scss */
.section-subtitle {
  margin-top: 2px;
  font-size: 10pt;
  color: #a8a8a8;
  font-weight: 400;
}

/* line 771, app/assets/stylesheets/services.scss */
.wu-top-panel {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-left: 0px;
  border-bottom: 1px solid #ebebeb;
  background: #fff;
}

@media (min-width: 992px) {
  /* line 780, app/assets/stylesheets/services.scss */
  #service-urls {
    float: right;
  }
  /* line 784, app/assets/stylesheets/services.scss */
  #service-urls a {
    color: #c2c2c2;
    margin: 5px 10px 5px 10px;
    font-weight: 200;
  }
  /* line 790, app/assets/stylesheets/services.scss */
  #service-urls a:hover {
    color: #333 !important;
  }
  /* line 794, app/assets/stylesheets/services.scss */
  #service-urls-mobile {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 800, app/assets/stylesheets/services.scss */
  #service-urls {
    display: none;
  }
  /* line 804, app/assets/stylesheets/services.scss */
  #service-urls-mobile {
    text-align: center;
    font-size: 11px;
    padding-bottom: 10px;
  }
  /* line 809, app/assets/stylesheets/services.scss */
  #service-urls-mobile a {
    color: #c2c2c2;
    margin: 5px 10px 5px 10px;
    font-weight: 200;
  }
  /* line 815, app/assets/stylesheets/services.scss */
  #service-urls-mobile a:hover {
    color: #333 !important;
  }
}

@media (max-width: 767px) {
  /* line 822, app/assets/stylesheets/services.scss */
  #service-urls {
    display: none;
  }
  /* line 826, app/assets/stylesheets/services.scss */
  #service-urls-mobile {
    text-align: center;
    font-size: 10px;
    padding-bottom: 10px;
  }
  /* line 831, app/assets/stylesheets/services.scss */
  #service-urls-mobile a {
    color: #c2c2c2;
    margin: 5px 10px 5px 10px;
    font-weight: 200;
  }
  /* line 837, app/assets/stylesheets/services.scss */
  #service-urls-mobile a:hover {
    color: #333 !important;
  }
}

/* line 843, app/assets/stylesheets/services.scss */
#service-description {
  font-size: 11pt;
  line-height: 15pt;
  font-weight: 400;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 850, app/assets/stylesheets/services.scss */
  #service-description {
    font-size: 10pt;
    line-height: 14pt;
    font-weight: 400;
  }
}

@media (max-width: 767px) {
  /* line 858, app/assets/stylesheets/services.scss */
  #service-description {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
  }
}

/* line 865, app/assets/stylesheets/services.scss */
.tool-logo img,
.service-logo img {
  display: block;
  position: relative;
  z-index: 5;
  display: block;
  width: 83px;
  height: 83px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
}

@media (min-width: 992px) {
  /* line 879, app/assets/stylesheets/services.scss */
  .sp-service-logo {
    padding: 0;
  }
  /* line 882, app/assets/stylesheets/services.scss */
  .sp-service-logo img {
    display: block;
    position: relative;
    z-index: 5;
    display: block;
    width: 108px;
    height: 108px;
    background-color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border: 1px solid #e6e6e6;
    margin: auto;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 902, app/assets/stylesheets/services.scss */
  .sp-service-logo img {
    display: block;
    position: relative;
    z-index: 5;
    display: block;
    width: 96px;
    height: 96px;
    background-color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border: 1px solid #e6e6e6;
    margin-right: auto;
    margin-left: auto;
    margin: auto;
  }
}

@media (max-width: 767px) {
  /* line 924, app/assets/stylesheets/services.scss */
  .sp-service-logo img {
    display: block;
    position: relative;
    z-index: 5;
    display: block;
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border: 1px solid #e6e6e6;
    margin-right: auto;
    margin-left: auto;
    margin: auto;
  }
}

@media (min-width: 992px) {
  /* line 945, app/assets/stylesheets/services.scss */
  #service-name {
    font-weight: bold;
    line-height: 0.9;
    font-size: 36px;
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 954, app/assets/stylesheets/services.scss */
  #service-name {
    font-weight: bold;
    line-height: 0.9;
    font-size: 30px;
    text-align: center;
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  /* line 964, app/assets/stylesheets/services.scss */
  #service-name {
    font-weight: bold;
    line-height: 0.9;
    font-size: 20px;
    text-align: center;
    margin-top: 5px;
  }
}

@media (min-width: 992px) {
  /* line 974, app/assets/stylesheets/services.scss */
  #stack-name {
    font-weight: bold;
    line-height: 1;
    font-size: 36px;
    margin-bottom: 10px;
    text-align: center;
    margin-top: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 985, app/assets/stylesheets/services.scss */
  #stack-name {
    font-weight: bold;
    line-height: 0.9;
    font-size: 30px;
    text-align: center;
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  /* line 995, app/assets/stylesheets/services.scss */
  #stack-name {
    font-weight: bold;
    line-height: 0.9;
    font-size: 20px;
    text-align: center;
    margin-top: 5px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1005, app/assets/stylesheets/services.scss */
  #iusethis,
#visit-website {
    text-align: center;
  }
  /* line 1008, app/assets/stylesheets/services.scss */
  #iusethis a,
#visit-website a {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  /* line 1015, app/assets/stylesheets/services.scss */
  #iusethis,
#visit-website {
    text-align: center;
  }
  /* line 1018, app/assets/stylesheets/services.scss */
  #iusethis a,
#visit-website a {
    font-size: 13px;
    border-radius: 4px;
    padding: 6px 12px;
  }
}

@media (min-width: 992px) {
  /* line 1027, app/assets/stylesheets/services.scss */
  #service-header {
    margin: 35px 0;
  }
  /* line 1029, app/assets/stylesheets/services.scss */
  #service-header .col-md-9 {
    padding-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1036, app/assets/stylesheets/services.scss */
  #service-header {
    margin: 10px 0;
  }
}

@media (max-width: 767px) {
  /* line 1042, app/assets/stylesheets/services.scss */
  #service-header {
    margin: 10px 0;
    padding: 20px 0px;
  }
  /* line 1047, app/assets/stylesheets/services.scss */
  .fa-check-circle {
    padding-top: 3px !important;
  }
}

/* line 1052, app/assets/stylesheets/services.scss */
.tool-logo-stack-desc img {
  display: block;
  position: relative;
  z-index: 5;
  display: block;
  width: 73px;
  height: 73px;
  border: 1px solid #333;
  box-shadow: rgba(0, 0, 0, 0.14902) 0px 1px 3px;
  -webkit-background-clip: content-box;
  -moz-background-clip: content-box;
  background-clip: content-box;
  background-color: #fff;
  border-radius: 10px 10px;
}

/* TWITTER AVATAR CSS
#service-logo {
	display:block;
	float:none;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	position:relative;
	z-index:5;
	margin:20px auto 6px;
	display:block;
	width:73px;
	height:73px;
	border:4px solid #fff;
	background-color:#fff;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,.25);
	-moz-box-shadow:0 1px 1px rgba(0,0,0,.25);
	box-shadow:0 1px 1px rgba(0,0,0,.25);
}
*/
/*
#service-logo {
  margin-top:18px;

}

#service-logo img {
  width: 73px;
  height: 73px;
  border-radius: 5px;
  float: none;
}
*/
/* line 1106, app/assets/stylesheets/services.scss */
.tool-name-under {
  color: white;
  padding-bottom: 8px;
  font-size: 10pt;
  font-weight: 500;
}

/* line 1111, app/assets/stylesheets/services.scss */
.tool-name-under a {
  color: white;
  background-color: #333;
}

/* line 1116, app/assets/stylesheets/services.scss */
.tool-name-under a:hover {
  color: white;
  background-color: #333;
}

/* line 1120, app/assets/stylesheets/services.scss */
.tool-name-under a:visited {
  color: white;
  background-color: #333;
}

/* line 1126, app/assets/stylesheets/services.scss */
.group-name-under {
  color: #969696 !important;
  font-size: 8pt;
  font-weight: 400;
  background-color: #444444;
  border-radius: 3px !important;
  padding: 2px 5px 2px 5px;
}

/* line 1135, app/assets/stylesheets/services.scss */
.group-name-under a {
  color: #969696;
  font-size: 8pt;
  font-weight: 400;
  background-color: #444444;
  border-radius: 3px;
  padding: 2px 5px 2px 5px;
  margin-top: 5px;
}

/* line 1145, app/assets/stylesheets/services.scss */
.group-name-under a:hover {
  text-decoration: none;
  font-size: 8pt;
  font-weight: 400;
  color: #444444 !important;
  background-color: #969696 !important;
  border-radius: 3px;
  padding: 2px 5px 2px 5px;
}

/* line 1155, app/assets/stylesheets/services.scss */
#first-last-name {
  font-size: 25pt;
}

/* line 1159, app/assets/stylesheets/services.scss */
#job-title {
  font-size: 11pt;
  font-weight: 400;
  color: #777;
}

/* line 1165, app/assets/stylesheets/services.scss */
#company-name {
  font-size: 11pt;
  font-weight: 400;
  padding-top: 5px;
  color: #777;
}

/* line 1172, app/assets/stylesheets/services.scss */
#company-url {
  padding-top: 5px;
}

/* line 1176, app/assets/stylesheets/services.scss */
#username {
  padding-top: 10px;
  font-size: 12pt;
  font-weight: 400;
  color: #333;
}

/* line 1183, app/assets/stylesheets/services.scss */
#user_company_size {
  width: 315px;
  font-size: 12pt;
  height: 35px;
}

/* line 1189, app/assets/stylesheets/services.scss */
#user-info {
  width: 500px !important;
  padding-bottom: 30px;
  text-align: center;
  padding-top: 33px;
  margin-left: -34px;
}

/* line 1197, app/assets/stylesheets/services.scss */
#company-info {
  margin-top: 20px;
  display: block;
  border-color: #eeeeee #dddddd #bbbbbb;
  border-width: 1px;
  border-style: solid;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.0902) 0px 0px 0px;
  padding: 10px 5px 10px 5px;
  margin-left: 145px;
}

/* line 1212, app/assets/stylesheets/services.scss */
.edit-cs-btn {
  background-image: url(../json/edit-stack-desc.json) !important;
  background-repeat: no-repeat !important;
  background-position: 7% 50%;
  padding-left: 30px;
}

/* line 1218, app/assets/stylesheets/services.scss */
.edit-cs-btn:hover {
  background-image: url(../json/edit-user-cs.json) !important;
  background-position: 7% 50%;
  background-repeat: no-repeat;
}

/* line 1225, app/assets/stylesheets/services.scss */
.char-counter {
  margin-top: 10px;
  font-size: 13pt;
  color: #b5b5b5;
}

/* line 1231, app/assets/stylesheets/services.scss */
.stack-description {
  color: #b5b5b5;
  z-index: 30 !important;
  font-size: 9pt;
}

/* line 1237, app/assets/stylesheets/services.scss */
.stack-desc-text-area {
  margin-top: 10px;
  width: 496px;
  color: #333;
  height: 100px;
  float: left;
}

/* line 1245, app/assets/stylesheets/services.scss */
.stack-desc-controls {
  margin-left: 10px !important;
}

/* line 1249, app/assets/stylesheets/services.scss */
.add-cloudstack-btn {
  padding-top: 10px;
  float: right;
}

/* line 1254, app/assets/stylesheets/services.scss */
.user-cloudstack-empty {
  font-size: 13pt;
  margin: 50px 0 100px 0;
  color: grey;
  text-align: center;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
}

/* line 1260, app/assets/stylesheets/services.scss */
.user-cloudstack-empty a {
  color: #2c989c;
}

/* line 1263, app/assets/stylesheets/services.scss */
.user-cloudstack-empty a:hover {
  color: #2c989c;
}

/* line 1268, app/assets/stylesheets/services.scss */
.user-cloudstack-empty-container {
  background-color: #eeeeee;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 50px 0 50px 0;
}

/* line 1279, app/assets/stylesheets/services.scss */
#top-quote {
  background-image: url(../png/sd-top-quote-2e98e2a64496c7cc167b0efd248849410ec66ce367e00405ce9b321b87ca5212.png);
  background-repeat: no-repeat;
}

/* line 1284, app/assets/stylesheets/services.scss */
#bottom-quote {
  background-image: url(../png/sd-bottom-quote-3600018a204aff1217cfdf3463b2f93c4596fbed36aa4fa80be7094401631510.png);
  background-repeat: no-repeat;
}

/* line 1289, app/assets/stylesheets/services.scss */
#top-quote-inner {
  visibility: hidden;
}

/* line 1293, app/assets/stylesheets/services.scss */
#bottom-quote-inner {
  visibility: hidden;
}

/* line 1297, app/assets/stylesheets/services.scss */
#bottom-quote-before-inner {
  visibility: hidden;
}

/* line 1310, app/assets/stylesheets/services.scss */
#favorites-subheading {
  color: #b5b5b5;
  font-weight: 200;
}

/* line 1315, app/assets/stylesheets/services.scss */
.favorites-alert-removed {
  background-color: #ebebeb;
  border: none;
  color: #777;
}

/* line 1319, app/assets/stylesheets/services.scss */
.favorites-alert-removed a {
  font-weight: 400;
}

/* line 1323, app/assets/stylesheets/services.scss */
.favorites-alert-removed a:hover {
  color: #005580;
}

/* line 1328, app/assets/stylesheets/services.scss */
.favorites-alert-added {
  background-color: #d9edf7;
  color: #005580;
  border: none;
}

/* line 1332, app/assets/stylesheets/services.scss */
.favorites-alert-added a {
  font-weight: 400;
}

/* line 1336, app/assets/stylesheets/services.scss */
.favorites-alert-added a:hover {
  color: #005580;
}

/* line 1341, app/assets/stylesheets/services.scss */
.tool-name {
  padding-bottom: 0px;
  font-size: 25pt;
}

/* line 1345, app/assets/stylesheets/services.scss */
.tool-name a {
  text-decoration: none;
  color: #333;
}

/* line 1351, app/assets/stylesheets/services.scss */
.tool-name a:hover {
  text-decoration: none;
  color: #00a7ff !important;
}

/* line 1357, app/assets/stylesheets/services.scss */
#service-main a:hover {
  text-decoration: none;
  color: #0690fa;
}

/* line 1363, app/assets/stylesheets/services.scss */
#service-website {
  font-size: 10pt;
}

/* line 1365, app/assets/stylesheets/services.scss */
#service-website a {
  text-decoration: none;
  color: #b4b4b4;
}

/* line 1370, app/assets/stylesheets/services.scss */
#service-website a:hover {
  text-decoration: none;
  color: #0690fa !important;
}

/* line 1376, app/assets/stylesheets/services.scss */
#service-title {
  font-size: 18px;
  color: #666;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 5px;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1385, app/assets/stylesheets/services.scss */
  #service-title {
    font-size: 16px;
    color: #666;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 5px;
    margin-top: 10px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  /* line 1397, app/assets/stylesheets/services.scss */
  #service-title {
    font-size: 12px;
    color: #666;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 5px;
    margin-top: 10px;
    text-align: center;
  }
}

/* line 1408, app/assets/stylesheets/services.scss */
.group-tag {
  padding-top: 7px;
  margin-bottom: 0px;
}

/* line 1413, app/assets/stylesheets/services.scss */
.group-tag a:hover {
  background-color: #00cad1 !important;
  border-radius: 3px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 2px;
  padding-top: 2px;
  text-decoration: none;
  color: white !important;
}

/* line 1424, app/assets/stylesheets/services.scss */
.group-tag a {
  background-color: #e4f3f4 !important;
  border-radius: 3px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 2px;
  padding-top: 2px;
  color: #01959d !important;
  font-size: 11pt;
}

/* line 1435, app/assets/stylesheets/services.scss */
.group-tag-alt {
  padding-top: 7px;
  margin-bottom: 0px;
}

/* line 1440, app/assets/stylesheets/services.scss */
.group-tag-alt a:hover {
  background-color: #333 !important;
  border-radius: 3px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 2px;
  padding-top: 2px;
  text-decoration: none;
  color: white !important;
}

/* line 1451, app/assets/stylesheets/services.scss */
.group-tag-alt a {
  background-color: #f0f0f0 !important;
  border-radius: 3px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 2px;
  padding-top: 2px;
  color: #636363 !important;
  font-size: 9pt;
}

/* line 1462, app/assets/stylesheets/services.scss */
.group-tag-alt2 {
  padding-top: 7px;
  margin-bottom: 0px;
}

/* line 1467, app/assets/stylesheets/services.scss */
.group-tag-alt2 a:hover {
  background-color: #333 !important;
  border-radius: 3px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 2px;
  padding-top: 2px;
  text-decoration: none;
  color: white !important;
}

/* line 1478, app/assets/stylesheets/services.scss */
.group-tag-alt2 a {
  background-color: #f0f0f0 !important;
  border-radius: 3px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 2px;
  padding-top: 2px;
  color: #636363 !important;
  font-size: 9pt;
}

/* line 1489, app/assets/stylesheets/services.scss */
#nav-search-bar {
  margin-top: 8px;
  line-height: 20px;
  width: 175px;
  font-size: 15px;
  height: 18px;
  color: #333;
  padding-left: 30px;
}

/* line 1499, app/assets/stylesheets/services.scss */
#input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 960px;
}

/* line 1505, app/assets/stylesheets/services.scss */
.nav-item form {
  margin: 0 0 0px;
}

/* line 1509, app/assets/stylesheets/services.scss */
.search-query::-webkit-input-placeholder {
  color: #d7d7d7;
  font-weight: 100;
}

/* line 1513, app/assets/stylesheets/services.scss */
.search-query:-moz-placeholder {
  color: #d7d7d7 !important;
  font-weight: 100;
}

/* line 1517, app/assets/stylesheets/services.scss */
.search-query::-moz-placeholder {
  color: #d7d7d7 !important;
  font-weight: 100;
}

/* line 1521, app/assets/stylesheets/services.scss */
.search-query:-ms-placeholder {
  color: #d7d7d7;
  font-weight: 100;
}

/* line 1526, app/assets/stylesheets/services.scss */
.search-query-small::-webkit-input-placeholder {
  color: #d7d7d7;
  font-weight: 100;
}

/* line 1530, app/assets/stylesheets/services.scss */
.search-query-small:-moz-placeholder {
  color: #d7d7d7 !important;
  font-weight: 100;
}

/* line 1534, app/assets/stylesheets/services.scss */
.search-query-small::-moz-placeholder {
  color: #d7d7d7 !important;
  font-weight: 100;
}

/* line 1538, app/assets/stylesheets/services.scss */
.search-query-small:-ms-placeholder {
  color: #d7d7d7;
  font-weight: 100;
}

/* line 1543, app/assets/stylesheets/services.scss */
.ui-helper-hidden-accessible {
  display: none;
}

/* line 1547, app/assets/stylesheets/services.scss */
.other-stack {
  padding-left: 0px !important;
  padding-top: 6px !important;
  font-style: italic !important;
}

/* line 1553, app/assets/stylesheets/services.scss */
.form-actions {
  background-color: #ffffff !important;
  border-top: 0px solid #e5e5e5 !important;
  *zoom: 1;
}

/* line 1559, app/assets/stylesheets/services.scss */
.stack-control > .control-group {
  margin-bottom: 0px !important;
}

/* line 1563, app/assets/stylesheets/services.scss */
.h1-indent {
  margin-left: 20px;
}

/* line 1567, app/assets/stylesheets/services.scss */
.similar-service-logos {
  padding: 10px 0 0 0;
}

/* line 1568, app/assets/stylesheets/services.scss */
.similar-service-logos img {
  width: 35px;
  height: 35px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
}

/* line 1579, app/assets/stylesheets/services.scss */
.similar-services {
  padding-top: 10px;
  text-align: center;
}

/* line 1584, app/assets/stylesheets/services.scss */
.similar-services-items {
  margin-top: 5px;
  padding-bottom: 12px;
  font-weight: 600;
  font-size: 11px;
  line-height: 18px;
  height: 25px;
  text-align: center;
}

/* line 1592, app/assets/stylesheets/services.scss */
.similar-services-items a {
  color: #bebebe !important;
  text-decoration: none;
}

/* line 1596, app/assets/stylesheets/services.scss */
.similar-services-items a:hover {
  color: #0690fb !important;
  text-decoration: none;
}

/* line 1600, app/assets/stylesheets/services.scss */
.similar-services-items .stack-logo img {
  width: 45px;
  height: 45px;
}

/* line 1606, app/assets/stylesheets/services.scss */
#services-right-column {
  padding-top: 20px;
}

/* line 1610, app/assets/stylesheets/services.scss */
#search-next {
  display: none;
}

/* line 1614, app/assets/stylesheets/services.scss */
.td-content {
  max-height: 200px !important;
  width: 579px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}

/* line 1623, app/assets/stylesheets/services.scss */
.btn-info-white {
  color: grey;
  font-weight: normal !important;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
  background-color: #fff;
  background-image: linear-gradient(to bottom, #fff, #fff);
  background-repeat: repeat-x;
  box-shadow: none;
  border: 0.11em solid #e6e6e6;
  *background-color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/* line 1640, app/assets/stylesheets/services.scss */
.btn-info-white a {
  color: #d8d8d8;
}

/* line 1644, app/assets/stylesheets/services.scss */
.btn-info-white a:hover {
  color: #333;
  text-decoration: none;
}

/* line 363, ../../app/assets/stylesheets/bootstrap.min.css */
/* line 1650, app/assets/stylesheets/services.scss */
.btn-info-white:hover,
.btn-info-white:active,
.btn-info-white.active,
.btn-info-white.disabled,
.btn-info-white[disabled] {
  color: #333;
  background-color: #fff;
  *background-color: #fff;
}

/* line 364, ../../app/assets/stylesheets/bootstrap.min.css */
/* line 1661, app/assets/stylesheets/services.scss */
.btn-info-white:active,
.btn-info-white.active {
  background-color: #fff;
}

/* line 1666, app/assets/stylesheets/services.scss */
.btn-info-white-s {
  color: #333;
  font-weight: normal !important;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
  background-color: #fff;
  background-image: linear-gradient(to bottom, #fff, #fff);
  background-repeat: repeat-x;
  box-shadow: none;
  border: 0.11em solid #e6e6e6;
  *background-color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  padding-bottom: 10px;
  padding-top: 10px;
  padding-right: 15px;
  background-repeat: no-repeat;
}

/* line 1687, app/assets/stylesheets/services.scss */
.sign-up-btn {
  padding: 2px 20px 2px 20px;
  margin-top: 10px;
  margin-right: 10px;
  float: right;
  color: grey !important;
}

/* line 1693, app/assets/stylesheets/services.scss */
.sign-up-btn:hover {
  color: #333 !important;
}

/* line 1698, app/assets/stylesheets/services.scss */
.cloudstack-btn {
  padding: 2px 20px 2px 20px;
  float: right;
  color: grey !important;
}

/* line 1702, app/assets/stylesheets/services.scss */
.cloudstack-btn:hover {
  color: #333 !important;
}

/* line 1707, app/assets/stylesheets/services.scss */
.pricing-btn {
  background-image: url(../png/pricing-318a46cc220d8407177af8953baa9fb0c09328ccda43e3d386c7ca8e469d9c19.png);
  background-position: 19% 50%;
  padding-left: 41px;
  margin-right: 3px;
  background-repeat: no-repeat;
}

/* line 1714, app/assets/stylesheets/services.scss */
.pricing-btn:hover {
  background-image: url(../json/pricing-active.json);
  background-position: 19% 50%;
}

/* line 1720, app/assets/stylesheets/services.scss */
.company-btn {
  background-image: url(../png/company-51af92289374ce6f590c4709ba9bd2142ef0bc03961bb18f3b9895c725fd3100.png);
  background-position: 13% 50%;
  padding-left: 47px;
  margin-right: 3px;
  background-repeat: no-repeat;
}

/* line 1727, app/assets/stylesheets/services.scss */
.company-btn:hover {
  background-image: url(../png/company-active-c200994c339d43b2afac41a0dab03b77db742a3365b19b8c1e83ee2476aa78c9.png);
  background-position: 13% 50%;
}

/* line 1733, app/assets/stylesheets/services.scss */
.doc-btn {
  background-image: url(../json/doc.json);
  background-position: 13% 50%;
  padding-left: 47px;
  margin-right: 3px;
  background-repeat: no-repeat;
}

/* line 1740, app/assets/stylesheets/services.scss */
.doc-btn:hover {
  background-image: url(../json/doc-active.json);
  background-position: 13% 50%;
}

/* line 1746, app/assets/stylesheets/services.scss */
.source-code-btn {
  background-image: url(../png/source-code-776c0c0350545c4966a745e11a9f9678db7d5b578a73a86d9fed6db891e73d10.png);
  background-position: 13% 50%;
  padding-left: 37px;
  margin-right: 3px;
}

/* line 1752, app/assets/stylesheets/services.scss */
.source-code-btn:hover {
  background-image: url(../png/source-code-active-eb5c452f7fc18716cca63ee43311e51e04ac6fc2204b3832e8b051d49c402c39.png);
  background-position: 13% 50%;
}

/* line 1758, app/assets/stylesheets/services.scss */
.twitter-btn {
  background-image: url(../png/twitter-btn-059a1c715072cc5bc79b35572867fa6c02241be181d7f7d83f9d11fbafab4bea.png);
  background-position: 13% 50%;
  padding-left: 40px;
  margin-right: 3px;
}

/* line 1764, app/assets/stylesheets/services.scss */
.twitter-btn:hover {
  background-image: url(../json/twitter-btn-active.json);
  background-position: 13% 50%;
}

/* line 1770, app/assets/stylesheets/services.scss */
.testimonial-btn {
  background-image: url(../json/testimonials.json);
  background-position: 17% 50%;
  padding-left: 60px;
  background-repeat: no-repeat;
}

/* line 1776, app/assets/stylesheets/services.scss */
.testimonial-btn:hover {
  background-image: url(../json/testimonials-active.json);
  background-position: 13% 50%;
}

/* line 1782, app/assets/stylesheets/services.scss */
.btn-info-white-s a {
  color: #333;
}

/* line 1786, app/assets/stylesheets/services.scss */
.btn-info-white-s a:hover {
  color: #333;
  text-decoration: none;
}

/* line 363, ../../app/assets/stylesheets/bootstrap.min.css */
/* line 1792, app/assets/stylesheets/services.scss */
.btn-info-white-s:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #333;
  background-color: #fff;
  *background-color: #fff;
}

/* line 364, ../../app/assets/stylesheets/bootstrap.min.css */
/* line 1803, app/assets/stylesheets/services.scss */
.btn-info-white:active,
.btn-info.active {
  background-color: #fff;
}

/* line 1808, app/assets/stylesheets/services.scss */
#blog {
  border-top: 1px solid #eee;
}

/* line 1812, app/assets/stylesheets/services.scss */
#blog-icon {
  padding-top: 20px;
  padding-bottom: 15px;
}

/* line 1817, app/assets/stylesheets/services.scss */
.blog-feed {
  font-size: 15px;
  font-weight: 400;
  line-height: 12pt;
  color: grey;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

/* line 1826, app/assets/stylesheets/services.scss */
.blog-feed a {
  color: #333;
  text-decoration: none;
}

/* line 1831, app/assets/stylesheets/services.scss */
.blog-feed a:hover {
  color: #0088cc;
  text-decoration: none;
}

/*-----------Stack Page----------*/
/* line 1839, app/assets/stylesheets/services.scss */
#page-heading {
  margin-left: 35px;
  margin-right: 30px;
  margin-bottom: 15px;
}

/* line 1845, app/assets/stylesheets/services.scss */
#page-heading > h1 {
  margin-bottom: 0px;
}

/* line 1849, app/assets/stylesheets/services.scss */
.canvas {
  width: 360px;
  height: 100px;
  z-index: 9;
  overflow-x: auto;
  overflow-y: hidden;
}

/* line 1857, app/assets/stylesheets/services.scss */
.canvas-main {
  margin-top: 15px;
  overflow-x: scroll;
  overflow-y: hidden;
  z-index: 8;
  height: 90px;
}

/* line 1865, app/assets/stylesheets/services.scss */
.company-stack,
.overlay {
  cursor: pointer;
  margin-right: 5px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}

/* line 1877, app/assets/stylesheets/services.scss */
.overlay {
  position: absolute;
  height: 63px;
  width: 63px;
  top: 0;
  left: 0;
  display: none;
}

/* line 1886, app/assets/stylesheets/services.scss */
.stack-selection-container {
  margin-left: 5px;
  margin-right: 10px;
}

/* line 1891, app/assets/stylesheets/services.scss */
.stack-selection-item-container {
  padding-left: 20px;
  padding-top: 20px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  margin-bottom: 10px;
}

/* line 1901, app/assets/stylesheets/services.scss */
.stack-selection-item-container a {
  color: #333;
  text-decoration: none !important;
}

/* line 1905, app/assets/stylesheets/services.scss */
.stack-selection-item-container a:hover {
  color: #0ea8ac;
  text-decoration: none !important;
}

/* line 1911, app/assets/stylesheets/services.scss */
.stackup-selection-cluster-title {
  margin-top: 15px;
  font-weight: 500;
  color: #333;
  padding-top: 12px;
  font-size: 13pt;
  text-decoration: none;
}

/* line 1918, app/assets/stylesheets/services.scss */
.stackup-selection-cluster-title a {
  color: #bebebe;
  text-decoration: none !important;
}

/* line 1922, app/assets/stylesheets/services.scss */
.stackup-selection-cluster-title a:hover {
  color: #333;
  text-decoration: none !important;
}

/* line 1928, app/assets/stylesheets/services.scss */
.stackup-selection-cluster-title a {
  color: #bebebe;
  text-decoration: none;
}

/* line 1933, app/assets/stylesheets/services.scss */
#stack-actions {
  padding: 0 28px 40px 28px;
}

/*----------------------------------------------------*/
/* line 1939, app/assets/stylesheets/services.scss */
.stacked {
  padding-bottom: 10px;
  padding-top: 10px;
}

/* line 1944, app/assets/stylesheets/services.scss */
.stack-option-grid {
  padding-top: 0px;
  padding-left: 48px;
  text-align: center;
  margin: 0 auto;
  float: none;
}

/* line 1952, app/assets/stylesheets/services.scss */
.cs-section-cp-logo {
  display: block;
  float: right;
  margin-right: 290px;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 1960, app/assets/stylesheets/services.scss */
.cs-section-cp-logo-cs {
  display: block;
  float: right;
  margin-right: 329px;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 1968, app/assets/stylesheets/services.scss */
.cs-section-cp-logo-ucs {
  display: block;
  float: right;
  margin-right: 366px;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 1976, app/assets/stylesheets/services.scss */
.cs-section-cp-logo-ccs {
  display: block;
  float: right;
  margin-right: 196px;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 1984, app/assets/stylesheets/services.scss */
.user-cs-logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

/* line 1991, app/assets/stylesheets/services.scss */
.stack-option {
  float: left;
  width: 73px;
  height: 0px;
  margin: 0px 4px 74px 0;
  text-align: center;
}

/* line 1999, app/assets/stylesheets/services.scss */
.stack-logo {
  display: inline-block;
  margin-bottom: 10px;
  z-index: 1;
}

/* line 2003, app/assets/stylesheets/services.scss */
.stack-logo img {
  width: 45px;
  height: 45px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  background-color: #fff;
  z-index: 1;
}

/* line 2013, app/assets/stylesheets/services.scss */
.stack-logo a:hover {
  border-radius: 5px;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 2019, app/assets/stylesheets/services.scss */
  .stack-logo,
.similar-services-items .stack-logo {
    display: inline-block;
    margin-bottom: 10px;
    z-index: 1;
  }
  /* line 2025, app/assets/stylesheets/services.scss */
  .stack-logo img,
.similar-services-items .stack-logo img {
    width: 40px;
    height: 40px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    background-color: #fff;
    z-index: 1;
  }
  /* line 2036, app/assets/stylesheets/services.scss */
  .stack-logo a:hover,
.similar-services-items .stack-logo a:hover {
    border-radius: 5px;
  }
}

@media (max-width: 767px) {
  /* line 2043, app/assets/stylesheets/services.scss */
  .stack-logo {
    display: inline-block;
    margin-bottom: 10px;
    z-index: 1;
    font-size: 11px;
  }
  /* line 2049, app/assets/stylesheets/services.scss */
  .stack-logo img {
    width: 30px;
    height: 30px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    background-color: #fff;
    z-index: 1;
  }
  /* line 2060, app/assets/stylesheets/services.scss */
  .stack-logo a:hover {
    border-radius: 5px;
  }
  /* line 2065, app/assets/stylesheets/services.scss */
  .similar-services-items div.stack-logo {
    display: inline-block;
    margin-bottom: 10px;
    z-index: 1;
    width: 70px;
    height: 70px;
  }
  /* line 2072, app/assets/stylesheets/services.scss */
  .similar-services-items div.stack-logo img {
    width: 30px;
    height: 30px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    background-color: #fff;
    z-index: 1;
  }
}

/* line 2085, app/assets/stylesheets/services.scss */
.stack-option .stack-logo {
  display: block;
  margin-bottom: 10px;
  z-index: 1;
}

/* line 2090, app/assets/stylesheets/services.scss */
.stack-option .stack-logo img {
  width: 55px;
  height: 55px;
  border: 1px solid #adadad;
  border-radius: 5px;
  background-color: #fff;
  z-index: 1;
}

/* line 2101, app/assets/stylesheets/services.scss */
.stack-option .stack-logo a:hover {
  border-radius: 5px;
}

/* line 2106, app/assets/stylesheets/services.scss */
.sp-wu-section .stack-logo {
  display: block;
  margin-bottom: 10px;
  z-index: 1;
}

/* line 2111, app/assets/stylesheets/services.scss */
.sp-wu-section .stack-logo img {
  width: 55px;
  height: 55px;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  background-color: #fff;
  z-index: 1;
}

/* line 2122, app/assets/stylesheets/services.scss */
.sp-wu-section .stack-logo a:hover {
  border-radius: 8px;
}

/* line 2127, app/assets/stylesheets/services.scss */
.hint:after,
[data-hint]:after {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
}

/* line 2140, app/assets/stylesheets/services.scss */
.sp-cs-section-title .hint:after,
#all-tools .hint:after {
  background-color: #000 !important;
}

/* line 2144, app/assets/stylesheets/services.scss */
.sp-cs-section-title .hint--top:hover:after,
#all-tools .hint--top:hover:after {
  background-color: #000 !important;
}

/* line 2148, app/assets/stylesheets/services.scss */
.sp-cs-section-title .hint--top:before,
#all-tools .hint--top:before {
  border-top-color: black !important;
}

/* line 2152, app/assets/stylesheets/services.scss */
.sp-cs-section-title .hint--top:after,
#all-tools .hint--top:after {
  margin-left: -10px;
}

/* line 2155, app/assets/stylesheets/services.scss */
.sp-cs-section-title .hint--top:before,
.sp-cs-section-title .hint--top:after,
#all-tools .hint--top:before,
#all-tools .hint--top:after {
  bottom: 100%;
  left: 5%;
}

/* line 2169, app/assets/stylesheets/services.scss */
.tagline-hover .hint:after {
  background-color: #000 !important;
}

/* line 2173, app/assets/stylesheets/services.scss */
.tagline-hover .hint--top:hover:after {
  background-color: #000 !important;
}

/* line 2177, app/assets/stylesheets/services.scss */
.tagline-hover .hint--top:before {
  border-top-color: black !important;
}

/* line 2181, app/assets/stylesheets/services.scss */
.tagline-hover .hint--top:after {
  margin-left: -10px;
}

/* line 2184, app/assets/stylesheets/services.scss */
.tagline-hover .hint--top:before,
.tagline-hover .hint--top:after {
  bottom: 100%;
}

/* line 2190, app/assets/stylesheets/services.scss */
.stack-option-controls {
  z-index: 30;
  margin-top: -76px;
  margin-left: 52px;
}

/* line 2195, app/assets/stylesheets/services.scss */
.stack-option-controls img {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  border-radius: 40px;
}

/* line 2204, app/assets/stylesheets/services.scss */
.stack-option-controls .hint:before,
.stack-option-controls [data-hint]:before {
  margin-left: -5px;
  margin-bottom: -9px !important;
}

/* line 2210, app/assets/stylesheets/services.scss */
.stack-option-controls .hint:hover:before,
.stack-option-controls .hint:hover:after,
.stack-option-controls [data-hint]:hover:before,
.stack-option-controls [data-hint]:hover:after {
  margin-bottom: 7px;
}

/* line 2217, app/assets/stylesheets/services.scss */
.stack-option-controls .hint:after {
  background-color: #000 !important;
}

/* line 2221, app/assets/stylesheets/services.scss */
.stack-option-controls .hint--top:hover:after {
  background-color: #000 !important;
}

/* line 2225, app/assets/stylesheets/services.scss */
.stack-option-controls .hint--top:before {
  border-top-color: black !important;
}

/* line 2229, app/assets/stylesheets/services.scss */
.stack-option-controls .hint--top:after {
  margin-left: -31px;
  margin-bottom: 3px !important;
}

/* line 2235, app/assets/stylesheets/services.scss */
.stack-option-controls-csp {
  z-index: 30;
}

/* line 2238, app/assets/stylesheets/services.scss */
.stack-option-controls-csp img {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  border-radius: 40px;
  margin-top: -202px;
  margin-left: 61px;
}

/* line 2249, app/assets/stylesheets/services.scss */
.stack-option-controls-csp .hint:before,
.stack-option-controls-csp [data-hint]:before {
  margin-left: 22px;
  margin-bottom: 97px !important;
}

/* line 2255, app/assets/stylesheets/services.scss */
.stack-option-controls-csp .hint:hover:before,
.stack-option-controls-csp .hint:hover:after,
.stack-option-controls-csp [data-hint]:hover:before,
.stack-option-controls-csp [data-hint]:hover:after {
  margin-bottom: 7px;
}

/* line 2262, app/assets/stylesheets/services.scss */
.stack-option-controls-csp .hint:after {
  background-color: #000 !important;
}

/* line 2266, app/assets/stylesheets/services.scss */
.stack-option-controls-csp .hint--top:hover:after {
  background-color: #000 !important;
}

/* line 2270, app/assets/stylesheets/services.scss */
.stack-option-controls-csp .hint--top:before {
  border-top-color: black !important;
  bottom: 40%;
  left: 54%;
}

/* line 2276, app/assets/stylesheets/services.scss */
.stack-option-controls-csp .hint--top:after {
  margin-left: -3px;
  margin-bottom: 109px !important;
  bottom: 40%;
  left: 54%;
}

/* line 2284, app/assets/stylesheets/services.scss */
.cs-section-cp > .stack-option-grid > .stack-option {
  margin: 0px 3px 118px 3px;
}

/* line 2288, app/assets/stylesheets/services.scss */
.sp-cs-section > .cs-section-cp > .stack-option-grid > .stack-option {
  margin: 21px 3px 52px 1px;
}

/* line 2292, app/assets/stylesheets/services.scss */
.sp-cs-section > .cs-section-cp > .stack-option-grid {
  margin-top: 1px;
}

/* line 2296, app/assets/stylesheets/services.scss */
.stack-option-controls-ucsp {
  z-index: 30;
}

/* line 2299, app/assets/stylesheets/services.scss */
.stack-option-controls-ucsp img {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  border-radius: 40px;
  margin-top: -233px;
  margin-left: 62px;
}

/* line 2310, app/assets/stylesheets/services.scss */
.stack-option-controls-ucsp .hint:before,
.stack-option-controls-ucsp [data-hint]:before {
  margin-left: 22px;
  margin-bottom: 97px !important;
}

/* line 2316, app/assets/stylesheets/services.scss */
.stack-option-controls-ucsp .hint:hover:before,
.stack-option-controls-ucsp .hint:hover:after,
.stack-option-controls-ucsp [data-hint]:hover:before,
.stack-option-controls-ucsp [data-hint]:hover:after {
  margin-bottom: 7px;
}

/* line 2323, app/assets/stylesheets/services.scss */
.stack-option-controls-ucsp .hint:after {
  background-color: #000 !important;
}

/* line 2327, app/assets/stylesheets/services.scss */
.stack-option-controls-ucsp .hint--top:hover:after {
  background-color: #000 !important;
}

/* line 2331, app/assets/stylesheets/services.scss */
.stack-option-controls-ucsp .hint--top:before {
  border-top-color: black !important;
  bottom: 40%;
  left: 55%;
}

/* line 2337, app/assets/stylesheets/services.scss */
.stack-option-controls-ucsp .hint--top:after {
  margin-left: -3px;
  margin-bottom: 109px !important;
  bottom: 40%;
  left: 55%;
}

/* line 2345, app/assets/stylesheets/services.scss */
.stack-option-with-controls {
  float: left;
  width: 73px;
  height: 40px;
  margin: 25px 20px 50px 0;
  text-align: center;
}

/* line 2352, app/assets/stylesheets/services.scss */
.stack-option-with-controls .stack-logo {
  display: block;
  margin-bottom: 10px;
}

/* line 2356, app/assets/stylesheets/services.scss */
.stack-option-with-controls .stack-logo img {
  width: 55px;
  height: 55px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}

/* line 2369, app/assets/stylesheets/services.scss */
.cloudstack-section-title {
  margin-top: 10px;
  font-size: 13pt;
  margin-bottom: 25px;
  line-height: 10%;
  color: #777;
}

/* line 2377, app/assets/stylesheets/services.scss */
.cloudstack-section-subtitle {
  color: #b5b5b5;
}

/* line 2381, app/assets/stylesheets/services.scss */
.cloudstack-grid {
  padding-top: 20px;
  padding-left: 54px;
  text-align: center;
  margin: 0 auto;
  float: none;
  margin-bottom: 44px;
}

/* line 2390, app/assets/stylesheets/services.scss */
.cloudstack-grid-logos {
  float: left;
  margin-right: 40px;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 25px;
  width: 117px;
  height: 130px;
}

/* line 2399, app/assets/stylesheets/services.scss */
.cloudstack-grid-logos a:hover {
  border-radius: 8px;
}

/* line 2404, app/assets/stylesheets/services.scss */
.cloudstack-grid-logos-ucsp {
  float: left;
  margin: 25px 40px 0px 53px;
  text-align: center;
  width: 63px;
}

/* line 2411, app/assets/stylesheets/services.scss */
.stacked-remove {
  padding-bottom: 10px;
  padding-top: 0px;
}

/* line 2416, app/assets/stylesheets/services.scss */
.company-icon-cloudstack {
  width: 63px;
  height: 63px;
  border-radius: 5px;
  border: 1px solid #2c2c2c;
  border-radius: 8px;
  background: #fff;
  z-index: 1;
}

/*-------------- Cloudstack Styling-------------- */
/* line 2430, app/assets/stylesheets/services.scss */
#CloudStack-Title {
  text-align: center;
  z-index: 10;
}

/* line 2435, app/assets/stylesheets/services.scss */
#CloudStack-Title img {
  left: -125px;
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  border: 0.11em solid #e4e4e4;
}

/* line 2443, app/assets/stylesheets/services.scss */
#cloudstack-logo-user {
  width: 162px !important;
}

/* line 2445, app/assets/stylesheets/services.scss */
#cloudstack-logo-user img {
  width: 75px;
  left: -59px;
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  border: 0.11em solid #e4e4e4;
}

/* line 2455, app/assets/stylesheets/services.scss */
#CloudStack-Heading {
  text-align: center;
  height: 196px;
}

/* line 2460, app/assets/stylesheets/services.scss */
#cloudstack-description {
  text-align: left;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

/* line 2469, app/assets/stylesheets/services.scss */
#CloudStack-Services {
  margin-left: 30px;
  margin-right: 30px;
  color: #b5b5b5;
  font-weight: lighter;
}

/* line 2476, app/assets/stylesheets/services.scss */
#CloudStack-Services img {
  margin-top: 20px;
  margin-right: 70px;
  width: 73px;
  height: 73px;
  border-radius: 5px;
}

/*-------------- Cluster Styling-------------- */
/* line 2486, app/assets/stylesheets/services.scss */
.product-tag {
  background-color: #d8d8d8;
  border-radius: 3px;
  padding: 2px 5px;
  text-decoration: none;
  color: white;
  margin-bottom: 0px;
  font-size: 10pt;
  width: 51px;
  position: relative;
  top: 0px;
}

/* line 2499, app/assets/stylesheets/services.scss */
#stackup-tag-bar {
  width: 450px;
  padding-left: 32px;
}

/* line 2504, app/assets/stylesheets/services.scss */
#stackup-title-bar {
  width: 450px;
}

/* line 2508, app/assets/stylesheets/services.scss */
#cluster-title {
  text-align: center;
  z-index: 10;
}

/* line 2513, app/assets/stylesheets/services.scss */
.subscribe-tagline {
  color: grey;
  padding: 8px 0 10px 0;
  font-size: 11pt;
  text-align: center;
}

/* line 2520, app/assets/stylesheets/services.scss */
.landing-subscribe-box {
  border-radius: 8px;
  max-width: 500px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #e6e6e6;
  padding: 10px 0 10px 0;
  margin-bottom: 20px;
}

/* line 2531, app/assets/stylesheets/services.scss */
.landing-stack img {
  display: block;
  z-index: 5;
  display: block;
  background-color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid #e6e6e6;
}

/* line 2543, app/assets/stylesheets/services.scss */
.landing-stack-wu {
  float: none;
  margin: 0 auto;
  display: block;
  text-align: center;
}

/* line 2550, app/assets/stylesheets/services.scss */
.landing-stack-box {
  padding-left: 17px;
  margin-bottom: 20px;
  height: 112px;
  background-color: #f7f7f7;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

/* line 2559, app/assets/stylesheets/services.scss */
.landing-stack-name {
  text-align: center;
  color: #333;
  font-size: 21px;
  margin: 5px 0 5px 0;
  font-weight: bold;
  padding: 0 10px;
}

/* line 2568, app/assets/stylesheets/services.scss */
.landing-service-list {
  text-align: center;
  margin: 25px auto 20px auto;
  font-size: 14px;
  max-width: 800px;
  width: 100%;
}

/* line 2575, app/assets/stylesheets/services.scss */
.landing-service-list a:visited {
  color: #333;
}

/* line 2579, app/assets/stylesheets/services.scss */
.landing-service-list a {
  color: #333;
}

/* line 2583, app/assets/stylesheets/services.scss */
.landing-service-list a:hover {
  color: #0690fa;
}

/* line 2587, app/assets/stylesheets/services.scss */
.landing-service-list ul {
  white-space: nowrap;
  overflow: hidden;
}

/* line 2592, app/assets/stylesheets/services.scss */
.landing-service-list li {
  display: inline-block;
  padding-right: 8px;
  padding-left: 8px;
  border-right: 1px solid #ebebeb;
}

/* line 2599, app/assets/stylesheets/services.scss */
.landing-service-list li:last-child {
  border-right: none;
}

/* line 2604, app/assets/stylesheets/services.scss */
.landing-service-title {
  padding: 0px 20px 25px 20px;
  border-bottom: 1px solid #eee;
}

/* line 2608, app/assets/stylesheets/services.scss */
.landing-service-title a {
  color: #333;
}

/* line 2612, app/assets/stylesheets/services.scss */
.landing-service-title a:visited {
  color: #333;
}

/* line 2616, app/assets/stylesheets/services.scss */
.landing-service-title a:hover {
  color: #0690fa !important;
}

/* line 2621, app/assets/stylesheets/services.scss */
.landing-function {
  border: 0.11em solid #f8b23d;
  box-shadow: 0 0 0;
  padding: 7px 7px 7px 10px;
  border-radius: 8px;
  max-width: 823px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

/* line 2632, app/assets/stylesheets/services.scss */
.landing-function-title {
  color: #be1522;
  font-weight: 500;
  margin-bottom: 19px;
  padding-left: 17px;
  font-size: 13pt;
  margin-top: 6px;
}

/* line 2641, app/assets/stylesheets/services.scss */
#cluster-title img {
  left: -74px;
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  border: 0.11em solid #e4e4e4;
}

/* line 2649, app/assets/stylesheets/services.scss */
#cluster-heading {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

/* line 2655, app/assets/stylesheets/services.scss */
#cluster-description {
  text-align: left;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

/* line 2664, app/assets/stylesheets/services.scss */
#cluster-services {
  margin-left: 30px;
  margin-right: 30px;
  color: #b5b5b5;
  font-weight: lighter;
}

/* line 2671, app/assets/stylesheets/services.scss */
.cluster-service-name,
.cluster-service-name a {
  font-weight: bold !important;
  color: #333 !important;
  font-size: 14pt !important;
}

/* line 2678, app/assets/stylesheets/services.scss */
.cluster-service-name,
.cluster-service-name a:hover {
  text-decoration: none;
  color: #005580 !important;
}

/* line 2684, app/assets/stylesheets/services.scss */
.info-icon img {
  visibility: hidden;
}

/* line 2688, app/assets/stylesheets/services.scss */
#fav-service-logos {
  margin: 0 30px 30px;
}

/* line 2692, app/assets/stylesheets/services.scss */
.cloudstack-top-panel {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-left: 0px;
  background: #535353;
}

/* line 2699, app/assets/stylesheets/services.scss */
.cloudstack-grid-logos-p {
  padding-bottom: 10px;
}

/* line 2703, app/assets/stylesheets/services.scss */
.cloud-stack-name {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 20px;
  font-size: 12pt;
}

/* line 2709, app/assets/stylesheets/services.scss */
.sample-emails {
  padding: 10px 0 30px 0;
  font-size: 10pt;
  max-width: 500px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  color: #2c989c;
}

/* line 2719, app/assets/stylesheets/services.scss */
.sample-email-link {
  margin-top: 2px;
}

/* line 2721, app/assets/stylesheets/services.scss */
.sample-email-link a:hover {
  color: #2c989c !important;
}

/* line 2726, app/assets/stylesheets/services.scss */
.landing-function-anchor a {
  color: #2c989c;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 10px;
  font-weight: 400;
  font-size: 13pt;
  display: block;
  border: 0.11em solid #2c989c;
  box-shadow: 0 0 0;
  border-radius: 8px;
  padding: 10px 10px 10px 10px;
}

/* line 2742, app/assets/stylesheets/services.scss */
.landing-function-anchor a:visited {
  color: #2c989c;
}

/* line 2746, app/assets/stylesheets/services.scss */
.landing-function-anchor a:hover {
  background-color: #2c989c;
  color: #fff;
}

/* line 2751, app/assets/stylesheets/services.scss */
.sponsored-service {
  background-color: #ebebeb;
  padding: 60px 0;
  text-align: center;
  margin: 25px 18px;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 2759, app/assets/stylesheets/services.scss */
  .sponsored-service {
    background-color: #ebebeb;
    padding: 50px 0;
    text-align: center;
    margin: 25px 18px;
  }
}

@media (max-width: 767px) {
  /* line 2768, app/assets/stylesheets/services.scss */
  .sponsored-service {
    background-color: #ebebeb;
    padding: 30px 0;
    text-align: center;
    margin: 25px 18px;
  }
}

/* line 2776, app/assets/stylesheets/services.scss */
.user-widget {
  margin-top: 30px;
  background-color: #999;
  border-radius: 5px;
}

/* line 2782, app/assets/stylesheets/services.scss */
.landing-category-anchor {
  margin-bottom: 10px;
  margin-top: 10px;
}

/* line 2786, app/assets/stylesheets/services.scss */
.landing-category-anchor a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 2793, app/assets/stylesheets/services.scss */
#service-name-card span:last-child {
  display: none;
}

@media (min-width: 992px) {
  /* line 2804, app/assets/stylesheets/services.scss */
  .landing-headline {
    color: #333;
    padding: 10px 0 15px 0;
    font-size: 11pt;
    text-align: center;
  }
  /* line 2811, app/assets/stylesheets/services.scss */
  .landing-display-name {
    margin: 35px 0 4px 0;
    font-size: 23pt;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    padding-bottom: 0px;
  }
  /* line 2820, app/assets/stylesheets/services.scss */
  #weekly #mc-embedded-subscribe {
    margin-top: -68px;
    margin-left: 368px;
  }
  /* line 2825, app/assets/stylesheets/services.scss */
  #weekly #mce-EMAIL {
    font-size: 14pt;
    padding: 6px;
    width: 340px;
    margin-left: 19px;
    height: 44px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 2835, app/assets/stylesheets/services.scss */
  #weekly #mc-embedded-subscribe {
    margin-top: -68px;
    margin-left: 368px;
  }
  /* line 2840, app/assets/stylesheets/services.scss */
  #weekly #mce-EMAIL {
    font-size: 14pt;
    padding: 6px;
    width: 340px;
    margin-left: 19px;
    height: 44px;
  }
}

@media (max-width: 767px) {
  /* line 2850, app/assets/stylesheets/services.scss */
  .stack-navigator {
    margin: 10px 53px !important;
  }
  /* line 2854, app/assets/stylesheets/services.scss */
  #weekly #mc-embedded-subscribe {
    margin-top: 10px;
    margin-left: 100px;
  }
  /* line 2859, app/assets/stylesheets/services.scss */
  #weekly #mce-EMAIL {
    font-size: 12pt;
    padding: 6px;
    width: 290px;
    margin-left: 19px;
    height: 44px;
  }
  /* line 2867, app/assets/stylesheets/services.scss */
  .landing-headline {
    font-size: 12px;
    padding: 15px 0 0px 15px !important;
  }
}

/* line 2873, app/assets/stylesheets/services.scss */
.stack-navigator {
  margin: 10px 20px 0 20px;
}

/* line 2876, app/assets/stylesheets/services.scss */
.stack-navigator .navigation-layers {
  background-color: #fff;
  border-radius: 5px;
  padding: 16px 20px 9px 20px;
}

/* line 2883, app/assets/stylesheets/services.scss */
.stack-navigator .stack-layer .select2-container-multi .select2-choices {
  border-radius: 4px;
  box-sizing: border-box;
}

/* line 2890, app/assets/stylesheets/services.scss */
.stack-navigator .stack-layer .select2-container-multi .select2-search-choice-close {
  left: 3px;
  top: 10px;
}

/* line 2895, app/assets/stylesheets/services.scss */
.stack-navigator .stack-layer .select2-container-multi .select2-choices .select2-search-field {
  margin-top: 3px;
}

/* line 2900, app/assets/stylesheets/services.scss */
.stack-navigator .stack-layer .stack-input-container .stack-function {
  padding: 5px 10px 15px 10px;
}

/* line 2904, app/assets/stylesheets/services.scss */
.stack-navigator .stack-layer-title {
  color: grey !important;
  font-weight: 500;
  font-size: 10px;
  margin-bottom: 0;
}

/* line 2911, app/assets/stylesheets/services.scss */
.stack-navigator .current-layer {
  background-color: transparent;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2px;
  background-color: transparent !important;
}

/* line 2919, app/assets/stylesheets/services.scss */
.stack-navigator .current-layer a {
  background-color: transparent !important;
  color: #ebebeb;
}

/* line 2924, app/assets/stylesheets/services.scss */
.stack-navigator .current-layer a:hover {
  background-color: transparent !important;
  color: #fff;
}

/* line 2929, app/assets/stylesheets/services.scss */
.stack-navigator .current-layer .stack-layer-title-tag,
.stack-navigator .current-layer .stack-layer-title-tag a {
  border: 0px solid #999999 !important;
  padding: 0;
  display: block;
  margin: 0;
  background-color: #000 !important;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 4px;
}

/* line 2941, app/assets/stylesheets/services.scss */
.stack-navigator .current-layer .stack-layer-title-tag a,
.stack-navigator .current-layer .stack-layer-title-tag a a {
  border: 2px solid #000 !important;
}

/* line 2945, app/assets/stylesheets/services.scss */
.stack-navigator .current-layer .stack-layer-title-tag a:hover,
.stack-navigator .current-layer .stack-layer-title-tag a a:hover {
  background-color: #000 !important;
  color: #fff;
  border: 2px solid #000 !important;
}

/* line 2952, app/assets/stylesheets/services.scss */
.stack-navigator .show-layer {
  background-color: transparent;
  padding: 0px 0 2px 0;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  background-color: transparent !important;
}

/* line 2961, app/assets/stylesheets/services.scss */
.stack-navigator .show-layer a {
  background-color: transparent !important;
  color: #d7d7d7;
}

/* line 2966, app/assets/stylesheets/services.scss */
.stack-navigator .show-layer a:hover {
  background-color: transparent !important;
  color: #fff;
}

/* line 2971, app/assets/stylesheets/services.scss */
.stack-navigator .show-layer .stack-layer-title-tag,
.stack-navigator .show-layer .stack-layer-title-tag a {
  border: 0px solid grey !important;
  padding: 0;
  display: block;
  margin: 0;
  background-color: #333 !important;
  color: grey;
  text-align: center;
  border-radius: 4px;
}

/* line 2982, app/assets/stylesheets/services.scss */
.stack-navigator .show-layer .stack-layer-title-tag a,
.stack-navigator .show-layer .stack-layer-title-tag a a {
  border: 2px solid #333 !important;
}

/* line 2986, app/assets/stylesheets/services.scss */
.stack-navigator .show-layer .stack-layer-title-tag a:hover,
.stack-navigator .show-layer .stack-layer-title-tag a a:hover {
  background-color: #000 !important;
  color: #fff;
  border: 2px solid #000 !important;
}

/* line 2995, app/assets/stylesheets/services.scss */
.breadcrumb {
  list-style: none;
  background-color: transparent;
  border-radius: 3px;
  font-size: 13px;
  margin: 10px 0;
  padding: 0;
}

/* line 3003, app/assets/stylesheets/services.scss */
.breadcrumb a,
.breadcrumb a:visited {
  color: #c2c2c2;
  text-decoration: none;
}

/* line 3009, app/assets/stylesheets/services.scss */
.breadcrumb a:hover {
  color: #0690fa;
}

/* line 3013, app/assets/stylesheets/services.scss */
.breadcrumb .active {
  font-weight: normal;
}

/* line 3015, app/assets/stylesheets/services.scss */
.breadcrumb .active a {
  color: #c2c2c2;
}

/* line 3018, app/assets/stylesheets/services.scss */
.breadcrumb .active a:hover {
  color: #0690fa;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 3025, app/assets/stylesheets/services.scss */
  .bread-nav {
    text-align: center;
  }
}

@media (max-width: 767px) {
  /* line 3031, app/assets/stylesheets/services.scss */
  .bread-nav {
    font-size: 9px;
    text-align: left;
  }
}

/* line 3037, app/assets/stylesheets/services.scss */
#sp-sidebar.affix-bottom {
  position: absolute;
  margin-top: 30px;
}

/* line 3042, app/assets/stylesheets/services.scss */
#sp-sidebar.affix {
  width: 25%;
  max-width: 292.5px;
  margin-bottom: 40px;
  top: 0;
}

@media (max-width: 1200px) {
  /* line 3042, app/assets/stylesheets/services.scss */
  #sp-sidebar.affix {
    max-width: 242.5px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 3054, app/assets/stylesheets/services.scss */
  #sp-sidebar {
    display: none;
  }
}

@media (max-width: 767px) {
  /* line 3060, app/assets/stylesheets/services.scss */
  #sp-sidebar {
    display: none;
  }
}

@media (min-width: 992px) {
  /* line 3068, app/assets/stylesheets/services.scss */
  #sp-sidebar-mobile {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 3074, app/assets/stylesheets/services.scss */
  #sp-sidebar-mobile {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  /* line 3080, app/assets/stylesheets/services.scss */
  #sp-sidebar-mobile {
    margin-bottom: 40px;
  }
}

/* line 3087, app/assets/stylesheets/services.scss */
#stacked-services-mobile {
  overflow: visible !important;
}

/* line 3090, app/assets/stylesheets/services.scss */
#stacked-services-mobile .row {
  margin-left: 0;
  margin-right: 0;
}

/* line 3095, app/assets/stylesheets/services.scss */
#stacked-services-mobile .small-service {
  text-align: center;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  color: #333;
  margin-bottom: 15px;
}

/* line 3103, app/assets/stylesheets/services.scss */
#stacked-services-mobile .small-service .tool-name {
  font-weight: bold;
  font-size: 10px;
  margin-bottom: 3px;
  word-wrap: break-word;
}

/* line 3113, app/assets/stylesheets/services.scss */
#stacked-services-mobile .small-service .tool-name a:hover {
  background-color: transparent;
}

/* line 3118, app/assets/stylesheets/services.scss */
#stacked-services-mobile .small-service .tool-logo img {
  border-radius: 4px;
  width: 53px;
  height: 53px;
}

/* line 3125, app/assets/stylesheets/services.scss */
#stacked-services-mobile .form-controls input[type='text'] {
  overflow: auto;
  vertical-align: top;
}

/* line 3131, app/assets/stylesheets/services.scss */
a#show-less {
  color: #0690fa;
}

/* line 3135, app/assets/stylesheets/services.scss */
a#show-less:hover {
  text-decoration: underline;
}

/* entire container, keeps perspective */
/* line 3140, app/assets/stylesheets/services.scss */
.flip-container {
  perspective: 1000;
}

/* line 3148, app/assets/stylesheets/services.scss */
.flip-container,
.front,
.back {
  width: 293px;
  height: 290px;
}

/* flip speed goes here */
/* line 3156, app/assets/stylesheets/services.scss */
.flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}

/* line 3162, app/assets/stylesheets/services.scss */
.flip-container.flip .flipper {
  transform: rotateY(180deg);
}

/* hide back of pane during swap */
/* line 3167, app/assets/stylesheets/services.scss */
.front,
.back {
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

/* front pane, placed above back */
/* line 3176, app/assets/stylesheets/services.scss */
.front {
  z-index: 2;
}

/* back, initially hidden pane */
/* line 3181, app/assets/stylesheets/services.scss */
.back {
  transform: rotateY(180deg);
}

/* line 3185, app/assets/stylesheets/services.scss */
.company-stack-btn-wrapper {
  display: flex;
  margin-left: auto;
  padding: 0;
}

/* line 3190, app/assets/stylesheets/services.scss */
.company-stack-btn-wrapper .company-stack-btn {
  padding-top: 0px;
  margin: 40px 0 0 auto;
}

/* line 3195, app/assets/stylesheets/services.scss */
.company-stack-btn-wrapper .company-btn-icon {
  margin-right: 10px;
}

/* line 3201, app/assets/stylesheets/services.scss */
#card-list span.favorite-count {
  font-size: 14px;
  color: #c5c5c5;
  font-weight: 600;
  margin-left: -2px;
}

/* line 3209, app/assets/stylesheets/services.scss */
#card-list a:hover {
  background-color: transparent;
}

/* line 3213, app/assets/stylesheets/services.scss */
#card-list .score-card {
  border-top-right-radius: 4px;
  font-size: 15px;
  font-weight: 600;
  min-width: 66px;
}

/* line 3220, app/assets/stylesheets/services.scss */
#card-list a.score-card {
  color: #0690fa;
}

/* line 3224, app/assets/stylesheets/services.scss */
#card-list a.score-card:hover {
  color: #fff;
  background-color: #0690fa;
  border: 1px solid #0690fa;
}

/* line 3230, app/assets/stylesheets/services.scss */
#card-list .octicon-arrow-up:before {
  padding-right: 4px;
  color: inherit;
}

/* line 3235, app/assets/stylesheets/services.scss */
#card-list .octicon-arrow-up,
#card-list .octicon-arrow-up:hover {
  font-size: 17px;
  color: inherit;
}

/* line 3241, app/assets/stylesheets/services.scss */
#card-list .octicon-arrow-up > span {
  color: inherit;
}

@media (min-width: 1200px) {
  /* line 3247, app/assets/stylesheets/services.scss */
  #service-card-link {
    max-width: 350px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (min-width: 992px) {
  /* line 3257, app/assets/stylesheets/services.scss */
  #service-card-link {
    max-width: 350px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  /* line 3265, app/assets/stylesheets/services.scss */
  #service-name-card {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 3px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  /* line 3274, app/assets/stylesheets/services.scss */
  #service-title-card {
    color: grey;
    font-size: 12px;
    height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  /* line 3282, app/assets/stylesheets/services.scss */
  .trending-list {
    width: 475px;
    margin-right: auto;
    margin-left: auto;
  }
  /* line 3289, app/assets/stylesheets/services.scss */
  #trending-card a:hover {
    background-color: transparent;
  }
  /* line 3293, app/assets/stylesheets/services.scss */
  #trending-card .trending-score {
    border-top-right-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    min-width: 66px;
    border-bottom-left-radius: 5px;
    border: 1px solid #e8e8e8;
    border-width: 0 0 1px 1px;
    z-index: 1000;
    max-width: 120px;
    overflow: hidden;
    color: #0690fa;
    font-weight: bold;
    font-size: 20px;
    padding: 4px 15px 15px 14px;
  }
  /* line 3310, app/assets/stylesheets/services.scss */
  #trending-card a.trending-score {
    color: #0690fa;
  }
  /* line 3314, app/assets/stylesheets/services.scss */
  #trending-card a.trending-score:hover {
    color: #fff;
    background-color: #0690fa;
    border: 1px solid #0690fa;
  }
  /* line 3320, app/assets/stylesheets/services.scss */
  #trending-card .octicon-arrow-up:before {
    padding-right: 4px;
  }
  /* line 3324, app/assets/stylesheets/services.scss */
  #trending-card .octicon-arrow-up {
    font-size: 17px;
  }
  /* line 3329, app/assets/stylesheets/services.scss */
  .trending-title {
    font-size: 34px;
    font-weight: bold;
    color: black;
  }
  /* line 3335, app/assets/stylesheets/services.scss */
  .trend-flame {
    font-size: 43px !important;
    color: #ff5200;
  }
  /* line 3340, app/assets/stylesheets/services.scss */
  #trending-header {
    margin: 25px 0 0;
    text-align: center;
  }
  /* line 3345, app/assets/stylesheets/services.scss */
  #trending-sub-header {
    font-size: 20px;
    color: #848484;
    text-align: center;
    margin-top: 8px;
    padding-bottom: 10px;
  }
  /* line 3352, app/assets/stylesheets/services.scss */
  .layer-tools {
    font-size: 43px !important;
    color: #868686;
    margin-right: 10px;
  }
  /* line 3357, app/assets/stylesheets/services.scss */
  .stacks-landing-icon {
    font-size: 40px !important;
    color: #868686;
    margin-right: 10px;
  }
  /* line 3362, app/assets/stylesheets/services.scss */
  .stacks-no-img {
    font-size: 60px !important;
    color: #ebebeb;
    padding: 5px 0 6px 0;
  }
  /* line 3368, app/assets/stylesheets/services.scss */
  .stacks-no-img-list {
    font-size: 42px !important;
    color: #ebebeb;
    padding: 10px 0 0px 4px;
    margin: 0 0 18px 0;
  }
  /* line 3375, app/assets/stylesheets/services.scss */
  #trending-no-img {
    padding: 10px 14px 0px 0px;
  }
  /* line 3379, app/assets/stylesheets/services.scss */
  .stacks-no-img-show {
    font-size: 88px !important;
    color: #ebebeb;
    padding: 10px 0 0px 4px;
  }
  /* line 3385, app/assets/stylesheets/services.scss */
  #trending-tabs .div-center {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 3392, app/assets/stylesheets/services.scss */
  #service-card-link {
    max-width: 235px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  /* line 3400, app/assets/stylesheets/services.scss */
  #service-name-card {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 3px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  /* line 3410, app/assets/stylesheets/services.scss */
  #service-title-card {
    color: grey;
    font-size: 12px;
    height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  /* line 3418, app/assets/stylesheets/services.scss */
  .trending-title {
    font-size: 30px;
    font-weight: bold;
    color: black;
  }
  /* line 3424, app/assets/stylesheets/services.scss */
  .trend-flame {
    font-size: 43px !important;
    color: #ff5200;
  }
  /* line 3429, app/assets/stylesheets/services.scss */
  #trending-header {
    margin: 25px 0 0;
    text-align: center;
  }
  /* line 3434, app/assets/stylesheets/services.scss */
  #trending-sub-header {
    font-size: 18px;
    font-weight: 200;
    color: #848484;
    text-align: center;
    margin: 10px 0;
  }
  /* line 3442, app/assets/stylesheets/services.scss */
  .layer-tools {
    font-size: 43px !important;
    color: #868686;
    margin-right: 10px;
  }
  /* line 3447, app/assets/stylesheets/services.scss */
  .stacks-landing-icon {
    font-size: 40px !important;
    color: #868686;
    margin-right: 10px;
  }
  /* line 3452, app/assets/stylesheets/services.scss */
  .stacks-no-img {
    font-size: 60px !important;
    color: #ebebeb;
    padding: 5px 0 6px 0;
  }
  /* line 3457, app/assets/stylesheets/services.scss */
  .stacks-no-img-list {
    font-size: 42px !important;
    color: #ebebeb;
    padding: 10px 0 0px 4px;
  }
  /* line 3463, app/assets/stylesheets/services.scss */
  #trending-no-img {
    padding: 10px 14px 0px 0px;
  }
  /* line 3467, app/assets/stylesheets/services.scss */
  .stacks-no-img-show {
    font-size: 88px !important;
    color: #ebebeb;
    padding: 10px 0 0px 4px;
  }
}

@media (min-width: 420px) and (max-width: 767px) {
  /* line 3475, app/assets/stylesheets/services.scss */
  #service-card-link {
    width: 220px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  /* line 3483, app/assets/stylesheets/services.scss */
  #service-name-card {
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 3px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  /* line 3493, app/assets/stylesheets/services.scss */
  #service-title-card {
    color: grey;
    font-size: 12px;
    height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  /* line 3501, app/assets/stylesheets/services.scss */
  #card-list {
    max-width: 360px;
    margin: 0 auto;
  }
  /* line 3505, app/assets/stylesheets/services.scss */
  #card-list .score-card {
    border-top-right-radius: 4px;
    font-size: 15px;
    font-weight: 600;
  }
  /* line 3511, app/assets/stylesheets/services.scss */
  #card-list a.score-card {
    color: #0690fa;
  }
  /* line 3515, app/assets/stylesheets/services.scss */
  #card-list a.score-card:hover {
    color: #fff;
    background-color: #0690fa;
    border: 1px solid #0690fa;
  }
  /* line 3521, app/assets/stylesheets/services.scss */
  #card-list .octicon-arrow-up:before {
    padding-right: 4px;
  }
  /* line 3525, app/assets/stylesheets/services.scss */
  #card-list .octicon-arrow-up {
    font-size: 17px;
  }
  /* line 3529, app/assets/stylesheets/services.scss */
  #card-list .trending-title {
    font-size: 40px;
    font-weight: bold;
    color: black;
  }
  /* line 3536, app/assets/stylesheets/services.scss */
  .trending-title {
    font-size: 40px;
    font-weight: bold;
    color: black;
  }
  /* line 3542, app/assets/stylesheets/services.scss */
  .trend-flame {
    font-size: 43px !important;
    color: #ff5200;
  }
  /* line 3547, app/assets/stylesheets/services.scss */
  #trending-header {
    margin: 25px 0 0;
    text-align: center;
  }
  /* line 3552, app/assets/stylesheets/services.scss */
  #trending-sub-header {
    font-size: 13px;
    font-weight: 200;
    color: #c5c5c5;
    text-align: center;
    margin-top: 20px;
  }
  /* line 3560, app/assets/stylesheets/services.scss */
  .layer-tools {
    font-size: 43px !important;
    color: #868686;
    margin-right: 10px;
  }
  /* line 3566, app/assets/stylesheets/services.scss */
  .stacks-landing-icon {
    font-size: 40px !important;
    color: #868686;
    margin-right: 10px;
  }
  /* line 3571, app/assets/stylesheets/services.scss */
  .stacks-no-img {
    font-size: 60px !important;
    color: #ebebeb;
    padding: 5px 0 6px 0;
  }
  /* line 3576, app/assets/stylesheets/services.scss */
  .stacks-no-img-list {
    font-size: 42px !important;
    color: #ebebeb;
    padding: 10px 0 0px 4px;
  }
  /* line 3582, app/assets/stylesheets/services.scss */
  .stacks-no-img-show {
    font-size: 88px !important;
    color: #ebebeb;
    padding: 10px 0 0px 4px;
  }
}

@media (max-width: 767px) {
  /* line 3590, app/assets/stylesheets/services.scss */
  .company-stack-btn-wrapper {
    margin-left: unset;
  }
  /* line 3593, app/assets/stylesheets/services.scss */
  .company-stack-btn-wrapper .company-stack-btn {
    margin: 20px auto;
  }
  /* line 3598, app/assets/stylesheets/services.scss */
  #trending-title {
    font-size: 25px;
  }
}

@media (max-width: 420px) {
  /* line 3604, app/assets/stylesheets/services.scss */
  #service-card-link {
    width: 125px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  /* line 3612, app/assets/stylesheets/services.scss */
  #service-name-card {
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 3px;
  }
  /* line 3618, app/assets/stylesheets/services.scss */
  #service-title-card {
    color: grey;
    font-size: 11px;
    height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  /* line 3626, app/assets/stylesheets/services.scss */
  .stack-list-container {
    height: 100px !important;
    padding: 7px 10px !important;
    margin: auto;
  }
  /* line 3638, app/assets/stylesheets/services.scss */
  #card-list .octicon-arrow-up:before {
    padding-right: 0px;
  }
  /* line 3644, app/assets/stylesheets/services.scss */
  #service-pills-nav.trending .nav-pills > li {
    width: 60px !important;
  }
  /* line 3647, app/assets/stylesheets/services.scss */
  #service-pills-nav.trending .nav > li > a {
    padding: 8px 0;
  }
  /* line 3652, app/assets/stylesheets/services.scss */
  .trending-title {
    font-size: 25px;
    font-weight: bold;
    color: black;
  }
  /* line 3658, app/assets/stylesheets/services.scss */
  .trend-flame {
    font-size: 30px !important;
    color: #ff5200;
  }
  /* line 3663, app/assets/stylesheets/services.scss */
  #trending-header {
    margin: 25px 0 0;
    text-align: center;
  }
  /* line 3668, app/assets/stylesheets/services.scss */
  #trending-sub-header {
    font-size: 16px;
    font-weight: 200;
    color: #c5c5c5;
    text-align: center;
    margin-top: 10px;
  }
  /* line 3676, app/assets/stylesheets/services.scss */
  .layer-tools {
    font-size: 30px !important;
    color: #868686;
    margin-right: 10px;
  }
  /* line 3682, app/assets/stylesheets/services.scss */
  .stacks-landing-icon {
    font-size: 30px !important;
    color: #868686;
    margin-right: 10px;
  }
  /* line 3688, app/assets/stylesheets/services.scss */
  .stacks-no-img {
    font-size: 60px !important;
    color: #ebebeb;
    padding: 5px 0 6px 0;
  }
  /* line 3694, app/assets/stylesheets/services.scss */
  .stacks-no-img-list {
    font-size: 30px !important;
    color: #ebebeb;
    padding: 10px 0 0px 4px;
  }
  /* line 3700, app/assets/stylesheets/services.scss */
  .stacks-no-img-show {
    font-size: 58px !important;
    color: #ebebeb;
    padding: 10px 0 0px 4px;
  }
  /* line 3706, app/assets/stylesheets/services.scss */
  #service-header .fa.fa-check-circle {
    font-size: 19px !important;
  }
  /* line 3709, app/assets/stylesheets/services.scss */
  #service-card-trending .fa.fa-check-circle {
    font-size: 19px !important;
  }
}

/* line 3715, app/assets/stylesheets/services.scss */
#service-pills-nav.trending .nav-pills > li {
  width: 105px;
}

/* line 3718, app/assets/stylesheets/services.scss */
#service-pills-nav.trending .nav > li > a {
  padding: 8px 0;
}

/* line 3723, app/assets/stylesheets/services.scss */
#trending-pills-nav {
  display: flex;
  padding-top: 0px;
  font-weight: 600;
  border-bottom: 1px solid #ebebeb;
}

/* line 3729, app/assets/stylesheets/services.scss */
#trending-pills-nav .container {
  padding-left: 22px;
}

/* line 3733, app/assets/stylesheets/services.scss */
#trending-pills-nav .nav-pills > li.active > a,
#trending-pills-nav .nav-pills > li.active > a:hover,
#trending-pills-nav .nav-pills > li.active > a:focus {
  background-color: transparent;
  border-bottom: 3px solid #0690fa;
  border-radius: 0;
  height: 60px;
  width: 85px;
  box-sizing: border-box;
  display: block;
  transition: all 0.15s ease-in-out;
  color: #0690fa !important;
  font-size: 16px;
}

/* line 3749, app/assets/stylesheets/services.scss */
#trending-pills-nav .nav > li > a {
  padding: 18px 0 0 0;
}

/* line 3753, app/assets/stylesheets/services.scss */
#trending-pills-nav li {
  height: 60px;
}

/* line 3758, app/assets/stylesheets/services.scss */
#trending-pills-nav .nav > li > a:hover,
#trending-pills-nav .nav > li > a:focus {
  color: #0690fa !important;
  background-color: transparent;
}

/* line 3764, app/assets/stylesheets/services.scss */
#trending-pills-nav .nav > li > a,
#trending-pills-nav .nav > li > a:visited {
  color: grey;
  font-size: 16px;
}

/* line 3770, app/assets/stylesheets/services.scss */
#trending-pills-nav #tab-link {
  width: 105px;
}

/* line 3775, app/assets/stylesheets/services.scss */
#service-pills-nav {
  display: flex;
  padding-top: 0px;
  font-weight: 600;
  border-bottom: 1px solid #ebebeb;
}

/* line 3781, app/assets/stylesheets/services.scss */
#service-pills-nav .tab-trending-fix {
  height: 65px !important;
  font-size: 15px !important;
}

/* line 3786, app/assets/stylesheets/services.scss */
#service-pills-nav .container {
  padding: 0;
}

/* line 3790, app/assets/stylesheets/services.scss */
#service-pills-nav .nav-pills > li.active > a,
#service-pills-nav .nav-pills > li.active > a:hover,
#service-pills-nav .nav-pills > li.active > a:focus {
  background-color: transparent;
  border-bottom: 3px solid #0690fa;
  border-radius: 0;
  height: 76px;
  width: 110px;
  box-sizing: border-box;
  display: block;
  transition: all 0.15s ease-in-out;
  color: #0690fa !important;
  font-size: 22px;
}

/* line 3806, app/assets/stylesheets/services.scss */
#service-pills-nav .nav > li > a {
  padding: 14px 0 0 0;
  height: 76px;
}

/* line 3811, app/assets/stylesheets/services.scss */
#service-pills-nav #tab-label {
  font-size: 13px;
  margin-bottom: 5px;
  font-weight: 400;
}

/* line 3817, app/assets/stylesheets/services.scss */
#service-pills-nav #tab-link {
  font-size: 22px;
  width: 100px;
}

/* line 3822, app/assets/stylesheets/services.scss */
#service-pills-nav li {
  padding: 0px 5px 0 5px;
}

/* line 3826, app/assets/stylesheets/services.scss */
#service-pills-nav #stack-tab-link {
  width: 125px;
  height: 40px;
}

/* line 3831, app/assets/stylesheets/services.scss */
#service-pills-nav .stack-tabs-alt > .nav-pills > li.active > a,
#service-pills-nav .stack-tabs-alt > .nav-pills > li.active > a:hover,
#service-pills-nav .stack-tabs-alt > .nav-pills > li.active > a:focus {
  background-color: #0690fa;
  border-bottom: 5px solid #0060fa;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  height: 40px;
  box-sizing: border-box;
  display: block;
  transition: all 0.15s ease-in-out;
  color: white !important;
  font-size: 16px;
  padding: 9px 0 8px 0;
}

/* line 3854, app/assets/stylesheets/services.scss */
#service-pills-nav .nav > li > a:hover,
#service-pills-nav .nav > li > a:focus {
  color: #0690fa !important;
  background-color: transparent;
}

/* line 3860, app/assets/stylesheets/services.scss */
#service-pills-nav .nav > li > a,
#service-pills-nav .nav > li > a:visited {
  color: grey;
  font-size: 18px;
}

/* line 3866, app/assets/stylesheets/services.scss */
#service-pills-nav .nav > li .score-breakdown {
  margin-bottom: 10px;
  font-size: 22px;
}

/* line 3871, app/assets/stylesheets/services.scss */
#service-pills-nav .nav > li.active .score-breakdown {
  color: #0690fa;
  margin-bottom: 10px;
  font-size: 22px;
}

/* line 3877, app/assets/stylesheets/services.scss */
#service-pills-nav .nav > li .score-breakdown > a:hover,
#service-pills-nav .nav > li .score-breakdown > a:focus {
  color: #0690fa !important;
  background-color: transparent;
}

/* line 3883, app/assets/stylesheets/services.scss */
#service-pills-nav ul.nav.nav-pills {
  text-align: center;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 3889, app/assets/stylesheets/services.scss */
  .trending-heading-wrapper {
    padding-left: 0;
  }
  /* line 3893, app/assets/stylesheets/services.scss */
  #service-pills-nav {
    margin-top: 0px;
    display: flex;
    font-weight: 600;
  }
  /* line 3898, app/assets/stylesheets/services.scss */
  #service-pills-nav .container {
    padding: 0 35px;
  }
  /* line 3902, app/assets/stylesheets/services.scss */
  #service-pills-nav .nav-pills > li.active > a,
#service-pills-nav .nav-pills > li.active > a:hover,
#service-pills-nav .nav-pills > li.active > a:focus {
    background-color: transparent;
    border-bottom: 3px solid #0690fa;
    border-radius: 0;
    max-width: 110px;
    height: 72px;
    box-sizing: border-box;
    display: block;
    transition: all 0.15s ease-in-out;
    color: #0690fa !important;
    font-size: 18px;
  }
  /* line 3918, app/assets/stylesheets/services.scss */
  #service-pills-nav #tab-label {
    font-size: 12px;
    margin-bottom: 5px;
  }
  /* line 3923, app/assets/stylesheets/services.scss */
  #service-pills-nav #tab-link {
    font-size: 18px;
  }
  /* line 3927, app/assets/stylesheets/services.scss */
  #service-pills-nav #stack-tab-link {
    width: 125px;
  }
  /* line 3931, app/assets/stylesheets/services.scss */
  #service-pills-nav li {
    padding: 0px;
    height: 72px;
  }
  /* line 3936, app/assets/stylesheets/services.scss */
  #service-pills-nav .stack-tabs-alt > .nav-pills > li.active > a,
#service-pills-nav .stack-tabs-alt > .nav-pills > li.active > a:hover,
#service-pills-nav .stack-tabs-alt > .nav-pills > li.active > a:focus {
    background-color: #0690fa;
    border-bottom: 5px solid #0060fa;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    height: 40px;
    box-sizing: border-box;
    display: block;
    transition: all 0.15s ease-in-out;
    color: white !important;
    font-size: 18px;
  }
  /* line 3958, app/assets/stylesheets/services.scss */
  #service-pills-nav .nav > li > a:hover,
#service-pills-nav .nav > li > a:focus {
    color: #0690fa !important;
    background-color: transparent;
  }
  /* line 3964, app/assets/stylesheets/services.scss */
  #service-pills-nav .nav > li > a,
#service-pills-nav .nav > li > a:visited {
    color: grey;
    font-size: 18px;
  }
  /* line 3970, app/assets/stylesheets/services.scss */
  #service-pills-nav ul.nav.nav-pills {
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  /* line 3984, app/assets/stylesheets/services.scss */
  .tab-content {
    margin: 30px 0 !important;
  }
  /* line 3988, app/assets/stylesheets/services.scss */
  #trending-pills-nav {
    margin-top: 0px;
    display: flex;
    font-weight: 600;
  }
  /* line 3993, app/assets/stylesheets/services.scss */
  #trending-pills-nav .container {
    padding: 0 35px;
  }
  /* line 3997, app/assets/stylesheets/services.scss */
  #trending-pills-nav .nav-pills > li.active > a,
#trending-pills-nav .nav-pills > li.active > a:hover,
#trending-pills-nav .nav-pills > li.active > a:focus {
    background-color: transparent;
    border-bottom: 3px solid #0690fa;
    border-radius: 0;
    height: 60px;
    width: 85px;
    box-sizing: border-box;
    display: block;
    transition: all 0.15s ease-in-out;
    color: #0690fa !important;
    font-size: 15px;
  }
  /* line 4013, app/assets/stylesheets/services.scss */
  #trending-pills-nav #tab-label {
    font-size: 15px;
    margin-bottom: 5px;
  }
  /* line 4018, app/assets/stylesheets/services.scss */
  #trending-pills-nav #tab-link {
    font-size: 15px;
  }
  /* line 4026, app/assets/stylesheets/services.scss */
  #trending-pills-nav .stack-tabs-alt > .nav-pills > li.active > a,
#trending-pills-nav .stack-tabs-alt > .nav-pills > li.active > a:hover,
#trending-pills-nav .stack-tabs-alt > .nav-pills > li.active > a:focus {
    background-color: #0690fa;
    border-bottom: 5px solid #0060fa;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    height: 40px;
    box-sizing: border-box;
    display: block;
    transition: all 0.15s ease-in-out;
    color: white !important;
    font-size: 18px;
  }
  /* line 4048, app/assets/stylesheets/services.scss */
  #trending-pills-nav .nav > li > a:hover,
#trending-pills-nav .nav > li > a:focus {
    color: #0690fa !important;
    background-color: transparent;
  }
  /* line 4054, app/assets/stylesheets/services.scss */
  #trending-pills-nav .nav > li > a,
#trending-pills-nav .nav > li > a:visited {
    color: grey;
    font-size: 18px;
  }
  /* line 4060, app/assets/stylesheets/services.scss */
  #trending-pills-nav ul.nav.nav-pills {
    text-align: center;
  }
}

@media (max-width: 767px) {
  /* line 4071, app/assets/stylesheets/services.scss */
  .trending-heading-wrapper {
    text-align: center;
  }
  /* line 4075, app/assets/stylesheets/services.scss */
  #service-pills-nav {
    margin-top: 0px;
    display: flex;
    font-weight: 600;
  }
  /* line 4080, app/assets/stylesheets/services.scss */
  #service-pills-nav .container {
    padding: 0;
  }
  /* line 4084, app/assets/stylesheets/services.scss */
  #service-pills-nav .nav-pills > li.active > a,
#service-pills-nav .nav-pills > li.active > a:hover,
#service-pills-nav .nav-pills > li.active > a:focus {
    background-color: transparent;
    border-bottom: 3px solid #0690fa;
    border-radius: 0;
    height: 45px;
    box-sizing: border-box;
    display: block;
    transition: all 0.15s ease-in-out;
    color: #0690fa !important;
    font-size: 10px;
    font-weight: bold;
  }
  /* line 4100, app/assets/stylesheets/services.scss */
  #service-pills-nav #tab-label {
    font-size: 11px;
    margin-top: 0;
    margin-bottom: 2px;
  }
  /* line 4106, app/assets/stylesheets/services.scss */
  #service-pills-nav #tab-link {
    padding: 0;
    font-size: 14px;
    width: 30px;
  }
  /* line 4112, app/assets/stylesheets/services.scss */
  #service-pills-nav #stack-tab-link a {
    width: 65px;
  }
  /* line 4116, app/assets/stylesheets/services.scss */
  #service-pills-nav .stack-tabs-alt > .nav-pills > li.active > a,
#service-pills-nav .stack-tabs-alt > .nav-pills > li.active > a:hover,
#service-pills-nav .stack-tabs-alt > .nav-pills > li.active > a:focus {
    background-color: #0690fa;
    border-bottom: 5px solid #0060fa;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    height: 40px;
    box-sizing: border-box;
    display: block;
    transition: all 0.15s ease-in-out;
    color: white !important;
    font-size: 11px;
  }
  /* line 4134, app/assets/stylesheets/services.scss */
  #service-pills-nav .nav-pills > li {
    padding: 0 15px;
  }
  /* line 4138, app/assets/stylesheets/services.scss */
  #service-pills-nav .nav-pills > li.active {
    font-size: 11px;
  }
  /* line 4142, app/assets/stylesheets/services.scss */
  #service-pills-nav .nav > li > a:hover,
#service-pills-nav .nav > li > a:focus {
    color: #0690fa !important;
    background-color: transparent;
  }
  /* line 4148, app/assets/stylesheets/services.scss */
  #service-pills-nav .nav > li > a,
#service-pills-nav .nav > li > a:visited {
    color: grey;
    font-size: 11px;
  }
  /* line 4154, app/assets/stylesheets/services.scss */
  #service-pills-nav ul.nav.nav-pills {
    text-align: center;
    width: 312px;
  }
  /* line 4159, app/assets/stylesheets/services.scss */
  #service-pills-nav ul li a {
    margin-top: 5px;
  }
  /* line 4163, app/assets/stylesheets/services.scss */
  #service-pills-nav .nav li a {
    padding: 10px 0;
    height: 45px;
  }
  /* line 4169, app/assets/stylesheets/services.scss */
  .tab-content {
    margin: 30px 0 !important;
  }
  /* line 4173, app/assets/stylesheets/services.scss */
  #trending-pills-nav {
    margin-top: 0px;
    display: flex;
    font-weight: 600;
  }
  /* line 4178, app/assets/stylesheets/services.scss */
  #trending-pills-nav .container {
    padding: 0;
  }
  /* line 4182, app/assets/stylesheets/services.scss */
  #trending-pills-nav .nav-pills > li.active > a,
#trending-pills-nav .nav-pills > li.active > a:hover,
#trending-pills-nav .nav-pills > li.active > a:focus {
    background-color: transparent;
    border-bottom: 3px solid #0690fa;
    border-radius: 0;
    height: 45px;
    width: 40px;
    box-sizing: border-box;
    display: block;
    transition: all 0.15s ease-in-out;
    color: #0690fa !important;
    font-size: 10px;
    font-weight: bold;
  }
  /* line 4199, app/assets/stylesheets/services.scss */
  #trending-pills-nav #tab-label {
    font-size: 8px;
    margin-top: 0;
    margin-bottom: 2px;
  }
  /* line 4205, app/assets/stylesheets/services.scss */
  #trending-pills-nav #tab-link {
    padding-top: 10px;
    font-size: 15px;
  }
  /* line 4210, app/assets/stylesheets/services.scss */
  #trending-pills-nav li {
    padding: 0px 10px 0 10px;
    height: 45px;
  }
}

@media (min-width: 992px) {
  /* line 4218, app/assets/stylesheets/services.scss */
  .sp-tab-container {
    min-height: 800px;
  }
  /* line 4221, app/assets/stylesheets/services.scss */
  .explore-pills {
    margin-bottom: 50px !important;
  }
  /* line 4225, app/assets/stylesheets/services.scss */
  #new-stack-form {
    min-height: 1200px;
  }
  /* line 4228, app/assets/stylesheets/services.scss */
  #new-stack-form .btn-group {
    width: 458px;
  }
  /* line 4234, app/assets/stylesheets/services.scss */
  .source-code-link .octicon-git-branch {
    font-size: 31px;
    margin-left: 5px;
    vertical-align: top;
    padding-top: 5px;
  }
  /* line 4242, app/assets/stylesheets/services.scss */
  a.source-code-link,
a.source-code-link:visited {
    color: #dbdbdb;
  }
  /* line 4247, app/assets/stylesheets/services.scss */
  a.source-code-link:hover {
    color: #0690fa;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 4253, app/assets/stylesheets/services.scss */
  .sp-tab-container {
    min-height: none;
  }
  /* line 4258, app/assets/stylesheets/services.scss */
  .source-code-link .octicon-git-branch {
    font-size: 29px;
    margin-left: 5px;
  }
  /* line 4264, app/assets/stylesheets/services.scss */
  a.source-code-link,
a.source-code-link:visited {
    color: #dbdbdb;
  }
  /* line 4269, app/assets/stylesheets/services.scss */
  a.source-code-link:hover {
    color: #0690fa;
  }
}

@media (max-width: 767px) {
  /* line 4275, app/assets/stylesheets/services.scss */
  .sp-tab-container {
    min-height: none;
  }
  /* line 4280, app/assets/stylesheets/services.scss */
  .source-code-link .octicon-git-branch {
    font-size: 19px;
    margin-left: 5px;
  }
  /* line 4286, app/assets/stylesheets/services.scss */
  a.source-code-link,
a.source-code-link:visited {
    color: #dbdbdb;
  }
  /* line 4291, app/assets/stylesheets/services.scss */
  a.source-code-link:hover {
    color: #0690fa;
  }
}

/* line 4297, app/assets/stylesheets/services.scss */
.tool-stack-link a,
.tool-stack-link a:visited {
  color: #333;
}

/* line 4302, app/assets/stylesheets/services.scss */
.tool-stack-link a:hover {
  color: #0690fa !important;
}

/* line 4311, app/assets/stylesheets/services.scss */
.sponsored-function-name {
  color: #d7d7d7;
  font-size: 9px;
  border: 1px solid #d7d7d7;
  border-radius: 2px;
  padding: 1px 3px;
  margin-left: 8px;
  position: absolute;
  margin-top: 4px;
}

/* line 4322, app/assets/stylesheets/services.scss */
.sponsored-function-name-post {
  color: gray;
  font-size: 10px;
  padding: 1px 3px;
  margin-top: 0px;
  display: inline-block;
}

/* line 4332, app/assets/stylesheets/services.scss */
.popover {
  border: 0 solid rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}

/* line 4339, app/assets/stylesheets/services.scss */
#pop-stack a,
#pop-stack a:visited {
  color: #ebebeb;
  font-size: 14px;
  font-weight: bold;
}

/* line 4346, app/assets/stylesheets/services.scss */
#pop-stack a:hover {
  color: white;
  font-size: 14px;
  font-weight: bold;
}

/* line 4362, app/assets/stylesheets/services.scss */
.tool-fav .trending-star {
  font-size: 30px !important;
}

/* line 4365, app/assets/stylesheets/services.scss */
.tool-fav .trending-star:hover {
  color: #0690fa;
}

/* line 4368, app/assets/stylesheets/services.scss */
.tool-fav .star-count {
  font-size: 15px;
  font-weight: 600;
}

/* line 4374, app/assets/stylesheets/services.scss */
.tool-trending-container:hover .trending-star,
.tool-trending-container:hover .star-count {
  font-weight: bold !important;
  color: #0690fa !important;
}

/* line 4380, app/assets/stylesheets/services.scss */
.claim-bar {
  display: inline-flex;
  display: -webkit-inline-flex;
  height: 76px;
}

/* line 4386, app/assets/stylesheets/services.scss */
.community-generated {
  margin: auto;
  font-weight: normal;
  color: grey;
  margin-right: 10px;
}

/* line 4394, app/assets/stylesheets/services.scss */
.claim-stack-link a {
  font-weight: bold;
  color: grey;
  margin-left: -5px;
}

/* line 4399, app/assets/stylesheets/services.scss */
.claim-stack-link a:hover {
  font-weight: bold;
  margin-left: -5px;
}

/* line 4406, app/assets/stylesheets/services.scss */
#sponsored-stack a img {
  opacity: 0.7;
}

/* line 4415, app/assets/stylesheets/services.scss */
#sponsored-stack :hover img {
  opacity: 1;
}

/* line 4424, app/assets/stylesheets/services.scss */
#sponsored-stack .tool-logo img {
  position: relative;
  z-index: 5;
  display: block;
  width: 53px;
  height: 53px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
}

/* line 4436, app/assets/stylesheets/services.scss */
.stack-count {
  font-size: 14px;
  color: #c5c5c5;
  font-weight: 600;
  margin-top: 4px;
  display: inline-block;
}

/* line 4444, app/assets/stylesheets/services.scss */
.stack-count-justify {
  font-size: 16px;
  color: #c5c5c5;
  margin-left: 4px;
}

/* line 4450, app/assets/stylesheets/services.scss */
.more-stacks-sp {
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
  top: 12px;
}

/* line 4456, app/assets/stylesheets/services.scss */
.more-stacks-sp a,
.more-stacks-sp a:visited {
  color: grey;
}

/* line 4461, app/assets/stylesheets/services.scss */
.more-stacks-sp a:hover {
  color: #0690fa;
  text-decoration: underline;
}

/* line 4467, app/assets/stylesheets/services.scss */
.violation {
  display: inline;
  margin: auto 0;
}

/* line 4471, app/assets/stylesheets/services.scss */
.violation i {
  color: #ff3e00;
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
}

/* line 4479, app/assets/stylesheets/services.scss */
.sp-category-stackups {
  color: #d7d7d7;
  margin-top: 12px;
  font-size: 11px;
}

/* line 4485, app/assets/stylesheets/services.scss */
.sp-category-stackups :hover {
  color: #0690fa;
}

/* line 4489, app/assets/stylesheets/services.scss */
.new-tab {
  display: inline;
  padding: 0px 3px;
  font-weight: bold;
  color: white;
  border-radius: 2px;
  background-color: #ff7200;
  font-size: 11px;
  position: absolute;
  right: 0px;
  top: 8px;
}

/* line 4503, app/assets/stylesheets/services.scss */
.soft-approval-container {
  clear: both;
  overflow: hidden;
  padding-top: 30px;
}

/* line 4509, app/assets/stylesheets/services.scss */
.soft-approval-container.opened {
  max-height: 690px;
  transition: max-height 0.25s ease-in;
}

/* line 4514, app/assets/stylesheets/services.scss */
.soft-approval-container.closed {
  max-height: 0;
  transition: max-height 0.15s ease-out;
}

/* line 4520, app/assets/stylesheets/services.scss */
.soft-approval-active img {
  border: 1px solid #0690fa;
}

/* line 4525, app/assets/stylesheets/services.scss */
.pending-approval-tool-check {
  position: absolute;
  left: 50%;
  top: 14px;
  color: #fff;
  background-color: #000;
  border-radius: 80px;
  padding: 3px;
}

/* line 4535, app/assets/stylesheets/services.scss */
.pending-approval-container {
  border-radius: 8px;
  padding: 20px;
  border: 3px dotted #d7d7d7;
}

/* line 4541, app/assets/stylesheets/services.scss */
.new-tag {
  display: inline-block;
  padding: 2px 7px;
  font-weight: bold;
  color: white;
  border-radius: 2px;
  background-color: #ff7200;
  font-size: 11px;
  margin: 12px 0;
}

/* line 4552, app/assets/stylesheets/services.scss */
.alternatives-reasons {
  color: #333;
  border: 1px solid #9a9a9a;
  border-radius: 2px;
  padding: 4px;
  font-size: 11px;
  text-align: center;
  vertical-align: middle;
  margin-right: 10px;
  white-space: nowrap;
  text-overflow: unset;
  display: inline-block;
  font-weight: 600;
}

@media (max-width: 600px) {
  /* line 4552, app/assets/stylesheets/services.scss */
  .alternatives-reasons {
    margin-right: 0;
    margin-top: 10px;
    border-color: rgba(154, 154, 154, 0.1);
  }
}

/* line 9, app/assets/stylesheets/stacks.scss */
.stacks-index-wrapper {
  max-width: 925px;
  margin: 0 auto;
}

@media (max-width: 920px) {
  /* line 9, app/assets/stylesheets/stacks.scss */
  .stacks-index-wrapper {
    max-width: 625px;
  }
}

/* line 18, app/assets/stylesheets/stacks.scss */
.browse-stacks-grid {
  padding-top: 50px;
}

/* line 22, app/assets/stylesheets/stacks.scss */
.app-stack-container {
  font-size: 11pt;
  padding: 0px 20px 10px 30px;
}

/* line 27, app/assets/stylesheets/stacks.scss */
.app-stack .cloudstack-top-panel {
  background: #3E3E3E;
}

/* line 31, app/assets/stylesheets/stacks.scss */
.app-stack-heading {
  margin-bottom: 20px;
}

/* line 35, app/assets/stylesheets/stacks.scss */
#stack-description {
  font-size: 12px;
  color: grey;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 15px;
  text-align: left;
  text-align: center;
}

/* line 45, app/assets/stylesheets/stacks.scss */
.squib-container {
  width: 100%;
  max-width: 1170px;
  margin: 10px auto;
  padding: 0;
  min-height: 110px;
  display: flex;
  flex-flow: column nowrap;
  align-items: stretch;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 58, app/assets/stylesheets/stacks.scss */
  #stack-description {
    font-size: 12px;
    color: #666;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 15px;
    margin-top: 10px;
    text-align: left;
  }
}

@media (max-width: 767px) {
  /* line 70, app/assets/stylesheets/stacks.scss */
  #stack-description {
    font-size: 10px;
    color: #666;
    font-weight: 400;
    line-height: 14px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: left;
  }
  /* line 80, app/assets/stylesheets/stacks.scss */
  .browse-stacks-grid {
    padding-top: 25px;
  }
}

@media (min-width: 601px) and (max-width: 768px) {
  /* line 86, app/assets/stylesheets/stacks.scss */
  #combo-logos {
    margin-left: 0 !important;
  }
  /* line 90, app/assets/stylesheets/stacks.scss */
  .trending-container {
    width: auto !important;
  }
}

/* line 96, app/assets/stylesheets/stacks.scss */
.app-cs-title {
  font-size: 11pt;
  color: #fff;
  font-weight: 400;
  padding-bottom: 8px;
}

/* line 103, app/assets/stylesheets/stacks.scss */
.app-item-tags {
  padding: 5px 0px 5px 0px;
}

/* line 107, app/assets/stylesheets/stacks.scss */
a.app-item-tag {
  background-color: #000;
  border-radius: 3px;
  border: 1px solid black;
  padding-left: 7px;
  padding-right: 7px;
  padding-bottom: 4px;
  padding-top: 4px;
  color: white;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
  line-height: 35px;
  margin: 2px;
}

/* line 123, app/assets/stylesheets/stacks.scss */
span.app-item-tag {
  color: grey;
  padding-left: 7px;
  padding-right: 7px;
  padding-bottom: 4px;
  padding-top: 4px;
  white-space: nowrap;
  line-height: 35px;
  margin: 2px;
}

/* line 137, app/assets/stylesheets/stacks.scss */
a.app-item-tag:hover {
  background-color: #FFF !important;
  color: black !important;
  border: 1px solid white;
}

/* line 143, app/assets/stylesheets/stacks.scss */
a.app-item-tag:visited {
  color: white;
}

/* line 147, app/assets/stylesheets/stacks.scss */
.app-stack-logos img {
  display: block;
  width: 73px;
  height: 73px;
  background-color: #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border: 1px solid #E6E6E6;
  margin-left: auto;
  margin-right: auto;
}

/* line 161, app/assets/stylesheets/stacks.scss */
.stack-function-tag {
  background-color: #707070 !important;
  border-radius: 3px !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  padding-bottom: 2px !important;
  padding-top: 2px !important;
  color: white !important;
  font-size: 10pt !important;
  white-space: nowrap;
  line-height: 27px;
}

/* line 174, app/assets/stylesheets/stacks.scss */
.stack-function {
  border: none;
  padding: 1px 15px 8px 15px;
}

/* line 179, app/assets/stylesheets/stacks.scss */
.stack-function .stack-layer .select2-container-multi .select2-choices {
  border-radius: 4px;
  box-sizing: border-box;
}

/* line 186, app/assets/stylesheets/stacks.scss */
.stack-function .stack-layer .select2-container-multi .select2-search-choice-close {
  left: 3px;
  top: 10px;
}

/* line 191, app/assets/stylesheets/stacks.scss */
.stack-function .stack-layer .select2-container-multi .select2-choices .select2-search-field {
  margin-top: 3px;
}

/* line 196, app/assets/stylesheets/stacks.scss */
.stack-function .stack-layer .stack-input-container .stack-function {
  padding: 5px 10px 15px 10px;
}

/* line 202, app/assets/stylesheets/stacks.scss */
.label-important {
  background-color: orange;
}

/* line 206, app/assets/stylesheets/stacks.scss */
.all-layers {
  padding: 10px !important;
}

/* line 210, app/assets/stylesheets/stacks.scss */
.popular-widget {
  float: right;
  border: 1px #DDDDDD solid;
  border-radius: 8px;
  background-color: #FFF;
  height: 700px;
  overflow-y: scroll;
  overflow-x: hidden;
}

/* line 222, app/assets/stylesheets/stacks.scss */
.popular-center {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

/* line 230, app/assets/stylesheets/stacks.scss */
.popular-widget .tool-logo img {
  width: 43px !important;
  height: 43px !important;
  border-radius: 5px;
}

/* line 236, app/assets/stylesheets/stacks.scss */
.stack-input-container .stack-function-title {
  margin-top: 5px;
  font-weight: 500 !important;
  font-size: 15px;
  margin-bottom: 8px;
}

/* line 243, app/assets/stylesheets/stacks.scss */
.stack-detail-service {
  text-align: center;
  font-size: 17px;
  font-weight: 600;
}

/* line 248, app/assets/stylesheets/stacks.scss */
.stack-detail-service .service-logo img {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 13px;
  width: 63px;
  height: 63px;
}

/* line 258, app/assets/stylesheets/stacks.scss */
.submit-links-container {
  margin: 50px 0;
  overflow: hidden;
}

/* line 261, app/assets/stylesheets/stacks.scss */
.submit-links-container .submit-links {
  float: right;
}

/* line 266, app/assets/stylesheets/stacks.scss */
.submit-links-container .skip-link {
  display: inline-block;
  margin-right: 10px;
  color: #bebebe;
}

/* line 273, app/assets/stylesheets/stacks.scss */
.btn-save-stack {
  color: white;
  width: 200px;
}

/* line 278, app/assets/stylesheets/stacks.scss */
.btn-save-stack:hover {
  color: white;
}

/* line 281, app/assets/stylesheets/stacks.scss */
.btn-save-stack-top {
  float: right;
  margin: 30px 0;
  display: block;
}

/* line 287, app/assets/stylesheets/stacks.scss */
.stack-details-container {
  clear: both;
  margin-bottom: 20px;
}

/* line 290, app/assets/stylesheets/stacks.scss */
.stack-details-container h3 {
  padding-top: 15px;
  text-align: left;
  font-size: 16px;
  font-weight: normal;
  color: grey;
  border-top: 1px solid #ebebeb;
  margin-bottom: 20px;
}

/* line 301, app/assets/stylesheets/stacks.scss */
.stack-detail {
  overflow: hidden;
}

/* line 303, app/assets/stylesheets/stacks.scss */
.stack-detail .btn {
  padding: 3px 6px;
}

/* line 306, app/assets/stylesheets/stacks.scss */
.stack-detail__source {
  padding-top: 15px;
  color: grey;
  margin: 0 0 10px;
}

/* line 308, app/assets/stylesheets/stacks.scss */
.stack-detail__source span {
  color: #333;
}

/* line 314, app/assets/stylesheets/stacks.scss */
.stack-detail .identity-container {
  float: left;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #E6E6E6;
  background-color: #000;
  color: white;
}

/* line 322, app/assets/stylesheets/stacks.scss */
.stack-detail .identity-container .tool-name {
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 3px;
  word-wrap: break-word;
}

/* line 328, app/assets/stylesheets/stacks.scss */
.stack-detail .identity-container .tool-name a, .stack-detail .identity-container .tool-name a:visited {
  color: white;
}

/* line 332, app/assets/stylesheets/stacks.scss */
.stack-detail .identity-container .tool-name a:hover {
  color: #ebebeb !important;
  background-color: transparent;
}

/* line 338, app/assets/stylesheets/stacks.scss */
.stack-detail .identity-container .logo {
  margin: 10px;
  border-radius: 4px;
  border: 1px solid #383838;
  overflow: hidden;
  background-color: #FFF;
}

/* line 345, app/assets/stylesheets/stacks.scss */
.stack-detail .identity-container .logo img {
  width: 73px;
  height: 73px;
}

/* line 352, app/assets/stylesheets/stacks.scss */
.stack-detail .form-controls input[type="text"] {
  overflow: auto;
  vertical-align: top;
}

/* line 358, app/assets/stylesheets/stacks.scss */
.app_stack_fields, .company_stack_fields {
  max-width: 748px;
  margin: 0 auto;
}

/* line 363, app/assets/stylesheets/stacks.scss */
.edit-column {
  margin: 10px auto;
  max-width: 748px;
}

/* line 366, app/assets/stylesheets/stacks.scss */
.edit-column .form-group {
  display: flex;
}

/* line 368, app/assets/stylesheets/stacks.scss */
.edit-column .form-group input, .edit-column .form-group .select2-container, .edit-column .form-group select {
  flex: 1;
}

/* line 374, app/assets/stylesheets/stacks.scss */
.form-group {
  display: flex;
  flex-wrap: wrap;
}

/* line 377, app/assets/stylesheets/stacks.scss */
.form-group.edit-stack-item-source {
  margin: 25px 0;
}

/* line 379, app/assets/stylesheets/stacks.scss */
.form-group.edit-stack-item-source .edit-stack-labels {
  margin: 0 20px 0 0;
}

/* line 383, app/assets/stylesheets/stacks.scss */
.form-group input.flexed {
  flex: 1;
}

/* line 388, app/assets/stylesheets/stacks.scss */
.edit-layer {
  border: none;
  max-width: 748px;
  padding: 0px 15px 20px 15px;
  border-radius: 5px;
  margin: auto auto 10px;
  background-color: #333 !important;
}

/* line 397, app/assets/stylesheets/stacks.scss */
.stack-function-title {
  color: white !important;
  font-weight: 400 !important;
  font-size: 11pt;
  margin-bottom: 3px;
  margin-top: 10px;
}

/* line 405, app/assets/stylesheets/stacks.scss */
.app-stack-function-title {
  color: #a2a2a2;
  font-weight: 500;
  font-size: 11pt;
  margin-bottom: 3px;
  margin-top: 10px;
}

/* line 413, app/assets/stylesheets/stacks.scss */
.show-layer {
  border: none;
  padding: 0px 15px 10px 15px;
  border-radius: 4px;
  max-width: 823px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  background-color: #333 !important;
}

/* line 424, app/assets/stylesheets/stacks.scss */
.show-layer-d {
  border: none;
  border-radius: 5px;
  max-width: 823px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  background-color: #333 !important;
}

/* line 434, app/assets/stylesheets/stacks.scss */
.show-layer-cat {
  border: none;
  border-radius: 5px;
  max-width: 823px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  background-color: #000 !important;
}

/* line 444, app/assets/stylesheets/stacks.scss */
.select2-container-multi .select2-choices .select2-search-choice {
  border: 1px solid #000000;
  color: #FFF;
  background-color: #0E0E0E;
  background-image: -moz-linear-gradient(center top, #000000 100%, #000000 100%, #000000 100%, #EEE 100%);
  box-shadow: 0 0 0 #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  padding: 6px 8px 6px 18px;
  font-size: 13px;
  font-weight: 500;
}

/* line 456, app/assets/stylesheets/stacks.scss */
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-color: #000;
  color: #fff;
}

/* line 461, app/assets/stylesheets/stacks.scss */
.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #0690fa;
}

/* line 465, app/assets/stylesheets/stacks.scss */
.stack-input-container .autocomplete {
  max-width: 726px;
  width: 100%;
}

/* line 470, app/assets/stylesheets/stacks.scss */
.select2-results .select2-highlighted {
  background: #0690fa;
}

/* line 474, app/assets/stylesheets/stacks.scss */
.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #0690fa;
}

/* line 478, app/assets/stylesheets/stacks.scss */
.select2-drop-active {
  border: 1px solid #0690fa;
}

/* line 482, app/assets/stylesheets/stacks.scss */
.select2-results {
  font-weight: bold;
}

/* line 486, app/assets/stylesheets/stacks.scss */
.stack-service-no-logo img {
  border-radius: 5px;
  border: 1px solid #2C2C2C;
  border-radius: 5px;
  background: #fff;
  z-index: 1;
  margin: 5px 15px;
}

/* line 497, app/assets/stylesheets/stacks.scss */
.stack-service-logo img {
  width: 60px;
  height: 60px;
  border-radius: 5px;
  border: 1px solid #2C2C2C;
  border-radius: 5px;
  background: #fff;
  z-index: 1;
  margin: 5px 15px;
}

/* line 510, app/assets/stylesheets/stacks.scss */
a.stack-service-logo, a.stack-service-logo:hover {
  background: transparent;
}

/* line 514, app/assets/stylesheets/stacks.scss */
.stack-service-name-under {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  padding: 3px 0;
  height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 525, app/assets/stylesheets/stacks.scss */
.stack-service-name-under a:hover {
  color: white;
}

/* line 529, app/assets/stylesheets/stacks.scss */
.stack-service-name-under a:visited {
  color: #FFFFFF;
}

/* line 534, app/assets/stylesheets/stacks.scss */
a.stack-service-name-under {
  height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 541, app/assets/stylesheets/stacks.scss */
.stack-layer-title {
  color: grey !important;
  font-weight: 400;
  font-size: 11px;
  margin-bottom: 5px;
}

/* line 548, app/assets/stylesheets/stacks.scss */
.stack-layer-title-tag {
  border: 1px solid #5e5e5e;
  padding: 3px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  margin: 0 -5px;
  background-color: #5e5e5e;
  color: white;
  text-align: center;
}

/* line 561, app/assets/stylesheets/stacks.scss */
.stack-detail-function {
  padding: 10px 15px 15px 15px;
  background: #333;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  line-height: 15px;
  border-top: 1px solid #474646;
}

/* line 569, app/assets/stylesheets/stacks.scss */
.stack-detail-function a, .stack-detail-function a:visited {
  color: grey;
  font-size: 11px;
  font-weight: 500;
}

/* line 575, app/assets/stylesheets/stacks.scss */
.stack-detail-function a:hover {
  background-color: transparent;
  color: white;
}

/* line 582, app/assets/stylesheets/stacks.scss */
.function-name-under {
  color: #969696 !important;
  font-weight: 400;
  border-radius: 3px;
  padding: 0px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px !important;
  color: #aaa !important;
}

/* line 595, app/assets/stylesheets/stacks.scss */
.function-name-under a, .function-name-under a:visited {
  color: #969696;
  font-size: 8pt;
  font-weight: 400;
  background-color: #3D3D3D;
  padding: 0px;
}

/* line 603, app/assets/stylesheets/stacks.scss */
.function-name-under a:hover {
  text-decoration: none;
  color: white !important;
  background-color: black !important;
}

/* line 609, app/assets/stylesheets/stacks.scss */
.category-name-under {
  color: #969696;
  font-size: 8pt;
  font-weight: 400;
  background-color: #F0F0F0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 0;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 622, app/assets/stylesheets/stacks.scss */
.category-name-under a, .category-name-under a:visited {
  color: #969696;
  font-size: 8pt;
  font-weight: 400;
  background-color: #F0F0F0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 2px 5px 2px 5px;
  display: block;
}

/* line 633, app/assets/stylesheets/stacks.scss */
.category-name-under a:hover {
  text-decoration: none;
  font-size: 8pt;
  font-weight: 400;
  color: #FFF !important;
  background-color: #000 !important;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 2px 5px 2px 5px;
  display: block;
}

/* line 646, app/assets/stylesheets/stacks.scss */
.function-name-above {
  color: #969696;
  font-size: 8pt;
  font-weight: 400;
  background-color: #F0F0F0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  padding: 0;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 659, app/assets/stylesheets/stacks.scss */
.function-name-above a, .function-name-above a:visited {
  color: #969696;
  font-size: 8pt;
  font-weight: 400;
  background-color: #F0F0F0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  padding: 2px 5px 2px 5px;
  display: block;
}

/* line 670, app/assets/stylesheets/stacks.scss */
.function-name-above a:hover {
  text-decoration: none;
  font-size: 8pt;
  font-weight: 400;
  color: #FFF !important;
  background-color: #000 !important;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  padding: 2px 5px 2px 5px;
  display: block;
}

@media (min-width: 992px) {
  /* line 684, app/assets/stylesheets/stacks.scss */
  .full-stack-container {
    padding: 0px 0 20px 0;
  }
  /* line 687, app/assets/stylesheets/stacks.scss */
  .full-stack-container .show-layer-d .stack-link {
    padding: 0px 15px;
  }
  /* line 691, app/assets/stylesheets/stacks.scss */
  .full-stack-container #stp-services {
    width: 162px;
  }
  /* line 695, app/assets/stylesheets/stacks.scss */
  .stack-detail .identity-container {
    width: 127px;
    margin-left: 0;
    text-align: center;
    padding: 0;
  }
  /* line 702, app/assets/stylesheets/stacks.scss */
  #stack-desc-text {
    min-height: 125px;
  }
  /* line 705, app/assets/stylesheets/stacks.scss */
  #stack-desc-text p {
    font-size: 14px;
    line-height: 1.5;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 713, app/assets/stylesheets/stacks.scss */
  .full-stack-container {
    padding: 0px 0 20px 0;
  }
  /* line 716, app/assets/stylesheets/stacks.scss */
  .full-stack-container .show-layer-d .stack-link {
    padding: 0px 15px;
  }
  /* line 720, app/assets/stylesheets/stacks.scss */
  .full-stack-container #stp-services {
    width: 157px;
  }
  /* line 724, app/assets/stylesheets/stacks.scss */
  .stack-detail .identity-container {
    width: 127px;
    margin-left: 0;
    text-align: center;
    padding: 0;
  }
  /* line 731, app/assets/stylesheets/stacks.scss */
  #stack-desc-text {
    min-height: 125px;
    line-height: 1.5;
  }
  /* line 735, app/assets/stylesheets/stacks.scss */
  #stack-desc-text p {
    font-size: 14px;
    line-height: 1.5;
  }
}

@media (max-width: 767px) {
  /* line 743, app/assets/stylesheets/stacks.scss */
  .full-stack-container {
    padding: 0px 0 20px 0;
  }
  /* line 746, app/assets/stylesheets/stacks.scss */
  .full-stack-container .show-layer-d .stack-link {
    padding: 0px 15px;
  }
  /* line 750, app/assets/stylesheets/stacks.scss */
  .full-stack-container #stp-services .function-name-under {
    width: 150px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 757, app/assets/stylesheets/stacks.scss */
  .stack-detail .identity-container {
    width: 127px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 0;
    float: none;
    margin-bottom: 20px;
  }
  /* line 767, app/assets/stylesheets/stacks.scss */
  #stack-desc-text {
    min-height: 125px;
    line-height: 1.5;
  }
  /* line 771, app/assets/stylesheets/stacks.scss */
  #stack-desc-text p {
    font-size: 14px;
    line-height: 1.5;
  }
}

/* line 780, app/assets/stylesheets/stacks.scss */
.stack-details-sp-container ul.stack-details-list {
  list-style: none;
  padding: 0;
}

/* line 784, app/assets/stylesheets/stacks.scss */
.stack-details-sp-container li.stack-details-list-item {
  border-left: 5px solid #EAEAEA;
  margin-bottom: 50px;
}

/* line 788, app/assets/stylesheets/stacks.scss */
.stack-details-sp-container li.stack-details-list-item:last-child {
  border-bottom: none !important;
}

/* line 795, app/assets/stylesheets/stacks.scss */
.app-layers .stack-link {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7px;
}

/* line 800, app/assets/stylesheets/stacks.scss */
.app-layers .stack-link .stack-layer-title-tag, .app-layers .stack-link .stack-layer-title-tag a {
  border: 0px solid #333 !important;
  padding: 0;
  display: block;
  margin: 0;
  background-color: #555 !important;
  color: #CCC;
  text-align: center;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 813, app/assets/stylesheets/stacks.scss */
.app-layers .stack-link .stack-layer-title-tag a, .app-layers .stack-link .stack-layer-title-tag a a {
  padding: 2px 0;
}

/* line 817, app/assets/stylesheets/stacks.scss */
.app-layers .stack-link .stack-layer-title-tag a:hover, .app-layers .stack-link .stack-layer-title-tag a a:hover {
  background-color: #000 !important;
  color: #ebebeb;
}

/* line 824, app/assets/stylesheets/stacks.scss */
#stack-card .stack-layer-title-tag, #stack-card .stack-layer-title-tag a {
  border: 0px solid #333 !important;
  padding: 0;
  display: block;
  background-color: #FFF !important;
  color: #CCC;
  text-align: center;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-left: 7px;
}

/* line 837, app/assets/stylesheets/stacks.scss */
#stack-card .stack-layer-title-tag a, #stack-card .stack-layer-title-tag a a {
  padding: 2px 0;
}

/* line 841, app/assets/stylesheets/stacks.scss */
#stack-card .stack-layer-title-tag a:hover, #stack-card .stack-layer-title-tag a a:hover {
  background-color: #000 !important;
  color: #ebebeb;
}

/* line 847, app/assets/stylesheets/stacks.scss */
#stp-sidebar.affix-bottom {
  position: absolute;
  margin-top: 0px;
  width: 275px;
}

/* line 853, app/assets/stylesheets/stacks.scss */
#stp-sidebar.affix {
  top: 50px;
  width: 275px;
}

/* line 858, app/assets/stylesheets/stacks.scss */
#stp-sidebar .user-img {
  z-index: 5;
  width: 63px;
  height: 63px;
  background-color: #fff;
  border-radius: 100px;
  border: 1px solid #E6E6E6;
}

/* line 867, app/assets/stylesheets/stacks.scss */
#stp-sidebar-mobile .user-img {
  z-index: 5;
  width: 63px;
  height: 63px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #E6E6E6;
}

/* line 876, app/assets/stylesheets/stacks.scss */
.blog-post-sidebar {
  width: 100%;
  max-width: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
}

/* line 883, app/assets/stylesheets/stacks.scss */
.blog-post-sidebar .post-sponsor {
  max-width: 320px;
  width: 100%;
}

/* line 887, app/assets/stylesheets/stacks.scss */
.blog-post-sidebar #stp-sidebar {
  width: auto;
}

/* line 889, app/assets/stylesheets/stacks.scss */
.blog-post-sidebar #stp-sidebar.affix {
  top: 0;
}

/* line 895, app/assets/stylesheets/stacks.scss */
.blog-post-sidebar.sticky {
  position: sticky;
  top: 25px;
}

@media (max-width: 1440px) {
  /* line 895, app/assets/stylesheets/stacks.scss */
  .blog-post-sidebar.sticky {
    overflow: scroll;
    height: 100vh;
    min-height: 850px;
    padding-top: 0px;
    padding-bottom: 150px;
  }
}

/* line 909, app/assets/stylesheets/stacks.scss */
.stack-side-box-wrapper {
  margin-top: 15px;
  max-width: 320px;
  width: 100%;
  display: flex;
  justify-content: center;
}

/* line 917, app/assets/stylesheets/stacks.scss */
.stack-side-box {
  width: 100%;
  display: flex;
  align-content: center;
  flex-direction: column;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 1px 0 0 #e1e1e1;
  border: solid 1px #e1e1e1;
  padding: 20px 16px;
}

/* line 929, app/assets/stylesheets/stacks.scss */
.stack-side-box-title {
  font-size: 18px;
  margin-bottom: 25px;
}

/* line 934, app/assets/stylesheets/stacks.scss */
.stack-side-box-link {
  font-size: 14px;
  line-height: 1.4;
}

/* line 939, app/assets/stylesheets/stacks.scss */
.stack-side-box-content {
  margin-bottom: 24px;
}

/* line 941, app/assets/stylesheets/stacks.scss */
.stack-side-box-content:last-of-type {
  margin-bottom: 0;
}

/* line 944, app/assets/stylesheets/stacks.scss */
.stack-side-box-content .stack-side-box-img {
  float: left;
  margin-right: 16px;
  position: relative;
  height: 73px;
  width: 73px;
  background: url(https://placehold.it/78x78) center center/cover no-repeat;
}

/* line 951, app/assets/stylesheets/stacks.scss */
.stack-side-box-content .stack-side-box-img .stack-side-box-icon {
  position: absolute;
  bottom: 5px;
  right: 5px;
}

/* line 955, app/assets/stylesheets/stacks.scss */
.stack-side-box-content .stack-side-box-img .stack-side-box-icon img {
  width: 18px;
  height: 18px;
}

/* line 964, app/assets/stylesheets/stacks.scss */
.link-d a {
  color: #CECECE !important;
  font-weight: 400;
}

/* line 968, app/assets/stylesheets/stacks.scss */
.link-d a:hover {
  color: #0690fa !important;
}

@media (min-width: 1201px) {
  /* line 974, app/assets/stylesheets/stacks.scss */
  #stack-page-container .app-stack-container {
    padding: 0px 20px 10px 30px;
    margin-bottom: 170px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 984, app/assets/stylesheets/stacks.scss */
  #stack-page-container .app-stack-container {
    padding: 0px 20px 10px 30px;
    margin-bottom: 170px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 995, app/assets/stylesheets/stacks.scss */
  #stp-sidebar {
    display: none;
  }
  /* line 999, app/assets/stylesheets/stacks.scss */
  #stack-page-container .app-stack-container {
    padding: 0px 20px 10px 30px;
  }
}

@media (max-width: 767px) {
  /* line 1005, app/assets/stylesheets/stacks.scss */
  #stp-sidebar {
    display: none;
  }
  /* line 1009, app/assets/stylesheets/stacks.scss */
  #stack-page-container .app-stack-container {
    padding: 0px 30px 10px 30px;
  }
}

@media (min-width: 992px) {
  /* line 1017, app/assets/stylesheets/stacks.scss */
  #stp-sidebar-mobile {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1023, app/assets/stylesheets/stacks.scss */
  #stp-sidebar-mobile {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  /* line 1033, app/assets/stylesheets/stacks.scss */
  .toggle-favorite-stack {
    height: 28px !important;
  }
}

/* line 1038, app/assets/stylesheets/stacks.scss */
#github-import-report {
  border-top: 1px solid #F7F7F7;
  margin-top: 10px;
  padding: 20px 0px;
}

/* line 1044, app/assets/stylesheets/stacks.scss */
.stack-card-layer {
  border-radius: 4px;
  background-color: #333 !important;
  padding: 6px;
  width: 163px;
}

/* line 1050, app/assets/stylesheets/stacks.scss */
.stack-card-layer .stack-logo {
  margin: 0;
}

/* line 1055, app/assets/stylesheets/stacks.scss */
.source-link {
  font-size: 8px;
  position: absolute;
  right: 1;
  margin-left: 5px;
}

/* line 1061, app/assets/stylesheets/stacks.scss */
.source-link a, .source-link a:visited {
  color: #646464;
}

/* line 1065, app/assets/stylesheets/stacks.scss */
.source-link a:hover {
  color: white;
}

/* line 1070, app/assets/stylesheets/stacks.scss */
.source-link-list {
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 11px;
}

/* line 1075, app/assets/stylesheets/stacks.scss */
.source-link-list a {
  color: #ebebeb;
}

/* line 1076, app/assets/stylesheets/stacks.scss */
.source-link-list a:visited {
  color: #ebebeb;
}

/* line 1077, app/assets/stylesheets/stacks.scss */
.source-link-list a:hover {
  color: #0690fa;
}

/* line 1081, app/assets/stylesheets/stacks.scss */
.source-link-item-details {
  font-size: 10px;
}

/* line 1084, app/assets/stylesheets/stacks.scss */
.source-link-item-details a, .source-link-item-details a:visited {
  color: grey;
}

/* line 1088, app/assets/stylesheets/stacks.scss */
.source-link-item-details a:hover {
  color: #0690fa;
}

/* line 1095, app/assets/stylesheets/stacks.scss */
.imported-service img {
  display: block;
  position: relative;
  z-index: 5;
  display: block;
  width: 63px;
  height: 63px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #E6E6E6;
}

/* line 1107, app/assets/stylesheets/stacks.scss */
.imported-service p {
  font-weight: 400;
  margin-top: 5px;
  font-size: 11px;
}

/* line 1115, app/assets/stylesheets/stacks.scss */
.sign-in-to-save-import .github-btn a {
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

/* line 1121, app/assets/stylesheets/stacks.scss */
.stack-item-form {
  display: flex;
  flex-flow: row wrap;
  margin-top: 50px;
}

/* line 1125, app/assets/stylesheets/stacks.scss */
.stack-item-form form {
  display: flex;
  flex: 1;
}

/* line 1129, app/assets/stylesheets/stacks.scss */
.stack-item-form input[type=text] {
  flex: 1;
  margin-left: 12px;
}

/* line 1135, app/assets/stylesheets/stacks.scss */
#edit-stack-item {
  min-height: 125px;
}

/* line 1138, app/assets/stylesheets/stacks.scss */
#edit-stack-item .editable-empty, #edit-stack-item .editable-empty:hover, #edit-stack-item .editable-empty:focus {
  color: #0690fa;
  font-size: 16px;
  font-weight: bold;
}

/* line 1144, app/assets/stylesheets/stacks.scss */
#edit-stack-item .editable-click {
  border-bottom: dashed 1px #ebebeb;
}

/* line 1148, app/assets/stylesheets/stacks.scss */
#edit-stack-item .editableform .control-group {
  margin-top: 12px;
}

/* line 1152, app/assets/stylesheets/stacks.scss */
#edit-stack-item textarea {
  width: 457px;
  max-height: 150px;
}

/* line 1157, app/assets/stylesheets/stacks.scss */
#edit-stack-item a {
  font-weight: bold;
}

/* line 1161, app/assets/stylesheets/stacks.scss */
#edit-stack-item a:hover {
  color: #0690fa;
}

/* line 1166, app/assets/stylesheets/stacks.scss */
.md-fullscreen-mode.active textarea {
  width: 100% !important;
  max-height: 100% !important;
}

/* line 1172, app/assets/stylesheets/stacks.scss */
#stack-content {
  font-size: 13px;
}

/* line 1176, app/assets/stylesheets/stacks.scss */
#stack-content a {
  font-weight: bold;
  color: #0690fa;
}

/* line 1181, app/assets/stylesheets/stacks.scss */
#stack-content a:hover {
  text-decoration: underline;
}

/* line 1185, app/assets/stylesheets/stacks.scss */
#stack-content .editable-empty, #stack-content .editable-empty:hover, #stack-content .editable-empty:focus {
  color: #0690fa;
  font-size: 16px;
  font-weight: bold;
}

/* line 1191, app/assets/stylesheets/stacks.scss */
#stack-content .editable-click {
  border-bottom: dashed 1px #ebebeb;
}

/* line 1195, app/assets/stylesheets/stacks.scss */
#stack-content p, #stack-content li {
  font-size: 14px;
  line-height: 1.5;
}

/* line 1200, app/assets/stylesheets/stacks.scss */
#stack-content h4 {
  margin: 30px 0 20px 0;
  font-weight: bold !important;
  color: #333 !important;
}

/* line 1206, app/assets/stylesheets/stacks.scss */
#stack-content h2 {
  font-size: 21px !important;
  margin: 25px 0 15px 0;
  font-weight: bold !important;
}

/* line 1214, app/assets/stylesheets/stacks.scss */
.editable-description {
  color: #333;
}

/* line 1218, app/assets/stylesheets/stacks.scss */
.company_email_invalid {
  color: green;
  text-align: center;
  margin: 0px auto 10px auto;
}

/* line 1229, app/assets/stylesheets/stacks.scss */
#create-stack-reasons #reasons-formatting {
  width: 230px !important;
  margin-right: 30px !important;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 992px) {
  /* line 1240, app/assets/stylesheets/stacks.scss */
  .error-container {
    width: 615px;
    margin: auto;
  }
  /* line 1245, app/assets/stylesheets/stacks.scss */
  .error-container-stack {
    width: 615px;
    margin: auto;
  }
  /* line 1250, app/assets/stylesheets/stacks.scss */
  .import-error {
    font-style: italic;
    text-align: left;
    color: #FF6161;
  }
  /* line 1256, app/assets/stylesheets/stacks.scss */
  .import-no-error {
    font-style: italic;
    text-align: left;
    color: green;
  }
  /* line 1262, app/assets/stylesheets/stacks.scss */
  #stack-content textarea.form-control {
    width: 550px !important;
  }
  /* line 1268, app/assets/stylesheets/stacks.scss */
  #edit-stack-item img {
    max-width: 468px;
  }
  /* line 1274, app/assets/stylesheets/stacks.scss */
  .stack-content img, #stack-content img {
    max-width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1282, app/assets/stylesheets/stacks.scss */
  .error-container {
    width: 615px;
    margin: auto;
  }
  /* line 1287, app/assets/stylesheets/stacks.scss */
  .error-container-stack {
    width: 615px;
    margin: auto;
  }
  /* line 1292, app/assets/stylesheets/stacks.scss */
  .import-error {
    font-style: italic;
    text-align: left;
    color: #FF6161;
  }
  /* line 1298, app/assets/stylesheets/stacks.scss */
  .import-no-error {
    font-style: italic;
    text-align: left;
    color: green;
  }
  /* line 1305, app/assets/stylesheets/stacks.scss */
  #edit-stack-item img {
    max-width: 422px;
  }
  /* line 1311, app/assets/stylesheets/stacks.scss */
  .stack-content img, #stack-content img {
    max-width: 635px;
  }
}

@media (max-width: 767px) {
  /* line 1319, app/assets/stylesheets/stacks.scss */
  .error-container {
    width: 615px;
    margin: auto;
  }
  /* line 1324, app/assets/stylesheets/stacks.scss */
  .import-error {
    font-style: italic;
    color: #FF6161;
    text-align: left;
  }
  /* line 1330, app/assets/stylesheets/stacks.scss */
  .import-no-error {
    font-style: italic;
    text-align: left;
    color: green;
  }
  /* line 1336, app/assets/stylesheets/stacks.scss */
  #card-list.col-xs-12 {
    padding: 0 !important;
  }
  /* line 1340, app/assets/stylesheets/stacks.scss */
  .imported-services {
    margin: 25px 20px 0px 0px;
  }
  /* line 1345, app/assets/stylesheets/stacks.scss */
  #edit-stack-item img {
    max-width: 152px;
  }
  /* line 1351, app/assets/stylesheets/stacks.scss */
  .stack-content img, #stack-content img {
    max-width: 100%;
  }
}

/* line 1358, app/assets/stylesheets/stacks.scss */
.select2-container-multi .select2-choices {
  font-size: 14px !important;
  border-radius: 3px !important;
  border: 0;
}

/* line 1363, app/assets/stylesheets/stacks.scss */
.clear-stack {
  border-color: red;
  color: red;
}

@media (min-width: 992px) {
  /* line 1370, app/assets/stylesheets/stacks.scss */
  #loading-tab {
    font-size: 24px;
    font-weight: bold;
    color: #b2b2b2;
    text-align: center;
    display: block;
  }
  /* line 1378, app/assets/stylesheets/stacks.scss */
  #trending-tabs > #ajax-content {
    min-height: 1800px;
  }
  /* line 1382, app/assets/stylesheets/stacks.scss */
  span.app-item-tag {
    color: grey;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 4px;
    padding-top: 4px;
    white-space: nowrap;
    line-height: 35px;
    margin: 2px;
    font-size: 13px;
    font-weight: 400;
  }
  /* line 1398, app/assets/stylesheets/stacks.scss */
  #stacks_index {
    margin-top: 20px;
    margin-bottom: 120px;
  }
  /* line 1403, app/assets/stylesheets/stacks.scss */
  #stack-card-stack {
    background-color: #333;
    margin: 15px 15px 0 15px;
    padding: 5px 5px 10px 5px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1415, app/assets/stylesheets/stacks.scss */
  #loading-tab {
    font-size: 24px;
    font-weight: bold;
    color: #b2b2b2;
    text-align: center;
    display: block;
  }
  /* line 1423, app/assets/stylesheets/stacks.scss */
  #trending-tabs > #ajax-content {
    min-height: 1800px;
  }
  /* line 1427, app/assets/stylesheets/stacks.scss */
  span.app-item-tag {
    color: grey;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 4px;
    padding-top: 4px;
    white-space: nowrap;
    line-height: 35px;
    margin: 2px;
    font-size: 13px;
    font-weight: 400;
  }
  /* line 1440, app/assets/stylesheets/stacks.scss */
  #stacks_index {
    margin-top: 50px;
    margin-bottom: 100px;
  }
  /* line 1445, app/assets/stylesheets/stacks.scss */
  #stack-card-stack {
    background-color: #333;
    margin: 15px 0 0 0;
    padding: 5px 5px 10px 5px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
}

@media (max-width: 767px) {
  /* line 1456, app/assets/stylesheets/stacks.scss */
  #loading-tab {
    font-size: 18px;
    font-weight: bold;
    color: #b2b2b2;
    text-align: center;
    display: block;
  }
  /* line 1464, app/assets/stylesheets/stacks.scss */
  #trending-tabs > #ajax-content {
    min-height: 1600px;
  }
  /* line 1468, app/assets/stylesheets/stacks.scss */
  span.app-item-tag {
    display: none;
  }
  /* line 1472, app/assets/stylesheets/stacks.scss */
  #stacks_index {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  /* line 1477, app/assets/stylesheets/stacks.scss */
  #stack-card-stack {
    background-color: #333;
    margin: 15px 15px 0 15px;
    padding: 5px 5px 10px 5px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
}

/* line 1486, app/assets/stylesheets/stacks.scss */
.create-stack-labels {
  width: 250px !important;
  display: inline-block;
  margin: 0 20px;
  font-size: 15px;
  font-weight: normal;
  text-align: left;
  color: grey;
}

/* line 1496, app/assets/stylesheets/stacks.scss */
.edit-stack-labels {
  width: 150px !important;
  display: inline-block;
  margin: 0 20px;
  font-size: 15px;
  text-align: left;
  color: grey;
}

/* line 1506, app/assets/stylesheets/stacks.scss */
#card-list :hover {
  color: #0690fa;
}

@media (min-width: 992px) {
  /* line 1510, app/assets/stylesheets/stacks.scss */
  #stack-item-services-tile {
    margin: 0 0 0 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1516, app/assets/stylesheets/stacks.scss */
  #stack-item-services-tile {
    margin: 0px;
  }
}

@media (max-width: 767px) {
  /* line 1522, app/assets/stylesheets/stacks.scss */
  #stack-item-services-tile {
    margin: 0px;
  }
}

/* line 1528, app/assets/stylesheets/stacks.scss */
.social-links .fa {
  color: grey;
  font-size: 20px;
}

/* line 1533, app/assets/stylesheets/stacks.scss */
.social-links .fa:hover {
  color: #0690fa;
  font-size: 20px;
}

/* line 1538, app/assets/stylesheets/stacks.scss */
.social-links .octicon-link {
  color: grey;
  font-size: 20px;
}

/* line 1543, app/assets/stylesheets/stacks.scss */
.social-links .octicon-link:hover {
  color: #0690fa;
  font-size: 20px;
}

/* line 1550, app/assets/stylesheets/stacks.scss */
.company-link a, .company-link a:visited {
  font-size: 12px;
  color: grey;
  font-weight: normal;
  padding-left: 5px;
}

/* line 1556, app/assets/stylesheets/stacks.scss */
.company-link a:hover {
  font-size: 12px;
  color: #0690fa;
  font-weight: normal;
  padding-left: 5px;
}

@media (min-width: 992px) {
  /* line 1567, app/assets/stylesheets/stacks.scss */
  #company-stacks {
    padding-left: 30px;
    padding-top: 45px;
  }
  /* line 1571, app/assets/stylesheets/stacks.scss */
  #company-stacks-j {
    padding-left: 30px;
    padding-top: 50px;
  }
  /* line 1575, app/assets/stylesheets/stacks.scss */
  #cp #stack-item-services-tile {
    margin: 0 0 0 5px;
  }
  /* line 1578, app/assets/stylesheets/stacks.scss */
  #company-tags {
    margin: 10px 0 0 5px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1582, app/assets/stylesheets/stacks.scss */
  .company-link {
    margin-left: 8px;
  }
  /* line 1585, app/assets/stylesheets/stacks.scss */
  .company-location {
    margin-top: 8px;
    margin-left: 8px;
  }
  /* line 1589, app/assets/stylesheets/stacks.scss */
  #company-stacks {
    padding-left: 15px;
    padding-top: 45px !important;
  }
  /* line 1593, app/assets/stylesheets/stacks.scss */
  #company-stacks-j {
    padding-left: 30px;
    padding-top: 50px;
  }
  /* line 1598, app/assets/stylesheets/stacks.scss */
  #cp #stack-item-services-tile {
    margin: 0 0 0 5px;
  }
  /* line 1602, app/assets/stylesheets/stacks.scss */
  #cp.app-stack-container {
    padding: 0px 0px 10px 30px;
  }
  /* line 1606, app/assets/stylesheets/stacks.scss */
  #company-tags {
    margin: 20px 0 0 20px;
  }
}

@media (max-width: 767px) {
  /* line 1612, app/assets/stylesheets/stacks.scss */
  .company-link {
    text-align: center;
  }
  /* line 1616, app/assets/stylesheets/stacks.scss */
  .company-location {
    margin-top: 10px;
  }
  /* line 1620, app/assets/stylesheets/stacks.scss */
  #company-tags {
    text-align: center;
    margin-top: 20px;
  }
}

/* line 1626, app/assets/stylesheets/stacks.scss */
#jobs-stack {
  border: 1px solid #ebebeb;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 15px;
}

/* line 1637, app/assets/stylesheets/stacks.scss */
#jobs-edit {
  margin-bottom: 150px;
}

@media (max-width: 767px) {
  /* line 1642, app/assets/stylesheets/stacks.scss */
  #csf {
    padding: 15px;
  }
}

/* line 1647, app/assets/stylesheets/stacks.scss */
.stack-post-sub {
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 10px;
  font-weight: bold;
}

/* line 1654, app/assets/stylesheets/stacks.scss */
pre {
  border: 0 !important;
  border-radius: 1 !important;
  background-color: transparent;
  padding: 0;
}

/* line 1661, app/assets/stylesheets/stacks.scss */
.hljs {
  border-radius: 4px;
  font-size: 14px;
}

/* line 1666, app/assets/stylesheets/stacks.scss */
.greyscale-ph {
  filter: grayscale(100%);
  opacity: .3;
}

/* line 1672, app/assets/stylesheets/stacks.scss */
.greyscale-ph:hover {
  filter: grayscale(0%);
  opacity: 1;
}

/* line 1678, app/assets/stylesheets/stacks.scss */
.greyscale-al {
  filter: grayscale(100%);
  opacity: .2;
}

/* line 1684, app/assets/stylesheets/stacks.scss */
.greyscale-al:hover {
  filter: grayscale(0%);
  opacity: 1;
}

/* line 1690, app/assets/stylesheets/stacks.scss */
.j500 {
  display: inline-block;
  margin-right: 25px;
}

@media (max-width: 767px) {
  /* line 1695, app/assets/stylesheets/stacks.scss */
  .j500 {
    display: inline-block;
    margin-right: 40px;
    text-align: left !important;
  }
}

/* line 1702, app/assets/stylesheets/stacks.scss */
.search-input-custom {
  margin-bottom: 10px;
  height: 58px;
  max-width: 595px;
  width: 100%;
  padding: 6px 30px;
  font-size: 23px;
  line-height: 1.428571429;
  color: #555555;
  background-color: white;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 40px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

/* line 1721, app/assets/stylesheets/stacks.scss */
.job-page-search-stack-items {
  float: left;
  overflow: hidden;
  overflow-x: hidden;
  white-space: nowrap;
  max-width: 340px;
}

@media (max-width: 767px) {
  /* line 1726, app/assets/stylesheets/stacks.scss */
  .job-page-search-stack-items {
    float: left;
    overflow: hidden;
    overflow-x: hidden;
    white-space: nowrap;
    max-width: 150px;
  }
}

/* line 1732, app/assets/stylesheets/stacks.scss */
#jobs-stacks textarea:focus, #jobs-stacks input.search.search-input-custom, #jobs-stacks input[type="text"]:focus, #jobs-stacks input[type="password"]:focus, #jobs-stacks input[type="datetime"]:focus, #jobs-stacks input[type="datetime-local"]:focus, #jobs-stacks input[type="date"]:focus, #jobs-stacks input[type="month"]:focus, #jobs-stacks input[type="time"]:focus, #jobs-stacks input[type="week"]:focus, #jobs-stacks input[type="number"]:focus, #jobs-stacks input[type="email"]:focus, #jobs-stacks input[type="url"]:focus, #jobs-stacks input[type="search"]:focus, #jobs-stacks input[type="tel"]:focus, #jobs-stacks input[type="color"]:focus, #jobs-stacks .uneditable- input:focus {
  border-color: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  outline: -webkit-focus-ring-color auto 0px !important;
}

@keyframes fadeOut {
  from {
    opacity: 1.0;
  }
  to {
    opacity: 0.0;
  }
}

/* line 1745, app/assets/stylesheets/stacks.scss */
.search-jobs-sub {
  color: grey;
  text-align: left;
  margin-bottom: 25px;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
  font-style: italic;
}

/* line 1754, app/assets/stylesheets/stacks.scss */
.fade-out {
  animation: fadeOut 2s infinite;
  -webkit-animation: fadeOut 2s infinite;
}

/* line 1760, app/assets/stylesheets/stacks.scss */
.job-success {
  background-color: #2DB72D;
}

/* line 1764, app/assets/stylesheets/stacks.scss */
.job-error {
  background-color: red;
}

/* Stack Owner Edit Information */
/* line 1769, app/assets/stylesheets/stacks.scss */
.stacks-owner-edit {
  border-left: 5px solid #0690fa;
  padding-left: 10px;
}

/* line 1773, app/assets/stylesheets/stacks.scss */
.stacks-owner-edit div {
  margin-top: 5px;
  text-align: left;
}

/* line 1778, app/assets/stylesheets/stacks.scss */
.stacks-owner-edit ul {
  margin: 10px 0;
  padding: 0;
}

/* line 1783, app/assets/stylesheets/stacks.scss */
.stacks-owner-edit ul li {
  display: inline-block;
  padding-right: 15px;
  list-style: none;
}

/* Collapsable Styles */
/* line 1792, app/assets/stylesheets/stacks.scss */
.collapsable {
  background-color: #ebebeb;
  border: .11em solid #d7d7d7;
  border-radius: 5px;
}

/* line 1797, app/assets/stylesheets/stacks.scss */
.collapsable .strong {
  font-weight: bold;
}

/* line 1801, app/assets/stylesheets/stacks.scss */
.collapsable input {
  width: 80%;
  vertical-align: middle;
}

/* line 1806, app/assets/stylesheets/stacks.scss */
.collapsable .btn {
  background-color: white;
  border: 1px solid #0690fa;
  color: #0690fa;
}

/* line 1811, app/assets/stylesheets/stacks.scss */
.collapsable .btn:hover, .collapsable .btn:active, .collapsable .btn:focus {
  background-color: #0690fa;
  color: #fff;
}

/* line 1819, app/assets/stylesheets/stacks.scss */
.collapsable .zeroclipboard-is-hover {
  background-color: transparent;
  border: 1px solid #0690fa;
  color: #0690fa;
}

/* line 1824, app/assets/stylesheets/stacks.scss */
.collapsable .zeroclipboard-is-hover:hover, .collapsable .zeroclipboard-is-hover:active, .collapsable .zeroclipboard-is-hover:focus {
  background-color: #0690fa;
  color: #fff;
}

/* line 1832, app/assets/stylesheets/stacks.scss */
.collapsable button#d_clip_button.btn.zeroclipboard-is-hover {
  background-color: #0690fa;
  color: #fff;
}

/* line 1840, app/assets/stylesheets/stacks.scss */
iframe div:not(#embed-stack) {
  display: none;
}

/* line 1846, app/assets/stylesheets/stacks.scss */
#embed-stack .full-stack-container {
  padding: 0 0 5px 0;
}

/* line 1848, app/assets/stylesheets/stacks.scss */
#embed-stack .full-stack-container .show-layer-d {
  max-width: none;
}

/* line 1851, app/assets/stylesheets/stacks.scss */
#embed-stack .full-stack-container .show-layer-d .stack-layer-title-tag {
  color: #CCC !important;
}

/* line 1855, app/assets/stylesheets/stacks.scss */
#embed-stack .full-stack-container .function-name-under {
  color: #969696;
  font-size: 8pt;
  font-weight: 400;
  background-color: #3D3D3D;
}

/* line 1864, app/assets/stylesheets/stacks.scss */
.ss-powered {
  float: right;
  padding: 0 0 0 20px;
  filter: grayscale(100%);
  opacity: .2;
}

/* line 1871, app/assets/stylesheets/stacks.scss */
.ss-powered:hover {
  filter: grayscale(0%);
  opacity: 1;
}

@media (min-width: 992px) {
  /* line 1878, app/assets/stylesheets/stacks.scss */
  .stacks-grid-container {
    max-width: 925px;
    margin: 0 auto;
  }
  /* line 1884, app/assets/stylesheets/stacks.scss */
  #signinPage .modal-welcome, #signinModal .modal-welcome, #signingoogleModal .modal-welcome, #login-page .modal-welcome {
    font-size: 21px;
    display: inline-block;
    margin: auto 8px;
  }
  /* line 1889, app/assets/stylesheets/stacks.scss */
  #signinPage .continue-with, #signinModal .continue-with, #signingoogleModal .continue-with, #login-page .continue-with {
    margin: auto 5px;
    font-size: 17px;
  }
  /* line 1893, app/assets/stylesheets/stacks.scss */
  #signinPage .octicon-mark-github, #signinPage .fa-bitbucket, #signinModal .octicon-mark-github, #signinModal .fa-bitbucket, #signingoogleModal .octicon-mark-github, #signingoogleModal .fa-bitbucket, #login-page .octicon-mark-github, #login-page .fa-bitbucket {
    margin: auto 10px auto 10px;
    display: inline-flex;
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  /* line 1902, app/assets/stylesheets/stacks.scss */
  #stack-card {
    position: relative !important;
  }
  /* line 1906, app/assets/stylesheets/stacks.scss */
  .stacks-grid-container {
    max-width: 625px;
    margin: 0 auto;
  }
  /* line 1912, app/assets/stylesheets/stacks.scss */
  #signinPage .continue-with, #signinModal .continue-with, #signingoogleModal .continue-with, #login-page .continue-with {
    margin: auto 5px;
    font-size: 14px;
  }
  /* line 1916, app/assets/stylesheets/stacks.scss */
  #signinPage .modal-welcome, #signinModal .modal-welcome, #signingoogleModal .modal-welcome, #login-page .modal-welcome {
    font-size: 15px;
    display: inline-block;
    margin: 0;
  }
  /* line 1921, app/assets/stylesheets/stacks.scss */
  #signinPage .octicon-mark-github, #signinPage .fa-bitbucket, #signinModal .octicon-mark-github, #signinModal .fa-bitbucket, #signingoogleModal .octicon-mark-github, #signingoogleModal .fa-bitbucket, #login-page .octicon-mark-github, #login-page .fa-bitbucket {
    margin: auto 10px;
    display: inline-flex;
    font-size: 20px;
  }
  /* line 1928, app/assets/stylesheets/stacks.scss */
  .modal-content .brand-logo {
    background-size: 170px;
    width: 170px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1935, app/assets/stylesheets/stacks.scss */
  .stacks-grid-container {
    max-width: 625px;
    margin: 0 auto;
  }
  /* line 1941, app/assets/stylesheets/stacks.scss */
  #signinPage .continue-with, #signinModal .continue-with, #signingoogleModal .continue-with, #login-page .continue-with {
    margin: auto 5px;
    font-size: 17px;
  }
  /* line 1945, app/assets/stylesheets/stacks.scss */
  #signinPage .modal-welcome, #signinModal .modal-welcome, #signingoogleModal .modal-welcome, #login-page .modal-welcome {
    font-size: 15px;
    display: inline-block;
    margin: auto 8px;
  }
  /* line 1950, app/assets/stylesheets/stacks.scss */
  #signinPage .octicon-mark-github, #signinPage .fa-bitbucket, #signinModal .octicon-mark-github, #signinModal .fa-bitbucket, #signingoogleModal .octicon-mark-github, #signingoogleModal .fa-bitbucket, #login-page .octicon-mark-github, #login-page .fa-bitbucket {
    margin: auto 10px auto 10px;
    display: inline-flex;
    font-size: 20px;
  }
}

/* line 1958, app/assets/stylesheets/stacks.scss */
input#embed-script {
  width: 500px !important;
  border: 1px solid #d5dbdd;
  height: 34px;
  color: black !important;
  box-sizing: border-box;
  font-size: 14px !important;
  padding: 0 10px;
  margin: 10px 0;
}

/* line 1970, app/assets/stylesheets/stacks.scss */
input#embedly-script {
  width: 500px !important;
  border: 1px solid #d5dbdd;
  height: 34px;
  color: black !important;
  box-sizing: border-box;
  font-size: 14px !important;
  padding: 0 10px;
  margin: 10px 0;
  margin-left: 7px;
}

/* line 1983, app/assets/stylesheets/stacks.scss */
#stack-embed {
  padding: 15px;
  margin-top: 10px;
}

/* line 1987, app/assets/stylesheets/stacks.scss */
#stack-embed .dropdown {
  margin: 0 0 0 15px;
}

/* line 1991, app/assets/stylesheets/stacks.scss */
#stack-embed #theme-select {
  margin: 15px 0;
}

/* line 1994, app/assets/stylesheets/stacks.scss */
#stack-embed #theme-select a {
  display: inline-block;
  border: transparent solid 3px;
  border-radius: 5px;
}

/* line 2000, app/assets/stylesheets/stacks.scss */
#stack-embed #theme-select .selected {
  border: #1163fa solid 3px;
}

/* line 2005, app/assets/stylesheets/stacks.scss */
#stack-embed #layers-select {
  margin: 15px 0;
}

/* line 2009, app/assets/stylesheets/stacks.scss */
#stack-embed .checkbox-inline {
  padding-left: 5px;
  display: inline-flex;
}

/* line 2013, app/assets/stylesheets/stacks.scss */
#stack-embed .checkbox-inline input {
  display: none;
}

/* line 2018, app/assets/stylesheets/stacks.scss */
#stack-embed img {
  width: 165px;
}

/* line 2022, app/assets/stylesheets/stacks.scss */
#stack-embed span {
  font-size: 14px;
}

/* line 2025, app/assets/stylesheets/stacks.scss */
#stack-embed .layer-select {
  margin-top: 15px;
}

/* line 2028, app/assets/stylesheets/stacks.scss */
#stack-embed .stack-layer-embed {
  border: 0px solid grey !important;
  padding: 9px 0;
  display: block;
  margin: 0;
  background-color: #AFAFAF !important;
  color: #ebebeb;
  text-align: center;
  border-radius: 4px;
  font-size: 10px;
  width: 170px;
  font-weight: bold;
}

/* line 2042, app/assets/stylesheets/stacks.scss */
#stack-embed .stack-layer-embed.checked {
  border: 0px solid grey !important;
  padding: 9px 0;
  display: block;
  margin: 0;
  background-color: #333 !important;
  color: white;
  text-align: center;
  border-radius: 4px;
  font-size: 10px;
  width: 170px;
  font-weight: bold;
}

/* line 2055, app/assets/stylesheets/stacks.scss */
#stack-embed .stack-layer-embed input[type="checkbox"]:checked {
  background-color: blue !important;
}

/* line 2060, app/assets/stylesheets/stacks.scss */
#stack-badge {
  padding: 15px;
  margin-top: 10px;
}

/* line 2064, app/assets/stylesheets/stacks.scss */
#stack-badge span {
  font-size: 14px;
}

/* line 2069, app/assets/stylesheets/stacks.scss */
#accordion.panel-group .panel-default {
  border: 0;
  padding: 0;
  display: inline;
  box-shadow: none;
  -webkit-box-shadow: none;
}

/* line 2077, app/assets/stylesheets/stacks.scss */
.approval_container {
  border-radius: 8px;
  padding: 20px;
  border: 3px dotted #d7d7d7;
}

/* line 2083, app/assets/stylesheets/stacks.scss */
.approval_title {
  font-size: 12px;
  margin-bottom: 12px;
  font-weight: 400;
  padding: 0;
  white-space: nowrap;
  color: #aaa;
}

/* line 2092, app/assets/stylesheets/stacks.scss */
.approval_title span:first-child {
  font-weight: bold;
  margin-right: 8px;
}

/* line 2097, app/assets/stylesheets/stacks.scss */
.approval_title span:last-child {
  font-style: italic;
}

/* line 2101, app/assets/stylesheets/stacks.scss */
.approval_orange {
  padding: 2px 7px;
  font-weight: bold;
  color: white;
  border-radius: 2px;
  background-color: #FF7200;
  font-size: 11px;
  display: inline-block;
}

/* line 2111, app/assets/stylesheets/stacks.scss */
.approval_service {
  float: left;
  padding: 20px 10px;
  width: 108px;
  cursor: pointer;
  position: relative;
}

/* line 2119, app/assets/stylesheets/stacks.scss */
.approval_service img {
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}

/* line 2127, app/assets/stylesheets/stacks.scss */
.approval_service p {
  color: #b3b3b3;
  font-size: 11px;
  font-weight: normal;
  text-align: center;
}

/* line 2134, app/assets/stylesheets/stacks.scss */
.approval_activeService img {
  border: 1px solid #0690fa;
}

/* line 2138, app/assets/stylesheets/stacks.scss */
.approval_form {
  overflow: hidden;
}

/* line 2142, app/assets/stylesheets/stacks.scss */
.approval_opened {
  max-height: 690px;
  transition: max-height 0.25s ease-in;
}

/* line 2147, app/assets/stylesheets/stacks.scss */
.approval_closed {
  max-height: 0;
  transition: max-height 0.15s ease-out;
}

/* line 2152, app/assets/stylesheets/stacks.scss */
.decision-stacks {
  margin: 0 0 0 25px;
}

@media (max-width: 767px) {
  /* line 2152, app/assets/stylesheets/stacks.scss */
  .decision-stacks {
    margin: 10px 0 -10px 0;
  }
}

/* line 3, app/assets/stylesheets/posts/views_and_stars.scss */
.views-and-stars {
  display: flex;
  display: -ms-flex;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 25px;
  padding: 0 10px;
  color: #666;
  font-weight: bold;
  font-size: 14px;
}

/* line 13, app/assets/stylesheets/posts/views_and_stars.scss */
.views-and-stars i {
  margin-right: 6px;
  font-size: 20px;
}

/* line 17, app/assets/stylesheets/posts/views_and_stars.scss */
.views-and-stars .views-wrap {
  display: flex;
  align-items: center;
  margin-right: 16px;
}

/* line 22, app/assets/stylesheets/posts/views_and_stars.scss */
.views-and-stars.views-and-stars--inverted {
  color: #fff;
}

/* line 1, app/assets/stylesheets/posts/featured_posts.scss */
.featured-posts-top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 200px;
  text-align: center;
}

/* line 9, app/assets/stylesheets/posts/featured_posts.scss */
.featured-posts-top h1 {
  font-size: 30px;
  line-height: 50px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin: 0 0 15px;
  padding: 0;
}

/* line 18, app/assets/stylesheets/posts/featured_posts.scss */
.featured-posts-top .featured-subtitle {
  font-size: 20px;
  font-weight: 300;
}

/* line 23, app/assets/stylesheets/posts/featured_posts.scss */
.featured-posts-top .featured-subscribe {
  margin-top: 20px;
}

@media (max-width: 580px) {
  /* line 28, app/assets/stylesheets/posts/featured_posts.scss */
  .featured-posts-top .featured-subscribe {
    margin-top: 10px;
  }
}

/* line 34, app/assets/stylesheets/posts/featured_posts.scss */
.featured-posts-container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 560px) {
  /* line 42, app/assets/stylesheets/posts/featured_posts.scss */
  .featured-posts-top {
    height: 290px;
  }
  /* line 45, app/assets/stylesheets/posts/featured_posts.scss */
  .featured-posts-top h1 {
    font-size: 44px;
  }
}

@media (min-width: 1400px) {
  /* line 50, app/assets/stylesheets/posts/featured_posts.scss */
  .featured-posts-container {
    width: 1370px;
  }
}

/* line 55, app/assets/stylesheets/posts/featured_posts.scss */
.featured-posts-header {
  color: white;
  background-image: url(../jpg/bkg-feature-post-55c3faf83159bfdf1aa6991c15e41a0d514380eac78f13b7f075f3111d7f6a8a.jpg);
  background-position: center;
}

/* line 59, app/assets/stylesheets/posts/featured_posts.scss */
.featured-posts-header .container {
  position: relative;
}

/* line 64, app/assets/stylesheets/posts/featured_posts.scss */
.community-posts-header {
  color: white;
  background-image: url(../jpg/bkg-community-post-adee5abdf52b4db7b38f36cce6c8f0751ff0a37ae1b9b9f570eedc4d6aaec9e5.jpg);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

/* line 71, app/assets/stylesheets/posts/featured_posts.scss */
.community-posts-header .container {
  position: relative;
}

/* line 76, app/assets/stylesheets/posts/featured_posts.scss */
#featured-posts {
  margin-top: 30px;
  margin-bottom: 50px;
  display: flex;
  display: -ms-flex;
  flex-wrap: wrap;
  justify-content: center;
}

/* line 85, app/assets/stylesheets/posts/featured_posts.scss */
.posts-toggle-container {
  display: flex;
  justify-content: center;
  height: 60px;
  border-bottom: 2px solid #e1e1e1;
}

/* line 90, app/assets/stylesheets/posts/featured_posts.scss */
.posts-toggle-container .toggle-wrapper {
  width: 340px;
  margin: 10px 0 0;
  position: relative;
}

/* line 96, app/assets/stylesheets/posts/featured_posts.scss */
.posts-toggle-container ul {
  list-style-type: none;
  display: flex;
  position: absolute;
  padding: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

/* line 108, app/assets/stylesheets/posts/featured_posts.scss */
.posts-toggle-container .underbar {
  width: 0;
  height: 2px;
  background: #0690fa;
  top: 48px;
  position: absolute;
  transition: 0.5s ease-in-out;
}

/* line 118, app/assets/stylesheets/posts/featured_posts.scss */
.posts-toggle-container li {
  width: 50%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

/* line 127, app/assets/stylesheets/posts/featured_posts.scss */
.posts-toggle-container li:nth-of-type(1) {
  padding-right: 10px;
}

/* line 130, app/assets/stylesheets/posts/featured_posts.scss */
.posts-toggle-container li:nth-of-type(2) {
  padding-left: 10px;
}

/* line 133, app/assets/stylesheets/posts/featured_posts.scss */
.posts-toggle-container li.active:nth-of-type(1) ~ .underbar {
  left: 0;
  width: 50%;
}

/* line 137, app/assets/stylesheets/posts/featured_posts.scss */
.posts-toggle-container li.active:nth-of-type(2) ~ .underbar {
  left: 50%;
  width: 50%;
}

/* line 142, app/assets/stylesheets/posts/featured_posts.scss */
.posts-toggle-container li a {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  color: #707070;
}

/* line 149, app/assets/stylesheets/posts/featured_posts.scss */
.posts-toggle-container li.active a, .posts-toggle-container li:hover a {
  color: #0690fa;
}

/* line 1, app/assets/stylesheets/posts/author.scss */
.post-author {
  display: flex;
  display: -ms-flex;
  align-items: center;
  white-space: nowrap;
  min-height: 29px;
  font-size: 11px;
}

/* line 9, app/assets/stylesheets/posts/author.scss */
.post-author .post-profile-pic {
  display: flex;
  display: -ms-flex;
  text-align: center;
  margin-right: 8px;
  border-radius: 50%;
  width: 29px;
  height: 29px;
  justify-content: center;
  align-items: center;
}

/* line 21, app/assets/stylesheets/posts/author.scss */
.post-author .post-author-name {
  font-weight: bold;
}

/* line 3, app/assets/stylesheets/posts/list_item.scss */
.post-wrapper {
  display: flex;
  display: -ms-flex;
  flex-shrink: 0;
  width: 340px;
  justify-content: center;
  margin: 8px 8px 24px 8px;
}

@media (max-width: 432px) {
  /* line 3, app/assets/stylesheets/posts/list_item.scss */
  .post-wrapper {
    width: 100%;
    margin: 8px 0px 24px 0px;
  }
}

/* line 17, app/assets/stylesheets/posts/list_item.scss */
.post-item {
  background: white;
  display: flex;
  flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  background: ffffff;
  padding: 15px;
  width: 100%;
  border-radius: 3px;
  box-shadow: 0 1px 0 0 #e1e1e1;
  border: solid 0.8px #e1e1e1;
  margin: 0 16px;
}

/* line 32, app/assets/stylesheets/posts/list_item.scss */
.post-item .post-logo {
  margin-top: 7px;
  margin-left: 7px;
}

/* line 39, app/assets/stylesheets/posts/list_item.scss */
.post-footer {
  margin-top: auto;
}

/* line 43, app/assets/stylesheets/posts/list_item.scss */
.post-image {
  display: block;
  width: 100%;
  height: 135px;
  margin: 0 -5px;
  background-size: cover;
  background-repeat: no-repeat;
}

/* line 53, app/assets/stylesheets/posts/list_item.scss */
.no-image .post-image {
  height: auto;
  background: none;
  margin: 0;
}

/* line 61, app/assets/stylesheets/posts/list_item.scss */
.post-logo img {
  width: 30px;
  height: 30px;
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.26);
}

/* line 69, app/assets/stylesheets/posts/list_item.scss */
.post-timestamp {
  margin-top: 15px;
  margin-bottom: 2px;
  font-size: 11px;
  text-align: left;
  color: #929ca5;
}

/* line 77, app/assets/stylesheets/posts/list_item.scss */
.post-line {
  margin-top: 30px;
  margin-bottom: 15px;
  width: 100%;
  height: 1px;
  border: solid 0.6px #e1e1e1;
}

/* line 85, app/assets/stylesheets/posts/list_item.scss */
.post-company-stack {
  display: flex;
  display: -ms-flex;
  margin-bottom: 20px;
  justify-content: flex-start;
  flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  max-width: 416px;
  overflow: hidden;
}

/* line 95, app/assets/stylesheets/posts/list_item.scss */
.post-company-stack img {
  width: 30px;
  height: 30px;
  margin: 0 4px 4px 4px;
  border-radius: 3px;
  border: 1px solid #e1e1e1;
}

/* line 104, app/assets/stylesheets/posts/list_item.scss */
.post-more-stack {
  display: flex;
  display: -ms-flex;
  align-items: center;
  font-size: 1.5em;
  color: #ababab;
  margin-left: 6px;
  letter-spacing: 2px;
}

/* line 114, app/assets/stylesheets/posts/list_item.scss */
.post-bottom {
  display: flex;
  display: -ms-flex;
  align-self: flex-end;
  justify-content: space-between;
  font-size: 12px;
}

/* line 121, app/assets/stylesheets/posts/list_item.scss */
.post-bottom .left {
  display: flex;
  display: -ms-flex;
}

/* line 126, app/assets/stylesheets/posts/list_item.scss */
.post-bottom .post-favorite {
  display: flex;
  display: -ms-flex;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
}

/* line 133, app/assets/stylesheets/posts/list_item.scss */
.post-bottom .post-favorite img.icon {
  margin-right: 6px;
}

/* line 138, app/assets/stylesheets/posts/list_item.scss */
.post-bottom .post-views {
  display: flex;
  display: -ms-flex;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
}

/* line 145, app/assets/stylesheets/posts/list_item.scss */
.post-bottom .post-views img.icon {
  margin-right: 6px;
}

/* line 151, app/assets/stylesheets/posts/list_item.scss */
.post-bottom .post-comments .count {
  font-weight: bold;
}

/* mixin for multiline */
/* line 171, app/assets/stylesheets/posts/list_item.scss */
.post-title {
  margin-bottom: 8px;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
}

/* line 3, app/assets/stylesheets/posts/show.scss */
.show-stack {
  margin-bottom: 64px;
}

/* line 6, app/assets/stylesheets/posts/show.scss */
.show-stack .header {
  display: flex;
  display: -ms-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 480px;
  position: relative;
}

/* line 15, app/assets/stylesheets/posts/show.scss */
.show-stack .header .header-content {
  display: flex;
  display: -ms-flex;
  flex-direction: column;
  align-items: center;
}

/* line 22, app/assets/stylesheets/posts/show.scss */
.show-stack .header .stack-post-title {
  max-width: 850px;
  text-align: center;
  font-size: 44px;
  line-height: 50px;
  font-weight: bold;
  margin-bottom: 16px;
  margin-top: 16px;
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
}

/* line 34, app/assets/stylesheets/posts/show.scss */
.show-stack .header .stack-post-title .light-text {
  color: white;
}

@media (max-width: 480px) {
  /* line 22, app/assets/stylesheets/posts/show.scss */
  .show-stack .header .stack-post-title {
    font-size: 20px;
    line-height: 30px;
  }
}

/* line 44, app/assets/stylesheets/posts/show.scss */
.show-stack .header .featured-flag {
  display: flex;
  display: -ms-flex;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  padding: 8px 12px;
  background-color: #fbb700;
}

/* line 54, app/assets/stylesheets/posts/show.scss */
.show-stack .header .post-author {
  color: #fff;
  font-size: 12px;
}

/* line 57, app/assets/stylesheets/posts/show.scss */
.show-stack .header .post-author .post-author-name {
  color: #fff;
}

/* line 62, app/assets/stylesheets/posts/show.scss */
.show-stack .header.header-without-banner {
  min-height: 255px;
  padding-top: 80px;
}

/* line 65, app/assets/stylesheets/posts/show.scss */
.show-stack .header.header-without-banner .stack-post-title,
.show-stack .header.header-without-banner .post-author,
.show-stack .header.header-without-banner .post-author .post-author-name {
  color: #333;
}

/* line 73, app/assets/stylesheets/posts/show.scss */
.show-stack .stack-content {
  display: flex;
  display: -ms-flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 24px;
}

@media (min-width: 992px) {
  /* line 73, app/assets/stylesheets/posts/show.scss */
  .show-stack .stack-content {
    margin-top: 55px;
    flex-direction: row;
  }
}

@media (max-width: 400px) {
  /* line 73, app/assets/stylesheets/posts/show.scss */
  .show-stack .stack-content {
    padding-left: 8px;
    padding-right: 8px;
  }
}

/* line 91, app/assets/stylesheets/posts/show.scss */
.show-stack .main {
  flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  width: 100%;
  max-width: 700px;
  padding-right: 24px;
}

@media (max-width: 400px) {
  /* line 91, app/assets/stylesheets/posts/show.scss */
  .show-stack .main {
    padding: 0 5px;
  }
}

/* line 1, app/assets/stylesheets/posts/_markdown.scss */
.show-stack .main .post-editors-note {
  margin-bottom: 36px;
}

/* line 5, app/assets/stylesheets/posts/_markdown.scss */
.show-stack .main .post-iframe {
  max-width: 100% !important;
}

@media (max-width: 520px) {
  /* line 10, app/assets/stylesheets/posts/_markdown.scss */
  .show-stack .main .post-iframe {
    height: 200px !important;
  }
}

/* line 17, app/assets/stylesheets/posts/_markdown.scss */
.show-stack .main .markdown p {
  font-size: 18px;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: 0.3px;
  text-align: left;
  margin-bottom: 20px;
}

/* line 26, app/assets/stylesheets/posts/_markdown.scss */
.show-stack .main .markdown a {
  color: #068dfe;
}

/* line 29, app/assets/stylesheets/posts/_markdown.scss */
.show-stack .main .markdown a:hover {
  text-decoration: underline;
}

/* line 34, app/assets/stylesheets/posts/_markdown.scss */
.show-stack .main .markdown h1, .show-stack .main .markdown h2, .show-stack .main .markdown h3, .show-stack .main .markdown h4, .show-stack .main .markdown h5 {
  font-weight: 600;
  letter-spacing: 0.2px;
}

/* line 39, app/assets/stylesheets/posts/_markdown.scss */
.show-stack .main .markdown h1 {
  font-size: 26px;
}

/* line 43, app/assets/stylesheets/posts/_markdown.scss */
.show-stack .main .markdown h2 {
  font-size: 20px;
}

/* line 47, app/assets/stylesheets/posts/_markdown.scss */
.show-stack .main .markdown h3 {
  font-size: 19px;
}

/* line 51, app/assets/stylesheets/posts/_markdown.scss */
.show-stack .main .markdown h4 {
  font-size: 18px;
}

/* line 55, app/assets/stylesheets/posts/_markdown.scss */
.show-stack .main .markdown ul, .show-stack .main .markdown ol {
  font-size: 18px;
}

/* line 57, app/assets/stylesheets/posts/_markdown.scss */
.show-stack .main .markdown ul li, .show-stack .main .markdown ol li {
  margin: 0 0 5px;
  line-height: 2;
}

@media (max-width: 400px) {
  /* line 64, app/assets/stylesheets/posts/_markdown.scss */
  .show-stack .main .markdown img {
    max-width: 100%;
  }
}

/* line 105, app/assets/stylesheets/posts/show.scss */
.show-stack .side {
  display: none;
}

@media (min-width: 992px) {
  /* line 105, app/assets/stylesheets/posts/show.scss */
  .show-stack .side {
    display: flex;
    display: -ms-flex;
    flex-direction: column;
    flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    align-items: center;
    min-width: 250px;
  }
}

/* line 3, app/assets/stylesheets/posts/_company_info_side.scss */
.show-stack .side .company-info-wrapper {
  display: flex;
  display: -ms-flex;
  justify-content: center;
  padding-top: 40px;
  width: 100%;
  max-width: 320px;
}

/* line 12, app/assets/stylesheets/posts/_company_info_side.scss */
.show-stack .side .company-info-box {
  display: flex;
  display: -ms-flex;
  align-content: center;
  flex-direction: column;
  width: 100%;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 1px 0 0 #e1e1e1;
  border: solid 1px #e1e1e1;
  padding: 0 25px 24px;
}

/* line 24, app/assets/stylesheets/posts/_company_info_side.scss */
.show-stack .side .company-image {
  margin-top: -40px;
  align-self: center;
  max-width: 104px;
}

/* line 29, app/assets/stylesheets/posts/_company_info_side.scss */
.show-stack .side .company-image img {
  width: 100%;
  height: auto;
}

/* line 34, app/assets/stylesheets/posts/_company_info_side.scss */
.show-stack .side .company-name {
  width: 100%;
  font-size: 19px;
  text-align: center;
  margin-top: 20px;
  font-weight: bold;
}

/* line 41, app/assets/stylesheets/posts/_company_info_side.scss */
.show-stack .side .company-desc {
  margin-top: 10px;
  width: 100%;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.7px;
  text-align: center;
  color: #666;
}

/* line 50, app/assets/stylesheets/posts/_company_info_side.scss */
.show-stack .side .view-profile {
  display: flex;
  display: -ms-flex;
  justify-content: center;
  margin-top: 8px;
}

/* line 56, app/assets/stylesheets/posts/_company_info_side.scss */
.show-stack .side .view-profile a {
  letter-spacing: 0.5px;
  text-align: center;
  color: #068dfe;
}

/* line 62, app/assets/stylesheets/posts/_company_info_side.scss */
.show-stack .side .company-tags {
  display: flex;
  display: -ms-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 10px;
}

/* line 68, app/assets/stylesheets/posts/_company_info_side.scss */
.show-stack .side .company-tags .tag {
  font-size: 12px;
  padding: 4px 10px;
  margin: 4px 4px;
  border-radius: 100px;
  border: solid 1px #DDDDDD;
  color: #929ca5;
}

/* line 1, app/assets/stylesheets/posts/_company_jobs_side.scss */
.show-stack .side .company-jobs-wrapper {
  margin-top: 24px;
  max-width: 320px;
  width: 100%;
  display: flex;
  display: -ms-flex;
  justify-content: center;
}

/* line 9, app/assets/stylesheets/posts/_company_jobs_side.scss */
.show-stack .side .company-jobs-wrapper .company-jobs {
  width: 100%;
  display: flex;
  display: -ms-flex;
  align-content: center;
  flex-direction: column;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 1px 0 0 #e1e1e1;
  border: solid 1px #e1e1e1;
  padding: 20px 16px;
}

/* line 21, app/assets/stylesheets/posts/_company_jobs_side.scss */
.show-stack .side .company-jobs-wrapper .company-jobs .job-title {
  font-size: 18px;
  margin-bottom: 10px;
}

/* line 26, app/assets/stylesheets/posts/_company_jobs_side.scss */
.show-stack .side .company-jobs-wrapper .company-jobs .job-location {
  color: #666;
}

/* line 28, app/assets/stylesheets/posts/_company_jobs_side.scss */
.show-stack .side .company-jobs-wrapper .company-jobs .job-location .fa {
  color: #49a8f9;
  margin-right: 5px;
}

/* line 34, app/assets/stylesheets/posts/_company_jobs_side.scss */
.show-stack .side .company-jobs-wrapper .company-jobs .job-description {
  color: #666;
  margin-top: 20px;
  max-height: 104px;
  overflow-y: scroll;
}

/* line 41, app/assets/stylesheets/posts/_company_jobs_side.scss */
.show-stack .side .company-jobs-wrapper .company-jobs .job-stack {
  margin-top: 15px;
  margin-bottom: 0;
  padding: 0px;
}

/* line 47, app/assets/stylesheets/posts/_company_jobs_side.scss */
.show-stack .side .company-jobs-wrapper .company-jobs .job-service-item {
  border: solid 1px #e1e1e1;
  border-radius: 3px;
  margin-right: 8px;
}

/* line 3, app/assets/stylesheets/posts/_stack_side.scss */
.show-stack .side .stack-side-wrapper {
  margin-top: 24px;
  max-width: 320px;
  width: 100%;
  display: flex;
  display: -ms-flex;
  justify-content: center;
}

/* line 11, app/assets/stylesheets/posts/_stack_side.scss */
.show-stack .side .stack-side-wrapper .stack-side {
  width: 100%;
  display: flex;
  display: -ms-flex;
  align-content: center;
  flex-direction: column;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 1px 0 0 #e1e1e1;
  border: solid 1px #e1e1e1;
  padding: 25px 15px;
}

/* line 23, app/assets/stylesheets/posts/_stack_side.scss */
.show-stack .side .stack-side-wrapper .stack-side .stack-side-title {
  font-size: 18px;
  margin-bottom: 25px;
}

/* line 28, app/assets/stylesheets/posts/_stack_side.scss */
.show-stack .side .stack-side-wrapper .stack-side .stack-list {
  display: flex;
  flex-direction: column;
}

/* line 33, app/assets/stylesheets/posts/_stack_side.scss */
.show-stack .side .stack-side-wrapper .stack-side .stack-list-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  color: #666;
}

/* line 39, app/assets/stylesheets/posts/_stack_side.scss */
.show-stack .side .stack-side-wrapper .stack-side .stack-list-item .follow_button_component {
  margin-top: 20px;
}

/* line 44, app/assets/stylesheets/posts/_stack_side.scss */
.show-stack .side .stack-side-wrapper .stack-side .stack-service-image {
  margin-right: 13px;
  padding: 4px;
  border-radius: 3px;
  border: 0.5px solid #e1e1e1;
  width: 50px;
  line-height: 26px;
}

/* line 53, app/assets/stylesheets/posts/_stack_side.scss */
.show-stack .side .stack-side-wrapper .stack-side .stack-service-name {
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: left;
  color: #666;
  width: 100%;
}

/* line 60, app/assets/stylesheets/posts/_stack_side.scss */
.show-stack .side .stack-side-wrapper .stack-side .stack-service-name .stack-tool {
  display: block;
  width: 130px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 67, app/assets/stylesheets/posts/_stack_side.scss */
.show-stack .side .stack-side-wrapper .stack-side .stack-service-name .stack-tool .tooltip {
  background: grey;
  color: white;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.3px;
  padding: 5px;
  border: 1px solid grey;
  border-radius: 4px;
}

@media (max-width: 1199px) {
  /* line 80, app/assets/stylesheets/posts/_stack_side.scss */
  .show-stack .side .stack-side-wrapper .stack-side .stack-service-name .stack-tool {
    width: 65px;
  }
  /* line 83, app/assets/stylesheets/posts/_stack_side.scss */
  .show-stack .side .stack-side-wrapper .stack-side .stack-service-name .stack-tool:hover .tooltip {
    opacity: 1;
  }
}

/* line 91, app/assets/stylesheets/posts/_stack_side.scss */
.show-stack .side .stack-side-wrapper .stack-side .stack-service-score {
  justify-self: flex-end;
  width: 100%;
  max-width: 70px;
}

/* line 96, app/assets/stylesheets/posts/_stack_side.scss */
.show-stack .side .stack-side-wrapper .stack-side .stack-service-score .tool-score-button {
  display: flex;
  align-items: center;
  padding: 8px;
  border-radius: 2px;
  border: solid 1px #dfdfdf;
  font-weight: bold;
  cursor: pointer;
}

/* line 105, app/assets/stylesheets/posts/_stack_side.scss */
.show-stack .side .stack-side-wrapper .stack-side .stack-service-score .tool-score-button i {
  padding-right: 4px;
}

/* line 110, app/assets/stylesheets/posts/_stack_side.scss */
.show-stack .side .stack-side-wrapper .stack-side .stack-service-score .favorite {
  color: white;
  background-color: #068dfe;
  border: solid 1px #068dfe;
}

/* line 117, app/assets/stylesheets/posts/_stack_side.scss */
.show-stack .side .stack-side-wrapper .stack-side .stack-service-score a:focus {
  text-decoration: none;
}

/* line 3, app/assets/stylesheets/posts/_stackshare_subscribe_side.scss */
.show-stack .side .stackshare-subscribe-wrapper {
  margin-top: 15px;
  max-width: 320px;
  width: 100%;
  display: flex;
  display: -ms-flex;
  justify-content: center;
}

/* line 11, app/assets/stylesheets/posts/_stackshare_subscribe_side.scss */
.show-stack .side .stackshare-subscribe-wrapper .stackshare-subscribe {
  text-align: center;
  width: 100%;
  display: flex;
  display: -ms-flex;
  align-content: center;
  flex-direction: column;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 1px 0 0 #e1e1e1;
  border: solid 1px #e1e1e1;
  padding: 24px 16px;
}

/* line 24, app/assets/stylesheets/posts/_stackshare_subscribe_side.scss */
.show-stack .side .stackshare-subscribe-wrapper .stackshare-subscribe .subscribe-title {
  font-size: 18px;
  margin-bottom: 25px;
}

/* line 29, app/assets/stylesheets/posts/_stackshare_subscribe_side.scss */
.show-stack .side .stackshare-subscribe-wrapper .stackshare-subscribe .subscribe-vector {
  font-size: 1.5em;
  color: #49a8f9;
  margin-bottom: 10px;
}

/* line 35, app/assets/stylesheets/posts/_stackshare_subscribe_side.scss */
.show-stack .side .stackshare-subscribe-wrapper .stackshare-subscribe .subscribe-text {
  margin-top: 10px;
  color: #666;
  font-size: 12px;
}

/* line 41, app/assets/stylesheets/posts/_stackshare_subscribe_side.scss */
.show-stack .side .stackshare-subscribe-wrapper .stackshare-subscribe .subscribe-link {
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
}

/* line 124, app/assets/stylesheets/posts/show.scss */
.show-stack .subheader {
  justify-content: center;
  display: inline;
}

@media (min-width: 992px) {
  /* line 124, app/assets/stylesheets/posts/show.scss */
  .show-stack .subheader {
    display: none;
  }
}

/* line 1, app/assets/stylesheets/posts/_company_info_subheader.scss */
.show-stack .subheader .company-info-wrapper {
  display: flex;
  display: -ms-flex;
  justify-content: center;
}

/* line 11, app/assets/stylesheets/posts/_company_info_subheader.scss */
.show-stack .subheader .info {
  display: flex;
  display: -ms-flex;
  flex-direction: column;
  padding: 0px 16px;
  max-width: 500px;
}

/* line 19, app/assets/stylesheets/posts/_company_info_subheader.scss */
.show-stack .subheader .company-image {
  align-self: center;
  max-width: 80px;
  min-width: 60px;
}

/* line 24, app/assets/stylesheets/posts/_company_info_subheader.scss */
.show-stack .subheader .company-image img {
  width: 100%;
  height: auto;
}

/* line 29, app/assets/stylesheets/posts/_company_info_subheader.scss */
.show-stack .subheader .company-name {
  width: 100%;
  font-size: 19px;
  margin-top: 0px;
  font-weight: bold;
}

@media (max-width: 480px) {
  /* line 36, app/assets/stylesheets/posts/_company_info_subheader.scss */
  .show-stack .subheader .company-name {
    font-size: 16px;
  }
}

/* line 40, app/assets/stylesheets/posts/_company_info_subheader.scss */
.show-stack .subheader .company-desc {
  width: 100%;
  font-size: 12px;
  line-height: 1.58;
  letter-spacing: 0.7px;
  color: #565656;
  margin-bottom: 16px;
}

/* line 49, app/assets/stylesheets/posts/_company_info_subheader.scss */
.show-stack .subheader .view-profile a {
  font-size: 1.4rem;
  letter-spacing: 0.5px;
  color: #068dfe;
  margin-top: 8px;
  border-radius: 2px;
  border: solid 1px #068dfe;
  padding: 4px 12px;
}

@media (max-width: 991px) {
  /* line 61, app/assets/stylesheets/posts/_company_info_subheader.scss */
  .show-stack .subheader .long-form {
    margin-top: 20px;
  }
}

/* line 66, app/assets/stylesheets/posts/_company_info_subheader.scss */
.show-stack .subheader .company-tags {
  display: flex;
  display: -ms-flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 24px;
}

/* line 72, app/assets/stylesheets/posts/_company_info_subheader.scss */
.show-stack .subheader .company-tags .tag {
  font-size: 1.2rem;
  padding: 4px 8px;
  margin: 4px 4px 4px 0px;
  border-radius: 12px;
  border: solid 1px #d5d5d5;
  color: #939393;
}

/* line 1, app/assets/stylesheets/posts/_company_jobs_list.scss */
.show-stack .company-jobs-list {
  margin-top: 24px;
  color: #707070;
  max-width: 800px;
}

/* line 6, app/assets/stylesheets/posts/_company_jobs_list.scss */
.show-stack .company-jobs-list .jobs-label {
  font-size: 1.8em;
  color: #4a4a4a;
  margin-bottom: 24px;
}

/* line 12, app/assets/stylesheets/posts/_company_jobs_list.scss */
.show-stack .company-jobs-list .jobs-list {
  display: flex;
  display: -ms-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

/* line 20, app/assets/stylesheets/posts/_company_jobs_list.scss */
.show-stack .company-jobs-list .list-item-wrapper {
  padding: 0 16px 0 0;
  flex: 1 1 50%;
  -ms-flex: 1 1 48%;
  margin-bottom: 24px;
  min-width: 310px;
  max-width: 50%;
}

@media (max-width: 650px) {
  /* line 20, app/assets/stylesheets/posts/_company_jobs_list.scss */
  .show-stack .company-jobs-list .list-item-wrapper {
    max-width: 100%;
  }
}

/* line 33, app/assets/stylesheets/posts/_company_jobs_list.scss */
.show-stack .company-jobs-list .list-item {
  height: 100%;
  padding: 12px 16px;
  border-radius: 4px;
  box-shadow: 0 1px 0 0 #e1e1e1;
  border: solid 1px #e1e1e1;
}

/* line 42, app/assets/stylesheets/posts/_company_jobs_list.scss */
.show-stack .company-jobs-list .add-edit .add-edit-button {
  border: 1px dashed #0690fa;
  border-radius: 5px;
  color: #0690FA;
  font-weight: 600;
  padding: 8px 12px;
}

/* line 51, app/assets/stylesheets/posts/_company_jobs_list.scss */
.show-stack .company-jobs-list .job-title {
  font-size: 1.5em;
  cursor: pointer;
}

/* line 56, app/assets/stylesheets/posts/_company_jobs_list.scss */
.show-stack .company-jobs-list .job-location {
  margin-top: 16px;
}

/* line 58, app/assets/stylesheets/posts/_company_jobs_list.scss */
.show-stack .company-jobs-list .job-location i {
  margin-right: 8px;
  color: #49a8f9;
}

/* line 64, app/assets/stylesheets/posts/_company_jobs_list.scss */
.show-stack .company-jobs-list .job-description {
  margin-top: 16px;
  max-height: 104px;
  overflow-y: scroll;
}

/* line 70, app/assets/stylesheets/posts/_company_jobs_list.scss */
.show-stack .company-jobs-list .job-stack {
  margin-top: 16px;
  padding: 0px;
}

/* line 75, app/assets/stylesheets/posts/_company_jobs_list.scss */
.show-stack .company-jobs-list .job-service-item {
  border: solid 1px #e1e1e1;
  border-radius: 3px;
  margin-right: 8px;
}

/* line 1, app/assets/stylesheets/posts/_verified.scss */
.show-stack .post-verified-wrapper {
  max-width: 700px;
}

/* line 5, app/assets/stylesheets/posts/_verified.scss */
.show-stack .verified-section {
  margin-bottom: 24px;
}

/* line 7, app/assets/stylesheets/posts/_verified.scss */
.show-stack .verified-section .line {
  margin-top: 15px;
}

/* line 12, app/assets/stylesheets/posts/_verified.scss */
.show-stack .verifier-list {
  display: flex;
  flex-wrap: wrap;
}

/* line 16, app/assets/stylesheets/posts/_verified.scss */
.show-stack .verifier-list .verifier-user {
  display: flex;
  flex: 1 0 50%;
  margin-bottom: 16px;
}

@media (max-width: 500px) {
  /* line 16, app/assets/stylesheets/posts/_verified.scss */
  .show-stack .verifier-list .verifier-user {
    flex: 1 0 100%;
  }
}

/* line 25, app/assets/stylesheets/posts/_verified.scss */
.show-stack .verifier-list .verifier-user img {
  border-radius: 30px;
}

/* line 29, app/assets/stylesheets/posts/_verified.scss */
.show-stack .verifier-list .verifier-user .verifier-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 16px;
}

/* line 35, app/assets/stylesheets/posts/_verified.scss */
.show-stack .verifier-list .verifier-user .verifier-info .verifier-name {
  font-weight: bold;
  font-size: 12px;
  color: #333;
}

/* line 40, app/assets/stylesheets/posts/_verified.scss */
.show-stack .verifier-list .verifier-user .verifier-info .verifier-position {
  font-size: 11px;
  color: #929ca5;
}

/* line 138, app/assets/stylesheets/posts/show.scss */
.show-stack .post-comments-wrapper {
  margin-top: 24px;
  margin-bottom: 36px;
  max-width: 800px;
}

/* line 144, app/assets/stylesheets/posts/show.scss */
.show-stack .post-section-title {
  color: #4a4a4a;
  font-size: 1.8em;
  margin-bottom: 16px;
}

/* line 150, app/assets/stylesheets/posts/show.scss */
.show-stack .line {
  height: 1px;
  width: 100%;
  background: #dadada;
  opacity: 0.61;
  margin: 25px 0 15px;
}

/* line 158, app/assets/stylesheets/posts/show.scss */
.show-stack .side-link {
  display: flex;
  display: -ms-flex;
  justify-content: center;
}

/* line 163, app/assets/stylesheets/posts/show.scss */
.show-stack .side-link a {
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  color: #068dfe;
  letter-spacing: 0.5px;
}

/* line 172, app/assets/stylesheets/posts/show.scss */
.show-stack .written-comment {
  padding: 0;
}

/* line 176, app/assets/stylesheets/posts/show.scss */
.show-stack .comment-body p {
  font-size: 14px !important;
}

/* line 185, app/assets/stylesheets/posts/show.scss */
.show-stack .post-section-wrap {
  max-width: 700px;
}

/* line 187, app/assets/stylesheets/posts/show.scss */
.show-stack .post-section-wrap .line {
  margin-top: 15px;
}

/* line 190, app/assets/stylesheets/posts/show.scss */
.show-stack .post-section-wrap .boxes {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -4px;
}

/* line 198, app/assets/stylesheets/posts/show.scss */
.show-stack .section-link {
  margin: 10px 0 50px;
  text-align: center;
}

/* line 201, app/assets/stylesheets/posts/show.scss */
.show-stack .section-link a {
  font-size: 14px;
  font-weight: 600;
  color: #068dfe;
  letter-spacing: 0.5px;
}

/* line 210, app/assets/stylesheets/posts/show.scss */
.blog-notice {
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  margin: 0 auto;
  width: 100%;
  background-color: rgba(56, 165, 255, 0.17);
}

/* line 221, app/assets/stylesheets/posts/show.scss */
.blog-notice div {
  text-align: center;
  color: #068dfe;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.28px;
}

/* line 227, app/assets/stylesheets/posts/show.scss */
.blog-notice div a {
  color: #068dfe;
  font-weight: bold;
}

/* line 1, app/assets/stylesheets/stacks/stack_list.scss */
.company-stack-wrapper {
  margin-top: 36px;
}

/* line 4, app/assets/stylesheets/stacks/stack_list.scss */
.company-stack-wrapper .show-layer-d {
  margin: 0 0;
}

@media (max-width: 420px) {
  /* line 4, app/assets/stylesheets/stacks/stack_list.scss */
  .company-stack-wrapper .show-layer-d {
    margin-left: 0px;
  }
}

/* line 12, app/assets/stylesheets/stacks/stack_list.scss */
.company-stack-wrapper .stack-section-container {
  display: flex;
  display: -ms-flex;
  flex-wrap: wrap;
  justify-content: stretch;
}

/* line 18, app/assets/stylesheets/stacks/stack_list.scss */
.company-stack-wrapper .stack-section-container:after {
  content: "";
  flex: auto;
  -ms-flex: auto;
}

/* line 25, app/assets/stylesheets/stacks/stack_list.scss */
.company-stack-wrapper .stack-service-item {
  margin: 0 8px;
  text-align: center;
  height: 145px;
  width: 145px;
}

/* line 32, app/assets/stylesheets/stacks/stack_list.scss */
.company-stack-wrapper .blog-post-stack-icon {
  font-size: 13pt;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
  padding: 10px;
}

/* line 38, app/assets/stylesheets/stacks/stack_list.scss */
.company-stack-wrapper .blog-post-stack-icon .company-icon-cloudstack {
  border: none;
  width: 83px;
  height: 83px;
}

/* line 43, app/assets/stylesheets/stacks/stack_list.scss */
.company-stack-wrapper .blog-post-stack-icon .stack-service-name-under {
  color: #000;
}

/* line 1, app/assets/stylesheets/typeahead-overrides.scss */
span.tt-dropdown-menu {
  background-color: #fff;
  padding: 10px;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

/* line 7, app/assets/stylesheets/typeahead-overrides.scss */
span.tt-dropdown-menu span.tt-suggestions {
  cursor: pointer;
}

/* line 1, app/assets/stylesheets/typed-animation-new.scss */
.typed-cursor {
  opacity: 1;
  animation: blink 0.7s infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* line 5, app/assets/stylesheets/top-reasons.scss */
.top-reasons-container {
  background-color: #f5f8fa;
}

/* line 8, app/assets/stylesheets/top-reasons.scss */
.top-reasons-container .row {
  margin-left: 0;
  margin-right: 0;
}

/* line 14, app/assets/stylesheets/top-reasons.scss */
.top-reasons {
  margin: 25px auto 100px auto;
}

/* line 5, app/assets/stylesheets/unicorn_to_ipo.sass */
.vertical-timeline {
  width: 95%;
  max-width: 1170px;
  margin: 2em auto;
  position: relative;
  padding: 2em 0;
}

/* line 11, app/assets/stylesheets/unicorn_to_ipo.sass */
.vertical-timeline::after {
  /* clearfix */
  content: "";
  display: table;
  clear: both;
}

/* line 16, app/assets/stylesheets/unicorn_to_ipo.sass */
.vertical-timeline::before {
  /* this is the vertical line */
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: white;
}

@media only screen and (min-width: 1170px) {
  /* line 27, app/assets/stylesheets/unicorn_to_ipo.sass */
  .vertical-timeline.vertical-timeline--two-columns {
    margin-top: 3em;
    margin-bottom: 3em;
    width: 90%;
  }
  /* line 31, app/assets/stylesheets/unicorn_to_ipo.sass */
  .vertical-timeline.vertical-timeline--two-columns:before {
    left: 50%;
    margin-left: -2px;
  }
}

/* line 35, app/assets/stylesheets/unicorn_to_ipo.sass */
.vertical-timeline-element {
  position: relative;
  margin: 2em 0;
}

/* line 38, app/assets/stylesheets/unicorn_to_ipo.sass */
.vertical-timeline-element > div {
  min-height: 1px;
}

/* line 40, app/assets/stylesheets/unicorn_to_ipo.sass */
.vertical-timeline-element:after {
  content: "";
  display: table;
  clear: both;
}

/* line 44, app/assets/stylesheets/unicorn_to_ipo.sass */
.vertical-timeline-element:first-child {
  margin-top: 0;
}

/* line 46, app/assets/stylesheets/unicorn_to_ipo.sass */
.vertical-timeline-element:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 1170px) {
  /* line 50, app/assets/stylesheets/unicorn_to_ipo.sass */
  .vertical-timeline-element {
    margin: 4em 0;
  }
  /* line 52, app/assets/stylesheets/unicorn_to_ipo.sass */
  .vertical-timeline-element:first-child {
    margin-top: 0;
  }
  /* line 54, app/assets/stylesheets/unicorn_to_ipo.sass */
  .vertical-timeline-element:last-child {
    margin-bottom: 0;
  }
}

/* line 57, app/assets/stylesheets/unicorn_to_ipo.sass */
.vertical-timeline-element-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}

/* line 65, app/assets/stylesheets/unicorn_to_ipo.sass */
.vertical-timeline-element-icon svg {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}

@media only screen and (min-width: 1170px) {
  /* line 79, app/assets/stylesheets/unicorn_to_ipo.sass */
  .vertical-timeline--two-columns .vertical-timeline-element-icon {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
  }
}

/* Icon animations */
/* line 90, app/assets/stylesheets/unicorn_to_ipo.sass */
.vertical-timeline--animate .vertical-timeline-element-icon.bounce-in {
  visibility: visible;
  animation: cd-bounce-1 0.6s;
}

@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

/* line 147, app/assets/stylesheets/unicorn_to_ipo.sass */
.vertical-timeline-element-content {
  position: relative;
  margin-left: 60px;
  background: white;
  border-radius: 0.25em;
  padding: 1em;
  box-shadow: 0 3px 0 #ddd;
}

/* line 154, app/assets/stylesheets/unicorn_to_ipo.sass */
.vertical-timeline-element-content a {
  text-decoration: underline;
}

/* line 156, app/assets/stylesheets/unicorn_to_ipo.sass */
.vertical-timeline-element-content a:hover {
  text-decoration: underline;
}

/* line 159, app/assets/stylesheets/unicorn_to_ipo.sass */
.vertical-timeline-element--no-children .vertical-timeline-element-content {
  background: transparent;
  box-shadow: none;
}

/* line 164, app/assets/stylesheets/unicorn_to_ipo.sass */
.vertical-timeline-element-content:after {
  content: "";
  display: table;
  clear: both;
}

/* line 168, app/assets/stylesheets/unicorn_to_ipo.sass */
.vertical-timeline-element-content h2 {
  color: #303e49;
}

/* line 170, app/assets/stylesheets/unicorn_to_ipo.sass */
.vertical-timeline-element-content p {
  color: #333;
}

/* line 175, app/assets/stylesheets/unicorn_to_ipo.sass */
.vertical-timeline-element-content .vertical-timeline-element-date {
  color: #333;
  display: inline-block;
}

/* line 181, app/assets/stylesheets/unicorn_to_ipo.sass */
.vertical-timeline-element-content p {
  margin: 1em 0 0;
  line-height: 1.6;
}

/* line 185, app/assets/stylesheets/unicorn_to_ipo.sass */
.vertical-timeline-element-title, .vertical-timeline-element-subtitle {
  margin: 0;
  font-weight: bold;
}

/* line 190, app/assets/stylesheets/unicorn_to_ipo.sass */
.vertical-timeline-element-content .vertical-timeline-element-date {
  float: left;
  padding: 0.8em 0;
}

/* line 194, app/assets/stylesheets/unicorn_to_ipo.sass */
.vertical-timeline-element-content::before {
  content: "";
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white;
}

/* line 204, app/assets/stylesheets/unicorn_to_ipo.sass */
.vertical-timeline-element--no-children .vertical-timeline-element-content::before {
  display: none;
}

@media only screen and (min-width: 1170px) {
  /* line 221, app/assets/stylesheets/unicorn_to_ipo.sass */
  .vertical-timeline--two-columns .vertical-timeline-element-content {
    margin-left: 0;
    padding: 1.5em;
    width: 40%;
  }
  /* line 225, app/assets/stylesheets/unicorn_to_ipo.sass */
  .vertical-timeline--two-columns .vertical-timeline-element-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: white;
  }
  /* line 230, app/assets/stylesheets/unicorn_to_ipo.sass */
  .vertical-timeline--two-columns .vertical-timeline-element-content .vertical-timeline-element-date {
    position: absolute;
    width: 100%;
    left: 124%;
    top: 6px;
  }
  /* line 238, app/assets/stylesheets/unicorn_to_ipo.sass */
  .vertical-timeline--two-columns .vertical-timeline-element:nth-child(even):not(.vertical-timeline-element--left) .vertical-timeline-element-content, .vertical-timeline--two-columns .vertical-timeline-element.vertical-timeline-element--right .vertical-timeline-element-content {
    float: right;
  }
  /* line 240, app/assets/stylesheets/unicorn_to_ipo.sass */
  .vertical-timeline--two-columns .vertical-timeline-element:nth-child(even):not(.vertical-timeline-element--left) .vertical-timeline-element-content::before, .vertical-timeline--two-columns .vertical-timeline-element.vertical-timeline-element--right .vertical-timeline-element-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white;
  }
  /* line 246, app/assets/stylesheets/unicorn_to_ipo.sass */
  .vertical-timeline--two-columns .vertical-timeline-element:nth-child(even):not(.vertical-timeline-element--left) .vertical-timeline-element-content .vertical-timeline-element-date, .vertical-timeline--two-columns .vertical-timeline-element.vertical-timeline-element--right .vertical-timeline-element-content .vertical-timeline-element-date {
    left: auto;
    right: 124%;
    text-align: right;
  }
}

/* Box animations */
/* line 256, app/assets/stylesheets/unicorn_to_ipo.sass */
.vertical-timeline--animate .vertical-timeline-element-content.bounce-in {
  visibility: visible;
  animation: cd-bounce-2 0.6s;
}

@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  /* line 265, app/assets/stylesheets/unicorn_to_ipo.sass */
  .vertical-timeline--two-columns.vertical-timeline--animate .vertical-timeline-element:nth-child(even):not(.vertical-timeline-element--left) .vertical-timeline-element-content.bounce-in, .vertical-timeline--two-columns.vertical-timeline--animate .vertical-timeline-element.vertical-timeline-element--right .vertical-timeline-element-content.bounce-in {
    animation: cd-bounce-2-inverse 0.6s;
  }
}

@media only screen and (max-width: 1169px) {
  /* line 271, app/assets/stylesheets/unicorn_to_ipo.sass */
  .vertical-timeline--animate .vertical-timeline-element-content.bounce-in {
    visibility: visible;
    animation: cd-bounce-2-inverse 0.6s;
  }
}

@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0);
  }
}

/* line 384, app/assets/stylesheets/unicorn_to_ipo.sass */
.vertical-timeline::before {
  background: #f5f8fa;
}

/* line 390, app/assets/stylesheets/unicorn_to_ipo.sass */
.vertical-timeline-element .vertical-timeline-element-content {
  background: #4a4a4a;
  box-shadow: 0 0 0 0;
  border-top: 1px solid #eee;
}

/* line 394, app/assets/stylesheets/unicorn_to_ipo.sass */
.vertical-timeline-element .vertical-timeline-element-content img {
  max-width: 100%;
}

/* line 396, app/assets/stylesheets/unicorn_to_ipo.sass */
.vertical-timeline-element .vertical-timeline-element-content * {
  color: white !important;
}

/* line 399, app/assets/stylesheets/unicorn_to_ipo.sass */
.vertical-timeline-element .vertical-timeline-element-icon {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  box-shadow: 0 0 0 0;
  margin-top: 10px;
}

/* line 407, app/assets/stylesheets/unicorn_to_ipo.sass */
.vertical-timeline-element .vertical-timeline-element-title {
  line-height: 1.25;
}

/* line 411, app/assets/stylesheets/unicorn_to_ipo.sass */
.vertical-timeline-element .vertical-timeline-body p, .vertical-timeline-element .vertical-timeline-body ol, .vertical-timeline-element .vertical-timeline-body ul, .vertical-timeline-element .vertical-timeline-body td {
  font-size: 15px;
  line-height: 1.7;
}

/* line 414, app/assets/stylesheets/unicorn_to_ipo.sass */
.vertical-timeline-element .vertical-timeline-body img {
  background: white;
  border-radius: 3px;
}

/* line 418, app/assets/stylesheets/unicorn_to_ipo.sass */
.vertical-timeline-element .vertical-timeline-element-content::before, .vertical-timeline-element .vertical-timeline-element-no-content .vertical-timeline-element-content {
  display: none;
}

/* line 421, app/assets/stylesheets/unicorn_to_ipo.sass */
.vertical-timeline-element .vertical-timeline-source-link {
  margin: 1.5rem 0 0;
}

/* line 423, app/assets/stylesheets/unicorn_to_ipo.sass */
.vertical-timeline-element .vertical-timeline-source-link a {
  text-decoration: underline;
}

/* line 426, app/assets/stylesheets/unicorn_to_ipo.sass */
.vertical-timeline-element .vertical-timeline-element-tools {
  border-top: 1px solid #6d6d6d;
  border-bottom: 1px solid #6d6d6d;
  margin: 1rem 0 0;
  padding: 5px 0;
  display: flex;
  flex-wrap: wrap;
}

/* line 434, app/assets/stylesheets/unicorn_to_ipo.sass */
.vertical-timeline-element .vertical-timeline-element-tool {
  display: flex;
  padding: 0.5rem 0.25rem;
  margin-right: 12px;
  text-decoration: none;
  color: #333;
}

/* line 440, app/assets/stylesheets/unicorn_to_ipo.sass */
.vertical-timeline-element .vertical-timeline-element-tool span {
  align-self: center;
}

/* line 442, app/assets/stylesheets/unicorn_to_ipo.sass */
.vertical-timeline-element .vertical-timeline-element-tool img {
  margin-right: 6px;
  border-radius: 3.1px;
  height: 22px;
  width: 22px;
  background: white;
}

@media only screen and (max-width: 1170px) {
  /* line 450, app/assets/stylesheets/unicorn_to_ipo.sass */
  .vertical-timeline-element .date-holder {
    background: none !important;
  }
}

/* line 456, app/assets/stylesheets/unicorn_to_ipo.sass */
.vertical-timeline--animate .vertical-timeline-element-content.is-hidden,
.vertical-timeline--animate .vertical-timeline-element-icon.is-hidden {
  visibility: hidden;
}

@media only screen and (max-width: 1169px) {
  /* line 462, app/assets/stylesheets/unicorn_to_ipo.sass */
  .company-logo {
    display: none;
  }
}

@media only screen and (min-width: 1170px) {
  /* line 469, app/assets/stylesheets/unicorn_to_ipo.sass */
  .company-logo {
    display: inline-block;
    margin: 0 20px 0;
  }
  /* line 473, app/assets/stylesheets/unicorn_to_ipo.sass */
  .vertical-timeline-element-content {
    padding: 30px !important;
  }
  /* line 475, app/assets/stylesheets/unicorn_to_ipo.sass */
  .vertical-timeline-element-content .date-holder {
    height: 30px;
    color: white;
  }
  /* line 478, app/assets/stylesheets/unicorn_to_ipo.sass */
  .vertical-timeline-element-content .right-arrow {
    width: 0;
    height: 0;
    position: absolute;
    top: 0.8em;
  }
  /* line 484, app/assets/stylesheets/unicorn_to_ipo.sass */
  .vertical-timeline-element:nth-child(odd) .date-holder {
    padding: 5px 15px 5px 10px;
    float: left;
  }
  /* line 487, app/assets/stylesheets/unicorn_to_ipo.sass */
  .vertical-timeline-element:nth-child(odd) .right-arrow {
    left: -15px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid transparent;
  }
  /* line 493, app/assets/stylesheets/unicorn_to_ipo.sass */
  .vertical-timeline-element:nth-child(even) .date-holder {
    float: right;
    padding: 5px 10px 5px 15px;
  }
  /* line 496, app/assets/stylesheets/unicorn_to_ipo.sass */
  .vertical-timeline-element:nth-child(even) .right-arrow {
    right: -15px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid transparent;
  }
  /* line 501, app/assets/stylesheets/unicorn_to_ipo.sass */
  .vertical-timeline-element-date {
    top: 23px !important;
  }
  /* line 503, app/assets/stylesheets/unicorn_to_ipo.sass */
  .vertical-timeline-element-date .date-inner {
    font-size: 14px;
    line-height: 19px;
  }
  /* line 507, app/assets/stylesheets/unicorn_to_ipo.sass */
  .vertical-timeline--two-columns .vertical-timeline-element-icon {
    margin-left: -10px;
    left: 50%;
    margin-top: 42px;
  }
  /* line 511, app/assets/stylesheets/unicorn_to_ipo.sass */
  .vertical-timeline--two-columns .vertical-timeline-element-content {
    padding: 0;
    width: 45%;
  }
}

/* line 3, app/assets/stylesheets/uploadcare.scss */
.uploadcare--widget {
  width: 100%;
  display: flex;
  flex-direction: column;
}

/* line 8, app/assets/stylesheets/uploadcare.scss */
.uploadcare--widget-status {
  margin: 0;
}

/* line 10, app/assets/stylesheets/uploadcare.scss */
.uploadcare--widget-status-started {
  margin-left: 5px;
  justify-content: center;
  align-items: center;
}

/* line 17, app/assets/stylesheets/uploadcare.scss */
.uploadcare--widget-text {
  align-items: left;
  display: block;
}

/* line 22, app/assets/stylesheets/uploadcare.scss */
.uploadcare--widget__text {
  white-space: normal;
  min-height: 50px;
  text-align: center;
}

/* line 28, app/assets/stylesheets/uploadcare.scss */
.uploadcare--widget__button {
  background: transparent;
  border: 1px solid #0690FA;
  border-radius: .25em;
  color: #0690FA;
  cursor: pointer;
  margin: 0;
  margin-right: 0;
  margin-top: 5px;
}

/* line 38, app/assets/stylesheets/uploadcare.scss */
.uploadcare--widget__button:hover {
  background: #0690FA;
  border: 1px solid #0690FA;
  color: white;
  cursor: pointer;
}

/* line 45, app/assets/stylesheets/uploadcare.scss */
.uploadcare--widget__button_type_open {
  align-self: center;
}

/* line 49, app/assets/stylesheets/uploadcare.scss */
.uploadcare--widget__button_type_cancel {
  align-self: center;
}

/* line 53, app/assets/stylesheets/uploadcare.scss */
.uploadcare--widget__button_type_remove {
  align-self: center;
}

/* line 59, app/assets/stylesheets/uploadcare.scss */
.uploadcare--light {
  width: 100%;
}

/* line 62, app/assets/stylesheets/uploadcare.scss */
.uploadcare--light .uploadcare--widget-button {
  border: none;
}

/* line 65, app/assets/stylesheets/uploadcare.scss */
.uploadcare--light .uploadcare--widget-button:hover {
  background: transparent;
  border: none;
  color: #0690FA;
}

/* line 76, app/assets/stylesheets/uploadcare.scss */
.uploadcare--placeholder .uploadcare--widget-button, .uploadcare--placeholder .uploadcare--widget-button:hover {
  height: 117px;
  width: 117px;
  border-radius: 50%;
  margin-bottom: 10px;
  display: block;
  border: 1px dashed #0690FA;
  line-height: 96px;
  text-align: center;
  background: rgba(0, 143, 249, 0.02);
}

/* line 86, app/assets/stylesheets/uploadcare.scss */
.uploadcare--placeholder .uploadcare--widget-button:hover, .uploadcare--placeholder .uploadcare--widget-button:hover:hover {
  color: #0473c8;
  border-color: #0473c8;
}

/* line 94, app/assets/stylesheets/uploadcare.scss */
.uploadcare-note {
  color: #929ca5;
  width: 100%;
  text-align: center;
}

/* line 7, app/assets/stylesheets/users.scss */
.following-wrapper {
  height: 200px;
}

@media (min-width: 1200px) {
  /* line 12, app/assets/stylesheets/users.scss */
  .following-wrapper div {
    margin: 0 9px;
  }
}

@media (min-width: 601px) and (max-width: 1024px) {
  /* line 18, app/assets/stylesheets/users.scss */
  .user-profile-tabs {
    display: flex;
    justify-content: center;
  }
}

@media (min-width: 601px) and (max-width: 768px) {
  /* line 25, app/assets/stylesheets/users.scss */
  #social-links {
    justify-content: center;
  }
}

@media (max-width: 600px) {
  /* line 31, app/assets/stylesheets/users.scss */
  #social-links {
    display: flex;
    justify-content: space-around;
  }
  /* line 36, app/assets/stylesheets/users.scss */
  .following-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: auto;
  }
  /* line 43, app/assets/stylesheets/users.scss */
  .section-title-row {
    text-align: center;
  }
}

@media (max-width: 320px) {
  /* line 49, app/assets/stylesheets/users.scss */
  .personal-stacks-mobile .stack {
    display: flex;
    align-items: center;
  }
  /* line 54, app/assets/stylesheets/users.scss */
  .tool-logo-mobile img {
    width: 30px !important;
    height: 30px !important;
  }
  /* line 59, app/assets/stylesheets/users.scss */
  .following-wrapper div {
    width: 30% !important;
  }
}

/* line 64, app/assets/stylesheets/users.scss */
.score {
  font-size: 18pt;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  padding: 5px;
  border-radius: 7px;
  margin: 28px 0;
}

/* line 74, app/assets/stylesheets/users.scss */
.score-breakdown {
  font-size: 20px;
}

/* line 78, app/assets/stylesheets/users.scss */
#user-reviews-container {
  margin-left: auto;
  margin-right: auto;
}

/* line 83, app/assets/stylesheets/users.scss */
.user-structured-review-wrapper {
  padding: 4px 5px 3px 5px;
  border: 1px solid #EBEBEB;
  border-radius: 5px;
  text-align: center;
  color: #333;
  max-width: 138px;
  width: 100%;
  margin-left: 0px;
  margin-right: 8px;
}

/* line 96, app/assets/stylesheets/users.scss */
.user-reasons .truncate-reasons a {
  color: #333 !important;
}

/* line 99, app/assets/stylesheets/users.scss */
.user-reasons .truncate-reasons a:visited {
  color: #333 !important;
}

/* line 102, app/assets/stylesheets/users.scss */
.user-reasons .truncate-reasons a:hover {
  color: #0690FA !important;
}

/* line 107, app/assets/stylesheets/users.scss */
.no-contributions {
  background-color: #0891FA;
  color: #FFF;
  padding: 28px;
  margin: 10px 40px 10px 40px;
  border-radius: 4px;
  font-size: 15px;
}

/* line 116, app/assets/stylesheets/users.scss */
.no-contributions a {
  text-decoration: underline !important;
  color: #FFF !important;
  background-color: #0891FA !important;
}

/* line 123, app/assets/stylesheets/users.scss */
.bitbucket-icon-user-form svg {
  margin-left: 5px;
  height: 17px;
  width: 23px;
}

/* line 127, app/assets/stylesheets/users.scss */
.bitbucket-icon-user-form svg path {
  fill: #0052cc;
}

/* line 132, app/assets/stylesheets/users.scss */
.bitbucket-icon-user svg {
  margin-left: 5px;
  height: 25px;
  width: 26px;
}

/* line 136, app/assets/stylesheets/users.scss */
.bitbucket-icon-user svg path {
  fill: #000;
}

/* line 141, app/assets/stylesheets/users.scss */
span.gh-up {
  display: flex;
  align-items: center;
}

/* line 146, app/assets/stylesheets/users.scss */
.gh-up {
  margin-right: 7px;
}

/* line 148, app/assets/stylesheets/users.scss */
.gh-up a {
  opacity: .2;
  -moz-transition: opacity .4s ease-out;
  -webkit-transition: opacity .4s ease-out;
  -o-transition: opacity .4s ease-out;
}

/* line 155, app/assets/stylesheets/users.scss */
.gh-up a:hover {
  opacity: 1;
  background: transparent;
}

/* line 160, app/assets/stylesheets/users.scss */
.gh-up a.fb-icon-blue, .gh-up a.fb-icon-blue:visited, .gh-up a.twitter-icon-blue, .gh-up a.twitter-icon-blue:visited, .gh-up a.linkedin-icon-blue, .gh-up a.linkedin-icon-blue:visited {
  color: black !important;
  opacity: .2;
  -moz-transition: opacity .4s ease-out;
  -webkit-transition: opacity .4s ease-out;
  -o-transition: opacity .4s ease-out;
}

/* line 168, app/assets/stylesheets/users.scss */
.gh-up a.fb-icon-blue:hover, .gh-up a.fb-icon-blue:visited:hover {
  opacity: 1;
  background: transparent;
  color: #3A5795 !important;
}

/* line 174, app/assets/stylesheets/users.scss */
.gh-up a.twitter-icon-blue:hover, .gh-up a.twitter-icon-blue:visited:hover {
  opacity: 1;
  background: transparent;
  color: #55ACEE !important;
}

/* line 180, app/assets/stylesheets/users.scss */
.gh-up a.linkedin-icon-blue:hover, .gh-up a.linkedin-icon-blue:visited:hover {
  opacity: 1;
  background: transparent;
  color: #0f70b4 !important;
}

/* line 187, app/assets/stylesheets/users.scss */
.leaderboard-item-row {
  padding: 12px 15px;
  border-radius: 4px;
  background-color: white;
  color: black;
  margin: 7px 0;
  width: 550px;
  font-size: 16px;
}

/* line 196, app/assets/stylesheets/users.scss */
.leaderboard-item-row .rank {
  color: grey;
  font-weight: 500;
}

/* line 201, app/assets/stylesheets/users.scss */
.leaderboard-item-row .name {
  font-weight: bold;
  margin-left: 5px;
}

/* line 206, app/assets/stylesheets/users.scss */
.leaderboard-item-row .points {
  color: orange;
  font-weight: bold;
  font-size: 21px;
  float: right;
  padding-top: 18px;
}

/* line 216, app/assets/stylesheets/users.scss */
.leaderboard-card {
  padding: 12px 15px;
  border-radius: 4px;
  background-color: white;
  color: black;
  font-size: 16px;
  text-align: center;
  margin: 20px;
}

/* line 225, app/assets/stylesheets/users.scss */
.leaderboard-card .rank {
  color: #c9c8c8;
  font-weight: 500;
  text-align: center;
  padding-bottom: 10px;
  font-size: 13px;
}

/* line 233, app/assets/stylesheets/users.scss */
.leaderboard-card img {
  margin-bottom: 10px;
  text-align: center;
}

/* line 238, app/assets/stylesheets/users.scss */
.leaderboard-card .name {
  font-weight: bold;
  text-align: center;
}

/* line 243, app/assets/stylesheets/users.scss */
.leaderboard-card .points {
  color: orange;
  font-weight: bold;
  font-size: 23px;
  padding: 15px 0;
  text-align: center;
}

/* line 251, app/assets/stylesheets/users.scss */
.leaderboard-card .score-card {
  border-top-right-radius: 4px;
  font-size: 15px;
  font-weight: 600;
  height: 30px;
}

/* line 258, app/assets/stylesheets/users.scss */
.leaderboard-card a.score-card {
  color: #0690FA;
}

/* line 262, app/assets/stylesheets/users.scss */
.leaderboard-card a.score-card:hover {
  color: #FFF;
  background-color: #0690FA;
  border: 1px solid #0690FA;
}

/* line 268, app/assets/stylesheets/users.scss */
.leaderboard-card .octicon-mark-github {
  position: absolute;
  z-index: 5;
  top: 121px;
  right: 98px;
  border-radius: 2px;
  background-color: black;
  color: white;
  padding: 2px;
  font-size: 14px;
}

/* line 280, app/assets/stylesheets/users.scss */
.leaderboard-card .score-breakdown {
  font-size: 13px;
  color: #c9c8c8;
}

/* line 287, app/assets/stylesheets/users.scss */
#user-pills-nav {
  display: flex;
  margin-top: 15px;
  font-weight: 600;
  border-bottom: 1px solid #EBEBEB;
}

/* line 293, app/assets/stylesheets/users.scss */
#user-pills-nav .nav-pills > li.active > a, #user-pills-nav .nav-pills > li.active > a:hover, #user-pills-nav .nav-pills > li.active > a:focus {
  background-color: transparent;
  border-bottom: 3px solid #0690FA;
  border-radius: 0;
  height: 75px;
  box-sizing: border-box;
  display: block;
  transition: all .15s ease-in-out;
  color: #333 !important;
  font-size: 16px;
}

/* line 306, app/assets/stylesheets/users.scss */
#user-pills-nav .nav-pills > li {
  width: 100px;
}

/* line 310, app/assets/stylesheets/users.scss */
#user-pills-nav .nav > li > a:hover, #user-pills-nav .nav > li > a:focus {
  color: #0690FA !important;
  background-color: transparent;
}

/* line 315, app/assets/stylesheets/users.scss */
#user-pills-nav .nav > li > a, #user-pills-nav .nav > li > a:visited {
  color: grey;
  font-size: 16px;
}

/* line 320, app/assets/stylesheets/users.scss */
#user-pills-nav .nav > li .score-breakdown {
  margin-bottom: 10px;
  font-size: 22px;
}

/* line 325, app/assets/stylesheets/users.scss */
#user-pills-nav .nav > li.active .score-breakdown {
  color: black;
  margin-bottom: 10px;
  font-size: 22px;
}

/* line 331, app/assets/stylesheets/users.scss */
#user-pills-nav .nav > li .score-breakdown > a:hover, #user-pills-nav .nav > li .score-breakdown > a:focus {
  color: #0690FA !important;
  background-color: transparent;
}

/* line 336, app/assets/stylesheets/users.scss */
#user-pills-nav ul.nav.nav-pills {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* line 343, app/assets/stylesheets/users.scss */
.stack-list-container {
  border: 1px solid #EBEBEB;
  border-radius: 4px;
  padding: 5px 10px;
}

/* line 348, app/assets/stylesheets/users.scss */
.stack-list-container .score-card {
  top: 0px;
  position: relative;
  max-width: 90px;
  height: 30px;
  float: right;
}

/* line 356, app/assets/stylesheets/users.scss */
.stack-list-container .score-card .count {
  font-size: 15px;
}

/* line 364, app/assets/stylesheets/users.scss */
#stack-list-pills .nav-pills > li.active > a, #stack-list-pills .nav-pills > li.active > a:hover, #stack-list-pills .nav-pills > li.active > a:focus {
  background-color: #0690FA;
}

/* line 366, app/assets/stylesheets/users.scss */
#stack-list-pills .nav > li > a:hover, #stack-list-pills .nav > li > a:focus {
  color: #333;
}

/* line 372, app/assets/stylesheets/users.scss */
#explore-pills .nav-pills > li.active > a, #explore-pills .nav-pills > li.active > a:hover, #explore-pills .nav-pills > li.active > a:focus {
  background-color: grey;
}

/* line 378, app/assets/stylesheets/users.scss */
#card-list .rank {
  color: orange;
  border-bottom-right-radius: 5px;
  border: 1px solid #e8e8e8;
  border-width: 0 1px 1px 0px;
  margin-left: 5px;
  max-width: 45px;
  text-align: center;
  overflow: hidden;
  font-size: 13px;
  top: 0px;
  position: relative;
  float: left;
  padding-right: 28px;
}

/* line 393, app/assets/stylesheets/users.scss */
#card-list .points {
  color: orange;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
}

@media (min-width: 992px) {
  /* line 402, app/assets/stylesheets/users.scss */
  #fans {
    margin: 0 7px 10px 7px;
  }
  /* line 405, app/assets/stylesheets/users.scss */
  #fans .octicon-mark-github {
    position: absolute;
    z-index: 5;
    top: 52px;
    right: -11px;
    border-radius: 2px;
    background-color: black;
    color: white;
    padding: 2px;
    font-size: 11px;
  }
  /* line 417, app/assets/stylesheets/users.scss */
  #fans img {
    text-align: center;
    height: 70px;
    width: 70px;
    display: inherit;
    border-radius: 100px;
    border: 0;
  }
  /* line 427, app/assets/stylesheets/users.scss */
  #user-tab-content {
    min-height: 200px;
  }
  /* line 431, app/assets/stylesheets/users.scss */
  .user-show-img {
    text-align: center;
    margin: 20px;
    width: 200px;
    height: 200px;
    display: inline;
    border-radius: 100px;
    border: 0;
  }
  /* line 441, app/assets/stylesheets/users.scss */
  .lock-email {
    width: 16px;
    height: 16px;
    -o-object-fit: contain;
       object-fit: contain;
    margin: -2px -12px -12px -12px;
  }
  /* line 448, app/assets/stylesheets/users.scss */
  .lock-team {
    width: 12px;
    height: 12px;
    -o-object-fit: contain;
       object-fit: contain;
    margin-left: 5px;
    margin-bottom: 9px;
    margin-top: 8px;
  }
  /* line 457, app/assets/stylesheets/users.scss */
  .user-private-info {
    display: flex;
    align-items: center;
  }
  /* line 466, app/assets/stylesheets/users.scss */
  .total-score {
    color: orange;
    font-weight: 600;
    font-size: 18px;
    display: inline;
    padding: 6px;
    border-radius: 3px;
    margin: 0px 20px;
    border: 1px solid orange;
  }
  /* line 477, app/assets/stylesheets/users.scss */
  #user-name {
    line-height: 10px;
    color: black;
    font-weight: bold;
    font-size: 20pt;
  }
  /* line 485, app/assets/stylesheets/users.scss */
  .user-container #user-pills-nav .nav-pills > li.active > a, .user-container #user-pills-nav .nav-pills > li.active > a:hover, .user-container #user-pills-nav .nav-pills > li.active > a:focus {
    height: 75px;
  }
  /* line 490, app/assets/stylesheets/users.scss */
  .user-container #user-tab-fix {
    display: flex;
  }
  /* line 496, app/assets/stylesheets/users.scss */
  .user-container #user-pills-nav .nav-pills > li.active > a, .user-container #user-pills-nav .nav-pills > li.active > a:hover, .user-container #user-pills-nav .nav-pills > li.active > a:focus {
    background-color: transparent;
    border-bottom: 3px solid #0690FA;
    border-radius: 0;
    height: 76px;
    width: 100px;
    box-sizing: border-box;
    display: block;
    transition: all .15s ease-in-out;
    color: #0690FA !important;
    font-size: 22px;
  }
  /* line 510, app/assets/stylesheets/users.scss */
  .user-container #user-pills-nav #user-pills-nav .container {
    padding: 0px 60px;
  }
  /* line 514, app/assets/stylesheets/users.scss */
  .user-container #user-pills-nav .nav > li > a {
    padding: 20px 0 0 0;
    width: 100px;
  }
  /* line 519, app/assets/stylesheets/users.scss */
  .user-container #user-pills-nav #tab-link-user {
    font-size: 22px;
    padding-top: 11px;
  }
  /* line 525, app/assets/stylesheets/users.scss */
  .user-container #user-pills-nav .nav > li.active .score-breakdown {
    color: #0690FA;
    margin-bottom: 10px;
    font-size: 22px;
  }
  /* line 531, app/assets/stylesheets/users.scss */
  .user-container #user-pills-nav .nav > li .score-breakdown > a:hover, .user-container #user-pills-nav .nav > li .score-breakdown > a:focus {
    color: #0690FA !important;
    background-color: transparent;
  }
  /* line 536, app/assets/stylesheets/users.scss */
  .user-container #user-pills-nav ul.nav.nav-pills {
    text-align: center;
  }
  /* line 542, app/assets/stylesheets/users.scss */
  #one-line-user {
    width: 25px;
    height: 25px;
    margin: 10px 10px 0 10px;
  }
  /* line 547, app/assets/stylesheets/users.scss */
  #one-line-user img {
    width: 25px;
    height: 25px;
    border-radius: 3px;
  }
  /* line 553, app/assets/stylesheets/users.scss */
  .uplayers {
    padding: 20px 0 0 0;
    margin: 0px 15px;
  }
  /* line 558, app/assets/stylesheets/users.scss */
  .user-container .section-title {
    margin-bottom: 12px;
  }
  /* line 562, app/assets/stylesheets/users.scss */
  .no-favs {
    color: #DDDDDD;
    font-style: italic;
  }
}

@media (min-width: 601px) {
  /* line 569, app/assets/stylesheets/users.scss */
  .profile-name {
    text-align: left !important;
  }
  /* line 573, app/assets/stylesheets/users.scss */
  .profile-title {
    margin: 20px 0 0 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 580, app/assets/stylesheets/users.scss */
  .profile-tablet {
    width: 25%;
    padding: 0;
  }
  /* line 584, app/assets/stylesheets/users.scss */
  .profile-tablet a {
    font-size: 14px !important;
    margin: 0 0 20px 0 !important;
  }
  /* line 590, app/assets/stylesheets/users.scss */
  .tools-tablet {
    width: 75%;
    padding: 0;
  }
  /* line 595, app/assets/stylesheets/users.scss */
  #fans {
    margin: 0 7px 10px 7px;
  }
  /* line 597, app/assets/stylesheets/users.scss */
  #fans .octicon-mark-github {
    position: absolute;
    z-index: 5;
    top: 46px;
    right: -19px;
    border-radius: 2px;
    background-color: black;
    color: white;
    padding: 2px;
    font-size: 11px;
  }
  /* line 608, app/assets/stylesheets/users.scss */
  #fans img {
    text-align: center;
    height: 65px;
    width: 65px;
    display: inherit;
  }
  /* line 616, app/assets/stylesheets/users.scss */
  .user-show-img {
    margin: 20px 0;
    height: 150px;
    width: 150px;
  }
  /* line 622, app/assets/stylesheets/users.scss */
  .landing-stack-title {
    margin: 20px 0 0;
  }
  /* line 626, app/assets/stylesheets/users.scss */
  .user-container #review-author {
    padding: 0 !important;
  }
  /* line 630, app/assets/stylesheets/users.scss */
  .total-score {
    color: orange;
    font-weight: 600;
    font-size: 18px;
    display: inline;
    padding: 6px;
    border-radius: 3px;
    margin: 30px 0;
    border: 1px solid orange;
  }
  /* line 641, app/assets/stylesheets/users.scss */
  #user-name {
    line-height: 10px;
    color: black;
    font-weight: bold;
    font-size: 23pt;
  }
  /* line 649, app/assets/stylesheets/users.scss */
  .user-container #user-pills-nav .nav-pills > li.active > a, .user-container #user-pills-nav .nav-pills > li.active > a:hover, .user-container #user-pills-nav .nav-pills > li.active > a:focus {
    height: 75px;
    width: 105px;
  }
  /* line 656, app/assets/stylesheets/users.scss */
  .user-container #user-pills-nav .nav-pills > li.active > a, .user-container #user-pills-nav .nav-pills > li.active > a:hover, .user-container #user-pills-nav .nav-pills > li.active > a:focus {
    background-color: transparent;
    border-bottom: 3px solid #0690FA;
    border-radius: 0;
    height: 76px;
    width: 105px;
    box-sizing: border-box;
    display: block;
    transition: all .15s ease-in-out;
    color: #0690FA !important;
    font-size: 22px;
  }
  /* line 670, app/assets/stylesheets/users.scss */
  .user-container #user-pills-nav #user-pills-nav .container {
    padding: 0px 60px;
  }
  /* line 674, app/assets/stylesheets/users.scss */
  .user-container #user-pills-nav .nav > li > a {
    padding: 20px 0 0 0;
    width: 105px;
  }
  /* line 679, app/assets/stylesheets/users.scss */
  .user-container #user-pills-nav #tab-link-user {
    font-size: 22px;
    width: 105px;
    padding-top: 11px;
  }
  /* line 685, app/assets/stylesheets/users.scss */
  .user-container #user-pills-nav .nav > li.active .score-breakdown {
    color: #0690FA;
    margin-bottom: 10px;
    font-size: 22px;
  }
  /* line 693, app/assets/stylesheets/users.scss */
  #one-line-user {
    width: 25px;
    height: 25px;
    margin: 10px 10px 0 10px;
  }
  /* line 698, app/assets/stylesheets/users.scss */
  #one-line-user img {
    width: 25px;
    height: 25px;
    border-radius: 3px;
  }
  /* line 705, app/assets/stylesheets/users.scss */
  .user-container .section-title {
    margin: 0 0 10px 15px;
    padding: 0;
  }
  /* line 710, app/assets/stylesheets/users.scss */
  .container .upfs {
    width: auto !important;
  }
  /* line 714, app/assets/stylesheets/users.scss */
  .uplayers {
    padding: 20px 0 0 0;
  }
  /* line 718, app/assets/stylesheets/users.scss */
  .no-favs {
    color: #DDDDDD;
    font-style: italic;
  }
}

/* line 724, app/assets/stylesheets/users.scss */
#ucoimg {
  margin: 0 0 10px 15px;
}

/* line 729, app/assets/stylesheets/users.scss */
#user-company-logo img {
  width: 43px;
  height: 43px;
}

@media (max-width: 767px) {
  /* line 743, app/assets/stylesheets/users.scss */
  .user-container #user-pills-nav .nav-pills > li.active > a, .user-container #user-pills-nav .nav-pills > li.active > a:hover, .user-container #user-pills-nav .nav-pills > li.active > a:focus {
    height: 65px;
  }
  /* line 750, app/assets/stylesheets/users.scss */
  .user-container #user-pills-nav .nav-pills > li {
    width: 75px !important;
  }
  /* line 754, app/assets/stylesheets/users.scss */
  .user-container #user-pills-nav .nav-pills > li.active > a, .user-container #user-pills-nav .nav-pills > li.active > a:hover, .user-container #user-pills-nav .nav-pills > li.active > a:focus {
    background-color: transparent;
    border-bottom: 3px solid #0690FA;
    border-radius: 0;
    height: 60px;
    box-sizing: border-box;
    display: block;
    transition: all .15s ease-in-out;
    color: #0690FA !important;
    font-size: 18px;
  }
  /* line 768, app/assets/stylesheets/users.scss */
  .user-container #user-pills-nav #user-pills-nav .container {
    padding: 0px 60px;
  }
  /* line 772, app/assets/stylesheets/users.scss */
  .user-container #user-pills-nav .nav > li > a {
    padding: 20px 0 0 0;
  }
  /* line 777, app/assets/stylesheets/users.scss */
  .user-container #user-pills-nav #tab-link-user {
    font-size: 18px;
    padding-top: 0px;
  }
  /* line 783, app/assets/stylesheets/users.scss */
  .user-container #user-pills-nav .nav > li.active .score-breakdown {
    color: #0690FA;
    margin-bottom: 10px;
    font-size: 18px;
  }
  /* line 791, app/assets/stylesheets/users.scss */
  #fans {
    margin: 0 3px 10px 3px;
  }
  /* line 793, app/assets/stylesheets/users.scss */
  #fans .octicon-mark-github {
    position: absolute;
    z-index: 5;
    top: 34px;
    right: -7px;
    border-radius: 2px;
    background-color: black;
    color: white;
    padding: 2px;
    font-size: 9px;
  }
  /* line 804, app/assets/stylesheets/users.scss */
  #fans img {
    text-align: center;
    height: 50px;
    width: 50px;
    display: inherit;
  }
  /* line 816, app/assets/stylesheets/users.scss */
  .user-show-img {
    text-align: center;
    margin: 20px 0;
    height: 110px;
    width: 110px;
    display: inline;
  }
  /* line 824, app/assets/stylesheets/users.scss */
  .user-container #review-author {
    padding: 0 !important;
  }
  /* line 828, app/assets/stylesheets/users.scss */
  .total-score {
    color: orange;
    font-weight: 600;
    font-size: 14px;
    display: inline;
    padding: 6px;
    border-radius: 3px;
    margin: 0;
    text-align: center;
    border: 1px solid orange;
  }
  /* line 840, app/assets/stylesheets/users.scss */
  #user-name {
    line-height: 10px;
    color: black;
    font-weight: bold;
    font-size: 16pt;
  }
  /* line 847, app/assets/stylesheets/users.scss */
  #uimg {
    margin: 0 !important;
    text-align: center;
    display: block !important;
  }
  /* line 853, app/assets/stylesheets/users.scss */
  .user-container .section-title {
    text-align: center;
    margin-top: 0;
    margin-bottom: 15px;
    padding: 0;
  }
  /* line 860, app/assets/stylesheets/users.scss */
  .nav > li #user-count.score-breakdown {
    margin-bottom: 10px;
    font-size: 15px;
  }
  /* line 865, app/assets/stylesheets/users.scss */
  .nav > li.active #user-count.score-breakdown {
    color: black;
    margin-bottom: 10px;
    font-size: 15px;
  }
  /* line 876, app/assets/stylesheets/users.scss */
  .user-container #card-list > div > div > div.col-md-2.col-sm-2.col-xs-1 > div > a > img, .user-container #card-list > div > div > div.col-md-2.col-sm-2.col-xs-1 > a > span.stacks-no-img-list {
    margin-left: 0px !important;
  }
  /* line 880, app/assets/stylesheets/users.scss */
  .user-container #card-list > div > div > div.col-md-2.col-sm-2.col-xs-3 > div > a > img, .user-container #card-list > div > div > div.col-md-2.col-sm-2.col-xs-3 > a > span.stacks-no-img-list {
    margin-left: 0px !important;
    width: 26px !important;
    height: 26px !important;
    font-size: 23px !important;
  }
  /* line 888, app/assets/stylesheets/users.scss */
  #one-line-user {
    width: 25px;
    height: 25px;
    margin: 10px 10px 0 10px;
  }
  /* line 893, app/assets/stylesheets/users.scss */
  #one-line-user img {
    width: 25px;
    height: 25px;
    border-radius: 3px;
  }
  /* line 900, app/assets/stylesheets/users.scss */
  .no-favs {
    color: #DDDDDD;
    font-style: italic;
    text-align: center;
  }
}

@media (max-width: 600px) {
  /* line 908, app/assets/stylesheets/users.scss */
  .profile-title {
    margin: 20px 0 0;
  }
}

/* line 913, app/assets/stylesheets/users.scss */
.user-score-hover {
  color: orange;
}

/* line 917, app/assets/stylesheets/users.scss */
.loadinggif {
  background: url(../gif/ajax-loader-528fae9595aa84c258411682a5a6b94418112604405866451bd36077f0e3ca1b.gif) no-repeat right center;
}

/* line 921, app/assets/stylesheets/users.scss */
.fb-icon-blue {
  color: #3A5795 !important;
}

/* line 925, app/assets/stylesheets/users.scss */
.twitter-icon-blue {
  color: #55ACEE !important;
}

/* line 929, app/assets/stylesheets/users.scss */
.linkedin-icon-blue {
  color: #0f70b4 !important;
}

/* line 933, app/assets/stylesheets/users.scss */
.angellist-icon-black {
  color: black !important;
}

/* line 937, app/assets/stylesheets/users.scss */
#signup-form .fa-twitter, #signup-form .fa-angellist, #signup-form .fa-facebook-official, #signup-form .fa-linkedin-square {
  color: grey;
}

/* line 941, app/assets/stylesheets/users.scss */
#signup-form {
  margin: 15px 0 0 0;
}

/* line 945, app/assets/stylesheets/users.scss */
.digest-link {
  line-height: 0px;
}

/* line 947, app/assets/stylesheets/users.scss */
.digest-link a, .digest-link a:visited {
  font-size: 9px;
  color: grey;
  font-weight: normal;
}

/* line 952, app/assets/stylesheets/users.scss */
.digest-link a:hover {
  font-size: 9px;
  color: #0690FA;
  font-weight: normal;
}

/* line 959, app/assets/stylesheets/users.scss */
.user-info-prompt {
  padding: 15px;
  background-color: orange;
  border-radius: 4px;
  margin-bottom: 15px;
  color: white;
}

/* line 967, app/assets/stylesheets/users.scss */
.clearbit-logo {
  max-width: 25px;
  border-radius: 3px;
  margin-left: 5px;
}

/* line 973, app/assets/stylesheets/users.scss */
.clearbit-name {
  font-weight: bold;
  font-size: 15px;
  color: black;
  vertical-align: middle;
}

/* line 980, app/assets/stylesheets/users.scss */
.company-info {
  font-size: 16px;
  color: grey;
  line-height: 25px;
}

/* line 984, app/assets/stylesheets/users.scss */
.company-info a, .company-info a:visited {
  color: grey;
}

/* line 987, app/assets/stylesheets/users.scss */
.company-info a:hover {
  color: #0690FA !important;
}

/* line 992, app/assets/stylesheets/users.scss */
.cb-powered {
  filter: grayscale(100%);
  opacity: .4;
}

/* line 997, app/assets/stylesheets/users.scss */
.cb-powered:hover {
  filter: grayscale(0%);
  opacity: 1;
}

/* line 1003, app/assets/stylesheets/users.scss */
.delete-user {
  float: right;
  margin-top: 7px;
  margin-right: 30px;
  font-size: 10px;
  vertical-align: middle;
}

/* line 1011, app/assets/stylesheets/users.scss */
a.delete-user {
  color: #B3B3B3;
}

/* line 1015, app/assets/stylesheets/users.scss */
a.delete-user:visited {
  color: #B3B3B3;
}

/* line 1019, app/assets/stylesheets/users.scss */
a.delete-user:hover {
  color: #0690FA;
}

/* line 1023, app/assets/stylesheets/users.scss */
.delete-modal-h {
  font-size: 16px;
}

/* line 1027, app/assets/stylesheets/users.scss */
.delete-modal-sh {
  font-size: 16px;
  font-weight: bold;
}

/* line 1032, app/assets/stylesheets/users.scss */
.delete-modal-in {
  margin-bottom: 5px;
}

/* line 1038, app/assets/stylesheets/users.scss */
#additional-providers .bitbucket_provider {
  padding: 8px 0;
  display: inline-flex;
  display: -webkit-inline-flex;
}

/* line 1044, app/assets/stylesheets/users.scss */
#additional-providers .continue-with {
  text-transform: capitalize;
  margin-left: 5px;
  vertical-align: middle;
}

/* line 1048, app/assets/stylesheets/users.scss */
#additional-providers .continue-with a, #additional-providers .continue-with a:visited {
  color: white;
}

/* line 1052, app/assets/stylesheets/users.scss */
#additional-providers .btn {
  width: 170px;
}

/* line 1057, app/assets/stylesheets/users.scss */
.more-providers {
  margin: 25px 5px 10px 5px;
  font-size: 11px;
}

/* line 1062, app/assets/stylesheets/users.scss */
.remove-provider {
  text-transform: capitalize;
}

/* line 1066, app/assets/stylesheets/users.scss */
.remove-provider-link {
  color: grey;
  font-size: 10px;
  margin-left: 5px;
  font-weight: bold;
}

/* line 1073, app/assets/stylesheets/users.scss */
.linked-accounts {
  margin: 10px 0 20px 10px;
}

/* line 1077, app/assets/stylesheets/users.scss */
.following {
  font-size: 12px;
  margin: 0 10px 0 20px;
  text-transform: uppercase;
  color: grey;
  vertical-align: middle;
}

/* line 1085, app/assets/stylesheets/users.scss */
a:hover .following {
  color: #0690FA;
}

/* line 1089, app/assets/stylesheets/users.scss */
.following-count {
  font-size: 22px;
}

/* line 1091, app/assets/stylesheets/users.scss */
.following-count color:grey
a:hover {
  color: #0690FA;
}

/* line 1098, app/assets/stylesheets/users.scss */
.decision-user {
  font-size: 16px;
}

@media (max-width: 767px) {
  /* line 1098, app/assets/stylesheets/users.scss */
  .decision-user {
    font-size: 12px;
  }
}

/* line 1105, app/assets/stylesheets/users.scss */
.bitbucket-icon-linked {
  display: flex;
}

/* line 1107, app/assets/stylesheets/users.scss */
.bitbucket-icon-linked svg {
  width: 23px;
  height: 19px;
  margin: 0 5px 0 4px;
}

/* line 1111, app/assets/stylesheets/users.scss */
.bitbucket-icon-linked svg path {
  fill: #000000;
}

/* line 1117, app/assets/stylesheets/users.scss */
.google-icon-linked {
  display: flex;
}

/* line 1119, app/assets/stylesheets/users.scss */
.google-icon-linked svg {
  width: 23px;
  height: 19px;
  margin: 0 5px 0 4px;
}

/* line 1, app/assets/stylesheets/votes.scss */
.voting {
  margin: 0px;
  padding: 0;
  border-radius: 3px;
  color: grey;
  width: 30px;
  float: right;
}

/* line 9, app/assets/stylesheets/votes.scss */
.voting .voting-buttons {
  border-top: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  display: block;
  text-align: center;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  background-color: white;
  color: #0690fa;
}

/* line 21, app/assets/stylesheets/votes.scss */
.voting .voting-buttons:hover {
  background-color: #0690fa;
  border-top: 1px solid #0690fa;
  border-left: 1px solid #0690fa;
  border-right: 1px solid #0690fa;
  color: white;
}

/* line 29, app/assets/stylesheets/votes.scss */
.voting .voting-result {
  border-bottom: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background-color: white;
}

/* line 42, app/assets/stylesheets/votes.scss */
#reviews .voting {
  max-width: 36px;
}

/* line 46, app/assets/stylesheets/votes.scss */
.comment-author {
  position: relative;
  z-index: 5;
  width: 23px;
  height: 23px;
  margin-right: 5px;
  background-color: #fff;
  border-radius: 100px;
}

/* line 56, app/assets/stylesheets/votes.scss */
.comment-body {
  padding: 5px 0;
  font-size: 14px;
}

/* line 61, app/assets/stylesheets/votes.scss */
a.comment-links, a.comment-links:visited {
  color: #d7d7d7 !important;
  font-size: 10px;
}

/* line 66, app/assets/stylesheets/votes.scss */
a.comment-links:hover {
  color: #0690fa !important;
  font-size: 10px;
}

/* line 71, app/assets/stylesheets/votes.scss */
#service-card-trending {
  text-align: left;
}

/* line 75, app/assets/stylesheets/votes.scss */
.trending-reason-count {
  color: #C5C5C5;
  font-weight: 600;
  font-size: 16px;
}

@font-face {
  font-family: 'octicons';
  src: url(../eot/octicons-64d2408651a1645a55075a62b97a88caea6ca39568352e04cb22d139eb9c7fa1d41d.eot#iefix) format("embedded-opentype"), url(../woff/octicons-9f657d292c792fb3afc0b98d3db59eb1950943838e831b1de9aaac9742d374c7.woff) format("woff"), url(../ttf/octicons-f9e4c7f5d77333118a9b00744418cfba340551fee7d98e5c188ecd23ba3142d3.ttf) format("truetype"), url(../svg/octicons-fc1527e4d99138db7675a15002dcfb1049ec4d78436848dd972a38431cc78cd1.svg#octicons) format("svg");
  font-weight: normal;
  font-style: normal;
}

/*

.octicon is optimized for 16px.
.mega-octicon is optimized for 32px but can be used larger.

*/
/* line 17, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon, .mega-octicon {
  font: normal normal normal 16px/1 octicons;
  display: inline-block;
  text-decoration: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 29, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.mega-octicon {
  font-size: 32px;
}

/* line 31, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-alert:before {
  content: '\f02d';
}

/*  */
/* line 32, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-arrow-down:before {
  content: '\f03f';
}

/*  */
/* line 33, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-arrow-left:before {
  content: '\f040';
}

/*  */
/* line 34, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-arrow-right:before {
  content: '\f03e';
}

/*  */
/* line 35, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-arrow-small-down:before {
  content: '\f0a0';
}

/*  */
/* line 36, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-arrow-small-left:before {
  content: '\f0a1';
}

/*  */
/* line 37, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-arrow-small-right:before {
  content: '\f071';
}

/*  */
/* line 38, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-arrow-small-up:before {
  content: '\f09f';
}

/*  */
/* line 39, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-arrow-up:before {
  content: '\f03d';
}

/*  */
/* line 40, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-microscope:before,
.octicon-beaker:before {
  content: '\f0dd';
}

/*  */
/* line 42, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-bell:before {
  content: '\f0de';
}

/*  */
/* line 43, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-bold:before {
  content: '\f0e2';
}

/*  */
/* line 44, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-book:before {
  content: '\f007';
}

/*  */
/* line 45, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-bookmark:before {
  content: '\f07b';
}

/*  */
/* line 46, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-briefcase:before {
  content: '\f0d3';
}

/*  */
/* line 47, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-broadcast:before {
  content: '\f048';
}

/*  */
/* line 48, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-browser:before {
  content: '\f0c5';
}

/*  */
/* line 49, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-bug:before {
  content: '\f091';
}

/*  */
/* line 50, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-calendar:before {
  content: '\f068';
}

/*  */
/* line 51, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-check:before {
  content: '\f03a';
}

/*  */
/* line 52, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-checklist:before {
  content: '\f076';
}

/*  */
/* line 53, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-chevron-down:before {
  content: '\f0a3';
}

/*  */
/* line 54, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-chevron-left:before {
  content: '\f0a4';
}

/*  */
/* line 55, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-chevron-right:before {
  content: '\f078';
}

/*  */
/* line 56, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-chevron-up:before {
  content: '\f0a2';
}

/*  */
/* line 57, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-circle-slash:before {
  content: '\f084';
}

/*  */
/* line 58, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-circuit-board:before {
  content: '\f0d6';
}

/*  */
/* line 59, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-clippy:before {
  content: '\f035';
}

/*  */
/* line 60, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-clock:before {
  content: '\f046';
}

/*  */
/* line 61, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-cloud-download:before {
  content: '\f00b';
}

/*  */
/* line 62, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-cloud-upload:before {
  content: '\f00c';
}

/*  */
/* line 63, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-code:before {
  content: '\f05f';
}

/*  */
/* line 64, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-comment-add:before,
.octicon-comment:before {
  content: '\f02b';
}

/*  */
/* line 66, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-comment-discussion:before {
  content: '\f04f';
}

/*  */
/* line 67, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-credit-card:before {
  content: '\f045';
}

/*  */
/* line 68, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-dash:before {
  content: '\f0ca';
}

/*  */
/* line 69, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-dashboard:before {
  content: '\f07d';
}

/*  */
/* line 70, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-database:before {
  content: '\f096';
}

/*  */
/* line 71, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-clone:before,
.octicon-desktop-download:before {
  content: '\f0dc';
}

/*  */
/* line 73, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-device-camera:before {
  content: '\f056';
}

/*  */
/* line 74, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-device-camera-video:before {
  content: '\f057';
}

/*  */
/* line 75, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-device-desktop:before {
  content: '\f27c';
}

/*  */
/* line 76, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-device-mobile:before {
  content: '\f038';
}

/*  */
/* line 77, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-diff:before {
  content: '\f04d';
}

/*  */
/* line 78, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-diff-added:before {
  content: '\f06b';
}

/*  */
/* line 79, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-diff-ignored:before {
  content: '\f099';
}

/*  */
/* line 80, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-diff-modified:before {
  content: '\f06d';
}

/*  */
/* line 81, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-diff-removed:before {
  content: '\f06c';
}

/*  */
/* line 82, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-diff-renamed:before {
  content: '\f06e';
}

/*  */
/* line 83, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-ellipsis:before {
  content: '\f09a';
}

/*  */
/* line 84, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-eye-unwatch:before,
.octicon-eye-watch:before,
.octicon-eye:before {
  content: '\f04e';
}

/*  */
/* line 87, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-file-binary:before {
  content: '\f094';
}

/*  */
/* line 88, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-file-code:before {
  content: '\f010';
}

/*  */
/* line 89, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-file-directory:before {
  content: '\f016';
}

/*  */
/* line 90, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-file-media:before {
  content: '\f012';
}

/*  */
/* line 91, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-file-pdf:before {
  content: '\f014';
}

/*  */
/* line 92, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-file-submodule:before {
  content: '\f017';
}

/*  */
/* line 93, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-file-symlink-directory:before {
  content: '\f0b1';
}

/*  */
/* line 94, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-file-symlink-file:before {
  content: '\f0b0';
}

/*  */
/* line 95, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-file-text:before {
  content: '\f011';
}

/*  */
/* line 96, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-file-zip:before {
  content: '\f013';
}

/*  */
/* line 97, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-flame:before {
  content: '\f0d2';
}

/*  */
/* line 98, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-fold:before {
  content: '\f0cc';
}

/*  */
/* line 99, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-gear:before {
  content: '\f02f';
}

/*  */
/* line 100, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-gift:before {
  content: '\f042';
}

/*  */
/* line 101, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-gist:before {
  content: '\f00e';
}

/*  */
/* line 102, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-gist-secret:before {
  content: '\f08c';
}

/*  */
/* line 103, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-git-branch-create:before,
.octicon-git-branch-delete:before,
.octicon-git-branch:before {
  content: '\f020';
}

/*  */
/* line 106, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-git-commit:before {
  content: '\f01f';
}

/*  */
/* line 107, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-git-compare:before {
  content: '\f0ac';
}

/*  */
/* line 108, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-git-merge:before {
  content: '\f023';
}

/*  */
/* line 109, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-git-pull-request-abandoned:before,
.octicon-git-pull-request:before {
  content: '\f009';
}

/*  */
/* line 111, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-globe:before {
  content: '\f0b6';
}

/*  */
/* line 112, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-graph:before {
  content: '\f043';
}

/*  */
/* line 113, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-heart:before {
  content: '\2665';
}

/* ♥ */
/* line 114, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-history:before {
  content: '\f07e';
}

/*  */
/* line 115, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-home:before {
  content: '\f08d';
}

/*  */
/* line 116, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-horizontal-rule:before {
  content: '\f070';
}

/*  */
/* line 117, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-hubot:before {
  content: '\f09d';
}

/*  */
/* line 118, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-inbox:before {
  content: '\f0cf';
}

/*  */
/* line 119, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-info:before {
  content: '\f059';
}

/*  */
/* line 120, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-issue-closed:before {
  content: '\f028';
}

/*  */
/* line 121, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-issue-opened:before {
  content: '\f026';
}

/*  */
/* line 122, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-issue-reopened:before {
  content: '\f027';
}

/*  */
/* line 123, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-italic:before {
  content: '\f0e4';
}

/*  */
/* line 124, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-jersey:before {
  content: '\f019';
}

/*  */
/* line 125, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-key:before {
  content: '\f049';
}

/*  */
/* line 126, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-keyboard:before {
  content: '\f00d';
}

/*  */
/* line 127, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-law:before {
  content: '\f0d8';
}

/*  */
/* line 128, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-light-bulb:before {
  content: '\f000';
}

/*  */
/* line 129, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-link:before {
  content: '\f05c';
}

/*  */
/* line 130, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-link-external:before {
  content: '\f07f';
}

/*  */
/* line 131, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-list-ordered:before {
  content: '\f062';
}

/*  */
/* line 132, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-list-unordered:before {
  content: '\f061';
}

/*  */
/* line 133, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-location:before {
  content: '\f060';
}

/*  */
/* line 134, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-gist-private:before,
.octicon-mirror-private:before,
.octicon-git-fork-private:before,
.octicon-lock:before {
  content: '\f06a';
}

/*  */
/* line 138, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-logo-gist:before {
  content: '\f0ad';
}

/*  */
/* line 139, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-logo-github:before {
  content: '\f092';
}

/*  */
/* line 140, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-mail:before {
  content: '\f03b';
}

/*  */
/* line 141, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-mail-read:before {
  content: '\f03c';
}

/*  */
/* line 142, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-mail-reply:before {
  content: '\f051';
}

/*  */
/* line 143, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-mark-github:before {
  content: '\f00a';
}

/*  */
/* line 144, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-markdown:before {
  content: '\f0c9';
}

/*  */
/* line 145, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-megaphone:before {
  content: '\f077';
}

/*  */
/* line 146, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-mention:before {
  content: '\f0be';
}

/*  */
/* line 147, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-milestone:before {
  content: '\f075';
}

/*  */
/* line 148, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-mirror-public:before,
.octicon-mirror:before {
  content: '\f024';
}

/*  */
/* line 150, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-mortar-board:before {
  content: '\f0d7';
}

/*  */
/* line 151, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-mute:before {
  content: '\f080';
}

/*  */
/* line 152, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-no-newline:before {
  content: '\f09c';
}

/*  */
/* line 153, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-octoface:before {
  content: '\f008';
}

/*  */
/* line 154, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-organization:before {
  content: '\f037';
}

/*  */
/* line 155, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-package:before {
  content: '\f0c4';
}

/*  */
/* line 156, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-paintcan:before {
  content: '\f0d1';
}

/*  */
/* line 157, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-pencil:before {
  content: '\f058';
}

/*  */
/* line 158, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-person-add:before,
.octicon-person-follow:before,
.octicon-person:before {
  content: '\f018';
}

/*  */
/* line 161, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-pin:before {
  content: '\f041';
}

/*  */
/* line 162, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-plug:before {
  content: '\f0d4';
}

/*  */
/* line 163, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-repo-create:before,
.octicon-gist-new:before,
.octicon-file-directory-create:before,
.octicon-file-add:before,
.octicon-plus:before {
  content: '\f05d';
}

/*  */
/* line 168, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-primitive-dot:before {
  content: '\f052';
}

/*  */
/* line 169, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-primitive-square:before {
  content: '\f053';
}

/*  */
/* line 170, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-pulse:before {
  content: '\f085';
}

/*  */
/* line 171, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-question:before {
  content: '\f02c';
}

/*  */
/* line 172, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-quote:before {
  content: '\f063';
}

/*  */
/* line 173, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-radio-tower:before {
  content: '\f030';
}

/*  */
/* line 174, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-repo-delete:before,
.octicon-repo:before {
  content: '\f001';
}

/*  */
/* line 176, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-repo-clone:before {
  content: '\f04c';
}

/*  */
/* line 177, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-repo-force-push:before {
  content: '\f04a';
}

/*  */
/* line 178, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-gist-fork:before,
.octicon-repo-forked:before {
  content: '\f002';
}

/*  */
/* line 180, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-repo-pull:before {
  content: '\f006';
}

/*  */
/* line 181, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-repo-push:before {
  content: '\f005';
}

/*  */
/* line 182, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-rocket:before {
  content: '\f033';
}

/*  */
/* line 183, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-rss:before {
  content: '\f034';
}

/*  */
/* line 184, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-ruby:before {
  content: '\f047';
}

/*  */
/* line 185, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-search-save:before,
.octicon-search:before {
  content: '\f02e';
}

/*  */
/* line 187, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-server:before {
  content: '\f097';
}

/*  */
/* line 188, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-settings:before {
  content: '\f07c';
}

/*  */
/* line 189, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-shield:before {
  content: '\f0e1';
}

/*  */
/* line 190, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-log-in:before,
.octicon-sign-in:before {
  content: '\f036';
}

/*  */
/* line 192, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-log-out:before,
.octicon-sign-out:before {
  content: '\f032';
}

/*  */
/* line 194, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-smiley:before {
  content: '\f0e7';
}

/*  */
/* line 195, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-squirrel:before {
  content: '\f0b2';
}

/*  */
/* line 196, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-star-add:before,
.octicon-star-delete:before,
.octicon-star:before {
  content: '\f02a';
}

/*  */
/* line 199, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-stop:before {
  content: '\f08f';
}

/*  */
/* line 200, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-repo-sync:before,
.octicon-sync:before {
  content: '\f087';
}

/*  */
/* line 202, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-tag-remove:before,
.octicon-tag-add:before,
.octicon-tag:before {
  content: '\f015';
}

/*  */
/* line 205, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-tasklist:before {
  content: '\f0e5';
}

/*  */
/* line 206, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-telescope:before {
  content: '\f088';
}

/*  */
/* line 207, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-terminal:before {
  content: '\f0c8';
}

/*  */
/* line 208, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-text-size:before {
  content: '\f0e3';
}

/*  */
/* line 209, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-three-bars:before {
  content: '\f05e';
}

/*  */
/* line 210, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-thumbsdown:before {
  content: '\f0db';
}

/*  */
/* line 211, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-thumbsup:before {
  content: '\f0da';
}

/*  */
/* line 212, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-tools:before {
  content: '\f031';
}

/*  */
/* line 213, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-trashcan:before {
  content: '\f0d0';
}

/*  */
/* line 214, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-triangle-down:before {
  content: '\f05b';
}

/*  */
/* line 215, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-triangle-left:before {
  content: '\f044';
}

/*  */
/* line 216, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-triangle-right:before {
  content: '\f05a';
}

/*  */
/* line 217, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-triangle-up:before {
  content: '\f0aa';
}

/*  */
/* line 218, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-unfold:before {
  content: '\f039';
}

/*  */
/* line 219, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-unmute:before {
  content: '\f0ba';
}

/*  */
/* line 220, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-unverified:before {
  content: '\f0e8';
}

/*  */
/* line 221, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-verified:before {
  content: '\f0e6';
}

/*  */
/* line 222, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-versions:before {
  content: '\f064';
}

/*  */
/* line 223, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-watch:before {
  content: '\f0e0';
}

/*  */
/* line 224, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-remove-close:before,
.octicon-x:before {
  content: '\f081';
}

/*  */
/* line 226, ../usr/local/bundle/bundler/gems/octicons-rails-1022c7196c20/app/assets/stylesheets/octicons.css.erb */
.octicon-zap:before {
  content: '\26A1';
}

/* ⚡ */
/* line 1, app/assets/stylesheets/oauth-buttons.scss */
#signinModal .oauth-button a, #signinPage .oauth-button a {
  height: 45px;
  width: 295px;
  display: inline-block;
  color: #fff;
  border-radius: 100px;
  padding: 6px 12px;
}

/* line 9, app/assets/stylesheets/oauth-buttons.scss */
#signinModal .oauth-button a .continue-with, #signinPage .oauth-button a .continue-with {
  float: left;
  margin-left: 15px;
  margin-top: 3px;
  width: 200px;
  font-size: 16px;
}

/* line 17, app/assets/stylesheets/oauth-buttons.scss */
#signinModal .oauth-button a span.fa, #signinPage .oauth-button a span.fa {
  font-size: 30px;
  width: 30px;
  display: inline-block;
  margin: 0 auto;
  margin-right: 15px;
  float: left;
}

@media (max-width: 370px) {
  /* line 28, app/assets/stylesheets/oauth-buttons.scss */
  #signinModal .oauth-button a, #signinPage .oauth-button a {
    width: 100%;
    flex-wrap: nowrap;
    display: flex;
    justify-content: flex-start;
  }
  /* line 34, app/assets/stylesheets/oauth-buttons.scss */
  #signinModal .oauth-button a .continue-with, #signinModal .oauth-button a .continue-with {
    margin-left: 0;
  }
  /* line 38, app/assets/stylesheets/oauth-buttons.scss */
  .bitbucket-icon {
    margin: 0 auto;
    margin-right: 15px;
    float: left;
  }
}

/* line 45, app/assets/stylesheets/oauth-buttons.scss */
#additional-providers .oauth-button a {
  height: 38px;
  width: 215px;
  display: inline-block;
  color: #fff;
  border-radius: 100px;
}

/* line 52, app/assets/stylesheets/oauth-buttons.scss */
#additional-providers .oauth-button a .continue-with {
  float: left;
  margin-left: 15px;
  margin-top: 3px;
  width: 140px;
  font-size: 12px;
}

/* line 60, app/assets/stylesheets/oauth-buttons.scss */
#additional-providers .oauth-button a .add-provider {
  float: left;
  margin-top: 5px;
  width: 170px;
  font-size: 13px;
}

/* line 67, app/assets/stylesheets/oauth-buttons.scss */
#additional-providers .oauth-button a span.fa {
  font-size: 24px;
  display: inline-block;
  margin: 0 auto;
  margin-right: 7px;
  float: right;
  margin-top: 0px;
}

/* line 79, app/assets/stylesheets/oauth-buttons.scss */
#signinModal #login-bitbucket a, #additional-providers #login-bitbucket a, #signinPage #login-bitbucket a {
  background-color: #0052cc;
}

/* line 83, app/assets/stylesheets/oauth-buttons.scss */
#signinModal #login-bitbucket a:hover, #signinModal #login-bitbucket a:visited, #signinModal #login-bitbucket a:active, #additional-providers #login-bitbucket a:hover, #additional-providers #login-bitbucket a:visited, #additional-providers #login-bitbucket a:active, #signinPage #login-bitbucket a:hover, #signinPage #login-bitbucket a:visited, #signinPage #login-bitbucket a:active {
  box-shadow: 0 1px 1px #0052cc, 0 1px #0052cc  inset, 0 0 9px #0052cc;
}

/* line 89, app/assets/stylesheets/oauth-buttons.scss */
#signinModal #login-github a, #additional-providers #login-github a, #signinPage #login-github a {
  background-color: #000;
}

/* line 93, app/assets/stylesheets/oauth-buttons.scss */
#signinModal #login-github a:hover, #signinModal #login-github a:visited, #signinModal #login-github a:active, #additional-providers #login-github a:hover, #additional-providers #login-github a:visited, #additional-providers #login-github a:active, #signinPage #login-github a:hover, #signinPage #login-github a:visited, #signinPage #login-github a:active {
  box-shadow: 0 1px 1px #000, 0 1px #000  inset, 0 0 9px #000;
}

/* line 99, app/assets/stylesheets/oauth-buttons.scss */
#signinModal #login-gitlab a, #additional-providers #login-gitlab a, #signinPage #login-gitlab a {
  background-color: #e14329;
}

/* line 103, app/assets/stylesheets/oauth-buttons.scss */
#signinModal #login-gitlab a:hover, #signinModal #login-gitlab a:visited, #signinModal #login-gitlab a:active, #additional-providers #login-gitlab a:hover, #additional-providers #login-gitlab a:visited, #additional-providers #login-gitlab a:active, #signinPage #login-gitlab a:hover, #signinPage #login-gitlab a:visited, #signinPage #login-gitlab a:active {
  box-shadow: 0 1px 1px #e14329, 0 1px #e14329  inset, 0 0 9px #e14329;
}

/* line 109, app/assets/stylesheets/oauth-buttons.scss */
#signinModal #login-google a, #additional-providers #login-google a, #signinPage #login-google a {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #000;
}

/* line 117, app/assets/stylesheets/oauth-buttons.scss */
#signinModal #login-twitter a, #additional-providers #login-twitter a, #signinPage #login-twitter a {
  background-color: #1DA1F2;
}

/* line 121, app/assets/stylesheets/oauth-buttons.scss */
#signinModal #login-twitter a:hover, #signinModal #login-twitter a:visited, #signinModal #login-twitter a:active, #additional-providers #login-twitter a:hover, #additional-providers #login-twitter a:visited, #additional-providers #login-twitter a:active, #signinPage #login-twitter a:hover, #signinPage #login-twitter a:visited, #signinPage #login-twitter a:active {
  box-shadow: 0 1px 1px #1DA1F2, 0 1px #1DA1F2  inset, 0 0 9px #1DA1F2;
}

/* line 129, app/assets/stylesheets/oauth-buttons.scss */
.oauth_provider a, .oauth_provider a:hover, .oauth_provider a:visited {
  display: block;
  color: #FFF;
  border-radius: 3px;
  box-shadow: none;
}

/* line 138, app/assets/stylesheets/oauth-buttons.scss */
.bitbucket_provider a, .bitbucket_provider a:hover {
  background-color: #0052cc;
}

/* line 144, app/assets/stylesheets/oauth-buttons.scss */
.github_provider a, .github_provider a:hover {
  background-color: #000;
}

/* line 150, app/assets/stylesheets/oauth-buttons.scss */
.gitlab_provider a, .gitlab_provider a:hover {
  background-color: #e14329;
}

/* line 156, app/assets/stylesheets/oauth-buttons.scss */
.twitter_provider a, .twitter_provider a:hover {
  background-color: #0052cc;
}

/* line 161, app/assets/stylesheets/oauth-buttons.scss */
.bitbucket-icon svg {
  width: 26px;
  height: 22px;
  margin: 4px 0 0 -20px;
}

/* line 167, app/assets/stylesheets/oauth-buttons.scss */
.bitbucket-icon-small svg {
  width: 23px;
  height: 22px;
  margin: 1px 0 0 -5px;
}

/* line 1, app/assets/stylesheets/weekly.scss */
.digest-archive {
  padding: 75px 0 100px 0;
}

/* line 4, app/assets/stylesheets/weekly.scss */
.digest-archive table thead th {
  text-align: center;
  border: 0 !important;
}

/* line 9, app/assets/stylesheets/weekly.scss */
.digest-archive table tbody tr:hover a {
  color: #0690fa;
}

/* line 12, app/assets/stylesheets/weekly.scss */
.digest-archive table tbody tr td {
  border: 0 !important;
  padding: 0 !important;
}

/* line 15, app/assets/stylesheets/weekly.scss */
.digest-archive table tbody tr td a {
  display: block;
  padding: 15px;
  color: black;
  text-decoration: none;
}

/* line 22, app/assets/stylesheets/weekly.scss */
.digest-archive table tbody tr td:first-child {
  position: relative;
}

/* line 24, app/assets/stylesheets/weekly.scss */
.digest-archive table tbody tr td:first-child a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 3, app/assets/stylesheets/follow_button.scss */
.follow_button {
  border-radius: 5px;
  background: #ccc;
  border: 1px solid #ccc;
  min-width: 140px;
  color: #FFF;
  cursor: pointer;
  outline: none;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  padding: 12px 20px;
  transition: 100ms ease all;
  white-space: nowrap;
}

/* line 17, app/assets/stylesheets/follow_button.scss */
.follow_button i {
  color: #fff !important;
  padding: 0 !important;
  margin-right: 5px;
}

/* line 24, app/assets/stylesheets/follow_button.scss */
#follow-btn-wrapper {
  flex: 0 100%;
  padding-right: 10px;
}

/* line 27, app/assets/stylesheets/follow_button.scss */
#follow-btn-wrapper .follow_button_component {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
}

/* line 34, app/assets/stylesheets/follow_button.scss */
#follow-btn-wrapper .follow_button_component__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px;
  font-size: 16px;
  width: 100%;
  min-width: 100%;
  margin-bottom: 0;
  cursor: pointer;
  font-weight: 600;
  border-radius: 5px;
  transition: 100ms ease all;
}

@media (max-width: 1200px) {
  /* line 34, app/assets/stylesheets/follow_button.scss */
  #follow-btn-wrapper .follow_button_component__btn {
    font-size: 14px;
  }
}

@media (max-width: 600px) {
  /* line 34, app/assets/stylesheets/follow_button.scss */
  #follow-btn-wrapper .follow_button_component__btn {
    font-weight: normal;
  }
}

@media (min-width: 601px) and (max-width: 991px) {
  /* line 60, app/assets/stylesheets/follow_button.scss */
  .mobile-follow-button {
    margin-bottom: 10px;
  }
}

@media (max-width: 600px) {
  /* line 66, app/assets/stylesheets/follow_button.scss */
  .mobile-follow-button .follow_button_component {
    display: flex;
    justify-content: center;
  }
}

/* line 74, app/assets/stylesheets/follow_button.scss */
.follow_button_component {
  display: inline-block;
}

/* line 76, app/assets/stylesheets/follow_button.scss */
.follow_button_component__btn {
  text-align: center;
  display: inline-block;
  padding: 12px 20px;
  font-size: 16px;
  cursor: pointer;
  font-weight: 600;
  border-radius: 5px;
  margin-bottom: 20px;
  transition: 100ms ease all;
}

/* line 87, app/assets/stylesheets/follow_button.scss */
.follow_button_component__btn--follow {
  background-color: #068dfe;
  border: 1px solid #068dfe;
  color: white !important;
  border-radius: 2px;
}

/* line 94, app/assets/stylesheets/follow_button.scss */
.follow_button_component__btn--following {
  background-color: white;
  border: 1px solid #0690fa;
  color: #0690fa;
}

/* line 98, app/assets/stylesheets/follow_button.scss */
.follow_button_component__btn--following i {
  margin-right: 5px;
  padding: 0 !important;
  color: #0690fa !important;
}

/* line 116, app/assets/stylesheets/follow_button.scss */
.follow_button_component__count {
  height: 48px;
  font-size: 16px;
  font-weight: 600;
  color: #1f1f1f;
  display: inline-block;
  padding: 12px 8px;
}

/**
 * Draft v0.10.1
 *
 * Copyright (c) 2013-present, Facebook, Inc.
 * All rights reserved.
 *
 * This source code is licensed under the BSD-style license found in the
 * LICENSE file in the root directory of this source tree. An additional grant
 * of patent rights can be found in the PATENTS file in the same directory.
 */
/* line 11, app/assets/stylesheets/Draft.css */
.DraftEditor-editorContainer, .DraftEditor-root, .public-DraftEditor-content {
  height: inherit;
  text-align: initial;
}

/* line 11, app/assets/stylesheets/Draft.css */
.public-DraftEditor-content[contenteditable=true] {
  -webkit-user-modify: read-write-plaintext-only;
}

/* line 11, app/assets/stylesheets/Draft.css */
.DraftEditor-root {
  position: relative;
}

/* line 11, app/assets/stylesheets/Draft.css */
.DraftEditor-editorContainer {
  background-color: rgba(255, 255, 255, 0);
  border-left: .1px solid transparent;
  position: relative;
  z-index: 1;
}

/* line 11, app/assets/stylesheets/Draft.css */
.public-DraftEditor-block {
  position: relative;
}

/* line 11, app/assets/stylesheets/Draft.css */
.DraftEditor-alignLeft .public-DraftStyleDefault-block {
  text-align: left;
}

/* line 11, app/assets/stylesheets/Draft.css */
.DraftEditor-alignLeft .public-DraftEditorPlaceholder-root {
  left: 0;
  text-align: left;
}

/* line 11, app/assets/stylesheets/Draft.css */
.DraftEditor-alignCenter .public-DraftStyleDefault-block {
  text-align: center;
}

/* line 11, app/assets/stylesheets/Draft.css */
.DraftEditor-alignCenter .public-DraftEditorPlaceholder-root {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

/* line 11, app/assets/stylesheets/Draft.css */
.DraftEditor-alignRight .public-DraftStyleDefault-block {
  text-align: right;
}

/* line 11, app/assets/stylesheets/Draft.css */
.DraftEditor-alignRight .public-DraftEditorPlaceholder-root {
  right: 0;
  text-align: right;
}

/* line 11, app/assets/stylesheets/Draft.css */
.public-DraftEditorPlaceholder-root {
  color: #9197a3;
  position: absolute;
  z-index: 0;
}

/* line 11, app/assets/stylesheets/Draft.css */
.public-DraftEditorPlaceholder-hasFocus {
  color: #bdc1c9;
}

/* line 11, app/assets/stylesheets/Draft.css */
.DraftEditorPlaceholder-hidden {
  display: none;
}

/* line 11, app/assets/stylesheets/Draft.css */
.public-DraftStyleDefault-block {
  position: relative;
  white-space: pre-wrap;
}

/* line 11, app/assets/stylesheets/Draft.css */
.public-DraftStyleDefault-ltr {
  direction: ltr;
  text-align: left;
}

/* line 11, app/assets/stylesheets/Draft.css */
.public-DraftStyleDefault-rtl {
  direction: rtl;
  text-align: right;
}

/* line 11, app/assets/stylesheets/Draft.css */
.public-DraftStyleDefault-listLTR {
  direction: ltr;
}

/* line 11, app/assets/stylesheets/Draft.css */
.public-DraftStyleDefault-listRTL {
  direction: rtl;
}

/* line 11, app/assets/stylesheets/Draft.css */
.public-DraftStyleDefault-ol, .public-DraftStyleDefault-ul {
  margin: 16px 0;
  padding: 0;
}

/* line 11, app/assets/stylesheets/Draft.css */
.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listLTR {
  margin-left: 1.5em;
}

/* line 11, app/assets/stylesheets/Draft.css */
.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listRTL {
  margin-right: 1.5em;
}

/* line 11, app/assets/stylesheets/Draft.css */
.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listLTR {
  margin-left: 3em;
}

/* line 11, app/assets/stylesheets/Draft.css */
.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listRTL {
  margin-right: 3em;
}

/* line 11, app/assets/stylesheets/Draft.css */
.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listLTR {
  margin-left: 4.5em;
}

/* line 11, app/assets/stylesheets/Draft.css */
.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listRTL {
  margin-right: 4.5em;
}

/* line 11, app/assets/stylesheets/Draft.css */
.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listLTR {
  margin-left: 6em;
}

/* line 11, app/assets/stylesheets/Draft.css */
.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listRTL {
  margin-right: 6em;
}

/* line 11, app/assets/stylesheets/Draft.css */
.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listLTR {
  margin-left: 7.5em;
}

/* line 11, app/assets/stylesheets/Draft.css */
.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listRTL {
  margin-right: 7.5em;
}

/* line 11, app/assets/stylesheets/Draft.css */
.public-DraftStyleDefault-unorderedListItem {
  list-style-type: square;
  position: relative;
}

/* line 11, app/assets/stylesheets/Draft.css */
.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth0 {
  list-style-type: disc;
}

/* line 11, app/assets/stylesheets/Draft.css */
.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth1 {
  list-style-type: circle;
}

/* line 11, app/assets/stylesheets/Draft.css */
.public-DraftStyleDefault-orderedListItem {
  list-style-type: none;
  position: relative;
}

/* line 11, app/assets/stylesheets/Draft.css */
.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listLTR:before {
  left: -36px;
  position: absolute;
  text-align: right;
  width: 30px;
}

/* line 11, app/assets/stylesheets/Draft.css */
.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listRTL:before {
  position: absolute;
  right: -36px;
  text-align: left;
  width: 30px;
}

/* line 11, app/assets/stylesheets/Draft.css */
.public-DraftStyleDefault-orderedListItem:before {
  content: counter(ol0) ". ";
  counter-increment: ol0;
}

/* line 11, app/assets/stylesheets/Draft.css */
.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth1:before {
  content: counter(ol1) ". ";
  counter-increment: ol1;
}

/* line 11, app/assets/stylesheets/Draft.css */
.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth2:before {
  content: counter(ol2) ". ";
  counter-increment: ol2;
}

/* line 11, app/assets/stylesheets/Draft.css */
.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth3:before {
  content: counter(ol3) ". ";
  counter-increment: ol3;
}

/* line 11, app/assets/stylesheets/Draft.css */
.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth4:before {
  content: counter(ol4) ". ";
  counter-increment: ol4;
}

/* line 11, app/assets/stylesheets/Draft.css */
.public-DraftStyleDefault-depth0.public-DraftStyleDefault-reset {
  counter-reset: ol0;
}

/* line 11, app/assets/stylesheets/Draft.css */
.public-DraftStyleDefault-depth1.public-DraftStyleDefault-reset {
  counter-reset: ol1;
}

/* line 11, app/assets/stylesheets/Draft.css */
.public-DraftStyleDefault-depth2.public-DraftStyleDefault-reset {
  counter-reset: ol2;
}

/* line 11, app/assets/stylesheets/Draft.css */
.public-DraftStyleDefault-depth3.public-DraftStyleDefault-reset {
  counter-reset: ol3;
}

/* line 11, app/assets/stylesheets/Draft.css */
.public-DraftStyleDefault-depth4.public-DraftStyleDefault-reset {
  counter-reset: ol4;
}

/* line 2, app/assets/stylesheets/comment_form.scss */
.comment_form {
  border-radius: 4px;
  margin: 10px 0;
}

/* line 7, app/assets/stylesheets/comment_form.scss */
.comment_form .comment_instructions {
  text-align: right;
}

/* line 9, app/assets/stylesheets/comment_form.scss */
.comment_form .comment_instructions__note {
  font-style: italic;
  color: grey;
  margin-right: 6px;
}

/* line 14, app/assets/stylesheets/comment_form.scss */
.comment_form .comment_instructions__icon {
  font-size: 30px;
  color: grey;
}

/* line 20, app/assets/stylesheets/comment_form.scss */
.comment_form .DraftEditor-editorContainer {
  height: 100px;
  font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans !important;
}

/* line 24, app/assets/stylesheets/comment_form.scss */
.comment_form .DraftEditor-editorContainer a {
  color: #0690fa;
  font-weight: bold;
}

/* line 31, app/assets/stylesheets/comment_form.scss */
.comment_form__wrapper {
  height: 250px;
}

/* line 35, app/assets/stylesheets/comment_form.scss */
.comment_form__toolbar {
  height: 30px;
  background-color: #f5f5f5;
}

/* line 40, app/assets/stylesheets/comment_form.scss */
.comment_form__action_btn {
  margin-right: 5px;
}

/* line 8, app/assets/stylesheets/onboarding-wizard/basic-information.scss */
.signup-flow .onboarding__basic-information__form .form-group {
  flex-direction: column;
}

/* line 14, app/assets/stylesheets/onboarding-wizard/basic-information.scss */
.signup-flow .onboarding__basic-information__profile-picture {
  display: flex;
  flex-direction: column;
  max-width: 117px;
  align-items: left;
  margin: 0 auto 25px 10px;
}

/* line 21, app/assets/stylesheets/onboarding-wizard/basic-information.scss */
.signup-flow .onboarding__basic-information__profile-picture__preview {
  height: 117px;
  width: 117px;
  border-radius: 50%;
  margin-bottom: 10px;
  display: block;
}

/* line 30, app/assets/stylesheets/onboarding-wizard/basic-information.scss */
.signup-flow .onboarding__basic-information__weekly-digest {
  margin-top: 10px;
}

/* line 33, app/assets/stylesheets/onboarding-wizard/basic-information.scss */
.signup-flow .onboarding__basic-information__weekly-digest__envelope-icon {
  margin-right: 10px;
  float: left;
  width: 40px;
  height: 40px;
}

/* line 40, app/assets/stylesheets/onboarding-wizard/basic-information.scss */
.signup-flow .onboarding__basic-information__weekly-digest__subscription-text {
  font-size: 14px;
  line-height: 1.43;
  text-align: left;
  margin: 0 0 13px 0;
}

/* line 46, app/assets/stylesheets/onboarding-wizard/basic-information.scss */
.signup-flow .onboarding__basic-information__weekly-digest__subscription-text .subscription-header {
  font-weight: 600;
  line-height: 1.6;
}

/* line 52, app/assets/stylesheets/onboarding-wizard/basic-information.scss */
.signup-flow .onboarding__basic-information__weekly-digest__subscription-checkbox {
  font-size: 14px;
  color: #929ca5;
  text-align: left;
  background-image: url(../svg/onboarding-checkbox-22fac657f32359a37db35d588a009afb12d437ae605574e4545687d1eb2fee2b.svg);
  background-repeat: no-repeat;
  line-height: 21px;
  max-width: 70%;
  margin: 0 0 0 50px;
  margin-bottom: 20px;
  padding-left: 32px;
}

/* line 65, app/assets/stylesheets/onboarding-wizard/basic-information.scss */
.signup-flow .onboarding__basic-information__weekly-digest__subscription-checkbox:hover {
  background-image: url(../svg/onboarding-checkbox-hover-be773bc7086067c8c6b78e0619d4ea29c5414889c0fc69919c53734f63a1132e.svg);
}

/* line 69, app/assets/stylesheets/onboarding-wizard/basic-information.scss */
.signup-flow .onboarding__basic-information__weekly-digest__subscription-checkbox.checked {
  background-image: url(../svg/onboarding-checkbox-checked-2be5eb271f4828db9a6bee24a57bf42fd6c7164a67bfda7a8fc29a04b87e4911.svg);
}

@media (min-width: 768px) {
  /* line 77, app/assets/stylesheets/onboarding-wizard/basic-information.scss */
  .signup-flow .onboarding__basic-information__weekly-digest {
    display: flex;
  }
  /* line 80, app/assets/stylesheets/onboarding-wizard/basic-information.scss */
  .signup-flow .onboarding__basic-information__weekly-digest__subscription-text {
    float: left;
  }
  /* line 84, app/assets/stylesheets/onboarding-wizard/basic-information.scss */
  .signup-flow .onboarding__basic-information__weekly-digest__subscription-checkbox {
    float: left;
    margin: 0 0 16px 32px;
    padding-left: 32px;
    align-self: flex-end;
  }
}

/* line 4, app/assets/stylesheets/onboarding-wizard/build-your-stack.scss */
.signup-flow .onboarding__build-your-stack__tools-container {
  text-align: center;
}

/* line 7, app/assets/stylesheets/onboarding-wizard/build-your-stack.scss */
.signup-flow .onboarding__build-your-stack__tools-container__tool {
  width: 43px;
  height: 43px;
  margin: 7px 7px;
}

/* line 14, app/assets/stylesheets/onboarding-wizard/build-your-stack.scss */
.signup-flow .onboarding__build-your-stack__subscription-checkbox {
  font-size: 14px;
  color: #929ca5;
  text-align: left;
  background-image: url(../svg/onboarding-checkbox-22fac657f32359a37db35d588a009afb12d437ae605574e4545687d1eb2fee2b.svg);
  background-repeat: no-repeat;
  line-height: 21px;
  max-width: 70%;
  margin: 0 0 20px 0;
  padding-left: 32px;
}

/* line 26, app/assets/stylesheets/onboarding-wizard/build-your-stack.scss */
.signup-flow .onboarding__build-your-stack__subscription-checkbox:hover {
  background-image: url(../svg/onboarding-checkbox-hover-be773bc7086067c8c6b78e0619d4ea29c5414889c0fc69919c53734f63a1132e.svg);
}

/* line 30, app/assets/stylesheets/onboarding-wizard/build-your-stack.scss */
.signup-flow .onboarding__build-your-stack__subscription-checkbox.checked {
  background-image: url(../svg/onboarding-checkbox-checked-2be5eb271f4828db9a6bee24a57bf42fd6c7164a67bfda7a8fc29a04b87e4911.svg);
}

@media (min-width: 768px) {
  /* line 36, app/assets/stylesheets/onboarding-wizard/build-your-stack.scss */
  .signup-flow .onboarding__build-your-stack__tools-container {
    text-align: left;
  }
  /* line 39, app/assets/stylesheets/onboarding-wizard/build-your-stack.scss */
  .signup-flow .onboarding__build-your-stack__tools-container__tool {
    width: 47px;
    height: 47px;
    margin: 0 15px 15px 0;
  }
}

/* line 7, app/assets/stylesheets/onboarding-wizard/areas-of-interest.scss */
.signup-flow .onboarding__areas-of-interest .onboarding-wizard__content {
  padding-top: 60px;
}

/* line 10, app/assets/stylesheets/onboarding-wizard/areas-of-interest.scss */
.signup-flow .onboarding__areas-of-interest .interest-box {
  display: flex;
  margin-bottom: 40px;
  height: 67px;
}

/* line 14, app/assets/stylesheets/onboarding-wizard/areas-of-interest.scss */
.signup-flow .onboarding__areas-of-interest .interest-box .interest-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #333;
}

/* line 20, app/assets/stylesheets/onboarding-wizard/areas-of-interest.scss */
.signup-flow .onboarding__areas-of-interest .interest-box .interest-description {
  font-size: 14px;
  color: #666;
}

@media (max-width: 767px) {
  /* line 27, app/assets/stylesheets/onboarding-wizard/areas-of-interest.scss */
  .signup-flow .onboarding__areas-of-interest .onboarding-wizard__content {
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 31, app/assets/stylesheets/onboarding-wizard/areas-of-interest.scss */
  .signup-flow .onboarding__areas-of-interest .interest-box {
    height: auto;
  }
}

/* line 2, app/assets/stylesheets/onboarding-wizard/../notify_banner.scss */
.signup-flow .notify-banner {
  position: absolute;
  top: 68px;
  width: 100%;
  z-index: 1000;
}

/* line 10, app/assets/stylesheets/onboarding-wizard/../notify_banner.scss */
.notify-banner {
  position: relative;
  top: -1px;
  height: 55px;
  background: #d5ecff;
  border: 1px solid #a9d4f9;
  border-left: none;
  border-right: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #068dfe;
}

/* line 26, app/assets/stylesheets/onboarding-wizard/../notify_banner.scss */
.notify-banner .message-wrap {
  font-size: 14px;
  letter-spacing: 0.4px;
  padding: 0 40px;
  margin: 0;
}

/* line 33, app/assets/stylesheets/onboarding-wizard/../notify_banner.scss */
.notify-banner .close-banner {
  position: absolute;
  top: 18px;
  right: 20px;
  font-size: 15px;
  cursor: pointer;
  padding: 2px;
}

/* line 42, app/assets/stylesheets/onboarding-wizard/../notify_banner.scss */
.notify-banner .message-with-icon {
  display: flex;
  align-items: center;
}

/* line 47, app/assets/stylesheets/onboarding-wizard/../notify_banner.scss */
.notify-banner .message-icon {
  font-size: 25px;
  height: 24px;
  margin-right: 10px;
}

/* line 53, app/assets/stylesheets/onboarding-wizard/../notify_banner.scss */
.notify-banner.notify-banner--type-info {
  background: #d5ecff;
  border: 1px solid #a9d4f9;
  color: #068dfe;
}

/* line 59, app/assets/stylesheets/onboarding-wizard/../notify_banner.scss */
.notify-banner.notify-banner--type-success {
  background: #dcf2d9;
  border: 1px solid #b1e0aa;
  color: #3b9f2c;
}

/* line 65, app/assets/stylesheets/onboarding-wizard/../notify_banner.scss */
.notify-banner.notify-banner--type-error {
  background: #ffe8e8;
  border: 1px solid #ffc5c6;
  color: #ee5152;
}

/* see onboarding-wizard.scss for layout styles */
/* line 6, app/assets/stylesheets/onboarding-wizard/sidebar.scss */
.onboarding-wizard-container--flow-short .onboarding-wizard-layout-container__sidebar {
  padding-top: 150px;
}

/* line 12, app/assets/stylesheets/onboarding-wizard/sidebar.scss */
.onboarding-wizard-layout-container__sidebar-wrap {
  max-width: 244px;
  margin: 0 auto;
}

/* line 17, app/assets/stylesheets/onboarding-wizard/sidebar.scss */
.onboarding-wizard-layout-container__sidebar-icon {
  width: 40px;
  display: block;
  margin: 0 auto;
}

/* line 23, app/assets/stylesheets/onboarding-wizard/sidebar.scss */
.onboarding-wizard-layout-container__sidebar-title {
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  color: #414344;
}

/* line 30, app/assets/stylesheets/onboarding-wizard/sidebar.scss */
.onboarding-wizard-layout-container__sidebar-text {
  font-size: 13px;
  line-height: 2.08;
  text-align: center;
  color: #626d76;
}

/* line 4, app/assets/stylesheets/onboarding-wizard/step-picker.scss */
.onboarding-wizard-container--flow-short .onboarding-wizard__step-picker,
.onboarding-wizard-container--flow-short .onboarding-wizard__step-separator {
  display: none;
}

/* line 10, app/assets/stylesheets/onboarding-wizard/step-picker.scss */
.onboarding-wizard__step-picker {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  margin-bottom: 5px;
  margin-top: 50px;
}

/* line 18, app/assets/stylesheets/onboarding-wizard/step-picker.scss */
.onboarding-wizard__step-picker__step-button {
  color: #929ca5 !important;
  height: 41px;
  width: 41px;
  padding: 0px;
  border-radius: 100px;
  text-align: center;
  padding-top: 8px;
  margin: 0px 3px;
  cursor: default;
  font-weight: 600;
  font-size: 16px;
}

/* line 32, app/assets/stylesheets/onboarding-wizard/step-picker.scss */
.onboarding-wizard__step-picker__step-button.active {
  border: 2px solid #068dfe;
  color: #068dfe !important;
}

/* line 37, app/assets/stylesheets/onboarding-wizard/step-picker.scss */
.onboarding-wizard__step-picker__step-button.error {
  color: #ed5354 !important;
}

/* line 41, app/assets/stylesheets/onboarding-wizard/step-picker.scss */
.onboarding-wizard__step-picker__step-button.active.error {
  border: 1px solid #ed5354;
  color: #ed5354 !important;
}

/* line 47, app/assets/stylesheets/onboarding-wizard/step-picker.scss */
.onboarding-wizard__step-separator {
  width: 25px;
  height: 2px;
  border: solid 2px #cdd9e4;
  margin: 0 auto;
  margin-bottom: 70px;
}

/* line 1, app/assets/stylesheets/onboarding-wizard/welcome.scss */
.onboarding_wizard--welcome {
  background: #fff;
  display: flex;
  height: 100vh;
  flex-direction: column;
}

/* line 7, app/assets/stylesheets/onboarding-wizard/welcome.scss */
.onboarding_wizard--welcome .onboarding_wizard--welcome__content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* line 13, app/assets/stylesheets/onboarding-wizard/welcome.scss */
.onboarding_wizard--welcome .graphic-wrapper {
  flex: 1 1 0;
  overflow-y: scroll;
  overflow-x: hidden;
  background: #fff url(../svg/stack-large-graphic-460ef8c6020d8f00ea84405b67150e85cb114756dc5f25061aaef3c0a0c4d20b.svg);
}

/* line 20, app/assets/stylesheets/onboarding-wizard/welcome.scss */
.onboarding_wizard--welcome .content-wrapper {
  background-color: #333;
  opacity: 0.92;
  margin: 0 auto;
  padding: 35px 0px;
}

/* line 26, app/assets/stylesheets/onboarding-wizard/welcome.scss */
.onboarding_wizard--welcome .content-wrapper .item {
  margin-bottom: 30px;
}

/* line 29, app/assets/stylesheets/onboarding-wizard/welcome.scss */
.onboarding_wizard--welcome .content-wrapper .item img {
  margin-bottom: 10px;
  display: block;
  margin: 0 auto;
  width: 33px;
  height: 33px;
}

/* line 37, app/assets/stylesheets/onboarding-wizard/welcome.scss */
.onboarding_wizard--welcome .content-wrapper .item h2 {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.39;
  text-align: center;
  color: #ffffff;
}

/* line 45, app/assets/stylesheets/onboarding-wizard/welcome.scss */
.onboarding_wizard--welcome .content-wrapper .item p {
  font-size: 13px;
  line-height: 1.85;
  text-align: center;
  color: #ffffff;
}

/* line 54, app/assets/stylesheets/onboarding-wizard/welcome.scss */
.onboarding_wizard--welcome h1.heading {
  font-size: 24px;
  line-height: 1.33;
  text-align: center;
  color: #333333;
  margin: 0 auto;
  margin-top: 28px;
  margin-bottom: 20px;
}

/* line 64, app/assets/stylesheets/onboarding-wizard/welcome.scss */
.onboarding_wizard--welcome p.subtext {
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
  color: #6c6c6c;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  /* line 76, app/assets/stylesheets/onboarding-wizard/welcome.scss */
  .onboarding_wizard--welcome .graphic-wrapper .content-wrapper {
    margin-top: 50px;
    padding: 35px 35px;
  }
  /* line 81, app/assets/stylesheets/onboarding-wizard/welcome.scss */
  .onboarding_wizard--welcome .graphic-wrapper .content-wrapper .item img {
    margin: auto;
    display: inline;
  }
  /* line 86, app/assets/stylesheets/onboarding-wizard/welcome.scss */
  .onboarding_wizard--welcome .graphic-wrapper .content-wrapper .item h2 {
    text-align: left;
  }
  /* line 90, app/assets/stylesheets/onboarding-wizard/welcome.scss */
  .onboarding_wizard--welcome .graphic-wrapper .content-wrapper .item p {
    text-align: left;
  }
  /* line 97, app/assets/stylesheets/onboarding-wizard/welcome.scss */
  .onboarding_wizard--welcome h1.heading {
    width: 100%;
    text-align: left;
    font-size: 34px;
  }
  /* line 103, app/assets/stylesheets/onboarding-wizard/welcome.scss */
  .onboarding_wizard--welcome p.subtext {
    font-size: 16px;
    line-height: 1.75;
    text-align: left;
  }
}

/* line 5, app/assets/stylesheets/onboarding-wizard/tool-builder/tool-builder.scss */
.onboarding-tool-builder__list {
  border: solid 2px #DDE3E8;
  background-color: white;
  min-height: 60px;
}

/* line 10, app/assets/stylesheets/onboarding-wizard/tool-builder/tool-builder.scss */
div ul > .onboarding-tool-builder__list__item {
  border-radius: 100px;
  background-color: #FFFFFF;
  border: solid 1px #B3C0C7;
  box-shadow: none;
  padding-top: 3px;
  padding-bottom: 3px;
}

/* line 19, app/assets/stylesheets/onboarding-wizard/tool-builder/tool-builder.scss */
div ul > .onboarding-tool-builder__list__item img {
  border-radius: 110.3px;
  background-color: #FFFFFF;
  border: solid 1px #B3C0C7;
  height: 30px;
  width: 30px;
}

/* line 27, app/assets/stylesheets/onboarding-wizard/tool-builder/tool-builder.scss */
div ul > .onboarding-tool-builder__list__item span {
  color: #818181;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
}

/* line 38, app/assets/stylesheets/onboarding-wizard/tool-builder/tool-builder.scss */
div ul > .onboarding-tool-builder__list__item > .builder-wrap__tool {
  background: white url(../png/x-mark-e61df8854b329e9a36fded19bf6ec160f3bf627e2c029c08160d369860e0f74c.png);
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 12px;
}

/* line 48, app/assets/stylesheets/onboarding-wizard/tool-builder/tool-builder.scss */
div .onboarding-tool-builder__input {
  width: 160px;
}

/* line 51, app/assets/stylesheets/onboarding-wizard/tool-builder/tool-builder.scss */
div .onboarding-tool-builder__input::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.07;
  letter-spacing: normal;
  text-align: left;
  color: #BDBDBD;
}

/* line 21, app/assets/stylesheets/onboarding-wizard/onboarding-wizard.scss */
.signup-flow .alert {
  display: none;
}

/* line 25, app/assets/stylesheets/onboarding-wizard/onboarding-wizard.scss */
.signup-flow #navbar_wrap {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 1;
}

/* line 32, app/assets/stylesheets/onboarding-wizard/onboarding-wizard.scss */
.signup-flow .onboarding__spinner {
  position: absolute;
  left: 50%;
  margin: 150px 0 0 -60px;
}

/* line 38, app/assets/stylesheets/onboarding-wizard/onboarding-wizard.scss */
.signup-flow .onboarding__step-content-wrap {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  max-width: 660px;
}

@media (min-width: 768px) {
  /* line 38, app/assets/stylesheets/onboarding-wizard/onboarding-wizard.scss */
  .signup-flow .onboarding__step-content-wrap {
    max-width: 100%;
  }
}

/* line 48, app/assets/stylesheets/onboarding-wizard/onboarding-wizard.scss */
.signup-flow .onboarding__step-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0px 15px;
}

/* line 55, app/assets/stylesheets/onboarding-wizard/onboarding-wizard.scss */
.signup-flow .onboarding__step-content .onboarding__step-heading {
  color: #333333;
  font-size: 24px;
  line-height: 1.33;
  text-align: center;
  margin: 27px 0 10px 0;
}

/* line 63, app/assets/stylesheets/onboarding-wizard/onboarding-wizard.scss */
.signup-flow .onboarding__step-content .onboarding__step-subtext {
  color: #6c6c6c;
  text-align: center;
  font-size: 16px;
  line-height: 1.75;
  margin: 0 0 23px 0;
}

/* line 71, app/assets/stylesheets/onboarding-wizard/onboarding-wizard.scss */
.signup-flow .onboarding__step-content__subheading {
  text-align: center;
  color: #333333;
  font-size: 20px;
  line-height: 1.4;
  margin: 0 0 15px 0;
}

@media (min-width: 768px) {
  /* line 48, app/assets/stylesheets/onboarding-wizard/onboarding-wizard.scss */
  .signup-flow .onboarding__step-content {
    padding: 30px 80px;
  }
  /* line 82, app/assets/stylesheets/onboarding-wizard/onboarding-wizard.scss */
  .signup-flow .onboarding__step-content .onboarding__step-heading {
    text-align: left;
    font-size: 34px;
    line-height: 0.82;
    margin: 23px 0 12px 0;
  }
  /* line 89, app/assets/stylesheets/onboarding-wizard/onboarding-wizard.scss */
  .signup-flow .onboarding__step-content .onboarding__step-subtext {
    text-align: left;
    font-size: 16px;
    line-height: 1.75;
  }
  /* line 95, app/assets/stylesheets/onboarding-wizard/onboarding-wizard.scss */
  .signup-flow .onboarding__step-content__subheading {
    text-align: left;
    font-size: 20px;
    line-height: 1.4;
    margin: 0 0 15px 0;
  }
}

@media (min-width: 1200px) {
  /* line 48, app/assets/stylesheets/onboarding-wizard/onboarding-wizard.scss */
  .signup-flow .onboarding__step-content {
    padding: 27px 50px;
    min-width: 840px;
    margin: 0 auto;
  }
  /* line 108, app/assets/stylesheets/onboarding-wizard/onboarding-wizard.scss */
  .signup-flow .onboarding__step-content .onboarding__step-subtext {
    margin: 0 0 27px;
  }
}

/* line 114, app/assets/stylesheets/onboarding-wizard/onboarding-wizard.scss */
.signup-flow .onboarding-wizard__header {
  margin-top: 70px;
}

/* line 118, app/assets/stylesheets/onboarding-wizard/onboarding-wizard.scss */
.signup-flow .onboarding-wizard__footer-bar {
  background-color: #F5F8FA;
}

/* line 123, app/assets/stylesheets/onboarding-wizard/onboarding-wizard.scss */
.signup-flow .onboarding-wizard-container--has-notification .onboarding-wizard__header {
  margin-top: 107px;
}

/* line 128, app/assets/stylesheets/onboarding-wizard/onboarding-wizard.scss */
.signup-flow .onboarding-wizard__content {
  flex: 1 1 0;
  overflow-y: scroll;
  overflow-x: hidden;
}

/* line 134, app/assets/stylesheets/onboarding-wizard/onboarding-wizard.scss */
.signup-flow .onboarding-wizard-layout-container {
  display: flex;
  flex-direction: row;
  background-color: #fff;
}

/* line 139, app/assets/stylesheets/onboarding-wizard/onboarding-wizard.scss */
.signup-flow .onboarding-wizard-layout-container__content {
  flex-grow: 2;
  flex-basis: 70%;
}

/* line 144, app/assets/stylesheets/onboarding-wizard/onboarding-wizard.scss */
.signup-flow .onboarding-wizard-layout-container__sidebar {
  flex-grow: 1;
  border-left: 1px solid #e2e5e7;
  flex-basis: 30%;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(../eot/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot);
  src: url(../eot/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202d41d.eot#iefix) format("embedded-opentype"), url(../woff2/fontawesome-webfont-fa79d127baca4558a0b973f5f514b90fc5ef43314c41095f5cb285ffaa0a4029.woff2) format("woff2"), url(../woff/fontawesome-webfont-c9a0a23a23a3f6f7165cba218b40483a0b1750d92b49c40842f1d8f566f5f421.woff) format("woff"), url(../ttf/fontawesome-webfont-2794b002e3568f5abce8991e2431ca79e0ce84a08ea1268884b4e097b62762a6.ttf) format("truetype"), url(../svg/fontawesome-webfont-67c6c8e9ffb0fcd7c7c64eaff12a298abf5b54a54b54f0e6c4c49161dba62d6d.svg#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 19, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
/* line 28, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 33, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-2x {
  font-size: 2em;
}

/* line 36, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-3x {
  font-size: 3em;
}

/* line 39, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-4x {
  font-size: 4em;
}

/* line 42, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-5x {
  font-size: 5em;
}

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

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

/* line 54, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ul > li {
  position: relative;
}

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

/* line 64, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-li.fa-lg {
  left: -1.85714286em;
}

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

/* line 72, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pull-left {
  float: left;
}

/* line 75, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pull-right {
  float: right;
}

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

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

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

/* line 88, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.pull-left {
  float: left;
}

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

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

/* line 97, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-spin {
  animation: fa-spin 2s infinite linear;
}

/* line 101, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

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

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

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

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

/* line 143, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

/* line 149, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

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

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

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

/* line 177, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-1x {
  line-height: inherit;
}

/* line 180, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-2x {
  font-size: 2em;
}

/* line 183, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-inverse {
  color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 330, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-font:before {
  content: "\f031";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 1090, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rss-square:before {
  content: "\f143";
}

/* line 1093, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-play-circle:before {
  content: "\f144";
}

/* line 1096, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ticket:before {
  content: "\f145";
}

/* line 1099, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-square:before {
  content: "\f146";
}

/* line 1102, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 1105, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-level-up:before {
  content: "\f148";
}

/* line 1108, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-level-down:before {
  content: "\f149";
}

/* line 1111, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-square:before {
  content: "\f14a";
}

/* line 1114, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 1117, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 1120, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-square:before {
  content: "\f14d";
}

/* line 1123, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-compass:before {
  content: "\f14e";
}

/* line 1126, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 1130, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 1134, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 1138, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

/* line 1142, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gbp:before {
  content: "\f154";
}

/* line 1145, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

/* line 1149, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

/* line 1153, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

/* line 1159, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

/* line 1164, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

/* line 1168, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

/* line 1172, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file:before {
  content: "\f15b";
}

/* line 1175, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-text:before {
  content: "\f15c";
}

/* line 1178, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 1181, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 1184, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 1187, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 1190, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 1193, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 1196, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 1199, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 1202, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 1205, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube:before {
  content: "\f167";
}

/* line 1208, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-xing:before {
  content: "\f168";
}

/* line 1211, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-xing-square:before {
  content: "\f169";
}

/* line 1214, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 1217, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 1220, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 1223, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-instagram:before {
  content: "\f16d";
}

/* line 1226, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flickr:before {
  content: "\f16e";
}

/* line 1229, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-adn:before {
  content: "\f170";
}

/* line 1232, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 1235, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 1238, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tumblr:before {
  content: "\f173";
}

/* line 1241, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 1244, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 1247, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 1250, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 1253, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 1256, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-apple:before {
  content: "\f179";
}

/* line 1259, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-windows:before {
  content: "\f17a";
}

/* line 1262, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-android:before {
  content: "\f17b";
}

/* line 1265, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-linux:before {
  content: "\f17c";
}

/* line 1268, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 1271, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-skype:before {
  content: "\f17e";
}

/* line 1274, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-foursquare:before {
  content: "\f180";
}

/* line 1277, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-trello:before {
  content: "\f181";
}

/* line 1280, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-female:before {
  content: "\f182";
}

/* line 1283, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-male:before {
  content: "\f183";
}

/* line 1286, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

/* line 1290, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sun-o:before {
  content: "\f185";
}

/* line 1293, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-moon-o:before {
  content: "\f186";
}

/* line 1296, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-archive:before {
  content: "\f187";
}

/* line 1299, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bug:before {
  content: "\f188";
}

/* line 1302, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vk:before {
  content: "\f189";
}

/* line 1305, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-weibo:before {
  content: "\f18a";
}

/* line 1308, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-renren:before {
  content: "\f18b";
}

/* line 1311, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 1314, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 1317, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 1320, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 1323, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 1327, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 1330, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 1333, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 1336, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

/* line 1340, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 1343, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 1346, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-slack:before {
  content: "\f198";
}

/* line 1349, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 1352, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 1355, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-openid:before {
  content: "\f19b";
}

/* line 1358, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

/* line 1363, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 1367, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 1370, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-google:before {
  content: "\f1a0";
}

/* line 1373, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 1376, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 1379, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 1382, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 1385, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 1388, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-digg:before {
  content: "\f1a6";
}

/* line 1391, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 1394, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 1397, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 1400, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 1403, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-language:before {
  content: "\f1ab";
}

/* line 1406, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fax:before {
  content: "\f1ac";
}

/* line 1409, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-building:before {
  content: "\f1ad";
}

/* line 1412, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-child:before {
  content: "\f1ae";
}

/* line 1415, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paw:before {
  content: "\f1b0";
}

/* line 1418, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-spoon:before {
  content: "\f1b1";
}

/* line 1421, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cube:before {
  content: "\f1b2";
}

/* line 1424, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 1427, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-behance:before {
  content: "\f1b4";
}

/* line 1430, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 1433, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-steam:before {
  content: "\f1b6";
}

/* line 1436, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 1439, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 1442, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

/* line 1446, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

/* line 1450, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tree:before {
  content: "\f1bb";
}

/* line 1453, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 1456, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 1459, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 1462, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-database:before {
  content: "\f1c0";
}

/* line 1465, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 1468, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 1471, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 1474, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 1477, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

/* line 1482, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

/* line 1486, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

/* line 1490, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

/* line 1494, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 1497, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vine:before {
  content: "\f1ca";
}

/* line 1500, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 1503, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 1506, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 1513, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 1516, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

/* line 1521, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

/* line 1525, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 1528, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-git:before {
  content: "\f1d3";
}

/* line 1531, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 1536, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 1539, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-qq:before {
  content: "\f1d6";
}

/* line 1542, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

/* line 1546, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 1550, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

/* line 1554, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-history:before {
  content: "\f1da";
}

/* line 1557, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-thin:before {
  content: "\f1db";
}

/* line 1560, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-header:before {
  content: "\f1dc";
}

/* line 1563, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 1566, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sliders:before {
  content: "\f1de";
}

/* line 1569, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 1572, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 1575, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 1578, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

/* line 1582, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tty:before {
  content: "\f1e4";
}

/* line 1585, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 1588, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plug:before {
  content: "\f1e6";
}

/* line 1591, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 1594, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 1597, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 1600, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-newspaper-o:before {
  content: "\f1ea";
}

/* line 1603, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 1606, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 1609, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 1612, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 1615, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 1618, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 1621, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 1624, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 1627, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 1630, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 1633, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 1636, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-slash-o:before {
  content: "\f1f7";
}

/* line 1639, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-trash:before {
  content: "\f1f8";
}

/* line 1642, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 1645, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-at:before {
  content: "\f1fa";
}

/* line 1648, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eyedropper:before {
  content: "\f1fb";
}

/* line 1651, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 1654, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 1657, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-area-chart:before {
  content: "\f1fe";
}

/* line 1660, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pie-chart:before {
  content: "\f200";
}

/* line 1663, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-line-chart:before {
  content: "\f201";
}

/* line 1666, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lastfm:before {
  content: "\f202";
}

/* line 1669, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 1672, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 1675, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 1678, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bicycle:before {
  content: "\f206";
}

/* line 1681, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bus:before {
  content: "\f207";
}

/* line 1684, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 1687, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angellist:before {
  content: "\f209";
}

/* line 1690, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc:before {
  content: "\f20a";
}

/* line 1693, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

/* line 1698, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-meanpath:before {
  content: "\f20c";
}

/* line 1701, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 1704, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 1707, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dashcube:before {
  content: "\f210";
}

/* line 1710, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-forumbee:before {
  content: "\f211";
}

/* line 1713, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-leanpub:before {
  content: "\f212";
}

/* line 1716, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sellsy:before {
  content: "\f213";
}

/* line 1719, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 1722, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 1725, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 1728, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 1731, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 1734, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-diamond:before {
  content: "\f219";
}

/* line 1737, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ship:before {
  content: "\f21a";
}

/* line 1740, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 1743, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 1746, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-street-view:before {
  content: "\f21d";
}

/* line 1749, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 1752, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus:before {
  content: "\f221";
}

/* line 1755, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars:before {
  content: "\f222";
}

/* line 1758, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mercury:before {
  content: "\f223";
}

/* line 1761, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

/* line 1765, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 1768, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus-double:before {
  content: "\f226";
}

/* line 1771, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-double:before {
  content: "\f227";
}

/* line 1774, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 1777, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 1780, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 1783, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 1786, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-neuter:before {
  content: "\f22c";
}

/* line 1789, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-genderless:before {
  content: "\f22d";
}

/* line 1792, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-official:before {
  content: "\f230";
}

/* line 1795, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 1798, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 1801, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-server:before {
  content: "\f233";
}

/* line 1804, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-plus:before {
  content: "\f234";
}

/* line 1807, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-times:before {
  content: "\f235";
}

/* line 1810, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

/* line 1814, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-viacoin:before {
  content: "\f237";
}

/* line 1817, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-train:before {
  content: "\f238";
}

/* line 1820, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-subway:before {
  content: "\f239";
}

/* line 1823, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-medium:before {
  content: "\f23a";
}

/* line 1826, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 1830, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 1833, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-opencart:before {
  content: "\f23d";
}

/* line 1836, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 1839, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

/* line 1844, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 1848, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

/* line 1852, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 1856, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

/* line 1860, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 1863, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 1866, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-object-group:before {
  content: "\f247";
}

/* line 1869, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 1872, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 1875, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sticky-note-o:before {
  content: "\f24a";
}

/* line 1878, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 1881, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 1884, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-clone:before {
  content: "\f24d";
}

/* line 1887, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 1890, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-o:before {
  content: "\f250";
}

/* line 1893, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 1897, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 1901, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 1905, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass:before {
  content: "\f254";
}

/* line 1908, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

/* line 1912, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

/* line 1916, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-scissors-o:before {
  content: "\f257";
}

/* line 1919, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-lizard-o:before {
  content: "\f258";
}

/* line 1922, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-spock-o:before {
  content: "\f259";
}

/* line 1925, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-pointer-o:before {
  content: "\f25a";
}

/* line 1928, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-peace-o:before {
  content: "\f25b";
}

/* line 1931, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-trademark:before {
  content: "\f25c";
}

/* line 1934, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-registered:before {
  content: "\f25d";
}

/* line 1937, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 1940, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gg:before {
  content: "\f260";
}

/* line 1943, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 1946, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 1949, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 1952, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 1955, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 1958, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 1961, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-safari:before {
  content: "\f267";
}

/* line 1964, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chrome:before {
  content: "\f268";
}

/* line 1967, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-firefox:before {
  content: "\f269";
}

/* line 1970, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-opera:before {
  content: "\f26a";
}

/* line 1973, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 1976, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

/* line 1980, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-contao:before {
  content: "\f26d";
}

/* line 1983, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-500px:before {
  content: "\f26e";
}

/* line 1986, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-amazon:before {
  content: "\f270";
}

/* line 1989, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-plus-o:before {
  content: "\f271";
}

/* line 1992, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-minus-o:before {
  content: "\f272";
}

/* line 1995, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-times-o:before {
  content: "\f273";
}

/* line 1998, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-check-o:before {
  content: "\f274";
}

/* line 2001, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-industry:before {
  content: "\f275";
}

/* line 2004, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-pin:before {
  content: "\f276";
}

/* line 2007, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-signs:before {
  content: "\f277";
}

/* line 2010, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-o:before {
  content: "\f278";
}

/* line 2013, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-map:before {
  content: "\f279";
}

/* line 2016, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-commenting:before {
  content: "\f27a";
}

/* line 2019, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-commenting-o:before {
  content: "\f27b";
}

/* line 2022, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-houzz:before {
  content: "\f27c";
}

/* line 2025, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vimeo:before {
  content: "\f27d";
}

/* line 2028, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 2031, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fonticons:before {
  content: "\f280";
}

/* line 2034, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 2037, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-edge:before {
  content: "\f282";
}

/* line 2040, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-credit-card-alt:before {
  content: "\f283";
}

/* line 2043, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-codiepie:before {
  content: "\f284";
}

/* line 2046, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-modx:before {
  content: "\f285";
}

/* line 2049, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 2052, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-usb:before {
  content: "\f287";
}

/* line 2055, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 2058, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 2061, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-scribd:before {
  content: "\f28a";
}

/* line 2064, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 2067, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause-circle-o:before {
  content: "\f28c";
}

/* line 2070, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 2073, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop-circle-o:before {
  content: "\f28e";
}

/* line 2076, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 2079, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 2082, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hashtag:before {
  content: "\f292";
}

/* line 2085, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 2088, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 2091, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-percent:before {
  content: "\f295";
}

/* line 2094, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gitlab:before {
  content: "\f296";
}

/* line 2097, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 2100, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpforms:before {
  content: "\f298";
}

/* line 2103, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envira:before {
  content: "\f299";
}

/* line 2106, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 2109, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wheelchair-alt:before {
  content: "\f29b";
}

/* line 2112, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-question-circle-o:before {
  content: "\f29c";
}

/* line 2115, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-blind:before {
  content: "\f29d";
}

/* line 2118, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 2121, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-control-phone:before {
  content: "\f2a0";
}

/* line 2124, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-braille:before {
  content: "\f2a1";
}

/* line 2127, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 2130, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 2134, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

/* line 2139, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-glide:before {
  content: "\f2a5";
}

/* line 2142, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 2145, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

/* line 2149, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 2152, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 2155, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 2158, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 2161, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 2164, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 2167, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 2170, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 2173, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 2176, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 2179, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

/* line 2183, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 2187, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-handshake-o:before {
  content: "\f2b5";
}

/* line 2190, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-open:before {
  content: "\f2b6";
}

/* line 2193, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-open-o:before {
  content: "\f2b7";
}

/* line 2196, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-linode:before {
  content: "\f2b8";
}

/* line 2199, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-address-book:before {
  content: "\f2b9";
}

/* line 2202, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-address-book-o:before {
  content: "\f2ba";
}

/* line 2205, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

/* line 2209, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

/* line 2213, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-circle:before {
  content: "\f2bd";
}

/* line 2216, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-circle-o:before {
  content: "\f2be";
}

/* line 2219, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-o:before {
  content: "\f2c0";
}

/* line 2222, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-id-badge:before {
  content: "\f2c1";
}

/* line 2225, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

/* line 2229, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

/* line 2233, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-quora:before {
  content: "\f2c4";
}

/* line 2236, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 2239, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 2242, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

/* line 2247, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 2251, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

/* line 2255, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 2259, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

/* line 2263, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shower:before {
  content: "\f2cc";
}

/* line 2266, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

/* line 2271, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-podcast:before {
  content: "\f2ce";
}

/* line 2274, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-maximize:before {
  content: "\f2d0";
}

/* line 2277, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-minimize:before {
  content: "\f2d1";
}

/* line 2280, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-restore:before {
  content: "\f2d2";
}

/* line 2283, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

/* line 2287, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

/* line 2291, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 2294, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-grav:before {
  content: "\f2d6";
}

/* line 2297, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 2300, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 2303, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 2306, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eercast:before {
  content: "\f2da";
}

/* line 2309, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-microchip:before {
  content: "\f2db";
}

/* line 2312, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-snowflake-o:before {
  content: "\f2dc";
}

/* line 2315, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 2318, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 2321, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 2324, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 2334, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 1, app/assets/stylesheets/angular.scss */
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

/* line 29, app/assets/stylesheets/navbar.scss */
.search-navbar {
  position: relative;
  z-index: 1000;
}

/* line 34, app/assets/stylesheets/navbar.scss */
#navbar_wrap {
  background-color: #FFFFFF;
  border-bottom: 1px solid #e1e1e1;
  justify-content: center;
  z-index: 1000;
  position: relative;
}

@media (max-width: 480px) {
  /* line 34, app/assets/stylesheets/navbar.scss */
  #navbar_wrap {
    z-index: 999;
  }
}

/* line 44, app/assets/stylesheets/navbar.scss */
#navbar {
  align-items: center;
  display: flex;
  max-width: 1170px;
  margin: 0 auto;
  min-height: 68px;
  padding: 0 15px;
}

/* line 52, app/assets/stylesheets/navbar.scss */
#navbar form.search input {
  padding: 7px 15px;
  border: 1px solid #eaeaea;
  font-size: 13px;
  outline: none;
  margin-right: 5px;
  border-radius: 25px;
  font-family: "Open Sans", sans-serif;
  line-height: 34px;
  height: 34px;
}

/* line 65, app/assets/stylesheets/navbar.scss */
#navbar.navbar--simple #nav_menu,
#navbar.navbar--simple .navbar__main {
  display: none;
}

/* line 72, app/assets/stylesheets/navbar.scss */
.login-wrapper {
  min-width: 110px;
  text-align: right;
}

/* line 77, app/assets/stylesheets/navbar.scss */
#nav_menu {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  align-items: center;
  list-style-type: none;
  display: flex;
  height: 68px;
  margin: 0;
  padding: 0;
}

/* line 85, app/assets/stylesheets/navbar.scss */
#nav_menu > li {
  cursor: pointer;
  line-height: 68px;
  min-width: 40px;
  position: relative;
  text-align: center;
}

/* line 91, app/assets/stylesheets/navbar.scss */
#nav_menu > li .stack-profile-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 30px;
  border-radius: 0.25em;
  background-color: #0690fa;
}

/* line 99, app/assets/stylesheets/navbar.scss */
#nav_menu > li .stack-profile-btn > a {
  color: white;
  font-weight: 600;
}

/* line 104, app/assets/stylesheets/navbar.scss */
#nav_menu > li > a {
  color: #1a1a1a;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  height: 68px;
  padding: 0 10px;
  text-decoration: none;
  white-space: nowrap;
}

/* line 114, app/assets/stylesheets/navbar.scss */
#nav_menu > li > a svg {
  vertical-align: middle;
}

/* line 118, app/assets/stylesheets/navbar.scss */
#nav_menu > li .jobs,
#nav_menu > li .api {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

/* line 124, app/assets/stylesheets/navbar.scss */
#nav_menu > li .pill {
  color: #fff;
  background: #ffa90a;
  font-size: 12px;
  padding: 3px 5px;
  border-radius: 6px;
  margin-left: 5px;
  height: 25px;
  line-height: 19px;
}

/* line 135, app/assets/stylesheets/navbar.scss */
#nav_menu > li.nav-highlight {
  padding: 0 10px 0 10px;
}

/* line 139, app/assets/stylesheets/navbar.scss */
#nav_menu > li:not(.nav-highlight):hover, #nav_menu > li.show:not(.nav-highlight) {
  background-color: #fafafa;
}

/* line 144, app/assets/stylesheets/navbar.scss */
#nav_menu > li.show:not(.nav-highlight) .navmenu {
  display: block;
  animation: navmenu 200ms ease;
}

/* line 147, app/assets/stylesheets/navbar.scss */
#nav_menu > li.show:not(.nav-highlight) .navmenu .stack-profile-btn {
  margin: 8px 20px;
}

/* line 152, app/assets/stylesheets/navbar.scss */
#nav_menu .navmenu {
  background-color: #FFFFFF;
  border-right: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  display: none;
  min-width: 150px;
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}

/* line 165, app/assets/stylesheets/navbar.scss */
#nav_menu .navmenu > a {
  color: #333;
  cursor: pointer;
  display: block;
  white-space: nowrap;
  line-height: 2.1rem;
  padding: 8px 20px;
  text-decoration: none;
  font-weight: 600;
}

/* line 174, app/assets/stylesheets/navbar.scss */
#nav_menu .navmenu > a:hover {
  background-color: #fafafa;
  color: #0690FA;
}

/* line 178, app/assets/stylesheets/navbar.scss */
#nav_menu .navmenu > a > span {
  padding: 3px 10px;
  color: white;
  border-radius: 0.25em;
  background-color: #0690fa;
}

@media (max-width: 370px) {
  /* line 152, app/assets/stylesheets/navbar.scss */
  #nav_menu .navmenu {
    transform: translateX(-30%);
  }
}

@keyframes navmenu {
  0% {
    opacity: 0;
    top: calc(100% + 10px);
  }
  80% {
    opacity: 1;
  }
  100% {
    top: calc(100% - 1px);
  }
}

/* line 206, app/assets/stylesheets/navbar.scss */
#navbar__avatar__container img {
  border-radius: 100px;
  height: 40px;
  width: 40px;
}

/* line 214, app/assets/stylesheets/navbar.scss */
.navbar__logo {
  display: block;
  margin-right: 40px;
  height: 31px;
  width: 203px;
}

/* line 220, app/assets/stylesheets/navbar.scss */
.navbar__main {
  align-items: center;
  display: flex;
}

/* line 229, app/assets/stylesheets/navbar.scss */
.navbar__avatar {
  cursor: pointer;
  padding: 18px 5px;
  position: relative;
}

/* line 231, app/assets/stylesheets/navbar.scss */
.navbar__avatar.show-menu {
  background-color: #ccc;
}

/* line 234, app/assets/stylesheets/navbar.scss */
.navbar__avatar__divider {
  border-bottom: 1px solid #f1f1f1;
}

/* line 238, app/assets/stylesheets/navbar.scss */
.navbar__menu {
  background-color: #FFFFFF;
  cursor: default;
  position: absolute;
  top: 100%;
  right: 0;
  border: 1px solid #e1e1e1;
  border-top: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  min-width: 225px;
  z-index: 10000;
  animation: navmenu 200ms ease;
}

/* line 240, app/assets/stylesheets/navbar.scss */
.navbar__menu a {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 20px;
  transition: box-shadow 200ms ease;
}

/* line 22, app/assets/stylesheets/navbar.scss */
.navbar__menu a:hover {
  background-color: #fafafa;
}

/* line 242, app/assets/stylesheets/navbar.scss */
.navbar__menu a.border-bottom {
  border-bottom: 1px solid #e1e1e1;
}

/* line 246, app/assets/stylesheets/navbar.scss */
.navbar__menu hr {
  margin: 3px 10px;
}

/* line 249, app/assets/stylesheets/navbar.scss */
.navbar__menu .subheader {
  color: #777;
  font-size: 12px;
  padding: 0 10px;
}

/* line 254, app/assets/stylesheets/navbar.scss */
.navbar__menu__header {
  border-bottom: 1px solid #e1e1e1;
  color: #777;
  display: flex;
  font-weight: 600;
  font-size: 12px;
  padding: 5px 10px;
}

/* line 261, app/assets/stylesheets/navbar.scss */
.navbar__menu__header span.spacer {
  flex: 1 0 auto;
}

/* line 264, app/assets/stylesheets/navbar.scss */
.navbar__menu__header a {
  cursor: pointer;
  text-decoration: none;
}

/* line 269, app/assets/stylesheets/navbar.scss */
.navbar__menu__header__links a {
  color: black;
  cursor: pointer;
  text-decoration: none;
}

/* line 274, app/assets/stylesheets/navbar.scss */
.navbar__menu__header__links a:hover {
  color: #0690FA;
  cursor: pointer;
  text-decoration: none;
}

/* line 282, app/assets/stylesheets/navbar.scss */
.navbar__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}

/* line 290, app/assets/stylesheets/navbar.scss */
.show-menu .navbar__overlay {
  display: block;
}

/* line 294, app/assets/stylesheets/navbar.scss */
.navbar__notifications {
  cursor: pointer;
  padding: 18px 5px;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding: 22px 10px;
}

/* line 297, app/assets/stylesheets/navbar.scss */
.navbar__notifications.unread {
  background-color: #0690FA;
  border-radius: 200px;
  padding: 4px;
  margin: 0 6px;
}

/* line 302, app/assets/stylesheets/navbar.scss */
.navbar__notifications.unread svg {
  fill: #fff !important;
}

/* line 307, app/assets/stylesheets/navbar.scss */
.navbar__notifications__container .octicon-bell {
  fill: #777;
  position: relative;
  top: 2px;
  width: 25px;
  height: 20px;
}

/* line 316, app/assets/stylesheets/navbar.scss */
.navbar__notifications__menu {
  background-color: #FFFFFF;
  cursor: default;
  position: absolute;
  top: 100%;
  right: 0;
  border: 1px solid #e1e1e1;
  border-top: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  min-width: 225px;
  z-index: 10000;
  animation: navmenu 200ms ease;
  min-width: 350px;
}

/* line 319, app/assets/stylesheets/navbar.scss */
.navbar__notifications__menu p.content {
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 16px;
}

/* line 324, app/assets/stylesheets/navbar.scss */
.navbar__notifications__menu p.time {
  color: #777;
  font-size: 11px;
  margin-bottom: 0px;
  display: inline-block;
  margin-left: 4px;
}

/* line 331, app/assets/stylesheets/navbar.scss */
.navbar__notifications__menu__footer {
  color: #777;
  cursor: pointer;
  display: block;
  font-weight: 600;
  padding: 10px 20px;
  text-align: center;
}

/* line 340, app/assets/stylesheets/navbar.scss */
.navbar__notifications__menu__container.empty {
  padding: 32px 0;
  text-align: center;
}

/* line 343, app/assets/stylesheets/navbar.scss */
.navbar__notifications__menu__container.empty p {
  padding: 0;
  margin: 0;
  line-height: 2.1rem;
}

/* line 348, app/assets/stylesheets/navbar.scss */
.navbar__notifications__menu__container.empty a {
  padding: 0;
}

/* line 354, app/assets/stylesheets/navbar.scss */
.navbar__notifications__count {
  background: #fa3e3e;
  border-radius: 100px;
  color: #FFFFFF;
  font-size: 10px;
  font-weight: 600;
  height: 20px;
  line-height: 18px;
  padding: 0px 6px;
  position: absolute;
  right: -9px;
  top: -5px;
  border: 1px solid white;
  text-align: center;
  z-index: 100;
}

@media (max-width: 1060px) {
  /* line 375, app/assets/stylesheets/navbar.scss */
  #navbar input {
    width: 150px;
  }
  /* line 379, app/assets/stylesheets/navbar.scss */
  .navbar__logo {
    width: 35px;
    min-width: 35px;
    overflow: hidden;
    margin-right: 0;
  }
}

@media (max-width: 870px) {
  /* line 389, app/assets/stylesheets/navbar.scss */
  #navbar .hide-1 {
    display: none;
  }
  /* line 392, app/assets/stylesheets/navbar.scss */
  #navbar .show-1 {
    display: block !important;
  }
}

@media (max-width: 760px) {
  /* line 400, app/assets/stylesheets/navbar.scss */
  #navbar .hide-2 {
    display: none;
  }
  /* line 403, app/assets/stylesheets/navbar.scss */
  #navbar .show-2 {
    display: block !important;
  }
}

@media (max-width: 700px) {
  /* line 411, app/assets/stylesheets/navbar.scss */
  #navbar .hide-3 {
    display: none;
  }
  /* line 414, app/assets/stylesheets/navbar.scss */
  #navbar .show-3 {
    display: block !important;
  }
}

@media (max-width: 650px) {
  /* line 422, app/assets/stylesheets/navbar.scss */
  #navbar .hide-4 {
    display: none;
  }
  /* line 425, app/assets/stylesheets/navbar.scss */
  #navbar .show-4 {
    display: block !important;
  }
}

@media (max-width: 590px) {
  /* line 433, app/assets/stylesheets/navbar.scss */
  #navbar .hide-5 {
    display: none;
  }
  /* line 436, app/assets/stylesheets/navbar.scss */
  #navbar .show-5 {
    display: block !important;
  }
}

@media (max-width: 525px) {
  /* line 444, app/assets/stylesheets/navbar.scss */
  #navbar .hide-6 {
    display: none;
  }
  /* line 447, app/assets/stylesheets/navbar.scss */
  #navbar .show-6 {
    display: block !important;
  }
}

@media (max-width: 460px) {
  /* line 455, app/assets/stylesheets/navbar.scss */
  #navbar input {
    width: 75px;
  }
  /* line 458, app/assets/stylesheets/navbar.scss */
  #navbar .navbar__notifications__menu {
    min-width: auto;
    width: 290px;
  }
}

@media (max-width: 320px) {
  /* line 467, app/assets/stylesheets/navbar.scss */
  #navbar .hide-7 {
    display: none;
  }
  /* line 470, app/assets/stylesheets/navbar.scss */
  #navbar .show-7 {
    display: block !important;
  }
}

/* line 476, app/assets/stylesheets/navbar.scss */
.jobs {
  display: flex;
}

/* line 480, app/assets/stylesheets/navbar.scss */
.homepage-sticky-navbar {
  position: sticky;
  top: 0px;
  width: 100%;
  z-index: 9999;
}

/* line 17, app/assets/stylesheets/button.scss */
.button {
  background: #0690FA;
  border: none;
  color: #FFF;
  cursor: pointer;
  width: auto;
  outline: none;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  padding: 12px 20px;
  transition: 200ms ease all;
  white-space: nowrap;
}

/* line 19, app/assets/stylesheets/button.scss */
.button.centered-and-alone {
  display: block;
  margin: 10px auto 30px;
  width: 200px;
}

/* line 24, app/assets/stylesheets/button.scss */
.button.disabled {
  background-color: #aaa;
}

/* line 29, app/assets/stylesheets/button.scss */
.button-spinner {
  width: 20px;
  height: 20px;
}

/* line 34, app/assets/stylesheets/button.scss */
.btn-ss {
  color: #0690fa !important;
  background-color: transparent;
  border-color: #0690fa;
}

/* line 39, app/assets/stylesheets/button.scss */
.btn-ss:hover,
.btn-ss:focus,
.btn-ss:active,
.btn-ss.active {
  color: white !important;
  background-color: #0690fa !important;
  border-color: #0690fa !important;
}

/* line 47, app/assets/stylesheets/button.scss */
.btn-ss:active,
.btn-ss.active {
  background-image: none;
}

/* line 51, app/assets/stylesheets/button.scss */
.open .btn-ss.dropdown-toggle {
  background-image: none;
}

/* line 54, app/assets/stylesheets/button.scss */
.btn-ss.disabled,
.btn-ss.disabled:hover,
.btn-ss.disabled:focus,
.btn-ss.disabled:active,
.btn-ss.disabled.active,
.btn-ss[disabled],
.btn-ss[disabled]:hover,
.btn-ss[disabled]:focus,
.btn-ss[disabled]:active,
.btn-ss.active[disabled],
fieldset[disabled] .btn-ss,
fieldset[disabled] .btn-ss:hover,
fieldset[disabled] .btn-ss:focus,
fieldset[disabled] .btn-ss:active,
fieldset[disabled] .btn-ss.active {
  background-color: #428bca;
  border-color: #357ebd;
}

/* line 72, app/assets/stylesheets/button.scss */
.btn-ss .badge {
  color: #428bca;
  background-color: white;
}

/* line 77, app/assets/stylesheets/button.scss */
.btn-ss-d {
  color: #0060f9 !important;
  background-color: transparent;
  border-color: #0060f9;
}

/* line 82, app/assets/stylesheets/button.scss */
.btn-ss-d:hover,
.btn-ss-d:focus,
.btn-ss-d:active,
.btn-ss-d.active {
  color: white !important;
  background-color: #0060f9;
  border-color: #0060f9;
}

/* line 90, app/assets/stylesheets/button.scss */
.btn-ss-d:active,
.btn-ss-d.active {
  background-image: none;
}

/* line 94, app/assets/stylesheets/button.scss */
.open .btn-ss-d.dropdown-toggle {
  background-image: none;
}

/* line 97, app/assets/stylesheets/button.scss */
.btn-ss-d.disabled,
.btn-ss-d.disabled:hover,
.btn-ss-d.disabled:focus,
.btn-ss-d.disabled:active,
.btn-ss-d.disabled.active,
.btn-ss-d[disabled],
.btn-ss-d[disabled]:hover,
.btn-ss-d[disabled]:focus,
.btn-ss-d[disabled]:active,
.btn-ss-d.active[disabled],
fieldset[disabled] .btn-ss-d,
fieldset[disabled] .btn-ss-d:hover,
fieldset[disabled] .btn-ss-d:focus,
fieldset[disabled] .btn-ss-d:active,
fieldset[disabled] .btn-ss-d.active {
  background-color: #428bca;
  border-color: #357ebd;
}

/* line 115, app/assets/stylesheets/button.scss */
.btn-ss-d .badge {
  color: #428bca;
  background-color: white;
}

/* line 120, app/assets/stylesheets/button.scss */
.btn-ss-alt {
  color: #fff !important;
  background-color: #068dfe;
  border-color: #068dfe;
  border-radius: 2px !important;
  font-size: 16px;
}

/* line 127, app/assets/stylesheets/button.scss */
.btn-ss-alt:hover,
.btn-ss-alt:focus {
  background-color: rgba(6, 141, 254, 0.8) !important;
  border: 1px solid rgba(6, 141, 254, 0.8) !important;
  border-top-color: rgba(6, 141, 254, 0.8) !important;
  border-bottom-color: rgba(6, 141, 254, 0.8) !important;
}

/* line 134, app/assets/stylesheets/button.scss */
.btn-ss-alt:active,
.btn-ss-alt.active {
  background-image: none;
}

/* line 138, app/assets/stylesheets/button.scss */
.open .btn-ss-alt.dropdown-toggle {
  background-image: none;
}

/* line 141, app/assets/stylesheets/button.scss */
.btn-ss-alt.disabled,
.btn-ss-alt.disabled:hover,
.btn-ss-alt.disabled:focus,
.btn-ss-alt.disabled:active,
.btn-ss-alt.disabled.active,
.btn-ss-alt[disabled],
.btn-ss-alt[disabled]:hover,
.btn-ss-alt[disabled]:focus,
.btn-ss-alt[disabled]:active,
.btn-ss-alt.active[disabled],
fieldset[disabled] .btn-ss-alt,
fieldset[disabled] .btn-ss-alt:hover,
fieldset[disabled] .btn-ss-alt:focus,
fieldset[disabled] .btn-ss-alt:active,
fieldset[disabled] .btn-ss-alt.active {
  background-color: #428bca;
  border-color: #357ebd;
}

/* line 159, app/assets/stylesheets/button.scss */
.btn-ss-alt .badge {
  color: #428bca;
  background-color: white;
}

/* line 164, app/assets/stylesheets/button.scss */
.btn-ss-r-alt {
  color: #fff !important;
  background-color: red;
  border-color: red;
}

/* line 169, app/assets/stylesheets/button.scss */
.btn-ss-r-alt:hover,
.btn-ss-r-alt:focus {
  background-color: red;
  border: 1px solid red;
  border-top-color: red;
  border-bottom-color: red;
  box-shadow: 0 1px 1px red, 0 1px red inset, 0 0 9px red;
}

/* line 177, app/assets/stylesheets/button.scss */
.btn-ss-r-alt:active,
.btn-ss-r-alt.active {
  background-image: none;
}

/* line 181, app/assets/stylesheets/button.scss */
.open .btn-ss-r-alt.dropdown-toggle {
  background-image: none;
}

/* line 184, app/assets/stylesheets/button.scss */
.btn-ss-r-alt.disabled,
.btn-ss-r-alt.disabled:hover,
.btn-ss-r-alt.disabled:focus,
.btn-ss-r-alt.disabled:active,
.btn-ss-r-alt.disabled.active,
.btn-ss-r-alt[disabled],
.btn-ss-r-alt[disabled]:hover,
.btn-ss-r-alt[disabled]:focus,
.btn-ss-r-alt[disabled]:active,
.btn-ss-r-alt.active[disabled],
fieldset[disabled] .btn-ss-r-alt,
fieldset[disabled] .btn-ss-r-alt:hover,
fieldset[disabled] .btn-ss-r-alt:focus,
fieldset[disabled] .btn-ss-r-alt:active,
fieldset[disabled] .btn-ss-r-alt.active {
  background-color: red;
  border-color: red;
}

/* line 202, app/assets/stylesheets/button.scss */
.btn-ss-r-alt .badge {
  color: red;
  background-color: white;
}

/* line 207, app/assets/stylesheets/button.scss */
.btn-ss-r {
  color: red !important;
  background-color: transparent;
  border-color: red;
}

/* line 212, app/assets/stylesheets/button.scss */
.btn-ss-r:hover,
.btn-ss-r:focus,
.btn-ss-r:active,
.btn-ss-r.active {
  color: white !important;
  background-color: red;
  border-color: red;
}

/* line 220, app/assets/stylesheets/button.scss */
.btn-ss-r:active,
.btn-ss-r.active {
  background-image: none;
}

/* line 224, app/assets/stylesheets/button.scss */
.open .btn-ss-r.dropdown-toggle {
  background-image: none;
}

/* line 227, app/assets/stylesheets/button.scss */
.btn-ss-r.disabled,
.btn-ss-r.disabled:hover,
.btn-ss-r.disabled:focus,
.btn-ss-r.disabled:active,
.btn-ss-r.disabled.active,
.btn-ss-r[disabled],
.btn-ss-r[disabled]:hover,
.btn-ss-r[disabled]:focus,
.btn-ss-r[disabled]:active,
.btn-ss-r.active[disabled],
fieldset[disabled] .btn-ss-r,
fieldset[disabled] .btn-ss-r:hover,
fieldset[disabled] .btn-ss-r:focus,
fieldset[disabled] .btn-ss-r:active,
fieldset[disabled] .btn-ss-r.active {
  background-color: #428bca;
  border-color: #357ebd;
}

/* line 245, app/assets/stylesheets/button.scss */
.btn-ss-r .badge {
  color: #428bca;
  background-color: white;
}

/* line 250, app/assets/stylesheets/button.scss */
.btn-ss-d-alt {
  color: #fff !important;
  background-color: #0060f9;
  border-color: #0060f9;
}

/* line 255, app/assets/stylesheets/button.scss */
.btn-ss-d-alt:hover,
.btn-ss-d-alt:focus {
  background-color: #0060f9;
  border: 1px solid #0891fa;
  border-top-color: #0891fa;
  border-bottom-color: #0891fa;
  box-shadow: 0 1px 1px rgba(59, 60, 61, 0.2), 0 1px #0891fa inset, 0 0 9px rgba(0, 173, 255, 0.6);
}

/* line 264, app/assets/stylesheets/button.scss */
.btn-ss-d-alt:active,
.btn-ss-d-alt.active {
  background-image: none;
}

/* line 268, app/assets/stylesheets/button.scss */
.open .btn-ss-d-alt.dropdown-toggle {
  background-image: none;
}

/* line 271, app/assets/stylesheets/button.scss */
.btn-ss-d-alt.disabled,
.btn-ss-d-alt.disabled:hover,
.btn-ss-d-alt.disabled:focus,
.btn-ss-d-alt.disabled:active,
.btn-ss-d-alt.disabled.active,
.btn-ss-d-alt[disabled],
.btn-ss-d-alt[disabled]:hover,
.btn-ss-d-alt[disabled]:focus,
.btn-ss-d-alt[disabled]:active,
.btn-ss-d-alt.active[disabled],
fieldset[disabled] .btn-ss-d-alt,
fieldset[disabled] .btn-ss-d-alt:hover,
fieldset[disabled] .btn-ss-d-alt:focus,
fieldset[disabled] .btn-ss-d-alt:active,
fieldset[disabled] .btn-ss-d-alt.active {
  background-color: #428bca;
  border-color: #357ebd;
}

/* line 289, app/assets/stylesheets/button.scss */
.btn-ss-d-alt .badge {
  color: #428bca;
  background-color: white;
}

/* line 294, app/assets/stylesheets/button.scss */
.btn-ss-sm {
  color: #0690fa !important;
  background-color: transparent;
  border-color: #0690fa;
  padding: 2px 6px;
  font-size: 11px;
}

/* line 301, app/assets/stylesheets/button.scss */
.btn-ss-sm:hover,
.btn-ss-sm:focus,
.btn-ss-sm:active,
.btn-ss-sm.active {
  color: white !important;
  background-color: #0690fa;
  border-color: #0690fa;
}

/* line 309, app/assets/stylesheets/button.scss */
.btn-ss-sm:active,
.btn-ss-sm.active {
  background-image: none;
}

/* line 313, app/assets/stylesheets/button.scss */
.open .btn-ss-sm.dropdown-toggle {
  background-image: none;
}

/* line 316, app/assets/stylesheets/button.scss */
.btn-ss-sm.disabled,
.btn-ss-sm.disabled:hover,
.btn-ss-sm.disabled:focus,
.btn-ss-sm.disabled:active,
.btn-ss-sm.disabled.active,
.btn-ss-sm[disabled],
.btn-ss-sm[disabled]:hover,
.btn-ss-sm[disabled]:focus,
.btn-ss-sm[disabled]:active,
.btn-ss-sm.active[disabled],
fieldset[disabled] .btn-ss-sm,
fieldset[disabled] .btn-ss-sm:hover,
fieldset[disabled] .btn-ss-sm:focus,
fieldset[disabled] .btn-ss-sm:active,
fieldset[disabled] .btn-ss-sm.active {
  background-color: #428bca;
  border-color: #357ebd;
}

/* line 334, app/assets/stylesheets/button.scss */
.btn-ss-sm .badge {
  color: #428bca;
  background-color: white;
}

/* line 339, app/assets/stylesheets/button.scss */
.btn-ss-g {
  color: #999 !important;
  background-color: transparent;
  border-color: #cccccc;
}

/* line 344, app/assets/stylesheets/button.scss */
.btn-ss-g:hover,
.btn-ss-g:focus,
.btn-ss-g:active,
.btn-ss-g.active {
  color: white !important;
  background-color: #cccccc;
  border-color: #cccccc;
}

/* line 352, app/assets/stylesheets/button.scss */
.btn-ss-g:active,
.btn-ss-g.active {
  background-image: none;
}

/* line 356, app/assets/stylesheets/button.scss */
.open .btn-ss-g.dropdown-toggle {
  background-image: none;
}

/* line 359, app/assets/stylesheets/button.scss */
.btn-ss-g.disabled,
.btn-ss-g.disabled:hover,
.btn-ss-g.disabled:focus,
.btn-ss-g.disabled:active,
.btn-ss-g.disabled.active,
.btn-ss-g[disabled],
.btn-ss-g[disabled]:hover,
.btn-ss-g[disabled]:focus,
.btn-ss-g[disabled]:active,
.btn-ss-g.active[disabled],
fieldset[disabled] .btn-ss-g,
fieldset[disabled] .btn-ss-g:hover,
fieldset[disabled] .btn-ss-g:focus,
fieldset[disabled] .btn-ss-g:active,
fieldset[disabled] .btn-ss-g.active {
  background-color: #cccccc;
  border-color: #cccccc;
}

/* line 377, app/assets/stylesheets/button.scss */
.btn-ss-g .badge {
  color: #cccccc;
  background-color: white;
}

/* line 382, app/assets/stylesheets/button.scss */
.btn-ss-g-alt {
  color: #fff !important;
  background-color: #ccc;
  border-color: #ccc;
}

/* line 387, app/assets/stylesheets/button.scss */
.btn-ss-g-alt:hover,
.btn-ss-g-alt:focus {
  background-color: #ccc;
  border: 1px solid #ccc;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  box-shadow: 0 1px 1px #ccc, 0 1px #ccc inset, 0 0 9px #ccc;
}

/* line 395, app/assets/stylesheets/button.scss */
.btn-ss-g-alt:active,
.btn-ss-g-alt.active {
  background-image: none;
}

/* line 399, app/assets/stylesheets/button.scss */
.open .btn-ss-g-alt.dropdown-toggle {
  background-image: none;
}

/* line 402, app/assets/stylesheets/button.scss */
.btn-ss-g-alt.disabled,
.btn-ss-g-alt.disabled:hover,
.btn-ss-g-alt.disabled:focus,
.btn-ss-g-alt.disabled:active,
.btn-ss-g-alt.disabled.active,
.btn-ss-g-alt[disabled],
.btn-ss-g-alt[disabled]:hover,
.btn-ss-g-alt[disabled]:focus,
.btn-ss-g-alt[disabled]:active,
.btn-ss-g-alt.active[disabled],
fieldset[disabled] .btn-ss-g-alt,
fieldset[disabled] .btn-ss-g-alt:hover,
fieldset[disabled] .btn-ss-g-alt:focus,
fieldset[disabled] .btn-ss-g-alt:active,
fieldset[disabled] .btn-ss-g-alt.active {
  background-color: #ccc;
  border-color: #ccc;
}

/* line 420, app/assets/stylesheets/button.scss */
.btn-ss-g-alt .badge {
  color: #ccc;
  background-color: white;
}

/* line 425, app/assets/stylesheets/button.scss */
.btn-ss-g-a {
  color: grey !important;
  background-color: transparent;
  border-color: grey;
  border-radius: 25px;
}

/* line 431, app/assets/stylesheets/button.scss */
.btn-ss-g-a:hover,
.btn-ss-g-a:focus,
.btn-ss-g-a:active,
.btn-ss-g-a.active {
  color: white !important;
  background-color: grey;
  border-color: grey;
}

/* line 439, app/assets/stylesheets/button.scss */
.btn-ss-g-a:active,
.btn-ss-g-a.active {
  background-image: none;
}

/* line 443, app/assets/stylesheets/button.scss */
.open .btn-ss-g-a.dropdown-toggle {
  background-image: none;
}

/* line 446, app/assets/stylesheets/button.scss */
.btn-ss-g-a.disabled,
.btn-ss-g-a.disabled:hover,
.btn-ss-g-a.disabled:focus,
.btn-ss-g-a.disabled:active,
.btn-ss-g-a.disabled.active,
.btn-ss-g-a[disabled],
.btn-ss-g-a[disabled]:hover,
.btn-ss-g-a[disabled]:focus,
.btn-ss-g-a[disabled]:active,
.btn-ss-g-a.active[disabled],
fieldset[disabled] .btn-ss-g-a,
fieldset[disabled] .btn-ss-g-a:hover,
fieldset[disabled] .btn-ss-g-a:focus,
fieldset[disabled] .btn-ss-g-a:active,
fieldset[disabled] .btn-ss-g-a.active {
  background-color: grey;
  border-color: grey;
}

/* line 464, app/assets/stylesheets/button.scss */
.btn-ss-g-a .badge {
  color: grey;
  background-color: white;
}

/* line 469, app/assets/stylesheets/button.scss */
.btn-xxs {
  font-size: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 476, app/assets/stylesheets/button.scss */
.btn-ss-social {
  color: #c2c2c2 !important;
  background-color: transparent;
  border-color: #ebebeb;
}

/* line 481, app/assets/stylesheets/button.scss */
.btn-ss-social:hover,
.btn-ss-social:focus,
.btn-ss-social:active,
.btn-ss-social.active {
  color: white !important;
  background-color: #0690fa;
  border-color: #0690fa;
}

/* line 489, app/assets/stylesheets/button.scss */
.btn-ss-social:active,
.btn-ss-social.active {
  background-image: none;
}

/* line 493, app/assets/stylesheets/button.scss */
.open .btn-ss-social.dropdown-toggle {
  background-image: none;
}

/* line 496, app/assets/stylesheets/button.scss */
.btn-ss-social.disabled,
.btn-ss-social.disabled:hover,
.btn-ss-social.disabled:focus,
.btn-ss-social.disabled:active,
.btn-ss-social.disabled.active,
.btn-ss-social[disabled],
.btn-ss-social[disabled]:hover,
.btn-ss-social[disabled]:focus,
.btn-ss-social[disabled]:active,
.btn-ss-social.active[disabled],
fieldset[disabled] .btn-ss-social,
fieldset[disabled] .btn-ss-social:hover,
fieldset[disabled] .btn-ss-social:focus,
fieldset[disabled] .btn-ss-social:active,
fieldset[disabled] .btn-ss-social.active {
  background-color: #428bca;
  border-color: #357ebd;
}

/* line 514, app/assets/stylesheets/button.scss */
.btn-ss-social .badge {
  color: #428bca;
  background-color: white;
}

/* Github login button  */
/* line 521, app/assets/stylesheets/button.scss */
.btn-ss-gh {
  color: #000 !important;
  background-color: transparent;
  border-color: #000;
  border-radius: 25px;
}

/* line 527, app/assets/stylesheets/button.scss */
.btn-ss-gh:hover,
.btn-ss-gh:focus,
.btn-ss-gh:active,
.btn-ss-gh.active {
  color: #FFFFFF !important;
  font-weight: bold !important;
  background-color: #000 !important;
  border-color: #000;
}

/* line 536, app/assets/stylesheets/button.scss */
.btn-ss-gh:active,
.btn-ss-gh.active {
  background-image: none;
}

/* line 540, app/assets/stylesheets/button.scss */
.open .btn-ss-gh.dropdown-toggle {
  background-image: none;
}

/* line 543, app/assets/stylesheets/button.scss */
.btn-ss-gh.disabled,
.btn-ss-gh.disabled:hover,
.btn-ss-gh.disabled:focus,
.btn-ss-gh.disabled:active,
.btn-ss-gh.disabled.active,
.btn-ss-gh[disabled],
.btn-ss-gh[disabled]:hover,
.btn-ss-gh[disabled]:focus,
.btn-ss-gh[disabled]:active,
.btn-ss-gh.active[disabled],
fieldset[disabled] .btn-ss-gh,
fieldset[disabled] .btn-ss-gh:hover,
fieldset[disabled] .btn-ss-gh:focus,
fieldset[disabled] .btn-ss-gh:active,
fieldset[disabled] .btn-ss-gh.active {
  background-color: #000;
  border-color: #000;
}

/* line 561, app/assets/stylesheets/button.scss */
.btn-ss-gh .badge {
  color: #FFFFFF;
  background-color: #FFFFFF;
}

/* Github login button alternate */
/* line 568, app/assets/stylesheets/button.scss */
.btn-ss-gh-alt {
  color: #FFFFFF !important;
  background-color: #000;
  border-color: #000;
  border-radius: 25px;
}

/* line 574, app/assets/stylesheets/button.scss */
.btn-ss-gh-alt:hover,
.btn-ss-gh-alt:focus {
  background-color: #000 !important;
  border: 1px solid #000 !important;
  border-top-color: #000 !important;
  border-bottom-color: #000 !important;
  box-shadow: 0 1px 1px #000, 0 1px #000 inset, 0 0 9px #000;
}

/* line 583, app/assets/stylesheets/button.scss */
.btn-ss-gh-alt:active,
.btn-ss-gh-alt.active {
  background-image: none;
}

/* line 587, app/assets/stylesheets/button.scss */
.open .btn-ss-gh-alt.dropdown-toggle {
  background-image: none;
}

/* line 590, app/assets/stylesheets/button.scss */
.btn-ss-gh-alt.disabled,
.btn-ss-gh-alt.disabled:hover,
.btn-ss-gh-alt.disabled:focus,
.btn-ss-gh-alt.disabled:active,
.btn-ss-gh-alt.disabled.active,
.btn-ss-gh-alt[disabled],
.btn-ss-gh-alt[disabled]:hover,
.btn-ss-gh-alt[disabled]:focus,
.btn-ss-gh-alt[disabled]:active,
.btn-ss-gh-alt.active[disabled],
fieldset[disabled] .btn-ss-gh-alt,
fieldset[disabled] .btn-ss-gh-alt:hover,
fieldset[disabled] .btn-ss-gh-alt:focus,
fieldset[disabled] .btn-ss-gh-alt:active,
fieldset[disabled] .btn-ss-gh-alt.active {
  background-color: #333;
  border-color: #333;
}

/* line 608, app/assets/stylesheets/button.scss */
.btn-ss-gh-alt .badge {
  color: #FFFFFF;
  background-color: black;
}

/* Butbucket login button alternate */
/* line 615, app/assets/stylesheets/button.scss */
.btn-ss-bb-alt {
  color: #FFFFFF !important;
  background-color: #0052cc;
  border-color: #0052cc;
  border-radius: 25px;
}

/* line 621, app/assets/stylesheets/button.scss */
.btn-ss-bb-alt:hover,
.btn-ss-bb-alt:focus {
  background-color: #0052cc !important;
  border: 1px solid #0052cc !important;
  border-top-color: #0052cc !important;
  border-bottom-color: #0052cc !important;
  box-shadow: 0 1px 1px #0052cc, 0 1px #0052cc inset, 0 0 9px #0052cc;
}

/* line 630, app/assets/stylesheets/button.scss */
.btn-ss-bb-alt:active,
.btn-ss-bb-alt.active {
  background-image: none;
}

/* line 634, app/assets/stylesheets/button.scss */
.open .btn-ss-bb-alt.dropdown-toggle {
  background-image: none;
}

/* line 637, app/assets/stylesheets/button.scss */
.btn-ss-bb-alt.disabled,
.btn-ss-bb-alt.disabled:hover,
.btn-ss-bb-alt.disabled:focus,
.btn-ss-bb-alt.disabled:active,
.btn-ss-bb-alt.disabled.active,
.btn-ss-bb-alt[disabled],
.btn-ss-bb-alt[disabled]:hover,
.btn-ss-bb-alt[disabled]:focus,
.btn-ss-bb-alt[disabled]:active,
.btn-ss-bb-alt.active[disabled],
fieldset[disabled] .btn-ss-bb-alt,
fieldset[disabled] .btn-ss-bb-alt:hover,
fieldset[disabled] .btn-ss-bb-alt:focus,
fieldset[disabled] .btn-ss-bb-alt:active,
fieldset[disabled] .btn-ss-bb-alt.active {
  background-color: #0052cc;
  border-color: #0052cc;
}

/* line 655, app/assets/stylesheets/button.scss */
.btn-ss-bb-alt .badge {
  color: #FFFFFF;
  background-color: #0052cc;
}

/* Gitlab login button alternate */
/* line 662, app/assets/stylesheets/button.scss */
.btn-ss-gitlab-alt {
  color: #FFFFFF !important;
  background-color: #e14329;
  border-color: #e14329;
  border-radius: 25px;
}

/* line 669, app/assets/stylesheets/button.scss */
.btn-ss-gitlab-alt:hover,
.btn-ss-gitlab-alt:visited,
.btn-ss-gitlab-alt:active {
  background-color: #e14329;
  box-shadow: 0 1px 1px #e14329, 0 1px #e14329 inset, 0 0 9px #e14329;
}

/*.btn-ss-gh-alt-home {
  color: #fff !important;
  background-color: transparent;
  border-color: grey;
  .octicon{
    font-weight:bold;
    }
  }
.btn-ss-gh-alt-home:hover, .btn-ss-gh-alt-home:focus {
  color: #fff !important;
  background-color: black !important;
  border: 1px solid white !important;
  border-top-color: white !important;
  border-bottom-color: white !important;
  box-shadow: 0 0px 0px grey, 0 0px grey  inset, 0 0 0px grey;
  }
.btn-ss-gh-alt-home:active, .btn-ss-gh-alt-home.active {
  background-image: none; }
.open .btn-ss-gh-alt-home.dropdown-toggle {
  background-image: none; }
.btn-ss-gh-alt-home.disabled, .btn-ss-gh-alt-home.disabled:hover, .btn-ss-gh-alt-home.disabled:focus, .btn-ss-gh-alt-home.disabled:active, .btn-ss-gh-alt-home.disabled.active, .btn-ss-gh-alt-home[disabled], .btn-ss-gh-alt-home[disabled]:hover, .btn-ss-gh-alt-home[disabled]:focus, .btn-ss-gh-alt-home[disabled]:active, .btn-ss-gh-alt-home[disabled].active, fieldset[disabled] .btn-ss-gh-alt-home, fieldset[disabled] .btn-ss-gh-alt-home:hover, fieldset[disabled] .btn-ss-gh-alt-home:focus, fieldset[disabled] .btn-ss-gh-alt-home:active, fieldset[disabled] .btn-ss-gh-alt-home.active {
  background-color: transparent !important;
  border-color: white; }
.btn-ss-gh-alt-home .badge {
  color: white;
  background-color: black;
}*/
/* line 705, app/assets/stylesheets/button.scss */
.btn-ss-gh-alt-home {
  background-color: transparent;
  color: inherit;
  border: 1px solid #fff;
  font-weight: inherit;
  font-family: inherit;
}

/* line 713, app/assets/stylesheets/button.scss */
.btn-ss-gh-alt-home span {
  font-weight: bold;
}

/* line 717, app/assets/stylesheets/button.scss */
.btn-ss-gh-alt-home .octicon-mark-github {
  font-size: 20px;
}

/* line 721, app/assets/stylesheets/button.scss */
.btn-ss-gh-alt-home span .text {
  font-family: 'Open Sans';
  font-size: 16px;
}

/* line 726, app/assets/stylesheets/button.scss */
.btn-ss-gh-alt-nav {
  color: #fff !important;
  background-color: #333;
  border-color: #333;
}

/* line 730, app/assets/stylesheets/button.scss */
.btn-ss-gh-alt-nav .octicon {
  font-weight: bold;
}

/* line 734, app/assets/stylesheets/button.scss */
.btn-ss-gh-alt-nav:hover,
.btn-ss-gh-alt-nav:focus {
  color: #fff !important;
  background-color: black !important;
  border: 1px solid black !important;
  border-top-color: black !important;
  border-bottom-color: black !important;
  box-shadow: 0 0px 0px grey, 0 0px grey inset, 0 0 0px grey;
}

/* line 743, app/assets/stylesheets/button.scss */
.btn-ss-gh-alt-nav:active,
.btn-ss-gh-alt-nav.active {
  background-image: none;
}

/* line 747, app/assets/stylesheets/button.scss */
.open .btn-ss-gh-alt-nav.dropdown-toggle {
  background-image: none;
}

/* line 750, app/assets/stylesheets/button.scss */
.btn-ss-gh-alt-nav.disabled,
.btn-ss-gh-alt-nav.disabled:hover,
.btn-ss-gh-alt-nav.disabled:focus,
.btn-ss-gh-alt-nav.disabled:active,
.btn-ss-gh-alt-nav.disabled.active,
.btn-ss-gh-alt-nav[disabled],
.btn-ss-gh-alt-nav[disabled]:hover,
.btn-ss-gh-alt-nav[disabled]:focus,
.btn-ss-gh-alt-nav[disabled]:active,
.btn-ss-gh-alt-nav.active[disabled],
fieldset[disabled] .btn-ss-gh-alt-nav,
fieldset[disabled] .btn-ss-gh-alt-nav:hover,
fieldset[disabled] .btn-ss-gh-alt-nav:focus,
fieldset[disabled] .btn-ss-gh-alt-nav:active,
fieldset[disabled] .btn-ss-gh-alt-nav.active {
  background-color: transparent !important;
  border-color: white;
}

/* line 768, app/assets/stylesheets/button.scss */
.btn-ss-gh-alt-nav .badge {
  color: white;
  background-color: black;
}

/* line 773, app/assets/stylesheets/button.scss */
.btn-action-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  padding: 20px 60px;
}

/* line 778, app/assets/stylesheets/button.scss */
.btn-action-wrap .link-action {
  margin-right: 20px;
}

/* line 783, app/assets/stylesheets/button.scss */
.btn-action-wrap--center {
  justify-content: center;
}

/* line 787, app/assets/stylesheets/button.scss */
.btn-action {
  height: 40px;
  padding: 6px 45px;
  letter-spacing: 0.5px;
  font-size: 15px;
  font-weight: 600;
}

/* line 795, app/assets/stylesheets/button.scss */
.link-action {
  font-size: 14px;
  text-align: center;
  line-height: 40px;
}

/* line 801, app/assets/stylesheets/button.scss */
.go-button {
  display: flex;
  align-items: center;
  color: #666;
  border: 1px solid #929ca5;
  padding: 10px;
  border-radius: 2px;
  cursor: pointer;
}

/* line 809, app/assets/stylesheets/button.scss */
.go-button i {
  margin-right: 6px;
  font-size: 20px;
  color: #666;
}

/* line 813, app/assets/stylesheets/button.scss */
.go-button i:hover {
  color: #068dfe;
}

/* line 817, app/assets/stylesheets/button.scss */
.go-button:hover {
  color: #068dfe;
  border-color: #068dfe;
}

/* line 820, app/assets/stylesheets/button.scss */
.go-button:hover i {
  color: #068dfe;
}

/* line 824, app/assets/stylesheets/button.scss */
.go-button.favorited, .go-button.active {
  color: #fff;
  background: #068dfe;
  border-color: #068dfe;
}

/* line 829, app/assets/stylesheets/button.scss */
.go-button.favorited i, .go-button.active i {
  color: #fff;
}

/* line 833, app/assets/stylesheets/button.scss */
.go-button.go-button--inverted {
  color: #fff;
  border-color: #fff;
}

/* line 836, app/assets/stylesheets/button.scss */
.go-button.go-button--inverted i {
  color: #fff;
}

/* line 839, app/assets/stylesheets/button.scss */
.go-button.go-button--inverted:hover {
  color: #068dfe;
  border-color: #068dfe;
}

/* line 842, app/assets/stylesheets/button.scss */
.go-button.go-button--inverted:hover i {
  color: #068dfe;
}

/* line 846, app/assets/stylesheets/button.scss */
.go-button.go-button--inverted.favorited, .go-button.go-button--inverted.active {
  color: #fff;
  background: #068dfe;
  border-color: #068dfe;
}

/* line 851, app/assets/stylesheets/button.scss */
.go-button.go-button--inverted.favorited i, .go-button.go-button--inverted.active i {
  color: #fff;
}

/* line 856, app/assets/stylesheets/button.scss */
.go-button.go-button--cta {
  color: #068dfe;
  border-color: #068dfe;
}

/* line 859, app/assets/stylesheets/button.scss */
.go-button.go-button--cta i {
  color: #068dfe;
}

/* line 862, app/assets/stylesheets/button.scss */
.go-button.go-button--cta:hover, .go-button.go-button--cta.favorited, .go-button.go-button--cta.active {
  color: #fff;
  background: #068dfe;
  border-color: #fff;
}

/* line 868, app/assets/stylesheets/button.scss */
.go-button.go-button--cta:hover i, .go-button.go-button--cta.favorited i, .go-button.go-button--cta.active i {
  color: #fff;
}

/* line 875, app/assets/stylesheets/button.scss */
.i-use-this, .i-use-this-no-login {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  font-size: 16px;
  padding: 11px 16px;
}

@media (max-width: 1200px) {
  /* line 875, app/assets/stylesheets/button.scss */
  .i-use-this, .i-use-this-no-login {
    font-size: 14px;
  }
}

/* line 1, app/assets/stylesheets/tool-builder.scss */
.builder-wrap {
  background-color: #FFF;
  border-radius: 3px;
  display: flex;
  margin: 0 auto 20px;
  min-height: 51px;
  padding: 0;
  position: relative;
}

/* line 9, app/assets/stylesheets/tool-builder.scss */
.builder-wrap .new-wrapper {
  background-color: #eee;
  padding: 10px;
  border-bottom: 1px solid #ccc;
}

/* line 14, app/assets/stylesheets/tool-builder.scss */
.builder-wrap .no-result {
  background-color: #eee;
  padding: 10px;
  border-bottom: 1px solid #ccc;
}

/* line 18, app/assets/stylesheets/tool-builder.scss */
.builder-wrap .no-result:hover {
  background-color: #eee !important;
  color: #333 !important;
  cursor: default;
}

/* line 24, app/assets/stylesheets/tool-builder.scss */
.builder-wrap .new {
  background-color: yellow;
  padding: 3px 8px;
  margin-right: 10px;
  border-radius: 2px;
  color: #333 !important;
}

/* line 31, app/assets/stylesheets/tool-builder.scss */
.builder-wrap__slider-wrap {
  cursor: default;
  overflow-x: hidden;
  margin: 9px 5px 3px;
  position: relative;
}

/* line 37, app/assets/stylesheets/tool-builder.scss */
.builder-wrap__slider-wrap.overflowed:after {
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, white 100%);
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  width: 10px;
  z-index: 50;
}

/* line 48, app/assets/stylesheets/tool-builder.scss */
.builder-wrap__slider-wrap.overflowed ~ .builder-wrap__slider-arrows {
  display: block;
}

/* line 53, app/assets/stylesheets/tool-builder.scss */
.builder-wrap__slider-arrows {
  display: none;
  white-space: nowrap;
}

/* line 56, app/assets/stylesheets/tool-builder.scss */
.builder-wrap__slider-arrows > div {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  width: 25px;
  position: relative;
  transition: background-color 400ms ease;
}

/* line 63, app/assets/stylesheets/tool-builder.scss */
.builder-wrap__slider-arrows > div:hover {
  background-color: #f1f1f1;
}

/* line 66, app/assets/stylesheets/tool-builder.scss */
.builder-wrap__slider-arrows > div:first-child {
  transform: rotate(180deg);
}

/* line 68, app/assets/stylesheets/tool-builder.scss */
.builder-wrap__slider-arrows > div:first-child:before, .builder-wrap__slider-arrows > div:first-child:after {
  background-color: #999;
}

/* line 73, app/assets/stylesheets/tool-builder.scss */
.builder-wrap__slider-arrows > div:before, .builder-wrap__slider-arrows > div:after {
  background-color: #666;
  border-radius: 5px 0 0 5px;
  content: '';
  height: 2px;
  position: absolute;
  right: 7px;
  width: 8px;
}

/* line 83, app/assets/stylesheets/tool-builder.scss */
.builder-wrap__slider-arrows > div:before {
  top: calc(50% - 2.2px);
  transform: translateY(-50%) rotate(45deg);
}

/* line 87, app/assets/stylesheets/tool-builder.scss */
.builder-wrap__slider-arrows > div:after {
  top: calc(50% + 2.2px);
  transform: translateY(-50%) rotate(-45deg);
}

/* line 94, app/assets/stylesheets/tool-builder.scss */
.builder-wrap__incomplete-tool {
  padding: 10px !important;
  margin-top: 5px !important;
}

/* line 97, app/assets/stylesheets/tool-builder.scss */
.builder-wrap__incomplete-tool:before {
  display: none;
}

/* line 100, app/assets/stylesheets/tool-builder.scss */
.builder-wrap__incomplete-tool button {
  background: white;
  color: #0690FA;
  border: 1px solid #0690FA;
  border-radius: 3px;
  margin-left: 5px;
  padding: 5px 10px;
  white-space: nowrap;
}

/* line 108, app/assets/stylesheets/tool-builder.scss */
.builder-wrap__incomplete-tool button:hover {
  background: #0690FA;
  color: white;
}

/* line 113, app/assets/stylesheets/tool-builder.scss */
.builder-wrap__incomplete-tool__popup {
  align-items: center;
  box-shadow: 2px 7px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  background-color: white;
  border-radius: 0 0 3px 3px;
  padding: 5px 10px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1001;
}

/* line 126, app/assets/stylesheets/tool-builder.scss */
.builder-wrap__incomplete-tool__popup span {
  background: orange;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  height: 24px;
  padding: 3px 5px;
  white-space: nowrap;
}

/* line 136, app/assets/stylesheets/tool-builder.scss */
.builder-wrap__incomplete-tool__discrete-input {
  border: none;
  flex-grow: 0;
  font-weight: 600;
  outline: none;
  text-align: center;
  width: 100px;
}

/* line 144, app/assets/stylesheets/tool-builder.scss */
.builder-wrap__incomplete-tool__url-input {
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  flex-grow: 1;
  margin: 5px 0;
  padding: 5px;
  outline: none;
  width: 100%;
}

/* line 152, app/assets/stylesheets/tool-builder.scss */
.builder-wrap__incomplete-tool__url-input.error {
  border: 1px solid #fa3e3e;
}

/* line 156, app/assets/stylesheets/tool-builder.scss */
.builder-wrap__incomplete-tool .onboarding-overlay {
  background-color: rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
}

/* line 167, app/assets/stylesheets/tool-builder.scss */
.builder-wrap__builder {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  white-space: nowrap;
}

/* line 174, app/assets/stylesheets/tool-builder.scss */
.builder-wrap__builder.sliding {
  transition: left 200ms ease;
}

/* line 177, app/assets/stylesheets/tool-builder.scss */
.builder-wrap__builder > li, .builder-wrap__builder__tool-selection {
  background-color: #f9f9f9;
  border-radius: 3px;
  color: #252525;
  display: inline-block;
  font-weight: 600;
  margin: 1px 5px 5px 0;
  padding: 5px 30px 5px 5px;
  position: relative;
  white-space: nowrap;
  box-shadow: inset 0 0 2px #e0e0e0;
}

/* line 190, app/assets/stylesheets/tool-builder.scss */
.builder-wrap__builder > li.builder-wrap__incomplete-tool, .builder-wrap__builder__tool-selection.builder-wrap__incomplete-tool {
  position: initial;
}

/* line 193, app/assets/stylesheets/tool-builder.scss */
.builder-wrap__builder > li img, .builder-wrap__builder__tool-selection img {
  border-radius: 2px;
  height: 20px;
  margin-right: 10px;
  width: 20px;
  background-color: white;
  border: 1px solid #f1f1f1;
}

/* line 201, app/assets/stylesheets/tool-builder.scss */
.builder-wrap__builder > li span, .builder-wrap__builder__tool-selection span {
  vertical-align: middle;
  font-weight: normal;
}

/* line 205, app/assets/stylesheets/tool-builder.scss */
.builder-wrap__builder > li:before, .builder-wrap__builder__tool-selection:before {
  content: '';
  height: 20px;
  position: absolute;
  top: 50%;
  right: 23px;
  transform: translateY(-50%);
}

/* line 215, app/assets/stylesheets/tool-builder.scss */
.builder-wrap input {
  background: transparent;
  line-height: 28px;
  margin: 0;
  padding: 0 10px;
  border: none;
  flex-grow: 1;
  outline: none;
  border-radius: 3px;
  width: 140px;
}

/* line 226, app/assets/stylesheets/tool-builder.scss */
.builder-wrap__search-results {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  box-shadow: 0 19px 54px rgba(0, 0, 0, 0.2);
  list-style-type: none;
  margin: 0;
  padding: 0;
  max-height: 300px;
  min-height: 30px;
  overflow-y: auto;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 100;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 243, app/assets/stylesheets/tool-builder.scss */
.builder-wrap__search-results.mouse li:hover {
  background-color: #0690fa;
  color: #fff;
}

/* line 249, app/assets/stylesheets/tool-builder.scss */
.builder-wrap__search-results.keyboard li.selected {
  background-color: #333;
  color: #fff;
}

/* line 254, app/assets/stylesheets/tool-builder.scss */
.builder-wrap__search-results li {
  cursor: pointer;
  padding: 5px 10px;
}

/* line 257, app/assets/stylesheets/tool-builder.scss */
.builder-wrap__search-results li img {
  width: 20px;
  margin-right: 10px;
}

/* line 262, app/assets/stylesheets/tool-builder.scss */
.builder-wrap__search-results .loading {
  position: absolute;
  bottom: 3px;
  right: 5px;
}

/* line 266, app/assets/stylesheets/tool-builder.scss */
.builder-wrap__search-results .loading span {
  vertical-align: middle;
  margin-right: 5px;
}

/* line 270, app/assets/stylesheets/tool-builder.scss */
.builder-wrap__search-results .loading img {
  width: 24px;
  height: 24px;
  vertical-align: middle;
}

/* line 277, app/assets/stylesheets/tool-builder.scss */
.builder-wrap__tool {
  background: url(../png/builder.png) right top no-repeat;
  border-radius: 2px;
  content: '';
  cursor: pointer;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 9px;
  right: 7px;
}

/* line 287, app/assets/stylesheets/tool-builder.scss */
.builder-wrap__tool:hover {
  background-color: #fff;
  color: #fff;
}

/* line 292, app/assets/stylesheets/tool-builder.scss */
.builder-wrap .pulse {
  width: 7px;
  height: 7px;
  border: 0 solid #F7f14C;
  border-radius: 30px;
  background-color: #0690FA;
  z-index: 10;
  float: right;
  margin: 0 7px 0 10px;
  opacity: .15;
  position: relative;
  top: 1px;
  cursor: pointer;
}

/* line 307, app/assets/stylesheets/tool-builder.scss */
.builder-wrap .pulse.not-required {
  animation: none;
  background: #999;
  cursor: pointer;
}

/* line 311, app/assets/stylesheets/tool-builder.scss */
.builder-wrap .pulse.not-required:hover {
  background-color: #0690FA;
  cursor: pointer;
}

/* line 317, app/assets/stylesheets/tool-builder.scss */
.builder-wrap .after-required {
  content: '';
  width: 0;
  height: 20px;
  border-right: 1px solid rgba(151, 151, 151, 0.4);
  top: -6px;
  float: right;
  left: 31px;
  position: absolute;
  animation: none !important;
}

/* line 328, app/assets/stylesheets/tool-builder.scss */
.builder-wrap .pulse-animation {
  animation: pulse 2s linear infinite;
}

/* line 332, app/assets/stylesheets/tool-builder.scss */
.builder-wrap .hint--right {
  margin-right: 8px;
}

/* line 335, app/assets/stylesheets/tool-builder.scss */
.builder-wrap.multiline {
  flex-wrap: wrap;
  border-radius: 3px;
}

/* line 338, app/assets/stylesheets/tool-builder.scss */
.builder-wrap.multiline .builder-wrap__builder {
  left: 0 !important;
  white-space: initial;
}

/* line 341, app/assets/stylesheets/tool-builder.scss */
.builder-wrap.multiline .builder-wrap__builder:before {
  border: none;
}

/* line 348, app/assets/stylesheets/tool-builder.scss */
.builder-wrap.multiline .builder-wrap__slider-arrows {
  display: none !important;
}

/* line 351, app/assets/stylesheets/tool-builder.scss */
.builder-wrap.multiline input {
  flex-basis: inherit;
  flex-grow: inherit;
  min-height: 33px !important;
}

/* line 1, app/assets/stylesheets/react.scss */
.loading-spinner {
  display: block;
  margin: 0 auto;
}

/* line 6, app/assets/stylesheets/react.scss */
.error-banner {
  align-items: center;
  background-color: #fa3e3e;
  box-sizing: border-box;
  color: white;
  display: flex;
  justify-content: center;
  animation: slide-down 5000ms ease;
  text-align: center;
  transition: height 600ms ease;
}

/* line 18, app/assets/stylesheets/react.scss */
.notification-banner {
  align-items: center;
  background-color: #0690FA;
  box-sizing: border-box;
  color: white;
  display: flex;
  justify-content: center;
  animation: slide-down 5000ms ease;
  text-align: center;
  transition: height 600ms ease;
}

/* line 30, app/assets/stylesheets/react.scss */
.react-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1001;
}

/* line 38, app/assets/stylesheets/react.scss */
.react-overlay.transparent {
  background-color: transparent;
}

/* line 41, app/assets/stylesheets/react.scss */
.react-overlay__modal {
  background-color: white;
  border-radius: 5px;
  position: fixed;
  top: 25%;
  padding: 35px;
  text-align: center;
  z-index: 1002;
  max-width: 400px;
  width: 90%;
}

/* line 55, app/assets/stylesheets/react.scss */
.react-overlay__modal .btn-ss-gh {
  padding: 8px 62px;
}

/* line 57, app/assets/stylesheets/react.scss */
.react-overlay__modal .btn-ss-gh span {
  margin-left: 5px;
}

/* line 61, app/assets/stylesheets/react.scss */
.react-overlay__modal h3 {
  margin: 10px 0;
}

/* line 63, app/assets/stylesheets/react.scss */
.react-overlay__modal h3.react-overlay__logo {
  font-size: 14px;
}

/* line 65, app/assets/stylesheets/react.scss */
.react-overlay__modal h3.react-overlay__logo img {
  width: 185px;
}

/* line 70, app/assets/stylesheets/react.scss */
.react-overlay__modal p {
  margin: 25px 0;
}

/* line 73, app/assets/stylesheets/react.scss */
.react-overlay__modal button {
  background-color: #0690FA;
  border: none;
  border-radius: 4px;
  color: white;
  font-size: 17px;
  font-weight: 600;
  padding: 11px 35px;
  font-weight: 600;
  padding: 15px 35px;
  margin-top: 10px;
  outline: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-size: 1.2rem;
  margin: 10px 0;
  padding: 13px 10px;
  width: 150px;
}

/* line 101, app/assets/stylesheets/variables.scss */
.react-overlay__modal button.disabled {
  background-color: #AAA;
}

/* line 79, app/assets/stylesheets/react.scss */
.react-overlay__modal button.onboarding__edit-btn {
  background-color: white;
  border: 1px solid #0690FA;
  color: #0690FA;
  margin-right: 10px;
}

/* line 86, app/assets/stylesheets/react.scss */
.react-overlay__modal .btn-ss-gh-alt {
  color: #fff !important;
  background-color: black;
  border-color: black;
  margin: auto 5px;
  font-size: 17px;
  padding: 8px 35px;
}

/* line 94, app/assets/stylesheets/react.scss */
.react-overlay__modal .btn-ss-bb-alt {
  color: #fff !important;
  background-color: #0052cc;
  border-color: #0052cc;
  margin: auto 5px;
  font-size: 17px;
  padding: 8px 35px;
}

/* line 102, app/assets/stylesheets/react.scss */
.react-overlay__modal .btn-ss-gl-alt {
  color: #fff !important;
  background-color: #e14329;
  border-color: #e14329;
  margin: auto 5px;
  font-size: 17px;
  padding: 8px 35px;
}

/* line 110, app/assets/stylesheets/react.scss */
.react-overlay__modal .octicon-mark-github, .react-overlay__modal .fa-bitbucket, .react-overlay__modal .fa-gitlab {
  margin: auto 10px auto 10px;
  display: inline-flex;
  font-size: 30px;
}

/* line 115, app/assets/stylesheets/react.scss */
.react-overlay__modal .continue-with {
  margin: auto 5px;
  font-size: 17px;
}

/* line 119, app/assets/stylesheets/react.scss */
.react-overlay__modal.scan {
  max-width: 600px;
}

/* line 124, app/assets/stylesheets/react.scss */
.react-overlay__button-container {
  display: flex;
  margin: 10px 0;
}

/* line 127, app/assets/stylesheets/react.scss */
.react-overlay__button-container .btn-ss-gh-alt, .react-overlay__button-container .btn-ss-bb-alt, .react-overlay__button-container .btn-ss-gl-alt {
  display: inline-flex;
  padding: 8px 35px;
}

/* line 132, app/assets/stylesheets/react.scss */
.react-overlay .disclaimer {
  margin: 20px 0 45px;
}

/* line 137, app/assets/stylesheets/react.scss */
.tools-list {
  display: flex;
  justify-content: center;
}

/* line 140, app/assets/stylesheets/react.scss */
.tools-list__tool {
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  display: inline-block;
  margin: 0 8px 8px 0;
  width: 50px;
  height: 50px;
}

/* line 148, app/assets/stylesheets/react.scss */
.tools-list__tool img {
  border-radius: 3px;
  width: 100%;
  height: 100% !important;
  max-width: 50px;
  height: auto;
}

/* line 155, app/assets/stylesheets/react.scss */
.tools-list__tool.small {
  width: 35px;
  height: 35px;
}

/* line 158, app/assets/stylesheets/react.scss */
.tools-list__tool.small img {
  width: 35px;
}

/* line 162, app/assets/stylesheets/react.scss */
.tools-list__tool.borderless {
  border: none;
}

/* line 168, app/assets/stylesheets/react.scss */
.no-underline {
  text-decoration: none !important;
}

/* line 170, app/assets/stylesheets/react.scss */
.no-underline:active, .no-underline:hover {
  text-decoration: none !important;
}

/* line 174, app/assets/stylesheets/react.scss */
.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 179, app/assets/stylesheets/react.scss */
.react__flex-spacer, .onboarding__flex-spacer {
  flex-grow: 1;
}

/* line 182, app/assets/stylesheets/react.scss */
.react__form-wrapper, .onboarding__form-wrapper {
  max-width: 520px;
  margin: 0 auto;
}

/* line 185, app/assets/stylesheets/react.scss */
.react__form-wrapper__input-container, .onboarding__form-wrapper__input-container {
  margin-top: 10px;
}

/* line 189, app/assets/stylesheets/react.scss */
.react__form-wrapper__button, .onboarding__form-wrapper__button {
  background-color: #0690FA;
  border: none;
  border-radius: 4px;
  color: white;
  font-size: 17px;
  font-weight: 600;
  padding: 11px 35px;
  font-weight: 600;
  padding: 15px 35px;
  margin-top: 10px;
  outline: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 101, app/assets/stylesheets/variables.scss */
.react__form-wrapper__button.disabled, .onboarding__form-wrapper__button.disabled {
  background-color: #AAA;
}

/* line 191, app/assets/stylesheets/react.scss */
.react__form-wrapper__button.white, .onboarding__form-wrapper__button.white {
  background-color: #fff;
  border: 1px solid #0690FA;
  color: #0690FA;
}

/* line 196, app/assets/stylesheets/react.scss */
.react__form-wrapper__button.white:hover, .onboarding__form-wrapper__button.white:hover {
  background-color: #0690FA;
  border: 1px solid #0690FA;
  color: white;
}

/* line 201, app/assets/stylesheets/react.scss */
.react__form-wrapper__button.view-stack, .onboarding__form-wrapper__button.view-stack {
  margin-right: 20px;
}

/* line 204, app/assets/stylesheets/react.scss */
.react__form-wrapper__button.spaced, .onboarding__form-wrapper__button.spaced {
  margin-right: 10px;
}

/* line 209, app/assets/stylesheets/react.scss */
.react__input-owner-divider, .onboarding__input-owner-divider {
  height: auto;
  vertical-align: bottom !important;
  margin: 0 8px 0 0px;
  float: left;
  position: relative;
  top: 46px;
  font-size: 30px;
  color: grey;
}

/* line 219, app/assets/stylesheets/react.scss */
.react__input-container, .onboarding__input-container {
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
  margin-top: 7px;
  position: relative;
}

/* line 225, app/assets/stylesheets/react.scss */
.react__input-container.inline, .onboarding__input-container.inline {
  display: block;
  flex-grow: initial;
  padding-top: 6px;
}

/* line 230, app/assets/stylesheets/react.scss */
.react__input-container.nowrap, .onboarding__input-container.nowrap {
  flex-wrap: nowrap;
}

/* line 233, app/assets/stylesheets/react.scss */
.react__input-container__domain-match, .onboarding__input-container__domain-match {
  color: #4BB05D;
  font-size: 1.1rem;
  margin: 10px 0;
}

/* line 238, app/assets/stylesheets/react.scss */
.react__input-container.name-collision, .onboarding__input-container.name-collision {
  padding-bottom: 20px;
}

/* line 240, app/assets/stylesheets/react.scss */
.react__input-container.name-collision:after, .onboarding__input-container.name-collision:after {
  content: 'This name has already been taken.';
  color: #fa3e3e;
  font-size: 10px;
  font-style: italic;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* line 250, app/assets/stylesheets/react.scss */
.react__input-container--owner, .onboarding__input-container--owner {
  margin-right: 10px;
  margin-top: 7px;
  position: relative;
}

/* line 254, app/assets/stylesheets/react.scss */
.react__input-container--owner input, .onboarding__input-container--owner input {
  padding-left: 38px !important;
}

/* line 257, app/assets/stylesheets/react.scss */
.react__input-container--owner img, .onboarding__input-container--owner img {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

/* line 265, app/assets/stylesheets/react.scss */
.react__input-container--owner .personal, .onboarding__input-container--owner .personal {
  border-radius: 100px;
}

/* line 269, app/assets/stylesheets/react.scss */
.react__input-container h5, .onboarding__input-container h5 {
  color: #777;
  flex-basis: 100%;
  font-size: 13px;
  font-weight: 600;
}

/* line 275, app/assets/stylesheets/react.scss */
.react__input-container h5 span, .onboarding__input-container h5 span {
  color: red;
}

/* line 278, app/assets/stylesheets/react.scss */
.react__input-container input, .onboarding__input-container input {
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.07);
  color: #777;
  flex-grow: 1;
  outline: none;
  padding: 10px;
  transition: all 200ms ease;
}

/* line 287, app/assets/stylesheets/react.scss */
.react__input-container input:focus, .onboarding__input-container input:focus {
  border: 1px solid #0690FA;
}

/* line 290, app/assets/stylesheets/react.scss */
.react__input-container input:valid:not(:-moz-placeholder-shown), .onboarding__input-container input:valid:not(:-moz-placeholder-shown) {
  border: 1px solid #4BB05D;
}
.react__input-container input:valid:not(:placeholder-shown), .onboarding__input-container input:valid:not(:placeholder-shown) {
  border: 1px solid #4BB05D;
}

/* line 293, app/assets/stylesheets/react.scss */
.react__input-container input.error, .onboarding__input-container input.error {
  border: 1px solid #fa3e3e !important;
}

/* line 298, app/assets/stylesheets/react.scss */
.react__input-container .button-empty, .react__input-container .button-full, .onboarding__input-container .button-empty, .onboarding__input-container .button-full {
  background: #0690FA;
  border: 0;
  font-size: 16px;
  color: #FFF;
  padding: 10px;
  border-radius: 100px;
  width: 80px;
  outline: none;
  margin-right: 1px;
  border: 1px solid #0690FA;
  font-weight: 600;
  margin-left: 5px;
  text-align: center;
}

/* line 313, app/assets/stylesheets/react.scss */
.react__input-container .button-empty:hover, .onboarding__input-container .button-empty:hover {
  background: #0690FA;
  color: #FFF;
}

/* line 317, app/assets/stylesheets/react.scss */
.react__input-container .button-full.disabled, .onboarding__input-container .button-full.disabled {
  color: #666;
  background-color: #e4e4e4;
  border: 1px solid #e4e4e4;
  cursor: not-allowed;
  opacity: 0.5;
}

/* line 324, app/assets/stylesheets/react.scss */
.react__input-container .button-empty, .onboarding__input-container .button-empty {
  background: white;
  color: #0690FA;
}

/* line 1, app/assets/stylesheets/onboarding.scss */
button.start-over {
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  background: transparent;
  padding: 5px;
  margin-top: 20px;
  background: #fafafa;
  margin-right: 20px;
  outline: none;
}

/* line 12, app/assets/stylesheets/onboarding.scss */
.onboarding__spinner {
  display: block;
  margin: 100px auto 0;
}

/* line 18, app/assets/stylesheets/onboarding.scss */
.onboarding .builder-wrap, .stack-edit .builder-wrap {
  border: 1px solid #e4e4e4;
  box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.14);
}

/* line 25, app/assets/stylesheets/onboarding.scss */
.onboarding > p {
  color: rgba(0, 0, 0, 0.75);
  font-size: 1.5rem;
}

/* line 28, app/assets/stylesheets/onboarding.scss */
.onboarding > p.subheader {
  color: #7C7C7C;
  font-size: 16px;
  margin: -5px 0 15px;
}

/* line 35, app/assets/stylesheets/onboarding.scss */
.onboarding h1 {
  font-weight: 600;
  margin-top: 0;
}

/* line 40, app/assets/stylesheets/onboarding.scss */
.onboarding__stack-info {
  margin-bottom: 200px;
}

/* line 44, app/assets/stylesheets/onboarding.scss */
.onboarding__nav {
  background-color: white;
  border-radius: 3px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 50%;
  left: 100px;
  padding: 5px 5px 5px 10px;
  transform: translateY(-50%);
  z-index: 100;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 55, app/assets/stylesheets/onboarding.scss */
.onboarding__nav div {
  border-radius: 3px;
  display: inline-block;
  padding: 5px 10px;
}

/* line 60, app/assets/stylesheets/onboarding.scss */
.onboarding__nav img {
  height: 12px;
  margin-right: 6px;
}

/* line 64, app/assets/stylesheets/onboarding.scss */
.onboarding__nav__back {
  background-color: #0690FA;
  cursor: pointer;
  color: #fff;
}

/* line 69, app/assets/stylesheets/onboarding.scss */
.onboarding__nav__reset {
  cursor: pointer;
}

/* line 74, app/assets/stylesheets/onboarding.scss */
.onboarding__nav-arrow {
  border-radius: 3px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font-weight: 600;
  height: 250px;
  justify-content: center;
  position: absolute;
  text-align: center;
  top: 65px;
  width: 45px;
  transition: all 200ms ease;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 88, app/assets/stylesheets/onboarding.scss */
.onboarding__nav-arrow:hover {
  background-color: #eee;
}

/* line 91, app/assets/stylesheets/onboarding.scss */
.onboarding__nav-arrow img {
  margin-bottom: 7px;
}

/* line 96, app/assets/stylesheets/onboarding.scss */
.onboarding__header {
  height: 0;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  text-align: center;
  transition: all 1s ease;
  background-color: #f5f8fa !important;
}

/* line 105, app/assets/stylesheets/onboarding.scss */
.onboarding__header h1 {
  font-weight: 600;
  margin-top: 0;
}

/* line 109, app/assets/stylesheets/onboarding.scss */
.onboarding__header.auto-height {
  height: auto;
}

/* line 113, app/assets/stylesheets/onboarding.scss */
.onboarding__header.navable .onboarding__header__timeline__item,
.onboarding__header.navable .onboarding__header__container__results img {
  cursor: pointer;
}

/* line 118, app/assets/stylesheets/onboarding.scss */
.onboarding__header__slider {
  position: relative;
  transition: all 1s ease;
}

/* line 122, app/assets/stylesheets/onboarding.scss */
.onboarding__header__container {
  padding: 4rem;
}

/* line 124, app/assets/stylesheets/onboarding.scss */
.onboarding__header__container__results {
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 20px;
  max-width: 560px;
  max-height: 55px;
}

/* line 131, app/assets/stylesheets/onboarding.scss */
.onboarding__header__container__results img {
  border-radius: 5px;
  height: 32px;
  margin: 0 7.5px 7.5px;
  opacity: .5;
  transition: all 200ms ease;
  width: 32px;
}

/* line 138, app/assets/stylesheets/onboarding.scss */
.onboarding__header__container__results img:hover {
  opacity: 1;
}

/* line 144, app/assets/stylesheets/onboarding.scss */
.onboarding__header__timeline {
  background-color: white;
  display: flex;
  height: 3px;
  list-style-type: none;
  margin: 40px auto 40px;
  max-width: 480px;
  padding: 0;
  position: relative;
}

/* line 158, app/assets/stylesheets/onboarding.scss */
.onboarding__header__timeline__item {
  background-color: #fff;
  border: 3px solid white;
  border-radius: 15px;
  box-sizing: content-box;
  color: #aaa;
  height: 15px;
  position: relative;
  transform: translateY(-50%);
  transition: all 300ms linear;
  white-space: nowrap;
  width: 15px;
}

/* line 170, app/assets/stylesheets/onboarding.scss */
.onboarding__header__timeline__item:after {
  background-color: transparent;
  content: attr(data-label);
  position: absolute;
  text-transform: uppercase;
  top: 35px;
  transform: translateX(-50%);
  transition: all 700ms linear;
}

/* line 183, app/assets/stylesheets/onboarding.scss */
.step-0 .onboarding__header__timeline__item:nth-child(1) {
  color: #333;
}

/* line 183, app/assets/stylesheets/onboarding.scss */
.step-1 .onboarding__header__timeline__item:nth-child(3) {
  color: #333;
}

/* line 183, app/assets/stylesheets/onboarding.scss */
.step-2 .onboarding__header__timeline__item:nth-child(5) {
  color: #333;
}

/* line 192, app/assets/stylesheets/onboarding.scss */
.onboarding__header__timeline__spacer {
  flex-grow: 1;
  visibility: hidden;
}

/* line 197, app/assets/stylesheets/onboarding.scss */
.onboarding__header__timeline:after {
  background-color: #0690FA;
  border-radius: 15px;
  content: '';
  height: 15px;
  left: 10.5px;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
  transition: left 700ms ease;
  width: 15px;
}

/* line 209, app/assets/stylesheets/onboarding.scss */
.onboarding__header__timeline.step-1:after {
  left: 50%;
  animation: to-step 700ms 1 ease;
}

/* line 210, app/assets/stylesheets/onboarding.scss */
.onboarding__header__timeline.step-2:after {
  left: calc(100% - 10.5px);
  animation: to-step-again 700ms 1 ease;
}

@keyframes to-step {
  0% {
    width: 15px;
    height: 15px;
  }
  10% {
    width: 15px;
    height: 3px;
  }
  90% {
    width: 15px;
    height: 3px;
  }
  100% {
    width: 15px;
    height: 15px;
  }
}

@keyframes to-step-again {
  0% {
    width: 15px;
    height: 15px;
  }
  10% {
    width: 15px;
    height: 3px;
  }
  90% {
    width: 15px;
    height: 3px;
  }
  100% {
    width: 15px;
    height: 15px;
  }
}

/* line 227, app/assets/stylesheets/onboarding.scss */
.onboarding__content {
  background-color: white;
  min-height: 650px;
  padding-bottom: 200px;
}

/* line 231, app/assets/stylesheets/onboarding.scss */
.onboarding__content .submit-links .btn {
  width: 200px;
  outline: none;
}

/* line 237, app/assets/stylesheets/onboarding.scss */
.onboarding__scan-stack {
  max-width: 800px;
  margin: 0 auto;
}

/* line 240, app/assets/stylesheets/onboarding.scss */
.onboarding__scan-stack__url-taken {
  color: #fa3e3e;
  font-size: 12px;
  font-style: italic;
  margin-top: 5px;
}

/* line 245, app/assets/stylesheets/onboarding.scss */
.onboarding__scan-stack__url-taken a {
  color: #fa3e3e;
  font-weight: 600;
}

/* line 248, app/assets/stylesheets/onboarding.scss */
.onboarding__scan-stack__url-taken a:visited {
  color: #fa3e3e;
}

/* line 253, app/assets/stylesheets/onboarding.scss */
.onboarding__scan-stack--optional {
  color: #777;
  font-size: 14px;
}

/* line 257, app/assets/stylesheets/onboarding.scss */
.onboarding__scan-stack__container {
  border-radius: 4px;
  padding: 10px 0 30px;
}

/* line 261, app/assets/stylesheets/onboarding.scss */
.onboarding__scan-stack__progress {
  background-image: linear-gradient(to bottom, #ebebeb 0, #f5f5f5 100%);
  background-color: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  height: 20px;
  margin: 20px 0;
  overflow: hidden;
}

/* line 269, app/assets/stylesheets/onboarding.scss */
.onboarding__scan-stack__progress div {
  background: #4BB05D;
  width: 60%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: white;
  overflow: hidden;
  text-align: center;
  transition: width 200ms ease;
  animation: progress-bar 30s;
}

/* line 280, app/assets/stylesheets/onboarding.scss */
.onboarding__scan-stack__progress div.done {
  width: 100%;
  animation: none;
}

/* line 286, app/assets/stylesheets/onboarding.scss */
.onboarding__scan-stack__status {
  background: #fff;
  border-radius: 5px;
  font-size: 12px;
  line-height: 1.5em;
  padding: 20px;
}

/* line 292, app/assets/stylesheets/onboarding.scss */
.onboarding__scan-stack__status ul {
  list-style-type: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  animation: scan-status 15s linear;
}

/* line 298, app/assets/stylesheets/onboarding.scss */
.onboarding__scan-stack__status ul li {
  line-height: 2em;
}

/* line 303, app/assets/stylesheets/onboarding.scss */
.onboarding__scan-stack__status.done ul {
  animation-play-state: paused;
}

/* line 309, app/assets/stylesheets/onboarding.scss */
.onboarding__scan-stack__tools h3 {
  margin: 25px 0 30px;
}

/* line 313, app/assets/stylesheets/onboarding.scss */
.onboarding__scan-stack__tool {
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  display: inline-block;
  margin: 0 8px 8px 0;
  width: 50px;
  height: 50px;
}

/* line 321, app/assets/stylesheets/onboarding.scss */
.onboarding__scan-stack__tool img {
  border-radius: 3px;
  width: 100%;
  height: 100% !important;
  max-width: 50px;
  height: auto;
}

/* line 329, app/assets/stylesheets/onboarding.scss */
.onboarding__scan-stack__continue {
  text-align: right;
}

/* line 331, app/assets/stylesheets/onboarding.scss */
.onboarding__scan-stack__continue button {
  background-color: #0690FA;
  border: none;
  border-radius: 4px;
  color: white;
  font-size: 17px;
  font-weight: 600;
  padding: 11px 35px;
  font-weight: 600;
  padding: 15px 35px;
  margin-top: 10px;
  outline: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 101, app/assets/stylesheets/variables.scss */
.onboarding__scan-stack__continue button.disabled {
  background-color: #AAA;
}

/* line 334, app/assets/stylesheets/onboarding.scss */
.onboarding__scan-stack__continue span {
  color: #777;
  margin-right: 20px;
}

/* line 340, app/assets/stylesheets/onboarding.scss */
.onboarding__stack-type {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/* line 344, app/assets/stylesheets/onboarding.scss */
.onboarding__stack-type__tile {
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  box-shadow: 0px 0px 10px 0px rgba(195, 195, 195, 0.28);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 250px;
  justify-content: center;
  margin: 25px;
  max-width: 291px;
  min-width: 250px;
  transition: all 0.08s ease;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 358, app/assets/stylesheets/onboarding.scss */
.onboarding__stack-type__tile:hover {
  box-shadow: 0px 0px 10px 0px rgba(195, 195, 195, 0.5);
}

/* line 361, app/assets/stylesheets/onboarding.scss */
.onboarding__stack-type__tile.new-company {
  border: 1px dashed #0690FA;
  box-shadow: none;
}

/* line 365, app/assets/stylesheets/onboarding.scss */
.onboarding__stack-type__tile--horiz {
  text-align: center;
}

/* line 367, app/assets/stylesheets/onboarding.scss */
.onboarding__stack-type__tile--horiz img {
  width: 50px;
  height: 50px;
  border-radius: 3px;
}

/* line 372, app/assets/stylesheets/onboarding.scss */
.onboarding__stack-type__tile--horiz h3 {
  font-size: 18px;
  margin: 15px auto;
  position: relative;
}

/* line 377, app/assets/stylesheets/onboarding.scss */
.onboarding__stack-type__tile--horiz p {
  color: #AAA;
  margin-top: -10px;
}

/* line 381, app/assets/stylesheets/onboarding.scss */
.onboarding__stack-type__tile--horiz.personal img {
  border-radius: 500px;
}

/* line 384, app/assets/stylesheets/onboarding.scss */
.onboarding__stack-type__tile--horiz.loading h3 {
  display: inline-block;
}

/* line 386, app/assets/stylesheets/onboarding.scss */
.onboarding__stack-type__tile--horiz.loading h3:after {
  content: '';
  position: absolute;
  left: 100%;
  animation: ellipsis 2s linear infinite;
}

/* line 398, app/assets/stylesheets/onboarding.scss */
.onboarding__tool-selection__loading {
  margin-top: 30px;
  width: 100px;
}

/* line 402, app/assets/stylesheets/onboarding.scss */
.onboarding__tool-selection__popular-tools {
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 405, app/assets/stylesheets/onboarding.scss */
.onboarding__tool-selection__popular-tools h3 {
  border-bottom: 1px solid #e1e1e1;
  padding: 10px 0;
  margin: 25px 0 20px;
  text-align: left;
}

/* line 412, app/assets/stylesheets/onboarding.scss */
.onboarding__tool-selection__tool {
  border: 1px solid #efefef;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0 15px 15px 0;
  position: relative;
  width: 44px;
}

/* line 421, app/assets/stylesheets/onboarding.scss */
.onboarding__tool-selection__tool img {
  height: 100%;
  width: 100%;
  border-radius: 3px;
}

/* line 428, app/assets/stylesheets/onboarding.scss */
.onboarding__tool-selection__tool.remove img {
  opacity: 0.2;
}

/* line 432, app/assets/stylesheets/onboarding.scss */
.onboarding__tool-selection__search-results-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
}

/* line 440, app/assets/stylesheets/onboarding.scss */
.onboarding__tool-selection__search-results {
  background-color: white;
  border: 1px solid #e1e1e1;
  position: absolute;
  top: calc(100% - 10px);
  left: 10px;
  list-style-type: none;
  max-height: 500px;
  padding: 0;
  margin: 0;
  overflow: auto;
  width: calc(100% - 20px);
  z-index: 100;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 454, app/assets/stylesheets/onboarding.scss */
.onboarding__tool-selection__search-results li {
  cursor: pointer;
  padding: 5px;
  transition: all 200ms ease;
  font-weight: 600;
}

/* line 459, app/assets/stylesheets/onboarding.scss */
.onboarding__tool-selection__search-results li:hover {
  background-color: #0690FA;
}

/* line 463, app/assets/stylesheets/onboarding.scss */
.onboarding__tool-selection__search-results img {
  height: 20px;
  margin-right: 5px;
  width: 20px;
  border-radius: 2px;
  background: white;
  border: 1px solid #ececec;
}

/* line 471, app/assets/stylesheets/onboarding.scss */
.onboarding__tool-selection__search-results .active {
  background-color: #0690FA;
  color: white;
}

/* line 475, app/assets/stylesheets/onboarding.scss */
.onboarding__tool-selection__search-results .new {
  background: orange;
  border-radius: 2px;
  display: inline-block;
  padding: 2px 7px;
  margin: 2px 5px 2px 0;
  font-weight: bold;
  font-size: 12px;
  color: white;
}

/* line 488, app/assets/stylesheets/onboarding.scss */
.onboarding__details {
  position: relative;
}

/* line 490, app/assets/stylesheets/onboarding.scss */
.onboarding__details__loading {
  display: block;
  margin: 160px auto;
  width: 100px;
}

/* line 495, app/assets/stylesheets/onboarding.scss */
.onboarding__details__tools {
  margin: 0 auto;
  overflow-x: hidden;
  position: relative;
}

/* line 501, app/assets/stylesheets/onboarding.scss */
.onboarding__details h3 {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 600;
}

/* line 507, app/assets/stylesheets/onboarding.scss */
.onboarding__details img {
  border-radius: 3px;
}

/* line 511, app/assets/stylesheets/onboarding.scss */
.onboarding__details__tool-slider {
  width: 99999px;
  position: relative;
  transition: all 200ms ease;
}

/* line 516, app/assets/stylesheets/onboarding.scss */
.onboarding__details__tool {
  background-color: white;
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
  border-radius: 3px;
  display: inline-block;
  margin: 0 15px;
  padding: 20px;
  text-align: center;
  vertical-align: top;
  width: 290px;
  height: 440px;
  overflow-y: scroll;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 530, app/assets/stylesheets/onboarding.scss */
.onboarding__details__tool input {
  border: 1px solid #e1e1e1;
  padding: 5px;
  width: 100%;
}

/* line 536, app/assets/stylesheets/onboarding.scss */
.onboarding__details__arrow {
  background-color: #333;
  border-radius: 5px;
  cursor: pointer;
  padding: 10px;
  position: absolute;
  height: 60px;
  top: 280px;
  width: 40px;
  z-index: 100;
}

/* line 546, app/assets/stylesheets/onboarding.scss */
.onboarding__details__arrow:hover {
  background-color: #0690FA;
}

/* line 549, app/assets/stylesheets/onboarding.scss */
.onboarding__details__arrow:before {
  background-image: url("https://img.stackshare.io/fe/right-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
}

/* line 561, app/assets/stylesheets/onboarding.scss */
.onboarding__details__arrow--right {
  right: 0px;
}

/* line 564, app/assets/stylesheets/onboarding.scss */
.onboarding__details__arrow--left {
  left: 0px;
}

/* line 566, app/assets/stylesheets/onboarding.scss */
.onboarding__details__arrow--left:before {
  transform: translate(-50%, -50%) rotate(180deg);
}

/* line 571, app/assets/stylesheets/onboarding.scss */
.onboarding__details .one-liner {
  display: flex;
  margin: 22px 0;
  text-align: left;
  font-weight: 600;
}

/* line 576, app/assets/stylesheets/onboarding.scss */
.onboarding__details .one-liner .onboarding-reason-text {
  font-size: 14px;
  padding-top: 4px;
}

/* line 580, app/assets/stylesheets/onboarding.scss */
.onboarding__details .one-liner div {
  font-size: 13px;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  margin-right: 10px;
  padding: 3px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 60px;
}

/* line 592, app/assets/stylesheets/onboarding.scss */
.onboarding__details .one-liner div.active {
  border: 1px solid #0690FA;
  color: #FFF;
  background: #0690FA;
}

/* line 597, app/assets/stylesheets/onboarding.scss */
.onboarding__details .one-liner div:hover {
  border: 1px solid #0690FA;
  background-color: #0690FA;
  color: white;
}

/* line 606, app/assets/stylesheets/onboarding.scss */
.onboarding__button-saving img {
  width: 20px;
}

/* line 613, app/assets/stylesheets/onboarding.scss */
.x-corner-close-button {
  background: #0690FA;
  border-radius: 100px;
  cursor: pointer;
  position: absolute;
  top: -10px;
  right: -10px;
  padding: 11px;
  z-index: 99999;
}

/* line 622, app/assets/stylesheets/onboarding.scss */
.x-corner-close-button:before, .x-corner-close-button:after {
  background: white;
  content: '';
  height: 13px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
}

/* line 631, app/assets/stylesheets/onboarding.scss */
.x-corner-close-button:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* line 634, app/assets/stylesheets/onboarding.scss */
.x-corner-close-button:after {
  transform: translate(-50%, -50%) rotate(45deg);
}

/* line 640, app/assets/stylesheets/onboarding.scss */
.new-form .new-form__row {
  display: flex;
}

@keyframes ellipsis {
  0% {
    content: '.';
  }
  33% {
    content: '..';
  }
  66% {
    content: '...';
  }
}

/* line 651, app/assets/stylesheets/onboarding.scss */
.react-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1001;
}

/* line 659, app/assets/stylesheets/onboarding.scss */
.react-overlay.transparent {
  background-color: transparent;
}

/* line 662, app/assets/stylesheets/onboarding.scss */
.react-overlay__modal {
  background-color: white;
  border-radius: 5px;
  position: fixed;
  top: 25%;
  padding: 35px;
  text-align: center;
  z-index: 1002;
  max-width: 400px;
  width: 90%;
}

/* line 676, app/assets/stylesheets/onboarding.scss */
.react-overlay__modal .btn-ss-gh {
  padding: 8px 62px;
}

/* line 678, app/assets/stylesheets/onboarding.scss */
.react-overlay__modal .btn-ss-gh span {
  margin-left: 5px;
}

/* line 682, app/assets/stylesheets/onboarding.scss */
.react-overlay__modal h3 {
  margin: 10px 0;
}

/* line 684, app/assets/stylesheets/onboarding.scss */
.react-overlay__modal h3.react-overlay__logo {
  font-size: 14px;
}

/* line 686, app/assets/stylesheets/onboarding.scss */
.react-overlay__modal h3.react-overlay__logo img {
  width: 185px;
}

/* line 691, app/assets/stylesheets/onboarding.scss */
.react-overlay__modal p {
  margin: 25px 0;
}

/* line 694, app/assets/stylesheets/onboarding.scss */
.react-overlay__modal button {
  background-color: #0690FA;
  border: none;
  border-radius: 4px;
  color: white;
  font-size: 17px;
  font-weight: 600;
  padding: 11px 35px;
  font-weight: 600;
  padding: 15px 35px;
  margin-top: 10px;
  outline: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-size: 1.2rem;
  margin: 10px 0;
  padding: 13px 10px;
  width: 150px;
}

/* line 101, app/assets/stylesheets/variables.scss */
.react-overlay__modal button.disabled {
  background-color: #AAA;
}

/* line 700, app/assets/stylesheets/onboarding.scss */
.react-overlay__modal button.onboarding__edit-btn {
  background-color: white;
  border: 1px solid #0690FA;
  color: #0690FA;
  margin-right: 10px;
}

/* line 707, app/assets/stylesheets/onboarding.scss */
.react-overlay__modal .btn-ss-gh-alt {
  color: #fff !important;
  background-color: black;
  border-color: black;
  margin: auto 5px;
  font-size: 17px;
  padding: 8px 35px;
}

/* line 715, app/assets/stylesheets/onboarding.scss */
.react-overlay__modal .btn-ss-bb-alt {
  color: #fff !important;
  background-color: #0052cc;
  border-color: #0052cc;
  margin: auto 5px;
  font-size: 17px;
  padding: 8px 35px;
}

/* line 723, app/assets/stylesheets/onboarding.scss */
.react-overlay__modal .btn-ss-gl-alt {
  color: #fff !important;
  background-color: #e14329;
  border-color: #e14329;
  margin: auto 5px;
  font-size: 17px;
  padding: 8px 35px;
}

/* line 731, app/assets/stylesheets/onboarding.scss */
.react-overlay__modal .octicon-mark-github, .react-overlay__modal .fa-bitbucket {
  margin: auto 10px auto 10px;
  display: inline-flex;
  font-size: 30px;
}

/* line 736, app/assets/stylesheets/onboarding.scss */
.react-overlay__modal .continue-with {
  margin: auto 5px;
  font-size: 17px;
}

/* line 740, app/assets/stylesheets/onboarding.scss */
.react-overlay__modal.scan {
  max-width: 600px;
}

/* line 745, app/assets/stylesheets/onboarding.scss */
.react-overlay__button-container {
  display: flex;
  margin: 10px 0;
}

/* line 748, app/assets/stylesheets/onboarding.scss */
.react-overlay__button-container .btn-ss-gh-alt, .react-overlay__button-container .btn-ss-bb-alt, .react-overlay__button-container .btn-ss-gl-alt {
  display: inline-flex;
  padding: 8px 35px;
}

/* line 753, app/assets/stylesheets/onboarding.scss */
.react-overlay .disclaimer {
  margin: 20px 0 45px;
}

/* line 758, app/assets/stylesheets/onboarding.scss */
.react-invisible-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
}

/* line 767, app/assets/stylesheets/onboarding.scss */
.show-packages {
  margin-top: 7px;
  margin-right: 14px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

/* line 773, app/assets/stylesheets/onboarding.scss */
.show-packages input {
  margin-bottom: 3px;
  margin-right: 7px;
}

/* line 779, app/assets/stylesheets/onboarding.scss */
.tool-banner {
  margin: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 675px) {
  /* line 788, app/assets/stylesheets/onboarding.scss */
  .onboarding__nav {
    border-radius: 0 0 3px 0;
    left: 0;
    top: 0;
    transform: none;
  }
  /* line 795, app/assets/stylesheets/onboarding.scss */
  .onboarding .onboarding__tool-selection {
    margin-top: 20px;
  }
  /* line 799, app/assets/stylesheets/onboarding.scss */
  .react-overlay__modal {
    width: 90%;
  }
  /* line 802, app/assets/stylesheets/onboarding.scss */
  .btn-ss-gh-alt, .btn-ss-bb-alt, .btn-ss-gl-alt {
    display: block !important;
    padding: 8px !important;
  }
  /* line 807, app/assets/stylesheets/onboarding.scss */
  .onboarding__scan-stack__container .onboarding__input-container {
    display: block;
  }
  /* line 809, app/assets/stylesheets/onboarding.scss */
  .onboarding__scan-stack__container .onboarding__input-container input {
    width: 100%;
  }
  /* line 812, app/assets/stylesheets/onboarding.scss */
  .onboarding__scan-stack__container .onboarding__input-container .button-full {
    margin-top: 10px;
  }
}

@keyframes scan-status {
  0% {
    height: 2em;
  }
  19% {
    height: 2em;
  }
  20% {
    height: 4em;
  }
  39% {
    height: 4em;
  }
  40% {
    height: 6em;
  }
  59% {
    height: 6em;
  }
  60% {
    height: 8em;
  }
}

@keyframes progress-bar {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

/* line 833, app/assets/stylesheets/onboarding.scss */
.step-cont img {
  text-align: center;
  display: inline !important;
  width: 63px !important;
  height: 63px !important;
}

/* line 840, app/assets/stylesheets/onboarding.scss */
.tools-selection-continue-container {
  margin: 15px 0 -22px 0 !important;
}

/* line 1, app/assets/stylesheets/stack-edit.scss */
.stack-edit {
  background-color: #fff;
}

/* line 6, app/assets/stylesheets/stack-edit.scss */
.stack-edit__owner-list {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  overflow-y: auto;
  width: calc(100% - 11px);
  z-index: 1002;
}

/* line 17, app/assets/stylesheets/stack-edit.scss */
.stack-edit__owner-list li {
  transition: all 200ms ease;
}

/* line 19, app/assets/stylesheets/stack-edit.scss */
.stack-edit__owner-list li:hover {
  background-color: #aaa;
  color: #fff;
}

/* line 24, app/assets/stylesheets/stack-edit.scss */
.stack-edit__owner-list img {
  height: 20px;
  width: 20px;
  margin: 10px;
}

/* line 1, app/assets/stylesheets/company_membership.scss */
.manage-team {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
}

/* line 7, app/assets/stylesheets/company_membership.scss */
.manage-team img {
  max-width: 75px;
  border-radius: 3px;
}

/* line 12, app/assets/stylesheets/company_membership.scss */
.manage-team h2 {
  font-size: 20px !important;
  font-weight: 300 !important;
  margin-top: 10px;
}

/* line 18, app/assets/stylesheets/company_membership.scss */
.manage-team-table {
  margin: 0 auto;
  background: #FFF;
  border: 1px solid #eaeaea;
  box-shadow: 2px 3px 4px 0 rgba(242, 242, 242, 0.5);
}

/* line 25, app/assets/stylesheets/company_membership.scss */
.manage-team-table tr:hover {
  background: #fafafa;
}

/* line 29, app/assets/stylesheets/company_membership.scss */
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #fafafa !important;
}

/* line 34, app/assets/stylesheets/company_membership.scss */
#manage-header {
  text-align: left;
  margin: 0 auto;
  height: 45px;
}

/* line 40, app/assets/stylesheets/company_membership.scss */
#manage-header h2 {
  font-size: 22px !important;
  font-weight: 600 !important;
  margin-bottom: 15px;
  display: inline;
  line-height: 30px;
}

/* line 48, app/assets/stylesheets/company_membership.scss */
.manage-dialog {
  max-width: 450px;
  margin-top: 250px;
}

/* line 53, app/assets/stylesheets/company_membership.scss */
.modal-content {
  border: 0 !important;
}

/* line 57, app/assets/stylesheets/company_membership.scss */
.selectize-control.single .selectize-input:after {
  border-width: 0px !important;
  display: none;
}

/* line 62, app/assets/stylesheets/company_membership.scss */
.form-group .modal-footer {
  margin-top: 0;
  border-top: 0;
  padding-top: 0;
}

/* line 68, app/assets/stylesheets/company_membership.scss */
.manage-modal-title {
  font-size: 24px !important;
  font-weight: 600 !important;
  color: #2a2a2a !important;
}

/* line 74, app/assets/stylesheets/company_membership.scss */
.manage-modal-body-delete {
  text-align: center;
  font-size: 15px;
}

/* line 79, app/assets/stylesheets/company_membership.scss */
.manage-dialog .modal-header {
  border-bottom: 0;
  padding-bottom: 0;
  text-align: center;
}

/* line 85, app/assets/stylesheets/company_membership.scss */
.manage-modal-body-delete span {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  font-style: italic;
}

/* line 92, app/assets/stylesheets/company_membership.scss */
.manage-modal-body-delete img {
  margin: 0 auto 10px;
  display: block;
  border-radius: 40px;
}

/* line 98, app/assets/stylesheets/company_membership.scss */
.manage-modal-body {
  text-align: left;
  font-size: 15px;
  padding-bottom: 1px;
}

/* line 104, app/assets/stylesheets/company_membership.scss */
.manage-modal-body label {
  font-weight: 400 !important;
}

/* line 108, app/assets/stylesheets/company_membership.scss */
.manage-modal-body .input-group {
  margin-top: 20px;
}

/* line 112, app/assets/stylesheets/company_membership.scss */
.manage-modal .modal-footer {
  margin-top: 0px;
}

/* line 116, app/assets/stylesheets/company_membership.scss */
.modal-footer p {
  text-align: center;
  margin-top: 20px;
  opacity: 0.5;
  font-size: 13px;
}

/* line 123, app/assets/stylesheets/company_membership.scss */
.form-group-email {
  float: left;
  width: 46%;
  text-align: left;
  display: inline-block;
}

/* line 130, app/assets/stylesheets/company_membership.scss */
.modal-or {
  width: 30px;
  float: left;
  display: inline-block;
  opacity: 0.65;
  position: relative;
  top: 30px;
  left: 7px;
}

/* line 140, app/assets/stylesheets/company_membership.scss */
.selectize-input {
  text-align: left;
  padding: 6px 12px 2px 6px !important;
  line-height: 19px !important;
}

/* line 146, app/assets/stylesheets/company_membership.scss */
.btn-delete {
  background: #CC1515;
  border-radius: 3px;
  font-size: 18px;
  color: #FFF;
  font-weight: 600;
  outline: none;
  width: 100%;
  padding: 10px;
}

/* line 157, app/assets/stylesheets/company_membership.scss */
.btn-new-member {
  background: #0690fa;
  border-radius: 3px;
  font-size: 18px;
  color: #FFF;
  font-weight: 600;
  outline: none;
  width: 100%;
  padding: 10px;
  margin-top: 10px;
}

/* line 169, app/assets/stylesheets/company_membership.scss */
.btn-delete:active,
.btn-delete:focus,
.btn-delete:hover,
.btn-new-member:active,
.btn-new-member:focus,
.btn-new-member:hover {
  color: #FFF;
  outline: none !important;
}

/* line 179, app/assets/stylesheets/company_membership.scss */
.btn-new-member:hover {
  background: #1a1a1a;
  transition: all 0.15s ease;
}

/* line 184, app/assets/stylesheets/company_membership.scss */
.table > tbody > tr > td,
.table > tbody > tr > th {
  border-bottom: 1px solid #eaeaea !important;
  border-top: 0 !important;
  padding: 15px !important;
  line-height: 30px !important;
  min-width: auto !important;
}

/* line 193, app/assets/stylesheets/company_membership.scss */
.profile-column {
  width: 50px;
  text-align: center;
}

/* line 198, app/assets/stylesheets/company_membership.scss */
.profile-column img {
  border-radius: 20px;
  max-width: 32px;
  max-height: 32px;
}

/* line 204, app/assets/stylesheets/company_membership.scss */
.edit-delete {
  text-align: right;
}

/* line 208, app/assets/stylesheets/company_membership.scss */
.user {
  font-size: 14px;
  font-weight: 600;
}

/* Table Buttons */
/* line 215, app/assets/stylesheets/company_membership.scss */
#add-member {
  display: inline-block;
  text-align: center;
  float: right;
  padding: 5px 10px;
  color: #0690fa;
  background: transparent;
  border: 1px solid #0690fa;
  border-radius: 3px;
  outline: none;
}

/* line 227, app/assets/stylesheets/company_membership.scss */
#add-member:hover {
  color: #fff;
  background: #0690fa;
  border: 1px solid #0690fa;
}

/* line 237, app/assets/stylesheets/company_membership.scss */
.search-member-item img {
  float: left;
  width: 18px;
  height: 18px;
  border-radius: 50px;
  display: inline-block;
  margin-right: 10px;
}

/* line 246, app/assets/stylesheets/company_membership.scss */
.search-member-item span {
  float: left;
  display: inline-block;
}

/* line 251, app/assets/stylesheets/company_membership.scss */
.selectize-input {
  border: 1px solid #cccccc;
  padding: 5px 12px;
  display: inline-block;
  line-height: 18px;
}

/* line 258, app/assets/stylesheets/company_membership.scss */
#remove-myself {
  display: inline-block;
  text-align: center;
  float: left;
  padding: 5px 10px;
  color: #CC1515;
  background: transparent;
  border: 1px solid #CC1515;
  border-radius: 3px;
  margin-top: 15px;
  outline: none;
}

/* line 271, app/assets/stylesheets/company_membership.scss */
#remove-myself:hover {
  color: #fff;
  background: #CC1515;
  border: 1px solid #CC1515;
}

/* line 277, app/assets/stylesheets/company_membership.scss */
.fa-pencil,
.fa-times-circle {
  font-size: 18px !important;
  color: rgba(0, 0, 0, 0.25);
  outline: none !important;
}

/* line 284, app/assets/stylesheets/company_membership.scss */
.fa-times-circle {
  margin-left: 15px;
}

/* line 288, app/assets/stylesheets/company_membership.scss */
.fa-pencil:hover {
  color: rgba(0, 0, 0, 0.6);
}

/* line 292, app/assets/stylesheets/company_membership.scss */
.fa-times-circle:hover {
  color: #C50C0C;
}

/* line 296, app/assets/stylesheets/company_membership.scss */
.company_membership_loading {
  width: 60px;
  display: block;
  margin: 60px auto 0 auto;
}

@media only screen and (max-width: 500px) {
  /* line 302, app/assets/stylesheets/company_membership.scss */
  #manage-header h2 {
    font-size: 18px !important;
  }
}

/* End Table Buttons */
/* line 308, app/assets/stylesheets/company_membership.scss */
.sync-action {
  font-size: 16px;
  color: white;
  background-color: #0cca00;
  padding: 10px;
  border-radius: 3px;
  margin-bottom: 12px;
}

/* line 317, app/assets/stylesheets/company_membership.scss */
.sync-note {
  padding: 20px;
  font-size: 13px;
  background-color: #333333;
  border-radius: 3px;
  margin-bottom: 20px;
  color: white;
}

/* line 326, app/assets/stylesheets/company_membership.scss */
#github_invite {
  padding: 0 60px;
}

/* line 1, app/assets/stylesheets/match.scss */
.more-tools {
  display: none;
  margin: 2px;
  position: absolute;
  top: 90%;
  width: 172px;
  z-index: 100;
}

/* line 8, app/assets/stylesheets/match.scss */
.more-tools__content {
  background-color: #FFFFFF;
  display: inline-block;
  max-width: 172px;
  border: 1px solid #e1e1e1;
  padding: 10px;
  animation: fadeInMoreTools 200ms ease;
}

/* line 16, app/assets/stylesheets/match.scss */
.more-tools img {
  width: 30px;
  height: 30px;
  padding: 2px;
  cursor: pointer;
}

/* line 22, app/assets/stylesheets/match.scss */
.more-tools__container {
  display: inline-block;
  position: relative;
}

/* line 25, app/assets/stylesheets/match.scss */
.more-tools__container:hover .more-tools {
  display: block;
}

@keyframes fadeInMoreTools {
  0% {
    opacity: 0;
    top: calc(90% + 10px);
  }
  80% {
    opacity: 1;
  }
  100% {
    top: calc(90% - 1px);
  }
}

/* line 44, app/assets/stylesheets/match.scss */
.match {
  margin-bottom: 100px;
  /* Container */
  /* Item */
}

/* line 48, app/assets/stylesheets/match.scss */
.match .builder-wrap.multiline .match__and-or-toggle {
  white-space: nowrap;
}

/* line 50, app/assets/stylesheets/match.scss */
.match .builder-wrap.multiline .match__and-or-toggle > p {
  display: inline-block;
}

/* line 53, app/assets/stylesheets/match.scss */
.match .builder-wrap.multiline .match__and-or-toggle > div {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}

/* line 60, app/assets/stylesheets/match.scss */
.match__processing {
  margin-left: 15px;
}

/* line 62, app/assets/stylesheets/match.scss */
.match__processing > img {
  margin: -3px 3px 0 0;
  width: 20px;
}

/* line 67, app/assets/stylesheets/match.scss */
.match .container-fluid {
  max-width: 1170px;
  margin: 0 auto 0 auto;
  min-height: 500px;
}

/* line 72, app/assets/stylesheets/match.scss */
.match__builder-hero {
  padding: 40px 20px;
  background-image: url(../png/hero-bg-c353108282b625ec94df0fdc87b7b71c3f706d014fd8a6d1ef384695851a968b.png);
  background-size: cover;
  margin-bottom: 25px;
  box-shadow: 1px 3px 10px 0 rgba(0, 0, 0, 0.03);
}

/* line 78, app/assets/stylesheets/match.scss */
.match__builder-hero h2 {
  font-size: 42px;
  color: #FFF;
  font-weight: 600;
  text-align: center;
  margin-top: 0;
}

/* line 85, app/assets/stylesheets/match.scss */
.match__builder-hero h6 {
  color: #FFF;
  font-weight: 600;
}

/* line 89, app/assets/stylesheets/match.scss */
.match__builder-hero p {
  margin-bottom: 20px;
  font-size: 22px;
  color: rgba(255, 255, 255, 0.85);
  text-align: center;
}

/* line 95, app/assets/stylesheets/match.scss */
.match__builder-hero__jobsites {
  max-width: 620px;
  margin: 20px auto 0 auto;
}

/* line 98, app/assets/stylesheets/match.scss */
.match__builder-hero__jobsites img {
  margin: 0 auto 20px;
  max-width: 650px;
  width: 100%;
}

/* line 104, app/assets/stylesheets/match.scss */
.match__builder-hero__input-wrapper {
  margin: 0 auto;
  max-width: 1140px;
  position: relative;
}

/* line 109, app/assets/stylesheets/match.scss */
.match__builder-hero__expand-toggle {
  color: #FFFFFF;
  cursor: pointer;
  font-size: 24px;
  line-height: 24px;
  position: absolute;
  top: 5px;
  right: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 119, app/assets/stylesheets/match.scss */
.match__builder-hero__row-1 {
  display: flex;
}

/* line 121, app/assets/stylesheets/match.scss */
.match__builder-hero__row-1__selected-tools {
  flex: 2 0 auto;
  max-width: 65%;
  margin-right: 20px;
}

/* line 126, app/assets/stylesheets/match.scss */
.match__builder-hero__row-1__excluded-tools {
  flex: 1 0 auto;
  max-width: 33%;
}

/* line 131, app/assets/stylesheets/match.scss */
.match__builder-hero__row-2 {
  display: flex;
  margin-bottom: 17px;
}

/* line 134, app/assets/stylesheets/match.scss */
.match__builder-hero__row-2 > div {
  height: 40px;
  border-radius: 3px;
}

/* line 140, app/assets/stylesheets/match.scss */
.match__save-wrap {
  margin-top: 0px;
  text-align: right;
}

/* line 143, app/assets/stylesheets/match.scss */
.match__save-wrap__save {
  background: #0690FA;
  border: none;
  color: #FFF;
  cursor: pointer;
  width: auto;
  outline: none;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  padding: 12px 20px;
  transition: 200ms ease all;
  white-space: nowrap;
}

/* line 145, app/assets/stylesheets/match.scss */
.match__save-wrap__save.disabled {
  background-color: #aaa;
  width: 123px;
}

/* line 149, app/assets/stylesheets/match.scss */
.match__save-wrap__save:hover {
  background: #0690FA;
  color: #e1e1e1;
}

/* line 155, app/assets/stylesheets/match.scss */
.match__services-builder {
  border: none !important;
  padding: 0 !important;
  border-radius: 5px !important;
  max-width: 748px !important;
  margin-left: auto !important;
  margin-right: auto;
  margin-bottom: 20px !important;
  background: transparent !important;
}

/* line 165, app/assets/stylesheets/match.scss */
.match__edit-layer {
  max-width: 100% !important;
  border-radius: 5px !important;
}

/* line 170, app/assets/stylesheets/match.scss */
.match__results-container > h2 {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 24px;
}

/* line 177, app/assets/stylesheets/match.scss */
.match__results-container__type-buttons {
  margin: 0 0 10px -15px;
  text-align: center;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 183, app/assets/stylesheets/match.scss */
.match__results-container__type-buttons button {
  cursor: pointer;
  padding: 5px 35px;
  background: #FFF;
  border: 1px solid #eaeaea;
  border-radius: 102px;
  font-size: 20px;
  box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  top: -3px;
  color: #0690FA;
  margin-left: 15px;
  margin-bottom: 10px;
}

/* line 198, app/assets/stylesheets/match.scss */
.match__results-container__type-buttons button:focus {
  outline: none;
}

/* line 202, app/assets/stylesheets/match.scss */
.match__results-container__type-buttons button.active {
  background-color: #0690fa;
  color: #fff;
}

/* line 207, app/assets/stylesheets/match.scss */
.match__results-container__type-buttons__match-count {
  font-weight: bold;
  margin-left: 5px;
  font-size: 26px;
}

@media (max-width: 767px) {
  /* line 207, app/assets/stylesheets/match.scss */
  .match__results-container__type-buttons__match-count {
    font-size: 22px;
  }
}

/* line 214, app/assets/stylesheets/match.scss */
.match__results-container__type-buttons__match-type {
  position: relative;
  top: -3px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  /* line 214, app/assets/stylesheets/match.scss */
  .match__results-container__type-buttons__match-type {
    font-size: 15px;
  }
}

/* line 221, app/assets/stylesheets/match.scss */
.match__results-container .no-matches {
  text-align: center;
  color: grey;
  display: block;
  font-weight: 600;
}

/* line 228, app/assets/stylesheets/match.scss */
.match__match-container {
  background-image: none;
  padding: 10px 0;
  border-radius: 3px;
  margin-bottom: 15px !important;
  background: #FFF;
  border: 1px solid #eaeaea;
  transition: height 500ms ease;
}

/* line 236, app/assets/stylesheets/match.scss */
.match__match-container:hover {
  box-shadow: 0 3px 15px 0px rgba(0, 0, 0, 0.05);
  transition: all 0.15s ease;
}

/* line 239, app/assets/stylesheets/match.scss */
.match__match-container:hover .match__stack-match__apply {
  display: initial;
  transition: all 0.15s ease;
}

/* line 244, app/assets/stylesheets/match.scss */
.match__match-container:active, .match__match-container:focus, .match__match-container:hover {
  color: #000;
  text-decoration: none;
}

/* line 249, app/assets/stylesheets/match.scss */
.match__match-container__company-job {
  padding: 10px;
  border-bottom: 1px solid #f1f1f1;
}

/* line 252, app/assets/stylesheets/match.scss */
.match__match-container__company-job em {
  background-color: rgba(255, 247, 0, 0.16);
  padding: 0 3px;
  font-style: normal;
}

/* line 257, app/assets/stylesheets/match.scss */
.match__match-container__company-job p {
  margin-bottom: 0;
  display: inline-flex;
  text-overflow: ellipsis;
  width: 550px;
  white-space: nowrap;
  overflow: hidden;
  line-height: 32px;
}

/* line 267, app/assets/stylesheets/match.scss */
.match__match-container__view-more {
  color: #0690FA;
  cursor: pointer;
  padding: 0;
  text-align: center;
  margin-top: 10px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 276, app/assets/stylesheets/match.scss */
.match__match-container__summary {
  background-image: none;
  align-items: center;
  padding: 15px;
}

/* line 281, app/assets/stylesheets/match.scss */
.match__match-container__summary:hover .match__match-container__summary__actions a {
  opacity: 1;
  transition: all 0.15s ease;
}

/* line 285, app/assets/stylesheets/match.scss */
.match__match-container__summary:hover .match__match-container__summary__job-title {
  color: #0690fa;
  transition: all 0.15s ease;
}

/* line 290, app/assets/stylesheets/match.scss */
.match__match-container__summary > div {
  padding: 0 10px;
}

/* line 294, app/assets/stylesheets/match.scss */
.match__match-container__summary__company-image img {
  border-radius: 3px;
  width: 50px;
  height: 50px;
  border: 1px solid #eaeaea;
}

/* line 301, app/assets/stylesheets/match.scss */
.match__match-container__summary__job-title {
  flex-grow: 1;
  font-size: 16px;
  font-weight: 600;
  max-width: 500px;
  vertical-align: middle;
  height: 50px;
  display: table-cell;
}

/* line 311, app/assets/stylesheets/match.scss */
.match__match-container__summary__match-show-header span {
  padding-left: 10px;
}

/* line 315, app/assets/stylesheets/match.scss */
.match__match-container__summary__company-name {
  flex: 0 0 15%;
  opacity: .65;
  text-transform: capitalize;
}

/* line 320, app/assets/stylesheets/match.scss */
.match__match-container__summary__location {
  flex: 0 0 25%;
  text-transform: capitalize;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 20px;
  max-height: 20px;
  opacity: .65;
  text-align: left;
  margin-left: 6px;
}

/* line 334, app/assets/stylesheets/match.scss */
.match__match-container__summary__actions a {
  background: white;
  border: 1px solid #0690FA;
  color: #0690FA;
  text-transform: uppercase;
  border-radius: 3px;
  opacity: 1;
}

/* line 344, app/assets/stylesheets/match.scss */
.match__match-container__summary__actions a:hover {
  background: #0690FA;
  border: 1px solid #0690FA;
  color: white;
  border-radius: 3px;
  opacity: 1;
}

/* line 357, app/assets/stylesheets/match.scss */
.match__match-container__summary .col-sm-1 img {
  width: 50px;
  border-radius: 3px;
}

/* line 362, app/assets/stylesheets/match.scss */
.match__match-container__summary .col-sm-2, .match__match-container__summary .col-sm-3, .match__match-container__summary .col-sm-4 {
  position: relative;
}

/* line 366, app/assets/stylesheets/match.scss */
.match__match-container__summary .col-sm-4 {
  font-size: 16px;
  font-weight: 600;
}

/* line 369, app/assets/stylesheets/match.scss */
.match__match-container__summary .col-sm-4:hover {
  color: #0690FA;
}

/* line 380, app/assets/stylesheets/match.scss */
.match__stack-company {
  font-size: 18px !important;
  font-weight: 600 !important;
  margin: 0;
}

/* line 385, app/assets/stylesheets/match.scss */
.match__job-info-single {
  padding: 0 15px 15px;
}

/* line 390, app/assets/stylesheets/match.scss */
.match__job-info-wrapper .team .team-title {
  font-size: 13px;
  font-weight: 600;
}

/* line 394, app/assets/stylesheets/match.scss */
.match__job-info-wrapper .team .user img {
  width: 45px;
  height: auto;
  border-radius: 100px;
  background-color: #fff;
  border: 1px solid #E6E6E6;
  margin-right: 10px;
  margin-bottom: 10px;
}

/* line 404, app/assets/stylesheets/match.scss */
.match__job-info-wrapper.collapsed {
  height: 0;
}

/* line 408, app/assets/stylesheets/match.scss */
.match__job-info {
  padding: 10px 0 0 0;
  display: inline-block;
  cursor: initial;
}

/* line 413, app/assets/stylesheets/match.scss */
.match__job-info a.tools-link {
  display: block;
  float: left;
  margin-right: 5px;
}

/* line 418, app/assets/stylesheets/match.scss */
.match__job-info a.tools-link .tools-img {
  width: 20px;
  height: 20px;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  background: white;
  margin-right: 3px;
}

/* line 428, app/assets/stylesheets/match.scss */
.match__job-info .matched-tools-more {
  font-size: 12px;
  padding: 0;
  padding-left: 3px;
  padding-top: 2px;
}

/* line 434, app/assets/stylesheets/match.scss */
.match__job-info .matched-tools-more a, .match__job-info .matched-tools-more a:visited {
  color: #b3b3b3;
}

/* line 438, app/assets/stylesheets/match.scss */
.match__job-info .matched-tools-more a:hover {
  color: #0690fa;
}

/* line 443, app/assets/stylesheets/match.scss */
.match__job-info > p:first-child {
  text-transform: uppercase;
  font-weight: 600;
  color: #AAA;
  font-size: 12px;
  margin-bottom: 5px;
}

/* line 450, app/assets/stylesheets/match.scss */
.match__job-info__btn {
  border-radius: 3px;
  width: auto;
  font-size: 13px;
  background: #fff;
  border: 1px solid #0690FA;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  color: #0690FA;
  padding: 0 10px;
  margin-right: 10px;
  margin-top: 15px;
}

/* line 463, app/assets/stylesheets/match.scss */
.match__job-info__btn:hover {
  background: #0690FA;
  border: 1px solid #0690FA;
  color: #fff;
  transition: all 0.15s ease;
  box-shadow: 0 1px 1px rgba(59, 60, 61, 0.2), 0 1px #0891fa inset, 0 0 9px rgba(0, 173, 255, 0.6);
}

/* line 471, app/assets/stylesheets/match.scss */
.match__job-info__fav-btn {
  border-radius: 100px;
  height: 32px;
  width: 32px;
  font-size: 16px;
  border: 1px solid #ccc;
  margin: 0 0px 0 10px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  color: #aaa;
}

/* line 482, app/assets/stylesheets/match.scss */
.match__job-info__fav-btn:hover {
  background: #fff;
  border: 1px solid #0690FA;
  color: #0690FA;
  transition: all 0.15s ease;
}

/* line 491, app/assets/stylesheets/match.scss */
.match__search {
  flex-grow: 3;
  margin-right: 20px;
}

/* line 494, app/assets/stylesheets/match.scss */
.match__search__icon {
  float: left;
  font-size: 18px;
  display: inline-block;
  position: relative;
  right: -13px;
  width: 0;
  top: 7px;
  color: #aaa;
}

/* line 504, app/assets/stylesheets/match.scss */
.match__search__jobs {
  height: 40px;
  border: 1px solid #e4e4e4;
  padding: 5px 10px;
  width: 100%;
  border-radius: 3px;
  font-size: 14px;
  outline: none;
  display: inline-block;
  padding-left: 40px;
}

/* line 519, app/assets/stylesheets/match.scss */
.match__percentage {
  position: relative;
  display: inline-block;
  padding: 0;
  text-align: center;
  margin: 0;
  top: 1px;
}

/* line 526, app/assets/stylesheets/match.scss */
.match__percentage > li {
  display: inline-block;
  position: relative;
  text-align: center;
  font-family: Lato;
  font-weight: 100;
  margin: 0;
}

/* line 533, app/assets/stylesheets/match.scss */
.match__percentage > li:before {
  content: attr(data-name);
  position: absolute;
  width: 100%;
  bottom: -2rem;
  font-weight: 400;
}

/* line 540, app/assets/stylesheets/match.scss */
.match__percentage > li:after {
  content: attr(data-percent);
  position: absolute;
  width: 100%;
  top: 1.7rem;
  left: 0;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
}

/* line 551, app/assets/stylesheets/match.scss */
.match__percentage svg {
  width: 70px;
  height: 70px;
}

/* line 554, app/assets/stylesheets/match.scss */
.match__percentage svg:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
}

/* line 562, app/assets/stylesheets/match.scss */
.match__percentage svg:nth-child(2) path {
  fill: none;
  stroke-width: 25;
  stroke-dasharray: 629;
  stroke: rgba(255, 255, 255, 0.9);
  animation: load 1s;
}

/* line 579, app/assets/stylesheets/match.scss */
.match .padding-tb5 {
  margin: 5px 0;
}

/* line 583, app/assets/stylesheets/match.scss */
.match__mactions {
  text-align: right;
  padding: 0;
  float: right;
  margin-right: 20px;
  position: relative;
}

/* line 591, app/assets/stylesheets/match.scss */
.match .btn {
  border: none;
  border-radius: 3px;
  display: inline;
  font-size: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px 40px;
  position: relative;
}

@media (max-width: 767px) {
  /* line 591, app/assets/stylesheets/match.scss */
  .match .btn {
    font-size: 15px;
  }
}

/* line 601, app/assets/stylesheets/match.scss */
.match .btn #job-alert-modal {
  color: white;
}

/* line 603, app/assets/stylesheets/match.scss */
.match .btn #job-alert-modal:hover {
  box-shadow: 0 1px 1px rgba(59, 60, 61, 0.2), 0 1px #0891fa inset, 0 0 9px rgba(0, 173, 255, 0.6);
}

/* line 609, app/assets/stylesheets/match.scss */
.match__job-alerts {
  background-color: #484848;
  background-size: cover;
  padding: 25px;
  font-size: 24px;
  color: white;
  border-radius: 3px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 15px;
  border: 1px solid #eaeaea;
  box-shadow: inset 0 -2px 0 0 #0690FA, 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 622, app/assets/stylesheets/match.scss */
.match__job-alerts button.btn, .match__job-alerts a.btn {
  background: #0690FA;
  color: #fff;
  top: -2px;
}

/* line 626, app/assets/stylesheets/match.scss */
.match__job-alerts button.btn:hover, .match__job-alerts a.btn:hover {
  color: #fff;
  box-shadow: 0 1px 1px rgba(59, 60, 61, 0.2), 0 1px #0891fa inset, 0 0 9px rgba(0, 173, 255, 0.6);
}

/* line 633, app/assets/stylesheets/match.scss */
.match__post-a-job {
  background: #314759;
  padding: 25px;
  font-size: 24px;
  color: #FFF;
  border-radius: 3px;
  text-align: center;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  /* line 633, app/assets/stylesheets/match.scss */
  .match__post-a-job {
    font-size: 15px;
  }
}

/* line 642, app/assets/stylesheets/match.scss */
.match__post-a-job button {
  background: #FFF;
  color: #333;
  top: -1px;
}

/* line 646, app/assets/stylesheets/match.scss */
.match__post-a-job button:hover {
  background: #FFF;
  color: #000;
}

/* line 653, app/assets/stylesheets/match.scss */
.match__follow_twitter {
  background: #00aced;
  padding: 25px;
  font-size: 24px;
  color: #FFF;
  border-radius: 3px;
  text-align: center;
  margin-bottom: 15px;
}

/* line 661, app/assets/stylesheets/match.scss */
.match__follow_twitter a.btn {
  background: #FFF;
  color: #333;
  top: -1px;
}

/* line 665, app/assets/stylesheets/match.scss */
.match__follow_twitter a.btn:hover {
  background: #FFF;
  color: #000;
}

/* line 672, app/assets/stylesheets/match.scss */
.match__location-wrapper {
  flex-grow: 1;
}

/* line 675, app/assets/stylesheets/match.scss */
.match__location {
  background-color: transparent;
  border-radius: 3px;
  display: flex;
  height: 100%;
  position: relative;
}

/* line 681, app/assets/stylesheets/match.scss */
.match__location__locations {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 686, app/assets/stylesheets/match.scss */
.match__location__field {
  border: none;
  flex-grow: 1;
  outline: none;
}

/* line 691, app/assets/stylesheets/match.scss */
.match__location i {
  color: #AAA;
  font-size: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  font-size: 20px;
}

/* line 702, app/assets/stylesheets/match.scss */
.match__check {
  color: #FFF;
}

/* line 704, app/assets/stylesheets/match.scss */
.match__check input {
  cursor: pointer;
}

/* line 707, app/assets/stylesheets/match.scss */
.match__check span {
  color: #FFF;
  padding: 1px 15px 0 10px;
  position: relative;
  top: 1px;
}

/* line 714, app/assets/stylesheets/match.scss */
.match .no-co-img {
  font-size: 40px;
  color: #ebebeb;
  padding: 2px 5px 0px 0px;
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}

/* line 724, app/assets/stylesheets/match.scss */
.match-d {
  padding: 0 5px 20px 0;
  font-size: 15px;
  line-height: 150%;
}

/* line 730, app/assets/stylesheets/match.scss */
.ap-input {
  padding-left: 10px;
  padding-right: 0px;
  height: 38px;
  width: 97%;
  border: 0px;
}

/* line 737, app/assets/stylesheets/match.scss */
.loc-wrap {
  float: right;
  width: calc(35% - 76px);
  position: relative;
  top: 2px;
}

/* line 744, app/assets/stylesheets/match.scss */
.loc-wrap .select2-choices {
  line-height: 28px;
}

/* line 748, app/assets/stylesheets/match.scss */
.match-percent {
  margin-left: 0;
}

/* line 752, app/assets/stylesheets/match.scss */
.sip {
  position: relative;
  top: 5px;
  left: 5px;
}

/* line 758, app/assets/stylesheets/match.scss */
.loc-field {
  border-bottom: 1px solid #eaeaea;
}

/* line 762, app/assets/stylesheets/match.scss */
.hint--right--hide {
  display: none;
}

/* line 766, app/assets/stylesheets/match.scss */
.selectize-dropdown-content {
  text-align: left;
  font-weight: 400;
}

/* line 771, app/assets/stylesheets/match.scss */
div.modal-footer button.btn-match-modal {
  background: #0690fa;
  color: #FFF;
  width: 100%;
  margin-left: 0 !important;
  padding: 10px 0 !important;
  font-weight: 600;
  outline: none;
}

/* line 781, app/assets/stylesheets/match.scss */
div.modal-footer button.btn-match-modal:hover {
  background: #1497FB;
}

/* line 785, app/assets/stylesheets/match.scss */
.selectize-input {
  font-weight: 400;
}

/* line 789, app/assets/stylesheets/match.scss */
.modal-content .tools-list {
  margin-top: 15px;
}

/* line 793, app/assets/stylesheets/match.scss */
.match-field {
  width: 48%;
  display: inline !important;
  float: left;
  margin-right: 2%;
}

/* line 800, app/assets/stylesheets/match.scss */
.match-per {
  font-size: 8px;
  text-align: center;
  font-weight: 400;
  padding-top: 5px;
}

/* line 807, app/assets/stylesheets/match.scss */
.match__match-container__summary__job-title .fa-check-circle {
  color: #0690fa;
  font-size: 16px;
  opacity: 0.8;
  position: relative;
  left: 7px;
}

/* line 815, app/assets/stylesheets/match.scss */
.timing-field {
  width: 48%;
  display: inline !important;
  float: right;
}

/* line 821, app/assets/stylesheets/match.scss */
.map-marker {
  display: inline-block;
  float: right;
  color: #aaa;
  font-size: 20px;
  position: relative;
  top: -35px;
  right: 10px;
}

/* line 831, app/assets/stylesheets/match.scss */
.select2-dropdown {
  margin-top: -3px;
  border: 1px solid #e4e4e4;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.05);
}

/* line 837, app/assets/stylesheets/match.scss */
.select2-results {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.15);
  padding: 0;
  margin: 0;
}

/* line 843, app/assets/stylesheets/match.scss */
.select2-container--default .select2-search--inline .select2-search__field {
  font-size: 16px;
  font-family: 'Open Sans';
  padding: 10px;
}

/* line 849, app/assets/stylesheets/match.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  float: right;
  margin-left: 5px;
}

/* line 854, app/assets/stylesheets/match.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  border: 0;
}

/* line 858, app/assets/stylesheets/match.scss */
.select2-container--default .select2-selection--multiple {
  border: 1px solid #e4e4e4;
  margin-top: -2px;
}

/* line 863, app/assets/stylesheets/match.scss */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #e4e4e4;
}

/* line 867, app/assets/stylesheets/match.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  padding: 0 7px;
  line-height: 28px;
}

/* line 872, app/assets/stylesheets/match.scss */
.match-div {
  padding: 5px 0;
  margin-bottom: 7px;
  color: #1a1a1a;
}

/* line 878, app/assets/stylesheets/match.scss */
.match-div span {
  padding: 0 10px 0 5px;
}

/* line 882, app/assets/stylesheets/match.scss */
.matched-tools {
  max-width: 365px;
  display: inline-flex;
}

/* line 888, app/assets/stylesheets/match.scss */
.panel-default {
  border-color: #eaeaea !important;
}

/* line 892, app/assets/stylesheets/match.scss */
.matched-tools img {
  width: 32px;
  height: 32px;
  margin-right: 5px;
  border-radius: 3px;
  display: inline;
  border: 1px solid #eaeaea;
}

/* line 901, app/assets/stylesheets/match.scss */
.matched-tools-modal {
  margin-bottom: 20px;
  display: block;
}

/* line 906, app/assets/stylesheets/match.scss */
.matched-tools-modal img {
  width: 50px;
  height: auto;
  margin-right: 5px;
  border-radius: 3px;
  display: inline;
}

/* line 914, app/assets/stylesheets/match.scss */
.save-search input {
  background: #0690FA;
  background-size: 17px 15px;
  background-position: 12px 18px;
  color: #FFF;
  width: auto;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  line-height: 44px;
  border-radius: 3px;
  font-weight: bold;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  padding: 3px 15px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 936, app/assets/stylesheets/match.scss */
.save-search input:hover {
  opacity: 0.85;
}

/* line 940, app/assets/stylesheets/match.scss */
.match-btns {
  float: right;
  margin-right: 10px;
}

/* line 945, app/assets/stylesheets/match.scss */
.ml20 {
  margin-left: 15px;
}

/* line 949, app/assets/stylesheets/match.scss */
.row-fix {
  display: inline-block;
  float: left;
  max-width: 530px;
}

/* line 955, app/assets/stylesheets/match.scss */
a.btn-back {
  cursor: pointer;
  padding: 10px 10px;
  background: #FFF;
  border: 1px solid #eaeaea;
  border-radius: 102px;
  font-size: 14px;
  box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.15);
  color: #0690fa;
  margin-bottom: 15px;
  display: inline-block;
  text-align: center;
}

/* line 969, app/assets/stylesheets/match.scss */
.btn-back:hover {
  background: transparent;
  color: #0690fa;
}

/* line 974, app/assets/stylesheets/match.scss */
.single-job-match-btns {
  text-align: center;
  margin-right: 10px;
}

/* line 979, app/assets/stylesheets/match.scss */
.single-job-title {
  text-align: center;
  margin: 40px 0 10px 0;
  font-size: 24px;
  font-weight: 600;
}

/* line 986, app/assets/stylesheets/match.scss */
.single-post .match__match-container {
  border: 0px;
  cursor: initial;
}

/* line 991, app/assets/stylesheets/match.scss */
.single-post .match__match-container__summary {
  cursor: initial;
}

/* line 993, app/assets/stylesheets/match.scss */
.single-post .match__match-container__summary .no-co-img {
  font-size: 33px;
  color: #ebebeb;
  padding: 2px 5px 0px 11px;
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}

/* line 1003, app/assets/stylesheets/match.scss */
#apply {
  background: rgba(6, 144, 250, 0.95);
  text-align: center;
  padding: 7px 15px;
  color: #fff;
  margin: 0 auto;
  display: block !important;
  max-width: 135px;
  font-size: 14px;
  border-radius: 3px;
  margin-bottom: 5px;
  font-weight: 600;
  text-transform: uppercase;
}

/* line 1018, app/assets/stylesheets/match.scss */
#apply:hover {
  background: rgba(6, 144, 250, 0.95);
  transition: all 0.15s ease;
}

/* line 1023, app/assets/stylesheets/match.scss */
.company-links {
  float: right;
  display: inline-block;
  width: 250px;
  font-weight: 400;
  text-transform: capitalize;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: .65;
  line-height: 50px;
}

/* line 1036, app/assets/stylesheets/match.scss */
a.matched-tools-more, a.matched-tools-more:visited {
  color: grey;
}

/* line 1040, app/assets/stylesheets/match.scss */
a.match__job-info__btn:visited {
  color: #0690FA;
  text-decoration: none !important;
}

/* line 1045, app/assets/stylesheets/match.scss */
a.match__job-info__btn:hover {
  color: #FFF;
  text-decoration: none;
}

/* line 1050, app/assets/stylesheets/match.scss */
.match__job-info__desc {
  max-width: 500px;
  text-align: left;
  margin: 35px auto 50px auto;
}

/* line 1056, app/assets/stylesheets/match.scss */
.job-d {
  margin: 0 15px 15px 97px;
  opacity: .65;
}

/* line 1061, app/assets/stylesheets/match.scss */
.job-title-link {
  font-weight: 600;
  font-size: 14px;
  text-overflow: ellipsis;
  max-width: 500px;
  white-space: nowrap;
  overflow: hidden;
  margin-left: 15px;
}

/*.job-title-link:before {
    content:"• ";
    opacity: .5;
    margin-right: 5px;
    font-weight: 400;
}*/
/* line 1078, app/assets/stylesheets/match.scss */
.tag-list {
  margin: 4px 0 0 0;
}

/* line 1082, app/assets/stylesheets/match.scss */
.tag-list span {
  background: #f1f1f1;
  margin-right: 5px;
  border-radius: 25px;
  font-weight: 400;
  padding: 0 13px;
  font-size: 11px;
  opacity: .65;
  display: inline-block;
  cursor: pointer;
}

/* line 1094, app/assets/stylesheets/match.scss */
.tag-list span:hover {
  background-color: #0690FA;
  opacity: 1;
  color: white;
}

/* line 1100, app/assets/stylesheets/match.scss */
.match__match-container__company-job:hover {
  background: #f5f8fa;
  transition: all 0.15s ease;
}

/* line 1105, app/assets/stylesheets/match.scss */
.match__match-container__summary:hover .match__match-container__summary__job-title .tag-list span {
  color: #333;
}

/* line 1109, app/assets/stylesheets/match.scss */
.match__match-container__summary:hover .match__match-container__summary__job-title .tag-list span:hover {
  color: #FFFFFF;
}

/* line 1113, app/assets/stylesheets/match.scss */
.match__match-container__company-job {
  margin-right: 10px;
  overflow: hidden;
}

/* line 1118, app/assets/stylesheets/match.scss */
.m150 {
  margin-bottom: 150px !important;
}

/* line 1122, app/assets/stylesheets/match.scss */
a.job-title-link:visited, a.job-title-link:focus {
  opacity: .5;
  text-decoration: none;
}

/* line 1127, app/assets/stylesheets/match.scss */
.apply-link {
  background: #0690FA;
  color: #fff;
  padding: 3px 7px;
  margin-left: 15px;
  border-radius: 3px;
  border: 1px solid #0690FA;
  transition: all 0.15s ease;
  float: right;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 13px;
}

/* line 1140, app/assets/stylesheets/match.scss */
a.apply-link:hover {
  box-shadow: 0 1px 1px rgba(59, 60, 61, 0.2), 0 1px #0891fa inset, 0 0 9px rgba(0, 173, 255, 0.6);
  background: #0690FA;
  color: #FFF !important;
}

/* line 1145, app/assets/stylesheets/match.scss */
a.apply-link:visited {
  color: #fff;
  opacity: .7;
}

/* line 1149, app/assets/stylesheets/match.scss */
.learn-more-link {
  background: transparent;
  color: #0690FA;
  padding: 3px 7px;
  margin-left: 15px;
  border-radius: 3px;
  border: 1px solid #0690FA;
  transition: all 0.15s ease;
  float: right;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 13px;
}

/* line 1162, app/assets/stylesheets/match.scss */
a.learn-more-link:hover {
  box-shadow: 0 1px 1px rgba(59, 60, 61, 0.2), 0 1px #0891fa inset, 0 0 9px rgba(0, 173, 255, 0.6);
  background: #0690FA;
  color: #FFF !important;
}

/* line 1167, app/assets/stylesheets/match.scss */
a.learn-more-link:visited {
  color: #0690FA;
  opacity: .7;
}

/* line 1171, app/assets/stylesheets/match.scss */
.single-post .match__match-container {
  cursor: auto;
}

/* line 1174, app/assets/stylesheets/match.scss */
.single-post .match__match-container:hover {
  box-shadow: none;
}

/* line 1178, app/assets/stylesheets/match.scss */
.single-post .match__match-container__summary:hover .match__match-container__summary__job-title {
  color: #333333;
}

/* line 1182, app/assets/stylesheets/match.scss */
.single-post .matched-tools {
  max-width: inherit;
  overflow: hidden;
  display: block;
  margin: 15px 0;
}

/* line 1189, app/assets/stylesheets/match.scss */
.single-post .matched-tools img {
  margin-bottom: 5px;
}

/* line 1193, app/assets/stylesheets/match.scss */
.single-post p, .single-post li {
  font-size: 14px;
  line-height: 150%;
}

/* line 1199, app/assets/stylesheets/match.scss */
.single-post .fa-map-marker {
  margin-right: 3px;
}

/* line 1203, app/assets/stylesheets/match.scss */
.single-post .section-title-2 {
  margin-bottom: 15px;
}

/* line 1207, app/assets/stylesheets/match.scss */
.manage-dialog {
  max-width: 500px;
  margin-top: 250px;
}

/* line 1212, app/assets/stylesheets/match.scss */
.modal-content {
  border: 0 !important;
}

/* line 1216, app/assets/stylesheets/match.scss */
.modal-footer button:hover {
  color: #FFF;
}

/* line 1219, app/assets/stylesheets/match.scss */
.modal-body {
  color: #333;
}

/* line 1222, app/assets/stylesheets/match.scss */
.manage-dialog .modal-footer {
  margin-top: 0;
  border-top: 0;
  padding-top: 0;
}

/* line 1228, app/assets/stylesheets/match.scss */
.manage-modal-title {
  font-size: 24px !important;
  font-weight: 600 !important;
  color: #2a2a2a !important;
}

/* line 1234, app/assets/stylesheets/match.scss */
.manage-modal-body-delete {
  text-align: center;
  font-size: 15px;
}

/* line 1239, app/assets/stylesheets/match.scss */
.manage-dialog .modal-header {
  border-bottom: 0;
  padding-bottom: 0;
  text-align: center;
}

/* line 1245, app/assets/stylesheets/match.scss */
.manage-dialog .modal-header p {
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
  opacity: .75;
  color: #666;
}

/* line 1253, app/assets/stylesheets/match.scss */
.modal-footer .btn-modal {
  background: #0690fa;
  border-radius: 3px;
  font-size: 18px;
  color: #FFF;
  font-weight: 600;
  outline: none;
  width: 100%;
  padding: 10px;
  margin-top: -10px;
  margin-left: 0;
}

/* line 1266, app/assets/stylesheets/match.scss */
.manage-modal-body-delete span {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  font-style: italic;
}

/* line 1273, app/assets/stylesheets/match.scss */
.manage-modal-body-delete img {
  margin: 0 auto 10px;
  display: block;
}

/* line 1278, app/assets/stylesheets/match.scss */
.manage-modal-body {
  text-align: left;
  font-size: 15px;
}

/* line 1283, app/assets/stylesheets/match.scss */
.manage-modal-body label {
  font-weight: 400 !important;
}

/* line 1287, app/assets/stylesheets/match.scss */
#post-a-job-modal label {
  color: grey;
  font-weight: 600 !important;
}

/* line 1292, app/assets/stylesheets/match.scss */
.post-job-details {
  color: grey;
  font-style: italic;
  text-align: left;
  font-size: 11px;
  padding-bottom: 7px;
}

/* line 1300, app/assets/stylesheets/match.scss */
.manage-modal-body .input-group {
  margin-top: 20px;
}

/* line 1304, app/assets/stylesheets/match.scss */
.manage-modal-body .select2-container .select2-choice {
  background-image: none;
  border: 0;
  padding: 0 0 0 8px;
  text-align: left;
  line-height: 32px;
  height: 32px;
}

/* line 1313, app/assets/stylesheets/match.scss */
.select2-drop-active {
  border: 1px solid #c4c4c4 !important;
  padding-top: 5px !important;
}

/* line 1318, app/assets/stylesheets/match.scss */
.select2-container #s2id_sel1 {
  display: inline-block;
  width: 46%;
}

/* line 1323, app/assets/stylesheets/match.scss */
.modal-footer p {
  text-align: center;
  margin-top: 20px;
  opacity: 0.5;
  font-size: 13px;
}

/* line 1330, app/assets/stylesheets/match.scss */
.btn-modal {
  background: #0690fa;
  border-radius: 3px;
  font-size: 18px;
  color: #FFF;
  font-weight: 600;
  outline: none;
  width: 100%;
  padding: 10px;
  margin-top: -10px;
}

/* line 1342, app/assets/stylesheets/match.scss */
.btn-delete:active,
.btn-delete:focus,
.btn-delete:hover,
.btn-modal:active,
.btn-modal:focus,
.btn-modal:hover {
  color: #FFF;
  outline: none !important;
}

/* Media Queries */
@media only screen and (max-width: 760px) {
  /* line 1354, app/assets/stylesheets/match.scss */
  .stack-match .col-sm-1 {
    float: left;
  }
  /* line 1358, app/assets/stylesheets/match.scss */
  .job-info {
    float: none;
    margin-left: 0;
  }
  /* line 1363, app/assets/stylesheets/match.scss */
  #builder-hero {
    padding: 20px;
  }
  /* line 1367, app/assets/stylesheets/match.scss */
  h2.hero-title {
    font-size: 36px !important;
    margin: 0 auto 5px;
  }
  /* line 1372, app/assets/stylesheets/match.scss */
  .match-btns {
    float: right;
    margin-top: 15px;
  }
  /* line 1377, app/assets/stylesheets/match.scss */
  .search-jobs {
    max-width: 100%;
    height: 40px;
    border: 1px solid #e4e4e4;
    padding: 5px 10px;
    width: 100%;
    border-radius: 3px;
    font-size: 16px;
    outline: none;
    display: inline-block;
    padding-left: 40px;
    float: left;
  }
  /* line 1391, app/assets/stylesheets/match.scss */
  .jobsites {
    display: none;
  }
  /* line 1395, app/assets/stylesheets/match.scss */
  .loc-wrap {
    float: right;
    width: 100%;
    position: relative;
    top: 15px;
  }
  /* line 1402, app/assets/stylesheets/match.scss */
  li.save-search {
    float: right !important;
  }
  /* line 1406, app/assets/stylesheets/match.scss */
  .save-search input {
    position: relative;
    border-radius: 3px;
  }
  /* line 1411, app/assets/stylesheets/match.scss */
  .match__job-info, .match__job-info-single {
    margin-left: 0px;
  }
  /* line 1415, app/assets/stylesheets/match.scss */
  .job-d {
    margin: 0 15px 15px 20px;
  }
}

@media only screen and (max-width: 500px) {
  /* line 1421, app/assets/stylesheets/match.scss */
  .match__job-alerts {
    font-size: 16px;
    padding: 25px;
  }
  /* line 1426, app/assets/stylesheets/match.scss */
  .match__match-container__summary__actions button, .no-mob, .tag-list, .match__match-container__summary__location, .powered-by, .match__match-container__summary__tools {
    display: none !important;
  }
  /* line 1430, app/assets/stylesheets/match.scss */
  .ap-input {
    height: 38px;
    width: 97%;
  }
  /* line 1435, app/assets/stylesheets/match.scss */
  .single-post .match__job-info__desc {
    padding: 0 20px;
  }
  /* line 1439, app/assets/stylesheets/match.scss */
  .m-r0 {
    margin-right: 0px;
  }
  /* line 1443, app/assets/stylesheets/match.scss */
  .match__results-container h2 {
    font-size: 16px;
  }
  /* line 1447, app/assets/stylesheets/match.scss */
  .type-buttons a {
    padding: 10px 20px;
    top: 10px;
  }
  /* line 1452, app/assets/stylesheets/match.scss */
  .match__match-container__company-job p {
    margin-bottom: 0;
    display: inline-flex;
    text-overflow: ellipsis;
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
  }
  /* line 1461, app/assets/stylesheets/match.scss */
  .match__match-container__summary__percent-container {
    margin-left: -10px;
  }
  /* line 1465, app/assets/stylesheets/match.scss */
  .match__builder-hero__jobsites img {
    display: none;
  }
  /* line 1469, app/assets/stylesheets/match.scss */
  .job-title-link {
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  /* line 1476, app/assets/stylesheets/match.scss */
  .job-title-link span {
    text-overflow: ellipsis;
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
  }
  /* line 1483, app/assets/stylesheets/match.scss */
  .match__job-alerts .btn {
    display: block;
    width: 200px;
    margin: 20px auto 0;
    font-size: 18px;
  }
  /* line 1490, app/assets/stylesheets/match.scss */
  .match__builder-hero p {
    font-size: 18px;
  }
  /* line 1494, app/assets/stylesheets/match.scss */
  .matched-tools-more {
    display: none;
  }
  /* line 1498, app/assets/stylesheets/match.scss */
  .matched-tools img {
    width: 20px;
    height: 20px;
  }
  /* line 1503, app/assets/stylesheets/match.scss */
  li.save-search {
    float: none !important;
    width: 100%;
  }
  /* line 1508, app/assets/stylesheets/match.scss */
  .save-search input {
    position: relative;
    border-radius: 3px;
    width: 100%;
    margin-top: 10px;
  }
  /* line 1515, app/assets/stylesheets/match.scss */
  .stack-match .col-sm-2,
.stack-match .col-sm-3,
.stack-match .col-sm-4 {
    top: 3px;
  }
  /* line 1521, app/assets/stylesheets/match.scss */
  .stack-match .col-sm-1:nth-child(1) {
    padding-right: 0;
  }
  /* line 1525, app/assets/stylesheets/match.scss */
  .stack-match .col-sm-1:nth-child(2) {
    max-width: 85px;
  }
  /* line 1529, app/assets/stylesheets/match.scss */
  .loc-row {
    display: none;
  }
  /* line 1533, app/assets/stylesheets/match.scss */
  #job-btn {
    font-size: 12px;
    padding: 0 7px;
    margin-left: 10px;
    font-weight: 600;
  }
  /* line 1540, app/assets/stylesheets/match.scss */
  .matched-tools {
    display: block;
    float: none;
    margin-top: 3px;
  }
  /* line 1546, app/assets/stylesheets/match.scss */
  .match__match-container__summary__job-title {
    margin-top: 8px;
  }
  /* line 1550, app/assets/stylesheets/match.scss */
  .match-btns {
    float: left;
  }
  /* line 1554, app/assets/stylesheets/match.scss */
  .stack-wrap:hover #apply {
    display: none !important;
  }
  /* line 1558, app/assets/stylesheets/match.scss */
  .apply-mobile {
    background: #0690FA;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  /* line 1564, app/assets/stylesheets/match.scss */
  #apply-btn-mobile {
    background: #0690FA;
    color: #FFF;
    font-size: 18px;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    width: 100%;
    display: block;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
}

/* line 1578, app/assets/stylesheets/match.scss */
.react-overlay__modal.job-alerts {
  max-width: 600px;
}

/* iPhone 6 in portrait & landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
  /* line 1584, app/assets/stylesheets/match.scss */
  #builder-hero p {
    font-size: 16px;
  }
  /* line 1588, app/assets/stylesheets/match.scss */
  .match__builder-hero__jobsites img {
    display: none;
  }
}

/* iPhone 6 plus in portrait & landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {
  /* line 1595, app/assets/stylesheets/match.scss */
  .match__builder-hero__jobsites img {
    display: none;
  }
}

/* iPad in portrait & landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* line 1602, app/assets/stylesheets/match.scss */
  .match__builder-hero__jobsites img {
    display: none;
  }
}

/* iPhone 5 portrait and landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
  /* line 1609, app/assets/stylesheets/match.scss */
  #builder-hero p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 750px) {
  /* line 1616, app/assets/stylesheets/match.scss */
  .match__match-container__summary {
    padding: 10px;
  }
  /* line 1620, app/assets/stylesheets/match.scss */
  .match {
    margin-bottom: 100px;
  }
  /* line 1622, app/assets/stylesheets/match.scss */
  .match__builder-wrap {
    flex-wrap: wrap;
    padding: 3px 10px;
    border-radius: 3px;
  }
  /* line 1626, app/assets/stylesheets/match.scss */
  .match__builder-wrap__slider-arrows {
    display: none !important;
  }
  /* line 1629, app/assets/stylesheets/match.scss */
  .match__builder-wrap > input {
    line-height: 44px;
    margin-bottom: 5px;
  }
}

@media screen and (min-width: 501px) and (max-width: 850px) {
  /* line 1639, app/assets/stylesheets/match.scss */
  a.job-title-link {
    width: 350px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  /* line 1646, app/assets/stylesheets/match.scss */
  .job-title-link span {
    text-overflow: ellipsis;
    width: 350px;
    white-space: nowrap;
    overflow: hidden;
  }
  /* line 1653, app/assets/stylesheets/match.scss */
  .match__match-container__company-job p {
    margin-bottom: 0;
    display: inline-flex;
    text-overflow: ellipsis;
    width: 350px;
    white-space: nowrap;
    overflow: hidden;
  }
  /* line 1662, app/assets/stylesheets/match.scss */
  .tag-list {
    display: none;
  }
}

/* Desktops and laptops ----------- */
@media only screen and (min-width: 500px) {
  /* line 1673, app/assets/stylesheets/match.scss */
  .apply-mobile, .no-desk {
    display: none;
  }
}

@media only screen and (max-width: 1160px) {
  /* line 1680, app/assets/stylesheets/match.scss */
  .row-fix {
    display: inline-block;
    float: left;
    max-width: 360px;
  }
}

@media only screen and (min-width: 750px) {
  /* line 1688, app/assets/stylesheets/match.scss */
  .apply-mobile, .no-desk {
    display: none;
  }
}

@media only screen and (min-width: 1224px) {
  /* Styles */
}

/* Large screens ----------- */
/* Styles */
@keyframes pulse {
  0% {
    opacity: .15;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: .15;
  }
}

/* line 1712, app/assets/stylesheets/match.scss */
#job-alert-modal .alert, #job-alert-error .alert, #post-a-job-modal .alert, #post-a-job-modal .alert-error {
  border-radius: 6px 6px 0px 0px;
}

/* line 1714, app/assets/stylesheets/match.scss */
#job-alert-modal .alert a, #job-alert-modal .alert a:visited, #job-alert-error .alert a, #job-alert-error .alert a:visited, #post-a-job-modal .alert a, #post-a-job-modal .alert a:visited, #post-a-job-modal .alert-error a, #post-a-job-modal .alert-error a:visited {
  font-weight: bold;
  color: white;
}

/* line 1719, app/assets/stylesheets/match.scss */
#job-alert-modal .alert a:hover, #job-alert-error .alert a:hover, #post-a-job-modal .alert a:hover, #post-a-job-modal .alert-error a:hover {
  font-weight: bold;
  color: white;
  text-decoration: underline;
}

/* line 1726, app/assets/stylesheets/match.scss */
.hn-preview {
  font-size: 14px;
  margin: 30px auto 12px auto;
  width: 500px;
}

/* line 1732, app/assets/stylesheets/match.scss */
.hn-logo {
  display: inline;
}

/* line 1734, app/assets/stylesheets/match.scss */
.hn-logo img {
  max-width: 155px;
  text-align: center;
}

/* line 1740, app/assets/stylesheets/match.scss */
#hacker-news-welcome {
  background: #ff6600;
  color: black;
  text-align: center;
  padding: 25px 25px 25px 25px;
}

/* line 1747, app/assets/stylesheets/match.scss */
.single-post .embed-container {
  max-width: 500px;
  text-align: center;
  margin: auto;
}

/* line 1753, app/assets/stylesheets/match.scss */
.results-type-pipe {
  font-weight: 100;
  padding: 0 7px;
  color: #adadad;
}

/* line 1759, app/assets/stylesheets/match.scss */
.btn-ss-gh-alt.react-sign-in {
  display: inline-flex;
  padding: 10px 20px;
  margin: auto;
  border-radius: 25px;
  width: 280px;
}

/* line 1767, app/assets/stylesheets/match.scss */
.btn-ss-bb-alt.react-sign-in {
  display: inline-flex;
  padding: 10px 15px;
  margin: auto;
  border-radius: 25px;
  width: 280px;
}

/* line 1775, app/assets/stylesheets/match.scss */
.btn-ss-gl-alt.react-sign-in {
  display: inline-flex;
  padding: 10px 15px;
  margin: auto;
  border-radius: 25px;
  width: 280px;
}

/* line 1783, app/assets/stylesheets/match.scss */
.match__post-a-job .panel-dismiss {
  border: 0 none;
  height: 23px;
  width: 23px;
  float: right;
  background: transparent;
  margin-top: -15px;
  margin-right: -15px;
  box-sizing: border-box;
  line-height: 16px;
}

/* line 1794, app/assets/stylesheets/match.scss */
.match__post-a-job .panel-dismiss span {
  color: #fff;
}

/* line 1799, app/assets/stylesheets/match.scss */
.match__job-alerts .panel-dismiss {
  border: 0 none;
  height: 23px;
  width: 23px;
  float: right;
  background: transparent;
  margin-top: -15px;
  margin-right: -15px;
  box-sizing: border-box;
  line-height: 16px;
}

/* line 1810, app/assets/stylesheets/match.scss */
.match__job-alerts .panel-dismiss span {
  color: #fff;
}

/* line 1815, app/assets/stylesheets/match.scss */
.match__follow_twitter .panel-dismiss {
  border: 0 none;
  height: 23px;
  width: 23px;
  float: right;
  background: transparent;
  margin-top: -15px;
  margin-right: -15px;
  box-sizing: border-box;
  line-height: 16px;
}

/* line 1826, app/assets/stylesheets/match.scss */
.match__follow_twitter .panel-dismiss span {
  color: #fff;
}

/* line 1832, app/assets/stylesheets/match.scss */
.match__post-a-job .panel-dismiss:hover {
  background: transparent;
}

/* line 1836, app/assets/stylesheets/match.scss */
.match__job-service img {
  max-width: 25px;
  border-radius: 3px;
  border: 1px solid #ebebeb;
  margin-bottom: 5px;
  margin-right: 5px;
}

/* line 1844, app/assets/stylesheets/match.scss */
.match__and-or-toggle {
  margin-top: 5px;
  margin-right: 7px;
  cursor: pointer;
  float: right;
}

/* line 1850, app/assets/stylesheets/match.scss */
.match__and-or-toggle .fa {
  opacity: 0.8;
  font-size: 20px;
  margin: 0 auto;
  width: 20px;
  display: block;
}

/* line 1858, app/assets/stylesheets/match.scss */
.match__and-or-toggle p {
  color: #a5a5a5;
  font-size: 11px;
  font-weight: 400;
  margin: 0 0 0 0;
  white-space: nowrap;
}

/* line 1868, app/assets/stylesheets/match.scss */
.see-more-tools a, .see-more-tools a:visited {
  color: #ababab !important;
}

/* line 1871, app/assets/stylesheets/match.scss */
.see-more-tools a:hover {
  text-decoration: underline;
}

/* line 1876, app/assets/stylesheets/match.scss */
.match-rss {
  color: #f26522;
  margin-left: 10px;
  font-size: 42px;
  opacity: 1;
  border-radius: 5px;
  line-height: 26px;
  position: relative;
  top: 5px;
  width: 31px;
}

@media (max-width: 767px) {
  /* line 1876, app/assets/stylesheets/match.scss */
  .match-rss {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  /* line 1890, app/assets/stylesheets/match.scss */
  .match__results-container__type-buttons__match-type {
    font-size: 15px;
  }
  /* line 1894, app/assets/stylesheets/match.scss */
  .match__builder-hero__row-1 {
    display: inherit;
  }
  /* line 1896, app/assets/stylesheets/match.scss */
  .match__builder-hero__row-1__selected-tools {
    max-width: 100%;
    margin-right: 0;
  }
  /* line 1900, app/assets/stylesheets/match.scss */
  .match__builder-hero__row-1__excluded-tools {
    max-width: 100%;
  }
  /* line 1904, app/assets/stylesheets/match.scss */
  .match__builder-hero__row-2 {
    display: inherit;
    margin-bottom: 17px;
  }
  /* line 1907, app/assets/stylesheets/match.scss */
  .match__builder-hero__row-2 > div {
    height: 40px;
    border-radius: 3px;
  }
  /* line 1913, app/assets/stylesheets/match.scss */
  .match__search {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

/* line 1919, app/assets/stylesheets/match.scss */
.company_blog_post_header {
  padding: 0 15px 15px 15px;
}

/* line 1, app/assets/stylesheets/percentage.scss */
.percent-container {
  position: relative;
  overflow: hidden;
  width: 75px;
  margin: 0 auto;
}

/* line 7, app/assets/stylesheets/percentage.scss */
.percent-container svg {
  height: 75px;
  width: 75px;
}

/* line 11, app/assets/stylesheets/percentage.scss */
.percent-container label {
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: .75;
  text-align: center;
}

/* line 22, app/assets/stylesheets/percentage.scss */
.percent-container__cta .btn {
  margin-top: 20px;
}

/* line 29, app/assets/stylesheets/percentage.scss */
#match-percent .percent-container {
  position: relative;
  float: left;
  overflow: hidden;
  width: 55px;
  margin: 0 auto;
}

/* line 36, app/assets/stylesheets/percentage.scss */
#match-percent .percent-container svg {
  height: 55px;
  width: 55px;
}

/* line 40, app/assets/stylesheets/percentage.scss */
#match-percent .percent-container label {
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: .75;
  text-align: center;
}

/* line 54, app/assets/stylesheets/percentage.scss */
.percentage_container .label-per {
  font-size: 20px;
}

/* line 56, app/assets/stylesheets/percentage.scss */
.percentage_container .label-per span, .percentage_container .label-per div {
  padding-top: 5px;
  font-size: 12px;
}

/* line 61, app/assets/stylesheets/percentage.scss */
.percentage_container .percentage-label {
  color: #333;
  font-size: 11px;
  margin-top: 10px;
  padding: 2px 0;
  padding-bottom: 10px;
}

/* line 68, app/assets/stylesheets/percentage.scss */
.percentage_container .cta-label {
  color: grey;
  font-size: 11px;
  margin-top: 10px;
}

/* line 75, app/assets/stylesheets/percentage.scss */
#match-container-stack-show {
  padding: 35px 0 15px 0;
  min-height: 220px;
}

/* line 7, app/assets/stylesheets/stackups.scss */
.stackups__details__pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 15, app/assets/stylesheets/stackups.scss */
.stackups__details__pills li > a {
  color: #777 !important;
}

/* line 17, app/assets/stylesheets/stackups.scss */
.stackups__details__pills li > a:hover {
  color: #0690FA !important;
}

/* line 21, app/assets/stylesheets/stackups.scss */
.stackups__details__pills li > .stackup-hn-count {
  width: 53px;
}

/* line 23, app/assets/stylesheets/stackups.scss */
.stackups__details__pills li > .stackup-hn-count #tab-label {
  opacity: 0.8;
  -moz-transition: opacity 0.4s ease-out;
  -webkit-transition: opacity 0.4s ease-out;
  -o-transition: opacity 0.4s ease-out;
}

/* line 28, app/assets/stylesheets/stackups.scss */
.stackups__details__pills li > .stackup-hn-count #tab-label:hover {
  opacity: 1;
  background: transparent;
  color: #ff6600;
}

/* line 34, app/assets/stylesheets/stackups.scss */
.stackups__details__pills li > .stackup-hn-count:hover {
  color: #ff6600 !important;
}

/* line 38, app/assets/stylesheets/stackups.scss */
.stackups__details__pills li > .stackup-rd-count {
  width: 53px;
}

/* line 40, app/assets/stylesheets/stackups.scss */
.stackups__details__pills li > .stackup-rd-count #tab-label {
  opacity: 0.8;
  -moz-transition: opacity 0.4s ease-out;
  -webkit-transition: opacity 0.4s ease-out;
  -o-transition: opacity 0.4s ease-out;
}

/* line 45, app/assets/stylesheets/stackups.scss */
.stackups__details__pills li > .stackup-rd-count #tab-label:hover {
  opacity: 1;
  background: transparent;
}

/* line 50, app/assets/stylesheets/stackups.scss */
.stackups__details__pills li > .stackup-rd-count:hover {
  color: orangered !important;
}

/* line 54, app/assets/stylesheets/stackups.scss */
.stackups__details__pills li > .stackup-so-count {
  width: 53px;
}

/* line 56, app/assets/stylesheets/stackups.scss */
.stackups__details__pills li > .stackup-so-count #tab-label {
  opacity: 0.8;
  -moz-transition: opacity 0.4s ease-out;
  -webkit-transition: opacity 0.4s ease-out;
  -o-transition: opacity 0.4s ease-out;
}

/* line 61, app/assets/stylesheets/stackups.scss */
.stackups__details__pills li > .stackup-so-count #tab-label:hover {
  opacity: 1;
  background: transparent;
}

/* line 66, app/assets/stylesheets/stackups.scss */
.stackups__details__pills li > .stackup-so-count:hover {
  color: #f48024 !important;
}

/* line 71, app/assets/stylesheets/stackups.scss */
.stackups__details__pills .stackup-count {
  font-weight: bold;
  font-size: 23px;
}

/* line 75, app/assets/stylesheets/stackups.scss */
.stackups__details__pills .i-use-this-container {
  padding: 12px 0 25px 0;
  flex-basis: 100%;
}

/* line 78, app/assets/stylesheets/stackups.scss */
.stackups__details__pills .i-use-this-container .btn {
  display: inline;
  padding: 1px 20px;
}

/* line 83, app/assets/stylesheets/stackups.scss */
.stackups__details__pills .stats-container {
  display: flex;
}

/* line 87, app/assets/stylesheets/stackups.scss */
.stackups__details__stats {
  width: 65px;
}

/* line 89, app/assets/stylesheets/stackups.scss */
.stackups__details__stats #tab-label {
  font-size: 11px;
}

/* line 92, app/assets/stylesheets/stackups.scss */
.stackups__details__stats .stackup-count {
  font-size: 20px;
  font-weight: 600;
}

/* line 100, app/assets/stylesheets/stackups.scss */
.stackup-page-title {
  font-size: 20pt;
  font-weight: bold;
  margin-top: 10px;
  line-height: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

/* line 109, app/assets/stylesheets/stackups.scss */
.stackup-page-title a {
  color: #333;
}

/* line 112, app/assets/stylesheets/stackups.scss */
.stackup-page-title a:hover {
  color: #0690fa;
  text-decoration: none;
  background-color: transparent;
}

/* line 119, app/assets/stylesheets/stackups.scss */
.stackups-page-content {
  width: 100%;
  padding: 50px 0 80px;
}

/* line 123, app/assets/stylesheets/stackups.scss */
.stackups-page-content .comparison-widget-wrapper {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0;
  min-height: 110px;
  background-color: #fafafa;
  display: flex;
  flex-flow: column nowrap;
  align-items: stretch;
  justify-content: center;
}

@media (max-width: 812px) {
  /* line 123, app/assets/stylesheets/stackups.scss */
  .stackups-page-content .comparison-widget-wrapper {
    min-height: 339px;
  }
}

/* line 140, app/assets/stylesheets/stackups.scss */
.stackups-page-content .stackups-wrapper {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 50px 15px 0;
}

/* line 146, app/assets/stylesheets/stackups.scss */
.stackups-page-content .stackups-wrapper .trending-container {
  padding: 0;
  width: 100%;
  max-width: 1170px;
}

/* line 152, app/assets/stylesheets/stackups.scss */
.stackups-page-content .stackups-wrapper #comparisons-btn-wrapper {
  margin-top: 40px;
}

/* line 155, app/assets/stylesheets/stackups.scss */
.stackups-page-content .stackups-wrapper #comparisons-btn-wrapper .comparisons-btn {
  border-radius: 2px;
  border: solid 1px #068dfe;
  color: #068dfe;
  font-size: 16px;
  letter-spacing: 0.2px;
}

/* line 166, app/assets/stylesheets/stackups.scss */
.tile-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, auto));
  grid-gap: 20px;
  row-gap: 20px;
}

/* line 172, app/assets/stylesheets/stackups.scss */
.tile-grid .grid-item {
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #ebebeb;
  border-radius: 4px;
}

/* line 179, app/assets/stylesheets/stackups.scss */
.tile-grid .card-contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 185, app/assets/stylesheets/stackups.scss */
.tile-grid .tool-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* line 191, app/assets/stylesheets/stackups.scss */
.tile-grid .tool-column .tool-img img {
  width: 27px;
  height: 27px;
}

/* line 196, app/assets/stylesheets/stackups.scss */
.tile-grid .tool-column .tool-name {
  font-size: 11px;
  font-weight: 600;
  line-height: 1.7;
  color: #4a4a4a;
  margin-top: 5px;
  text-overflow: ellipsis;
  width: 80px;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
}

@media (max-width: 420px) {
  /* line 196, app/assets/stylesheets/stackups.scss */
  .tile-grid .tool-column .tool-name {
    width: 60px;
  }
}

/* line 215, app/assets/stylesheets/stackups.scss */
.vs-circle:not(:last-child) {
  font-weight: 400;
  font-size: 11px;
  line-height: 1.7;
  letter-spacing: normal;
  color: #4a4a4a;
  height: 21px;
  width: 21px;
  box-sizing: content-box;
  display: flex;
  margin-right: 5px;
  margin-left: 5px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid #e1e1e1;
  border-radius: 50%;
}

/* line 234, app/assets/stylesheets/stackups.scss */
.vs-circle:last-child {
  display: none;
}

@media (max-width: 1024px) {
  /* line 239, app/assets/stylesheets/stackups.scss */
  .tile-grid .grid-item {
    padding: 18px 20px;
  }
}

@media (max-width: 768px) {
  /* line 245, app/assets/stylesheets/stackups.scss */
  .stackup-page-title {
    text-align: center;
    float: none;
  }
  /* line 250, app/assets/stylesheets/stackups.scss */
  .tile-grid {
    grid-template-columns: minmax(250px, auto);
  }
}

/* line 255, app/assets/stylesheets/stackups.scss */
.stackup-service-list {
  font-weight: normal !important;
  color: grey;
  padding-top: 20px;
  font-size: 16pt;
  margin-bottom: 30px;
  width: 620px;
}

/* line 264, app/assets/stylesheets/stackups.scss */
.stackup-cell.stackup-cell-logo img {
  margin-bottom: 10px;
  width: 93px;
  height: 93px;
}

/* line 270, app/assets/stylesheets/stackups.scss */
#stackup-service-names {
  transform: rotate(-45deg);
  font-size: 15pt;
  font-weight: bold;
  border-top-width: 0px;
  border-top-style: solid;
  border-top-color: #eaeaea !important;
  margin-top: 20px;
  padding-top: 30px;
  padding-left: 70px;
  max-width: 80px;
  float: left;
  text-align: left;
}

/* line 288, app/assets/stylesheets/stackups.scss */
#logo-labels {
  padding-top: 10px;
  color: #333;
  font-weight: 600 !important;
  font-size: 11pt;
  text-align: center;
}

/* line 296, app/assets/stylesheets/stackups.scss */
.compare-text {
  text-align: center;
  padding: 0px 0 0px 0;
}

/* line 301, app/assets/stylesheets/stackups.scss */
.stackup-attributes {
  vertical-align: middle !important;
  text-align: right !important;
  color: black !important;
  font-weight: bold !important;
  width: 300px !important;
  padding-right: 6px !important;
}

/* line 310, app/assets/stylesheets/stackups.scss */
.compare-default {
  width: 30px;
  margin: 0 auto;
}

/* line 315, app/assets/stylesheets/stackups.scss */
.compare-select {
  height: 30px;
}

/* line 319, app/assets/stylesheets/stackups.scss */
.compare-yes,
.compare-no {
  height: 30px;
}

/* line 324, app/assets/stylesheets/stackups.scss */
.compare-yes {
  background-image: url(../json/yes-small.json);
  background-repeat: no-repeat;
}

/* line 329, app/assets/stylesheets/stackups.scss */
.compare-no {
  background-image: url(../json/no-small.json);
  background-repeat: no-repeat;
}

/* line 334, app/assets/stylesheets/stackups.scss */
#stackup-container table {
  margin-bottom: 0px;
  padding: 30px;
}

/* line 338, app/assets/stylesheets/stackups.scss */
#stackup-container table a {
  color: #0ea8ac;
  font-weight: normal;
}

/* line 342, app/assets/stylesheets/stackups.scss */
#stackup-container table a:hover {
  color: #0c8f92;
  font-weight: normal;
}

/* line 348, app/assets/stylesheets/stackups.scss */
.stackup-table td {
  max-width: 300px !important;
  font-size: 10pt;
  margin-top: 10px;
  font-weight: 400;
}

/* line 355, app/assets/stylesheets/stackups.scss */
.stackup-table table th,
.stackup-table table td {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #eaeaea !important;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #eaeaea !important;
}

/* line 365, app/assets/stylesheets/stackups.scss */
.stackup-table table tr {
  border-right-width: 0px;
  border-right-style: solid;
  border-right-color: #eaeaea !important;
}

/* line 371, app/assets/stylesheets/stackups.scss */
.first-row {
  border-right-width: 0px !important;
  border-bottom-width: 0px !important;
}

/* line 376, app/assets/stylesheets/stackups.scss */
.stackup-logo-row {
  border-top-width: 0px !important;
}

/* line 383, app/assets/stylesheets/stackups.scss */
#stackup-img {
  width: 75px;
  margin-right: 0 !important;
  z-index: -1;
}

/* line 389, app/assets/stylesheets/stackups.scss */
.stackup-service-list {
  position: relative;
  left: -30px;
  top: -5px;
}

/* line 395, app/assets/stylesheets/stackups.scss */
.info-explain {
  margin-top: 25px;
  margin-right: 0px;
  margin-left: 0px !important;
  width: 36px !important;
}

/* line 402, app/assets/stylesheets/stackups.scss */
.stackup-explanation {
  font-size: 10pt;
  margin-top: 15px;
  font-weight: 200;
  color: grey;
  border-radius: 5px;
  background: #ebebeb;
  padding: 7px;
  margin-left: 0px !important;
  width: 810px !important;
  margin-bottom: 20px;
}

/* line 415, app/assets/stylesheets/stackups.scss */
.stackup-description {
  /*  position: relative;
  left: 40px;
  top: -5px;
  width: 830px;*/
  color: #333;
  font-size: 10pt;
  margin-right: 30px;
  margin-top: 20px;
  line-height: 16px;
  font-weight: 200;
}

/* line 428, app/assets/stylesheets/stackups.scss */
.stackup-title {
  padding-bottom: 30px;
  font-weight: bold;
  font-size: 11pt;
  line-height: 18px;
  border-bottom: 1px solid #ebebeb;
  text-align: center;
  z-index: 30;
  margin-top: -10px;
}

/* line 437, app/assets/stylesheets/stackups.scss */
.stackup-title a {
  color: #777;
  text-decoration: none;
}

/* line 441, app/assets/stylesheets/stackups.scss */
.stackup-title a:hover {
  color: #333;
  text-decoration: none;
}

/* line 447, app/assets/stylesheets/stackups.scss */
.stackup-ls {
  margin-bottom: 30px;
  padding: 10px;
  font-size: 11pt;
  line-height: 12pt;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 8;
  padding-left: 10px;
  border-radius: 5px;
}

/* line 461, app/assets/stylesheets/stackups.scss */
.stackup-ls::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 15px;
  height: 11px;
}

/* line 467, app/assets/stylesheets/stackups.scss */
.stackup-ls::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white;
  /* should match background, can't be transparent */
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 473, app/assets/stylesheets/stackups.scss */
.stackup-ls-header {
  border-bottom: 1px solid #fff;
  padding: 15px 0 15px 0;
  background: #ebebeb;
  border-radius: 5px;
  margin-top: 13px;
}

/* line 483, app/assets/stylesheets/stackups.scss */
.stackup-ls-section-title {
  font-size: 13pt;
  margin: 10px 0 10px 10px;
  line-height: 10%;
  color: grey;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
}

/* line 491, app/assets/stylesheets/stackups.scss */
.stackup-ls-item {
  border-bottom: 1px solid #fff;
  padding: 10px 10px 10px 0px;
  box-shadow: rgba(0, 0, 0, 0.14902) 0px 1px 3px;
  margin-bottom: 10px;
}

/* line 496, app/assets/stylesheets/stackups.scss */
.stackup-ls-item a {
  color: #333;
}

/* line 503, app/assets/stylesheets/stackups.scss */
.stackup-ls-image {
  vertical-align: middle;
  padding: 0 15px 0 0;
  margin-bottom: 10px;
}

/* line 509, app/assets/stylesheets/stackups.scss */
.stackup-ls-link-title {
  font-weight: bold;
  padding: 0 0 5px 0;
}

/* line 514, app/assets/stylesheets/stackups.scss */
.stackup-ls-url {
  margin-bottom: 5px;
  color: grey !important;
  font-size: 10pt;
}

/* line 520, app/assets/stylesheets/stackups.scss */
.stackup-ls-link-description {
  font-size: 9pt;
  width: auto;
}

/* line 525, app/assets/stylesheets/stackups.scss */
.stackup-cell {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #eaeaea !important;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #eaeaea !important;
  min-height: 42px;
  font-size: 11pt;
  line-height: 14pt;
  padding: 15px;
  vertical-align: top;
  max-width: 260px;
}

/* line 540, app/assets/stylesheets/stackups.scss */
.stackup-cell li {
  font-size: 11pt;
  line-height: 16pt;
  padding-bottom: 5px;
}

/* line 546, app/assets/stylesheets/stackups.scss */
.stackup-cell-field {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #eaeaea !important;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #eaeaea !important;
  min-height: 42px;
  font-size: 11pt;
  line-height: 16pt;
  color: grey;
  text-align: right;
  padding-right: 10px;
}

/* line 562, app/assets/stylesheets/stackups.scss */
.stackup-links a {
  color: #0690fa !important;
}

/* line 565, app/assets/stylesheets/stackups.scss */
.stackup-links a:hover {
  text-decoration: underline;
}

/* line 570, app/assets/stylesheets/stackups.scss */
.stackup-invite {
  text-align: center;
  margin-bottom: 20px;
}

/* line 575, app/assets/stylesheets/stackups.scss */
.stackup-reviews {
  padding-bottom: 30px;
}

/* line 578, app/assets/stylesheets/stackups.scss */
.stackup-reviews .sp-description-section-title {
  margin: 10px 0 20px 0 !important;
  font-weight: 500;
  color: grey;
  background-color: #fff;
  padding: 25px 70px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  text-transform: uppercase;
}

/* line 589, app/assets/stylesheets/stackups.scss */
.sponsored-stackup {
  background-color: #ebebeb;
  padding: 60px 0;
  text-align: center;
  margin: 15px 24px 5px 95px;
}

@media (min-width: 768px) {
  /* line 597, app/assets/stylesheets/stackups.scss */
  #signingoogleModal .modal-dialog {
    margin: 200px auto;
  }
}

/* line 603, app/assets/stylesheets/stackups.scss */
#tile-stackups .tool-logo {
  display: inline;
  width: 73px;
  height: 73px;
}

/* line 611, app/assets/stylesheets/stackups.scss */
#tile-stackups .tool-logo img {
  display: inline;
  width: 73px;
  height: 73px;
}

/* line 616, app/assets/stylesheets/stackups.scss */
#tile-stackups .stack-list-container {
  margin-bottom: 10px;
  background-color: white;
  max-width: 360px;
  height: 104px;
  width: 100%;
}

/* line 626, app/assets/stylesheets/stackups.scss */
.related-stackups .stackup-tile-title {
  color: #333;
  font-size: 12px;
  font-weight: 400;
  margin-top: 3px;
}

/* line 633, app/assets/stylesheets/stackups.scss */
.related-stackups #card-list .stackup-tile-title:hover {
  color: #333;
}

/* line 643, app/assets/stylesheets/stackups.scss */
.related-stackups ul,
.related-stackups ol,
#votes ul,
#votes ol,
#stacks ul,
#stacks ol,
#integrations ul,
#integrations ol,
.stackup-reviews ul,
.stackup-reviews ol {
  padding: 0;
  list-style-type: none;
}

/* line 649, app/assets/stylesheets/stackups.scss */
.related-stackups ul,
#votes ul,
#stacks ul,
#integrations ul,
.stackup-reviews ul {
  margin-bottom: 0;
}

/* line 653, app/assets/stylesheets/stackups.scss */
.related-stackups li,
#votes li,
#stacks li,
#integrations li,
.stackup-reviews li {
  padding-bottom: 0;
}

/* line 663, app/assets/stylesheets/stackups.scss */
#votes ol li,
#votes ul li,
#stacks ol li,
#stacks ul li,
#integrations ol li,
#integrations ul li {
  line-height: 14pt;
}

/* line 669, app/assets/stylesheets/stackups.scss */
#functions-list-container {
  margin-bottom: 20px;
  background-color: white;
  max-width: 360px;
  height: 89px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
}

/* line 681, app/assets/stylesheets/stackups.scss */
#functions-list-container .service-name-card {
  text-align: center;
  overflow: visible;
  display: flex;
  justify-content: space-between;
}

/* line 689, app/assets/stylesheets/stackups.scss */
#function-wrapper.function-page {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px 100px;
}

/* line 700, app/assets/stylesheets/stackups.scss */
#stackups-landing-page #tile-stackups .tool-logo img {
  display: inline;
  width: 53px;
  height: 53px;
}

/* line 705, app/assets/stylesheets/stackups.scss */
#stackups-landing-page #tile-stackups .stack-list-container {
  margin-bottom: 10px;
  background-color: white;
  max-width: 360px;
  height: auto;
  width: 100%;
}

/* line 715, app/assets/stylesheets/stackups.scss */
.star-container {
  display: inline-block;
  border-radius: 3px;
  width: 95px;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 600;
}

/* line 722, app/assets/stylesheets/stackups.scss */
.star-container a {
  margin-top: 0;
}

/* line 725, app/assets/stylesheets/stackups.scss */
.star-container .favs {
  color: grey;
  font-size: 12px;
  font-weight: 400;
}

/* line 732, app/assets/stylesheets/stackups.scss */
.star-container:hover .trending-star,
.star-container:hover .star-count {
  color: #0690fa !important;
  font-weight: bold !important;
}

/* line 738, app/assets/stylesheets/stackups.scss */
.star-container .trending-star {
  font-size: 25px !important;
}

/* line 742, app/assets/stylesheets/stackups.scss */
#stackups-container #tab-link {
  width: 95px;
  font-weight: 600;
}

/* line 748, app/assets/stylesheets/stackups.scss */
#stackups-container h1 {
  font-size: 20pt;
  font-weight: bold;
  display: inline;
  line-height: 32px;
}

/* line 754, app/assets/stylesheets/stackups.scss */
#stackups-container h2 {
  font-weight: normal;
  font-size: 11pt;
  color: grey;
  letter-spacing: 0.01em;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 762, app/assets/stylesheets/stackups.scss */
#stackups-container h3 {
  color: grey;
  font-size: 12px;
  font-weight: 400;
  display: inline;
}

/* line 768, app/assets/stylesheets/stackups.scss */
#stackups-container h4 {
  font-weight: normal;
  font-size: 11pt;
  color: grey;
  letter-spacing: 0.01em;
}

/* line 776, app/assets/stylesheets/stackups.scss */
.stackup-count {
  color: black;
}

/* line 780, app/assets/stylesheets/stackups.scss */
.stackup-count:hover {
  color: #0690fa;
}

/* line 784, app/assets/stylesheets/stackups.scss */
.stackup-other-count {
  color: grey;
  font-size: 20px;
  font-weight: 600;
}

/* line 790, app/assets/stylesheets/stackups.scss */
.stackup-other-count:hover {
  color: #0690fa;
}

/* line 794, app/assets/stylesheets/stackups.scss */
.stackup-gh-count {
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  text-align: center;
  padding: 0 10px;
  line-height: 1;
}

/* line 803, app/assets/stylesheets/stackups.scss */
a:hover .stackup-gh-count {
  text-decoration: none;
}

/* line 807, app/assets/stylesheets/stackups.scss */
.gh-metrics-container {
  background: #ececec;
  border-radius: 100px;
  box-shadow: inset 0 0 12px #cacaca;
  padding: 9px 13px;
  display: inline-flex;
  opacity: 0.6;
  color: black;
  -moz-transition: opacity 0.4s ease-out;
  -webkit-transition: opacity 0.4s ease-out;
  -o-transition: opacity 0.4s ease-out;
}

/* line 820, app/assets/stylesheets/stackups.scss */
.gh-metrics-container:hover {
  opacity: 1;
}

/* line 824, app/assets/stylesheets/stackups.scss */
.gh-metrics-container .octicon-mark-github {
  margin: auto 0;
}

/* line 827, app/assets/stylesheets/stackups.scss */
.gh-metrics-container .octicon-star,
.gh-metrics-container .octicon-repo-forked,
.gh-metrics-container .octicon-calendar {
  font-size: 18px;
}

/* line 832, app/assets/stylesheets/stackups.scss */
.gh-metrics-container .gh-date {
  font-size: 10px;
  padding-top: 5px;
  width: 60px;
}

/* line 837, app/assets/stylesheets/stackups.scss */
.gh-metrics-container .gh-metric {
  font-size: 18px;
  padding-top: 5px;
  font-weight: 600;
}

/* line 844, app/assets/stylesheets/stackups.scss */
.gh-metrics-service {
  float: right !important;
}

/* line 847, app/assets/stylesheets/stackups.scss */
.gh-metrics-service .gh-metrics-container {
  top: -7px;
  position: relative;
}

/* line 853, app/assets/stylesheets/stackups.scss */
.no-stats {
  font-style: italic;
  color: grey;
  font-size: 12px;
}

/* line 859, app/assets/stylesheets/stackups.scss */
.pricing-screenshot-container {
  max-height: 300px;
  overflow: hidden;
}

/* line 864, app/assets/stylesheets/stackups.scss */
.pricing-screenshot-container img {
  height: 100%;
  vertical-align: top;
}

/* line 869, app/assets/stylesheets/stackups.scss */
.more-stackups {
  margin-top: 65px;
}

/* line 874, app/assets/stylesheets/stackups.scss */
.show-more-stackups a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 40px;
  margin-left: auto;
}

@media (max-width: 767px) {
  /* line 874, app/assets/stylesheets/stackups.scss */
  .show-more-stackups a {
    margin: 0 auto 30px;
  }
}

/* line 888, app/assets/stylesheets/stackups.scss */
.squib-spacer {
  min-height: 150px;
  padding: 0 15px;
}

/* line 893, app/assets/stylesheets/stackups.scss */
.container.function-header {
  margin: 0 auto;
  padding: 0 15px 55px;
  width: 100%;
  max-width: 1170px;
}

/* line 899, app/assets/stylesheets/stackups.scss */
.container.function-header .function-header-title {
  padding: 0 0 45px;
}

/* line 904, app/assets/stylesheets/stackups.scss */
#category-wrapper.function-page {
  margin: 20px auto 100px;
  display: flex;
  flex-direction: column;
  padding: 0;
  width: 100%;
  max-width: 1170px;
}

/* line 913, app/assets/stylesheets/stackups.scss */
.card-list {
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 919, app/assets/stylesheets/stackups.scss */
  .function-header-title {
    padding-left: 0;
  }
  /* line 923, app/assets/stylesheets/stackups.scss */
  .squib-spacer {
    padding: 0;
  }
}

@media (max-width: 767px) {
  /* line 929, app/assets/stylesheets/stackups.scss */
  .function-header-title {
    display: flex;
    flex-direction: column;
  }
  /* line 934, app/assets/stylesheets/stackups.scss */
  .function-name-row {
    display: flex;
    justify-content: center;
  }
  /* line 939, app/assets/stylesheets/stackups.scss */
  #category-wrapper.function-page {
    padding: 0 15px;
  }
}

/* line 944, app/assets/stylesheets/stackups.scss */
.stackup-content {
  font-size: 11pt;
  line-height: 22px;
}

/* line 945, app/assets/stylesheets/stackups.scss */
.stackup-content p,
.stackup-content li {
  font-size: 11pt;
  line-height: 22px;
}

/* line 955, app/assets/stylesheets/stackups.scss */
.stat-label {
  margin-bottom: 5px;
}

/* line 960, app/assets/stylesheets/stackups.scss */
#stackups-container .cell-title {
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 1.3;
  font-size: 13pt;
  min-height: 48px;
  text-align: center;
}

/* line 969, app/assets/stylesheets/stackups.scss */
#stackups-container th {
  font-weight: normal;
}

/* line 9, app/assets/stylesheets/reasons.scss */
#reasons-section {
  margin: 0 0 10px 0;
  padding: 5px 0 0 0;
}

/* line 14, app/assets/stylesheets/reasons.scss */
#reasons-list {
  font-size: 13pt;
  font-weight: 500;
  font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans !important;
  list-style: none;
}

/* line 20, app/assets/stylesheets/reasons.scss */
#reasons-list div {
  margin-bottom: 0;
}

/* line 26, app/assets/stylesheets/reasons.scss */
input.new-reason-text.error {
  border-color: 1px solid #fa3e3e;
}

@media (max-width: 767px) {
  /* line 32, app/assets/stylesheets/reasons.scss */
  #reasons-list div {
    padding: 0;
  }
  /* line 36, app/assets/stylesheets/reasons.scss */
  #reasons-list #accordion {
    font-size: 13pt;
    font-weight: 600;
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans !important;
    list-style: none;
    padding: 0;
  }
  /* line 43, app/assets/stylesheets/reasons.scss */
  #reasons-list #accordion div {
    margin-bottom: 0;
    padding: 0;
  }
  /* line 49, app/assets/stylesheets/reasons.scss */
  #reasons-list-tile {
    padding: 15px 0;
  }
}

/* line 54, app/assets/stylesheets/reasons.scss */
#reasons {
  margin-top: 20px;
}

/* line 58, app/assets/stylesheets/reasons.scss */
#reasons-list-tile {
  font-size: 13pt;
  font-weight: 600;
  font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans !important;
  list-style: none;
}

/* line 64, app/assets/stylesheets/reasons.scss */
#reasons-list-tile div {
  float: left;
}

/* line 70, app/assets/stylesheets/reasons.scss */
.reasons-vote {
  border: 3px solid #0690FA;
  border-radius: 5px;
  padding: 5px 8px 5px 8px;
  color: #0690FA;
}

/* line 76, app/assets/stylesheets/reasons.scss */
.reasons-vote a:hover {
  color: #fff;
}

/* line 82, app/assets/stylesheets/reasons.scss */
.use-this-btn a {
  color: #0690FA !important;
  font-size: 13pt;
  padding: 10px 18px 10px 18px;
  border: 2px solid #0690FA;
  border-radius: 7px;
  float: right;
  margin-right: -3px;
  margin-top: -8px;
}

/* line 94, app/assets/stylesheets/reasons.scss */
.use-this-btn a:hover {
  background-color: #0690FA !important;
  color: #fff !important;
}

/* line 99, app/assets/stylesheets/reasons.scss */
.use-this-btn a:visited {
  background-color: #0690FA !important;
}

/* line 104, app/assets/stylesheets/reasons.scss */
#reasons-list input[type="checkbox"] {
  display: none;
  margin-top: 10px;
}

/* line 109, app/assets/stylesheets/reasons.scss */
#reasons-list input[type="checkbox"] + span:before {
  font-family: 'FontAwesome';
  padding-right: 10px;
  color: black;
}

/* line 115, app/assets/stylesheets/reasons.scss */
#reasons-list input[type="checkbox"] + span:before {
  content: "\f0d8";
  /* check-empty */
  font-family: FontAwesome;
  font-size: 26px;
  padding: 0px 4px 0px 4px;
  border-radius: 4px;
  display: inline-block;
  color: black;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 129, app/assets/stylesheets/reasons.scss */
  #reasons-list input[type="checkbox"] + span:before {
    content: "\f0d8";
    /* check-empty */
    font-family: FontAwesome;
    font-size: 12pt;
    padding: 0px 4px 0px 4px;
    border-radius: 4px;
    display: inline-block;
    color: black;
  }
}

@media (max-width: 767px) {
  /* line 143, app/assets/stylesheets/reasons.scss */
  #reasons-list input[type="checkbox"] + span:before {
    content: "\f0d8";
    /* check-empty */
    font-family: FontAwesome;
    font-size: 10pt;
    padding: 0px 4px 0px 4px;
    border-radius: 4px;
    display: inline-block;
    color: black;
  }
}

/* line 156, app/assets/stylesheets/reasons.scss */
#reasons-list input[type="checkbox"]:checked + span:before {
  content: "\f0d8";
  /* check */
  font-family: FontAwesome;
  font-size: 26px;
  padding: 0px 4px 0px 4px;
  border-radius: 4px;
  display: inline-block;
  color: #0690fa;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 170, app/assets/stylesheets/reasons.scss */
  #reasons-list input[type="checkbox"]:checked + span:before {
    content: "\f0d8";
    /* check */
    font-family: FontAwesome;
    font-size: 12pt;
    padding: 0px 4px 0px 4px;
    border-radius: 4px;
    display: inline-block;
    color: #0690fa;
  }
}

@media (max-width: 767px) {
  /* line 185, app/assets/stylesheets/reasons.scss */
  #reasons-list input[type="checkbox"]:checked + span:before {
    content: "\f0d8";
    /* check */
    font-family: FontAwesome;
    font-size: 10pt;
    padding: 0px 4px 0px 4px;
    border-radius: 4px;
    display: inline-block;
    color: #0690fa;
  }
}

/* line 199, app/assets/stylesheets/reasons.scss */
#reasons-list-tile input[type="checkbox"] {
  display: none;
  margin-top: 10px;
}

/* line 204, app/assets/stylesheets/reasons.scss */
#reasons-list-tile input[type="checkbox"] + span:before {
  font-family: 'FontAwesome';
  padding-right: 10px;
  color: black;
  cursor: pointer;
}

/* line 211, app/assets/stylesheets/reasons.scss */
#reasons-list-tile input[type="checkbox"]:checked + span:before {
  content: "\f0d8";
  /* check */
  font-family: FontAwesome;
  font-size: 26px;
  padding: 1px 3px 0px 3px;
  border-radius: 4px;
  display: inline-block;
  color: #0690fa;
  width: 35px;
  float: left;
}

/* line 226, app/assets/stylesheets/reasons.scss */
#reasons-list-tile input[type="checkbox"] + span:before {
  content: "\f0d8";
  /* check-empty */
  font-family: FontAwesome;
  font-size: 26px;
  padding: 1px 3px 0px 3px;
  border-radius: 4px;
  display: inline-block;
  color: black;
  width: 35px;
  float: left;
}

@media (min-width: 1201px) {
  /* line 241, app/assets/stylesheets/reasons.scss */
  .reason_item, .reason_item label {
    max-width: 328px;
    font-size: 12pt;
    font-weight: 500;
  }
  /* line 248, app/assets/stylesheets/reasons.scss */
  #edit-stack-reasons .reason_item, #edit-stack-reasons .reason_item label {
    width: 230px;
    font-size: 12pt;
    font-weight: 500;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 257, app/assets/stylesheets/reasons.scss */
  .reason_item, .reason_item label {
    max-width: 290px;
    font-size: 12pt;
    font-weight: 500;
  }
  /* line 264, app/assets/stylesheets/reasons.scss */
  #edit-stack-reasons .reason_item, #edit-stack-reasons .reason_item label {
    width: 230px;
    font-size: 12pt;
    font-weight: 500;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 273, app/assets/stylesheets/reasons.scss */
  .reason_item, .reason_item label {
    max-width: 290px;
    font-size: 11pt;
    font-weight: 500;
  }
  /* line 279, app/assets/stylesheets/reasons.scss */
  #edit-stack-reasons .reason_item, #edit-stack-reasons .reason_item label {
    width: 230px;
    font-size: 12pt;
    font-weight: 500;
  }
}

@media (max-width: 767px) {
  /* line 288, app/assets/stylesheets/reasons.scss */
  .reason_item, .reason_item label {
    max-width: 328px;
    font-size: 10pt;
  }
  /* line 293, app/assets/stylesheets/reasons.scss */
  #edit-stack-reasons .reason_item, #edit-stack-reasons .reason_item label {
    width: 230px;
    font-size: 12pt;
    font-weight: 500;
  }
}

@media (min-width: 1201px) {
  /* line 302, app/assets/stylesheets/reasons.scss */
  #reason-text {
    width: 285px;
    float: right;
    margin-top: 3px;
    font-weight: 600;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 313, app/assets/stylesheets/reasons.scss */
  #reason-text {
    width: 221px;
    float: right;
    margin-top: 3px;
    font-weight: 600;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 323, app/assets/stylesheets/reasons.scss */
  #reason-text {
    width: 222px;
    float: right;
    margin-top: 3px;
    font-weight: 600;
  }
}

@media (max-width: 767px) {
  /* line 333, app/assets/stylesheets/reasons.scss */
  #reason-text {
    width: 250px;
    float: right;
    margin-top: 3px;
  }
}

/* line 342, app/assets/stylesheets/reasons.scss */
.reason_item-tile, .reason_item-tile {
  width: 250px;
  font-size: 11pt;
  font-weight: 500;
  margin: 1px 0 1px 0;
}

/* line 349, app/assets/stylesheets/reasons.scss */
.reason-count {
  color: black;
  border-radius: 5px;
  font-size: 11pt;
  font-weight: 600;
  display: inline-block;
  text-align: right;
  float: left;
  line-height: 17px;
}

/* line 360, app/assets/stylesheets/reasons.scss */
.reason-count:hover {
  font-weight: bold;
}

/* line 364, app/assets/stylesheets/reasons.scss */
#reasons-list-tile input[type="checkbox"]:checked:hover + span:before {
  font-size: 28px !important;
}

/* line 368, app/assets/stylesheets/reasons.scss */
#reasons-list-tile input[type="checkbox"]:hover + span:before {
  font-size: 28px !important;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 373, app/assets/stylesheets/reasons.scss */
  .reason-count {
    color: black;
    padding-right: 5px;
    border-radius: 5px;
    font-size: 11pt;
    font-weight: 600;
    display: inline-block;
    text-align: right;
    float: left;
  }
}

@media (max-width: 767px) {
  /* line 386, app/assets/stylesheets/reasons.scss */
  .reason-count {
    color: black;
    padding-right: 5px;
    border-radius: 5px;
    font-size: 9pt;
    font-weight: 600;
    display: inline-block;
    text-align: right;
    float: left;
  }
}

/* line 398, app/assets/stylesheets/reasons.scss */
.reason-count-tile {
  color: #0690FA;
  padding: 0px 10px 4px 4px;
  border-radius: 5px;
  font-size: 13pt;
  font-weight: 600;
  display: inline-block;
  text-align: right;
  float: left;
}

/* line 409, app/assets/stylesheets/reasons.scss */
.add-reason {
  font-size: 13pt;
  font-weight: 500;
}

/* line 414, app/assets/stylesheets/reasons.scss */
.add-reason-title {
  margin-bottom: 13px;
  margin-top: 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 420, app/assets/stylesheets/reasons.scss */
  .add-reason {
    font-size: 13pt;
    font-weight: 500;
  }
  /* line 425, app/assets/stylesheets/reasons.scss */
  .add-reason-title {
    margin-bottom: 13px;
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  /* line 432, app/assets/stylesheets/reasons.scss */
  .add-reason {
    font-size: 13px;
    font-weight: 500;
    text-align: center;
  }
  /* line 438, app/assets/stylesheets/reasons.scss */
  .add-reason-title {
    margin-bottom: 13px;
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  /* line 457, app/assets/stylesheets/reasons.scss */
  #btn-responsive a {
    font-size: 12px;
    border-radius: 3px;
    padding: 5px 10px;
  }
}

/* modal styling */
/* line 466, app/assets/stylesheets/reasons.scss */
.stack-desc-modal-title {
  font-size: 12pt;
  padding: 10px 0 10px 10px;
  text-align: center;
  font-weight: 600;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
}

/* line 474, app/assets/stylesheets/reasons.scss */
.modal-header {
  border-bottom: 0px;
}

/* line 478, app/assets/stylesheets/reasons.scss */
.modal-header-title {
  max-width: 360px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

@media (max-width: 991px) {
  /* line 478, app/assets/stylesheets/reasons.scss */
  .modal-header-title {
    max-width: 302px;
  }
}

/* line 490, app/assets/stylesheets/reasons.scss */
.modal-body {
  text-align: center;
}

/* line 494, app/assets/stylesheets/reasons.scss */
.github-login {
  padding: 20px 18px 20px 18px;
  border: 1px solid #D8D8D8;
  border-radius: 7px;
}

/* line 500, app/assets/stylesheets/reasons.scss */
.social-login-blurb {
  margin-top: 30px;
  margin-bottom: 12px;
  font-size: 14px;
}

/* line 505, app/assets/stylesheets/reasons.scss */
.social-login-blurb .wrap {
  display: flex;
  justify-content: center;
}

/* line 509, app/assets/stylesheets/reasons.scss */
.social-login-blurb .wrap .discover, .social-login-blurb .wrap .compare {
  display: flex;
  flex-direction: column;
  width: 120px;
  margin-right: 50px;
}

/* line 516, app/assets/stylesheets/reasons.scss */
.social-login-blurb .wrap .learn {
  display: flex;
  flex-direction: column;
  width: 120px;
}

@media (max-width: 370px) {
  /* line 523, app/assets/stylesheets/reasons.scss */
  .social-login-blurb .wrap .discover, .social-login-blurb .wrap .compare {
    margin-right: auto;
  }
}

/* line 530, app/assets/stylesheets/reasons.scss */
.disclaimer {
  color: #b4b4b4;
  font-size: 10px;
}

/* line 534, app/assets/stylesheets/reasons.scss */
.disclaimer a {
  color: grey;
}

/* line 538, app/assets/stylesheets/reasons.scss */
.disclaimer a:hover {
  color: #0690fa;
}

/* line 543, app/assets/stylesheets/reasons.scss */
.alert {
  position: relative;
  z-index: 998;
  background-color: #0690FA;
  color: #fff;
  text-shadow: 0 0px 0 rgba(255, 255, 255, 0.5);
  padding: 9px;
  border: 1px solid transparent;
  margin-bottom: 0;
  border-radius: 0;
  text-align: center;
  font-size: 16px;
}

/* line 557, app/assets/stylesheets/reasons.scss */
.alert-error {
  background-color: #FF003A;
}

/* line 561, app/assets/stylesheets/reasons.scss */
.popover-title {
  font-size: 9pt;
  color: #c5c5c5;
  background-color: #fff;
  padding: 4px 14px;
  border-bottom: 0;
}

/* line 569, app/assets/stylesheets/reasons.scss */
.popover-content {
  padding: 5px 14px;
  font-size: 14px;
}

/* line 573, app/assets/stylesheets/reasons.scss */
.popover-content img {
  width: 25px;
  border-radius: 2px !important;
}

/* line 579, app/assets/stylesheets/reasons.scss */
.popover.right .arrow {
  left: -215px;
}

/* line 583, app/assets/stylesheets/reasons.scss */
.counter {
  margin-left: 5px;
  color: grey;
}

/* line 588, app/assets/stylesheets/reasons.scss */
.reasons-delete {
  margin-left: 5px;
  font-size: 8pt;
  color: grey;
}

/* line 594, app/assets/stylesheets/reasons.scss */
.reasons-tile-link {
  background-color: #fafafa;
  padding-top: 0px;
  padding-bottom: 15px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

/* line 601, app/assets/stylesheets/reasons.scss */
.reasons-tile-link a {
  background-color: #fff;
}

/* line 610, app/assets/stylesheets/reasons.scss */
.open-source-card {
  background-color: #F9F9F9;
  padding-top: 5px;
  padding-bottom: 22px;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #EEE;
  border-top: 1px solid #EEE;
  padding: 10px 0 7px 0;
  color: #808080;
}

/* line 621, app/assets/stylesheets/reasons.scss */
.truncate-reasons {
  width: 192px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
}

/* line 629, app/assets/stylesheets/reasons.scss */
.truncate-reasons a {
  color: #0690fa;
}

/* line 633, app/assets/stylesheets/reasons.scss */
.truncate-reasons a:visited {
  color: #0690fa;
}

@media (max-width: 767px) {
  /* line 642, app/assets/stylesheets/reasons.scss */
  .truncate-reasons {
    width: 167px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
  }
  /* line 650, app/assets/stylesheets/reasons.scss */
  .truncate-reasons a {
    color: #0690fa;
  }
  /* line 654, app/assets/stylesheets/reasons.scss */
  .truncate-reasons a:visited {
    color: #0690fa;
  }
}

/* line 662, app/assets/stylesheets/reasons.scss */
.see-more {
  padding-top: 9px;
}

/* line 664, app/assets/stylesheets/reasons.scss */
.see-more a {
  color: grey !important;
}

/* line 669, app/assets/stylesheets/reasons.scss */
.see-more-ua {
  padding-top: 21px;
}

/* line 671, app/assets/stylesheets/reasons.scss */
.see-more-ua a {
  color: grey;
}

/* line 676, app/assets/stylesheets/reasons.scss */
.truncate-titles {
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 683, app/assets/stylesheets/reasons.scss */
.btn-ls {
  background: #0690fa;
  background: linear-gradient(to bottom, #0690fa, #0690fa);
  border-color: #0690fa;
  border-top-color: #0690fa;
  border-bottom-color: #0690fa;
  text-shadow: 0 1px #0b74a9 !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#0690fa, EndColorStr=#0690fa);
  font-weight: normal !important;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
  padding-bottom: 7px;
  padding-top: 7px;
  font-size: 12pt;
}

/* line 703, app/assets/stylesheets/reasons.scss */
.btn-ls:hover,
.btn-ls:focus {
  background: #0690fa;
  background: linear-gradient(to bottom, #0690fa, #0690fa);
  border: 1px #0690fa solid;
  border-top-color: #0690fa;
  border-bottom-color: #0690fa;
  box-shadow: 0 1px 1px rgba(59, 60, 61, 0.2), 0 1px #0690fa inset, 0 0 9px rgba(0, 245, 255, 0.6);
  text-shadow: 0 1px #00867C !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#0690fa, EndColorStr=#0690fa);
}

/* line 720, app/assets/stylesheets/reasons.scss */
.btn-ls2 {
  background: #CACACA;
  background: linear-gradient(to bottom, #CACACA, #CACACA);
  border-color: #CACACA;
  border-top-color: #CACACA;
  border-bottom-color: #CACACA;
  text-shadow: 0 1px #7E7E7E !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#0690fa, EndColorStr=#0690fa);
  font-weight: normal !important;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
  padding-bottom: 7px;
  padding-top: 7px;
  font-size: 12pt;
}

/* line 740, app/assets/stylesheets/reasons.scss */
.btn-ls2:hover,
.btn-ls2:focus {
  background: #0690fa;
  background: linear-gradient(to bottom, #0690fa, #0690fa);
  border: 1px #0690fa solid;
  border-top-color: #0690fa;
  border-bottom-color: #0690fa;
  box-shadow: 0 1px 1px rgba(59, 60, 61, 0.2), 0 1px #0690fa inset, 0 0 9px rgba(0, 245, 255, 0.6);
  text-shadow: 0 1px #00867C !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#0690fa, EndColorStr=#0690fa);
}

/* line 757, app/assets/stylesheets/reasons.scss */
.github-btn a {
  color: #000 !important;
  font-size: 13pt;
  padding: 15px 70px 15px 70px;
  border: 1px solid #000;
  border-radius: 7px;
  text-align: center;
  background-image: url(../png/github-logo-f608233e7207dbac23e40694cc1022167f31ea4b12b71e54004922497226664a.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

/* line 770, app/assets/stylesheets/reasons.scss */
.github-btn a:hover {
  background-color: #000 !important;
  color: #000 !important;
  background-image: url(../png/github-logo-white-a838b08bde237d8593ed638f3707b15c9aaa4137a4bb49c8071a598010b660a3.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

/* line 778, app/assets/stylesheets/reasons.scss */
.github-btn a:visited {
  background-color: #333 !important;
}

/* line 783, app/assets/stylesheets/reasons.scss */
.popular-box {
  display: block;
  height: 335px;
  max-width: 260px;
  width: 100%;
  float: left;
  margin: 30px 20px 20px 0;
  position: relative;
  border-radius: 8px;
  border: .11em solid #d7d7d7;
  padding-top: 20px;
  padding-bottom: 40px;
}

/* line 799, app/assets/stylesheets/reasons.scss */
.popular-link {
  z-index: 1;
  position: relative;
  display: block;
  height: 68px;
  max-width: 260px;
  overflow: hidden;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  top: -21px;
}

/* line 812, app/assets/stylesheets/reasons.scss */
.popular-box .popularity {
  z-index: 12;
  position: absolute;
  top: -20px;
  width: 100px;
  overflow: visible;
  text-align: center;
  left: -40px;
  display: block;
  color: #fff;
  line-height: 1;
  font-size: 13px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  background: #00CAD1;
  padding: 38px 0 6px 0;
  box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.5);
}

/* line 837, app/assets/stylesheets/reasons.scss */
.div-center {
  display: flex;
  display: -webkit-inline-block;
  display: -moz-flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

/* line 848, app/assets/stylesheets/reasons.scss */
.reason-vote-container {
  width: 35px;
}

/* line 852, app/assets/stylesheets/reasons.scss */
#create-stack-reasons .reason-vote-container {
  width: 5px;
}

/* line 856, app/assets/stylesheets/reasons.scss */
.pros-title {
  margin-bottom: 18px;
  padding-left: 10px;
  font-weight: bold;
}

/* line 1, app/assets/stylesheets/notifications.scss */
#notifications_wrapper {
  background-color: #FFFFFF;
}

/* line 5, app/assets/stylesheets/notifications.scss */
#notifications_header {
  border-bottom: 1px solid #e1e1e1;
  padding: 10px 10px;
  margin-bottom: 10px;
}

/* line 9, app/assets/stylesheets/notifications.scss */
#notifications_header .right {
  color: #777;
  cursor: pointer;
  font-weight: 500;
  float: right;
}

/* line 14, app/assets/stylesheets/notifications.scss */
#notifications_header .right:hover {
  text-decoration: underline;
}

/* line 18, app/assets/stylesheets/notifications.scss */
#notifications_header h5 {
  font-weight: 600;
  padding: 5px 0;
  margin: 15px 0 25px 0;
  color: #777;
}

/* line 24, app/assets/stylesheets/notifications.scss */
#notifications_header .octicon-eye {
  vertical-align: bottom;
}

/* line 27, app/assets/stylesheets/notifications.scss */
#notifications_header .time {
  margin-left: 2px;
}

/* line 32, app/assets/stylesheets/notifications.scss */
#notifications {
  margin: 0 auto;
  padding: 20px 0;
}

/* line 35, app/assets/stylesheets/notifications.scss */
#notifications .loading {
  font-size: 2.1rem;
  padding: 20px;
  text-align: center;
}

/* line 39, app/assets/stylesheets/notifications.scss */
#notifications .loading img {
  width: 25px;
  height: 25px;
}

/* line 44, app/assets/stylesheets/notifications.scss */
#notifications h5 {
  font-weight: 600;
  padding: 5px 0;
  margin: 15px 0 25px 0;
}

/* line 51, app/assets/stylesheets/notifications.scss */
.notification__container {
  position: relative;
}

/* line 53, app/assets/stylesheets/notifications.scss */
.notification__container .archive__container {
  cursor: pointer;
  position: absolute;
  top: 42%;
  right: 15px;
  padding: 1px;
}

/* line 59, app/assets/stylesheets/notifications.scss */
.notification__container .archive__container:hover {
  background-color: #aaaaaa;
  border-radius: 100px;
}

/* line 62, app/assets/stylesheets/notifications.scss */
.notification__container .archive__container:hover .archive {
  border: 1px solid #e1e1e1;
}

/* line 65, app/assets/stylesheets/notifications.scss */
.notification__container .archive__container:hover:before {
  background-color: #333;
  border-radius: 2px;
  color: #FFFFFF;
  content: 'Mark as read';
  font-size: 10px;
  position: absolute;
  top: -100%;
  right: 100%;
  padding: 3px 5px;
  white-space: nowrap;
  animation: fade-in 200ms ease 1;
}

/* line 80, app/assets/stylesheets/notifications.scss */
.notification__container .archive {
  background-color: #aaa;
  border-radius: 100px;
  width: 8px;
  height: 8px;
}

/* line 87, app/assets/stylesheets/notifications.scss */
.notification__container.full_page .notification .content {
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 16px;
}

/* line 92, app/assets/stylesheets/notifications.scss */
.notification__container.full_page .notification .time {
  color: #777;
  font-size: 11px;
  margin-bottom: 0px;
  margin-left: 4px;
}

/* line 98, app/assets/stylesheets/notifications.scss */
.notification__container.full_page .notification img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  background-color: white;
  border-radius: 3px;
}

/* line 108, app/assets/stylesheets/notifications.scss */
.notification {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 20px;
  transition: box-shadow 200ms ease;
  background-color: #f1f4f7;
  border-bottom: 1px solid #e1e1e1;
  display: flex;
  flex-wrap: nowrap;
  padding: 10px 30px 10px 10px;
  position: relative;
  text-decoration: none;
}

/* line 22, app/assets/stylesheets/navbar.scss */
.notification:hover {
  background-color: #fafafa;
}

/* line 117, app/assets/stylesheets/notifications.scss */
.notification:active {
  text-decoration: none;
}

/* line 118, app/assets/stylesheets/notifications.scss */
.notification:hover, .notification.read:hover {
  background-color: #fafafa;
}

/* line 119, app/assets/stylesheets/notifications.scss */
.notification.read {
  background-color: #FFFFFF;
  color: #333 !important;
}

/* line 123, app/assets/stylesheets/notifications.scss */
.notification img {
  display: block;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  background-color: white;
  border-radius: 3px;
}

/* line 131, app/assets/stylesheets/notifications.scss */
.notification .n_image {
  width: 60px;
}

/* line 133, app/assets/stylesheets/notifications.scss */
.notification .n_image img.circle {
  border-radius: 100px;
}

/* line 137, app/assets/stylesheets/notifications.scss */
.notification .octicon-eye, .notification .octicon-star, .notification .octicon-repo, .notification .octicon-rss, .notification .octicon-comment-discussion {
  color: #888;
  vertical-align: text-bottom;
  font-size: 14px;
  margin-right: 1px;
}

/* line 143, app/assets/stylesheets/notifications.scss */
.notification .fa-caret-up {
  color: #888;
  vertical-align: middle;
  font-size: 20px;
  line-height: 12px;
}

/* line 149, app/assets/stylesheets/notifications.scss */
.notification .octicon-tools {
  color: #888;
  font-size: 11px;
}

/* line 153, app/assets/stylesheets/notifications.scss */
.notification .fa-rss-square {
  color: #888;
  vertical-align: middle;
  font-size: 13px;
  line-height: 12px;
}

/* line 159, app/assets/stylesheets/notifications.scss */
.notification span.time {
  color: #777;
  margin-top: 10px;
  vertical-align: middle;
}

/* line 3, app/assets/stylesheets/search.scss */
#header-search-container {
  position: relative;
}

/* line 6, app/assets/stylesheets/search.scss */
#header-search-container span.octicon {
  top: 10px;
  position: absolute;
  left: 35px;
  color: grey;
}

/* line 13, app/assets/stylesheets/search.scss */
#header-search-container #header-search {
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 0 15px;
  height: 36px;
  font-size: 14px;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  border-radius: 999em;
  max-width: 135px;
  margin-right: 16px;
}

/* line 26, app/assets/stylesheets/search.scss */
#header-search-container #header-search::-webkit-input-placeholder {
  color: #d7d7d7;
}

/* line 30, app/assets/stylesheets/search.scss */
#header-search-container #header-search:-moz-placeholder {
  /* Firefox 18- */
  color: #d7d7d7;
}

/* line 34, app/assets/stylesheets/search.scss */
#header-search-container #header-search::-moz-placeholder {
  /* Firefox 19+ */
  color: #d7d7d7;
}

/* line 38, app/assets/stylesheets/search.scss */
#header-search-container #header-search:-ms-input-placeholder {
  color: #d7d7d7;
}

/* line 43, app/assets/stylesheets/search.scss */
#header-home-search-container {
  position: relative;
  margin-top: 8px;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
  text-align: center;
  z-index: 5000;
}

/* line 52, app/assets/stylesheets/search.scss */
#header-home-search-container span.octicon-search {
  position: absolute;
}

/* line 56, app/assets/stylesheets/search.scss */
#header-home-search-container .search-container {
  margin-top: 20px;
}

/* line 60, app/assets/stylesheets/search.scss */
#header-home-search-container img {
  height: 45px;
  width: 45px;
}

/* line 65, app/assets/stylesheets/search.scss */
#header-home-search-container span.name {
  float: left;
  margin-top: 6px;
  margin-left: 18px;
  color: #000;
  max-width: 620px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 23px;
  font-weight: 600;
}

/* line 78, app/assets/stylesheets/search.scss */
#header-home-search-container .header span {
  font-size: 16px;
}

/* line 82, app/assets/stylesheets/search.scss */
#header-home-search-container .header a {
  font-size: 16px;
}

/* line 86, app/assets/stylesheets/search.scss */
#header-home-search-container span.stackups-no-img {
  font-size: 23px !important;
  color: #868686;
  font-weight: bold;
  height: 45px;
  width: 45px;
  float: left;
  display: inline-block;
  padding-top: 6px;
  margin: auto;
  vertical-align: top;
  text-align: center;
  border: 1px solid #ebebeb;
  border-radius: 3px;
}

/* line 102, app/assets/stylesheets/search.scss */
#header-home-search-container span.input-octicon-search {
  position: absolute;
  transition: 0.2s;
}

/* line 108, app/assets/stylesheets/search.scss */
#header-home-search-container span.octicon-search {
  top: 23px;
  padding-left: 25px;
  /* left: 35px; */
  font-size: 38px;
  color: #d7d7d7;
}

/* line 116, app/assets/stylesheets/search.scss */
#header-home-search-container .search-container .group .result {
  padding: 10px 14px;
}

/* line 120, app/assets/stylesheets/search.scss */
#header-home-search-container #header-search {
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 0 15px;
  height: 80px;
  font-weight: 200;
  width: 750px;
  font-size: 30px;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  border-radius: 5px;
  padding-left: 75px;
}

/* line 134, app/assets/stylesheets/search.scss */
#header-home-search-container #header-search::-webkit-input-placeholder {
  color: #d7d7d7;
}

/* line 138, app/assets/stylesheets/search.scss */
#header-home-search-container #header-search:-moz-placeholder {
  /* Firefox 18- */
  color: #d7d7d7;
}

/* line 142, app/assets/stylesheets/search.scss */
#header-home-search-container #header-search::-moz-placeholder {
  /* Firefox 19+ */
  color: #d7d7d7;
}

/* line 146, app/assets/stylesheets/search.scss */
#header-home-search-container #header-search:-ms-input-placeholder {
  color: #d7d7d7;
}

/* line 149, app/assets/stylesheets/search.scss */
#header-home-search-container .search-container a.search-page {
  display: block;
  padding: 2px 0px;
  font-size: 18px;
}

/* line 154, app/assets/stylesheets/search.scss */
#header-home-search-container .search-container a.search-page span.octicon-search {
  font-size: 17px !important;
}

/* line 157, app/assets/stylesheets/search.scss */
#header-home-search-container .search-container a.search-page .octicon-search.dropdown-active-search {
  color: #333;
}

/* line 162, app/assets/stylesheets/search.scss */
#header-home-search-container .search-arrow:before {
  border-color: rgba(235, 235, 235, 0);
  border-bottom-color: white;
  border-width: 23px;
  margin-left: -28px;
  top: 64px;
}

/* line 170, app/assets/stylesheets/search.scss */
#header-home-search-container .search-arrow:after {
  bottom: 100%;
  top: 95px;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

/* line 184, app/assets/stylesheets/search.scss */
.search-arrow {
  background: #ffffff;
  border: 1px solid #DADADA;
  border-radius: 4px;
}

/* line 190, app/assets/stylesheets/search.scss */
.search-arrow:after, .search-arrow:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

/* line 201, app/assets/stylesheets/search.scss */
.search-arrow:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 10px;
  margin-left: -15px;
}

/* line 207, app/assets/stylesheets/search.scss */
.search-arrow:before {
  border-color: rgba(235, 235, 235, 0);
  border-bottom-color: #DADADA;
  border-width: 11px;
  margin-left: -16px;
}

/* line 214, app/assets/stylesheets/search.scss */
.search-container img {
  display: block;
  position: relative;
  z-index: 5;
  display: block;
  width: 73px;
  height: 73px;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #E6E6E6;
}

/* line 228, app/assets/stylesheets/search.scss */
.search-results {
  padding-top: 4px;
  padding-bottom: 0px;
  font-size: 12pt;
  color: #636363;
  font-weight: 200;
}

/* line 236, app/assets/stylesheets/search.scss */
.totals {
  border-top: 1px solid #ebebeb;
  color: #C2C2C2;
  padding-top: 5px;
  font-size: 13px;
  text-align: left;
  margin-bottom: 15px;
}

/* line 245, app/assets/stylesheets/search.scss */
.search-results-logo {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

/* line 250, app/assets/stylesheets/search.scss */
.search-results-logo > .table th, .table td {
  min-width: 73px !important;
}

/* line 254, app/assets/stylesheets/search.scss */
.search-results-description {
  padding-top: 5px !important;
  color: #636363 !important;
  font-weight: 200 !important;
}

/* line 260, app/assets/stylesheets/search.scss */
.search-results-display-name {
  margin-bottom: 0px !important;
}

/* line 264, app/assets/stylesheets/search.scss */
.search-results-item-title {
  font-weight: 500 !important;
  font-family: "Helvetica Neue",Arial,sans-serif !important;
}

/* line 269, app/assets/stylesheets/search.scss */
.td-content {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  width: 755px !important;
}

/* line 275, app/assets/stylesheets/search.scss */
.search-results-display-name a {
  font-weight: bold;
  color: #333;
  font-size: 14pt;
  margin-top: 20px;
}

/* line 282, app/assets/stylesheets/search.scss */
.search-results-display-name a:hover {
  text-decoration: none;
  color: #01959d;
}

/* line 287, app/assets/stylesheets/search.scss */
.search-samples {
  color: #d7d7d7;
  display: inline-block;
}

/* line 292, app/assets/stylesheets/search.scss */
.search-sample {
  color: #d7d7d7;
  font-weight: 600;
}

/* line 297, app/assets/stylesheets/search.scss */
.home-search-samples {
  color: grey;
  position: absolute;
  left: 199px;
  top: 101px;
  z-index: -1 !important;
}

/* line 307, app/assets/stylesheets/search.scss */
.home-search-sample {
  color: grey;
  font-weight: 600;
}

/* line 312, app/assets/stylesheets/search.scss */
#category-search .home-search-samples {
  display: none;
}

/* line 321, app/assets/stylesheets/search.scss */
div.dropdown-search {
  width: 68%;
  margin: 0 auto;
  position: initial;
}

/* line 326, app/assets/stylesheets/search.scss */
div.dropdown-search span.octicon-search {
  position: initial !important;
}

/* line 341, app/assets/stylesheets/search.scss */
.search-container {
  border: 1px solid #ededed;
  box-shadow: 0px 2px 11px -2px #e8e8e8;
  position: absolute;
  width: 250px;
  left: 50%;
  font-size: 12px;
  padding-top: 14px;
  background-color: #fff;
  top: 45px;
  transform: translateX(-50%);
}

/* line 353, app/assets/stylesheets/search.scss */
.search-container a.search-page {
  margin-bottom: 15px;
  display: block;
  padding: 0px 14px;
}

/* line 359, app/assets/stylesheets/search.scss */
.search-container span.octicon {
  font-size: 10px !important;
}

/* line 363, app/assets/stylesheets/search.scss */
.search-container .group {
  margin-bottom: 15px;
}

/* line 366, app/assets/stylesheets/search.scss */
.search-container .group .header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.0470588);
  overflow: hidden;
  margin-bottom: 10px;
  padding-left: 14px;
  padding-right: 14px;
  padding-bottom: 5px;
}

/* line 374, app/assets/stylesheets/search.scss */
.search-container .group .header span {
  float: left;
  font-weight: 600;
}

/* line 379, app/assets/stylesheets/search.scss */
.search-container .group .header a {
  float: right;
  font-size: 11px;
  color: rgba(0, 0, 0, 0.298039);
}

/* line 386, app/assets/stylesheets/search.scss */
.search-container .group .result:hover {
  background-color: #f0f0f0;
}

/* line 390, app/assets/stylesheets/search.scss */
.search-container .group .result {
  overflow: hidden;
  display: inline-flex;
  padding: 5px 14px;
}

/* line 395, app/assets/stylesheets/search.scss */
.search-container .group .result img {
  float: left;
  height: 32px;
  width: 32px;
}

/* line 401, app/assets/stylesheets/search.scss */
.search-container .group .result span.name {
  float: left;
  margin-top: 7px;
  margin-left: 7px;
  color: #000;
  max-width: 175px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  font-weight: 600;
}

/* line 413, app/assets/stylesheets/search.scss */
.search-container .group .result span.stackups-no-img {
  font-size: 18px !important;
  color: #868686;
  font-weight: bold;
  height: 32px;
  width: 32px;
  float: left;
  display: inline-block;
  padding-top: 6px;
  margin: auto;
  vertical-align: top;
  text-align: center;
  border-radius: 3px;
}

/* line 427, app/assets/stylesheets/search.scss */
.search-container .group .result span.octicon-tools, .search-container .group .result span.octicon-pencil {
  border-radius: 3px;
  float: left;
  border: 1px solid #E6E6E6;
  padding: 6px;
  font-size: 20px !important;
  margin: 0;
}

/* line 435, app/assets/stylesheets/search.scss */
.search-container .group .result .stack-no-img {
  font-size: 33px !important;
  color: #ebebeb;
  padding: 0;
  float: left;
}

/* line 445, app/assets/stylesheets/search.scss */
.fullpage-search {
  font-weight: 300;
  font-style: normal;
  font-size: 40px;
  padding: 15px 30px;
  width: 100%;
  border-radius: 6px;
  border: 1px solid #DBDBDB;
  outline: 0 none;
  margin-top: 45px;
  margin-bottom: 15px;
}

/* line 459, app/assets/stylesheets/search.scss */
.fullpage-search-container .category {
  color: grey;
  font-weight: 400;
  font-size: 16px;
  padding: 15px;
  display: block;
  font-weight: bold;
}

/* line 468, app/assets/stylesheets/search.scss */
.fullpage-search-container #search-sidebar.affix {
  width: 25%;
  max-width: 270px;
  top: 0;
}

@media (max-width: 1200px) {
  /* line 468, app/assets/stylesheets/search.scss */
  .fullpage-search-container #search-sidebar.affix {
    max-width: 227.5px;
  }
}

/* line 478, app/assets/stylesheets/search.scss */
.fullpage-search-container .sticky {
  position: sticky;
  top: 94px;
  overflow: scroll;
  height: 100vh;
  min-height: 850px;
  padding-bottom: 150px;
}

/* line 488, app/assets/stylesheets/search.scss */
.fullpage-search-container .tags hr {
  margin-bottom: 11px;
  border-top: 1px solid #dcdbdb;
  color: #dcdbdb;
}

/* line 496, app/assets/stylesheets/search.scss */
.fullpage-search-container a.result .stackups-container span:last-child {
  display: none;
}

/* line 502, app/assets/stylesheets/search.scss */
.fullpage-search-container .sponsor {
  margin-bottom: 20px;
}

/* line 508, app/assets/stylesheets/search.scss */
.fullpage-search-container .sponsor a img {
  width: 63px;
  height: 63px;
}

/* line 513, app/assets/stylesheets/search.scss */
.fullpage-search-container .sponsor a p {
  text-align: center;
  font-weight: bolder;
}

/* line 520, app/assets/stylesheets/search.scss */
.fullpage-search-container .tags {
  text-align: right;
}

/* line 521, app/assets/stylesheets/search.scss */
.fullpage-search-container .tags .btn {
  margin: 5px 4px;
}

/* line 524, app/assets/stylesheets/search.scss */
.fullpage-search-container .tags .btn-xs, .fullpage-search-container .tags .btn-group-xs > .btn {
  font-size: 11px;
}

/* line 530, app/assets/stylesheets/search.scss */
.fullpage-search-container .tags-container {
  background: #f5f5f5;
  border-radius: 3px;
}

/* line 535, app/assets/stylesheets/search.scss */
.fullpage-search-container .tags .btn-xs, .fullpage-search-container .tags .btn-group-xs > .btn {
  background: #fff;
  border: 1px solid #e4e4e4;
  color: #666 !important;
  font-size: 12px;
}

/* line 542, app/assets/stylesheets/search.scss */
.fullpage-search-container .category.active {
  border-bottom: 3px solid #0690fa;
  font-weight: bold;
  color: #0690fa !important;
  font-size: 16px;
  padding: 15px;
  margin: 0 -1px;
}

/* line 553, app/assets/stylesheets/search.scss */
.fullpage-search-container .results .result {
  height: 70px;
  display: block;
  margin: 0px 20px 15px 20px;
  position: relative;
  padding-bottom: 15px;
}

/* line 561, app/assets/stylesheets/search.scss */
.fullpage-search-container .results .result em {
  background-color: #F2F2F2;
  font-style: normal;
}

/* line 566, app/assets/stylesheets/search.scss */
.fullpage-search-container .results .result span.image-placeholder {
  height: 57px !important;
  display: inline-block;
  width: 57px !important;
  padding: 0px;
  margin: 0px;
  font-size: 53px !important;
  text-align: center;
}

/* line 576, app/assets/stylesheets/search.scss */
.fullpage-search-container .results .result span.stackups-no-img {
  font-size: 18px !important;
  color: #868686;
  font-weight: bold;
  display: inline-block;
  padding: 8px 8px 0 8px;
  margin: auto;
  vertical-align: top;
  text-align: center;
  float: none;
  border-radius: 3px;
}

/* line 589, app/assets/stylesheets/search.scss */
.fullpage-search-container .results .result span.stackups-dash {
  color: #BEBEBE;
  font-weight: 100;
  padding: 0 2px;
}

/* line 595, app/assets/stylesheets/search.scss */
.fullpage-search-container .results .result img {
  float: left;
  display: block;
  height: 57px;
  width: 57px;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #E6E6E6;
}

/* line 605, app/assets/stylesheets/search.scss */
.fullpage-search-container .results .result .stackup-img img {
  display: inline-block;
  height: 37px;
  width: 37px;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #E6E6E6;
  float: none;
}

/* line 615, app/assets/stylesheets/search.scss */
.fullpage-search-container .results .result span.count-search {
  font-size: 16px;
  color: #C5C5C5;
  font-weight: 600;
  margin-top: 4px;
  display: inline-block;
}

/* line 624, app/assets/stylesheets/search.scss */
.fullpage-search-container .results .result span.view-count-search {
  font-size: 16px;
  color: #C5C5C5;
  font-weight: 600;
  margin-left: 2px;
  margin-top: 3px;
  vertical-align: top;
  display: inline-block;
}

/* line 634, app/assets/stylesheets/search.scss */
.fullpage-search-container .results .result span.octicon-eye {
  font-size: 20px;
  color: #C5C5C5;
  margin-left: 8px;
  margin-top: 5px;
  font-weight: 100;
  vertical-align: top;
  display: inline-block;
}

/* line 644, app/assets/stylesheets/search.scss */
.fullpage-search-container .results .result span.octicon-arrow-up {
  font-size: 23px;
  color: #C5C5C5;
  margin-left: 8px;
  margin-top: 2px;
  font-weight: 100;
}

/* line 652, app/assets/stylesheets/search.scss */
.fullpage-search-container .results .result span.octicon-tools, .fullpage-search-container .results .result span.octicon-pencil {
  border-radius: 3px;
  border: 1px solid #E6E6E6;
  margin: 0;
  padding: 8px;
  font-size: 40px !important;
}

/* line 660, app/assets/stylesheets/search.scss */
.fullpage-search-container .results .result span.glyphicon-align-justify {
  font-size: 16px;
  color: #C5C5C5;
  margin-left: 10px;
}

/* line 666, app/assets/stylesheets/search.scss */
.fullpage-search-container .results .result span.glyphicon-align-justify.image-placeholder {
  font-size: 16px;
  color: #C5C5C5;
  float: left;
  margin-left: 0px;
}

/* line 673, app/assets/stylesheets/search.scss */
.fullpage-search-container .results .result span.additional {
  font-size: 13px;
  display: block;
  position: absolute;
  top: 24px;
  margin: 0px;
  left: 75px;
  color: #aeaeae;
  margin-top: 4px;
  max-width: 440px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 687, app/assets/stylesheets/search.scss */
.fullpage-search-container .results .result span.additional img {
  height: 20px;
  width: 20px;
  margin-right: 8px;
  margin-top: 3px;
}

/* line 695, app/assets/stylesheets/search.scss */
.fullpage-search-container .results .result .additional {
  font-size: 13px;
  display: inline-block;
  color: #aeaeae;
  margin-left: 20px;
  margin-top: 4px;
}

/* line 702, app/assets/stylesheets/search.scss */
.fullpage-search-container .results .result .additional img {
  height: 20px;
  width: 20px;
  margin-right: 8px;
  margin-top: 3px;
}

/* line 710, app/assets/stylesheets/search.scss */
.fullpage-search-container .results .result .additional-stack-item {
  display: inline-block;
  margin: auto;
  font-size: 13px;
  color: #aeaeae;
  position: absolute;
  top: 28px;
  left: 215px;
  margin-top: 4px;
  max-width: 365px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 725, app/assets/stylesheets/search.scss */
.fullpage-search-container .results .result .published {
  margin-left: 5px;
}

/* line 729, app/assets/stylesheets/search.scss */
.fullpage-search-container .results .result span.fa-check-circle {
  color: #D3D3D3;
  font-size: 17px;
  margin-left: 4px;
  opacity: .8;
}

/* line 736, app/assets/stylesheets/search.scss */
.fullpage-search-container .results .result span.additional-name {
  font-weight: 600;
  max-width: 390px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 20px;
  display: inline-block;
  margin-left: 14px;
  vertical-align: top;
}

/* line 756, app/assets/stylesheets/search.scss */
.fullpage-search-container .results .result span.additional-name-stackup {
  font-weight: 600;
  max-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  display: inline-block;
  margin-left: 14px;
  vertical-align: middle;
}

/* line 778, app/assets/stylesheets/search.scss */
.fullpage-search-container .fa-check-circle.stack-verified {
  color: #0690fa;
  font-size: 17px;
  margin-left: 4px;
  opacity: .8;
  margin-top: 5px;
}

@media (max-width: 1200px) {
  /* line 794, app/assets/stylesheets/search.scss */
  .fullpage-search-container {
    padding: 0;
  }
}

@media (min-width: 992px) {
  /* line 800, app/assets/stylesheets/search.scss */
  .fullpage-search-container {
    min-height: 620px;
    margin-bottom: 250px;
  }
  /* line 804, app/assets/stylesheets/search.scss */
  .fullpage-search-container .category {
    font-size: 16px;
    padding: 15px;
  }
  /* line 808, app/assets/stylesheets/search.scss */
  .fullpage-search-container .category.active {
    font-size: 16px;
    padding: 15px;
    border-top: 1px solid #ebebeb;
  }
  /* line 814, app/assets/stylesheets/search.scss */
  .powered-by {
    float: right;
    margin-bottom: 25px;
    color: darkgrey;
    font-size: 13px;
    display: inline-block;
    position: absolute;
    right: -10px;
    top: -42px;
  }
  /* line 825, app/assets/stylesheets/search.scss */
  .powered-by img {
    width: 70px;
  }
  /* line 830, app/assets/stylesheets/search.scss */
  .search-page-container {
    max-width: 1105px;
    margin: auto;
  }
  /* line 835, app/assets/stylesheets/search.scss */
  .homepage-search-page-container {
    max-width: 920px;
    margin: auto;
  }
  /* line 840, app/assets/stylesheets/search.scss */
  .browse-home-search {
    text-align: center;
    margin-top: 80px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 847, app/assets/stylesheets/search.scss */
  .fullpage-search-container {
    min-height: 620px;
    margin-bottom: 200px;
  }
  /* line 851, app/assets/stylesheets/search.scss */
  .fullpage-search-container .category {
    font-size: 12px;
    padding: 7px;
  }
  /* line 856, app/assets/stylesheets/search.scss */
  .fullpage-search-container .category.active {
    font-size: 12px;
    padding: 7px;
    border-top: 1px solid #ebebeb;
  }
  /* line 862, app/assets/stylesheets/search.scss */
  .fullpage-search-container .search-categories {
    padding-left: 0;
  }
  /* line 866, app/assets/stylesheets/search.scss */
  .fullpage-search {
    font-size: 30px;
    margin-bottom: 10px;
  }
  /* line 870, app/assets/stylesheets/search.scss */
  .powered-by {
    float: right;
    margin-bottom: 25px;
    color: darkgrey;
    font-size: 13px;
    display: inline-block;
    position: absolute;
    right: -10px;
    top: -42px;
  }
  /* line 881, app/assets/stylesheets/search.scss */
  .powered-by img {
    max-width: 60px;
  }
  /* line 886, app/assets/stylesheets/search.scss */
  .fullpage-search-container .results .result .stackup-img img {
    display: inline-block;
    height: 47px;
    width: 47px;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #E6E6E6;
    float: none;
  }
  /* line 895, app/assets/stylesheets/search.scss */
  .fullpage-search-container .results .result img {
    float: left;
    display: block;
    height: 47px;
    width: 47px;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #E6E6E6;
  }
  /* line 904, app/assets/stylesheets/search.scss */
  .fullpage-search-container .results .result {
    margin: 0px 20px 15px 0px;
  }
  /* line 907, app/assets/stylesheets/search.scss */
  .fullpage-search-container .results .result span.image-placeholder {
    height: 47px !important;
    width: 47px !important;
  }
  /* line 911, app/assets/stylesheets/search.scss */
  .fullpage-search-container .results .result span.octicon-tools, .fullpage-search-container .results .result span.octicon-pencil {
    font-size: 30px !important;
  }
  /* line 915, app/assets/stylesheets/search.scss */
  .fullpage-search-container .results .result span.additional-name {
    max-width: 345px;
    margin-left: 11px;
  }
  /* line 919, app/assets/stylesheets/search.scss */
  .fullpage-search-container .results .result span.additional {
    left: 62px;
    max-width: 495px;
  }
  /* line 923, app/assets/stylesheets/search.scss */
  .fullpage-search-container .results .result span.additional-name-stackup {
    max-width: 245px;
  }
  /* line 926, app/assets/stylesheets/search.scss */
  .type-label {
    width: 47px !important;
  }
  /* line 929, app/assets/stylesheets/search.scss */
  .fullpage-search-container .results .result span.octicon-eye {
    margin: 4px 0 4px 7px;
    vertical-align: initial;
  }
  /* line 933, app/assets/stylesheets/search.scss */
  .fullpage-search-container .results .result span.view-count-search {
    margin-top: 2px;
  }
  /* line 936, app/assets/stylesheets/search.scss */
  .fullpage-search-container .results .result .additional-stack-item {
    max-width: 335px;
  }
  /* line 939, app/assets/stylesheets/search.scss */
  #header-home-search-container #header-search {
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 0 15px;
    height: 60px;
    font-weight: 200;
    width: 100%;
    font-size: 21px;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    border-radius: 5px;
  }
  /* line 952, app/assets/stylesheets/search.scss */
  #header-home-search-container span.octicon-search {
    display: none;
  }
  /* line 956, app/assets/stylesheets/search.scss */
  #header-home-search-container .search-container.dropdown-search.search-arrow {
    width: 100%;
  }
  /* line 959, app/assets/stylesheets/search.scss */
  #header-home-search-container .search-arrow:before {
    top: 45px;
  }
  /* line 963, app/assets/stylesheets/search.scss */
  #header-home-search-container img {
    height: 35px;
    width: 35px;
  }
  /* line 968, app/assets/stylesheets/search.scss */
  #header-home-search-container span.name {
    margin-left: 10px;
    max-width: 175px;
    font-size: 17px;
  }
  /* line 973, app/assets/stylesheets/search.scss */
  .browse-home-search {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 50px;
  }
  /* line 978, app/assets/stylesheets/search.scss */
  .browse-home-search {
    text-align: center;
    margin-top: 70px;
  }
  /* line 982, app/assets/stylesheets/search.scss */
  .home-search-samples {
    color: grey;
    position: absolute;
    top: 81px;
    left: 20px;
    z-index: -1 !important;
  }
}

@media (max-width: 767px) {
  /* line 992, app/assets/stylesheets/search.scss */
  .fullpage-search-container {
    margin-bottom: 50px;
  }
  /* line 995, app/assets/stylesheets/search.scss */
  .fullpage-search-container .category {
    font-size: 10px;
    padding: 10px;
  }
  /* line 999, app/assets/stylesheets/search.scss */
  .fullpage-search-container .category.active {
    font-size: 10px;
    padding: 10px;
  }
  /* line 1004, app/assets/stylesheets/search.scss */
  .fullpage-search {
    font-size: 20px;
    margin-bottom: 5px;
    padding: 15px;
  }
  /* line 1009, app/assets/stylesheets/search.scss */
  .powered-by {
    float: right;
    margin-bottom: 25px;
    color: darkgrey;
    font-size: 10px;
    display: inline-block;
    position: absolute;
    right: 16px;
    top: -49px;
  }
  /* line 1019, app/assets/stylesheets/search.scss */
  .powered-by img {
    max-width: 40px;
  }
  /* line 1023, app/assets/stylesheets/search.scss */
  #fullpage-search {
    position: relative !important;
  }
  /* line 1026, app/assets/stylesheets/search.scss */
  .fullpage-search-container .results .result .stackup-img img {
    display: inline-block;
    height: 37px;
    width: 37px;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #E6E6E6;
    float: none;
  }
  /* line 1035, app/assets/stylesheets/search.scss */
  .fullpage-search-container .results .result img {
    float: left;
    display: block;
    height: 37px;
    width: 37px;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #E6E6E6;
  }
  /* line 1044, app/assets/stylesheets/search.scss */
  .fullpage-search-container .results .result {
    margin: 0px 20px 15px 0px;
    height: 55px;
  }
  /* line 1048, app/assets/stylesheets/search.scss */
  .fullpage-search-container .results .result span.image-placeholder {
    height: 37px !important;
    width: 37px !important;
  }
  /* line 1052, app/assets/stylesheets/search.scss */
  .fullpage-search-container .results .result span.octicon-tools, .fullpage-search-container .results .result span.octicon-pencil {
    font-size: 20px !important;
  }
  /* line 1056, app/assets/stylesheets/search.scss */
  .fullpage-search-container .results .result span.additional-name {
    max-width: 100px;
    margin-left: 3px;
    font-size: 14px;
  }
  /* line 1061, app/assets/stylesheets/search.scss */
  .fullpage-search-container .results .result span.additional {
    left: 44px;
    max-width: 140px;
    font-size: 11px;
    top: 18px;
  }
  /* line 1067, app/assets/stylesheets/search.scss */
  .fullpage-search-container .results .result span.additional-name-stackup {
    max-width: 110px;
    font-size: 14px;
    margin-left: 5px;
  }
  /* line 1072, app/assets/stylesheets/search.scss */
  .type-label {
    width: 37px !important;
    font-size: 9px;
  }
  /* line 1076, app/assets/stylesheets/search.scss */
  .fullpage-search-container .results .result span.octicon-eye {
    margin: 2px 3px 4px 8px;
    font-size: 16px;
    vertical-align: initial;
  }
  /* line 1081, app/assets/stylesheets/search.scss */
  .fullpage-search-container .results .result span.view-count-search {
    margin-top: 0px;
    margin-left: 0px;
    font-size: 13px;
  }
  /* line 1086, app/assets/stylesheets/search.scss */
  .fullpage-search-container .results .result .additional-stack-item {
    max-width: 110px;
    top: 17px;
    left: 158px;
  }
  /* line 1091, app/assets/stylesheets/search.scss */
  .fullpage-search-container .results .result span.additional img {
    height: 15px;
    width: 15px;
    margin-right: 7px;
    margin-top: 0px;
    border-radius: 2px;
    margin-bottom: 3px;
  }
  /* line 1099, app/assets/stylesheets/search.scss */
  .fullpage-search-container .results .result span.glyphicon-align-justify {
    font-size: 12px;
    margin-left: 6px;
    top: 0;
    margin-top: -2px;
  }
  /* line 1105, app/assets/stylesheets/search.scss */
  .fullpage-search-container .results .result span.count-search {
    top: -5px;
    left: 28px;
    font-size: 13px;
    top: -3px;
    left: 47px;
  }
  /* line 1112, app/assets/stylesheets/search.scss */
  .fullpage-search-container .results .result span.octicon-arrow-up {
    margin-top: -2px;
    font-size: 20px;
  }
  /* line 1116, app/assets/stylesheets/search.scss */
  .fullpage-search-container .fa-check-circle.stack-verified {
    margin-top: 0px;
    font-size: 14px !important;
  }
  /* line 1120, app/assets/stylesheets/search.scss */
  .fullpage-search-container .results .result span.fa-check-circle {
    font-size: 14px !important;
  }
  /* line 1123, app/assets/stylesheets/search.scss */
  .xs-fix-search {
    position: relative;
    top: -120px;
  }
  /* line 1127, app/assets/stylesheets/search.scss */
  #header-home-search-container #header-search {
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 0 15px;
    height: 60px;
    font-weight: 200;
    width: 100%;
    font-size: 21px;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    border-radius: 5px;
  }
  /* line 1140, app/assets/stylesheets/search.scss */
  #header-home-search-container span.octicon-search {
    display: none;
  }
  /* line 1144, app/assets/stylesheets/search.scss */
  #header-home-search-container .search-container.dropdown-search.search-arrow {
    width: 100%;
  }
  /* line 1147, app/assets/stylesheets/search.scss */
  #header-home-search-container .search-arrow:before {
    top: 45px;
  }
  /* line 1151, app/assets/stylesheets/search.scss */
  #header-home-search-container img {
    height: 35px;
    width: 35px;
  }
  /* line 1156, app/assets/stylesheets/search.scss */
  #header-home-search-container span.name {
    margin-left: 10px;
    max-width: 175px;
    font-size: 17px;
  }
  /* line 1161, app/assets/stylesheets/search.scss */
  .browse-home-search {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 50px;
  }
}

/* line 1168, app/assets/stylesheets/search.scss */
.sponsored-search {
  padding: 0px 0;
  text-align: center;
  margin-left: 0px;
  font-size: 11px;
  color: grey;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1177, app/assets/stylesheets/search.scss */
  .sponsored-search {
    background-color: #ebebeb;
    padding: 60px 0;
    text-align: center;
    margin: 0;
  }
}

@media (max-width: 767px) {
  /* line 1186, app/assets/stylesheets/search.scss */
  .sponsored-search {
    background-color: #ebebeb;
    padding: 30px 0;
    text-align: center;
    margin: 0;
  }
  /* line 1192, app/assets/stylesheets/search.scss */
  .sponsored-search .section-title-2 {
    margin-bottom: 0;
  }
  /* line 1196, app/assets/stylesheets/search.scss */
  #header-home-search-new .search-container .group .result span.name {
    max-width: 300px !important;
  }
}

@media (min-width: 992px) {
  /* line 1202, app/assets/stylesheets/search.scss */
  #sponsored-search-mobile {
    display: none;
  }
  /* line 1205, app/assets/stylesheets/search.scss */
  #sponsored-search {
    border: 1px solid #ebebeb;
    padding: 16px;
    margin: 0 15px 0 28px;
    border-radius: 4px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1214, app/assets/stylesheets/search.scss */
  #sponsored-search {
    display: none;
  }
}

@media (max-width: 767px) {
  /* line 1220, app/assets/stylesheets/search.scss */
  #sponsored-search {
    display: none;
  }
}

/* line 1225, app/assets/stylesheets/search.scss */
.type-label {
  display: block;
  text-align: center;
  color: #b6b6b6;
  font-size: 12px;
  padding-top: 0px;
  width: 57px;
}

/* line 1234, app/assets/stylesheets/search.scss */
.example-search {
  padding-top: 20px;
  font-size: 20px;
}

/* line 1239, app/assets/stylesheets/search.scss */
.typed-animated {
  font-weight: 400;
}

/* line 1243, app/assets/stylesheets/search.scss */
.typed-cursor {
  color: lime;
  font-weight: bold;
  display: inline-block;
  background-color: lime;
  font-size: 16px;
}

/* line 1251, app/assets/stylesheets/search.scss */
header.search-header {
  background-color: black;
}

/* line 1256, app/assets/stylesheets/search.scss */
.search-header .trending-title, .search-header .octicon {
  color: #333;
}

/* line 1261, app/assets/stylesheets/search.scss */
#fullpage-search {
  position: absolute;
  top: -190px;
  left: 0;
  border: 1px solid #e1e1e1;
}

/* line 1268, app/assets/stylesheets/search.scss */
.search-container.dropdown-search.search-arrow {
  border: 1px solid #ebebeb;
  box-shadow: 1px 1px 3px #888888;
}

/* line 1278, app/assets/stylesheets/search.scss */
#header-home-search-container span.octicon-tools, #header-home-search-container span.octicon-pencil {
  border-radius: 3px;
  float: left;
  border: 1px solid #E6E6E6;
  padding: 6px;
  font-size: 30px !important;
  margin: 0;
}

/* PAUL NEW */
/* line 1291, app/assets/stylesheets/search.scss */
.home-search {
  padding: 20px 0;
  transition: padding 0.4s;
}

/* line 1296, app/assets/stylesheets/search.scss */
.home-search .pop-searches {
  font-size: 14px;
  padding-left: 15px;
  margin-top: 3px;
  transition: 0.4s;
}

/* line 1304, app/assets/stylesheets/search.scss */
.home-search .pop-searches #pop-search-title {
  font-weight: 600;
}

/* line 1308, app/assets/stylesheets/search.scss */
.home-search .pop-searches li {
  display: inline-block;
  list-style: none;
  color: #BABABA;
}

/* line 1313, app/assets/stylesheets/search.scss */
.home-search .pop-searches li a {
  color: #BABABA;
  font-weight: 400;
}

/* line 1321, app/assets/stylesheets/search.scss */
#search-signup {
  display: inline-block;
  position: absolute;
  visibility: hidden;
  top: 0px;
  width: 15%;
  background-color: #FF7200;
  color: #fff;
  border-radius: 5px;
  font-weight: 600;
  font-size: 16px;
  padding: 13px;
  transition: 0.4s;
}

/* line 1336, app/assets/stylesheets/search.scss */
#search-signup:hover {
  background-color: #FE933C;
}

/* line 1343, app/assets/stylesheets/search.scss */
#header-home-search-new .form-group {
  transition: width 0.4s;
}

/* line 1348, app/assets/stylesheets/search.scss */
#header-home-search-new label {
  display: block;
  font-size: 24px;
  color: #333;
  font-weight: 400;
  transition: font-size 0.4s;
}

/* line 1357, app/assets/stylesheets/search.scss */
#header-home-search-new input {
  height: 52px;
  width: 85%;
  display: inline-block;
  padding-left: 40px;
  border-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  transition: width 0.3s;
}

/* line 1369, app/assets/stylesheets/search.scss */
#header-home-search-new input::-webkit-input-placeholder {
  color: #BABABA;
  font-size: 18px;
  font-weight: 400;
}

/* line 1376, app/assets/stylesheets/search.scss */
#header-home-search-new input.form-control {
  font-size: 18px;
}

/* line 1380, app/assets/stylesheets/search.scss */
#header-home-search-new button {
  width: 13%;
  display: inline-block;
  height: 52px;
  background-color: #0690FA;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transition: 200ms;
}

/* line 1394, app/assets/stylesheets/search.scss */
#header-home-search-new button:hover, #header-home-search-new button:active {
  background-color: #0060F9;
  color: #FFF;
}

/* line 1401, app/assets/stylesheets/search.scss */
#header-home-search-new .input-octicon-search {
  position: absolute;
  left: 29px;
  top: 57px;
  color: #BABABA;
  font-size: 20px;
  z-index: 1000;
}

/* line 1410, app/assets/stylesheets/search.scss */
#header-home-search-new .dropdown-search {
  position: absolute;
  z-index: 5000;
}

/* line 1417, app/assets/stylesheets/search.scss */
#header-home-search-new .group .header span {
  font-size: 14px;
}

/* line 1423, app/assets/stylesheets/search.scss */
#header-home-search-new .search-container {
  left: 110px;
  top: 100px;
}

/* line 1427, app/assets/stylesheets/search.scss */
#header-home-search-new .search-container .group .result {
  margin: 7px 0;
}

/* line 1430, app/assets/stylesheets/search.scss */
#header-home-search-new .search-container .group .result span {
  font-size: 21px;
  margin: 2px 10px;
}

/* line 1435, app/assets/stylesheets/search.scss */
#header-home-search-new .search-container .group .result span.name {
  max-width: 400px;
}

/* line 1443, app/assets/stylesheets/search.scss */
.home-search.affix {
  position: fixed;
  top: 0;
  z-index: 5000;
  width: 100%;
  padding: 9px 0 0 0;
}

/* line 1452, app/assets/stylesheets/search.scss */
.home-search.affix .modified-search .form-group {
  width: 90% !important;
  margin-bottom: 0;
}

/* line 1457, app/assets/stylesheets/search.scss */
.home-search.affix .modified-search .pop-searches {
  opacity: 0;
  height: 0;
}

/* line 1462, app/assets/stylesheets/search.scss */
.home-search.affix .modified-search .input-octicon-search {
  top: 17px !important;
}

/* line 1466, app/assets/stylesheets/search.scss */
.home-search.affix .modified-search label {
  display: none !important;
}

/* line 1471, app/assets/stylesheets/search.scss */
.home-search.affix #search-signup {
  visibility: visible;
  background-color: #FF7200;
  color: #fff;
  border-radius: 5px;
  font-weight: 600;
  font-size: 16px;
  padding: 13px;
  transition: 200ms;
}

/* line 1482, app/assets/stylesheets/search.scss */
.home-search.affix #search-signup:hover {
  background-color: #FE933C;
}

/* line 1487, app/assets/stylesheets/search.scss */
.home-search.affix #header-home-search-new .search-container {
  display: none !important;
}

@media (max-width: 992px) {
  /* line 1496, app/assets/stylesheets/search.scss */
  #header-home-search-new input {
    width: 100%;
    border-radius: 5px;
  }
  /* line 1501, app/assets/stylesheets/search.scss */
  #header-home-search-new button {
    height: auto;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    margin: 10px 0;
  }
}

/* line 1512, app/assets/stylesheets/search.scss */
.private {
  margin: auto 5px auto 8px;
  height: 16px;
}

/* line 3, app/assets/stylesheets/autosuggest.scss */
.react-autosuggest__container {
  position: relative;
  width: 100%;
}

/* line 8, app/assets/stylesheets/autosuggest.scss */
.react-autosuggest__input {
  width: 240px;
  height: 30px;
  padding: 10px 20px;
  font-weight: 300;
  font-size: 16px;
  border: 1px solid #aaa;
  border-radius: 4px;
}

/* line 18, app/assets/stylesheets/autosuggest.scss */
.react-autosuggest__input--focused {
  outline: none;
}

/* line 22, app/assets/stylesheets/autosuggest.scss */
.react-autosuggest__input--open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 27, app/assets/stylesheets/autosuggest.scss */
.react-autosuggest__suggestions-container {
  display: none;
}

/* line 31, app/assets/stylesheets/autosuggest.scss */
.react-autosuggest__suggestions-container--open {
  display: block;
  position: absolute;
  top: 47px;
  width: 100%;
  max-height: 300px;
  overflow-y: scroll;
  border: 1px solid #ededed;
  border-top: none;
  box-shadow: 0px 2px 11px -2px #e8e8e8;
  background-color: #fff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-bottom: 10px;
  z-index: 2;
}

/* line 48, app/assets/stylesheets/autosuggest.scss */
.react-autosuggest__suggestions-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* line 54, app/assets/stylesheets/autosuggest.scss */
.react-autosuggest__suggestion {
  cursor: pointer;
  padding: 10px 20px;
}

/* line 59, app/assets/stylesheets/autosuggest.scss */
.react-autosuggest__suggestion--highlighted {
  background-color: #f0f0f0;
}

/* line 1, app/assets/stylesheets/second_footer.scss */
.second-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f7f7f7;
  padding: 68px 0;
  width: 100vw;
}

/* line 9, app/assets/stylesheets/second_footer.scss */
.second-footer .footer-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  max-width: 1220px;
  -moz-column-gap: 3%;
       column-gap: 3%;
}

/* line 16, app/assets/stylesheets/second_footer.scss */
.second-footer .footer-container .column {
  max-width: 325px;
}

/* line 20, app/assets/stylesheets/second_footer.scss */
.second-footer .footer-container .column:first-child {
  width: 280px;
}

@media (min-width: 768px) {
  /* line 20, app/assets/stylesheets/second_footer.scss */
  .second-footer .footer-container .column:first-child {
    width: 250px;
  }
}

@media (min-width: 1200px) {
  /* line 20, app/assets/stylesheets/second_footer.scss */
  .second-footer .footer-container .column:first-child {
    width: 280px;
  }
}

/* line 32, app/assets/stylesheets/second_footer.scss */
.second-footer .footer-container .column:last-child {
  max-width: 235px;
}

/* line 37, app/assets/stylesheets/second_footer.scss */
.second-footer .tools-footer-container, .second-footer .home-footer-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-items: center;
  max-width: 1220px;
}

/* line 44, app/assets/stylesheets/second_footer.scss */
.second-footer .tools-footer-container {
  -moz-column-gap: 0%;
       column-gap: 0%;
}

/* line 47, app/assets/stylesheets/second_footer.scss */
.second-footer .tools-footer-container .column:first-child {
  width: 180px;
}

/* line 52, app/assets/stylesheets/second_footer.scss */
.second-footer .home-footer-container {
  -moz-column-gap: 3%;
       column-gap: 3%;
}

@media (max-width: 768px) {
  /* line 56, app/assets/stylesheets/second_footer.scss */
  .second-footer .tools-footer-container, .second-footer .footer-container, .second-footer .home-footer-container {
    grid-template-columns: 1fr;
    width: 95%;
    text-align: center;
  }
}

@media (min-width: 769px) {
  /* line 56, app/assets/stylesheets/second_footer.scss */
  .second-footer .tools-footer-container, .second-footer .footer-container, .second-footer .home-footer-container {
    width: 700px;
  }
}

@media (min-width: 992px) {
  /* line 56, app/assets/stylesheets/second_footer.scss */
  .second-footer .tools-footer-container, .second-footer .footer-container, .second-footer .home-footer-container {
    width: 955px;
  }
}

@media (min-width: 1200px) {
  /* line 56, app/assets/stylesheets/second_footer.scss */
  .second-footer .tools-footer-container, .second-footer .footer-container, .second-footer .home-footer-container {
    width: 1220px;
  }
}

/* line 77, app/assets/stylesheets/second_footer.scss */
.second-footer .column {
  color: #2d2d2d;
}

/* line 79, app/assets/stylesheets/second_footer.scss */
.second-footer .column h2, .second-footer .column h3 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.4px;
  word-wrap: break-word;
}

/* line 86, app/assets/stylesheets/second_footer.scss */
.second-footer .column a {
  font-size: 14px;
  line-height: 2.07;
  letter-spacing: 0.3px;
}

/* line 91, app/assets/stylesheets/second_footer.scss */
.second-footer .column a:hover {
  color: #068dfe;
}
