@charset "UTF-8";
/*
 * jQuery FlexSlider v2.5.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
/* line 25, app/assets/stylesheets/vendor/flexslider.css */
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}

/* line 31, app/assets/stylesheets/vendor/flexslider.css */
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 39, app/assets/stylesheets/vendor/flexslider.css */
.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
/* line 45, app/assets/stylesheets/vendor/flexslider.css */
.flexslider {
  margin: 0;
  padding: 0;
}

/* line 49, app/assets/stylesheets/vendor/flexslider.css */
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* line 53, app/assets/stylesheets/vendor/flexslider.css */
.flexslider .slides img {
  width: 100%;
  display: block;
}

/* line 57, app/assets/stylesheets/vendor/flexslider.css */
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 65, app/assets/stylesheets/vendor/flexslider.css */
html[xmlns] .flexslider .slides {
  display: block;
}

/* line 68, app/assets/stylesheets/vendor/flexslider.css */
* html .flexslider .slides {
  height: 1%;
}

/* line 71, app/assets/stylesheets/vendor/flexslider.css */
.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
/* line 77, app/assets/stylesheets/vendor/flexslider.css */
.flexslider {
  margin: 0 0 60px;
  background: #ffffff;
  border: 4px solid #ffffff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}

/* line 91, app/assets/stylesheets/vendor/flexslider.css */
.flexslider .slides {
  zoom: 1;
}

/* line 94, app/assets/stylesheets/vendor/flexslider.css */
.flexslider .slides img {
  height: auto;
}

/* line 97, app/assets/stylesheets/vendor/flexslider.css */
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

/* line 105, app/assets/stylesheets/vendor/flexslider.css */
.loading .flex-viewport {
  max-height: 300px;
}

/* line 108, app/assets/stylesheets/vendor/flexslider.css */
.carousel li {
  margin-right: 5px;
}

/* line 111, app/assets/stylesheets/vendor/flexslider.css */
.flex-direction-nav {
  *height: 0;
}

/* line 114, app/assets/stylesheets/vendor/flexslider.css */
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 134, app/assets/stylesheets/vendor/flexslider.css */
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

/* line 142, app/assets/stylesheets/vendor/flexslider.css */
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}

/* line 145, app/assets/stylesheets/vendor/flexslider.css */
.flex-direction-nav .flex-prev {
  left: -50px;
}

/* line 148, app/assets/stylesheets/vendor/flexslider.css */
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

/* line 152, app/assets/stylesheets/vendor/flexslider.css */
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

/* line 156, app/assets/stylesheets/vendor/flexslider.css */
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

/* line 159, app/assets/stylesheets/vendor/flexslider.css */
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

/* line 163, app/assets/stylesheets/vendor/flexslider.css */
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

/* line 166, app/assets/stylesheets/vendor/flexslider.css */
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}

/* line 171, app/assets/stylesheets/vendor/flexslider.css */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

/* line 184, app/assets/stylesheets/vendor/flexslider.css */
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

/* line 190, app/assets/stylesheets/vendor/flexslider.css */
.flex-pauseplay a:hover {
  opacity: 1;
}

/* line 193, app/assets/stylesheets/vendor/flexslider.css */
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}

/* line 196, app/assets/stylesheets/vendor/flexslider.css */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

/* line 202, app/assets/stylesheets/vendor/flexslider.css */
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 208, app/assets/stylesheets/vendor/flexslider.css */
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

/* line 224, app/assets/stylesheets/vendor/flexslider.css */
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

/* line 228, app/assets/stylesheets/vendor/flexslider.css */
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

/* line 233, app/assets/stylesheets/vendor/flexslider.css */
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

/* line 238, app/assets/stylesheets/vendor/flexslider.css */
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

/* line 243, app/assets/stylesheets/vendor/flexslider.css */
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

/* line 255, app/assets/stylesheets/vendor/flexslider.css */
.flex-control-thumbs img:hover {
  opacity: 1;
}

/* line 258, app/assets/stylesheets/vendor/flexslider.css */
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  /* line 266, app/assets/stylesheets/vendor/flexslider.css */
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  /* line 270, app/assets/stylesheets/vendor/flexslider.css */
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
/* line 9, app/assets/stylesheets/vendor/normalize.css */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, app/assets/stylesheets/vendor/normalize.css */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 33, app/assets/stylesheets/vendor/normalize.css */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 54, app/assets/stylesheets/vendor/normalize.css */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 67, app/assets/stylesheets/vendor/normalize.css */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
/* line 77, app/assets/stylesheets/vendor/normalize.css */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, app/assets/stylesheets/vendor/normalize.css */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
/* line 98, app/assets/stylesheets/vendor/normalize.css */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 110, app/assets/stylesheets/vendor/normalize.css */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 118, app/assets/stylesheets/vendor/normalize.css */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 127, app/assets/stylesheets/vendor/normalize.css */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 136, app/assets/stylesheets/vendor/normalize.css */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 145, app/assets/stylesheets/vendor/normalize.css */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 154, app/assets/stylesheets/vendor/normalize.css */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 162, app/assets/stylesheets/vendor/normalize.css */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 170, app/assets/stylesheets/vendor/normalize.css */
sup {
  top: -0.5em;
}

/* line 174, app/assets/stylesheets/vendor/normalize.css */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 185, app/assets/stylesheets/vendor/normalize.css */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 193, app/assets/stylesheets/vendor/normalize.css */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 204, app/assets/stylesheets/vendor/normalize.css */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 212, app/assets/stylesheets/vendor/normalize.css */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 221, app/assets/stylesheets/vendor/normalize.css */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 229, app/assets/stylesheets/vendor/normalize.css */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 252, app/assets/stylesheets/vendor/normalize.css */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 266, app/assets/stylesheets/vendor/normalize.css */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 277, app/assets/stylesheets/vendor/normalize.css */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 290, app/assets/stylesheets/vendor/normalize.css */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 302, app/assets/stylesheets/vendor/normalize.css */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 311, app/assets/stylesheets/vendor/normalize.css */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 322, app/assets/stylesheets/vendor/normalize.css */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 334, app/assets/stylesheets/vendor/normalize.css */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 346, app/assets/stylesheets/vendor/normalize.css */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
/* line 356, app/assets/stylesheets/vendor/normalize.css */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 367, app/assets/stylesheets/vendor/normalize.css */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 376, app/assets/stylesheets/vendor/normalize.css */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 387, app/assets/stylesheets/vendor/normalize.css */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 396, app/assets/stylesheets/vendor/normalize.css */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 405, app/assets/stylesheets/vendor/normalize.css */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 416, app/assets/stylesheets/vendor/normalize.css */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 421, app/assets/stylesheets/vendor/normalize.css */
td,
th {
  padding: 0;
}

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/* line 9, app/assets/stylesheets/vendor/bootstrap/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 19, app/assets/stylesheets/vendor/bootstrap/_normalize.scss */
body {
  margin: 0;
}

/* line 32, app/assets/stylesheets/vendor/bootstrap/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/* line 52, app/assets/stylesheets/vendor/bootstrap/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 65, app/assets/stylesheets/vendor/bootstrap/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 75, app/assets/stylesheets/vendor/bootstrap/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 87, app/assets/stylesheets/vendor/bootstrap/_normalize.scss */
a {
  background: transparent;
}

/* line 95, app/assets/stylesheets/vendor/bootstrap/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 107, app/assets/stylesheets/vendor/bootstrap/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 115, app/assets/stylesheets/vendor/bootstrap/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 124, app/assets/stylesheets/vendor/bootstrap/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 133, app/assets/stylesheets/vendor/bootstrap/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 142, app/assets/stylesheets/vendor/bootstrap/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 151, app/assets/stylesheets/vendor/bootstrap/_normalize.scss */
small {
  font-size: 80%;
}

/* line 159, app/assets/stylesheets/vendor/bootstrap/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 167, app/assets/stylesheets/vendor/bootstrap/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 171, app/assets/stylesheets/vendor/bootstrap/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 182, app/assets/stylesheets/vendor/bootstrap/_normalize.scss */
img {
  border: 0;
}

/* line 190, app/assets/stylesheets/vendor/bootstrap/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 201, app/assets/stylesheets/vendor/bootstrap/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 209, app/assets/stylesheets/vendor/bootstrap/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/* line 219, app/assets/stylesheets/vendor/bootstrap/_normalize.scss */
pre {
  overflow: auto;
}

/* line 227, app/assets/stylesheets/vendor/bootstrap/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 250, app/assets/stylesheets/vendor/bootstrap/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 264, app/assets/stylesheets/vendor/bootstrap/_normalize.scss */
button {
  overflow: visible;
}

/* line 275, app/assets/stylesheets/vendor/bootstrap/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 288, app/assets/stylesheets/vendor/bootstrap/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 300, app/assets/stylesheets/vendor/bootstrap/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 309, app/assets/stylesheets/vendor/bootstrap/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 320, app/assets/stylesheets/vendor/bootstrap/_normalize.scss */
input {
  line-height: normal;
}

/* line 332, app/assets/stylesheets/vendor/bootstrap/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 344, app/assets/stylesheets/vendor/bootstrap/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 355, app/assets/stylesheets/vendor/bootstrap/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 368, app/assets/stylesheets/vendor/bootstrap/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 377, app/assets/stylesheets/vendor/bootstrap/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 388, app/assets/stylesheets/vendor/bootstrap/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 397, app/assets/stylesheets/vendor/bootstrap/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 406, app/assets/stylesheets/vendor/bootstrap/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 417, app/assets/stylesheets/vendor/bootstrap/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 422, app/assets/stylesheets/vendor/bootstrap/_normalize.scss */
td,
th {
  padding: 0;
}

@media print {
  /* line 8, app/assets/stylesheets/vendor/bootstrap/_print.scss */
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  /* line 15, app/assets/stylesheets/vendor/bootstrap/_print.scss */
  a,
a:visited {
    text-decoration: underline;
  }
  /* line 20, app/assets/stylesheets/vendor/bootstrap/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  /* line 24, app/assets/stylesheets/vendor/bootstrap/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* line 29, app/assets/stylesheets/vendor/bootstrap/_print.scss */
  a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }
  /* line 34, app/assets/stylesheets/vendor/bootstrap/_print.scss */
  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 40, app/assets/stylesheets/vendor/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }
  /* line 44, app/assets/stylesheets/vendor/bootstrap/_print.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/_print.scss */
  img {
    max-width: 100% !important;
  }
  /* line 53, app/assets/stylesheets/vendor/bootstrap/_print.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 60, app/assets/stylesheets/vendor/bootstrap/_print.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
  /* line 67, app/assets/stylesheets/vendor/bootstrap/_print.scss */
  select {
    background: #fff !important;
  }
  /* line 72, app/assets/stylesheets/vendor/bootstrap/_print.scss */
  .navbar {
    display: none;
  }
  /* line 76, app/assets/stylesheets/vendor/bootstrap/_print.scss */
  .table td,
.table th {
    background-color: #fff !important;
  }
  /* line 83, app/assets/stylesheets/vendor/bootstrap/_print.scss */
  .btn > .caret,
.dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  /* line 87, app/assets/stylesheets/vendor/bootstrap/_print.scss */
  .label {
    border: 1px solid #000;
  }
  /* line 91, app/assets/stylesheets/vendor/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 95, app/assets/stylesheets/vendor/bootstrap/_print.scss */
  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("bootstrap/glyphicons-halflings-regular.eot");
  src: url("bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

/* line 25, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 38, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-asterisk:before {
  content: "\2a";
}

/* line 39, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-plus:before {
  content: "\2b";
}

/* line 40, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-euro:before {
  content: "\20ac";
}

/* line 41, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-minus:before {
  content: "\2212";
}

/* line 42, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-cloud:before {
  content: "\2601";
}

/* line 43, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-envelope:before {
  content: "\2709";
}

/* line 44, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-pencil:before {
  content: "\270f";
}

/* line 45, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-glass:before {
  content: "\e001";
}

/* line 46, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-music:before {
  content: "\e002";
}

/* line 47, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-search:before {
  content: "\e003";
}

/* line 48, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-heart:before {
  content: "\e005";
}

/* line 49, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-star:before {
  content: "\e006";
}

/* line 50, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-star-empty:before {
  content: "\e007";
}

/* line 51, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-user:before {
  content: "\e008";
}

/* line 52, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-film:before {
  content: "\e009";
}

/* line 53, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-th-large:before {
  content: "\e010";
}

/* line 54, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-th:before {
  content: "\e011";
}

/* line 55, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-th-list:before {
  content: "\e012";
}

/* line 56, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-ok:before {
  content: "\e013";
}

/* line 57, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-remove:before {
  content: "\e014";
}

/* line 58, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-zoom-in:before {
  content: "\e015";
}

/* line 59, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-zoom-out:before {
  content: "\e016";
}

/* line 60, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-off:before {
  content: "\e017";
}

/* line 61, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-signal:before {
  content: "\e018";
}

/* line 62, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-cog:before {
  content: "\e019";
}

/* line 63, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-trash:before {
  content: "\e020";
}

/* line 64, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-home:before {
  content: "\e021";
}

/* line 65, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-file:before {
  content: "\e022";
}

/* line 66, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-time:before {
  content: "\e023";
}

/* line 67, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-road:before {
  content: "\e024";
}

/* line 68, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-download-alt:before {
  content: "\e025";
}

/* line 69, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-download:before {
  content: "\e026";
}

/* line 70, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-upload:before {
  content: "\e027";
}

/* line 71, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-inbox:before {
  content: "\e028";
}

/* line 72, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-play-circle:before {
  content: "\e029";
}

/* line 73, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-repeat:before {
  content: "\e030";
}

/* line 74, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-refresh:before {
  content: "\e031";
}

/* line 75, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-list-alt:before {
  content: "\e032";
}

/* line 76, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-lock:before {
  content: "\e033";
}

/* line 77, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-flag:before {
  content: "\e034";
}

/* line 78, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-headphones:before {
  content: "\e035";
}

/* line 79, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-volume-off:before {
  content: "\e036";
}

/* line 80, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-volume-down:before {
  content: "\e037";
}

/* line 81, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-volume-up:before {
  content: "\e038";
}

/* line 82, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-qrcode:before {
  content: "\e039";
}

/* line 83, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-barcode:before {
  content: "\e040";
}

/* line 84, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-tag:before {
  content: "\e041";
}

/* line 85, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-tags:before {
  content: "\e042";
}

/* line 86, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-book:before {
  content: "\e043";
}

/* line 87, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-bookmark:before {
  content: "\e044";
}

/* line 88, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-print:before {
  content: "\e045";
}

/* line 89, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-camera:before {
  content: "\e046";
}

/* line 90, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-font:before {
  content: "\e047";
}

/* line 91, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-bold:before {
  content: "\e048";
}

/* line 92, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-italic:before {
  content: "\e049";
}

/* line 93, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-text-height:before {
  content: "\e050";
}

/* line 94, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-text-width:before {
  content: "\e051";
}

/* line 95, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-align-left:before {
  content: "\e052";
}

/* line 96, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-align-center:before {
  content: "\e053";
}

/* line 97, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-align-right:before {
  content: "\e054";
}

/* line 98, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-align-justify:before {
  content: "\e055";
}

/* line 99, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-list:before {
  content: "\e056";
}

/* line 100, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-indent-left:before {
  content: "\e057";
}

/* line 101, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-indent-right:before {
  content: "\e058";
}

/* line 102, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-facetime-video:before {
  content: "\e059";
}

/* line 103, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-picture:before {
  content: "\e060";
}

/* line 104, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-map-marker:before {
  content: "\e062";
}

/* line 105, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-adjust:before {
  content: "\e063";
}

/* line 106, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-tint:before {
  content: "\e064";
}

/* line 107, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-edit:before {
  content: "\e065";
}

/* line 108, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-share:before {
  content: "\e066";
}

/* line 109, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-check:before {
  content: "\e067";
}

/* line 110, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-move:before {
  content: "\e068";
}

/* line 111, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-step-backward:before {
  content: "\e069";
}

/* line 112, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-fast-backward:before {
  content: "\e070";
}

/* line 113, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-backward:before {
  content: "\e071";
}

/* line 114, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-play:before {
  content: "\e072";
}

/* line 115, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-pause:before {
  content: "\e073";
}

/* line 116, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-stop:before {
  content: "\e074";
}

/* line 117, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-forward:before {
  content: "\e075";
}

/* line 118, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-fast-forward:before {
  content: "\e076";
}

/* line 119, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-step-forward:before {
  content: "\e077";
}

/* line 120, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-eject:before {
  content: "\e078";
}

/* line 121, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-chevron-left:before {
  content: "\e079";
}

/* line 122, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 123, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-plus-sign:before {
  content: "\e081";
}

/* line 124, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-minus-sign:before {
  content: "\e082";
}

/* line 125, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-remove-sign:before {
  content: "\e083";
}

/* line 126, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-ok-sign:before {
  content: "\e084";
}

/* line 127, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-question-sign:before {
  content: "\e085";
}

/* line 128, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-info-sign:before {
  content: "\e086";
}

/* line 129, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-screenshot:before {
  content: "\e087";
}

/* line 130, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-remove-circle:before {
  content: "\e088";
}

/* line 131, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-ok-circle:before {
  content: "\e089";
}

/* line 132, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-ban-circle:before {
  content: "\e090";
}

/* line 133, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-arrow-left:before {
  content: "\e091";
}

/* line 134, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-arrow-right:before {
  content: "\e092";
}

/* line 135, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-arrow-up:before {
  content: "\e093";
}

/* line 136, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-arrow-down:before {
  content: "\e094";
}

/* line 137, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-share-alt:before {
  content: "\e095";
}

/* line 138, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-resize-full:before {
  content: "\e096";
}

/* line 139, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-resize-small:before {
  content: "\e097";
}

/* line 140, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}

/* line 141, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-gift:before {
  content: "\e102";
}

/* line 142, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-leaf:before {
  content: "\e103";
}

/* line 143, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-fire:before {
  content: "\e104";
}

/* line 144, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-eye-open:before {
  content: "\e105";
}

/* line 145, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-eye-close:before {
  content: "\e106";
}

/* line 146, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-warning-sign:before {
  content: "\e107";
}

/* line 147, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-plane:before {
  content: "\e108";
}

/* line 148, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-calendar:before {
  content: "\e109";
}

/* line 149, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-random:before {
  content: "\e110";
}

/* line 150, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-comment:before {
  content: "\e111";
}

/* line 151, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-magnet:before {
  content: "\e112";
}

/* line 152, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-chevron-up:before {
  content: "\e113";
}

/* line 153, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-chevron-down:before {
  content: "\e114";
}

/* line 154, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-retweet:before {
  content: "\e115";
}

/* line 155, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-shopping-cart:before {
  content: "\e116";
}

/* line 156, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-folder-close:before {
  content: "\e117";
}

/* line 157, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-folder-open:before {
  content: "\e118";
}

/* line 158, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-resize-vertical:before {
  content: "\e119";
}

/* line 159, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}

/* line 160, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-hdd:before {
  content: "\e121";
}

/* line 161, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-bullhorn:before {
  content: "\e122";
}

/* line 162, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-bell:before {
  content: "\e123";
}

/* line 163, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-certificate:before {
  content: "\e124";
}

/* line 164, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-up:before {
  content: "\e125";
}

/* line 165, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-down:before {
  content: "\e126";
}

/* line 166, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-hand-right:before {
  content: "\e127";
}

/* line 167, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-hand-left:before {
  content: "\e128";
}

/* line 168, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-hand-up:before {
  content: "\e129";
}

/* line 169, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-hand-down:before {
  content: "\e130";
}

/* line 170, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

/* line 171, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

/* line 172, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

/* line 173, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

/* line 174, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-globe:before {
  content: "\e135";
}

/* line 175, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-wrench:before {
  content: "\e136";
}

/* line 176, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-tasks:before {
  content: "\e137";
}

/* line 177, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-filter:before {
  content: "\e138";
}

/* line 178, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-briefcase:before {
  content: "\e139";
}

/* line 179, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-fullscreen:before {
  content: "\e140";
}

/* line 180, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-dashboard:before {
  content: "\e141";
}

/* line 181, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-paperclip:before {
  content: "\e142";
}

/* line 182, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-heart-empty:before {
  content: "\e143";
}

/* line 183, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-link:before {
  content: "\e144";
}

/* line 184, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-phone:before {
  content: "\e145";
}

/* line 185, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-pushpin:before {
  content: "\e146";
}

/* line 186, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-usd:before {
  content: "\e148";
}

/* line 187, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-gbp:before {
  content: "\e149";
}

/* line 188, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-sort:before {
  content: "\e150";
}

/* line 189, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

/* line 190, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

/* line 191, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order:before {
  content: "\e153";
}

/* line 192, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

/* line 193, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

/* line 194, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

/* line 195, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-unchecked:before {
  content: "\e157";
}

/* line 196, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-expand:before {
  content: "\e158";
}

/* line 197, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-collapse-down:before {
  content: "\e159";
}

/* line 198, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-collapse-up:before {
  content: "\e160";
}

/* line 199, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-log-in:before {
  content: "\e161";
}

/* line 200, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-flash:before {
  content: "\e162";
}

/* line 201, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-log-out:before {
  content: "\e163";
}

/* line 202, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-new-window:before {
  content: "\e164";
}

/* line 203, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-record:before {
  content: "\e165";
}

/* line 204, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-save:before {
  content: "\e166";
}

/* line 205, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-open:before {
  content: "\e167";
}

/* line 206, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-saved:before {
  content: "\e168";
}

/* line 207, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-import:before {
  content: "\e169";
}

/* line 208, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-export:before {
  content: "\e170";
}

/* line 209, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-send:before {
  content: "\e171";
}

/* line 210, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-floppy-disk:before {
  content: "\e172";
}

/* line 211, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-floppy-saved:before {
  content: "\e173";
}

/* line 212, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-floppy-remove:before {
  content: "\e174";
}

/* line 213, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-floppy-save:before {
  content: "\e175";
}

/* line 214, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-floppy-open:before {
  content: "\e176";
}

/* line 215, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-credit-card:before {
  content: "\e177";
}

/* line 216, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-transfer:before {
  content: "\e178";
}

/* line 217, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-cutlery:before {
  content: "\e179";
}

/* line 218, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-header:before {
  content: "\e180";
}

/* line 219, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-compressed:before {
  content: "\e181";
}

/* line 220, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-earphone:before {
  content: "\e182";
}

/* line 221, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-phone-alt:before {
  content: "\e183";
}

/* line 222, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-tower:before {
  content: "\e184";
}

/* line 223, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-stats:before {
  content: "\e185";
}

/* line 224, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-sd-video:before {
  content: "\e186";
}

/* line 225, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-hd-video:before {
  content: "\e187";
}

/* line 226, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-subtitles:before {
  content: "\e188";
}

/* line 227, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-sound-stereo:before {
  content: "\e189";
}

/* line 228, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-sound-dolby:before {
  content: "\e190";
}

/* line 229, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-sound-5-1:before {
  content: "\e191";
}

/* line 230, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-sound-6-1:before {
  content: "\e192";
}

/* line 231, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-sound-7-1:before {
  content: "\e193";
}

/* line 232, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-copyright-mark:before {
  content: "\e194";
}

/* line 233, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-registration-mark:before {
  content: "\e195";
}

/* line 234, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-cloud-download:before {
  content: "\e197";
}

/* line 235, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-cloud-upload:before {
  content: "\e198";
}

/* line 236, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-tree-conifer:before {
  content: "\e199";
}

/* line 237, app/assets/stylesheets/vendor/bootstrap/_glyphicons.scss */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/* line 11, app/assets/stylesheets/vendor/bootstrap/_scaffolding.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 14, app/assets/stylesheets/vendor/bootstrap/_scaffolding.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 22, app/assets/stylesheets/vendor/bootstrap/_scaffolding.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 27, app/assets/stylesheets/vendor/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, app/assets/stylesheets/vendor/bootstrap/_scaffolding.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 48, app/assets/stylesheets/vendor/bootstrap/_scaffolding.scss */
a {
  color: #428bca;
  text-decoration: none;
}

/* line 52, app/assets/stylesheets/vendor/bootstrap/_scaffolding.scss */
a:hover, a:focus {
  color: #2a6496;
  text-decoration: underline;
}

/* line 58, app/assets/stylesheets/vendor/bootstrap/_scaffolding.scss */
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 69, app/assets/stylesheets/vendor/bootstrap/_scaffolding.scss */
figure {
  margin: 0;
}

/* line 76, app/assets/stylesheets/vendor/bootstrap/_scaffolding.scss */
img {
  vertical-align: middle;
}

/* line 81, app/assets/stylesheets/vendor/bootstrap/_scaffolding.scss */
.img-responsive {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}

/* line 86, app/assets/stylesheets/vendor/bootstrap/_scaffolding.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 93, app/assets/stylesheets/vendor/bootstrap/_scaffolding.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}

/* line 106, app/assets/stylesheets/vendor/bootstrap/_scaffolding.scss */
.img-circle {
  border-radius: 50%;
}

/* line 113, app/assets/stylesheets/vendor/bootstrap/_scaffolding.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

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

/* line 141, app/assets/stylesheets/vendor/bootstrap/_scaffolding.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 9, app/assets/stylesheets/vendor/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, app/assets/stylesheets/vendor/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: normal;
  line-height: 1;
  color: #777777;
}

/* line 24, app/assets/stylesheets/vendor/bootstrap/_type.scss */
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

/* line 30, app/assets/stylesheets/vendor/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, app/assets/stylesheets/vendor/bootstrap/_type.scss */
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 41, app/assets/stylesheets/vendor/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, app/assets/stylesheets/vendor/bootstrap/_type.scss */
h1, .h1 {
  font-size: 36px;
}

/* line 48, app/assets/stylesheets/vendor/bootstrap/_type.scss */
h2, .h2 {
  font-size: 30px;
}

/* line 49, app/assets/stylesheets/vendor/bootstrap/_type.scss */
h3, .h3 {
  font-size: 24px;
}

/* line 50, app/assets/stylesheets/vendor/bootstrap/_type.scss */
h4, .h4 {
  font-size: 18px;
}

/* line 51, app/assets/stylesheets/vendor/bootstrap/_type.scss */
h5, .h5 {
  font-size: 14px;
}

/* line 52, app/assets/stylesheets/vendor/bootstrap/_type.scss */
h6, .h6 {
  font-size: 12px;
}

/* line 58, app/assets/stylesheets/vendor/bootstrap/_type.scss */
p {
  margin: 0 0 10px;
}

/* line 62, app/assets/stylesheets/vendor/bootstrap/_type.scss */
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  /* line 62, app/assets/stylesheets/vendor/bootstrap/_type.scss */
  .lead {
    font-size: 21px;
  }
}

/* line 78, app/assets/stylesheets/vendor/bootstrap/_type.scss */
small,
.small {
  font-size: 85%;
}

/* line 84, app/assets/stylesheets/vendor/bootstrap/_type.scss */
cite {
  font-style: normal;
}

/* line 88, app/assets/stylesheets/vendor/bootstrap/_type.scss */
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

/* line 95, app/assets/stylesheets/vendor/bootstrap/_type.scss */
.text-left {
  text-align: left;
}

/* line 96, app/assets/stylesheets/vendor/bootstrap/_type.scss */
.text-right {
  text-align: right;
}

/* line 97, app/assets/stylesheets/vendor/bootstrap/_type.scss */
.text-center {
  text-align: center;
}

/* line 98, app/assets/stylesheets/vendor/bootstrap/_type.scss */
.text-justify {
  text-align: justify;
}

/* line 99, app/assets/stylesheets/vendor/bootstrap/_type.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 102, app/assets/stylesheets/vendor/bootstrap/_type.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 103, app/assets/stylesheets/vendor/bootstrap/_type.scss */
.text-uppercase {
  text-transform: uppercase;
}

/* line 104, app/assets/stylesheets/vendor/bootstrap/_type.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 107, app/assets/stylesheets/vendor/bootstrap/_type.scss */
.text-muted {
  color: #777777;
}

/* line 5, app/assets/stylesheets/vendor/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #428bca;
}

/* line 8, app/assets/stylesheets/vendor/bootstrap/mixins/_text-emphasis.scss */
a.text-primary:hover {
  color: #3071a9;
}

/* line 5, app/assets/stylesheets/vendor/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #3c763d;
}

/* line 8, app/assets/stylesheets/vendor/bootstrap/mixins/_text-emphasis.scss */
a.text-success:hover {
  color: #2b542c;
}

/* line 5, app/assets/stylesheets/vendor/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #31708f;
}

/* line 8, app/assets/stylesheets/vendor/bootstrap/mixins/_text-emphasis.scss */
a.text-info:hover {
  color: #245269;
}

/* line 5, app/assets/stylesheets/vendor/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #8a6d3b;
}

/* line 8, app/assets/stylesheets/vendor/bootstrap/mixins/_text-emphasis.scss */
a.text-warning:hover {
  color: #66512c;
}

/* line 5, app/assets/stylesheets/vendor/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #a94442;
}

/* line 8, app/assets/stylesheets/vendor/bootstrap/mixins/_text-emphasis.scss */
a.text-danger:hover {
  color: #843534;
}

/* line 124, app/assets/stylesheets/vendor/bootstrap/_type.scss */
.bg-primary {
  color: #fff;
}

/* line 5, app/assets/stylesheets/vendor/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #428bca;
}

/* line 8, app/assets/stylesheets/vendor/bootstrap/mixins/_background-variant.scss */
a.bg-primary:hover {
  background-color: #3071a9;
}

/* line 5, app/assets/stylesheets/vendor/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #dff0d8;
}

/* line 8, app/assets/stylesheets/vendor/bootstrap/mixins/_background-variant.scss */
a.bg-success:hover {
  background-color: #c1e2b3;
}

/* line 5, app/assets/stylesheets/vendor/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 8, app/assets/stylesheets/vendor/bootstrap/mixins/_background-variant.scss */
a.bg-info:hover {
  background-color: #afd9ee;
}

/* line 5, app/assets/stylesheets/vendor/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 8, app/assets/stylesheets/vendor/bootstrap/mixins/_background-variant.scss */
a.bg-warning:hover {
  background-color: #f7ecb5;
}

/* line 5, app/assets/stylesheets/vendor/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #f2dede;
}

/* line 8, app/assets/stylesheets/vendor/bootstrap/mixins/_background-variant.scss */
a.bg-danger:hover {
  background-color: #e4b9b9;
}

/* line 143, app/assets/stylesheets/vendor/bootstrap/_type.scss */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

/* line 154, app/assets/stylesheets/vendor/bootstrap/_type.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

/* line 158, app/assets/stylesheets/vendor/bootstrap/_type.scss */
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

/* line 167, app/assets/stylesheets/vendor/bootstrap/_type.scss */
.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 173, app/assets/stylesheets/vendor/bootstrap/_type.scss */
.list-inline {
  margin-left: -5px;
}

/* line 177, app/assets/stylesheets/vendor/bootstrap/_type.scss */
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 185, app/assets/stylesheets/vendor/bootstrap/_type.scss */
dl {
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 189, app/assets/stylesheets/vendor/bootstrap/_type.scss */
dt,
dd {
  line-height: 1.428571429;
}

/* line 193, app/assets/stylesheets/vendor/bootstrap/_type.scss */
dt {
  font-weight: bold;
}

/* line 196, app/assets/stylesheets/vendor/bootstrap/_type.scss */
dd {
  margin-left: 0;
}

/* line 14, app/assets/stylesheets/vendor/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}

/* line 19, app/assets/stylesheets/vendor/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 211, app/assets/stylesheets/vendor/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, app/assets/stylesheets/vendor/bootstrap/_type.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

/* line 229, app/assets/stylesheets/vendor/bootstrap/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

/* line 235, app/assets/stylesheets/vendor/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

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

/* line 250, app/assets/stylesheets/vendor/bootstrap/_type.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

/* line 257, app/assets/stylesheets/vendor/bootstrap/_type.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}

/* line 265, app/assets/stylesheets/vendor/bootstrap/_type.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

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

/* line 286, app/assets/stylesheets/vendor/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, app/assets/stylesheets/vendor/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, app/assets/stylesheets/vendor/bootstrap/_type.scss */
blockquote:before,
blockquote:after {
  content: "";
}

/* line 300, app/assets/stylesheets/vendor/bootstrap/_type.scss */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

/* line 7, app/assets/stylesheets/vendor/bootstrap/_code.scss */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

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

/* line 24, app/assets/stylesheets/vendor/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, app/assets/stylesheets/vendor/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  box-shadow: none;
}

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

/* line 54, app/assets/stylesheets/vendor/bootstrap/_code.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 65, app/assets/stylesheets/vendor/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 10, app/assets/stylesheets/vendor/bootstrap/_grid.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 14, app/assets/stylesheets/vendor/bootstrap/mixins/_clearfix.scss */
.container:before, .container:after {
  content: " ";
  display: table;
}

/* line 19, app/assets/stylesheets/vendor/bootstrap/mixins/_clearfix.scss */
.container:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 10, app/assets/stylesheets/vendor/bootstrap/_grid.scss */
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  /* line 10, app/assets/stylesheets/vendor/bootstrap/_grid.scss */
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  /* line 10, app/assets/stylesheets/vendor/bootstrap/_grid.scss */
  .container {
    width: 1170px;
  }
}

/* line 30, app/assets/stylesheets/vendor/bootstrap/_grid.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 14, app/assets/stylesheets/vendor/bootstrap/mixins/_clearfix.scss */
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

/* line 19, app/assets/stylesheets/vendor/bootstrap/mixins/_clearfix.scss */
.container-fluid:after {
  clear: both;
}

/* line 39, app/assets/stylesheets/vendor/bootstrap/_grid.scss */
.row {
  margin-left: -15px;
  margin-right: -15px;
}

/* line 14, app/assets/stylesheets/vendor/bootstrap/mixins/_clearfix.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}

/* line 19, app/assets/stylesheets/vendor/bootstrap/mixins/_clearfix.scss */
.row:after {
  clear: both;
}

/* line 11, app/assets/stylesheets/vendor/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, .dashboard-wrapper .welcome-alert ul li, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 27, app/assets/stylesheets/vendor/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, .dashboard-wrapper .welcome-alert ul li {
  float: left;
}

/* line 35, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 8.3333333333%;
}

/* line 35, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-2 {
  width: 16.6666666667%;
}

/* line 35, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-3 {
  width: 25%;
}

/* line 35, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-4 {
  width: 33.3333333333%;
}

/* line 35, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-5 {
  width: 41.6666666667%;
}

/* line 35, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-6 {
  width: 50%;
}

/* line 35, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-7 {
  width: 58.3333333333%;
}

/* line 35, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-8 {
  width: 66.6666666667%;
}

/* line 35, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-9 {
  width: 75%;
}

/* line 35, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-10 {
  width: 83.3333333333%;
}

/* line 35, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-11 {
  width: 91.6666666667%;
}

/* line 35, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-12, .dashboard-wrapper .welcome-alert ul li {
  width: 100%;
}

/* line 55, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 50, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-1 {
  right: 8.3333333333%;
}

/* line 50, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-2 {
  right: 16.6666666667%;
}

/* line 50, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 50, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-4 {
  right: 33.3333333333%;
}

/* line 50, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-5 {
  right: 41.6666666667%;
}

/* line 50, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 50, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-7 {
  right: 58.3333333333%;
}

/* line 50, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-8 {
  right: 66.6666666667%;
}

/* line 50, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 50, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-10 {
  right: 83.3333333333%;
}

/* line 50, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-11 {
  right: 91.6666666667%;
}

/* line 50, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 45, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 40, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-1 {
  left: 8.3333333333%;
}

/* line 40, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-2 {
  left: 16.6666666667%;
}

/* line 40, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 40, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-4 {
  left: 33.3333333333%;
}

/* line 40, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-5 {
  left: 41.6666666667%;
}

/* line 40, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 40, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-7 {
  left: 58.3333333333%;
}

/* line 40, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-8 {
  left: 66.6666666667%;
}

/* line 40, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 40, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-10 {
  left: 83.3333333333%;
}

/* line 40, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-11 {
  left: 91.6666666667%;
}

/* line 40, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 60, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 60, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

/* line 60, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

/* line 60, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 60, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

/* line 60, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

/* line 60, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 60, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

/* line 60, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

/* line 60, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 60, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

/* line 60, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

/* line 60, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  /* line 27, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .dashboard-wrapper .welcome-alert ul li, .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, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    width: 8.3333333333%;
  }
  /* line 35, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    width: 16.6666666667%;
  }
  /* line 35, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    width: 25%;
  }
  /* line 35, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4, .dashboard-wrapper .welcome-alert ul li {
    width: 33.3333333333%;
  }
  /* line 35, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    width: 41.6666666667%;
  }
  /* line 35, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    width: 50%;
  }
  /* line 35, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    width: 58.3333333333%;
  }
  /* line 35, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    width: 66.6666666667%;
  }
  /* line 35, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    width: 75%;
  }
  /* line 35, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    width: 83.3333333333%;
  }
  /* line 35, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    width: 91.6666666667%;
  }
  /* line 35, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    width: 100%;
  }
  /* line 55, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-0 {
    right: auto;
  }
  /* line 50, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  /* line 50, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  /* line 50, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-3 {
    right: 25%;
  }
  /* line 50, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  /* line 50, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  /* line 50, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-6 {
    right: 50%;
  }
  /* line 50, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  /* line 50, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  /* line 50, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-9 {
    right: 75%;
  }
  /* line 50, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  /* line 50, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  /* line 50, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-12 {
    right: 100%;
  }
  /* line 45, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-0 {
    left: auto;
  }
  /* line 40, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  /* line 40, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  /* line 40, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-3 {
    left: 25%;
  }
  /* line 40, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  /* line 40, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  /* line 40, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-6 {
    left: 50%;
  }
  /* line 40, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  /* line 40, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  /* line 40, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-9 {
    left: 75%;
  }
  /* line 40, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  /* line 40, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  /* line 40, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-12 {
    left: 100%;
  }
  /* line 60, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  /* line 60, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 60, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 60, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  /* line 60, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 60, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 60, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  /* line 60, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 60, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 60, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  /* line 60, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 60, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  /* line 60, app/assets/stylesheets/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

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

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

/* line 6, app/assets/stylesheets/vendor/bootstrap/_tables.scss */
table {
  background-color: transparent;
}

/* line 9, app/assets/stylesheets/vendor/bootstrap/_tables.scss */
th {
  text-align: left;
}

/* line 16, app/assets/stylesheets/vendor/bootstrap/_tables.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

/* line 25, app/assets/stylesheets/vendor/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 35, app/assets/stylesheets/vendor/bootstrap/_tables.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

/* line 44, app/assets/stylesheets/vendor/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 51, app/assets/stylesheets/vendor/bootstrap/_tables.scss */
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

/* line 56, app/assets/stylesheets/vendor/bootstrap/_tables.scss */
.table .table {
  background-color: #fff;
}

/* line 69, app/assets/stylesheets/vendor/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 82, app/assets/stylesheets/vendor/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #ddd;
}

/* line 88, app/assets/stylesheets/vendor/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 95, app/assets/stylesheets/vendor/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 109, app/assets/stylesheets/vendor/bootstrap/_tables.scss */
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

/* line 123, app/assets/stylesheets/vendor/bootstrap/_tables.scss */
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

/* line 135, app/assets/stylesheets/vendor/bootstrap/_tables.scss */
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

/* line 143, app/assets/stylesheets/vendor/bootstrap/_tables.scss */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

/* line 9, app/assets/stylesheets/vendor/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, app/assets/stylesheets/vendor/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, app/assets/stylesheets/vendor/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, app/assets/stylesheets/vendor/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, app/assets/stylesheets/vendor/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, app/assets/stylesheets/vendor/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, app/assets/stylesheets/vendor/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, app/assets/stylesheets/vendor/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, app/assets/stylesheets/vendor/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, app/assets/stylesheets/vendor/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;
}

@media screen and (max-width: 767px) {
  /* line 171, app/assets/stylesheets/vendor/bootstrap/_tables.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  /* line 182, app/assets/stylesheets/vendor/bootstrap/_tables.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 190, app/assets/stylesheets/vendor/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 199, app/assets/stylesheets/vendor/bootstrap/_tables.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 207, app/assets/stylesheets/vendor/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 211, app/assets/stylesheets/vendor/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 224, app/assets/stylesheets/vendor/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, app/assets/stylesheets/vendor/bootstrap/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

/* line 20, app/assets/stylesheets/vendor/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, app/assets/stylesheets/vendor/bootstrap/_forms.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 47, app/assets/stylesheets/vendor/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 52, app/assets/stylesheets/vendor/bootstrap/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 60, app/assets/stylesheets/vendor/bootstrap/_forms.scss */
input[type="file"] {
  display: block;
}

/* line 65, app/assets/stylesheets/vendor/bootstrap/_forms.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 71, app/assets/stylesheets/vendor/bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 77, app/assets/stylesheets/vendor/bootstrap/_forms.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 84, app/assets/stylesheets/vendor/bootstrap/_forms.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}

/* line 115, app/assets/stylesheets/vendor/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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

/* line 53, app/assets/stylesheets/vendor/bootstrap/mixins/_forms.scss */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 102, app/assets/stylesheets/vendor/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-moz-placeholder {
  color: #777777;
  opacity: 1;
}

/* line 104, app/assets/stylesheets/vendor/bootstrap/mixins/_vendor-prefixes.scss */
.form-control:-ms-input-placeholder {
  color: #777777;
}

/* line 105, app/assets/stylesheets/vendor/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-webkit-input-placeholder {
  color: #777777;
}

/* line 141, app/assets/stylesheets/vendor/bootstrap/_forms.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

/* line 153, app/assets/stylesheets/vendor/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

/* line 165, app/assets/stylesheets/vendor/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-appearance: none;
}

/* line 178, app/assets/stylesheets/vendor/bootstrap/_forms.scss */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.428571429 \0;
}

/* line 186, app/assets/stylesheets/vendor/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"], .form-horizontal .form-group-sm .form-control[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"],
.form-horizontal .form-group-sm .form-control[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"],
.form-horizontal .form-group-sm .form-control[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"],
.form-horizontal .form-group-sm .form-control[type="month"] {
  line-height: 30px;
}

/* line 189, app/assets/stylesheets/vendor/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"], .form-horizontal .form-group-lg .form-control[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"],
.form-horizontal .form-group-lg .form-control[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"],
.form-horizontal .form-group-lg .form-control[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"],
.form-horizontal .form-group-lg .form-control[type="month"] {
  line-height: 46px;
}

/* line 200, app/assets/stylesheets/vendor/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 209, app/assets/stylesheets/vendor/bootstrap/_forms.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 217, app/assets/stylesheets/vendor/bootstrap/_forms.scss */
.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 224, app/assets/stylesheets/vendor/bootstrap/_forms.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

/* line 233, app/assets/stylesheets/vendor/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 239, app/assets/stylesheets/vendor/bootstrap/_forms.scss */
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

/* line 248, app/assets/stylesheets/vendor/bootstrap/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 260, app/assets/stylesheets/vendor/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 269, app/assets/stylesheets/vendor/bootstrap/_forms.scss */
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

/* line 279, app/assets/stylesheets/vendor/bootstrap/_forms.scss */
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

/* line 291, app/assets/stylesheets/vendor/bootstrap/_forms.scss */
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

/* line 298, app/assets/stylesheets/vendor/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-horizontal .form-group-lg .form-control-static.form-control, .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, .form-horizontal .form-group-sm .form-control-static.form-control {
  padding-left: 0;
  padding-right: 0;
}

/* line 67, app/assets/stylesheets/vendor/bootstrap/mixins/_forms.scss */
.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn, .form-horizontal .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 75, app/assets/stylesheets/vendor/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, .form-horizontal .form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

/* line 80, app/assets/stylesheets/vendor/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, .form-horizontal .form-group-sm textarea.form-control,
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],
.form-horizontal .form-group-sm .form-control[multiple] {
  height: auto;
}

/* line 67, app/assets/stylesheets/vendor/bootstrap/mixins/_forms.scss */
.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn, .form-horizontal .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 75, app/assets/stylesheets/vendor/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, .form-horizontal .form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

/* line 80, app/assets/stylesheets/vendor/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, .form-horizontal .form-group-lg textarea.form-control,
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],
.form-horizontal .form-group-lg .form-control[multiple] {
  height: auto;
}

/* line 320, app/assets/stylesheets/vendor/bootstrap/_forms.scss */
.has-feedback {
  position: relative;
}

/* line 325, app/assets/stylesheets/vendor/bootstrap/_forms.scss */
.has-feedback .form-control {
  padding-right: 42.5px;
}

/* line 330, app/assets/stylesheets/vendor/bootstrap/_forms.scss */
.form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}

/* line 341, app/assets/stylesheets/vendor/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, .form-horizontal .form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

/* line 346, app/assets/stylesheets/vendor/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, .form-horizontal .form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 8, app/assets/stylesheets/vendor/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 {
  color: #3c763d;
}

/* line 17, app/assets/stylesheets/vendor/bootstrap/mixins/_forms.scss */
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 20, app/assets/stylesheets/vendor/bootstrap/mixins/_forms.scss */
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

/* line 27, app/assets/stylesheets/vendor/bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

/* line 33, app/assets/stylesheets/vendor/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 8, app/assets/stylesheets/vendor/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 {
  color: #8a6d3b;
}

/* line 17, app/assets/stylesheets/vendor/bootstrap/mixins/_forms.scss */
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 20, app/assets/stylesheets/vendor/bootstrap/mixins/_forms.scss */
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

/* line 27, app/assets/stylesheets/vendor/bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 33, app/assets/stylesheets/vendor/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 8, app/assets/stylesheets/vendor/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 {
  color: #a94442;
}

/* line 17, app/assets/stylesheets/vendor/bootstrap/mixins/_forms.scss */
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 20, app/assets/stylesheets/vendor/bootstrap/mixins/_forms.scss */
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

/* line 27, app/assets/stylesheets/vendor/bootstrap/mixins/_forms.scss */
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

/* line 33, app/assets/stylesheets/vendor/bootstrap/mixins/_forms.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 365, app/assets/stylesheets/vendor/bootstrap/_forms.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 375, app/assets/stylesheets/vendor/bootstrap/_forms.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  /* line 400, app/assets/stylesheets/vendor/bootstrap/_forms.scss */
  .form-inline .form-group, .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 407, app/assets/stylesheets/vendor/bootstrap/_forms.scss */
  .form-inline .form-control, .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 413, app/assets/stylesheets/vendor/bootstrap/_forms.scss */
  .form-inline .input-group, .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 417, app/assets/stylesheets/vendor/bootstrap/_forms.scss */
  .form-inline .input-group .input-group-addon, .navbar-form .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.navbar-form .input-group .input-group-btn,
.form-inline .input-group .form-control,
.navbar-form .input-group .form-control {
    width: auto;
  }
  /* line 425, app/assets/stylesheets/vendor/bootstrap/_forms.scss */
  .form-inline .input-group > .form-control, .navbar-form .input-group > .form-control {
    width: 100%;
  }
  /* line 429, app/assets/stylesheets/vendor/bootstrap/_forms.scss */
  .form-inline .control-label, .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 437, app/assets/stylesheets/vendor/bootstrap/_forms.scss */
  .form-inline .radio, .navbar-form .radio,
.form-inline .checkbox,
.navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 444, app/assets/stylesheets/vendor/bootstrap/_forms.scss */
  .form-inline .radio label, .navbar-form .radio label,
.form-inline .checkbox label,
.navbar-form .checkbox label {
    padding-left: 0;
  }
  /* line 448, app/assets/stylesheets/vendor/bootstrap/_forms.scss */
  .form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"],
.navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 458, app/assets/stylesheets/vendor/bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback, .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 475, app/assets/stylesheets/vendor/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

/* line 485, app/assets/stylesheets/vendor/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

/* line 491, app/assets/stylesheets/vendor/bootstrap/_forms.scss */
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

/* line 14, app/assets/stylesheets/vendor/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}

/* line 19, app/assets/stylesheets/vendor/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 498, app/assets/stylesheets/vendor/bootstrap/_forms.scss */
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

/* line 509, app/assets/stylesheets/vendor/bootstrap/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}

@media (min-width: 768px) {
  /* line 520, app/assets/stylesheets/vendor/bootstrap/_forms.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}

@media (min-width: 768px) {
  /* line 530, app/assets/stylesheets/vendor/bootstrap/_forms.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}

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

/* line 25, app/assets/stylesheets/vendor/bootstrap/_buttons.scss */
.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 30, app/assets/stylesheets/vendor/bootstrap/_buttons.scss */
.btn:hover, .btn:focus {
  color: #333;
  text-decoration: none;
}

/* line 36, app/assets/stylesheets/vendor/bootstrap/_buttons.scss */
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 43, app/assets/stylesheets/vendor/bootstrap/_buttons.scss */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 57, app/assets/stylesheets/vendor/bootstrap/_buttons.scss */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

/* line 11, app/assets/stylesheets/vendor/bootstrap/mixins/_buttons.scss */
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 20, app/assets/stylesheets/vendor/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}

/* line 28, app/assets/stylesheets/vendor/bootstrap/mixins/_buttons.scss */
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default.active[disabled], fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}

/* line 38, app/assets/stylesheets/vendor/bootstrap/mixins/_buttons.scss */
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

/* line 60, app/assets/stylesheets/vendor/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}

/* line 11, app/assets/stylesheets/vendor/bootstrap/mixins/_buttons.scss */
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #3071a9;
  border-color: #285e8e;
}

/* line 20, app/assets/stylesheets/vendor/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}

/* line 28, app/assets/stylesheets/vendor/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}

/* line 38, app/assets/stylesheets/vendor/bootstrap/mixins/_buttons.scss */
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}

/* line 64, app/assets/stylesheets/vendor/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 11, app/assets/stylesheets/vendor/bootstrap/mixins/_buttons.scss */
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

/* line 20, app/assets/stylesheets/vendor/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}

/* line 28, app/assets/stylesheets/vendor/bootstrap/mixins/_buttons.scss */
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success.active[disabled], fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 38, app/assets/stylesheets/vendor/bootstrap/mixins/_buttons.scss */
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

/* line 68, app/assets/stylesheets/vendor/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 11, app/assets/stylesheets/vendor/bootstrap/mixins/_buttons.scss */
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

/* line 20, app/assets/stylesheets/vendor/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}

/* line 28, app/assets/stylesheets/vendor/bootstrap/mixins/_buttons.scss */
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info.active[disabled], fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 38, app/assets/stylesheets/vendor/bootstrap/mixins/_buttons.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

/* line 72, app/assets/stylesheets/vendor/bootstrap/_buttons.scss */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 11, app/assets/stylesheets/vendor/bootstrap/mixins/_buttons.scss */
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

/* line 20, app/assets/stylesheets/vendor/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}

/* line 28, app/assets/stylesheets/vendor/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning.active[disabled], fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 38, app/assets/stylesheets/vendor/bootstrap/mixins/_buttons.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

/* line 76, app/assets/stylesheets/vendor/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 11, app/assets/stylesheets/vendor/bootstrap/mixins/_buttons.scss */
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

/* line 20, app/assets/stylesheets/vendor/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}

/* line 28, app/assets/stylesheets/vendor/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger.active[disabled], fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 38, app/assets/stylesheets/vendor/bootstrap/mixins/_buttons.scss */
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

/* line 85, app/assets/stylesheets/vendor/bootstrap/_buttons.scss */
.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}

/* line 91, app/assets/stylesheets/vendor/bootstrap/_buttons.scss */
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 98, app/assets/stylesheets/vendor/bootstrap/_buttons.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

/* line 104, app/assets/stylesheets/vendor/bootstrap/_buttons.scss */
.btn-link:hover, .btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}

/* line 112, app/assets/stylesheets/vendor/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 124, app/assets/stylesheets/vendor/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 128, app/assets/stylesheets/vendor/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 132, app/assets/stylesheets/vendor/bootstrap/_buttons.scss */
.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 140, app/assets/stylesheets/vendor/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 146, app/assets/stylesheets/vendor/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 154, app/assets/stylesheets/vendor/bootstrap/_buttons.scss */
input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  width: 100%;
}

/* line 10, app/assets/stylesheets/vendor/bootstrap/_component-animations.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

/* line 13, app/assets/stylesheets/vendor/bootstrap/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 18, app/assets/stylesheets/vendor/bootstrap/_component-animations.scss */
.collapse {
  display: none;
}

/* line 21, app/assets/stylesheets/vendor/bootstrap/_component-animations.scss */
.collapse.in {
  display: block;
}

/* line 26, app/assets/stylesheets/vendor/bootstrap/_component-animations.scss */
tr.collapse.in {
  display: table-row;
}

/* line 28, app/assets/stylesheets/vendor/bootstrap/_component-animations.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 30, app/assets/stylesheets/vendor/bootstrap/_component-animations.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

/* line 7, app/assets/stylesheets/vendor/bootstrap/_dropdowns.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 19, app/assets/stylesheets/vendor/bootstrap/_dropdowns.scss */
.dropdown {
  position: relative;
}

/* line 24, app/assets/stylesheets/vendor/bootstrap/_dropdowns.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 29, app/assets/stylesheets/vendor/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;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

/* line 52, app/assets/stylesheets/vendor/bootstrap/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 58, app/assets/stylesheets/vendor/bootstrap/_dropdowns.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 63, app/assets/stylesheets/vendor/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

/* line 76, app/assets/stylesheets/vendor/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

/* line 86, app/assets/stylesheets/vendor/bootstrap/_dropdowns.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}

/* line 101, app/assets/stylesheets/vendor/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}

/* line 109, app/assets/stylesheets/vendor/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

/* line 122, app/assets/stylesheets/vendor/bootstrap/_dropdowns.scss */
.open > .dropdown-menu {
  display: block;
}

/* line 127, app/assets/stylesheets/vendor/bootstrap/_dropdowns.scss */
.open > a {
  outline: 0;
}

/* line 136, app/assets/stylesheets/vendor/bootstrap/_dropdowns.scss */
.dropdown-menu-right {
  left: auto;
  right: 0;
}

/* line 146, app/assets/stylesheets/vendor/bootstrap/_dropdowns.scss */
.dropdown-menu-left {
  left: 0;
  right: auto;
}

/* line 152, app/assets/stylesheets/vendor/bootstrap/_dropdowns.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}

/* line 162, app/assets/stylesheets/vendor/bootstrap/_dropdowns.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

/* line 172, app/assets/stylesheets/vendor/bootstrap/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 185, app/assets/stylesheets/vendor/bootstrap/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}

/* line 191, app/assets/stylesheets/vendor/bootstrap/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  /* line 205, app/assets/stylesheets/vendor/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  /* line 210, app/assets/stylesheets/vendor/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

/* line 6, app/assets/stylesheets/vendor/bootstrap/_button-groups.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 11, app/assets/stylesheets/vendor/bootstrap/_button-groups.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

/* line 15, app/assets/stylesheets/vendor/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 21, app/assets/stylesheets/vendor/bootstrap/_button-groups.scss */
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}

/* line 30, app/assets/stylesheets/vendor/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 39, app/assets/stylesheets/vendor/bootstrap/_button-groups.scss */
.btn-toolbar {
  margin-left: -5px;
}

/* line 14, app/assets/stylesheets/vendor/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}

/* line 19, app/assets/stylesheets/vendor/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:after {
  clear: both;
}

/* line 43, app/assets/stylesheets/vendor/bootstrap/_button-groups.scss */
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

/* line 47, app/assets/stylesheets/vendor/bootstrap/_button-groups.scss */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 54, app/assets/stylesheets/vendor/bootstrap/_button-groups.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 59, app/assets/stylesheets/vendor/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}

/* line 61, app/assets/stylesheets/vendor/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 66, app/assets/stylesheets/vendor/bootstrap/_button-groups.scss */
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 72, app/assets/stylesheets/vendor/bootstrap/_button-groups.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 75, app/assets/stylesheets/vendor/bootstrap/_button-groups.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 79, app/assets/stylesheets/vendor/bootstrap/_button-groups.scss */
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 84, app/assets/stylesheets/vendor/bootstrap/_button-groups.scss */
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 89, app/assets/stylesheets/vendor/bootstrap/_button-groups.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 108, app/assets/stylesheets/vendor/bootstrap/_button-groups.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

/* line 112, app/assets/stylesheets/vendor/bootstrap/_button-groups.scss */
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

/* line 119, app/assets/stylesheets/vendor/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 123, app/assets/stylesheets/vendor/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 130, app/assets/stylesheets/vendor/bootstrap/_button-groups.scss */
.btn .caret {
  margin-left: 0;
}

/* line 134, app/assets/stylesheets/vendor/bootstrap/_button-groups.scss */
.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 139, app/assets/stylesheets/vendor/bootstrap/_button-groups.scss */
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

/* line 148, app/assets/stylesheets/vendor/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, app/assets/stylesheets/vendor/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}

/* line 19, app/assets/stylesheets/vendor/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:after {
  clear: both;
}

/* line 160, app/assets/stylesheets/vendor/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}

/* line 165, app/assets/stylesheets/vendor/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 175, app/assets/stylesheets/vendor/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 178, app/assets/stylesheets/vendor/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 182, app/assets/stylesheets/vendor/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 187, app/assets/stylesheets/vendor/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 191, app/assets/stylesheets/vendor/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 196, app/assets/stylesheets/vendor/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 205, app/assets/stylesheets/vendor/bootstrap/_button-groups.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

/* line 210, app/assets/stylesheets/vendor/bootstrap/_button-groups.scss */
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

/* line 216, app/assets/stylesheets/vendor/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}

/* line 220, app/assets/stylesheets/vendor/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

/* line 235, app/assets/stylesheets/vendor/bootstrap/_button-groups.scss */
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 7, app/assets/stylesheets/vendor/bootstrap/_input-groups.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

/* line 13, app/assets/stylesheets/vendor/bootstrap/_input-groups.scss */
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

/* line 19, app/assets/stylesheets/vendor/bootstrap/_input-groups.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

/* line 54, app/assets/stylesheets/vendor/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

/* line 59, app/assets/stylesheets/vendor/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 64, app/assets/stylesheets/vendor/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 73, app/assets/stylesheets/vendor/bootstrap/_input-groups.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 85, app/assets/stylesheets/vendor/bootstrap/_input-groups.scss */
.input-group-addon.input-sm, .form-horizontal .form-group-sm .input-group-addon.form-control,
.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 90, app/assets/stylesheets/vendor/bootstrap/_input-groups.scss */
.input-group-addon.input-lg, .form-horizontal .form-group-lg .input-group-addon.form-control,
.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 97, app/assets/stylesheets/vendor/bootstrap/_input-groups.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 104, app/assets/stylesheets/vendor/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-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 113, app/assets/stylesheets/vendor/bootstrap/_input-groups.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 116, app/assets/stylesheets/vendor/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-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 125, app/assets/stylesheets/vendor/bootstrap/_input-groups.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 131, app/assets/stylesheets/vendor/bootstrap/_input-groups.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

/* line 140, app/assets/stylesheets/vendor/bootstrap/_input-groups.scss */
.input-group-btn > .btn {
  position: relative;
}

/* line 142, app/assets/stylesheets/vendor/bootstrap/_input-groups.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

/* line 146, app/assets/stylesheets/vendor/bootstrap/_input-groups.scss */
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}

/* line 155, app/assets/stylesheets/vendor/bootstrap/_input-groups.scss */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

/* line 161, app/assets/stylesheets/vendor/bootstrap/_input-groups.scss */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}

/* line 9, app/assets/stylesheets/vendor/bootstrap/_navs.scss */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

/* line 14, app/assets/stylesheets/vendor/bootstrap/mixins/_clearfix.scss */
.nav:before, .nav:after {
  content: " ";
  display: table;
}

/* line 19, app/assets/stylesheets/vendor/bootstrap/mixins/_clearfix.scss */
.nav:after {
  clear: both;
}

/* line 15, app/assets/stylesheets/vendor/bootstrap/_navs.scss */
.nav > li {
  position: relative;
  display: block;
}

/* line 19, app/assets/stylesheets/vendor/bootstrap/_navs.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

/* line 23, app/assets/stylesheets/vendor/bootstrap/_navs.scss */
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

/* line 31, app/assets/stylesheets/vendor/bootstrap/_navs.scss */
.nav > li.disabled > a {
  color: #777777;
}

/* line 34, app/assets/stylesheets/vendor/bootstrap/_navs.scss */
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

/* line 46, app/assets/stylesheets/vendor/bootstrap/_navs.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}

/* line 59, app/assets/stylesheets/vendor/bootstrap/_navs.scss */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 66, app/assets/stylesheets/vendor/bootstrap/_navs.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 76, app/assets/stylesheets/vendor/bootstrap/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}

/* line 78, app/assets/stylesheets/vendor/bootstrap/_navs.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

/* line 84, app/assets/stylesheets/vendor/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, app/assets/stylesheets/vendor/bootstrap/_navs.scss */
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

/* line 96, app/assets/stylesheets/vendor/bootstrap/_navs.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 118, app/assets/stylesheets/vendor/bootstrap/_navs.scss */
.nav-pills > li {
  float: left;
}

/* line 122, app/assets/stylesheets/vendor/bootstrap/_navs.scss */
.nav-pills > li > a {
  border-radius: 4px;
}

/* line 125, app/assets/stylesheets/vendor/bootstrap/_navs.scss */
.nav-pills > li + li {
  margin-left: 2px;
}

/* line 131, app/assets/stylesheets/vendor/bootstrap/_navs.scss */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca;
}

/* line 144, app/assets/stylesheets/vendor/bootstrap/_navs.scss */
.nav-stacked > li {
  float: none;
}

/* line 146, app/assets/stylesheets/vendor/bootstrap/_navs.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 160, app/assets/stylesheets/vendor/bootstrap/_navs.scss */
.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

/* line 163, app/assets/stylesheets/vendor/bootstrap/_navs.scss */
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

/* line 165, app/assets/stylesheets/vendor/bootstrap/_navs.scss */
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

/* line 171, app/assets/stylesheets/vendor/bootstrap/_navs.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 177, app/assets/stylesheets/vendor/bootstrap/_navs.scss */
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 180, app/assets/stylesheets/vendor/bootstrap/_navs.scss */
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* line 190, app/assets/stylesheets/vendor/bootstrap/_navs.scss */
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

/* line 193, app/assets/stylesheets/vendor/bootstrap/_navs.scss */
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 199, app/assets/stylesheets/vendor/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, app/assets/stylesheets/vendor/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, app/assets/stylesheets/vendor/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, app/assets/stylesheets/vendor/bootstrap/_navs.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 227, app/assets/stylesheets/vendor/bootstrap/_navs.scss */
.tab-content > .active {
  display: block;
}

/* line 237, app/assets/stylesheets/vendor/bootstrap/_navs.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 11, app/assets/stylesheets/vendor/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

/* line 14, app/assets/stylesheets/vendor/bootstrap/mixins/_clearfix.scss */
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}

/* line 19, app/assets/stylesheets/vendor/bootstrap/mixins/_clearfix.scss */
.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 11, app/assets/stylesheets/vendor/bootstrap/_navbar.scss */
  .navbar {
    border-radius: 4px;
  }
}

/* line 14, app/assets/stylesheets/vendor/bootstrap/mixins/_clearfix.scss */
.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}

/* line 19, app/assets/stylesheets/vendor/bootstrap/mixins/_clearfix.scss */
.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 31, app/assets/stylesheets/vendor/bootstrap/_navbar.scss */
  .navbar-header {
    float: left;
  }
}

/* line 50, app/assets/stylesheets/vendor/bootstrap/_navbar.scss */
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

/* line 14, app/assets/stylesheets/vendor/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}

/* line 19, app/assets/stylesheets/vendor/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:after {
  clear: both;
}

/* line 59, app/assets/stylesheets/vendor/bootstrap/_navbar.scss */
.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  /* line 50, app/assets/stylesheets/vendor/bootstrap/_navbar.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  /* line 68, app/assets/stylesheets/vendor/bootstrap/_navbar.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 75, app/assets/stylesheets/vendor/bootstrap/_navbar.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 81, app/assets/stylesheets/vendor/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 92, app/assets/stylesheets/vendor/bootstrap/_navbar.scss */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-width: 480px) and (orientation: landscape) {
  /* line 92, app/assets/stylesheets/vendor/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

/* line 108, app/assets/stylesheets/vendor/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 108, app/assets/stylesheets/vendor/bootstrap/_navbar.scss */
  .container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 128, app/assets/stylesheets/vendor/bootstrap/_navbar.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  /* line 128, app/assets/stylesheets/vendor/bootstrap/_navbar.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}

/* line 138, app/assets/stylesheets/vendor/bootstrap/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@media (min-width: 768px) {
  /* line 138, app/assets/stylesheets/vendor/bootstrap/_navbar.scss */
  .navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0;
  }
}

/* line 151, app/assets/stylesheets/vendor/bootstrap/_navbar.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 155, app/assets/stylesheets/vendor/bootstrap/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 164, app/assets/stylesheets/vendor/bootstrap/_navbar.scss */
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}

/* line 171, app/assets/stylesheets/vendor/bootstrap/_navbar.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

@media (min-width: 768px) {
  /* line 177, app/assets/stylesheets/vendor/bootstrap/_navbar.scss */
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

/* line 190, app/assets/stylesheets/vendor/bootstrap/_navbar.scss */
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 203, app/assets/stylesheets/vendor/bootstrap/_navbar.scss */
.navbar-toggle:focus {
  outline: 0;
}

/* line 208, app/assets/stylesheets/vendor/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

/* line 214, app/assets/stylesheets/vendor/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  /* line 190, app/assets/stylesheets/vendor/bootstrap/_navbar.scss */
  .navbar-toggle {
    display: none;
  }
}

/* line 229, app/assets/stylesheets/vendor/bootstrap/_navbar.scss */
.navbar-nav {
  margin: 7.5px -15px;
}

/* line 232, app/assets/stylesheets/vendor/bootstrap/_navbar.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  /* line 240, app/assets/stylesheets/vendor/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 248, app/assets/stylesheets/vendor/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  /* line 252, app/assets/stylesheets/vendor/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  /* line 254, app/assets/stylesheets/vendor/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 229, app/assets/stylesheets/vendor/bootstrap/_navbar.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 267, app/assets/stylesheets/vendor/bootstrap/_navbar.scss */
  .navbar-nav > li {
    float: left;
  }
  /* line 269, app/assets/stylesheets/vendor/bootstrap/_navbar.scss */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  /* line 275, app/assets/stylesheets/vendor/bootstrap/_navbar.scss */
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}

@media (min-width: 768px) {
  /* line 289, app/assets/stylesheets/vendor/bootstrap/_navbar.scss */
  .navbar-left {
    float: left !important;
  }
  /* line 292, app/assets/stylesheets/vendor/bootstrap/_navbar.scss */
  .navbar-right {
    float: right !important;
  }
}

/* line 303, app/assets/stylesheets/vendor/bootstrap/_navbar.scss */
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  /* line 315, app/assets/stylesheets/vendor/bootstrap/_navbar.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}

@media (min-width: 768px) {
  /* line 303, app/assets/stylesheets/vendor/bootstrap/_navbar.scss */
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  /* line 335, app/assets/stylesheets/vendor/bootstrap/_navbar.scss */
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}

/* line 345, app/assets/stylesheets/vendor/bootstrap/_navbar.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 350, app/assets/stylesheets/vendor/bootstrap/_navbar.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 359, app/assets/stylesheets/vendor/bootstrap/_navbar.scss */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

/* line 362, app/assets/stylesheets/vendor/bootstrap/_navbar.scss */
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 365, app/assets/stylesheets/vendor/bootstrap/_navbar.scss */
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 375, app/assets/stylesheets/vendor/bootstrap/_navbar.scss */
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  /* line 375, app/assets/stylesheets/vendor/bootstrap/_navbar.scss */
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  /* line 384, app/assets/stylesheets/vendor/bootstrap/_navbar.scss */
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}

/* line 394, app/assets/stylesheets/vendor/bootstrap/_navbar.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

/* line 398, app/assets/stylesheets/vendor/bootstrap/_navbar.scss */
.navbar-default .navbar-brand {
  color: #777;
}

/* line 400, app/assets/stylesheets/vendor/bootstrap/_navbar.scss */
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

/* line 407, app/assets/stylesheets/vendor/bootstrap/_navbar.scss */
.navbar-default .navbar-text {
  color: #777;
}

/* line 412, app/assets/stylesheets/vendor/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a {
  color: #777;
}

/* line 415, app/assets/stylesheets/vendor/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

/* line 422, app/assets/stylesheets/vendor/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 430, app/assets/stylesheets/vendor/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 439, app/assets/stylesheets/vendor/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}

/* line 441, app/assets/stylesheets/vendor/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

/* line 445, app/assets/stylesheets/vendor/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

/* line 450, app/assets/stylesheets/vendor/bootstrap/_navbar.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

/* line 459, app/assets/stylesheets/vendor/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}

@media (max-width: 767px) {
  /* line 470, app/assets/stylesheets/vendor/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  /* line 472, app/assets/stylesheets/vendor/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 479, app/assets/stylesheets/vendor/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 487, app/assets/stylesheets/vendor/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 503, app/assets/stylesheets/vendor/bootstrap/_navbar.scss */
.navbar-default .navbar-link {
  color: #777;
}

/* line 505, app/assets/stylesheets/vendor/bootstrap/_navbar.scss */
.navbar-default .navbar-link:hover {
  color: #333;
}

/* line 510, app/assets/stylesheets/vendor/bootstrap/_navbar.scss */
.navbar-default .btn-link {
  color: #777;
}

/* line 512, app/assets/stylesheets/vendor/bootstrap/_navbar.scss */
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}

/* line 518, app/assets/stylesheets/vendor/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 528, app/assets/stylesheets/vendor/bootstrap/_navbar.scss */
.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

/* line 532, app/assets/stylesheets/vendor/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand {
  color: #777777;
}

/* line 534, app/assets/stylesheets/vendor/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

/* line 541, app/assets/stylesheets/vendor/bootstrap/_navbar.scss */
.navbar-inverse .navbar-text {
  color: #777777;
}

/* line 546, app/assets/stylesheets/vendor/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #777777;
}

/* line 549, app/assets/stylesheets/vendor/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

/* line 556, app/assets/stylesheets/vendor/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 564, app/assets/stylesheets/vendor/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 574, app/assets/stylesheets/vendor/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}

/* line 576, app/assets/stylesheets/vendor/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

/* line 580, app/assets/stylesheets/vendor/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

/* line 585, app/assets/stylesheets/vendor/bootstrap/_navbar.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

/* line 593, app/assets/stylesheets/vendor/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}

@media (max-width: 767px) {
  /* line 604, app/assets/stylesheets/vendor/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  /* line 607, app/assets/stylesheets/vendor/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  /* line 610, app/assets/stylesheets/vendor/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  /* line 612, app/assets/stylesheets/vendor/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 619, app/assets/stylesheets/vendor/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 627, app/assets/stylesheets/vendor/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 638, app/assets/stylesheets/vendor/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link {
  color: #777777;
}

/* line 640, app/assets/stylesheets/vendor/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}

/* line 645, app/assets/stylesheets/vendor/bootstrap/_navbar.scss */
.navbar-inverse .btn-link {
  color: #777777;
}

/* line 647, app/assets/stylesheets/vendor/bootstrap/_navbar.scss */
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}

/* line 653, app/assets/stylesheets/vendor/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, app/assets/stylesheets/vendor/bootstrap/_breadcrumbs.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

/* line 13, app/assets/stylesheets/vendor/bootstrap/_breadcrumbs.scss */
.breadcrumb > li {
  display: inline-block;
}

/* line 16, app/assets/stylesheets/vendor/bootstrap/_breadcrumbs.scss */
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}

/* line 23, app/assets/stylesheets/vendor/bootstrap/_breadcrumbs.scss */
.breadcrumb > .active {
  color: #777777;
}

/* line 4, app/assets/stylesheets/vendor/bootstrap/_pagination.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

/* line 10, app/assets/stylesheets/vendor/bootstrap/_pagination.scss */
.pagination > li {
  display: inline;
}

/* line 12, app/assets/stylesheets/vendor/bootstrap/_pagination.scss */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #428bca;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

/* line 25, app/assets/stylesheets/vendor/bootstrap/_pagination.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

/* line 32, app/assets/stylesheets/vendor/bootstrap/_pagination.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 41, app/assets/stylesheets/vendor/bootstrap/_pagination.scss */
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: #eeeeee;
  border-color: #ddd;
}

/* line 51, app/assets/stylesheets/vendor/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: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}

/* line 63, app/assets/stylesheets/vendor/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;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

/* line 5, app/assets/stylesheets/vendor/bootstrap/mixins/_pagination.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

/* line 11, app/assets/stylesheets/vendor/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

/* line 17, app/assets/stylesheets/vendor/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 5, app/assets/stylesheets/vendor/bootstrap/mixins/_pagination.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

/* line 11, app/assets/stylesheets/vendor/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 17, app/assets/stylesheets/vendor/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 6, app/assets/stylesheets/vendor/bootstrap/_pager.scss */
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}

/* line 14, app/assets/stylesheets/vendor/bootstrap/mixins/_clearfix.scss */
.pager:before, .pager:after {
  content: " ";
  display: table;
}

/* line 19, app/assets/stylesheets/vendor/bootstrap/mixins/_clearfix.scss */
.pager:after {
  clear: both;
}

/* line 12, app/assets/stylesheets/vendor/bootstrap/_pager.scss */
.pager li {
  display: inline;
}

/* line 14, app/assets/stylesheets/vendor/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, app/assets/stylesheets/vendor/bootstrap/_pager.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

/* line 31, app/assets/stylesheets/vendor/bootstrap/_pager.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}

/* line 38, app/assets/stylesheets/vendor/bootstrap/_pager.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}

/* line 45, app/assets/stylesheets/vendor/bootstrap/_pager.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

/* line 5, app/assets/stylesheets/vendor/bootstrap/_labels.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

/* line 20, app/assets/stylesheets/vendor/bootstrap/_labels.scss */
.label:empty {
  display: none;
}

/* line 25, app/assets/stylesheets/vendor/bootstrap/_labels.scss */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 33, app/assets/stylesheets/vendor/bootstrap/_labels.scss */
a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 44, app/assets/stylesheets/vendor/bootstrap/_labels.scss */
.label-default {
  background-color: #777777;
}

/* line 7, app/assets/stylesheets/vendor/bootstrap/mixins/_labels.scss */
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

/* line 48, app/assets/stylesheets/vendor/bootstrap/_labels.scss */
.label-primary {
  background-color: #428bca;
}

/* line 7, app/assets/stylesheets/vendor/bootstrap/mixins/_labels.scss */
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #3071a9;
}

/* line 52, app/assets/stylesheets/vendor/bootstrap/_labels.scss */
.label-success {
  background-color: #5cb85c;
}

/* line 7, app/assets/stylesheets/vendor/bootstrap/mixins/_labels.scss */
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

/* line 56, app/assets/stylesheets/vendor/bootstrap/_labels.scss */
.label-info {
  background-color: #5bc0de;
}

/* line 7, app/assets/stylesheets/vendor/bootstrap/mixins/_labels.scss */
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 60, app/assets/stylesheets/vendor/bootstrap/_labels.scss */
.label-warning {
  background-color: #f0ad4e;
}

/* line 7, app/assets/stylesheets/vendor/bootstrap/mixins/_labels.scss */
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

/* line 64, app/assets/stylesheets/vendor/bootstrap/_labels.scss */
.label-danger {
  background-color: #d9534f;
}

/* line 7, app/assets/stylesheets/vendor/bootstrap/mixins/_labels.scss */
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

/* line 7, app/assets/stylesheets/vendor/bootstrap/_badges.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}

/* line 22, app/assets/stylesheets/vendor/bootstrap/_badges.scss */
.badge:empty {
  display: none;
}

/* line 27, app/assets/stylesheets/vendor/bootstrap/_badges.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 31, app/assets/stylesheets/vendor/bootstrap/_badges.scss */
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

/* line 39, app/assets/stylesheets/vendor/bootstrap/_badges.scss */
a.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #fff;
}

/* line 44, app/assets/stylesheets/vendor/bootstrap/_badges.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 51, app/assets/stylesheets/vendor/bootstrap/_badges.scss */
a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 6, app/assets/stylesheets/vendor/bootstrap/_jumbotron.scss */
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}

/* line 12, app/assets/stylesheets/vendor/bootstrap/_jumbotron.scss */
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

/* line 16, app/assets/stylesheets/vendor/bootstrap/_jumbotron.scss */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

/* line 22, app/assets/stylesheets/vendor/bootstrap/_jumbotron.scss */
.jumbotron > hr {
  border-top-color: #d5d5d5;
}

/* line 26, app/assets/stylesheets/vendor/bootstrap/_jumbotron.scss */
.container .jumbotron {
  border-radius: 6px;
}

/* line 30, app/assets/stylesheets/vendor/bootstrap/_jumbotron.scss */
.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 6, app/assets/stylesheets/vendor/bootstrap/_jumbotron.scss */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  /* line 38, app/assets/stylesheets/vendor/bootstrap/_jumbotron.scss */
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  /* line 43, app/assets/stylesheets/vendor/bootstrap/_jumbotron.scss */
  .jumbotron h1,
.jumbotron .h1 {
    font-size: 63px;
  }
}

/* line 7, app/assets/stylesheets/vendor/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;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 17, app/assets/stylesheets/vendor/bootstrap/_thumbnails.scss */
.thumbnail > img,
.thumbnail a > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

/* line 27, app/assets/stylesheets/vendor/bootstrap/_thumbnails.scss */
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

/* line 34, app/assets/stylesheets/vendor/bootstrap/_thumbnails.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}

/* line 9, app/assets/stylesheets/vendor/bootstrap/_alerts.scss */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 16, app/assets/stylesheets/vendor/bootstrap/_alerts.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}

/* line 22, app/assets/stylesheets/vendor/bootstrap/_alerts.scss */
.alert .alert-link {
  font-weight: bold;
}

/* line 27, app/assets/stylesheets/vendor/bootstrap/_alerts.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}

/* line 31, app/assets/stylesheets/vendor/bootstrap/_alerts.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 40, app/assets/stylesheets/vendor/bootstrap/_alerts.scss */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

/* line 45, app/assets/stylesheets/vendor/bootstrap/_alerts.scss */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 57, app/assets/stylesheets/vendor/bootstrap/_alerts.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

/* line 8, app/assets/stylesheets/vendor/bootstrap/mixins/_alerts.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}

/* line 11, app/assets/stylesheets/vendor/bootstrap/mixins/_alerts.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 60, app/assets/stylesheets/vendor/bootstrap/_alerts.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

/* line 8, app/assets/stylesheets/vendor/bootstrap/mixins/_alerts.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}

/* line 11, app/assets/stylesheets/vendor/bootstrap/mixins/_alerts.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 63, app/assets/stylesheets/vendor/bootstrap/_alerts.scss */
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

/* line 8, app/assets/stylesheets/vendor/bootstrap/mixins/_alerts.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}

/* line 11, app/assets/stylesheets/vendor/bootstrap/mixins/_alerts.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 66, app/assets/stylesheets/vendor/bootstrap/_alerts.scss */
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

/* line 8, app/assets/stylesheets/vendor/bootstrap/mixins/_alerts.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}

/* line 11, app/assets/stylesheets/vendor/bootstrap/mixins/_alerts.scss */
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

/* line 27, app/assets/stylesheets/vendor/bootstrap/_progress-bars.scss */
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 37, app/assets/stylesheets/vendor/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: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* line 55, app/assets/stylesheets/vendor/bootstrap/_progress-bars.scss */
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

/* line 65, app/assets/stylesheets/vendor/bootstrap/_progress-bars.scss */
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 72, app/assets/stylesheets/vendor/bootstrap/_progress-bars.scss */
.progress-bar[aria-valuenow="1"], .progress-bar[aria-valuenow="2"] {
  min-width: 30px;
}

/* line 77, app/assets/stylesheets/vendor/bootstrap/_progress-bars.scss */
.progress-bar[aria-valuenow="0"] {
  color: #777777;
  min-width: 30px;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}

/* line 91, app/assets/stylesheets/vendor/bootstrap/_progress-bars.scss */
.progress-bar-success {
  background-color: #5cb85c;
}

/* line 7, app/assets/stylesheets/vendor/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 95, app/assets/stylesheets/vendor/bootstrap/_progress-bars.scss */
.progress-bar-info {
  background-color: #5bc0de;
}

/* line 7, app/assets/stylesheets/vendor/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 99, app/assets/stylesheets/vendor/bootstrap/_progress-bars.scss */
.progress-bar-warning {
  background-color: #f0ad4e;
}

/* line 7, app/assets/stylesheets/vendor/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 103, app/assets/stylesheets/vendor/bootstrap/_progress-bars.scss */
.progress-bar-danger {
  background-color: #d9534f;
}

/* line 7, app/assets/stylesheets/vendor/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 10, app/assets/stylesheets/vendor/bootstrap/_media.scss */
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

/* line 17, app/assets/stylesheets/vendor/bootstrap/_media.scss */
.media,
.media .media {
  margin-top: 15px;
}

/* line 21, app/assets/stylesheets/vendor/bootstrap/_media.scss */
.media:first-child {
  margin-top: 0;
}

/* line 26, app/assets/stylesheets/vendor/bootstrap/_media.scss */
.media-object {
  display: block;
}

/* line 31, app/assets/stylesheets/vendor/bootstrap/_media.scss */
.media-heading {
  margin: 0 0 5px;
}

/* line 40, app/assets/stylesheets/vendor/bootstrap/_media.scss */
.media > .pull-left {
  margin-right: 10px;
}

/* line 43, app/assets/stylesheets/vendor/bootstrap/_media.scss */
.media > .pull-right {
  margin-left: 10px;
}

/* line 53, app/assets/stylesheets/vendor/bootstrap/_media.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 10, app/assets/stylesheets/vendor/bootstrap/_list-group.scss */
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

/* line 21, app/assets/stylesheets/vendor/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, app/assets/stylesheets/vendor/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

/* line 34, app/assets/stylesheets/vendor/bootstrap/_list-group.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 40, app/assets/stylesheets/vendor/bootstrap/_list-group.scss */
.list-group-item > .badge {
  float: right;
}

/* line 43, app/assets/stylesheets/vendor/bootstrap/_list-group.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}

/* line 54, app/assets/stylesheets/vendor/bootstrap/_list-group.scss */
a.list-group-item {
  color: #555;
}

/* line 57, app/assets/stylesheets/vendor/bootstrap/_list-group.scss */
a.list-group-item .list-group-item-heading {
  color: #333;
}

/* line 62, app/assets/stylesheets/vendor/bootstrap/_list-group.scss */
a.list-group-item:hover, a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

/* line 72, app/assets/stylesheets/vendor/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
}

/* line 79, app/assets/stylesheets/vendor/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 82, app/assets/stylesheets/vendor/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 88, app/assets/stylesheets/vendor/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: #428bca;
  border-color: #428bca;
}

/* line 97, app/assets/stylesheets/vendor/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 102, app/assets/stylesheets/vendor/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: #e1edf7;
}

/* line 4, app/assets/stylesheets/vendor/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 11, app/assets/stylesheets/vendor/bootstrap/mixins/_list-group.scss */
a.list-group-item-success {
  color: #3c763d;
}

/* line 14, app/assets/stylesheets/vendor/bootstrap/mixins/_list-group.scss */
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}

/* line 18, app/assets/stylesheets/vendor/bootstrap/mixins/_list-group.scss */
a.list-group-item-success:hover, a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

/* line 23, app/assets/stylesheets/vendor/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 {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

/* line 4, app/assets/stylesheets/vendor/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 11, app/assets/stylesheets/vendor/bootstrap/mixins/_list-group.scss */
a.list-group-item-info {
  color: #31708f;
}

/* line 14, app/assets/stylesheets/vendor/bootstrap/mixins/_list-group.scss */
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}

/* line 18, app/assets/stylesheets/vendor/bootstrap/mixins/_list-group.scss */
a.list-group-item-info:hover, a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

/* line 23, app/assets/stylesheets/vendor/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 {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

/* line 4, app/assets/stylesheets/vendor/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 11, app/assets/stylesheets/vendor/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning {
  color: #8a6d3b;
}

/* line 14, app/assets/stylesheets/vendor/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

/* line 18, app/assets/stylesheets/vendor/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning:hover, a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

/* line 23, app/assets/stylesheets/vendor/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 {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

/* line 4, app/assets/stylesheets/vendor/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 11, app/assets/stylesheets/vendor/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger {
  color: #a94442;
}

/* line 14, app/assets/stylesheets/vendor/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

/* line 18, app/assets/stylesheets/vendor/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger:hover, a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

/* line 23, app/assets/stylesheets/vendor/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 {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

/* line 124, app/assets/stylesheets/vendor/bootstrap/_list-group.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 128, app/assets/stylesheets/vendor/bootstrap/_list-group.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 7, app/assets/stylesheets/vendor/bootstrap/_panels.scss */
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 16, app/assets/stylesheets/vendor/bootstrap/_panels.scss */
.panel-body {
  padding: 15px;
}

/* line 14, app/assets/stylesheets/vendor/bootstrap/mixins/_clearfix.scss */
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}

/* line 19, app/assets/stylesheets/vendor/bootstrap/mixins/_clearfix.scss */
.panel-body:after {
  clear: both;
}

/* line 22, app/assets/stylesheets/vendor/bootstrap/_panels.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 27, app/assets/stylesheets/vendor/bootstrap/_panels.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 33, app/assets/stylesheets/vendor/bootstrap/_panels.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

/* line 39, app/assets/stylesheets/vendor/bootstrap/_panels.scss */
.panel-title > a {
  color: inherit;
}

/* line 45, app/assets/stylesheets/vendor/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 59, app/assets/stylesheets/vendor/bootstrap/_panels.scss */
.panel > .list-group {
  margin-bottom: 0;
}

/* line 62, app/assets/stylesheets/vendor/bootstrap/_panels.scss */
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

/* line 69, app/assets/stylesheets/vendor/bootstrap/_panels.scss */
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 76, app/assets/stylesheets/vendor/bootstrap/_panels.scss */
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 85, app/assets/stylesheets/vendor/bootstrap/_panels.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 89, app/assets/stylesheets/vendor/bootstrap/_panels.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 99, app/assets/stylesheets/vendor/bootstrap/_panels.scss */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

/* line 105, app/assets/stylesheets/vendor/bootstrap/_panels.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 112, app/assets/stylesheets/vendor/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 116, app/assets/stylesheets/vendor/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 124, app/assets/stylesheets/vendor/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 131, app/assets/stylesheets/vendor/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 135, app/assets/stylesheets/vendor/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 142, app/assets/stylesheets/vendor/bootstrap/_panels.scss */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}

/* line 146, app/assets/stylesheets/vendor/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 150, app/assets/stylesheets/vendor/bootstrap/_panels.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

/* line 157, app/assets/stylesheets/vendor/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 161, app/assets/stylesheets/vendor/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 170, app/assets/stylesheets/vendor/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 179, app/assets/stylesheets/vendor/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 186, app/assets/stylesheets/vendor/bootstrap/_panels.scss */
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

/* line 198, app/assets/stylesheets/vendor/bootstrap/_panels.scss */
.panel-group {
  margin-bottom: 20px;
}

/* line 202, app/assets/stylesheets/vendor/bootstrap/_panels.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

/* line 205, app/assets/stylesheets/vendor/bootstrap/_panels.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}

/* line 210, app/assets/stylesheets/vendor/bootstrap/_panels.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}

/* line 212, app/assets/stylesheets/vendor/bootstrap/_panels.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}

/* line 216, app/assets/stylesheets/vendor/bootstrap/_panels.scss */
.panel-group .panel-footer {
  border-top: 0;
}

/* line 218, app/assets/stylesheets/vendor/bootstrap/_panels.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

/* line 226, app/assets/stylesheets/vendor/bootstrap/_panels.scss */
.panel-default {
  border-color: #ddd;
}

/* line 6, app/assets/stylesheets/vendor/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

/* line 11, app/assets/stylesheets/vendor/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

/* line 14, app/assets/stylesheets/vendor/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

/* line 20, app/assets/stylesheets/vendor/bootstrap/mixins/_panels.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

/* line 229, app/assets/stylesheets/vendor/bootstrap/_panels.scss */
.panel-primary {
  border-color: #428bca;
}

/* line 6, app/assets/stylesheets/vendor/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}

/* line 11, app/assets/stylesheets/vendor/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #428bca;
}

/* line 14, app/assets/stylesheets/vendor/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading .badge {
  color: #428bca;
  background-color: #fff;
}

/* line 20, app/assets/stylesheets/vendor/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #428bca;
}

/* line 232, app/assets/stylesheets/vendor/bootstrap/_panels.scss */
.panel-success {
  border-color: #d6e9c6;
}

/* line 6, app/assets/stylesheets/vendor/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 11, app/assets/stylesheets/vendor/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

/* line 14, app/assets/stylesheets/vendor/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

/* line 20, app/assets/stylesheets/vendor/bootstrap/mixins/_panels.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 235, app/assets/stylesheets/vendor/bootstrap/_panels.scss */
.panel-info {
  border-color: #bce8f1;
}

/* line 6, app/assets/stylesheets/vendor/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 11, app/assets/stylesheets/vendor/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

/* line 14, app/assets/stylesheets/vendor/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

/* line 20, app/assets/stylesheets/vendor/bootstrap/mixins/_panels.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 238, app/assets/stylesheets/vendor/bootstrap/_panels.scss */
.panel-warning {
  border-color: #faebcc;
}

/* line 6, app/assets/stylesheets/vendor/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 11, app/assets/stylesheets/vendor/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

/* line 14, app/assets/stylesheets/vendor/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

/* line 20, app/assets/stylesheets/vendor/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 241, app/assets/stylesheets/vendor/bootstrap/_panels.scss */
.panel-danger {
  border-color: #ebccd1;
}

/* line 6, app/assets/stylesheets/vendor/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 11, app/assets/stylesheets/vendor/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

/* line 14, app/assets/stylesheets/vendor/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

/* line 20, app/assets/stylesheets/vendor/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 5, app/assets/stylesheets/vendor/bootstrap/_responsive-embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

/* line 12, app/assets/stylesheets/vendor/bootstrap/_responsive-embed.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

/* line 26, app/assets/stylesheets/vendor/bootstrap/_responsive-embed.scss */
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 31, app/assets/stylesheets/vendor/bootstrap/_responsive-embed.scss */
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 7, app/assets/stylesheets/vendor/bootstrap/_wells.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 15, app/assets/stylesheets/vendor/bootstrap/_wells.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 22, app/assets/stylesheets/vendor/bootstrap/_wells.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 26, app/assets/stylesheets/vendor/bootstrap/_wells.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 6, app/assets/stylesheets/vendor/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

/* line 15, app/assets/stylesheets/vendor/bootstrap/_close.scss */
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 29, app/assets/stylesheets/vendor/bootstrap/_close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 11, app/assets/stylesheets/vendor/bootstrap/_modals.scss */
.modal-open {
  overflow: hidden;
}

/* line 16, app/assets/stylesheets/vendor/bootstrap/_modals.scss */
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

/* line 32, app/assets/stylesheets/vendor/bootstrap/_modals.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

/* line 36, app/assets/stylesheets/vendor/bootstrap/_modals.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 38, app/assets/stylesheets/vendor/bootstrap/_modals.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 44, app/assets/stylesheets/vendor/bootstrap/_modals.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 51, app/assets/stylesheets/vendor/bootstrap/_modals.scss */
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

/* line 64, app/assets/stylesheets/vendor/bootstrap/_modals.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

/* line 73, app/assets/stylesheets/vendor/bootstrap/_modals.scss */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 74, app/assets/stylesheets/vendor/bootstrap/_modals.scss */
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 79, app/assets/stylesheets/vendor/bootstrap/_modals.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}

/* line 85, app/assets/stylesheets/vendor/bootstrap/_modals.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 90, app/assets/stylesheets/vendor/bootstrap/_modals.scss */
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

/* line 97, app/assets/stylesheets/vendor/bootstrap/_modals.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 103, app/assets/stylesheets/vendor/bootstrap/_modals.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

/* line 14, app/assets/stylesheets/vendor/bootstrap/mixins/_clearfix.scss */
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}

/* line 19, app/assets/stylesheets/vendor/bootstrap/mixins/_clearfix.scss */
.modal-footer:after {
  clear: both;
}

/* line 110, app/assets/stylesheets/vendor/bootstrap/_modals.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

/* line 115, app/assets/stylesheets/vendor/bootstrap/_modals.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 119, app/assets/stylesheets/vendor/bootstrap/_modals.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 125, app/assets/stylesheets/vendor/bootstrap/_modals.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 136, app/assets/stylesheets/vendor/bootstrap/_modals.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  /* line 140, app/assets/stylesheets/vendor/bootstrap/_modals.scss */
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  /* line 145, app/assets/stylesheets/vendor/bootstrap/_modals.scss */
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 149, app/assets/stylesheets/vendor/bootstrap/_modals.scss */
  .modal-lg {
    width: 900px;
  }
}

/* line 7, app/assets/stylesheets/vendor/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 16, app/assets/stylesheets/vendor/bootstrap/_tooltip.scss */
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 17, app/assets/stylesheets/vendor/bootstrap/_tooltip.scss */
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

/* line 18, app/assets/stylesheets/vendor/bootstrap/_tooltip.scss */
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

/* line 19, app/assets/stylesheets/vendor/bootstrap/_tooltip.scss */
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

/* line 20, app/assets/stylesheets/vendor/bootstrap/_tooltip.scss */
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

/* line 24, app/assets/stylesheets/vendor/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}

/* line 35, app/assets/stylesheets/vendor/bootstrap/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 43, app/assets/stylesheets/vendor/bootstrap/_tooltip.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 50, app/assets/stylesheets/vendor/bootstrap/_tooltip.scss */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 56, app/assets/stylesheets/vendor/bootstrap/_tooltip.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 62, app/assets/stylesheets/vendor/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 69, app/assets/stylesheets/vendor/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 76, app/assets/stylesheets/vendor/bootstrap/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 83, app/assets/stylesheets/vendor/bootstrap/_tooltip.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 89, app/assets/stylesheets/vendor/bootstrap/_tooltip.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 6, app/assets/stylesheets/vendor/bootstrap/_popovers.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}

/* line 26, app/assets/stylesheets/vendor/bootstrap/_popovers.scss */
.popover.top {
  margin-top: -10px;
}

/* line 27, app/assets/stylesheets/vendor/bootstrap/_popovers.scss */
.popover.right {
  margin-left: 10px;
}

/* line 28, app/assets/stylesheets/vendor/bootstrap/_popovers.scss */
.popover.bottom {
  margin-top: 10px;
}

/* line 29, app/assets/stylesheets/vendor/bootstrap/_popovers.scss */
.popover.left {
  margin-left: -10px;
}

/* line 32, app/assets/stylesheets/vendor/bootstrap/_popovers.scss */
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

/* line 43, app/assets/stylesheets/vendor/bootstrap/_popovers.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 52, app/assets/stylesheets/vendor/bootstrap/_popovers.scss */
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 62, app/assets/stylesheets/vendor/bootstrap/_popovers.scss */
.popover > .arrow {
  border-width: 11px;
}

/* line 65, app/assets/stylesheets/vendor/bootstrap/_popovers.scss */
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 71, app/assets/stylesheets/vendor/bootstrap/_popovers.scss */
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

/* line 78, app/assets/stylesheets/vendor/bootstrap/_popovers.scss */
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

/* line 86, app/assets/stylesheets/vendor/bootstrap/_popovers.scss */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

/* line 93, app/assets/stylesheets/vendor/bootstrap/_popovers.scss */
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

/* line 101, app/assets/stylesheets/vendor/bootstrap/_popovers.scss */
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

/* line 108, app/assets/stylesheets/vendor/bootstrap/_popovers.scss */
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

/* line 117, app/assets/stylesheets/vendor/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 124, app/assets/stylesheets/vendor/bootstrap/_popovers.scss */
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

/* line 7, app/assets/stylesheets/vendor/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 11, app/assets/stylesheets/vendor/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

/* line 16, app/assets/stylesheets/vendor/bootstrap/_carousel.scss */
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

/* line 22, app/assets/stylesheets/vendor/bootstrap/_carousel.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

/* line 29, app/assets/stylesheets/vendor/bootstrap/_carousel.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

/* line 35, app/assets/stylesheets/vendor/bootstrap/_carousel.scss */
.carousel-inner > .active {
  left: 0;
}

/* line 39, app/assets/stylesheets/vendor/bootstrap/_carousel.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 46, app/assets/stylesheets/vendor/bootstrap/_carousel.scss */
.carousel-inner > .next {
  left: 100%;
}

/* line 49, app/assets/stylesheets/vendor/bootstrap/_carousel.scss */
.carousel-inner > .prev {
  left: -100%;
}

/* line 52, app/assets/stylesheets/vendor/bootstrap/_carousel.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

/* line 57, app/assets/stylesheets/vendor/bootstrap/_carousel.scss */
.carousel-inner > .active.left {
  left: -100%;
}

/* line 60, app/assets/stylesheets/vendor/bootstrap/_carousel.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 69, app/assets/stylesheets/vendor/bootstrap/_carousel.scss */
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

/* line 84, app/assets/stylesheets/vendor/bootstrap/_carousel.scss */
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

/* line 87, app/assets/stylesheets/vendor/bootstrap/_carousel.scss */
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

/* line 94, app/assets/stylesheets/vendor/bootstrap/_carousel.scss */
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 103, app/assets/stylesheets/vendor/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;
}

/* line 112, app/assets/stylesheets/vendor/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

/* line 117, app/assets/stylesheets/vendor/bootstrap/_carousel.scss */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

/* line 122, app/assets/stylesheets/vendor/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}

/* line 132, app/assets/stylesheets/vendor/bootstrap/_carousel.scss */
.carousel-control .icon-prev:before {
  content: '\2039';
}

/* line 137, app/assets/stylesheets/vendor/bootstrap/_carousel.scss */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 148, app/assets/stylesheets/vendor/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

/* line 159, app/assets/stylesheets/vendor/bootstrap/_carousel.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}

/* line 180, app/assets/stylesheets/vendor/bootstrap/_carousel.scss */
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

/* line 191, app/assets/stylesheets/vendor/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

/* line 202, app/assets/stylesheets/vendor/bootstrap/_carousel.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 213, app/assets/stylesheets/vendor/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: -15px;
    font-size: 30px;
  }
  /* line 222, app/assets/stylesheets/vendor/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: -15px;
  }
  /* line 226, app/assets/stylesheets/vendor/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    margin-right: -15px;
  }
  /* line 233, app/assets/stylesheets/vendor/bootstrap/_carousel.scss */
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  /* line 240, app/assets/stylesheets/vendor/bootstrap/_carousel.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}

/* line 14, app/assets/stylesheets/vendor/bootstrap/mixins/_clearfix.scss */
.clearfix:before, .clearfix:after, .dashboard-wrapper .welcome-alert ul:after {
  content: " ";
  display: table;
}

/* line 19, app/assets/stylesheets/vendor/bootstrap/mixins/_clearfix.scss */
.clearfix:after, .dashboard-wrapper .welcome-alert ul:after {
  clear: both;
}

/* line 12, app/assets/stylesheets/vendor/bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 15, app/assets/stylesheets/vendor/bootstrap/_utilities.scss */
.pull-right {
  float: right !important;
}

/* line 18, app/assets/stylesheets/vendor/bootstrap/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 27, app/assets/stylesheets/vendor/bootstrap/_utilities.scss */
.hide {
  display: none !important;
}

/* line 30, app/assets/stylesheets/vendor/bootstrap/_utilities.scss */
.show {
  display: block !important;
}

/* line 33, app/assets/stylesheets/vendor/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 36, app/assets/stylesheets/vendor/bootstrap/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 45, app/assets/stylesheets/vendor/bootstrap/_utilities.scss */
.hidden {
  display: none !important;
  visibility: hidden !important;
}

/* line 54, app/assets/stylesheets/vendor/bootstrap/_utilities.scss */
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

/* line 17, app/assets/stylesheets/vendor/bootstrap/mixins/_responsive-visibility.scss */
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

/* line 31, app/assets/stylesheets/vendor/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 7, app/assets/stylesheets/vendor/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important;
  }
  /* line 10, app/assets/stylesheets/vendor/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xs {
    display: table;
  }
  /* line 11, app/assets/stylesheets/vendor/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important;
  }
  /* line 12, app/assets/stylesheets/vendor/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  /* line 49, app/assets/stylesheets/vendor/bootstrap/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 54, app/assets/stylesheets/vendor/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 59, app/assets/stylesheets/vendor/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 7, app/assets/stylesheets/vendor/bootstrap/mixins/_responsive-visibility.scss */
  .visible-sm {
    display: block !important;
  }
  /* line 10, app/assets/stylesheets/vendor/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-sm {
    display: table;
  }
  /* line 11, app/assets/stylesheets/vendor/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important;
  }
  /* line 12, app/assets/stylesheets/vendor/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 68, app/assets/stylesheets/vendor/bootstrap/_responsive-utilities.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 73, app/assets/stylesheets/vendor/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 78, app/assets/stylesheets/vendor/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 7, app/assets/stylesheets/vendor/bootstrap/mixins/_responsive-visibility.scss */
  .visible-md {
    display: block !important;
  }
  /* line 10, app/assets/stylesheets/vendor/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-md {
    display: table;
  }
  /* line 11, app/assets/stylesheets/vendor/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important;
  }
  /* line 12, app/assets/stylesheets/vendor/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 87, app/assets/stylesheets/vendor/bootstrap/_responsive-utilities.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 92, app/assets/stylesheets/vendor/bootstrap/_responsive-utilities.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 97, app/assets/stylesheets/vendor/bootstrap/_responsive-utilities.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  /* line 7, app/assets/stylesheets/vendor/bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg {
    display: block !important;
  }
  /* line 10, app/assets/stylesheets/vendor/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-lg {
    display: table;
  }
  /* line 11, app/assets/stylesheets/vendor/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important;
  }
  /* line 12, app/assets/stylesheets/vendor/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  /* line 106, app/assets/stylesheets/vendor/bootstrap/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 111, app/assets/stylesheets/vendor/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 116, app/assets/stylesheets/vendor/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  /* line 17, app/assets/stylesheets/vendor/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 17, app/assets/stylesheets/vendor/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 17, app/assets/stylesheets/vendor/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 17, app/assets/stylesheets/vendor/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important;
  }
}

/* line 17, app/assets/stylesheets/vendor/bootstrap/mixins/_responsive-visibility.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 7, app/assets/stylesheets/vendor/bootstrap/mixins/_responsive-visibility.scss */
  .visible-print {
    display: block !important;
  }
  /* line 10, app/assets/stylesheets/vendor/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-print {
    display: table;
  }
  /* line 11, app/assets/stylesheets/vendor/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important;
  }
  /* line 12, app/assets/stylesheets/vendor/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}

/* line 150, app/assets/stylesheets/vendor/bootstrap/_responsive-utilities.scss */
.visible-print-block {
  display: none !important;
}

@media print {
  /* line 150, app/assets/stylesheets/vendor/bootstrap/_responsive-utilities.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 157, app/assets/stylesheets/vendor/bootstrap/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important;
}

@media print {
  /* line 157, app/assets/stylesheets/vendor/bootstrap/_responsive-utilities.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 164, app/assets/stylesheets/vendor/bootstrap/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important;
}

@media print {
  /* line 164, app/assets/stylesheets/vendor/bootstrap/_responsive-utilities.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 17, app/assets/stylesheets/vendor/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important;
  }
}

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.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;
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-2x {
  font-size: 2em;
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-3x, .dashboard-wrapper .welcome-alert ul li i {
  font-size: 3em;
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-4x {
  font-size: 4em;
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-5x {
  font-size: 5em;
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-fw, .dashboard-wrapper .welcome-alert ul li i, .dashboard-wrapper .alert i {
  width: 1.28571429em;
  text-align: center;
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-ul > li {
  position: relative;
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-li.fa-lg {
  left: -1.85714286em;
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-pull-left {
  float: left;
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-pull-right {
  float: right;
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa.fa-pull-left {
  margin-right: .3em;
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa.fa-pull-right {
  margin-left: .3em;
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.pull-right {
  float: right;
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.pull-left {
  float: left;
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa.pull-left {
  margin-right: .3em;
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa.pull-right {
  margin-left: .3em;
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none;
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-stack-1x {
  line-height: inherit;
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-stack-2x {
  font-size: 2em;
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-inverse {
  color: #fff;
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-glass:before {
  content: "\f000";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-music:before {
  content: "\f001";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-search:before {
  content: "\f002";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-heart:before {
  content: "\f004";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-star:before {
  content: "\f005";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-star-o:before {
  content: "\f006";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-user:before {
  content: "\f007";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-film:before {
  content: "\f008";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-th-large:before {
  content: "\f009";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-th:before {
  content: "\f00a";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-th-list:before {
  content: "\f00b";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-check:before {
  content: "\f00c";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-search-minus:before {
  content: "\f010";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-power-off:before {
  content: "\f011";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-signal:before {
  content: "\f012";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-gear:before, .fa-cog:before {
  content: "\f013";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-trash-o:before {
  content: "\f014";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-home:before {
  content: "\f015";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-file-o:before {
  content: "\f016";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-clock-o:before {
  content: "\f017";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-road:before {
  content: "\f018";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-download:before {
  content: "\f019";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-inbox:before {
  content: "\f01c";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-refresh:before {
  content: "\f021";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-list-alt:before {
  content: "\f022";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-lock:before {
  content: "\f023";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-flag:before {
  content: "\f024";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-headphones:before {
  content: "\f025";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-volume-off:before {
  content: "\f026";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-volume-down:before {
  content: "\f027";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-volume-up:before {
  content: "\f028";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-qrcode:before {
  content: "\f029";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-barcode:before {
  content: "\f02a";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-tag:before {
  content: "\f02b";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-tags:before {
  content: "\f02c";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-book:before {
  content: "\f02d";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-print:before {
  content: "\f02f";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-camera:before {
  content: "\f030";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-font:before {
  content: "\f031";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-bold:before {
  content: "\f032";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-italic:before {
  content: "\f033";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-text-height:before {
  content: "\f034";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-text-width:before {
  content: "\f035";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-align-left:before {
  content: "\f036";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-align-center:before {
  content: "\f037";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-align-right:before {
  content: "\f038";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-align-justify:before {
  content: "\f039";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-list:before {
  content: "\f03a";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-indent:before {
  content: "\f03c";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-pencil:before {
  content: "\f040";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-map-marker:before {
  content: "\f041";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-adjust:before {
  content: "\f042";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-tint:before {
  content: "\f043";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-arrows:before {
  content: "\f047";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-step-backward:before {
  content: "\f048";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-backward:before {
  content: "\f04a";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-play:before {
  content: "\f04b";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-pause:before {
  content: "\f04c";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-stop:before {
  content: "\f04d";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-forward:before {
  content: "\f04e";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-step-forward:before {
  content: "\f051";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-eject:before {
  content: "\f052";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-times-circle:before {
  content: "\f057";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-check-circle:before {
  content: "\f058";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-question-circle:before {
  content: "\f059";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-ban:before {
  content: "\f05e";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-expand:before {
  content: "\f065";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-compress:before {
  content: "\f066";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-plus:before {
  content: "\f067";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-minus:before {
  content: "\f068";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-asterisk:before {
  content: "\f069";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-gift:before {
  content: "\f06b";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-leaf:before {
  content: "\f06c";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-fire:before {
  content: "\f06d";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-eye:before {
  content: "\f06e";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-plane:before {
  content: "\f072";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-calendar:before {
  content: "\f073";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-random:before {
  content: "\f074";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-comment:before {
  content: "\f075";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-magnet:before {
  content: "\f076";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-retweet:before {
  content: "\f079";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-folder:before {
  content: "\f07b";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-key:before {
  content: "\f084";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-gears:before, .fa-cogs:before {
  content: "\f085";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-comments:before {
  content: "\f086";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-star-half:before {
  content: "\f089";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-external-link:before {
  content: "\f08e";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-sign-in:before {
  content: "\f090";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-trophy:before {
  content: "\f091";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-github-square:before {
  content: "\f092";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-upload:before {
  content: "\f093";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-phone:before {
  content: "\f095";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-square-o:before {
  content: "\f096";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-phone-square:before {
  content: "\f098";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-twitter:before {
  content: "\f099";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-github:before {
  content: "\f09b";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-unlock:before {
  content: "\f09c";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-feed:before, .fa-rss:before {
  content: "\f09e";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-bell:before {
  content: "\f0f3";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-globe:before {
  content: "\f0ac";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-filter:before {
  content: "\f0b0";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-group:before, .fa-users:before {
  content: "\f0c0";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-flask:before {
  content: "\f0c3";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-square:before {
  content: "\f0c8";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-underline:before {
  content: "\f0cd";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-table:before {
  content: "\f0ce";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-magic:before {
  content: "\f0d0";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-truck:before {
  content: "\f0d1";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-money:before {
  content: "\f0d6";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-columns:before {
  content: "\f0db";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-legal:before, .fa-gavel:before {
  content: "\f0e3";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-flash:before, .fa-bolt:before {
  content: "\f0e7";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-beer:before {
  content: "\f0fc";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-angle-left:before {
  content: "\f104";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-angle-right:before {
  content: "\f105";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-angle-up:before {
  content: "\f106";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-angle-down:before {
  content: "\f107";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-desktop:before {
  content: "\f108";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-laptop:before {
  content: "\f109";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-tablet:before {
  content: "\f10a";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-spinner:before {
  content: "\f110";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-circle:before {
  content: "\f111";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-github-alt:before {
  content: "\f113";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-folder-o:before {
  content: "\f114";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-smile-o:before {
  content: "\f118";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-frown-o:before {
  content: "\f119";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-terminal:before {
  content: "\f120";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-code:before {
  content: "\f121";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-crop:before {
  content: "\f125";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-code-fork:before {
  content: "\f126";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-question:before {
  content: "\f128";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-info:before {
  content: "\f129";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-superscript:before {
  content: "\f12b";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-subscript:before {
  content: "\f12c";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-eraser:before {
  content: "\f12d";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-microphone:before {
  content: "\f130";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-shield:before {
  content: "\f132";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-rocket:before {
  content: "\f135";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-html5:before {
  content: "\f13b";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-css3:before {
  content: "\f13c";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-anchor:before {
  content: "\f13d";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-bullseye:before {
  content: "\f140";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-rss-square:before {
  content: "\f143";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-play-circle:before {
  content: "\f144";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-ticket:before {
  content: "\f145";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-minus-square:before {
  content: "\f146";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-level-up:before {
  content: "\f148";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-level-down:before {
  content: "\f149";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-check-square:before {
  content: "\f14a";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-share-square:before {
  content: "\f14d";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-compass:before {
  content: "\f14e";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-euro:before, .fa-eur:before {
  content: "\f153";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-gbp:before {
  content: "\f154";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-rupee:before, .fa-inr:before {
  content: "\f156";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-won:before, .fa-krw:before {
  content: "\f159";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-file:before {
  content: "\f15b";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-file-text:before {
  content: "\f15c";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-youtube:before {
  content: "\f167";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-xing:before {
  content: "\f168";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-xing-square:before {
  content: "\f169";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-instagram:before {
  content: "\f16d";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-flickr:before {
  content: "\f16e";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-adn:before {
  content: "\f170";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-tumblr:before {
  content: "\f173";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-apple:before {
  content: "\f179";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-windows:before {
  content: "\f17a";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-android:before {
  content: "\f17b";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-linux:before {
  content: "\f17c";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-skype:before {
  content: "\f17e";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-foursquare:before {
  content: "\f180";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-trello:before {
  content: "\f181";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-female:before {
  content: "\f182";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-male:before {
  content: "\f183";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-gittip:before, .fa-gratipay:before {
  content: "\f184";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-sun-o:before {
  content: "\f185";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-moon-o:before {
  content: "\f186";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-archive:before {
  content: "\f187";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-bug:before {
  content: "\f188";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-vk:before {
  content: "\f189";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-weibo:before {
  content: "\f18a";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-renren:before {
  content: "\f18b";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-turkish-lira:before, .fa-try:before {
  content: "\f195";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-slack:before {
  content: "\f198";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-openid:before {
  content: "\f19b";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-google:before {
  content: "\f1a0";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-digg:before {
  content: "\f1a6";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-pied-piper:before {
  content: "\f1a7";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-language:before {
  content: "\f1ab";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-fax:before {
  content: "\f1ac";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-building:before {
  content: "\f1ad";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-child:before {
  content: "\f1ae";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-paw:before {
  content: "\f1b0";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-spoon:before {
  content: "\f1b1";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-cube:before {
  content: "\f1b2";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-behance:before {
  content: "\f1b4";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-steam:before {
  content: "\f1b6";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-tree:before {
  content: "\f1bb";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-database:before {
  content: "\f1c0";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-vine:before {
  content: "\f1ca";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-ra:before, .fa-rebel:before {
  content: "\f1d0";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-ge:before, .fa-empire:before {
  content: "\f1d1";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-git:before {
  content: "\f1d3";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-qq:before {
  content: "\f1d6";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-history:before {
  content: "\f1da";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-circle-thin:before {
  content: "\f1db";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-header:before {
  content: "\f1dc";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-sliders:before {
  content: "\f1de";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-tty:before {
  content: "\f1e4";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-plug:before {
  content: "\f1e6";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-newspaper-o:before {
  content: "\f1ea";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-bell-slash-o:before {
  content: "\f1f7";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-trash:before {
  content: "\f1f8";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-at:before {
  content: "\f1fa";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-eyedropper:before {
  content: "\f1fb";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-area-chart:before {
  content: "\f1fe";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-pie-chart:before {
  content: "\f200";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-line-chart:before {
  content: "\f201";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-lastfm:before {
  content: "\f202";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-bicycle:before {
  content: "\f206";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-bus:before {
  content: "\f207";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-angellist:before {
  content: "\f209";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-cc:before {
  content: "\f20a";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-meanpath:before {
  content: "\f20c";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-dashcube:before {
  content: "\f210";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-forumbee:before {
  content: "\f211";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-leanpub:before {
  content: "\f212";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-sellsy:before {
  content: "\f213";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-diamond:before {
  content: "\f219";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-ship:before {
  content: "\f21a";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-street-view:before {
  content: "\f21d";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-venus:before {
  content: "\f221";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-mars:before {
  content: "\f222";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-mercury:before {
  content: "\f223";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-intersex:before, .fa-transgender:before {
  content: "\f224";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-venus-double:before {
  content: "\f226";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-mars-double:before {
  content: "\f227";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-neuter:before {
  content: "\f22c";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-genderless:before {
  content: "\f22d";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-facebook-official:before {
  content: "\f230";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-server:before {
  content: "\f233";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-user-plus:before {
  content: "\f234";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-user-times:before {
  content: "\f235";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-hotel:before, .fa-bed:before {
  content: "\f236";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-viacoin:before {
  content: "\f237";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-train:before {
  content: "\f238";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-subway:before {
  content: "\f239";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-medium:before {
  content: "\f23a";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-opencart:before {
  content: "\f23d";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-battery-4:before, .fa-battery-full:before {
  content: "\f240";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-object-group:before {
  content: "\f247";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-sticky-note-o:before {
  content: "\f24a";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-clone:before {
  content: "\f24d";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-hourglass-o:before {
  content: "\f250";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-hourglass:before {
  content: "\f254";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-hand-scissors-o:before {
  content: "\f257";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-hand-lizard-o:before {
  content: "\f258";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-hand-spock-o:before {
  content: "\f259";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-hand-pointer-o:before {
  content: "\f25a";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-hand-peace-o:before {
  content: "\f25b";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-trademark:before {
  content: "\f25c";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-registered:before {
  content: "\f25d";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-gg:before {
  content: "\f260";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-safari:before {
  content: "\f267";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-chrome:before {
  content: "\f268";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-firefox:before {
  content: "\f269";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-opera:before {
  content: "\f26a";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-tv:before, .fa-television:before {
  content: "\f26c";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-contao:before {
  content: "\f26d";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-500px:before {
  content: "\f26e";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-amazon:before {
  content: "\f270";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-calendar-plus-o:before {
  content: "\f271";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-calendar-minus-o:before {
  content: "\f272";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-calendar-times-o:before {
  content: "\f273";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-calendar-check-o:before {
  content: "\f274";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-industry:before {
  content: "\f275";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-map-pin:before {
  content: "\f276";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-map-signs:before {
  content: "\f277";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-map-o:before {
  content: "\f278";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-map:before {
  content: "\f279";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-commenting:before {
  content: "\f27a";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-commenting-o:before {
  content: "\f27b";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-houzz:before {
  content: "\f27c";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-vimeo:before {
  content: "\f27d";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-fonticons:before {
  content: "\f280";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-edge:before {
  content: "\f282";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-credit-card-alt:before {
  content: "\f283";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-codiepie:before {
  content: "\f284";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-modx:before {
  content: "\f285";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-usb:before {
  content: "\f287";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-scribd:before {
  content: "\f28a";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-pause-circle-o:before {
  content: "\f28c";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-stop-circle-o:before {
  content: "\f28e";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-hashtag:before {
  content: "\f292";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 4, app/assets/stylesheets/vendor/font-awesome.min.css */
.fa-percent:before {
  content: "\f295";
}

/* line 1, app/assets/stylesheets/vendor/toastr.min.css */
.toast-title {
  font-weight: 700;
}

/* line 1, app/assets/stylesheets/vendor/toastr.min.css */
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

/* line 1, app/assets/stylesheets/vendor/toastr.min.css */
.toast-message a, .toast-message label {
  color: #fff;
}

/* line 1, app/assets/stylesheets/vendor/toastr.min.css */
.toast-message a:hover {
  color: #ccc;
  text-decoration: none;
}

/* line 1, app/assets/stylesheets/vendor/toastr.min.css */
.toast-close-button {
  position: relative;
  right: -.3em;
  top: -.3em;
  float: right;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  -webkit-text-shadow: 0 1px 0 #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: .8;
  -ms-filter: alpha(Opacity=80);
  filter: alpha(opacity=80);
}

/* line 1, app/assets/stylesheets/vendor/toastr.min.css */
.toast-close-button:focus, .toast-close-button:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .4;
  -ms-filter: alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/* line 1, app/assets/stylesheets/vendor/toastr.min.css */
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}

/* line 1, app/assets/stylesheets/vendor/toastr.min.css */
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

/* line 1, app/assets/stylesheets/vendor/toastr.min.css */
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

/* line 1, app/assets/stylesheets/vendor/toastr.min.css */
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

/* line 1, app/assets/stylesheets/vendor/toastr.min.css */
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

/* line 1, app/assets/stylesheets/vendor/toastr.min.css */
.toast-top-left {
  top: 12px;
  left: 12px;
}

/* line 1, app/assets/stylesheets/vendor/toastr.min.css */
.toast-top-right {
  top: 12px;
  right: 12px;
}

/* line 1, app/assets/stylesheets/vendor/toastr.min.css */
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

/* line 1, app/assets/stylesheets/vendor/toastr.min.css */
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

/* line 1, app/assets/stylesheets/vendor/toastr.min.css */
#toast-container {
  position: fixed;
  z-index: 999999;
}

/* line 1, app/assets/stylesheets/vendor/toastr.min.css */
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1, app/assets/stylesheets/vendor/toastr.min.css */
#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999;
  -webkit-box-shadow: 0 0 12px #999;
  box-shadow: 0 0 12px #999;
  color: #fff;
  opacity: .8;
  -ms-filter: alpha(Opacity=80);
  filter: alpha(opacity=80);
}

/* line 1, app/assets/stylesheets/vendor/toastr.min.css */
#toast-container > :hover {
  -moz-box-shadow: 0 0 12px #000;
  -webkit-box-shadow: 0 0 12px #000;
  box-shadow: 0 0 12px #000;
  opacity: 1;
  -ms-filter: alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

/* line 1, app/assets/stylesheets/vendor/toastr.min.css */
#toast-container > .toast-info {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important;
}

/* line 1, app/assets/stylesheets/vendor/toastr.min.css */
#toast-container > .toast-error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important;
}

/* line 1, app/assets/stylesheets/vendor/toastr.min.css */
#toast-container > .toast-success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important;
}

/* line 1, app/assets/stylesheets/vendor/toastr.min.css */
#toast-container > .toast-warning {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important;
}

/* line 1, app/assets/stylesheets/vendor/toastr.min.css */
#toast-container.toast-bottom-center > div, #toast-container.toast-top-center > div {
  width: 300px;
  margin: auto;
}

/* line 1, app/assets/stylesheets/vendor/toastr.min.css */
#toast-container.toast-bottom-full-width > div, #toast-container.toast-top-full-width > div {
  width: 96%;
  margin: auto;
}

/* line 1, app/assets/stylesheets/vendor/toastr.min.css */
.toast {
  background-color: #030303;
}

/* line 1, app/assets/stylesheets/vendor/toastr.min.css */
.toast-success {
  background-color: #51a351;
}

/* line 1, app/assets/stylesheets/vendor/toastr.min.css */
.toast-error {
  background-color: #bd362f;
}

/* line 1, app/assets/stylesheets/vendor/toastr.min.css */
.toast-info {
  background-color: #2f96b4;
}

/* line 1, app/assets/stylesheets/vendor/toastr.min.css */
.toast-warning {
  background-color: #f89406;
}

/* line 1, app/assets/stylesheets/vendor/toastr.min.css */
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000;
  opacity: .4;
  -ms-filter: alpha(Opacity=40);
  filter: alpha(opacity=40);
}

@media all and (max-width: 240px) {
  /* line 1, app/assets/stylesheets/vendor/toastr.min.css */
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  /* line 1, app/assets/stylesheets/vendor/toastr.min.css */
  #toast-container .toast-close-button {
    right: -.2em;
    top: -.2em;
  }
}

@media all and (min-width: 241px) and (max-width: 480px) {
  /* line 1, app/assets/stylesheets/vendor/toastr.min.css */
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  /* line 1, app/assets/stylesheets/vendor/toastr.min.css */
  #toast-container .toast-close-button {
    right: -.2em;
    top: -.2em;
  }
}

@media all and (min-width: 481px) and (max-width: 768px) {
  /* line 1, app/assets/stylesheets/vendor/toastr.min.css */
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

@-moz-keyframes circles-loader {
  0% {
    -moz-transform: rotate(-720deg);
    transform: rotate(-720deg);
  }
  50% {
    -moz-transform: rotate(720deg);
    transform: rotate(720deg);
  }
}

@-webkit-keyframes circles-loader {
  0% {
    -webkit-transform: rotate(-720deg);
    transform: rotate(-720deg);
  }
  50% {
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg);
  }
}

@keyframes circles-loader {
  0% {
    -moz-transform: rotate(-720deg);
    -ms-transform: rotate(-720deg);
    -webkit-transform: rotate(-720deg);
    transform: rotate(-720deg);
  }
  50% {
    -moz-transform: rotate(720deg);
    -ms-transform: rotate(720deg);
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg);
  }
}

/* :not(:required) hides this rule from IE9 and below */
/* line 36, app/assets/stylesheets/vendor/circles.css */
.circles-loader:not(:required) {
  position: relative;
  text-indent: -9999px;
  display: inline-block;
  width: 25px;
  height: 25px;
  background: rgba(255, 204, 51, 0.9);
  border-radius: 100%;
  -moz-animation: circles-loader 3s infinite ease-in-out;
  -webkit-animation: circles-loader 3s infinite ease-in-out;
  animation: circles-loader 3s infinite ease-in-out;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

/* line 52, app/assets/stylesheets/vendor/circles.css */
.circles-loader:not(:required)::before {
  background: rgba(255, 102, 0, 0.6);
  border-radius: 100%;
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  top: 18.75px;
  left: -10.82532px;
}

/* line 62, app/assets/stylesheets/vendor/circles.css */
.circles-loader:not(:required)::after {
  background: rgba(255, 51, 0, 0.4);
  border-radius: 100%;
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  top: 18.75px;
  left: 10.82532px;
}

/* Preload images */
/* line 2, app/assets/stylesheets/vendor/lightbox.css */
body:after {
  content: url(/images/close.png) url(/images/loading.gif) url(/images/prev.png) url(/images/next.png);
  display: none;
}

/* line 7, app/assets/stylesheets/vendor/lightbox.css */
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

/* line 18, app/assets/stylesheets/vendor/lightbox.css */
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

/* line 28, app/assets/stylesheets/vendor/lightbox.css */
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

/* line 39, app/assets/stylesheets/vendor/lightbox.css */
.lightbox a img {
  border: none;
}

/* line 43, app/assets/stylesheets/vendor/lightbox.css */
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

/* line 57, app/assets/stylesheets/vendor/lightbox.css */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 63, app/assets/stylesheets/vendor/lightbox.css */
.lb-container {
  padding: 4px;
}

/* line 67, app/assets/stylesheets/vendor/lightbox.css */
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 77, app/assets/stylesheets/vendor/lightbox.css */
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/images/loading.gif) no-repeat;
}

/* line 85, app/assets/stylesheets/vendor/lightbox.css */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 94, app/assets/stylesheets/vendor/lightbox.css */
.lb-container > .nav {
  left: 0;
}

/* line 98, app/assets/stylesheets/vendor/lightbox.css */
.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

/* line 103, app/assets/stylesheets/vendor/lightbox.css */
.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

/* line 109, app/assets/stylesheets/vendor/lightbox.css */
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(/images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

/* line 122, app/assets/stylesheets/vendor/lightbox.css */
.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* line 127, app/assets/stylesheets/vendor/lightbox.css */
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(/images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

/* line 140, app/assets/stylesheets/vendor/lightbox.css */
.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* line 145, app/assets/stylesheets/vendor/lightbox.css */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 158, app/assets/stylesheets/vendor/lightbox.css */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 164, app/assets/stylesheets/vendor/lightbox.css */
.lb-data {
  padding: 0 4px;
  color: #ccc;
}

/* line 169, app/assets/stylesheets/vendor/lightbox.css */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

/* line 176, app/assets/stylesheets/vendor/lightbox.css */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

/* line 182, app/assets/stylesheets/vendor/lightbox.css */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

/* line 190, app/assets/stylesheets/vendor/lightbox.css */
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

/* line 206, app/assets/stylesheets/vendor/lightbox.css */
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* line 1, app/assets/stylesheets/global/forms.scss */
input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
textarea,
select {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 12px;
  font-size: 16px;
  border: 1px solid dimgray;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline-width: 0;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

/* line 22, app/assets/stylesheets/global/forms.scss */
input[type="text"]:hover,
input[type="email"]:hover,
input[type="number"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
textarea:hover,
select:hover {
  border: 1px solid #863176;
  box-shadow: none;
}

/* line 27, app/assets/stylesheets/global/forms.scss */
input[type="text"]:disabled, input.disabled[type="text"],
input[type="email"]:disabled,
input.disabled[type="email"],
input[type="number"]:disabled,
input.disabled[type="number"],
input[type="password"]:disabled,
input.disabled[type="password"],
input[type="search"]:disabled,
input.disabled[type="search"],
input[type="tel"]:disabled,
input.disabled[type="tel"],
textarea:disabled,
textarea.disabled,
select:disabled,
select.disabled {
  opacity: 0.8;
  background: #f8f8f8;
}

/* line 34, app/assets/stylesheets/global/forms.scss */
textarea {
  padding: 12px;
  height: auto;
}

/* line 39, app/assets/stylesheets/global/forms.scss */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff url("/images/select-arrow-2.png") no-repeat right;
}

/* line 45, app/assets/stylesheets/global/forms.scss */
.btn {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  outline-width: 0;
  -webkit-appearance: none;
  appearance: none;
}

/* line 51, app/assets/stylesheets/global/forms.scss */
.btn.btn-purple {
  padding: 18px 55px;
  color: #fff;
  background-color: #863176;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  border: none;
  outline-width: 0;
}

/* line 62, app/assets/stylesheets/global/forms.scss */
.btn.btn-purple:hover {
  background-color: #a03b8d;
  color: #fff;
  text-decoration: none;
}

/* line 69, app/assets/stylesheets/global/forms.scss */
.btn.btn-gray {
  padding: 18px 55px;
  color: #863176;
  background-color: #e9e9e9;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  border: none;
  outline-width: 0;
}

/* line 80, app/assets/stylesheets/global/forms.scss */
.btn.btn-gray:hover {
  background-color: #cfcfcf;
  color: #863176;
  text-decoration: none;
}

/* line 88, app/assets/stylesheets/global/forms.scss */
.btn.btn-sm.btn-purple, .btn-group-sm > .btn.btn-purple, .btn.btn-sm.btn-gray, .btn-group-sm > .btn.btn-gray {
  padding: 12px 18px;
}

/* line 93, app/assets/stylesheets/global/forms.scss */
.btn.btn-success {
  border: none;
}

/* line 97, app/assets/stylesheets/global/forms.scss */
.btn.btn-lg, .btn-group-lg > .btn {
  border-radius: 4px;
}

/* line 101, app/assets/stylesheets/global/forms.scss */
.btn.btn-facebook {
  background-color: #3b5998;
  color: #fff;
}

/* line 107, app/assets/stylesheets/global/forms.scss */
.search {
  margin: 0 auto;
  position: relative;
}

/* line 111, app/assets/stylesheets/global/forms.scss */
.search i {
  position: absolute;
  z-index: 9999;
  top: 24px;
  left: 20px;
  color: dimgray;
}

/* line 119, app/assets/stylesheets/global/forms.scss */
.search input {
  border-radius: 64px;
  padding: 30px;
  padding-left: 52px;
  font-size: 19px;
}

/* line 126, app/assets/stylesheets/global/forms.scss */
.search .response {
  color: dimgray;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  margin: 20px 0 0;
  text-align: center;
}

/* line 134, app/assets/stylesheets/global/forms.scss */
.search .response.error {
  color: #d62c1a;
}

/* line 138, app/assets/stylesheets/global/forms.scss */
.search .response.success {
  color: #25a25a;
}

/* line 145, app/assets/stylesheets/global/forms.scss */
form p {
  position: relative;
}

/* line 148, app/assets/stylesheets/global/forms.scss */
form p .error-msg {
  display: none;
  padding-top: 5px;
  font-size: 12px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

/* line 156, app/assets/stylesheets/global/forms.scss */
form p.error input[type="text"],
form p.error input[type="email"],
form p.error input[type="number"],
form p.error input[type="password"],
form p.error input[type="tel"],
form p.error select {
  border-color: #e07676;
  background: url(/assets/sign-close-a59fd77ccfbfc71b4997ccbbf2b76fdca0a62e6c1510c897fc66a106577d1a5a.png) no-repeat right 10px center;
}

/* line 166, app/assets/stylesheets/global/forms.scss */
form p.error span {
  display: block;
  color: #e07676;
}

/* line 173, app/assets/stylesheets/global/forms.scss */
form p.success input[type="text"],
form p.success input[type="email"],
form p.success input[type="number"],
form p.success input[type="password"],
form p.success input[type="tel"],
form p.success select {
  border-color: #76a7e1;
  background: url(/assets/sign-select-active-1eafac6a26afab8bc19cd8299a6d2ca9e24efd9c47cf6793ddfdd703f6eafc51.png) no-repeat right 10px center;
}

/* line 186, app/assets/stylesheets/global/forms.scss */
.required {
  color: #e74c3c;
}

@media (max-width: 768px) {
  /* line 192, app/assets/stylesheets/global/forms.scss */
  .btn.btn-facebook {
    font-size: 14px;
  }
}

/* line 1, app/assets/stylesheets/global/index.scss */
body {
  background: #fff;
}

/* line 4, app/assets/stylesheets/global/index.scss */
body > iframe {
  display: none;
}

/* line 11, app/assets/stylesheets/global/index.scss */
body .message-bar {
  padding: 12px;
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
}

/* line 20, app/assets/stylesheets/global/index.scss */
body .message-bar.message-notice {
  background: #25a25a;
}

/* line 24, app/assets/stylesheets/global/index.scss */
body .message-bar.message-alert {
  background: #d62c1a;
}

/* line 30, app/assets/stylesheets/global/index.scss */
body h1.page-title {
  margin: 60px 0 10px 0;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 21px;
  font-weight: bold;
  color: #363636;
  text-align: center;
}

/* line 41, app/assets/stylesheets/global/index.scss */
body h2.page-subtitle {
  margin: 20px 0 10px 0;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: dimgray;
  text-align: center;
  line-height: 1.7em;
}

/* line 51, app/assets/stylesheets/global/index.scss */
body .section-title {
  font: normal 28px "Open Sans", Helvetica, Arial, sans-serif;
  color: #363636;
  position: relative;
  text-align: center;
  padding-bottom: 25px;
  padding-top: 25px;
  margin-top: 0;
}

/* line 61, app/assets/stylesheets/global/index.scss */
body .section-title.top:before {
  position: absolute;
  top: 0;
  border-bottom: 5px solid #863176;
  content: '';
  width: 41px;
  left: 50%;
  margin-left: -20px;
}

/* line 72, app/assets/stylesheets/global/index.scss */
body .section-title.bottom {
  margin-bottom: 44px;
}

/* line 75, app/assets/stylesheets/global/index.scss */
body .section-title.bottom:after {
  position: absolute;
  bottom: 0;
  border-bottom: 5px solid #c2b9dd;
  content: '';
  width: 41px;
  left: 50%;
  margin-left: -20px;
}

/* line 86, app/assets/stylesheets/global/index.scss */
body .section-title.left {
  padding-left: 50px;
  text-align: left;
  margin-top: 25px;
  margin-bottom: 44px;
  padding: 0 0 0 20px;
  border-left: 5px solid #c2b9dd;
  line-height: 1;
  font-size: 44px;
  color: dimgray;
}

/* line 99, app/assets/stylesheets/global/index.scss */
body .section-subtitle {
  margin-bottom: 35px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 2rem;
}

/* line 105, app/assets/stylesheets/global/index.scss */
body .inner-teaser {
  background-image: url(/assets/img-teaser-ec9c3198039bbfb376fd8810718d2d1b49045b8cd564b3bb7201f154e187d3ff.png);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: top;
  position: relative;
  text-align: center;
  padding: 75px 0;
}

/* line 114, app/assets/stylesheets/global/index.scss */
body .inner-teaser .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
}

/* line 124, app/assets/stylesheets/global/index.scss */
body .inner-teaser h2 {
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 55px;
  z-index: 2;
  position: relative;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.5);
}

/* line 135, app/assets/stylesheets/global/index.scss */
body .inner-teaser.about {
  padding: 100px 0;
  background-image: url("/images/img-about.jpg");
}

/* line 139, app/assets/stylesheets/global/index.scss */
body .inner-teaser.about h2 {
  text-transform: none;
  margin-bottom: 20px;
  font-weight: normal;
}

/* line 145, app/assets/stylesheets/global/index.scss */
body .inner-teaser.about span {
  display: block;
  text-align: center;
  font-size: 25px;
  color: #fff;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  padding: 0 100px;
  position: relative;
  z-index: 2;
}

/* line 155, app/assets/stylesheets/global/index.scss */
body .inner-teaser.about span a {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}

/* line 163, app/assets/stylesheets/global/index.scss */
body .inner-teaser.faq {
  background-color: #c2b9dd;
  background-image: none;
  padding: 50px 0;
  font-size: 42px;
}

/* line 169, app/assets/stylesheets/global/index.scss */
body .inner-teaser.faq h2 {
  text-transform: none;
  font-weight: normal;
}

/* line 175, app/assets/stylesheets/global/index.scss */
body .inner-teaser.contact {
  background-image: url(/assets/img-contact-a96645c4da35302c044abc8b0f6369c0fce822b86a9d082b9f51501b1cfe3e09.jpg);
}

/* line 178, app/assets/stylesheets/global/index.scss */
body .inner-teaser.contact h2 {
  text-transform: none;
  font-weight: normal;
}

/* line 184, app/assets/stylesheets/global/index.scss */
body .inner-teaser.sell {
  padding: 60px 0;
}

/* line 189, app/assets/stylesheets/global/index.scss */
body .inset {
  padding-right: 130px;
  padding-left: 130px;
}

/* line 193, app/assets/stylesheets/global/index.scss */
body .inset.lg {
  margin: 0 5%;
}

/* line 198, app/assets/stylesheets/global/index.scss */
body .center {
  text-align: center;
}

/* line 202, app/assets/stylesheets/global/index.scss */
body .step-title {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 32px;
  font-weight: normal;
  color: dimgray;
  margin: 44px 0;
}

/* line 209, app/assets/stylesheets/global/index.scss */
body .step-title span {
  display: inline-block;
  margin: 0 20px;
  width: 55px;
  height: 55px;
  border-radius: 40px;
  background-color: #a475a9;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #fff;
  font-size: 36px;
  text-align: center;
  line-height: 55px;
}

/* line 224, app/assets/stylesheets/global/index.scss */
body .bottom-text {
  text-align: center;
  font-size: 18px;
  color: dimgray;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

/* line 231, app/assets/stylesheets/global/index.scss */
body table {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

/* line 236, app/assets/stylesheets/global/index.scss */
body .loader {
  display: none;
}

/* line 241, app/assets/stylesheets/global/index.scss */
body .loading-wrapper.centered {
  text-align: center;
}

/* line 248, app/assets/stylesheets/global/index.scss */
i.margin-right {
  margin-right: 4px;
}

/* line 252, app/assets/stylesheets/global/index.scss */
i.margin-left {
  margin-left: 4px;
}

/* line 256, app/assets/stylesheets/global/index.scss */
i.delete {
  color: #e74c3c;
}

/* line 263, app/assets/stylesheets/global/index.scss */
.modal .modal-dialog .modal-content {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

/* line 266, app/assets/stylesheets/global/index.scss */
.modal .modal-dialog .modal-content .modal-header {
  background: #863176;
  color: #fff;
}

/* line 270, app/assets/stylesheets/global/index.scss */
.modal .modal-dialog .modal-content .modal-header h4 {
  font-weight: bold;
}

/* line 273, app/assets/stylesheets/global/index.scss */
.modal .modal-dialog .modal-content .modal-header h4 i {
  margin-right: 8px;
}

/* line 278, app/assets/stylesheets/global/index.scss */
.modal .modal-dialog .modal-content .modal-header .close {
  color: #fff;
  opacity: 1;
}

/* line 282, app/assets/stylesheets/global/index.scss */
.modal .modal-dialog .modal-content .modal-header .close.lg {
  font-size: 28px;
}

/* line 287, app/assets/stylesheets/global/index.scss */
.modal .modal-dialog .modal-content .modal-header.unstyled {
  background: transparent;
  border-bottom: none;
}

/* line 291, app/assets/stylesheets/global/index.scss */
.modal .modal-dialog .modal-content .modal-header.unstyled .close {
  color: #363636;
}

/* line 297, app/assets/stylesheets/global/index.scss */
.modal .modal-dialog .modal-content .modal-footer {
  background: #f8f8f8;
}

/* line 304, app/assets/stylesheets/global/index.scss */
.site-announcement {
  padding: 15px;
  background: #fffbd7;
  color: #363636;
  font-size: 1.4rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-align: center;
}

/* line 313, app/assets/stylesheets/global/index.scss */
.site-announcement a {
  color: #363636;
  font-weight: bold;
  text-decoration: underline;
}

/* line 318, app/assets/stylesheets/global/index.scss */
.site-announcement a:hover {
  color: #863176;
}

/* line 324, app/assets/stylesheets/global/index.scss */
#clipboard-share-button {
  cursor: pointer;
}

/* line 327, app/assets/stylesheets/global/index.scss */
#clipboard-share-button:hover {
  text-decoration: underline;
}

/* line 332, app/assets/stylesheets/global/index.scss */
.no-gutter {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* line 337, app/assets/stylesheets/global/index.scss */
.fancy-line-separator {
  border-bottom: 1px solid #cfcfcf;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  line-height: 0.1em;
  margin: 30px 0;
  text-align: center;
  width: 100%;
}

/* line 345, app/assets/stylesheets/global/index.scss */
.fancy-line-separator span {
  background: #f8f8f8;
  padding: 0 10px;
  text-transform: uppercase;
}

/* line 352, app/assets/stylesheets/global/index.scss */
.social {
  list-style: none;
  margin: 40px 0 0;
  padding: 0;
}

/* line 357, app/assets/stylesheets/global/index.scss */
.social li {
  display: inline-block;
  margin-right: 10px;
}

/* line 361, app/assets/stylesheets/global/index.scss */
.social li a {
  display: block;
  text-indent: -9999px;
  width: 32px;
  height: 32px;
}

/* line 369, app/assets/stylesheets/global/index.scss */
.social li.facebook > a {
  background: url(/assets/social-facebook-83727e8c9372240c8d1601df8b2a38289f9573a7f2c19b77e59cfa84c8a6a265.png);
}

/* line 375, app/assets/stylesheets/global/index.scss */
.social li.twitter > a {
  background: url(/assets/social-twitter-66b10069323f56d63918538a372a25877647869416dde9c0b06bf36972af4928.png);
}

/* line 381, app/assets/stylesheets/global/index.scss */
.social li.instagram > a {
  background: url(/assets/social-instagram-f7b39027577a90a59ee4910e3ac4e9a64a9e7e632a46d114e39681813b9bc88a.png);
}

/* line 386, app/assets/stylesheets/global/index.scss */
.social li:after {
  margin-right: 0;
}

/* line 392, app/assets/stylesheets/global/index.scss */
.alert,
.popover {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

@media (max-width: 768px) {
  /* line 399, app/assets/stylesheets/global/index.scss */
  body.modal-open {
    position: fixed;
    width: 100%;
  }
  /* line 406, app/assets/stylesheets/global/index.scss */
  .inner-teaser h2 {
    font-size: 42px !important;
  }
  /* line 411, app/assets/stylesheets/global/index.scss */
  .inner-teaser.about span {
    padding: 0 !important;
  }
}

/* line 418, app/assets/stylesheets/global/index.scss */
.margin-bottom-none {
  margin-bottom: 0 !important;
}

/* line 422, app/assets/stylesheets/global/index.scss */
.margin-bottom-10 {
  margin-bottom: 10px !important;
}

/* line 426, app/assets/stylesheets/global/index.scss */
.margin-top-10 {
  margin-top: 10px !important;
}

/* line 430, app/assets/stylesheets/global/index.scss */
.margin-top-30 {
  margin-top: 30px !important;
}

/* line 1, app/assets/stylesheets/modules/header.scss */
header {
  padding: 20px 0;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

/* line 5, app/assets/stylesheets/modules/header.scss */
header:after {
  clear: both;
  content: '';
  display: table;
}

/* line 11, app/assets/stylesheets/modules/header.scss */
header #logo {
  display: inline-block;
  float: left;
  width: 25%;
  margin: 0;
  padding-top: 18px;
}

/* line 18, app/assets/stylesheets/modules/header.scss */
header #logo a {
  display: inline-block;
  text-indent: -9999px;
  background: url(/assets/logo-sell-formula-cebae119f0436893fbca18b678eebcca66cf0bf0b7dfcdb37a2a3df90ca58eb4.png);
  width: 215px;
  height: 40px;
}

/* line 25, app/assets/stylesheets/modules/header.scss */
header #logo a:hover {
  background-image: url(/assets/logo-sell-formula-hover-a9d8cce2a5a5d59b8dd5240faa4723403d2f6bb9caedbd370dfab156907f268d.png);
  -webkit-transition: background-image 0.15s linear;
  -o-transition: background-image 0.15s linear;
  transition: background-image 0.15s linear;
}

/* line 32, app/assets/stylesheets/modules/header.scss */
header .header-content {
  float: right;
  width: 60%;
  text-align: right;
}

/* line 37, app/assets/stylesheets/modules/header.scss */
header .header-content .phone {
  display: inline-block;
  font-size: 16px;
  color: dimgray;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  padding-left: 32px;
  background: url(/assets/icon-phone-697a67c151bb22892df19f015d56802a2b07ccbf9a2c9425364943c450137a01.png) left no-repeat;
  margin-bottom: 20px;
  line-height: 1.8em;
}

/* line 49, app/assets/stylesheets/modules/header.scss */
header .header-content #header-nav ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 30px;
  display: inline-block;
  float: right;
}

/* line 56, app/assets/stylesheets/modules/header.scss */
header .header-content #header-nav ul:after {
  clear: both;
  content: '';
  display: table;
}

/* line 62, app/assets/stylesheets/modules/header.scss */
header .header-content #header-nav ul li {
  display: inline-block;
  float: left;
}

/* line 66, app/assets/stylesheets/modules/header.scss */
header .header-content #header-nav ul li a {
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  text-decoration: none;
  padding: 5px 10px;
}

/* line 76, app/assets/stylesheets/modules/header.scss */
header .header-content #header-nav ul li.primary {
  background: #863176;
}

/* line 80, app/assets/stylesheets/modules/header.scss */
header .header-content #header-nav ul li.secondary {
  background: #c2b9dd;
}

/* line 84, app/assets/stylesheets/modules/header.scss */
header .header-content #header-nav ul li.facebook-login-link {
  background: #3b5998;
  margin-right: 10px;
}

/* line 88, app/assets/stylesheets/modules/header.scss */
header .header-content #header-nav ul li.facebook-login-link i {
  margin-right: 4px;
}

/* line 96, app/assets/stylesheets/modules/header.scss */
header .header-content .mobile-btn {
  display: none;
}

/* line 101, app/assets/stylesheets/modules/header.scss */
header .header-content #main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  float: right;
}

/* line 108, app/assets/stylesheets/modules/header.scss */
header .header-content #main-nav ul:after {
  clear: both;
  content: '';
  display: table;
}

/* line 114, app/assets/stylesheets/modules/header.scss */
header .header-content #main-nav ul li {
  display: inline-block;
  float: left;
  margin-right: 27px;
}

/* line 119, app/assets/stylesheets/modules/header.scss */
header .header-content #main-nav ul li:last-child {
  margin-right: 0;
}

/* line 123, app/assets/stylesheets/modules/header.scss */
header .header-content #main-nav ul li a {
  font-size: 15px;
  font-weight: 700;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #363636;
  display: inline-block;
  padding: 3px 0;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 3px solid #fff;
}

/* line 134, app/assets/stylesheets/modules/header.scss */
header .header-content #main-nav ul li a:hover {
  border-color: #863176;
  -webkit-transition: border-color 0.1s ease-in-out;
  -o-transition: border-color 0.1s ease-in-out;
  transition: border-color 0.1s ease-in-out;
}

/* line 141, app/assets/stylesheets/modules/header.scss */
header .header-content #main-nav ul li.active > a {
  border-color: #863176;
}

@media (max-width: 992px) {
  /* line 152, app/assets/stylesheets/modules/header.scss */
  .mobile-header {
    background: #863176;
    text-align: center;
    padding: 15px 0;
  }
  /* line 157, app/assets/stylesheets/modules/header.scss */
  .mobile-header #logo {
    display: inline-block;
    width: 100%;
    padding-top: 0;
  }
  /* line 162, app/assets/stylesheets/modules/header.scss */
  .mobile-header #logo a {
    display: inline-block;
    text-indent: -9999px;
    background-image: url(/assets/logo-sell-formula-tiny-bf08733deb1c113f38b58b4fc06a3ebbb984774df4c03a99ccbbb768f62990e7.png);
    width: 125px;
    height: 23px;
    margin: 0 auto;
  }
}

@media all and (max-width: 992px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 992px) and (-o-min-device-pixel-ratio: 3/2), all and (max-width: 992px) and (min--moz-device-pixel-ratio: 1.5), all and (max-width: 992px) and (min-device-pixel-ratio: 1.5) {
  /* line 162, app/assets/stylesheets/modules/header.scss */
  .mobile-header #logo a {
    background-image: url(/assets/logo-sell-formula-tiny@2x-1aa725249df2a2a6708056beef7d89c7bdb95ecdb59d6c03b1d60f609a161c91.png);
    background-size: 125px 23px;
  }
}

@media (max-width: 992px) {
  /* line 170, app/assets/stylesheets/modules/header.scss */
  .mobile-header #logo a:hover {
    background-image: url(/assets/logo-sell-formula-tiny-bf08733deb1c113f38b58b4fc06a3ebbb984774df4c03a99ccbbb768f62990e7.png);
  }
}

@media all and (max-width: 992px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 992px) and (-o-min-device-pixel-ratio: 3/2), all and (max-width: 992px) and (min--moz-device-pixel-ratio: 1.5), all and (max-width: 992px) and (min-device-pixel-ratio: 1.5) {
  /* line 170, app/assets/stylesheets/modules/header.scss */
  .mobile-header #logo a:hover {
    background-image: url(/assets/logo-sell-formula-tiny@2x-1aa725249df2a2a6708056beef7d89c7bdb95ecdb59d6c03b1d60f609a161c91.png);
    background-size: 125px 23px;
  }
}

@media (max-width: 992px) {
  /* line 176, app/assets/stylesheets/modules/header.scss */
  .mobile-header .menu-button {
    position: absolute;
    top: 13px;
    left: 15px;
    font-size: 2rem;
    color: #fff;
  }
  /* line 184, app/assets/stylesheets/modules/header.scss */
  .mobile-header .right-button {
    position: absolute;
    top: 17px;
    right: 15px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
  }
  /* line 192, app/assets/stylesheets/modules/header.scss */
  .mobile-header .right-button i {
    font-size: 2rem;
  }
  /* line 198, app/assets/stylesheets/modules/header.scss */
  .mobile-nav {
    display: none;
    background: #863176;
    position: absolute;
    width: 100%;
    z-index: 9999;
    box-shadow: inset 0 1px 0 #863176, 0 8px 10px rgba(0, 0, 0, 0.15);
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
  }
  /* line 207, app/assets/stylesheets/modules/header.scss */
  .mobile-nav ul {
    margin: 0;
    padding: 10px 0;
    text-align: center;
  }
  /* line 212, app/assets/stylesheets/modules/header.scss */
  .mobile-nav ul li {
    margin-bottom: 10px;
  }
  /* line 215, app/assets/stylesheets/modules/header.scss */
  .mobile-nav ul li a {
    display: block;
    color: #fff;
    font-weight: bold;
    padding: 6px 16px;
    font-size: 16px;
    text-decoration: none;
  }
}

/* line 1, app/assets/stylesheets/modules/footer.scss */
footer {
  background-color: #863176;
  padding: 25px 0;
  text-align: center;
}

/* line 6, app/assets/stylesheets/modules/footer.scss */
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}

/* line 13, app/assets/stylesheets/modules/footer.scss */
footer ul li {
  display: inline-block;
  margin: 0 15px;
}

/* line 17, app/assets/stylesheets/modules/footer.scss */
footer ul li a {
  font-size: 18px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}

/* line 27, app/assets/stylesheets/modules/footer.scss */
footer p {
  font-size: 18px;
  color: #fff;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  margin: 18px 0;
}

/* line 33, app/assets/stylesheets/modules/footer.scss */
footer p a {
  color: #fff;
}

/* line 36, app/assets/stylesheets/modules/footer.scss */
footer p a:hover {
  text-decoration: none;
}

@media (max-width: 768px) {
  /* line 45, app/assets/stylesheets/modules/footer.scss */
  footer p {
    margin: 30px 0;
  }
}

/* line 1, app/assets/stylesheets/modules/home.scss */
#teaser {
  background-image: url(/assets/img-header-e605f82c44cc429fb51f92abae35a7c8bf8562f97ae363e41645dbb1afed1a40.jpg);
  background-position: bottom;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 40px 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4) inset;
}

/* line 9, app/assets/stylesheets/modules/home.scss */
#teaser .container {
  position: relative;
}

/* line 13, app/assets/stylesheets/modules/home.scss */
#teaser .secure-badges {
  width: 135px;
  height: 100px;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  position: absolute;
  left: 0;
  bottom: 35px;
  z-index: 2;
  background-position: 0;
}

/* line 25, app/assets/stylesheets/modules/home.scss */
#teaser .secure-badges.new {
  position: relative;
  left: auto;
  bottom: auto;
  margin-top: 30px;
}

/* line 32, app/assets/stylesheets/modules/home.scss */
#teaser .secure-badges table {
  position: absolute;
  top: 7px;
  right: 0;
}

/* line 39, app/assets/stylesheets/modules/home.scss */
#teaser .teaser-content {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  padding: 20px;
}

/* line 46, app/assets/stylesheets/modules/home.scss */
#teaser .teaser-content.steps-teaser h2 {
  font-size: 29px;
  margin: 3px 0 15px 0;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #863176;
  font-weight: bold;
  text-align: center;
}

/* line 55, app/assets/stylesheets/modules/home.scss */
#teaser .teaser-content.steps-teaser p {
  margin: 0 0 20px 0;
  font-size: 18px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #363636;
  text-align: center;
}

/* line 63, app/assets/stylesheets/modules/home.scss */
#teaser .teaser-content.steps-teaser ul {
  list-style: none;
  padding: 0;
  position: relative;
  margin: 0;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

/* line 70, app/assets/stylesheets/modules/home.scss */
#teaser .teaser-content.steps-teaser ul li {
  display: block;
  padding: 15px 20px;
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  margin-bottom: 5px;
}

/* line 78, app/assets/stylesheets/modules/home.scss */
#teaser .teaser-content.steps-teaser ul li:after {
  clear: both;
  content: '';
  display: table;
}

/* line 84, app/assets/stylesheets/modules/home.scss */
#teaser .teaser-content.steps-teaser ul li span {
  background-color: #a475a9;
  color: #fff;
  float: left;
  display: inline-block;
  font-size: 21px;
  font-weight: bold;
  width: 40px;
  text-align: center;
  line-height: 40px;
  margin-top: 5px;
  border-radius: 80%;
}

/* line 98, app/assets/stylesheets/modules/home.scss */
#teaser .teaser-content.steps-teaser ul li .text {
  float: left;
  text-align: left;
  margin-left: 14px;
  width: 86%;
}

/* line 104, app/assets/stylesheets/modules/home.scss */
#teaser .teaser-content.steps-teaser ul li .text h2 {
  margin: 0;
  font-size: 20px;
  font-weight: normal;
  color: #363636;
  line-height: 1.5em;
  text-align: left;
}

/* line 116, app/assets/stylesheets/modules/home.scss */
#teaser .teaser-content.steps-teaser .btn {
  margin-top: 15px;
  font-size: 24px;
  font-weight: bold;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

/* line 124, app/assets/stylesheets/modules/home.scss */
#teaser .teaser-content .btn-success {
  font-weight: bold;
}

/* line 128, app/assets/stylesheets/modules/home.scss */
#teaser .teaser-content:after {
  clear: both;
  content: '';
  display: table;
}

/* line 136, app/assets/stylesheets/modules/home.scss */
#stats {
  padding: 15px 0;
}

/* line 139, app/assets/stylesheets/modules/home.scss */
#stats .item {
  display: inline-block;
  width: 45%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  border-right: 2px solid #e9e9e9;
  text-align: center;
}

/* line 147, app/assets/stylesheets/modules/home.scss */
#stats .item span {
  display: inline-block;
  padding-left: 90px;
  background: url(/assets/icon-box-18420557ed414cad8e92cc4d7352e3981036701615f3bf9e5c8ba8f7612512df.png) left no-repeat;
}

/* line 152, app/assets/stylesheets/modules/home.scss */
#stats .item span strong {
  display: block;
  font-size: 42px;
  font-family: 'Open Sans', sans-serif;
  color: #a475a9;
}

/* line 159, app/assets/stylesheets/modules/home.scss */
#stats .item span small {
  display: block;
  font-size: 14px;
  font-weight: bold;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #363636;
}

/* line 168, app/assets/stylesheets/modules/home.scss */
#stats .item.first, #stats .item.last {
  width: 25%;
}

/* line 173, app/assets/stylesheets/modules/home.scss */
#stats .item.first {
  text-align: left;
}

/* line 176, app/assets/stylesheets/modules/home.scss */
#stats .item.first span {
  background: url(/assets/icon-envelope-97690ea970ac635fe044d5936196b7fd1a0bef11a0235766c0996cbed8677789.png) left no-repeat;
}

/* line 181, app/assets/stylesheets/modules/home.scss */
#stats .item.last {
  border-right: none;
  text-align: center;
  padding-left: 60px;
}

/* line 186, app/assets/stylesheets/modules/home.scss */
#stats .item.last span {
  background: url(/assets/icon-wallet-57a7ad8abb7a901b961ed21dc59986bb63edf628d57b868262b167e0f16be0e3.png) left no-repeat;
}

/* line 193, app/assets/stylesheets/modules/home.scss */
.quotes, .wholesale {
  background: #c2b9dd;
  padding: 20px 0;
  text-align: center;
}

/* line 198, app/assets/stylesheets/modules/home.scss */
.quotes h3, .wholesale h3 {
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 25px;
  color: #fff;
  letter-spacing: 1px;
}

/* line 210, app/assets/stylesheets/modules/home.scss */
#brands {
  background: #fff;
}

/* line 213, app/assets/stylesheets/modules/home.scss */
#brands .row {
  margin: 20px 0;
}

/* line 217, app/assets/stylesheets/modules/home.scss */
#brands .brand-logo {
  text-align: center;
  margin-bottom: 10px;
}

/* line 221, app/assets/stylesheets/modules/home.scss */
#brands .brand-logo img {
  display: inline-block !important;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

/* line 228, app/assets/stylesheets/modules/home.scss */
#brands ul {
  list-style: none;
  margin: 30px auto 0 auto;
  padding: 0;
  width: 100%;
}

/* line 234, app/assets/stylesheets/modules/home.scss */
#brands ul:after {
  clear: both;
  content: '';
  display: table;
}

/* line 240, app/assets/stylesheets/modules/home.scss */
#brands ul li {
  width: 25%;
  display: inline-block;
  float: left;
  text-align: center;
  line-height: 110px;
}

/* line 247, app/assets/stylesheets/modules/home.scss */
#brands ul li img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

/* line 255, app/assets/stylesheets/modules/home.scss */
.wholesale {
  background: #f8f8f8;
  padding-bottom: 30px;
}

/* line 260, app/assets/stylesheets/modules/home.scss */
.wholesale h3 {
  color: #363636;
}

/* line 265, app/assets/stylesheets/modules/home.scss */
#how {
  padding: 50px 0;
  border-bottom: 1px solid #cfcfcf;
}

/* line 269, app/assets/stylesheets/modules/home.scss */
#how h3 {
  margin-bottom: 30px;
}

/* line 273, app/assets/stylesheets/modules/home.scss */
#how .video {
  float: left;
  display: inline-block;
  margin-right: 100px;
}

/* line 278, app/assets/stylesheets/modules/home.scss */
#how .video .video-wrapper {
  border: 2px solid #863176;
}

/* line 283, app/assets/stylesheets/modules/home.scss */
#how h4 {
  margin: 0 0 20px 0;
  padding-top: 15px;
  font-size: 24px;
  color: #363636;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

/* line 292, app/assets/stylesheets/modules/home.scss */
#how p {
  font-size: 18px;
  font-family: "Lora", Georgia, serif;
  color: dimgray;
  margin-bottom: 30px;
}

/* line 300, app/assets/stylesheets/modules/home.scss */
.testi-subscribe {
  height: 475px;
  margin: 0;
}

/* line 304, app/assets/stylesheets/modules/home.scss */
.testi-subscribe:after {
  clear: both;
  content: '';
  display: none;
}

/* line 310, app/assets/stylesheets/modules/home.scss */
.testi-subscribe .no-gutter {
  padding-right: 0;
  padding-left: 0;
}

/* line 317, app/assets/stylesheets/modules/home.scss */
.testi-subscribe #testimonial .flexslider {
  background: transparent;
  border: none;
  margin-bottom: 0;
}

/* line 322, app/assets/stylesheets/modules/home.scss */
.testi-subscribe #testimonial .flexslider li {
  text-align: center;
  padding-bottom: 60px;
}

/* line 327, app/assets/stylesheets/modules/home.scss */
.testi-subscribe #testimonial .flexslider blockquote {
  font-size: 26px;
  font-family: "Lora", Georgia, serif;
  color: #363636;
  border-left: none;
}

/* line 334, app/assets/stylesheets/modules/home.scss */
.testi-subscribe #testimonial .flexslider span {
  display: block;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: dimgray;
  font-size: 25px;
}

/* line 341, app/assets/stylesheets/modules/home.scss */
.testi-subscribe #testimonial .flexslider small {
  font-size: 25px;
  color: #863176;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

/* line 347, app/assets/stylesheets/modules/home.scss */
.testi-subscribe #testimonial .flexslider .flex-control-nav {
  bottom: -50px;
}

/* line 353, app/assets/stylesheets/modules/home.scss */
.testi-subscribe #testimonial .flexslider .flex-control-paging li a {
  background-color: #c2b9dd;
}

/* line 356, app/assets/stylesheets/modules/home.scss */
.testi-subscribe #testimonial .flexslider .flex-control-paging li a:hover {
  background-color: #863176;
}

/* line 360, app/assets/stylesheets/modules/home.scss */
.testi-subscribe #testimonial .flexslider .flex-control-paging li a .flex-active {
  background-color: #863176;
}

/* line 369, app/assets/stylesheets/modules/home.scss */
.testi-subscribe #updates {
  background: #c2b9dd;
  padding: 35px 0;
  text-align: center;
  height: 475px;
}

/* line 375, app/assets/stylesheets/modules/home.scss */
.testi-subscribe #updates .section-title {
  color: #fff;
}

/* line 378, app/assets/stylesheets/modules/home.scss */
.testi-subscribe #updates .section-title:before {
  border-color: #fff;
}

/* line 384, app/assets/stylesheets/modules/home.scss */
.testi-subscribe #updates input[type="text"], .testi-subscribe #updates input[type="email"] {
  width: 425px;
  height: 60px;
  border: none;
  background-color: #fff;
  display: block;
  margin: 10px auto;
  padding: 0 30px;
  line-height: 60px;
  vertical-align: top;
  font-size: 18px;
  color: dimgray;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

/* line 400, app/assets/stylesheets/modules/home.scss */
.testi-subscribe #updates input[type="submit"] {
  margin: 20px auto;
  display: block;
  text-align: center;
}

/* line 409, app/assets/stylesheets/modules/home.scss */
.fb-coupon {
  top: 20%;
}

/* line 412, app/assets/stylesheets/modules/home.scss */
.fb-coupon .fb-coupon-code {
  background: #f8f8f8;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  display: none;
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0;
  padding: 20px 0;
  text-align: center;
}

/* line 423, app/assets/stylesheets/modules/home.scss */
.fb-coupon .fb-coupon-code a {
  background: #25a25a;
  border-radius: 4px;
  color: #fff;
  padding: 2px 4px;
}

/* line 429, app/assets/stylesheets/modules/home.scss */
.fb-coupon .fb-coupon-code a:hover {
  text-decoration: none;
}

/* line 435, app/assets/stylesheets/modules/home.scss */
.fb-coupon .fb-like {
  display: block;
  margin: 25px auto 10px;
  width: 50px;
}

/* line 442, app/assets/stylesheets/modules/home.scss */
.signup-form {
  padding: 20px;
}

/* line 446, app/assets/stylesheets/modules/home.scss */
.signup-form .fancy-line-separator span {
  background: #fff;
}

/* line 451, app/assets/stylesheets/modules/home.scss */
.signup-form .facebook-signup-link {
  margin: 0;
}

/* line 454, app/assets/stylesheets/modules/home.scss */
.signup-form .facebook-signup-link .btn {
  font-weight: bold;
}

/* line 457, app/assets/stylesheets/modules/home.scss */
.signup-form .facebook-signup-link .btn i {
  margin-right: 4px;
}

/* line 463, app/assets/stylesheets/modules/home.scss */
.signup-form form {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

/* line 467, app/assets/stylesheets/modules/home.scss */
.signup-form form .row div {
  margin-bottom: 10px;
}

/* line 471, app/assets/stylesheets/modules/home.scss */
.signup-form form .row div p label {
  display: block;
}

/* line 475, app/assets/stylesheets/modules/home.scss */
.signup-form form .row div p .inline-input {
  display: inline-block;
  width: 49%;
}

/* line 486, app/assets/stylesheets/modules/home.scss */
.signup-form p.error span {
  margin-top: -8px;
}

/* line 492, app/assets/stylesheets/modules/home.scss */
.signup-form .btn {
  font-weight: bold;
  padding: 15px;
}

/* line 497, app/assets/stylesheets/modules/home.scss */
.signup-form .login-link {
  margin-top: 15px;
  text-align: center;
}

/* line 503, app/assets/stylesheets/modules/home.scss */
.ss-form {
  top: 10%;
}

/* line 506, app/assets/stylesheets/modules/home.scss */
.ss-form .modal-dialog {
  width: 950px;
}

/* line 510, app/assets/stylesheets/modules/home.scss */
.ss-form .marketing {
  padding: 20px 10px;
  text-align: center;
}

/* line 514, app/assets/stylesheets/modules/home.scss */
.ss-form .marketing h2 {
  color: #863176;
  font-size: 3.2rem;
  font-weight: bold;
  margin: 0 0 10px;
}

/* line 521, app/assets/stylesheets/modules/home.scss */
.ss-form .marketing p {
  color: dimgray;
  font-size: 1.7rem;
}

/* line 526, app/assets/stylesheets/modules/home.scss */
.ss-form .marketing ul {
  list-style: none;
  margin: 50px 0;
  padding: 20px;
  text-align: left;
}

/* line 532, app/assets/stylesheets/modules/home.scss */
.ss-form .marketing ul h3 {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 0 40px;
  text-align: center;
  text-transform: uppercase;
}

/* line 540, app/assets/stylesheets/modules/home.scss */
.ss-form .marketing ul li {
  font-size: 2rem;
  margin-bottom: 15px;
}

/* line 544, app/assets/stylesheets/modules/home.scss */
.ss-form .marketing ul li .letter {
  background: #863176;
  border-radius: 80px;
  color: #fff;
  display: inline-block;
  margin-right: 10px;
  padding: 8px 16px;
}

/* line 553, app/assets/stylesheets/modules/home.scss */
.ss-form .marketing ul li:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  /* line 563, app/assets/stylesheets/modules/home.scss */
  #teaser {
    padding: 20px 0;
  }
  /* line 566, app/assets/stylesheets/modules/home.scss */
  #teaser .teaser-content {
    width: 100%;
    float: none;
  }
  /* line 571, app/assets/stylesheets/modules/home.scss */
  #teaser .teaser-content ul li {
    font-size: 20px;
    padding: 10px !important;
    margin-bottom: 10px;
  }
  /* line 576, app/assets/stylesheets/modules/home.scss */
  #teaser .teaser-content ul li span {
    margin-right: 5px;
  }
  /* line 580, app/assets/stylesheets/modules/home.scss */
  #teaser .teaser-content ul li .text {
    width: 71% !important;
    margin-left: 10px !important;
  }
  /* line 584, app/assets/stylesheets/modules/home.scss */
  #teaser .teaser-content ul li .text h2 {
    font-size: 16px !important;
  }
  /* line 591, app/assets/stylesheets/modules/home.scss */
  #teaser .teaser-content .btn {
    padding: 18px;
  }
  /* line 595, app/assets/stylesheets/modules/home.scss */
  #teaser .teaser-content.steps-teaser {
    margin-bottom: 20px;
  }
  /* line 598, app/assets/stylesheets/modules/home.scss */
  #teaser .teaser-content.steps-teaser h2 {
    font-size: 24px;
    line-height: 1.3em;
  }
  /* line 603, app/assets/stylesheets/modules/home.scss */
  #teaser .teaser-content.steps-teaser p {
    font-size: 16px;
  }
  /* line 609, app/assets/stylesheets/modules/home.scss */
  #teaser .secure-badges {
    background-size: 95%;
    padding: 10px;
    position: relative;
    margin: 50px auto 0 auto;
    right: 0;
  }
  /* line 618, app/assets/stylesheets/modules/home.scss */
  #updates input[type=text] {
    margin-right: 0;
    margin-bottom: 10px;
  }
  /* line 623, app/assets/stylesheets/modules/home.scss */
  #testimonial .flexslider blockquote {
    font-size: 24px;
  }
  /* line 627, app/assets/stylesheets/modules/home.scss */
  #how {
    text-align: center;
  }
  /* line 631, app/assets/stylesheets/modules/home.scss */
  .testi-subscribe {
    height: auto;
  }
  /* line 634, app/assets/stylesheets/modules/home.scss */
  .testi-subscribe #updates {
    height: auto;
  }
  /* line 637, app/assets/stylesheets/modules/home.scss */
  .testi-subscribe #updates form {
    padding: 0 20px;
  }
  /* line 641, app/assets/stylesheets/modules/home.scss */
  .testi-subscribe #updates input[type="text"],
.testi-subscribe #updates input[type="email"] {
    width: 99%;
    margin: 10px auto;
  }
  /* line 649, app/assets/stylesheets/modules/home.scss */
  .popup {
    width: 100%;
    right: 0;
  }
  /* line 655, app/assets/stylesheets/modules/home.scss */
  .popup .popup-header .hide-popup {
    right: 0;
  }
  /* line 660, app/assets/stylesheets/modules/home.scss */
  .popup .popup-body {
    background: #863176;
    color: #fff;
    padding: 20px;
    text-align: center;
  }
  /* line 666, app/assets/stylesheets/modules/home.scss */
  .popup .popup-body .fb-coupon {
    display: none;
    margin: 0 0 20px 0;
    font-size: 1.4rem;
  }
  /* line 671, app/assets/stylesheets/modules/home.scss */
  .popup .popup-body .fb-coupon a {
    color: #fff;
  }
  /* line 679, app/assets/stylesheets/modules/home.scss */
  .quotes h3, .wholesale h3 {
    font-size: 1.6rem;
    line-height: 1.5em;
  }
  /* line 685, app/assets/stylesheets/modules/home.scss */
  .mobile-sticky-sell-button {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
  }
  /* line 691, app/assets/stylesheets/modules/home.scss */
  .mobile-sticky-sell-button a {
    display: block;
    background: #863176;
    color: #fff;
    padding: 18px;
    text-align: center;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 1.8rem;
    font-weight: bold;
  }
  /* line 701, app/assets/stylesheets/modules/home.scss */
  .mobile-sticky-sell-button a:hover, .mobile-sticky-sell-button a:focus {
    text-decoration: none;
  }
  /* line 708, app/assets/stylesheets/modules/home.scss */
  .mobile-sticky-sell-button.bottom a {
    background: #25a25a;
  }
  /* line 714, app/assets/stylesheets/modules/home.scss */
  .ss-form {
    z-index: 99991;
  }
  /* line 717, app/assets/stylesheets/modules/home.scss */
  .ss-form .modal-dialog {
    width: auto;
  }
  /* line 721, app/assets/stylesheets/modules/home.scss */
  .ss-form .col-xs-12, .ss-form .dashboard-wrapper .welcome-alert ul li, .dashboard-wrapper .welcome-alert ul .ss-form li {
    padding: 0;
  }
  /* line 725, app/assets/stylesheets/modules/home.scss */
  .ss-form .marketing {
    padding: 20px 0 10px;
  }
  /* line 728, app/assets/stylesheets/modules/home.scss */
  .ss-form .marketing h2 {
    font-size: 2.8rem;
  }
  /* line 732, app/assets/stylesheets/modules/home.scss */
  .ss-form .marketing p {
    font-size: 1.6rem;
  }
  /* line 736, app/assets/stylesheets/modules/home.scss */
  .ss-form .marketing ul {
    margin: 0;
    padding: 20px 0;
  }
  /* line 740, app/assets/stylesheets/modules/home.scss */
  .ss-form .marketing ul h3 {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
  /* line 745, app/assets/stylesheets/modules/home.scss */
  .ss-form .marketing ul li {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  /* line 749, app/assets/stylesheets/modules/home.scss */
  .ss-form .marketing ul li .letter {
    float: left;
    font-size: 1.5rem;
    margin-right: 15px;
    padding: 4px 9px;
  }
}

/* line 3, app/assets/stylesheets/modules/misc.scss */
.about-section-1 {
  padding: 50px;
}

/* line 6, app/assets/stylesheets/modules/misc.scss */
.about-section-1:after {
  clear: both;
  content: '';
  display: table;
}

/* line 12, app/assets/stylesheets/modules/misc.scss */
.about-section-1 .column {
  padding: 0 150px;
  text-align: center;
}

/* line 16, app/assets/stylesheets/modules/misc.scss */
.about-section-1 .column p {
  font-size: 21px;
  font-family: "Lora", Georgia, serif;
  color: dimgray;
  line-height: 1.5em;
  margin-bottom: 30px;
}

/* line 23, app/assets/stylesheets/modules/misc.scss */
.about-section-1 .column p:last-child {
  margin-bottom: 0;
}

/* line 30, app/assets/stylesheets/modules/misc.scss */
.about-section-2 {
  padding: 50px 0;
  background-color: #f8f8f8;
  text-align: center;
}

/* line 35, app/assets/stylesheets/modules/misc.scss */
.about-section-2 .inset {
  padding: 0 150px;
}

/* line 38, app/assets/stylesheets/modules/misc.scss */
.about-section-2 .inset p {
  font-size: 21px;
  font-family: "Lora", Georgia, serif;
  color: #363636;
  line-height: 1.5em;
}

/* line 47, app/assets/stylesheets/modules/misc.scss */
.about-section-3 {
  padding: 50px 0 0 0;
}

/* line 50, app/assets/stylesheets/modules/misc.scss */
.about-section-3 .map-wrapper {
  position: relative;
}

/* line 54, app/assets/stylesheets/modules/misc.scss */
.about-section-3 #map {
  height: 100%;
  width: 50%;
  margin: 20px auto 60px auto;
  padding-bottom: 22.25%;
  padding-top: 30px;
  position: relative;
}

/* line 63, app/assets/stylesheets/modules/misc.scss */
.about-section-3 .address {
  padding: 50px 0;
  background: #c2b9dd;
  text-align: center;
}

/* line 68, app/assets/stylesheets/modules/misc.scss */
.about-section-3 .address p {
  font-size: 27px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #fff;
  margin: 27px 0;
}

/* line 79, app/assets/stylesheets/modules/misc.scss */
.faq-section {
  margin: 0 50px;
  padding: 50px 0;
}

/* line 83, app/assets/stylesheets/modules/misc.scss */
.faq-section .row {
  width: 100%;
}

/* line 86, app/assets/stylesheets/modules/misc.scss */
.faq-section .row:after {
  clear: both;
  content: '';
  display: table;
}

/* line 92, app/assets/stylesheets/modules/misc.scss */
.faq-section .row .item {
  display: inline-block;
  width: 48%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 40px;
  margin-bottom: 50px;
  float: left;
}

/* line 102, app/assets/stylesheets/modules/misc.scss */
.faq-section .row .item .item-title {
  padding-top: 7px;
  font-size: 21px;
  color: #363636;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: bold;
  position: relative;
  padding-left: 60px;
}

/* line 111, app/assets/stylesheets/modules/misc.scss */
.faq-section .row .item .item-title span {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 21px;
  background-color: #a475a9;
  border-radius: 25px;
}

/* line 128, app/assets/stylesheets/modules/misc.scss */
.faq-section .row .item p {
  font-size: 18px;
  font-family: "Lora", Georgia, serif;
  font-weight: normal;
  color: dimgray;
  margin: 21px 0;
}

/* line 139, app/assets/stylesheets/modules/misc.scss */
.ask {
  padding: 40px 0;
  background: #c2b9dd;
  text-align: center;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: bold;
  margin: 0;
}

/* line 150, app/assets/stylesheets/modules/misc.scss */
.ask p {
  margin: 0;
  letter-spacing: 1px;
}

/* line 155, app/assets/stylesheets/modules/misc.scss */
.ask .phone {
  display: inline-block;
  padding-left: 40px;
  background: url("/images/icon-phone-2.png") left no-repeat;
  margin-left: 40px;
  color: #fff;
}

/* line 167, app/assets/stylesheets/modules/misc.scss */
.how-section .row {
  padding-bottom: 20px;
  border-bottom: 1px solid #e9e9e9;
}

/* line 171, app/assets/stylesheets/modules/misc.scss */
.how-section .row .step-title {
  font-size: 4rem;
}

/* line 175, app/assets/stylesheets/modules/misc.scss */
.how-section .row:last-of-type {
  border-bottom: none;
}

/* line 179, app/assets/stylesheets/modules/misc.scss */
.how-section .row p {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1.9rem;
  line-height: 1.7em;
  margin: 20px;
}

/* line 187, app/assets/stylesheets/modules/misc.scss */
.how-section .btn {
  display: block;
  margin: 50px auto;
  width: 600px;
  font-size: 3rem;
  font-weight: bold;
}

/* line 198, app/assets/stylesheets/modules/misc.scss */
.terms-section {
  margin: 50px 0;
  font-size: 1.8rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

/* line 203, app/assets/stylesheets/modules/misc.scss */
.terms-section.mobile-terms-section {
  padding: 10px 20px;
  margin: 20px auto;
  max-width: 500px;
  font-size: 1.5rem;
}

/* line 210, app/assets/stylesheets/modules/misc.scss */
.terms-section h3 {
  margin: 60px 0 30px 0;
  font-weight: bold;
}

/* line 214, app/assets/stylesheets/modules/misc.scss */
.terms-section h3:first-of-type {
  margin-top: 10px;
}

/* line 219, app/assets/stylesheets/modules/misc.scss */
.terms-section p {
  margin-bottom: 20px;
}

/* line 223, app/assets/stylesheets/modules/misc.scss */
.terms-section hr {
  border-top: 1px solid #b6b6b6;
  margin: 50px 0;
}

/* line 231, app/assets/stylesheets/modules/misc.scss */
.contact-section {
  padding: 50px 0 100px;
}

/* line 234, app/assets/stylesheets/modules/misc.scss */
.contact-section .column {
  display: inline-block;
  padding-left: 0;
}

/* line 238, app/assets/stylesheets/modules/misc.scss */
.contact-section .column p {
  margin-bottom: 25px;
}

/* line 242, app/assets/stylesheets/modules/misc.scss */
.contact-section .column label {
  display: block;
  font-size: 17px;
  color: dimgray;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  padding-bottom: 5px;
}

/* line 250, app/assets/stylesheets/modules/misc.scss */
.contact-section .column input[type="text"],
.contact-section .column textarea {
  display: block;
  width: 100%;
  border: 1px solid #8f93ab;
  background: #fff;
  margin-bottom: 10px;
}

/* line 259, app/assets/stylesheets/modules/misc.scss */
.contact-section .column input[type="text"] {
  height: 60px;
}

/* line 263, app/assets/stylesheets/modules/misc.scss */
.contact-section .column textarea {
  height: 230px;
}

/* line 268, app/assets/stylesheets/modules/misc.scss */
.contact-section .sidebar-section {
  background: #f8f8f8;
  border-bottom: 60px solid #c2b9dd;
  margin-bottom: 30px;
}

/* line 273, app/assets/stylesheets/modules/misc.scss */
.contact-section .sidebar-section h3 {
  font-size: 2rem;
  margin: 0;
  color: #fff;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  background: #863176;
  padding: 20px;
}

/* line 282, app/assets/stylesheets/modules/misc.scss */
.contact-section .sidebar-section p {
  margin: 0;
  padding: 30px;
  font-size: 1.8rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: dimgray;
  line-height: 1.7em;
}

/* line 292, app/assets/stylesheets/modules/misc.scss */
.contact-section .sidebar-list {
  background: #f8f8f8;
  padding: 20px;
  margin-bottom: 30px;
}

/* line 297, app/assets/stylesheets/modules/misc.scss */
.contact-section .sidebar-list h3 {
  color: #363636;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 2.1rem;
  margin: 0 0 25px 0;
}

/* line 304, app/assets/stylesheets/modules/misc.scss */
.contact-section .sidebar-list ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 309, app/assets/stylesheets/modules/misc.scss */
.contact-section .sidebar-list ol li {
  margin-bottom: 15px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

/* line 313, app/assets/stylesheets/modules/misc.scss */
.contact-section .sidebar-list ol li .question {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

/* line 319, app/assets/stylesheets/modules/misc.scss */
.contact-section .sidebar-list ol li:last-child {
  margin-bottom: 0;
}

/* line 326, app/assets/stylesheets/modules/misc.scss */
.contact-section .sidebar-phone {
  display: block;
  background: #863176;
  border-radius: 4px;
  color: #fff;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 18px;
  padding: 20px;
  margin-bottom: 30px;
}

/* line 336, app/assets/stylesheets/modules/misc.scss */
.contact-section .sidebar-phone:hover {
  text-decoration: none;
}

/* Misc page style (login, forgot password, tracking) */
/* line 345, app/assets/stylesheets/modules/misc.scss */
.misc-page .page-title {
  margin: 20px 0 30px 0;
  font-size: 3.5rem;
  text-align: center;
}

/* line 351, app/assets/stylesheets/modules/misc.scss */
.misc-page .misc-wrapper {
  margin: 10px 0 40px 0;
  background: #f8f8f8;
  padding: 30px;
  border: 2px solid #cfcfcf;
  border-radius: 4px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

/* line 359, app/assets/stylesheets/modules/misc.scss */
.misc-page .misc-wrapper h3 {
  margin: 0 0 35px 0;
  font-weight: normal;
  font-size: 1.7rem;
  text-align: center;
}

/* line 366, app/assets/stylesheets/modules/misc.scss */
.misc-page .misc-wrapper .row {
  margin-bottom: 15px;
}

/* line 369, app/assets/stylesheets/modules/misc.scss */
.misc-page .misc-wrapper .row.facebook-login-link, .misc-page .misc-wrapper .row.facebook-signup-link {
  margin: 0 0 30px;
}

/* line 373, app/assets/stylesheets/modules/misc.scss */
.misc-page .misc-wrapper .row.facebook-login-link a, .misc-page .misc-wrapper .row.facebook-signup-link a {
  font-weight: bold;
}

/* line 376, app/assets/stylesheets/modules/misc.scss */
.misc-page .misc-wrapper .row.facebook-login-link a i, .misc-page .misc-wrapper .row.facebook-signup-link a i {
  margin-right: 4px;
}

/* line 382, app/assets/stylesheets/modules/misc.scss */
.misc-page .misc-wrapper .row:last-child {
  margin-bottom: none;
}

/* line 386, app/assets/stylesheets/modules/misc.scss */
.misc-page .misc-wrapper .row p {
  margin-bottom: 20px;
}

/* line 389, app/assets/stylesheets/modules/misc.scss */
.misc-page .misc-wrapper .row p label {
  font-size: 1.7rem;
}

/* line 392, app/assets/stylesheets/modules/misc.scss */
.misc-page .misc-wrapper .row p label small {
  font-weight: normal;
}

/* line 397, app/assets/stylesheets/modules/misc.scss */
.misc-page .misc-wrapper .row p input[type="checkbox"] {
  margin-right: 4px;
}

/* line 401, app/assets/stylesheets/modules/misc.scss */
.misc-page .misc-wrapper .row p.form-response {
  display: none;
  margin: 15px 0 0 0;
  font-size: 1.5rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 1.5em;
}

/* line 409, app/assets/stylesheets/modules/misc.scss */
.misc-page .misc-wrapper .row p.form-response.success {
  color: #25a25a;
}

/* line 413, app/assets/stylesheets/modules/misc.scss */
.misc-page .misc-wrapper .row p.form-response.error {
  color: #e74c3c;
}

/* line 421, app/assets/stylesheets/modules/misc.scss */
.misc-page .info-wrapper {
  margin: 30px 0;
  padding: 30px;
  background: #fff;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

/* line 429, app/assets/stylesheets/modules/misc.scss */
.misc-page .info-wrapper.aside {
  margin-top: 10px;
}

/* line 433, app/assets/stylesheets/modules/misc.scss */
.misc-page .info-wrapper h2 {
  margin: 0 0 15px 0;
  font-size: 2.1rem;
  font-weight: bold;
  color: #363636;
}

/* line 440, app/assets/stylesheets/modules/misc.scss */
.misc-page .info-wrapper p {
  font-size: 1.7rem;
  line-height: 1.7em;
  color: dimgray;
}

/* line 446, app/assets/stylesheets/modules/misc.scss */
.misc-page .info-wrapper button,
.misc-page .info-wrapper .btn {
  margin-top: 10px;
}

@media (max-width: 768px) {
  /* line 455, app/assets/stylesheets/modules/misc.scss */
  .how-section .btn {
    width: auto !important;
    font-size: 2.1rem !important;
    margin-top: 20px !important;
  }
  /* line 461, app/assets/stylesheets/modules/misc.scss */
  .how-section .step-title {
    margin: 40px 20px !important;
    line-height: 1.7em !important;
  }
  /* line 465, app/assets/stylesheets/modules/misc.scss */
  .how-section .step-title span {
    margin: 0 20px 0 0 !important;
  }
  /* line 471, app/assets/stylesheets/modules/misc.scss */
  .faq-section {
    margin: 0 20px !important;
  }
  /* line 474, app/assets/stylesheets/modules/misc.scss */
  .faq-section .row {
    padding-top: 0 !important;
  }
  /* line 477, app/assets/stylesheets/modules/misc.scss */
  .faq-section .row .item {
    width: auto !important;
    float: none !important;
    display: block !important;
    padding: 0 !important;
  }
  /* line 483, app/assets/stylesheets/modules/misc.scss */
  .faq-section .row .item .item-title {
    padding-top: 0 !important;
  }
  /* line 491, app/assets/stylesheets/modules/misc.scss */
  .ask p {
    text-align: center !important;
    font-size: 21px !important;
  }
  /* line 496, app/assets/stylesheets/modules/misc.scss */
  .ask .phone {
    display: block !important;
    padding-left: 0 !important;
    margin-top: 20px !important;
  }
  /* line 503, app/assets/stylesheets/modules/misc.scss */
  .about-section-1 {
    padding: 50px 0 !important;
  }
  /* line 508, app/assets/stylesheets/modules/misc.scss */
  .about-section-2 .inset {
    padding: 0 !important;
  }
  /* line 515, app/assets/stylesheets/modules/misc.scss */
  .about-section-3 .address p {
    font-size: 21px !important;
  }
}

@media (max-width: 768px) {
  /* line 524, app/assets/stylesheets/modules/misc.scss */
  .about-section-3 .map-wrapper {
    height: 300px;
  }
  /* line 527, app/assets/stylesheets/modules/misc.scss */
  .about-section-3 .map-wrapper #map {
    width: 100%;
  }
}

/* line 2, app/assets/stylesheets/modules/sell.scss */
.sell-page .sell-step-search {
  background: #f8f8f8;
  border-bottom: 1px solid #e9e9e9;
  padding: 35px 0;
}

/* line 7, app/assets/stylesheets/modules/sell.scss */
.sell-page .sell-step-search .search {
  width: 550px;
}

/* line 12, app/assets/stylesheets/modules/sell.scss */
.sell-page .sell-step-1 {
  padding-bottom: 20px;
  border-bottom: 1px solid #e9e9e9;
}

/* line 16, app/assets/stylesheets/modules/sell.scss */
.sell-page .sell-step-1 .step-1-content {
  text-align: center;
  width: 75%;
  margin: 0 auto;
}

/* line 21, app/assets/stylesheets/modules/sell.scss */
.sell-page .sell-step-1 .step-1-content:after {
  content: '';
  width: 100%;
  display: inline-block;
}

/* line 27, app/assets/stylesheets/modules/sell.scss */
.sell-page .sell-step-1 .step-1-content .item {
  display: inline-block;
  position: relative;
  width: 190px;
  cursor: pointer;
  text-align: center;
}

/* line 34, app/assets/stylesheets/modules/sell.scss */
.sell-page .sell-step-1 .step-1-content .item:before {
  display: none;
  position: absolute;
  right: 0;
  top: -15px;
  width: 51px;
  height: 51px;
  content: '';
  background: url(/assets/sign-selected-73567a8612619a228fbf5f6d8c9fbfc456d86a4154566d63760533d82ffd6b85.png);
  z-index: 2;
}

/* line 46, app/assets/stylesheets/modules/sell.scss */
.sell-page .sell-step-1 .step-1-content .item img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  border: 4px solid #fff;
  width: 80%;
  height: 80%;
}

/* line 53, app/assets/stylesheets/modules/sell.scss */
.sell-page .sell-step-1 .step-1-content .item img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  border: 4px solid #76a7e1;
}

/* line 61, app/assets/stylesheets/modules/sell.scss */
.sell-page .sell-step-1 .step-1-content .item.selected:before {
  display: block;
}

/* line 65, app/assets/stylesheets/modules/sell.scss */
.sell-page .sell-step-1 .step-1-content .item.selected img {
  border-color: #76a7e1;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

/* line 76, app/assets/stylesheets/modules/sell.scss */
.sell-page .sell-step-2 .alert {
  font-size: 1.6rem;
  text-align: center;
}

/* line 82, app/assets/stylesheets/modules/sell.scss */
.sell-page .sell-step-2 .step-2-content .type-content {
  background: #fff;
  padding: 10px 0 30px 0;
  text-align: center;
}

/* line 87, app/assets/stylesheets/modules/sell.scss */
.sell-page .sell-step-2 .step-2-content .type-content .type-wrapper {
  background-color: #fff;
}

/* line 91, app/assets/stylesheets/modules/sell.scss */
.sell-page .sell-step-2 .step-2-content .type-content .image {
  width: 65px;
}

/* line 96, app/assets/stylesheets/modules/sell.scss */
.sell-page .sell-step-2 .step-2-content .type-content .qty input {
  width: 60px;
}

/* line 101, app/assets/stylesheets/modules/sell.scss */
.sell-page .sell-step-2 .step-2-content .type-content .name {
  text-align: left;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: dimgray;
}

/* line 109, app/assets/stylesheets/modules/sell.scss */
.sell-page .sell-step-2 .step-2-content .type-content a.add, .sell-page .sell-step-2 .step-2-content .type-content a.yes, .sell-page .sell-step-2 .step-2-content .type-content a.delete {
  display: inline-block;
  width: 33px;
  height: 32px;
  text-indent: -9999px;
  float: right;
}

/* line 119, app/assets/stylesheets/modules/sell.scss */
.sell-page .sell-step-2 .step-2-content .type-content a.add {
  background: url(/assets/sign-add-b5588219c4c3f346480b85b99afbbe65c83fe8326e6259f4cff191e3c6d4ce4f.png);
}

/* line 122, app/assets/stylesheets/modules/sell.scss */
.sell-page .sell-step-2 .step-2-content .type-content a.add.active {
  background: url(/assets/sign-add-active-8ec2c09a053c0e635999d6edb3fade055b7c2aef8866aa7f1f4809eb4e71f34b.png);
}

/* line 127, app/assets/stylesheets/modules/sell.scss */
.sell-page .sell-step-2 .step-2-content .type-content a.yes {
  background: url(/assets/sign-select-a25a8670879fb9dc36081bef0cb0cdf9932937548a6b739f99bb1f0eba49707b.png);
}

/* line 130, app/assets/stylesheets/modules/sell.scss */
.sell-page .sell-step-2 .step-2-content .type-content a.yes.active {
  background: url(/assets/sign-select-active-1eafac6a26afab8bc19cd8299a6d2ca9e24efd9c47cf6793ddfdd703f6eafc51.png);
}

/* line 135, app/assets/stylesheets/modules/sell.scss */
.sell-page .sell-step-2 .step-2-content .type-content a.delete {
  background: url(/assets/sign-close-a59fd77ccfbfc71b4997ccbbf2b76fdca0a62e6c1510c897fc66a106577d1a5a.png);
}

/* line 140, app/assets/stylesheets/modules/sell.scss */
.sell-page .sell-step-2 .step-2-content .type-content .type-navi {
  padding: 0 40px 50px;
}

/* line 143, app/assets/stylesheets/modules/sell.scss */
.sell-page .sell-step-2 .step-2-content .type-content .type-navi a {
  display: inline-block;
  float: right;
  width: 43px;
  height: 35px;
  text-indent: -9999px;
  border: 1px solid #c2b9dd;
}

/* line 151, app/assets/stylesheets/modules/sell.scss */
.sell-page .sell-step-2 .step-2-content .type-content .type-navi a.next {
  background: url(/assets/arrow-next-e2ac51c716bcb8a76cc54eb5cfd81ab480e7419e87b64942273801fb4860d1da.png) center no-repeat;
}

/* line 155, app/assets/stylesheets/modules/sell.scss */
.sell-page .sell-step-2 .step-2-content .type-content .type-navi a.prev {
  background: url(/assets/arrow-prev-6e4b770e19802f10efd956b03440802ea2ba0ee2d8d7414f2efa80b67d4732c4.png) center no-repeat;
  position: relative;
  margin-right: -1px;
}

/* line 169, app/assets/stylesheets/modules/sell.scss */
.sell-page .sell-step-3 .step-title button {
  margin-top: 5px;
  float: right;
}

/* line 175, app/assets/stylesheets/modules/sell.scss */
.sell-page .sell-step-3 .step-3-content {
  background: #c2b9dd;
  padding: 25px 0;
  text-align: center;
}

/* line 180, app/assets/stylesheets/modules/sell.scss */
.sell-page .sell-step-3 .step-3-content .item {
  background-color: #fff;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  padding-top: 17px;
  padding-left: 15px;
  padding-bottom: 16px;
  text-align: left;
  font-size: 21px;
  color: dimgray;
  position: relative;
  padding-right: 90px;
  display: table;
  width: 750px;
  margin: 0 auto 2px;
}

/* line 195, app/assets/stylesheets/modules/sell.scss */
.sell-page .sell-step-3 .step-3-content .item:after {
  clear: both;
  content: '';
  display: table;
}

/* line 202, app/assets/stylesheets/modules/sell.scss */
.sell-page .sell-step-3 .step-3-content .item.total .name {
  font-size: 22px;
  font-weight: bold;
  color: #363636;
}

/* line 210, app/assets/stylesheets/modules/sell.scss */
.sell-page .sell-step-3 .step-3-content .item a.delete {
  display: inline-block;
  text-indent: -9999px;
  width: 33px;
  height: 32px;
  background: url(/assets/sign-close-a59fd77ccfbfc71b4997ccbbf2b76fdca0a62e6c1510c897fc66a106577d1a5a.png) top no-repeat;
  margin-left: -70px;
  text-align: center;
  cursor: pointer;
}

/* line 222, app/assets/stylesheets/modules/sell.scss */
.sell-page .sell-step-3 .step-3-content .item span {
  display: table-cell;
  padding-left: 5px;
}

/* line 227, app/assets/stylesheets/modules/sell.scss */
.sell-page .sell-step-3 .step-3-content .item .price {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px 25px;
  display: inline-block;
  background: #863176;
  color: #fff;
  font-size: 24px;
  width: 100px;
  text-align: center;
}

/* line 241, app/assets/stylesheets/modules/sell.scss */
.sell-page .sell-step-3 .step-3-content .items {
  margin: 0 5%;
}

/* line 244, app/assets/stylesheets/modules/sell.scss */
.sell-page .sell-step-3 .step-3-content .items:after {
  clear: both;
  content: '';
  display: table;
}

/* line 253, app/assets/stylesheets/modules/sell.scss */
.sell-page .sell-action {
  padding-top: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cfcfcf;
}

/* line 259, app/assets/stylesheets/modules/sell.scss */
.sell-page .sell-action .inset p {
  color: dimgray;
  font-size: 20px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  margin-bottom: 40px;
}

/* line 265, app/assets/stylesheets/modules/sell.scss */
.sell-page .sell-action .inset p a {
  color: #863176;
  text-decoration: underline;
}

/* line 269, app/assets/stylesheets/modules/sell.scss */
.sell-page .sell-action .inset p a:hover {
  color: #363636;
}

/* line 274, app/assets/stylesheets/modules/sell.scss */
.sell-page .sell-action .inset p input[type="checkbox"] {
  margin-right: 10px;
}

/* line 281, app/assets/stylesheets/modules/sell.scss */
.sell-page .sell-action .center input[type="button"] {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 30px 60px;
  border-radius: 4px;
}

/* line 290, app/assets/stylesheets/modules/sell.scss */
.sell-page .sell-action .info {
  margin-top: 20px;
  padding: 10px;
  background: #c2b9dd;
  position: relative;
}

/* line 296, app/assets/stylesheets/modules/sell.scss */
.sell-page .sell-action .info span {
  margin-top: 15px;
  margin-bottom: 15px;
  display: inline-block;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  margin-right: 80px;
  padding-left: 20px;
}

/* line 309, app/assets/stylesheets/modules/sell.scss */
.sell-page .sell-action .info a.close {
  width: 14px;
  height: 14px;
  text-indent: -9999px;
  display: inline-block;
  background: url(/assets/sign-close-2-a36f366eee0900ad6277c1bb537113b8d620a693adac97212b912c99d6902edf.png);
  position: absolute;
  top: 10px;
  right: 10px;
}

/* line 323, app/assets/stylesheets/modules/sell.scss */
.sell-page .requirement {
  padding: 30px 0;
}

/* line 326, app/assets/stylesheets/modules/sell.scss */
.sell-page .requirement:after {
  clear: both;
  content: '';
  display: table;
}

/* line 333, app/assets/stylesheets/modules/sell.scss */
.sell-page .requirement .section-title.bottom {
  margin-bottom: 70px;
}

/* line 337, app/assets/stylesheets/modules/sell.scss */
.sell-page .requirement .section-title small {
  margin: 5px 0 0 0;
  display: block;
}

/* line 343, app/assets/stylesheets/modules/sell.scss */
.sell-page .requirement .item {
  display: inline-block;
  width: 29%;
  margin: 0 2%;
  text-align: center;
  float: left;
}

/* line 350, app/assets/stylesheets/modules/sell.scss */
.sell-page .requirement .item img {
  display: block;
  margin: 0 auto 30px auto;
  text-align: center;
}

/* line 356, app/assets/stylesheets/modules/sell.scss */
.sell-page .requirement .item h4 {
  display: block;
  font-size: 21px;
  color: #363636;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  margin-bottom: 15px;
}

/* line 364, app/assets/stylesheets/modules/sell.scss */
.sell-page .requirement .item p {
  font-size: 16px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: dimgray;
}

/* line 372, app/assets/stylesheets/modules/sell.scss */
.sell-page .help {
  margin-top: 20px;
  padding-bottom: 50px;
}

/* line 376, app/assets/stylesheets/modules/sell.scss */
.sell-page .help:after {
  clear: both;
  content: '';
  display: table;
}

/* line 382, app/assets/stylesheets/modules/sell.scss */
.sell-page .help h4 {
  text-align: center;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 21px;
  color: #363636;
  margin-bottom: 50px;
  font-weight: normal;
}

/* line 391, app/assets/stylesheets/modules/sell.scss */
.sell-page .help .box {
  display: inline-block;
  width: 29%;
  margin: 0 2%;
  float: left;
}

/* line 397, app/assets/stylesheets/modules/sell.scss */
.sell-page .help .box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 402, app/assets/stylesheets/modules/sell.scss */
.sell-page .help .box ul li {
  margin-bottom: 25px;
}

/* line 405, app/assets/stylesheets/modules/sell.scss */
.sell-page .help .box ul li a {
  color: #863176;
  cursor: pointer;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 19px;
  outline-width: 0;
  text-decoration: none;
}

/* line 418, app/assets/stylesheets/modules/sell.scss */
.sell-page .ask {
  padding: 20px 0;
  background: #c2b9dd;
  text-align: center;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: bold;
  margin: 0;
}

/* line 429, app/assets/stylesheets/modules/sell.scss */
.sell-page .ask p {
  margin: 0;
  letter-spacing: 1px;
}

/* line 434, app/assets/stylesheets/modules/sell.scss */
.sell-page .ask .phone {
  display: inline-block;
  padding-left: 40px;
  background: url(/assets/icon-phone-2-546278dff634beb6018405deeb20223cbd858b6da61af3e7c7ff50bccaf90312.png) left no-repeat;
  margin-left: 40px;
}

@media (max-width: 768px) {
  /* line 445, app/assets/stylesheets/modules/sell.scss */
  .sell-page .inner-teaser {
    padding: 30px 0 !important;
  }
  /* line 448, app/assets/stylesheets/modules/sell.scss */
  .sell-page .inner-teaser h2 {
    font-size: 4rem !important;
  }
  /* line 453, app/assets/stylesheets/modules/sell.scss */
  .sell-page .quotes, .sell-page .wholesale {
    padding: 15px 0;
  }
  /* line 456, app/assets/stylesheets/modules/sell.scss */
  .sell-page .quotes h3, .sell-page .wholesale h3 {
    font-size: 16px;
    line-height: 1.5em;
  }
  /* line 462, app/assets/stylesheets/modules/sell.scss */
  .sell-page .step-title {
    text-align: center;
    color: #363636;
    font-weight: bold;
    margin-bottom: 24px;
  }
  /* line 470, app/assets/stylesheets/modules/sell.scss */
  .sell-page .sell-step-1 .step-1-content {
    text-align: center;
    width: 100%;
  }
  /* line 474, app/assets/stylesheets/modules/sell.scss */
  .sell-page .sell-step-1 .step-1-content .item {
    display: block;
    width: 50%;
  }
  /* line 478, app/assets/stylesheets/modules/sell.scss */
  .sell-page .sell-step-1 .step-1-content .item img {
    width: 100%;
    height: 100%;
  }
  /* line 484, app/assets/stylesheets/modules/sell.scss */
  .sell-page .sell-step-1 .step-1-content .item.selected:before {
    left: 40px;
  }
  /* line 493, app/assets/stylesheets/modules/sell.scss */
  .mobile-summary {
    background: #863176;
    position: fixed;
    width: 100%;
    bottom: 0;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    color: #fff;
    z-index: 9999;
    padding: 10px 15px;
    cursor: pointer;
  }
  /* line 504, app/assets/stylesheets/modules/sell.scss */
  .mobile-summary .arrow {
    position: absolute;
    left: 50%;
    opacity: 0.5;
    font-size: 3rem;
    top: 0;
  }
  /* line 512, app/assets/stylesheets/modules/sell.scss */
  .mobile-summary h3 {
    margin: 0;
    font-size: 1.3rem;
    line-height: 2.5em;
  }
  /* line 518, app/assets/stylesheets/modules/sell.scss */
  .mobile-summary num {
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 1.6em;
  }
  /* line 524, app/assets/stylesheets/modules/sell.scss */
  .mobile-summary .mobile-summary-details-wrapper {
    display: none;
  }
  /* line 527, app/assets/stylesheets/modules/sell.scss */
  .mobile-summary .mobile-summary-details-wrapper .mobile-summary-details {
    margin: 30px 0;
    padding: 0;
  }
  /* line 531, app/assets/stylesheets/modules/sell.scss */
  .mobile-summary .mobile-summary-details-wrapper .mobile-summary-details p {
    text-align: center;
    opacity: 0.5;
    padding: 50px 0;
  }
  /* line 537, app/assets/stylesheets/modules/sell.scss */
  .mobile-summary .mobile-summary-details-wrapper .mobile-summary-details li {
    display: block;
    padding: 12px 0 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
  }
  /* line 543, app/assets/stylesheets/modules/sell.scss */
  .mobile-summary .mobile-summary-details-wrapper .mobile-summary-details li:first-of-type {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  /* line 547, app/assets/stylesheets/modules/sell.scss */
  .mobile-summary .mobile-summary-details-wrapper .mobile-summary-details li .delete {
    position: absolute;
    right: 0;
    top: 17px;
    color: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    width: 17px;
    height: 17px;
  }
  /* line 557, app/assets/stylesheets/modules/sell.scss */
  .mobile-summary .mobile-summary-details-wrapper .mobile-summary-details li .qty {
    float: left;
    width: 35px;
    margin-right: 10px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 4px;
    padding: 4px;
    text-align: center;
  }
  /* line 566, app/assets/stylesheets/modules/sell.scss */
  .mobile-summary .mobile-summary-details-wrapper .mobile-summary-details li .qty span {
    color: #f8f8f8;
  }
  /* line 571, app/assets/stylesheets/modules/sell.scss */
  .mobile-summary .mobile-summary-details-wrapper .mobile-summary-details li .details {
    float: left;
  }
  /* line 574, app/assets/stylesheets/modules/sell.scss */
  .mobile-summary .mobile-summary-details-wrapper .mobile-summary-details li .details h2 {
    margin: 0;
    font-size: 1.4rem;
    font-weight: normal;
    color: #fff;
  }
  /* line 581, app/assets/stylesheets/modules/sell.scss */
  .mobile-summary .mobile-summary-details-wrapper .mobile-summary-details li .details small {
    margin: 0;
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.6);
  }
  /* line 588, app/assets/stylesheets/modules/sell.scss */
  .mobile-summary .mobile-summary-details-wrapper .mobile-summary-details li num {
    float: right;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    padding-top: 3px;
    margin-right: 35px;
  }
  /* line 597, app/assets/stylesheets/modules/sell.scss */
  .mobile-summary .mobile-summary-details-wrapper .mobile-summary-details li:after {
    clear: both;
    content: '';
    display: table;
  }
  /* line 606, app/assets/stylesheets/modules/sell.scss */
  .mobile-summary .mobile-summary-next-button {
    border-radius: 64px;
    font-size: 1.6rem;
    font-weight: bold;
    margin: 10px 0 5px;
    padding: 12px;
    z-index: 9999;
  }
  /* line 615, app/assets/stylesheets/modules/sell.scss */
  .mobile-summary:after {
    clear: both;
    content: '';
    display: table;
  }
  /* line 622, app/assets/stylesheets/modules/sell.scss */
  .sell-step-search {
    padding: 20px 0 !important;
  }
  /* line 625, app/assets/stylesheets/modules/sell.scss */
  .sell-step-search .search {
    width: 100% !important;
  }
  /* line 628, app/assets/stylesheets/modules/sell.scss */
  .sell-step-search .search i {
    top: 18px;
    left: 15px;
  }
  /* line 633, app/assets/stylesheets/modules/sell.scss */
  .sell-step-search .search input {
    font-size: 16px;
    padding: 20px 20px 20px 45px;
  }
}

/* line 2, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-notice {
  background: #863176;
  text-align: center;
  padding: 20px 0;
}

/* line 7, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-notice span {
  font-size: 20px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #fff;
}

/* line 14, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section {
  padding: 50px 0;
}

/* line 17, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section:after {
  clear: both;
  content: '';
  display: table;
}

/* line 24, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .column h1 {
  color: #363636;
  font-size: 18px;
  font-weight: bold;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  line-height: 1.7em;
  margin-bottom: 60px;
}

/* line 33, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .column .step-title {
  margin-top: 0;
  font-size: 28px;
}

/* line 37, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .column .step-title span {
  margin-left: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 24px;
}

/* line 45, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .column .step-title input[type="button"] {
  font-size: 16px;
  font-weight: bold;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  display: inline-block;
  padding: 15px 25px;
  border: 2px solid #863176;
  border-radius: 4px;
  text-decoration: none;
  color: dimgray;
  float: right;
  margin-top: -10px;
}

/* line 58, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .column .step-title input[type="button"]:hover {
  background: #863176;
  color: #fff;
}

/* line 64, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .column .step-title:after {
  clear: both;
  content: '';
  display: table;
}

/* line 71, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .column .shipping-step:after,
.shipping-page .shipping-section .column .clearfix:after,
.shipping-page .shipping-section .column .dashboard-wrapper .welcome-alert ul:after,
.dashboard-wrapper .welcome-alert .shipping-page .shipping-section .column ul:after {
  clear: both;
  content: '';
  display: table;
}

/* line 78, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .column .column-full {
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
}

/* line 87, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .column .column-half {
  float: left;
  display: inline-block;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
}

/* line 97, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .column .column-third {
  float: left;
  display: inline-block;
  width: 35%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 106, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .column .column-third.last {
  width: 30%;
}

/* line 112, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .column .tab-content:after {
  clear: both;
  content: '';
  display: table;
}

/* line 118, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .column .tab-content .row {
  margin-bottom: 0;
}

/* line 123, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .column #tab-2 {
  background: #f8f8f8;
  padding: 25px;
  border: 2px solid #cfcfcf;
  border-radius: 4px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  position: relative;
  margin-bottom: 50px;
}

/* line 132, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .column #tab-2.login-success {
  border-color: #25a25a;
}

/* line 136, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .column #tab-2 .close-login-box {
  float: right;
  cursor: pointer;
  color: dimgray;
  font-size: 2.2rem;
  margin: -5px 5px 0 0;
}

/* line 143, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .column #tab-2 .close-login-box:hover {
  color: #e74c3c;
}

/* line 148, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .column #tab-2 h3 {
  margin: 0 0 40px 0;
  font-size: 2.5rem;
  color: dimgray;
}

/* line 154, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .column #tab-2 a {
  font-size: 1.7rem;
}

/* line 158, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .column #tab-2 > p {
  font-size: 1.7rem;
  margin: 0 0 20px 0;
}

/* line 162, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .column #tab-2 > p:last-child {
  margin-bottom: 0;
}

/* line 168, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .column small {
  display: block;
  padding-top: 10px;
}

/* line 172, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .column small label {
  font-size: 13px;
  color: dimgray;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

/* line 178, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .column small input[type="checkbox"] {
  margin-right: 10px;
}

/* line 183, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .column label {
  display: block;
  font-size: 17px;
  color: dimgray;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  padding-bottom: 5px;
}

/* line 190, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .column label .required {
  float: none;
  position: static;
  display: inline-block;
  color: #e74c3c;
  margin-left: 7px;
}

/* line 198, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .column label a {
  color: #363636;
}

/* line 201, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .column label a.terms-link {
  color: #863176;
}

/* line 206, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .column label small {
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  color: dimgray;
  margin-left: 4px;
  padding: 0;
}

/* line 216, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .column .shipping-info {
  padding: 20px;
  background: #f8f8f8;
  margin-bottom: 50px;
}

/* line 221, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .column .shipping-info:after {
  clear: both;
  content: '';
  display: table;
}

/* line 227, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .column .shipping-info li {
  margin-bottom: 20px;
  font-size: 19px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #863176;
}

/* line 234, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .column .shipping-info a {
  margin-top: 20%;
  float: right;
}

/* line 240, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .column .shipping-step {
  width: 100%;
  margin-bottom: 55px;
}

/* line 244, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .column .shipping-step:after {
  clear: both;
  content: '';
  display: table;
}

/* line 250, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .column .shipping-step .row {
  margin-bottom: 25px;
}

/* line 254, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .column .shipping-step .item {
  padding: 20px;
  background: #f8f8f8;
  border: 2px solid #cfcfcf;
  border-radius: 4px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  height: 270px;
}

/* line 266, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .column .shipping-step .item:before {
  display: none;
  position: absolute;
  right: -15px;
  top: -15px;
  width: 51px;
  height: 51px;
  content: '';
  background: url(/assets/sign-selected-73567a8612619a228fbf5f6d8c9fbfc456d86a4154566d63760533d82ffd6b85.png);
  z-index: 2;
}

/* line 278, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .column .shipping-step .item:hover {
  background: #fff;
}

/* line 282, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .column .shipping-step .item.selected {
  border-color: #76a7e1;
}

/* line 285, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .column .shipping-step .item.selected:before {
  display: block;
}

/* line 290, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .column .shipping-step .item.error {
  border-color: #e07676;
}

/* line 294, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .column .shipping-step .item h4 {
  font-size: 18px;
  color: #363636;
  font-weight: bold;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  margin-bottom: 18px;
}

/* line 301, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .column .shipping-step .item h4 label {
  display: inline-block;
  font-size: 1.2rem;
  color: #fff;
  margin-left: 4px;
  padding: 4px;
}

/* line 310, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .column .shipping-step .item p {
  font-size: 1.7rem;
  color: dimgray;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  line-height: 1.7em;
}

/* line 318, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .column .shipping-step .box-config {
  background: #f8f8f8 url(/assets/box_config-d49e5ba8fdff6e4b40235d635005745be90b4010eef1e17ec7af7b7dd81e9e63.png) 98% no-repeat;
  margin: 10px 0;
  padding: 30px 15px;
  border: 2px solid #cfcfcf;
  border-radius: 4px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

/* line 326, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .column .shipping-step .box-config p {
  font-size: 1.6rem;
}

/* line 329, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .column .shipping-step .box-config p label {
  padding-bottom: 20px;
  font-size: 1.7rem;
}

/* line 333, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .column .shipping-step .box-config p label small {
  display: block;
  margin-top: 5px;
  margin-left: 0;
  font-size: 1.4rem;
}

/* line 341, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .column .shipping-step .box-config p input {
  margin-right: 4px;
}

/* line 345, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .column .shipping-step .box-config p span {
  float: left;
  margin-right: 30px;
}

/* line 349, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .column .shipping-step .box-config p span label {
  display: inline-block;
  font-weight: normal;
  padding-bottom: 0;
}

/* line 356, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .column .shipping-step .box-config p:last-child {
  margin-bottom: 0;
}

/* line 360, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .column .shipping-step .box-config p:after {
  clear: both;
  content: '';
  display: table;
}

/* line 368, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .column .shipping-step .num-boxes-field {
  display: none;
}

/* line 371, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .column .shipping-step .num-boxes-field input {
  width: 80px;
}

/* line 377, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .column .confirm-box {
  padding: 20px;
  background: #f8f8f8;
  margin-top: 20px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

/* line 383, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .column .confirm-box:first-child {
  margin-top: 0;
}

/* line 387, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .column .confirm-box label {
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 1.7em;
}

/* line 393, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .column .confirm-box label input[type="checkbox"] {
  margin-right: 20px;
}

/* line 398, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .column .confirm-box.error {
  border: 1px solid #e07676;
}

/* line 401, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .column .confirm-box.error label {
  color: #d62c1a;
  font-weight: bold;
}

/* line 405, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .column .confirm-box.error label a {
  color: #921e12;
}

/* line 411, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .column .confirm-box.confirm-products {
  background: #863176;
}

/* line 414, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .column .confirm-box.confirm-products p {
  font-size: 17px;
  color: #fff;
  line-height: 1.8em;
  margin-bottom: 20px;
}

/* line 420, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .column .confirm-box.confirm-products p span {
  font-weight: bold;
}

/* line 424, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .column .confirm-box.confirm-products p:last-child {
  margin-bottom: 0;
}

/* line 431, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .column .action {
  margin-top: 35px;
  text-align: center;
}

/* line 435, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .column .action .btn {
  font-size: 21px;
  font-weight: bold;
  padding: 25px;
  border-radius: 4px;
}

/* line 441, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .column .action .btn.btn-link {
  background: #f8f8f8;
  color: dimgray;
}

/* line 445, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .column .action .btn.btn-link:hover {
  background: #5cb85c;
  text-decoration: none;
  color: #fff;
}

/* line 454, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .column .summary {
  padding: 20px 30px;
  background: #863176;
  margin-bottom: 50px;
  border-radius: 4px;
}

/* line 460, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .column .summary .total {
  display: block;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
}

/* line 469, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .column .summary p {
  color: #fff;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 18px;
  margin-bottom: 5px;
}

/* line 478, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .column .tabs ul {
  list-style: none;
  margin: 0 0 27px 0;
  padding: 0;
}

/* line 483, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .column .tabs ul li {
  display: inline-block;
  margin-right: 10px;
}

/* line 487, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .column .tabs ul li a {
  font-size: 21px;
  font-weight: normal;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  display: inline-block;
  padding: 15px 30px;
  border-bottom: 5px solid #fff;
  text-decoration: none;
  color: dimgray;
}

/* line 499, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .column .tabs ul li.active a {
  color: dimgray;
  font-weight: bold;
  border-color: #863176;
}

/* line 509, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .column .payment {
  width: 100%;
  margin-bottom: 20px;
}

/* line 513, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .column .payment:after {
  content: "";
  width: 100%;
  display: inline-block;
}

/* line 519, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .column .payment .item {
  display: inline-block;
  width: 32%;
  border: 2px solid #cfcfcf;
  background: #f8f8f8;
  text-align: center;
  position: relative;
  cursor: pointer;
  height: 110px;
}

/* line 529, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .column .payment .item:before {
  display: none;
  position: absolute;
  right: -15px;
  top: -15px;
  width: 51px;
  height: 51px;
  content: '';
  background: url(/assets/sign-selected-73567a8612619a228fbf5f6d8c9fbfc456d86a4154566d63760533d82ffd6b85.png);
  z-index: 2;
}

/* line 541, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .column .payment .item a {
  color: #a475a9;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 35px;
  font-weight: bold;
  height: 70px;
  line-height: 70px;
  text-decoration: none;
}

/* line 554, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .column .payment .item a:not(.check) {
  text-indent: -9999px;
}

/* line 558, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .column .payment .item a.paypal {
  background-image: url(/assets/payment-options/icon-paypal-8e85f0e5befe1f3d25152cce148395f08a09945fdf81f8e5984a2dd56540b5d6.png);
}

/* line 562, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .column .payment .item a.zelle {
  background-image: url(/assets/payment-options/icon-zelle-32d327eafe187a79e732ae14b7081a9599c9cccb0d71a6111eb0bceed33c595a.png);
}

/* line 567, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .column .payment .item.selected {
  border-color: #76a7e1;
}

/* line 570, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .column .payment .item.selected:before {
  display: block;
}

/* line 576, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .column .payment .item.sm {
  background: transparent;
  border-style: none;
}

/* line 580, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .column .payment .item.sm a {
  font-size: 28px;
  font-weight: normal;
}

/* line 585, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .column .payment .item.sm.selected {
  border-style: solid;
}

/* line 591, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .column .payment-type-block {
  display: none;
}

/* line 596, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .sticky {
  position: fixed;
  top: 20px;
  z-index: -1;
}

/* line 602, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .sidebar {
  width: 380px;
}

/* line 604, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .sidebar img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/* line 610, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .sidebar .quote-summary {
  margin-bottom: 30px;
}

/* line 613, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .sidebar .quote-summary .title {
  margin: 0;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  background: #863176;
  padding: 15px 20px;
}

/* line 622, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .sidebar .quote-summary .title a {
  float: right;
  color: #fff;
  font-size: 15px;
  line-height: 1.5em;
  cursor: pointer;
}

/* line 630, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .sidebar .quote-summary .title:after {
  clear: both;
  content: '';
  display: table;
}

/* line 637, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .sidebar .quote-summary .quote-content {
  padding: 20px 12px;
  background: #c2b9dd;
  max-height: 260px;
  overflow-y: scroll;
}

/* line 643, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .sidebar .quote-summary .quote-content .item {
  display: block;
  background: #fff;
  margin-bottom: 20px;
  padding-right: 55px;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  overflow: hidden;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: dimgray;
}

/* line 658, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .sidebar .quote-summary .quote-content .item a.delete {
  display: inline-block;
  text-indent: -9999px;
  margin-right: 10px;
  width: 22px;
  height: 22px;
  background: url(/assets/sign-delete-ed03e440b6f90c4d1e890a266db54eebb3a2a3430a763fafc6065579a71ff366.png);
}

/* line 668, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .sidebar .quote-summary .quote-content .item num {
  position: absolute;
  right: 0;
  top: 0;
  width: 55px;
  background: #863176;
  color: #fff;
  text-align: center;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}

/* line 686, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .sidebar .coupons {
  padding: 20px;
  background: #f8f8f8;
  margin-bottom: 45px;
}

/* line 691, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .sidebar .coupons p {
  margin: 0 0 10px 0;
  font-size: 14px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: dimgray;
}

/* line 697, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .sidebar .coupons p.coupon-code, .shipping-page .shipping-section .sidebar .coupons p.sharing-code {
  margin-bottom: 20px;
}

/* line 703, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .sidebar .coupons p.coupon-code.valid span, .shipping-page .shipping-section .sidebar .coupons p.coupon-code.invalid span, .shipping-page .shipping-section .sidebar .coupons p.sharing-code.valid span, .shipping-page .shipping-section .sidebar .coupons p.sharing-code.invalid span {
  display: block;
  margin-top: 5px;
  font-size: 13px;
  font-weight: bold;
}

/* line 712, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .sidebar .coupons p.coupon-code.valid input, .shipping-page .shipping-section .sidebar .coupons p.sharing-code.valid input {
  border-color: #2ecc71;
}

/* line 716, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .sidebar .coupons p.coupon-code.valid span, .shipping-page .shipping-section .sidebar .coupons p.sharing-code.valid span {
  color: #25a25a;
}

/* line 722, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .sidebar .coupons p.coupon-code.invalid input, .shipping-page .shipping-section .sidebar .coupons p.sharing-code.invalid input {
  border-color: #e07676;
}

/* line 726, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .sidebar .coupons p.coupon-code.invalid span, .shipping-page .shipping-section .sidebar .coupons p.sharing-code.invalid span {
  color: #d62c1a;
}

/* line 732, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .sidebar .coupons p:after {
  clear: both;
  content: '';
  display: table;
}

/* line 738, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .sidebar .coupons p strong {
  float: right;
  font-weight: normal;
}

/* line 743, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .sidebar .coupons p.total {
  font-size: 21px;
  font-weight: bold;
  color: #863176;
}

/* line 748, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .sidebar .coupons p.total strong {
  font-weight: bold;
  font-size: 36px;
}

/* line 755, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .sidebar .coupons label {
  display: block;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: dimgray;
  text-decoration: underline;
  padding-bottom: 5px;
}

/* line 764, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .sidebar .coupons input[type="text"] {
  height: 40px;
  width: 100%;
  display: block;
  background: #fff;
  border: 1px solid #8f93ab;
}

/* line 772, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-section .sidebar .coupons hr {
  border-top: 1px solid #cfcfcf;
}

/* line 779, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .shipping-kit-error .error.dirty {
  color: #e07676;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 0;
}

/* line 786, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .modal-body {
  max-height: 600px;
  overflow-y: scroll;
}

/* line 791, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .selector_list {
  margin: 0;
  padding: 0;
}

/* line 795, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .selector_list li {
  list-style: none;
  float: left;
  margin-right: 10px;
}

/* line 800, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .selector_list li label {
  margin-bottom: 0;
  padding-bottom: 0 !important;
  background: #fff;
  border: 1px solid #cfcfcf;
  border-radius: 3px;
  width: 110px;
  text-align: center;
  cursor: pointer;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

/* line 811, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .selector_list li label i {
  display: block;
  margin: 10px 0;
}

/* line 816, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .selector_list li label h3 {
  font-size: 1.3rem;
  background: #f8f8f8;
  color: dimgray;
  margin: 0;
  padding: 10px 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 825, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .selector_list li label input {
  margin-bottom: 10px;
}

/* line 829, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .selector_list li label:last-child {
  margin-right: 0;
}

/* line 833, app/assets/stylesheets/modules/shipping.scss */
.shipping-page .selector_list li label p {
  margin: 0;
  background: #f8f8f8;
  font-size: 1.2rem;
  color: dimgray;
  padding: 14px 10px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 849, app/assets/stylesheets/modules/shipping.scss */
.suggested-addresses h4 {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 855, app/assets/stylesheets/modules/shipping.scss */
.suggested-addresses ul > li {
  margin-bottom: 10px;
  position: relative;
}

/* line 860, app/assets/stylesheets/modules/shipping.scss */
.suggested-addresses ul > li:last-child {
  margin-bottom: 0;
}

/* line 864, app/assets/stylesheets/modules/shipping.scss */
.suggested-addresses ul > li > .btn.btn-purple {
  font-size: 14px;
  padding: 6px 12px;
  position: absolute;
  right: 0;
  top: 25%;
}

@media (max-width: 768px) {
  /* line 877, app/assets/stylesheets/modules/shipping.scss */
  .shipping-page .shipping-section {
    padding-top: 40px;
  }
  /* line 881, app/assets/stylesheets/modules/shipping.scss */
  .shipping-page .shipping-section .column .already-a-member {
    display: block;
    width: 100%;
    padding: 14px;
    background: #fff;
    color: #863176;
    font-size: 1.4rem;
    font-weight: bold;
    border: 2px solid #863176;
    margin-bottom: 30px;
  }
  /* line 893, app/assets/stylesheets/modules/shipping.scss */
  .shipping-page .shipping-section .column .shipping-step {
    margin-bottom: 30px;
  }
  /* line 897, app/assets/stylesheets/modules/shipping.scss */
  .shipping-page .shipping-section .column label {
    font-size: 1.5rem;
  }
  /* line 901, app/assets/stylesheets/modules/shipping.scss */
  .shipping-page .shipping-section .column h1 {
    margin: 0 0 40px 0;
    font-size: 1.6rem;
  }
  /* line 906, app/assets/stylesheets/modules/shipping.scss */
  .shipping-page .shipping-section .column .step-title {
    background: #f8f8f8;
    padding: 12px;
    font-size: 1.5rem !important;
    font-weight: bold;
    color: #363636;
    margin-bottom: 20px;
  }
  /* line 914, app/assets/stylesheets/modules/shipping.scss */
  .shipping-page .shipping-section .column .step-title input[type="button"] {
    background: #fff;
    display: block;
    position: relative;
    width: 100%;
    margin: 30px 0 0 0;
    text-align: center;
    font-size: 1.4rem;
  }
  /* line 925, app/assets/stylesheets/modules/shipping.scss */
  .shipping-page .shipping-section .column #tab-2 {
    padding: 15px;
  }
  /* line 928, app/assets/stylesheets/modules/shipping.scss */
  .shipping-page .shipping-section .column #tab-2 .close-login-box {
    margin: 0;
    font-size: 1.8rem;
  }
  /* line 933, app/assets/stylesheets/modules/shipping.scss */
  .shipping-page .shipping-section .column #tab-2 h3 {
    text-align: center;
    font-size: 2rem;
    line-height: 1.5em;
    margin-bottom: 20px;
  }
  /* line 940, app/assets/stylesheets/modules/shipping.scss */
  .shipping-page .shipping-section .column #tab-2 input[type="button"] {
    margin-top: 30px;
    font-size: 1.6rem;
    display: block;
  }
  /* line 948, app/assets/stylesheets/modules/shipping.scss */
  .shipping-page .shipping-section .column .shipping-step .item {
    height: auto;
    margin-bottom: 20px;
  }
  /* line 952, app/assets/stylesheets/modules/shipping.scss */
  .shipping-page .shipping-section .column .shipping-step .item h4 {
    margin-top: 0;
    line-height: 1.6em;
    font-size: 1.5rem;
  }
  /* line 958, app/assets/stylesheets/modules/shipping.scss */
  .shipping-page .shipping-section .column .shipping-step .item p {
    margin-bottom: 0;
    font-size: 1.6rem;
  }
  /* line 964, app/assets/stylesheets/modules/shipping.scss */
  .shipping-page .shipping-section .column .shipping-step .box-config {
    background: #f8f8f8;
    padding: 30px 5px;
  }
  /* line 970, app/assets/stylesheets/modules/shipping.scss */
  .shipping-page .shipping-section .column .shipping-step .num-boxes-field input {
    width: 100%;
  }
  /* line 974, app/assets/stylesheets/modules/shipping.scss */
  .shipping-page .shipping-section .column .shipping-step .num-boxes-field > span {
    position: static;
  }
  /* line 980, app/assets/stylesheets/modules/shipping.scss */
  .shipping-page .shipping-section .column .action {
    margin-bottom: 0;
  }
  /* line 983, app/assets/stylesheets/modules/shipping.scss */
  .shipping-page .shipping-section .column .action input[type="button"] {
    font-size: 18px;
    padding: 20px;
  }
  /* line 989, app/assets/stylesheets/modules/shipping.scss */
  .shipping-page .shipping-section .column .mobile-quote-summary {
    margin-bottom: 40px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    border: 2px solid #cfcfcf;
    border-radius: 4px;
    padding: 2px;
  }
  /* line 996, app/assets/stylesheets/modules/shipping.scss */
  .shipping-page .shipping-section .column .mobile-quote-summary .step-title {
    margin-bottom: 0;
  }
  /* line 1002, app/assets/stylesheets/modules/shipping.scss */
  .shipping-page .shipping-section .column .mobile-quote-summary .quote-content .item {
    padding: 15px;
    border-bottom: 1px solid #e9e9e9;
  }
  /* line 1006, app/assets/stylesheets/modules/shipping.scss */
  .shipping-page .shipping-section .column .mobile-quote-summary .quote-content .item:last-child {
    border-bottom: none;
  }
  /* line 1010, app/assets/stylesheets/modules/shipping.scss */
  .shipping-page .shipping-section .column .mobile-quote-summary .quote-content .item span {
    float: left;
    width: 80%;
    font-size: 1.4rem;
  }
  /* line 1016, app/assets/stylesheets/modules/shipping.scss */
  .shipping-page .shipping-section .column .mobile-quote-summary .quote-content .item num {
    background: #863176;
    color: #fff;
    float: right;
    font-weight: bold;
    padding: 6px;
    border-radius: 4px;
  }
  /* line 1025, app/assets/stylesheets/modules/shipping.scss */
  .shipping-page .shipping-section .column .mobile-quote-summary .quote-content .item:after {
    clear: both;
    content: '';
    display: table;
  }
  /* line 1033, app/assets/stylesheets/modules/shipping.scss */
  .shipping-page .shipping-section .column .mobile-quote-summary .coupons {
    padding: 15px;
  }
  /* line 1036, app/assets/stylesheets/modules/shipping.scss */
  .shipping-page .shipping-section .column .mobile-quote-summary .coupons label {
    font-size: 1.3rem;
  }
  /* line 1040, app/assets/stylesheets/modules/shipping.scss */
  .shipping-page .shipping-section .column .mobile-quote-summary .coupons p {
    margin-bottom: 15px;
  }
  /* line 1046, app/assets/stylesheets/modules/shipping.scss */
  .shipping-page .shipping-section .column .mobile-quote-summary .coupons p.coupon-code.valid span, .shipping-page .shipping-section .column .mobile-quote-summary .coupons p.sharing-code.valid span {
    display: block;
    margin: 5px 0 15px 0;
    color: #25a25a;
    font-size: 1.3rem;
    font-weight: bold;
  }
  /* line 1056, app/assets/stylesheets/modules/shipping.scss */
  .shipping-page .shipping-section .column .mobile-quote-summary .coupons p.sharing-code {
    margin-bottom: 30px;
  }
  /* line 1060, app/assets/stylesheets/modules/shipping.scss */
  .shipping-page .shipping-section .column .mobile-quote-summary .coupons p strong {
    float: right;
  }
  /* line 1065, app/assets/stylesheets/modules/shipping.scss */
  .shipping-page .shipping-section .column .mobile-quote-summary .coupons p.total strong {
    font-size: 2.5rem;
    color: #863176;
  }
  /* line 1069, app/assets/stylesheets/modules/shipping.scss */
  .shipping-page .shipping-section .column .mobile-quote-summary .coupons p.total strong span {
    font-size: 2.5rem;
  }
  /* line 1076, app/assets/stylesheets/modules/shipping.scss */
  .shipping-page .shipping-section .column .mobile-quote-summary .coupons span {
    display: inline;
    position: static;
    font-size: 1.6rem;
  }
  /* line 1084, app/assets/stylesheets/modules/shipping.scss */
  .shipping-page .shipping-section .column .agree {
    background: #fff;
    padding: 10px;
    font-size: 1.3rem !important;
  }
  /* line 1089, app/assets/stylesheets/modules/shipping.scss */
  .shipping-page .shipping-section .column .agree label {
    font-size: 1.4rem;
  }
}

@media (max-width: 1200px) {
  /* line 1105, app/assets/stylesheets/modules/shipping.scss */
  .shipping-page .shipping-section .column .shipping-step .item h4 {
    font-size: 17px;
    margin-bottom: 10px;
  }
  /* line 1109, app/assets/stylesheets/modules/shipping.scss */
  .shipping-page .shipping-section .column .shipping-step .item h4 label {
    margin-top: 5px;
    margin-left: 0;
  }
  /* line 1115, app/assets/stylesheets/modules/shipping.scss */
  .shipping-page .shipping-section .column .shipping-step .item p {
    font-size: 14px;
  }
  /* line 1123, app/assets/stylesheets/modules/shipping.scss */
  .shipping-page .shipping-section .column .confirm-box .confirm-products p {
    font-size: 14px;
  }
  /* line 1130, app/assets/stylesheets/modules/shipping.scss */
  .shipping-page .shipping-section .column .action .btn {
    font-size: 14px;
  }
  /* line 1135, app/assets/stylesheets/modules/shipping.scss */
  .shipping-page .shipping-section .sidebar {
    width: 300px;
  }
}

/* line 1, app/assets/stylesheets/modules/thankyou.scss */
.thankyou-page {
  text-align: center;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  margin: 40px auto 60px auto;
}

/* line 6, app/assets/stylesheets/modules/thankyou.scss */
.thankyou-page .title {
  margin: 0 0 10px 0;
  font-size: 5rem;
  color: #363636;
}

/* line 12, app/assets/stylesheets/modules/thankyou.scss */
.thankyou-page h2 {
  margin: 0;
  font-size: 2.1rem;
  color: dimgray;
  line-height: 1.5em;
}

/* line 19, app/assets/stylesheets/modules/thankyou.scss */
.thankyou-page .tracking-number {
  width: 300px;
  margin: 50px auto;
  background: #863176;
  padding: 18px;
  text-align: center;
  border-radius: 4px;
}

/* line 27, app/assets/stylesheets/modules/thankyou.scss */
.thankyou-page .tracking-number small {
  display: block;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 2px 0;
  font-size: 1.4rem;
}

/* line 35, app/assets/stylesheets/modules/thankyou.scss */
.thankyou-page .tracking-number num {
  color: #fff;
  font-size: 3.2rem;
  font-weight: bold;
}

/* line 42, app/assets/stylesheets/modules/thankyou.scss */
.thankyou-page p {
  font-size: 1.8rem;
  line-height: 1.5em;
  margin-bottom: 20px;
}

/* line 47, app/assets/stylesheets/modules/thankyou.scss */
.thankyou-page p:last-child {
  margin-bottom: 0;
}

/* line 51, app/assets/stylesheets/modules/thankyou.scss */
.thankyou-page p.subtitle {
  margin-top: 30px;
}

/* line 55, app/assets/stylesheets/modules/thankyou.scss */
.thankyou-page p.did-you-know {
  margin: 30px 0;
  padding: 30px 0;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}

/* line 61, app/assets/stylesheets/modules/thankyou.scss */
.thankyou-page p.did-you-know strong {
  background: #fffbd7;
}

/* line 67, app/assets/stylesheets/modules/thankyou.scss */
.thankyou-page .instructions,
.thankyou-page .made-a-mistake {
  text-align: center;
  padding: 25px;
  background: #f8f8f8;
  border: 2px dashed #cfcfcf;
  border-radius: 4px;
}

/* line 75, app/assets/stylesheets/modules/thankyou.scss */
.thankyou-page .instructions small,
.thankyou-page .made-a-mistake small {
  display: block;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: bold;
  color: #363636;
  margin-bottom: 10px;
}

/* line 84, app/assets/stylesheets/modules/thankyou.scss */
.thankyou-page .instructions p,
.thankyou-page .made-a-mistake p {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.5em;
  color: #363636;
}

/* line 90, app/assets/stylesheets/modules/thankyou.scss */
.thankyou-page .instructions p.important,
.thankyou-page .made-a-mistake p.important {
  font-size: 2rem;
  color: #d62c1a;
}

/* line 97, app/assets/stylesheets/modules/thankyou.scss */
.thankyou-page .instructions {
  margin-bottom: 20px;
}

/* line 101, app/assets/stylesheets/modules/thankyou.scss */
.thankyou-page .made-a-mistake {
  background: #fff;
  border: 1px solid #e9e9e9;
}

/* line 105, app/assets/stylesheets/modules/thankyou.scss */
.thankyou-page .made-a-mistake small {
  margin-bottom: 15px;
  color: dimgray;
}

/* line 111, app/assets/stylesheets/modules/thankyou.scss */
.thankyou-page .social-buttons {
  padding: 0;
  margin: 40px 0;
  list-style: none;
}

/* line 116, app/assets/stylesheets/modules/thankyou.scss */
.thankyou-page .social-buttons li {
  text-align: center;
  display: inline-block;
  margin-right: 30px;
  vertical-align: middle;
}

/* line 122, app/assets/stylesheets/modules/thankyou.scss */
.thankyou-page .social-buttons li:last-child {
  margin-right: none;
}

@media (max-width: 768px) {
  /* line 130, app/assets/stylesheets/modules/thankyou.scss */
  .thankyou-page {
    width: auto;
    padding: 40px 20px;
    margin-top: 20px;
  }
  /* line 135, app/assets/stylesheets/modules/thankyou.scss */
  .thankyou-page .title {
    font-size: 4.2rem;
  }
  /* line 139, app/assets/stylesheets/modules/thankyou.scss */
  .thankyou-page h2 {
    margin-bottom: 40px;
    font-size: 2.4rem;
  }
  /* line 144, app/assets/stylesheets/modules/thankyou.scss */
  .thankyou-page .tracking-number {
    width: auto;
    margin: 35px auto;
  }
  /* line 148, app/assets/stylesheets/modules/thankyou.scss */
  .thankyou-page .tracking-number small {
    font-size: 1.6rem;
  }
  /* line 152, app/assets/stylesheets/modules/thankyou.scss */
  .thankyou-page .tracking-number num {
    font-size: 3.5rem;
  }
  /* line 157, app/assets/stylesheets/modules/thankyou.scss */
  .thankyou-page .instructions {
    margin-top: 30px;
  }
  /* line 162, app/assets/stylesheets/modules/thankyou.scss */
  .thankyou-page .social-buttons li {
    display: block;
    margin-bottom: 20px;
    margin-right: 0;
  }
  /* line 167, app/assets/stylesheets/modules/thankyou.scss */
  .thankyou-page .social-buttons li:last-child {
    margin-bottom: 0;
  }
}

/* line 1, app/assets/stylesheets/modules/dashboard.scss */
.dashboard-wrapper {
  padding-top: 35px;
  padding-bottom: 35px;
}

/* line 5, app/assets/stylesheets/modules/dashboard.scss */
.dashboard-wrapper h1 {
  margin: 0 0 30px 0;
  font-size: 3rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #363636;
}

/* line 12, app/assets/stylesheets/modules/dashboard.scss */
.dashboard-wrapper h2 {
  margin: 0;
  font-size: 2rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: dimgray;
}

/* line 19, app/assets/stylesheets/modules/dashboard.scss */
.dashboard-wrapper .infinite-scroll {
  display: none;
  margin: 25px 0;
  background: #fff;
  border: 2px solid #cfcfcf;
  border-radius: 4px;
  padding: 18px;
  text-align: center;
  font-size: 1.6rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: bold;
  cursor: pointer;
}

/* line 32, app/assets/stylesheets/modules/dashboard.scss */
.dashboard-wrapper .infinite-scroll.blurred {
  -webkit-filter: blur(4px);
  -webkit-transition: -webkit-filter .3s linear;
  pointer-events: none;
}

/* line 38, app/assets/stylesheets/modules/dashboard.scss */
.dashboard-wrapper .infinite-scroll:hover {
  background: #863176;
  border-color: #863176;
  color: #fff;
  text-decoration: none;
}

/* line 46, app/assets/stylesheets/modules/dashboard.scss */
.dashboard-wrapper .widget {
  background: #f8f8f8;
  padding: 20px;
  border-radius: 4px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  margin-bottom: 30px;
}

/* line 53, app/assets/stylesheets/modules/dashboard.scss */
.dashboard-wrapper .widget h3 {
  margin: 0 0 16px 0;
  font-size: 2.1rem;
  font-weight: bold;
  color: #363636;
}

/* line 60, app/assets/stylesheets/modules/dashboard.scss */
.dashboard-wrapper .widget p {
  margin: 0 0 30px 0;
  font-size: 1.5rem;
  line-height: 1.7em;
  color: dimgray;
}

/* line 66, app/assets/stylesheets/modules/dashboard.scss */
.dashboard-wrapper .widget p:last-child {
  margin-bottom: 0;
}

/* line 71, app/assets/stylesheets/modules/dashboard.scss */
.dashboard-wrapper .widget label {
  margin-bottom: 10px;
  color: dimgray;
}

/* line 76, app/assets/stylesheets/modules/dashboard.scss */
.dashboard-wrapper .widget .list {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 81, app/assets/stylesheets/modules/dashboard.scss */
.dashboard-wrapper .widget .list li {
  padding: 15px 10px;
  border-bottom: 1px solid #e9e9e9;
  font-size: 1.7rem;
  line-height: 2.5em;
}

/* line 87, app/assets/stylesheets/modules/dashboard.scss */
.dashboard-wrapper .widget .list li num {
  float: right;
  font-size: 3.5rem;
  font-weight: bold;
  color: #25a25a;
}

/* line 94, app/assets/stylesheets/modules/dashboard.scss */
.dashboard-wrapper .widget .list li:last-child {
  border-bottom: none;
}

/* line 98, app/assets/stylesheets/modules/dashboard.scss */
.dashboard-wrapper .widget .list li:after {
  clear: both;
  content: '';
  display: table;
}

/* line 106, app/assets/stylesheets/modules/dashboard.scss */
.dashboard-wrapper .widget .btn {
  padding: 20px;
  font-weight: bold;
  font-size: 2rem;
}

/* line 112, app/assets/stylesheets/modules/dashboard.scss */
.dashboard-wrapper .widget .sharing-options {
  margin: 20px 0 0 0;
  padding: 0;
  list-style: none;
}

/* line 117, app/assets/stylesheets/modules/dashboard.scss */
.dashboard-wrapper .widget .sharing-options li {
  display: inline-block;
  margin-right: 20px;
  height: 20px;
  line-height: 10px;
  vertical-align: middle;
}

/* line 124, app/assets/stylesheets/modules/dashboard.scss */
.dashboard-wrapper .widget .sharing-options li.text-link {
  line-height: 22px;
}

/* line 130, app/assets/stylesheets/modules/dashboard.scss */
.dashboard-wrapper .widget .automatic-reorder {
  margin-top: 25px;
  background: #fff;
  padding: 12px;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  text-align: center;
}

/* line 138, app/assets/stylesheets/modules/dashboard.scss */
.dashboard-wrapper .widget .automatic-reorder small {
  display: block;
  text-transform: uppercase;
  margin: 10px 0;
  font-size: 1.3rem;
  font-weight: bold;
}

/* line 146, app/assets/stylesheets/modules/dashboard.scss */
.dashboard-wrapper .widget .automatic-reorder h3 {
  margin: 5px 0 10px 0;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.7em;
}

/* line 153, app/assets/stylesheets/modules/dashboard.scss */
.dashboard-wrapper .widget .automatic-reorder p {
  margin: 20px 0 0 0;
  font-size: 1.4rem;
}

/* line 158, app/assets/stylesheets/modules/dashboard.scss */
.dashboard-wrapper .widget .automatic-reorder .btn {
  margin-top: 20px;
  padding: 8px;
  font-size: 1.4rem;
  background: #fff;
  border: 1px solid #d62c1a;
  color: #d62c1a;
}

/* line 166, app/assets/stylesheets/modules/dashboard.scss */
.dashboard-wrapper .widget .automatic-reorder .btn:hover {
  background: #d62c1a;
  color: #fff;
}

/* line 174, app/assets/stylesheets/modules/dashboard.scss */
.dashboard-wrapper .dyk-alert {
  display: none;
}

/* line 178, app/assets/stylesheets/modules/dashboard.scss */
.dashboard-wrapper .alert {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  line-height: 1.5em;
}

/* line 182, app/assets/stylesheets/modules/dashboard.scss */
.dashboard-wrapper .alert h2 {
  margin: 0 0 10px;
  font-size: 1.7rem;
}

/* line 191, app/assets/stylesheets/modules/dashboard.scss */
.dashboard-wrapper .alert button {
  float: right;
  margin-top: 10px;
  padding: 10px 15px;
  font-weight: bold;
}

/* line 198, app/assets/stylesheets/modules/dashboard.scss */
.dashboard-wrapper .alert:after {
  clear: both;
  content: '';
  display: table;
}

/* line 205, app/assets/stylesheets/modules/dashboard.scss */
.dashboard-wrapper .draft-wrapper {
  display: none;
  margin-bottom: 50px;
}

/* line 210, app/assets/stylesheets/modules/dashboard.scss */
.dashboard-wrapper .welcome-alert {
  display: none;
  margin-bottom: 60px;
  text-align: center;
}

/* line 215, app/assets/stylesheets/modules/dashboard.scss */
.dashboard-wrapper .welcome-alert h1 {
  font-size: 3rem;
  margin: 0 0 8px;
}

/* line 220, app/assets/stylesheets/modules/dashboard.scss */
.dashboard-wrapper .welcome-alert h2 {
  font-size: 2.4rem;
  margin: 0 0 30px;
}

/* line 225, app/assets/stylesheets/modules/dashboard.scss */
.dashboard-wrapper .welcome-alert > p {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.6em;
}

/* line 231, app/assets/stylesheets/modules/dashboard.scss */
.dashboard-wrapper .welcome-alert .btn {
  margin-top: 30px;
  display: block;
  padding: 20px;
  font-size: 1.8rem;
  font-weight: bold;
  width: 100%;
}

/* line 240, app/assets/stylesheets/modules/dashboard.scss */
.dashboard-wrapper .welcome-alert ul {
  background: #f8f8f8;
  border-radius: 4px;
  margin: 30px 0;
  padding: 15px 5px;
  list-style: none;
}

/* line 247, app/assets/stylesheets/modules/dashboard.scss */
.dashboard-wrapper .welcome-alert ul li {
  border-right: 1px solid #e9e9e9;
  color: dimgray;
  font-size: 1.5rem;
  display: inline-block;
  padding: 20px;
  text-align: center;
  vertical-align: middle;
}

/* line 257, app/assets/stylesheets/modules/dashboard.scss */
.dashboard-wrapper .welcome-alert ul li a {
  color: #863176;
  font-weight: bold;
}

/* line 262, app/assets/stylesheets/modules/dashboard.scss */
.dashboard-wrapper .welcome-alert ul li i {
  color: #363636;
  margin: 0 0 20px;
}

/* line 268, app/assets/stylesheets/modules/dashboard.scss */
.dashboard-wrapper .welcome-alert ul li p {
  margin: 0;
}

/* line 272, app/assets/stylesheets/modules/dashboard.scss */
.dashboard-wrapper .welcome-alert ul li:last-child {
  border-right: none;
}

/* line 286, app/assets/stylesheets/modules/dashboard.scss */
#automatic-reorder-order .modal-body p {
  text-align: center;
  margin: 10px 0 30px 0;
  font-size: 1.6rem;
}

@media (max-width: 768px) {
  /* line 295, app/assets/stylesheets/modules/dashboard.scss */
  .dashboard-wrapper {
    padding-top: 0;
  }
  /* line 298, app/assets/stylesheets/modules/dashboard.scss */
  .dashboard-wrapper h1 {
    margin-top: 30px;
    font-size: 2.4rem;
    text-align: center;
  }
  /* line 305, app/assets/stylesheets/modules/dashboard.scss */
  .dashboard-wrapper .widget .btn {
    font-size: 1.7rem;
  }
  /* line 311, app/assets/stylesheets/modules/dashboard.scss */
  .dashboard-wrapper .widget .list li num {
    font-size: 2.8rem;
  }
  /* line 318, app/assets/stylesheets/modules/dashboard.scss */
  .dashboard-wrapper .status-section {
    margin-top: 0 !important;
  }
  /* line 322, app/assets/stylesheets/modules/dashboard.scss */
  .dashboard-wrapper .welcome-alert {
    margin-top: 30px;
  }
  /* line 326, app/assets/stylesheets/modules/dashboard.scss */
  .dashboard-wrapper .welcome-alert ul li {
    border-right: none;
  }
}

/* line 1, app/assets/stylesheets/modules/orders.scss */
.orders,
.draft-orders {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}

/* line 7, app/assets/stylesheets/modules/orders.scss */
.orders > li,
.draft-orders > li {
  background: #fff;
  border: 2px solid #cfcfcf;
  border-radius: 4px;
  margin-bottom: 20px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  position: relative;
}

/* line 15, app/assets/stylesheets/modules/orders.scss */
.orders > li.empty-state,
.draft-orders > li.empty-state {
  border: none;
  text-align: center;
  margin: 50px 0;
  color: dimgray;
}

/* line 21, app/assets/stylesheets/modules/orders.scss */
.orders > li.empty-state i,
.draft-orders > li.empty-state i {
  margin-bottom: 20px;
}

/* line 25, app/assets/stylesheets/modules/orders.scss */
.orders > li.empty-state p,
.draft-orders > li.empty-state p {
  font-size: 1.7rem;
}

/* line 30, app/assets/stylesheets/modules/orders.scss */
.orders > li .toggle,
.draft-orders > li .toggle {
  display: inline-block;
  float: right;
  margin: 15px 20px;
  text-indent: -9999px;
  width: 24px;
  height: 24px;
  background: url(/assets/collapse-icon-d933495ebddc09d6c971f2bd4cdba31c9f312fa8a03b5e015516871809d34c82.png) top no-repeat;
  cursor: pointer;
}

/* line 40, app/assets/stylesheets/modules/orders.scss */
.orders > li .toggle.collapsed,
.draft-orders > li .toggle.collapsed {
  background: url(/assets/collapse-icon-d933495ebddc09d6c971f2bd4cdba31c9f312fa8a03b5e015516871809d34c82.png) bottom no-repeat;
}

/* line 44, app/assets/stylesheets/modules/orders.scss */
.orders > li .toggle:after,
.draft-orders > li .toggle:after {
  clear: both;
  content: '';
  display: table;
}

/* line 51, app/assets/stylesheets/modules/orders.scss */
.orders > li .order-heading,
.draft-orders > li .order-heading {
  padding: 15px 12px;
}

/* line 54, app/assets/stylesheets/modules/orders.scss */
.orders > li .order-heading:after,
.draft-orders > li .order-heading:after {
  clear: both;
  content: '';
  display: table;
}

/* line 60, app/assets/stylesheets/modules/orders.scss */
.orders > li .order-heading small,
.draft-orders > li .order-heading small {
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #a475a9;
  padding-bottom: 5px;
}

/* line 69, app/assets/stylesheets/modules/orders.scss */
.orders > li .order-heading span,
.draft-orders > li .order-heading span {
  font-size: 1.6rem;
  font-weight: bold;
  color: #363636;
  text-transform: none;
}

/* line 75, app/assets/stylesheets/modules/orders.scss */
.orders > li .order-heading span a,
.draft-orders > li .order-heading span a {
  color: #363636;
}

/* line 81, app/assets/stylesheets/modules/orders.scss */
.orders > li .order-details,
.draft-orders > li .order-details {
  padding: 12px 15px;
  border-top: 1px solid #cfcfcf;
}

/* line 85, app/assets/stylesheets/modules/orders.scss */
.orders > li .order-details.collapsed,
.draft-orders > li .order-details.collapsed {
  display: none;
}

/* line 89, app/assets/stylesheets/modules/orders.scss */
.orders > li .order-details table,
.draft-orders > li .order-details table {
  margin-bottom: 5px;
}

/* line 93, app/assets/stylesheets/modules/orders.scss */
.orders > li .order-details table thead th,
.draft-orders > li .order-details table thead th {
  font-size: 1.3rem;
  font-weight: bold;
  color: dimgray;
  text-align: center;
}

/* line 99, app/assets/stylesheets/modules/orders.scss */
.orders > li .order-details table thead th:first-child,
.draft-orders > li .order-details table thead th:first-child {
  text-align: left;
}

/* line 103, app/assets/stylesheets/modules/orders.scss */
.orders > li .order-details table thead th.amount,
.draft-orders > li .order-details table thead th.amount {
  display: none;
}

/* line 110, app/assets/stylesheets/modules/orders.scss */
.orders > li .order-details table tr.new,
.draft-orders > li .order-details table tr.new {
  background: #fffbd7;
}

/* line 114, app/assets/stylesheets/modules/orders.scss */
.orders > li .order-details table tr td,
.draft-orders > li .order-details table tr td {
  text-align: center;
  font-size: 1.7rem;
  padding: 10px 8px;
}

/* line 119, app/assets/stylesheets/modules/orders.scss */
.orders > li .order-details table tr td:first-child,
.draft-orders > li .order-details table tr td:first-child {
  font-size: 1.4rem;
  text-align: left;
}

/* line 124, app/assets/stylesheets/modules/orders.scss */
.orders > li .order-details table tr td label,
.draft-orders > li .order-details table tr td label {
  margin-left: 4px;
  background: #e9e9e9;
  color: dimgray;
  padding: 2px 4px;
  border-radius: 4px;
  font-size: 1.1rem;
  text-transform: uppercase;
}

/* line 134, app/assets/stylesheets/modules/orders.scss */
.orders > li .order-details table tr td .delete-icon,
.draft-orders > li .order-details table tr td .delete-icon {
  cursor: pointer;
}

/* line 138, app/assets/stylesheets/modules/orders.scss */
.orders > li .order-details table tr td .margin-left,
.draft-orders > li .order-details table tr td .margin-left {
  margin-left: 10px;
}

/* line 144, app/assets/stylesheets/modules/orders.scss */
.orders > li .order-details table tr.edit-product-selector select,
.draft-orders > li .order-details table tr.edit-product-selector select {
  display: inline-block;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  background: #fff;
  width: auto;
  font-size: 1.2rem;
  margin-right: 10px;
  margin-bottom: 10px;
}

/* line 154, app/assets/stylesheets/modules/orders.scss */
.orders > li .order-details table tr.edit-product-selector select.product-select,
.draft-orders > li .order-details table tr.edit-product-selector select.product-select {
  width: 140px;
}

/* line 158, app/assets/stylesheets/modules/orders.scss */
.orders > li .order-details table tr.edit-product-selector select.size-select,
.draft-orders > li .order-details table tr.edit-product-selector select.size-select {
  width: 70px;
}

/* line 163, app/assets/stylesheets/modules/orders.scss */
.orders > li .order-details table tr.edit-product-selector .qty,
.draft-orders > li .order-details table tr.edit-product-selector .qty {
  width: 60px;
  margin: 0 auto;
}

/* line 168, app/assets/stylesheets/modules/orders.scss */
.orders > li .order-details table tr.edit-product-selector select,
.orders > li .order-details table tr.edit-product-selector input,
.orders > li .order-details table tr.edit-product-selector button,
.draft-orders > li .order-details table tr.edit-product-selector select,
.draft-orders > li .order-details table tr.edit-product-selector input,
.draft-orders > li .order-details table tr.edit-product-selector button {
  height: 40px;
}

/* line 177, app/assets/stylesheets/modules/orders.scss */
.orders > li .order-details table tfoot:after,
.draft-orders > li .order-details table tfoot:after {
  clear: both;
  content: '';
  display: table;
}

/* line 183, app/assets/stylesheets/modules/orders.scss */
.orders > li .order-details table tfoot td,
.draft-orders > li .order-details table tfoot td {
  padding-top: 15px;
}

/* line 186, app/assets/stylesheets/modules/orders.scss */
.orders > li .order-details table tfoot td:first-child,
.draft-orders > li .order-details table tfoot td:first-child {
  text-align: right;
}

/* line 190, app/assets/stylesheets/modules/orders.scss */
.orders > li .order-details table tfoot td small,
.draft-orders > li .order-details table tfoot td small {
  display: inline-block;
  margin-right: 25px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.3em;
}

/* line 198, app/assets/stylesheets/modules/orders.scss */
.orders > li .order-details table tfoot td .total,
.draft-orders > li .order-details table tfoot td .total {
  font-weight: bold;
  font-size: 3rem;
  color: #25a25a;
  vertical-align: middle;
}

/* line 208, app/assets/stylesheets/modules/orders.scss */
.orders > li .order-details .well,
.draft-orders > li .order-details .well {
  background: #fff;
  border: 1px solid #cfcfcf;
  padding: 12px;
  margin-top: 15px;
}

/* line 214, app/assets/stylesheets/modules/orders.scss */
.orders > li .order-details .well:after,
.draft-orders > li .order-details .well:after {
  clear: both;
  content: '';
  display: table;
}

/* line 220, app/assets/stylesheets/modules/orders.scss */
.orders > li .order-details .well a,
.draft-orders > li .order-details .well a {
  margin-right: 20px;
  font-weight: bold;
  cursor: pointer;
}

/* line 225, app/assets/stylesheets/modules/orders.scss */
.orders > li .order-details .well a:hover,
.draft-orders > li .order-details .well a:hover {
  color: #363636;
  text-decoration: none;
}

/* line 231, app/assets/stylesheets/modules/orders.scss */
.orders > li .order-details .well .dropdown,
.draft-orders > li .order-details .well .dropdown {
  display: inline-block;
}

/* line 234, app/assets/stylesheets/modules/orders.scss */
.orders > li .order-details .well .dropdown .dropdown-menu,
.draft-orders > li .order-details .well .dropdown .dropdown-menu {
  width: 250px;
  margin-top: 5px;
}

/* line 239, app/assets/stylesheets/modules/orders.scss */
.orders > li .order-details .well .dropdown .dropdown-menu li a,
.draft-orders > li .order-details .well .dropdown .dropdown-menu li a {
  margin-right: 0;
  padding: 8px 12px;
  font-weight: normal;
  font-size: 1.4rem;
  border-bottom: 1px solid #e9e9e9;
}

/* line 248, app/assets/stylesheets/modules/orders.scss */
.orders > li .order-details .well .dropdown .dropdown-menu li:last-child a,
.draft-orders > li .order-details .well .dropdown .dropdown-menu li:last-child a {
  border-bottom: none;
}

/* line 256, app/assets/stylesheets/modules/orders.scss */
.orders > li .order-details .well.edit-well,
.draft-orders > li .order-details .well.edit-well {
  background: #f8f8f8;
  line-height: 1.7em;
}

/* line 262, app/assets/stylesheets/modules/orders.scss */
.orders > li .order-details .btn,
.draft-orders > li .order-details .btn {
  font-size: 18px;
  font-weight: bold;
  padding: 18px 55px;
}

/* line 267, app/assets/stylesheets/modules/orders.scss */
.orders > li .order-details .btn.edit-order-btn,
.draft-orders > li .order-details .btn.edit-order-btn {
  padding: 15px;
  margin-top: 10px;
}

/* line 273, app/assets/stylesheets/modules/orders.scss */
.orders > li .order-details #tracking-info,
.orders > li .order-details #automatic-reorder,
.draft-orders > li .order-details #tracking-info,
.draft-orders > li .order-details #automatic-reorder {
  display: none;
}

/* line 277, app/assets/stylesheets/modules/orders.scss */
.orders > li .order-details #tracking-info h2,
.orders > li .order-details #automatic-reorder h2,
.draft-orders > li .order-details #tracking-info h2,
.draft-orders > li .order-details #automatic-reorder h2 {
  margin: 10px 0;
  font-size: 1.5em;
  font-weight: bold;
}

/* line 285, app/assets/stylesheets/modules/orders.scss */
.orders > li .order-details #automatic-reorder .alert,
.draft-orders > li .order-details #automatic-reorder .alert {
  margin-bottom: 0;
}

/* line 289, app/assets/stylesheets/modules/orders.scss */
.orders > li .order-details #automatic-reorder .form-group,
.draft-orders > li .order-details #automatic-reorder .form-group {
  margin: 25px 0;
}

/* line 292, app/assets/stylesheets/modules/orders.scss */
.orders > li .order-details #automatic-reorder .form-group label,
.draft-orders > li .order-details #automatic-reorder .form-group label {
  margin-bottom: 5px;
}

/* line 297, app/assets/stylesheets/modules/orders.scss */
.orders > li .order-details #automatic-reorder .form-group.dtr-form-group input,
.draft-orders > li .order-details #automatic-reorder .form-group.dtr-form-group input {
  display: inline-block;
  width: 50px;
  height: 40px;
  margin: 0 10px;
}

/* line 308, app/assets/stylesheets/modules/orders.scss */
.orders > li.blurred,
.draft-orders > li.blurred {
  -webkit-filter: blur(4px);
  -webkit-transition: -webkit-filter .3s linear;
  pointer-events: none;
}

@media (max-width: 768px) {
  /* line 319, app/assets/stylesheets/modules/orders.scss */
  .orders > li .toggle {
    width: 30px;
  }
  /* line 323, app/assets/stylesheets/modules/orders.scss */
  .orders > li .order-heading {
    width: 215px;
    float: left;
  }
  /* line 327, app/assets/stylesheets/modules/orders.scss */
  .orders > li .order-heading .col-xs-12, .orders > li .order-heading .dashboard-wrapper .welcome-alert ul li, .dashboard-wrapper .welcome-alert ul .orders > li .order-heading li {
    margin-bottom: 20px;
  }
  /* line 330, app/assets/stylesheets/modules/orders.scss */
  .orders > li .order-heading .col-xs-12 span, .orders > li .order-heading .dashboard-wrapper .welcome-alert ul li span, .dashboard-wrapper .welcome-alert ul .orders > li .order-heading li span {
    font-size: 1.4rem;
  }
  /* line 334, app/assets/stylesheets/modules/orders.scss */
  .orders > li .order-heading .col-xs-12:last-child, .orders > li .order-heading .dashboard-wrapper .welcome-alert ul li:last-child, .dashboard-wrapper .welcome-alert ul .orders > li .order-heading li:last-child {
    margin-bottom: 10px;
  }
  /* line 343, app/assets/stylesheets/modules/orders.scss */
  .orders > li .order-details table td label {
    margin-top: 5px;
    margin-left: 0;
  }
  /* line 351, app/assets/stylesheets/modules/orders.scss */
  .orders > li .order-details .well .pull-left,
.orders > li .order-details .well .pull-right {
    float: none !important;
  }
  /* line 356, app/assets/stylesheets/modules/orders.scss */
  .orders > li .order-details .well .pull-right {
    margin-top: 15px;
  }
  /* line 361, app/assets/stylesheets/modules/orders.scss */
  .orders > li .order-details .btn {
    font-size: 1.5rem;
    padding: 15px 20px;
  }
  /* line 367, app/assets/stylesheets/modules/orders.scss */
  .orders > li:after {
    clear: both;
    content: '';
    display: table;
  }
}

/* line 1, app/assets/stylesheets/modules/order-editor.scss */
.edit-slider {
  position: fixed;
  width: 43%;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: auto;
  overflow-y: scroll;
  z-index: 9999;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  border-left: 1px solid #e9e9e9;
  background: #f8f8f8;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
  padding: 20px;
}

/* line 19, app/assets/stylesheets/modules/order-editor.scss */
.edit-slider.open {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 24, app/assets/stylesheets/modules/order-editor.scss */
.edit-slider .heading {
  height: 40px;
}

/* line 27, app/assets/stylesheets/modules/order-editor.scss */
.edit-slider .heading .close {
  cursor: pointer;
  float: left;
  color: dimgray;
  opacity: 1;
  line-height: 35px;
}

/* line 34, app/assets/stylesheets/modules/order-editor.scss */
.edit-slider .heading .close:hover {
  color: #363636;
}

/* line 39, app/assets/stylesheets/modules/order-editor.scss */
.edit-slider .heading h2 {
  width: 300px;
  margin: 0 auto;
  text-align: center;
  color: #363636;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 40px;
}

/* line 49, app/assets/stylesheets/modules/order-editor.scss */
.edit-slider .heading .btn {
  float: right;
  padding: 10px 12px;
  font-size: 1.4rem;
}

/* line 55, app/assets/stylesheets/modules/order-editor.scss */
.edit-slider .heading:after {
  clear: both;
  content: '';
  display: table;
}

/* line 62, app/assets/stylesheets/modules/order-editor.scss */
.edit-slider .alert {
  margin: 30px 0;
  line-height: 1.5em;
}

/* line 67, app/assets/stylesheets/modules/order-editor.scss */
.edit-slider .done-editing-order {
  padding: 20px;
  font-size: 1.8rem;
  font-weight: bold;
}

/* line 73, app/assets/stylesheets/modules/order-editor.scss */
.edit-slider .edit-slider-sections {
  margin: 30px 0;
  padding: 0;
  list-style: none;
  border: 1px solid #cfcfcf;
}

/* line 80, app/assets/stylesheets/modules/order-editor.scss */
.edit-slider .edit-slider-sections > li > a {
  display: block;
  cursor: pointer;
  background: #fff;
  padding: 18px 12px;
  border-bottom: 1px solid #cfcfcf;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
  color: #363636;
}

/* line 91, app/assets/stylesheets/modules/order-editor.scss */
.edit-slider .edit-slider-sections > li > a i {
  width: 18px;
}

/* line 94, app/assets/stylesheets/modules/order-editor.scss */
.edit-slider .edit-slider-sections > li > a i:first-child {
  margin-right: 8px;
}

/* line 98, app/assets/stylesheets/modules/order-editor.scss */
.edit-slider .edit-slider-sections > li > a i:last-child {
  float: right;
}

/* line 103, app/assets/stylesheets/modules/order-editor.scss */
.edit-slider .edit-slider-sections > li > a small {
  margin-left: 4px;
  font-size: 1.3rem;
  color: dimgray;
  font-weight: normal;
}

/* line 110, app/assets/stylesheets/modules/order-editor.scss */
.edit-slider .edit-slider-sections > li > a:after {
  clear: both;
  content: '';
  display: table;
}

/* line 116, app/assets/stylesheets/modules/order-editor.scss */
.edit-slider .edit-slider-sections > li > a:hover {
  background: #f8f8f8;
  text-decoration: none;
}

/* line 123, app/assets/stylesheets/modules/order-editor.scss */
.edit-slider .edit-slider-sections > li:last-child a {
  border-bottom: none;
}

/* line 128, app/assets/stylesheets/modules/order-editor.scss */
.edit-slider .edit-slider-sections > li form {
  display: none;
  padding: 30px 20px;
}

/* line 133, app/assets/stylesheets/modules/order-editor.scss */
.edit-slider .edit-slider-sections > li form .row p {
  margin-bottom: 25px;
}

/* line 136, app/assets/stylesheets/modules/order-editor.scss */
.edit-slider .edit-slider-sections > li form .row p.error {
  color: #e74c3c;
}

/* line 139, app/assets/stylesheets/modules/order-editor.scss */
.edit-slider .edit-slider-sections > li form .row p.error input {
  border-color: #e74c3c;
}

/* line 144, app/assets/stylesheets/modules/order-editor.scss */
.edit-slider .edit-slider-sections > li form .row p label {
  display: block;
}

/* line 147, app/assets/stylesheets/modules/order-editor.scss */
.edit-slider .edit-slider-sections > li form .row p label small {
  font-weight: normal;
}

/* line 151, app/assets/stylesheets/modules/order-editor.scss */
.edit-slider .edit-slider-sections > li form .row p label i {
  color: #363636;
}

/* line 156, app/assets/stylesheets/modules/order-editor.scss */
.edit-slider .edit-slider-sections > li form .row p input[type="checkbox"] {
  margin-top: 15px;
  margin-right: 2px;
}

/* line 163, app/assets/stylesheets/modules/order-editor.scss */
.edit-slider .edit-slider-sections > li form .row p.need-a-box-field label small {
  display: block;
  margin-left: 0;
}

/* line 171, app/assets/stylesheets/modules/order-editor.scss */
.edit-slider .edit-slider-sections > li form .row.paypal-address-field, .edit-slider .edit-slider-sections > li form .row.zelle-address-field, .edit-slider .edit-slider-sections > li form .row.check-first-name-field, .edit-slider .edit-slider-sections > li form .row.check-last-name-field, .edit-slider .edit-slider-sections > li form .row.check-number-field {
  display: none;
}

/* line 180, app/assets/stylesheets/modules/order-editor.scss */
.edit-slider .edit-slider-sections > li form .row:last-child p {
  margin-bottom: 0;
}

/* line 186, app/assets/stylesheets/modules/order-editor.scss */
.edit-slider .edit-slider-sections > li form .payment {
  text-align: justify;
  width: 100%;
}

/* line 190, app/assets/stylesheets/modules/order-editor.scss */
.edit-slider .edit-slider-sections > li form .payment:after {
  content: "";
  width: 100%;
  display: inline-block;
}

/* line 196, app/assets/stylesheets/modules/order-editor.scss */
.edit-slider .edit-slider-sections > li form .payment .item {
  display: inline-block;
  width: 32%;
  border: 2px solid #cfcfcf;
  background: #f8f8f8;
  text-align: center;
  position: relative;
  cursor: pointer;
}

/* line 205, app/assets/stylesheets/modules/order-editor.scss */
.edit-slider .edit-slider-sections > li form .payment .item:before {
  display: none;
  position: absolute;
  right: -15px;
  top: -15px;
  width: 51px;
  height: 51px;
  content: '';
  background: url(/assets/sign-selected-73567a8612619a228fbf5f6d8c9fbfc456d86a4154566d63760533d82ffd6b85.png);
  z-index: 2;
}

/* line 217, app/assets/stylesheets/modules/order-editor.scss */
.edit-slider .edit-slider-sections > li form .payment .item a {
  color: #a475a9;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 35px;
  font-weight: bold;
  height: 70px;
  line-height: 70px;
  text-decoration: none;
}

/* line 230, app/assets/stylesheets/modules/order-editor.scss */
.edit-slider .edit-slider-sections > li form .payment .item a:not(.check) {
  text-indent: -9999px;
}

/* line 234, app/assets/stylesheets/modules/order-editor.scss */
.edit-slider .edit-slider-sections > li form .payment .item a.paypal {
  background-image: url(/assets/payment-options/icon-paypal-8e85f0e5befe1f3d25152cce148395f08a09945fdf81f8e5984a2dd56540b5d6.png);
}

/* line 238, app/assets/stylesheets/modules/order-editor.scss */
.edit-slider .edit-slider-sections > li form .payment .item a.zelle {
  background-image: url(/assets/payment-options/icon-zelle-32d327eafe187a79e732ae14b7081a9599c9cccb0d71a6111eb0bceed33c595a.png);
}

/* line 243, app/assets/stylesheets/modules/order-editor.scss */
.edit-slider .edit-slider-sections > li form .payment .item.selected {
  border-color: #76a7e1;
}

/* line 246, app/assets/stylesheets/modules/order-editor.scss */
.edit-slider .edit-slider-sections > li form .payment .item.selected:before {
  display: block;
}

/* line 253, app/assets/stylesheets/modules/order-editor.scss */
.edit-slider .edit-slider-sections > li form.es-products {
  background: #c2b9dd;
}

/* line 256, app/assets/stylesheets/modules/order-editor.scss */
.edit-slider .edit-slider-sections > li form.es-products .items {
  margin: 0;
  padding-left: 35px;
}

/* line 260, app/assets/stylesheets/modules/order-editor.scss */
.edit-slider .edit-slider-sections > li form.es-products .items .item {
  background-color: #fff;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  padding-top: 17px;
  padding-left: 15px;
  padding-bottom: 16px;
  text-align: left;
  font-size: 1.5rem;
  color: dimgray;
  position: relative;
  padding-right: 90px;
  display: table;
  width: 100%;
  margin: 0 auto 5px;
}

/* line 275, app/assets/stylesheets/modules/order-editor.scss */
.edit-slider .edit-slider-sections > li form.es-products .items .item.add-row {
  cursor: pointer;
  text-align: center;
  font-size: 1.7rem;
  font-weight: bold;
  padding-right: 15px;
  color: #363636;
}

/* line 284, app/assets/stylesheets/modules/order-editor.scss */
.edit-slider .edit-slider-sections > li form.es-products .items .item:after {
  clear: both;
  content: '';
  display: table;
}

/* line 291, app/assets/stylesheets/modules/order-editor.scss */
.edit-slider .edit-slider-sections > li form.es-products .items .item.total .name {
  font-size: 2.2rem;
  font-weight: bold;
  color: #363636;
}

/* line 299, app/assets/stylesheets/modules/order-editor.scss */
.edit-slider .edit-slider-sections > li form.es-products .items .item a.delete {
  display: inline-block;
  text-indent: -9999px;
  width: 22px;
  height: 22px;
  background: url(/assets/sign-delete-ed03e440b6f90c4d1e890a266db54eebb3a2a3430a763fafc6065579a71ff366.png) top no-repeat;
  margin-left: -50px;
  text-align: center;
  cursor: pointer;
}

/* line 311, app/assets/stylesheets/modules/order-editor.scss */
.edit-slider .edit-slider-sections > li form.es-products .items .item span {
  display: table-cell;
}

/* line 315, app/assets/stylesheets/modules/order-editor.scss */
.edit-slider .edit-slider-sections > li form.es-products .items .item .price {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px 25px;
  display: inline-block;
  background: #863176;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  height: 100%;
}

/* line 329, app/assets/stylesheets/modules/order-editor.scss */
.edit-slider .edit-slider-sections > li form.es-products .items:after {
  clear: both;
  content: '';
  display: table;
}

/* line 338, app/assets/stylesheets/modules/order-editor.scss */
.edit-slider .edit-slider-sections > li .product-selector {
  display: none;
  background: #fff;
  border-bottom: 1px solid #cfcfcf;
  padding: 8px;
}

/* line 344, app/assets/stylesheets/modules/order-editor.scss */
.edit-slider .edit-slider-sections > li .product-selector .step-1,
.edit-slider .edit-slider-sections > li .product-selector .step-2,
.edit-slider .edit-slider-sections > li .product-selector .step-3 {
  display: none;
}

/* line 349, app/assets/stylesheets/modules/order-editor.scss */
.edit-slider .edit-slider-sections > li .product-selector .step-1 h3,
.edit-slider .edit-slider-sections > li .product-selector .step-2 h3,
.edit-slider .edit-slider-sections > li .product-selector .step-3 h3 {
  margin: 10px;
  padding: 10px;
  font-size: 1.7rem;
  font-weight: bold;
  background: #f8f8f8;
}

/* line 357, app/assets/stylesheets/modules/order-editor.scss */
.edit-slider .edit-slider-sections > li .product-selector .step-1:after,
.edit-slider .edit-slider-sections > li .product-selector .step-2:after,
.edit-slider .edit-slider-sections > li .product-selector .step-3:after {
  clear: both;
  content: '';
  display: table;
}

/* line 365, app/assets/stylesheets/modules/order-editor.scss */
.edit-slider .edit-slider-sections > li .product-selector .step-1 .item {
  display: inline-block;
  position: relative;
  width: 180px;
  cursor: pointer;
  margin-bottom: 10px;
}

/* line 372, app/assets/stylesheets/modules/order-editor.scss */
.edit-slider .edit-slider-sections > li .product-selector .step-1 .item:before {
  display: none;
  position: absolute;
  right: 18px;
  top: -15px;
  width: 51px;
  height: 51px;
  content: '';
  background: url(/assets/sign-selected-73567a8612619a228fbf5f6d8c9fbfc456d86a4154566d63760533d82ffd6b85.png);
  z-index: 2;
}

/* line 384, app/assets/stylesheets/modules/order-editor.scss */
.edit-slider .edit-slider-sections > li .product-selector .step-1 .item img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  border: 4px solid #fff;
  width: 80%;
  height: 80%;
}

/* line 391, app/assets/stylesheets/modules/order-editor.scss */
.edit-slider .edit-slider-sections > li .product-selector .step-1 .item img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  border: 4px solid #76a7e1;
}

/* line 399, app/assets/stylesheets/modules/order-editor.scss */
.edit-slider .edit-slider-sections > li .product-selector .step-1 .item.selected:before {
  display: block;
}

/* line 403, app/assets/stylesheets/modules/order-editor.scss */
.edit-slider .edit-slider-sections > li .product-selector .step-1 .item.selected img {
  border-color: #76a7e1;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

/* line 412, app/assets/stylesheets/modules/order-editor.scss */
.edit-slider .edit-slider-sections > li .product-selector .step-2 {
  text-align: center;
}

/* line 415, app/assets/stylesheets/modules/order-editor.scss */
.edit-slider .edit-slider-sections > li .product-selector .step-2 .loader {
  margin: 0 0 30px;
}

/* line 419, app/assets/stylesheets/modules/order-editor.scss */
.edit-slider .edit-slider-sections > li .product-selector .step-2 h3 {
  text-align: left;
}

/* line 427, app/assets/stylesheets/modules/order-editor.scss */
.edit-slider .mobile-products-list {
  width: 95%;
  margin: 0 auto 20px auto;
}

/* line 432, app/assets/stylesheets/modules/order-editor.scss */
.edit-slider .mobile-products-list li a {
  color: #363636;
  font-size: 1.4rem;
  font-weight: normal;
  border-bottom: none;
}

@media (max-width: 768px) {
  /* line 443, app/assets/stylesheets/modules/order-editor.scss */
  .edit-slider {
    width: auto;
    padding: 10px;
  }
  /* line 447, app/assets/stylesheets/modules/order-editor.scss */
  .edit-slider .alert {
    margin: 20px 0;
  }
  /* line 455, app/assets/stylesheets/modules/order-editor.scss */
  .edit-slider .edit-slider-sections li .product-selector .step-1 .item {
    width: 100%;
  }
  /* line 458, app/assets/stylesheets/modules/order-editor.scss */
  .edit-slider .edit-slider-sections li .product-selector .step-1 .item img {
    width: 60%;
    height: 60%;
    margin: 0 auto;
  }
  /* line 464, app/assets/stylesheets/modules/order-editor.scss */
  .edit-slider .edit-slider-sections li .product-selector .step-1 .item:before {
    right: 45px;
  }
  /* line 471, app/assets/stylesheets/modules/order-editor.scss */
  .edit-slider .edit-slider-sections li > a {
    font-size: 1.5rem;
  }
  /* line 476, app/assets/stylesheets/modules/order-editor.scss */
  .edit-slider .edit-slider-sections li form.es-products {
    padding: 10px;
  }
  /* line 479, app/assets/stylesheets/modules/order-editor.scss */
  .edit-slider .edit-slider-sections li form.es-products .items {
    padding-left: 30px;
  }
  /* line 482, app/assets/stylesheets/modules/order-editor.scss */
  .edit-slider .edit-slider-sections li form.es-products .items .item {
    font-size: 1.4rem;
  }
  /* line 485, app/assets/stylesheets/modules/order-editor.scss */
  .edit-slider .edit-slider-sections li form.es-products .items .item .price {
    font-size: 1.6rem;
    padding: 15px 18px;
  }
  /* line 490, app/assets/stylesheets/modules/order-editor.scss */
  .edit-slider .edit-slider-sections li form.es-products .items .item.add-row {
    font-size: 1.4rem;
  }
  /* line 498, app/assets/stylesheets/modules/order-editor.scss */
  .edit-slider .edit-slider-sections li form .payment .item {
    width: 100%;
    margin-bottom: 15px;
  }
  /* line 507, app/assets/stylesheets/modules/order-editor.scss */
  .edit-slider .mobile-products-list {
    width: 100%;
  }
}

/* line 1, app/assets/stylesheets/modules/products-table.scss */
#products-table {
  display: none;
  width: 100%;
}

/* line 6, app/assets/stylesheets/modules/products-table.scss */
#products-table thead tr {
  padding-bottom: 25px;
}

/* line 10, app/assets/stylesheets/modules/products-table.scss */
#products-table thead th {
  font-weight: bold;
  padding: 15px 0;
  font-size: 18px;
  color: #fff;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  background-color: #c2b9dd;
  text-align: center;
}

/* line 19, app/assets/stylesheets/modules/products-table.scss */
#products-table thead th:nth-child(2) {
  text-align: left;
  padding-left: 18px;
}

/* line 27, app/assets/stylesheets/modules/products-table.scss */
#products-table tbody td {
  margin: 0;
  padding: 15px;
}

/* line 31, app/assets/stylesheets/modules/products-table.scss */
#products-table tbody td.image {
  width: 80px;
}

/* line 34, app/assets/stylesheets/modules/products-table.scss */
#products-table tbody td.image img {
  width: 100%;
}

/* line 39, app/assets/stylesheets/modules/products-table.scss */
#products-table tbody td.name {
  font-weight: bold;
  color: #363636;
}

/* line 46, app/assets/stylesheets/modules/products-table.scss */
#products-table tbody tr:hover {
  background: #fffbd7;
}

/* line 50, app/assets/stylesheets/modules/products-table.scss */
#products-table tbody tr:nth-of-type(odd) {
  background: #f8f8f8;
}

/* line 53, app/assets/stylesheets/modules/products-table.scss */
#products-table tbody tr:nth-of-type(odd):hover {
  background: #fffbd7;
}

/* line 60, app/assets/stylesheets/modules/products-table.scss */
#products-table input[type="number"],
#products-table select {
  height: 44px;
  background-color: #fff;
  border: 1px solid #c2b9dd;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 20px;
  color: dimgray;
}

/* line 70, app/assets/stylesheets/modules/products-table.scss */
#products-table input[type="number"] {
  margin: 0 auto;
}

/* line 74, app/assets/stylesheets/modules/products-table.scss */
#products-table select {
  font-size: 15px;
  width: 100%;
  padding: 0 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff url(/assets/select-arrow-838ed70282e08659916864ca6ea9e00d3198deee6428aae444634d35fd36c1c5.png) no-repeat right;
}

/* line 84, app/assets/stylesheets/modules/products-table.scss */
.mobile-products-list,
.mobile-brands-list {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  text-align: left !important;
}

/* line 92, app/assets/stylesheets/modules/products-table.scss */
.mobile-products-list li,
.mobile-brands-list li {
  font-size: 1.6rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  background: #fff;
  border-bottom: 1px solid #e9e9e9;
  text-align: left !important;
  width: 100% !important;
}

/* line 101, app/assets/stylesheets/modules/products-table.scss */
.mobile-products-list li:nth-child(even),
.mobile-brands-list li:nth-child(even) {
  background: #f8f8f8;
}

/* line 105, app/assets/stylesheets/modules/products-table.scss */
.mobile-products-list li .product-image,
.mobile-brands-list li .product-image {
  float: left;
  margin-right: 10px;
  width: 68px;
}

/* line 110, app/assets/stylesheets/modules/products-table.scss */
.mobile-products-list li .product-image img,
.mobile-brands-list li .product-image img {
  max-width: 68px;
  max-height: 68px;
}

/* line 116, app/assets/stylesheets/modules/products-table.scss */
.mobile-products-list li .product-name,
.mobile-brands-list li .product-name {
  float: left;
  color: dimgray;
  cursor: pointer;
  font-size: 15px;
  width: 72%;
  padding: 16px 6px;
}

/* line 124, app/assets/stylesheets/modules/products-table.scss */
.mobile-products-list li .product-name:hover,
.mobile-brands-list li .product-name:hover {
  text-decoration: none;
}

/* line 128, app/assets/stylesheets/modules/products-table.scss */
.mobile-products-list li .product-name span,
.mobile-brands-list li .product-name span {
  float: right;
}

/* line 132, app/assets/stylesheets/modules/products-table.scss */
.mobile-products-list li .product-name:after,
.mobile-brands-list li .product-name:after {
  clear: both;
  content: '';
  display: table;
}

/* line 139, app/assets/stylesheets/modules/products-table.scss */
.mobile-products-list li .product-details,
.mobile-brands-list li .product-details {
  display: none;
  padding: 12px;
}

/* line 144, app/assets/stylesheets/modules/products-table.scss */
.mobile-products-list li .product-details .btn-group .btn,
.mobile-brands-list li .product-details .btn-group .btn {
  border-color: #863176;
  color: #863176;
  width: 80px;
  font-size: 1.2rem;
}

/* line 150, app/assets/stylesheets/modules/products-table.scss */
.mobile-products-list li .product-details .btn-group .btn.btn-selected,
.mobile-brands-list li .product-details .btn-group .btn.btn-selected {
  background: #863176;
  color: #fff;
}

/* line 158, app/assets/stylesheets/modules/products-table.scss */
.mobile-products-list li .product-details .qty-wrapper label, .mobile-products-list li .product-details .qty-wrapper input,
.mobile-brands-list li .product-details .qty-wrapper label,
.mobile-brands-list li .product-details .qty-wrapper input {
  display: inline-block;
  font-size: 1.2rem;
}

/* line 163, app/assets/stylesheets/modules/products-table.scss */
.mobile-products-list li .product-details .qty-wrapper label,
.mobile-brands-list li .product-details .qty-wrapper label {
  font-weight: normal;
  margin: 0 5px 0 0;
  width: auto;
}

/* line 169, app/assets/stylesheets/modules/products-table.scss */
.mobile-products-list li .product-details .qty-wrapper input,
.mobile-brands-list li .product-details .qty-wrapper input {
  display: inline-block;
  width: 55px;
  height: 30px;
  border-color: dimgray;
}

/* line 177, app/assets/stylesheets/modules/products-table.scss */
.mobile-products-list li .product-details .btn-block,
.mobile-brands-list li .product-details .btn-block {
  margin: 50px 0 0 0;
  border-radius: 4px;
  padding: 12px;
  font-size: 1.5rem;
  font-weight: bold;
}

/* line 185, app/assets/stylesheets/modules/products-table.scss */
.mobile-products-list li .product-details:after,
.mobile-brands-list li .product-details:after {
  clear: both;
  content: '';
  display: table;
}

/* line 192, app/assets/stylesheets/modules/products-table.scss */
.mobile-products-list li:after,
.mobile-brands-list li:after {
  clear: both;
  content: '';
  display: table;
}

/* line 2, app/assets/stylesheets/modules/track.scss */
.track-page #tracking-info {
  display: none;
}

/* line 1, app/assets/stylesheets/modules/partner.scss */
.partner-page {
  display: none;
  text-align: center;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  margin: 0 auto;
}

/* line 7, app/assets/stylesheets/modules/partner.scss */
.partner-page .pp-header {
  width: 66%;
  margin: 0 auto 45px auto;
}

/* line 11, app/assets/stylesheets/modules/partner.scss */
.partner-page .pp-header .logos {
  margin: 10px 0 20px 0;
}

/* line 14, app/assets/stylesheets/modules/partner.scss */
.partner-page .pp-header .logos .sf-logo {
  display: inline-block;
}

/* line 17, app/assets/stylesheets/modules/partner.scss */
.partner-page .pp-header .logos .sf-logo a {
  display: inline-block;
  text-indent: -9999px;
  background: url(/assets/logo-sell-formula-cebae119f0436893fbca18b678eebcca66cf0bf0b7dfcdb37a2a3df90ca58eb4.png);
  width: 215px;
  height: 40px;
}

/* line 26, app/assets/stylesheets/modules/partner.scss */
.partner-page .pp-header .logos span {
  margin: 0 30px;
  font-size: 3rem;
  vertical-align: middle;
  font-weight: bold;
}

/* line 33, app/assets/stylesheets/modules/partner.scss */
.partner-page .pp-header .logos img {
  margin-top: 12px;
  display: inline-block;
}

/* line 39, app/assets/stylesheets/modules/partner.scss */
.partner-page .pp-header h1 {
  margin: 10px 0;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5em;
  color: #363636;
}

/* line 47, app/assets/stylesheets/modules/partner.scss */
.partner-page .pp-header h2 {
  margin: 0;
  font-size: 1.8rem;
  color: #363636;
}

/* line 54, app/assets/stylesheets/modules/partner.scss */
.partner-page .how-it-works {
  background: #f8f8f8;
  margin: 0 auto;
  padding: 50px 0;
}

/* line 59, app/assets/stylesheets/modules/partner.scss */
.partner-page .how-it-works h3 {
  margin: 0 0 30px 0;
  color: #363636;
  font-size: 1.9rem;
  font-weight: bold;
}

/* line 66, app/assets/stylesheets/modules/partner.scss */
.partner-page .how-it-works ul {
  list-style: none;
  padding: 0;
  position: relative;
  margin: 0;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

/* line 73, app/assets/stylesheets/modules/partner.scss */
.partner-page .how-it-works ul li {
  display: block;
  padding: 15px 20px;
  margin-bottom: 8px;
  text-align: left;
}

/* line 79, app/assets/stylesheets/modules/partner.scss */
.partner-page .how-it-works ul li:after {
  clear: both;
  content: '';
  display: table;
}

/* line 85, app/assets/stylesheets/modules/partner.scss */
.partner-page .how-it-works ul li:last-child {
  border-bottom: none;
}

/* line 89, app/assets/stylesheets/modules/partner.scss */
.partner-page .how-it-works ul li span {
  background-color: #863176;
  color: #fff;
  float: left;
  display: inline-block;
  font-size: 21px;
  font-weight: bold;
  width: 40px;
  text-align: center;
  line-height: 40px;
  margin-top: 5px;
  border-radius: 80%;
}

/* line 103, app/assets/stylesheets/modules/partner.scss */
.partner-page .how-it-works ul li .text {
  float: left;
  margin-left: 40px;
  width: 86%;
}

/* line 108, app/assets/stylesheets/modules/partner.scss */
.partner-page .how-it-works ul li .text h2 {
  margin: 0;
  font-size: 2.4rem;
  font-weight: normal;
  color: #363636;
  line-height: 1.8em;
}

/* line 120, app/assets/stylesheets/modules/partner.scss */
.partner-page .pp-footer {
  padding: 34px;
  background: #863176;
  color: #fff;
}

/* line 125, app/assets/stylesheets/modules/partner.scss */
.partner-page .pp-footer input,
.partner-page .pp-footer button {
  display: inline-block;
}

/* line 130, app/assets/stylesheets/modules/partner.scss */
.partner-page .pp-footer i {
  position: relative;
  top: 0px;
  left: 40px;
  color: dimgray;
  font-size: 1.7rem;
}

/* line 138, app/assets/stylesheets/modules/partner.scss */
.partner-page .pp-footer input {
  width: 400px;
  margin-right: 10px;
  border: none;
  padding-left: 50px;
  color: dimgray;
}

/* line 145, app/assets/stylesheets/modules/partner.scss */
.partner-page .pp-footer input:hover {
  border: none;
}

/* line 150, app/assets/stylesheets/modules/partner.scss */
.partner-page .pp-footer button {
  padding: 12px 18px;
  margin-top: -5px;
  font-size: 1.8rem;
  font-weight: bold;
}

/* line 157, app/assets/stylesheets/modules/partner.scss */
.partner-page .pp-footer small {
  display: block;
  margin-top: 25px;
  color: #fff;
  font-size: 1.5rem;
}

/* line 167, app/assets/stylesheets/modules/partner.scss */
.partner-page form {
  background: #fff;
  color: dimgray;
  margin: 60px auto 0 auto;
  width: 450px;
}

/* line 173, app/assets/stylesheets/modules/partner.scss */
.partner-page form label,
.partner-page form input {
  display: block;
}

/* line 178, app/assets/stylesheets/modules/partner.scss */
.partner-page form input {
  margin: 0 auto;
  margin-bottom: 25px;
  padding-left: 12px;
  text-align: center;
  border: 1px solid dimgray;
}

/* line 185, app/assets/stylesheets/modules/partner.scss */
.partner-page form input[type="submit"] {
  width: 100%;
  padding: 16px;
  font-size: 1.7rem;
  color: #fff;
  font-weight: bold;
  border: none;
  margin-top: 10px;
}

/* line 197, app/assets/stylesheets/modules/partner.scss */
.partner-page .success-message {
  padding: 30px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #25a25a;
}

@media (max-width: 768px) {
  /* line 207, app/assets/stylesheets/modules/partner.scss */
  .partner-page {
    border-top: 5px solid #863176;
  }
  /* line 210, app/assets/stylesheets/modules/partner.scss */
  .partner-page .pp-header {
    width: auto;
    padding: 0 10px;
    margin: 25px auto;
  }
  /* line 215, app/assets/stylesheets/modules/partner.scss */
  .partner-page .pp-header .logos {
    height: auto;
    margin: 10px 0 20px 0;
  }
  /* line 219, app/assets/stylesheets/modules/partner.scss */
  .partner-page .pp-header .logos .sf-logo {
    display: block;
  }
  /* line 222, app/assets/stylesheets/modules/partner.scss */
  .partner-page .pp-header .logos .sf-logo a {
    display: inline-block;
    text-indent: -9999px;
    background: url(/assets/logo-sell-formula-pp-34a9ebc9f6466d4ce34863c866bad4007ce41b6e9903bc889c8cd0de56421505.png);
    width: 166px;
    height: 31px;
  }
  /* line 231, app/assets/stylesheets/modules/partner.scss */
  .partner-page .pp-header .logos img {
    margin: 0 auto;
    height: 50%;
    width: 50%;
    display: block;
  }
  /* line 239, app/assets/stylesheets/modules/partner.scss */
  .partner-page .pp-header h1 {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  /* line 244, app/assets/stylesheets/modules/partner.scss */
  .partner-page .pp-header h2 {
    font-size: 1.6rem;
    line-height: 1.5em;
  }
  /* line 250, app/assets/stylesheets/modules/partner.scss */
  .partner-page .how-it-works {
    padding: 30px 0 10px 0;
  }
  /* line 253, app/assets/stylesheets/modules/partner.scss */
  .partner-page .how-it-works .col-xs-12, .partner-page .how-it-works .dashboard-wrapper .welcome-alert ul li, .dashboard-wrapper .welcome-alert ul .partner-page .how-it-works li {
    margin-bottom: 50px;
  }
  /* line 256, app/assets/stylesheets/modules/partner.scss */
  .partner-page .how-it-works .col-xs-12:last-child, .partner-page .how-it-works .dashboard-wrapper .welcome-alert ul li:last-child, .dashboard-wrapper .welcome-alert ul .partner-page .how-it-works li:last-child {
    margin-bottom: 0;
  }
  /* line 260, app/assets/stylesheets/modules/partner.scss */
  .partner-page .how-it-works .col-xs-12 h3, .partner-page .how-it-works .dashboard-wrapper .welcome-alert ul li h3, .dashboard-wrapper .welcome-alert ul .partner-page .how-it-works li h3 {
    margin-bottom: 20px;
    line-height: 1.7em;
  }
  /* line 265, app/assets/stylesheets/modules/partner.scss */
  .partner-page .how-it-works .col-xs-12 ul, .partner-page .how-it-works .dashboard-wrapper .welcome-alert ul li ul, .dashboard-wrapper .welcome-alert ul .partner-page .how-it-works li ul {
    margin-top: 30px;
  }
  /* line 268, app/assets/stylesheets/modules/partner.scss */
  .partner-page .how-it-works .col-xs-12 ul li, .partner-page .how-it-works .dashboard-wrapper .welcome-alert ul li ul li, .dashboard-wrapper .welcome-alert ul .partner-page .how-it-works li ul li {
    padding: 0;
    margin-bottom: 30px;
  }
  /* line 272, app/assets/stylesheets/modules/partner.scss */
  .partner-page .how-it-works .col-xs-12 ul li .text, .partner-page .how-it-works .dashboard-wrapper .welcome-alert ul li ul li .text, .dashboard-wrapper .welcome-alert ul .partner-page .how-it-works li ul li .text {
    width: 70%;
  }
  /* line 275, app/assets/stylesheets/modules/partner.scss */
  .partner-page .how-it-works .col-xs-12 ul li .text h2, .partner-page .how-it-works .dashboard-wrapper .welcome-alert ul li ul li .text h2, .dashboard-wrapper .welcome-alert ul .partner-page .how-it-works li ul li .text h2 {
    font-size: 1.8rem;
  }
  /* line 284, app/assets/stylesheets/modules/partner.scss */
  .partner-page form {
    width: auto;
    padding: 0 10px;
    margin: 40px 0;
  }
  /* line 289, app/assets/stylesheets/modules/partner.scss */
  .partner-page form .row {
    margin: 0;
  }
  /* line 294, app/assets/stylesheets/modules/partner.scss */
  .partner-page .pp-footer {
    position: relative;
  }
  /* line 297, app/assets/stylesheets/modules/partner.scss */
  .partner-page .pp-footer i {
    display: none;
  }
  /* line 301, app/assets/stylesheets/modules/partner.scss */
  .partner-page .pp-footer input {
    display: block;
    width: 100%;
    padding-left: 12px;
    margin-bottom: 20px;
    text-align: center;
  }
  /* line 309, app/assets/stylesheets/modules/partner.scss */
  .partner-page .pp-footer button {
    width: 100%;
  }
}

/* line 1, app/assets/stylesheets/modules/referrals.scss */
.referrals-page {
  margin-bottom: 50px;
}

/* line 4, app/assets/stylesheets/modules/referrals.scss */
.referrals-page .page-title {
  font-size: 24px;
}

/* line 8, app/assets/stylesheets/modules/referrals.scss */
.referrals-page .page-subtitle {
  margin-top: 15px;
}

/* line 12, app/assets/stylesheets/modules/referrals.scss */
.referrals-page form {
  width: 550px;
  margin: 50px auto;
  padding: 20px;
  background: #f8f8f8;
  border: 2px solid #cfcfcf;
  border-radius: 4px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  text-align: center;
}

/* line 22, app/assets/stylesheets/modules/referrals.scss */
.referrals-page form label {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
}

/* line 28, app/assets/stylesheets/modules/referrals.scss */
.referrals-page form .btn {
  margin-top: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 12px;
}

/* line 36, app/assets/stylesheets/modules/referrals.scss */
.referrals-page .your-share-link {
  width: 460px;
  margin: 50px auto;
  padding: 20px 16px;
  background: #fff;
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  color: dimgray;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  border-radius: 4px;
  text-align: center;
}

/* line 48, app/assets/stylesheets/modules/referrals.scss */
.referrals-page .your-share-link small {
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
}

/* line 54, app/assets/stylesheets/modules/referrals.scss */
.referrals-page .your-share-link .share-link {
  font-size: 2rem;
  font-weight: bold;
  color: #863176;
  text-decoration: none;
}

/* line 61, app/assets/stylesheets/modules/referrals.scss */
.referrals-page .your-share-link a {
  display: block;
  margin-top: 10px;
  font-size: 1.3rem;
}

@media (max-width: 768px) {
  /* line 70, app/assets/stylesheets/modules/referrals.scss */
  .referrals-page {
    margin-bottom: 10px;
  }
  /* line 73, app/assets/stylesheets/modules/referrals.scss */
  .referrals-page .page-title {
    font-size: 2.1rem;
    line-height: 1.5em;
  }
  /* line 78, app/assets/stylesheets/modules/referrals.scss */
  .referrals-page .page-subtitle {
    font-size: 1.6rem;
  }
  /* line 82, app/assets/stylesheets/modules/referrals.scss */
  .referrals-page form {
    width: auto;
  }
  /* line 86, app/assets/stylesheets/modules/referrals.scss */
  .referrals-page .your-share-link {
    width: auto;
  }
  /* line 89, app/assets/stylesheets/modules/referrals.scss */
  .referrals-page .your-share-link .share-link {
    font-size: 1.4rem;
  }
}

@media (max-width: 1422px) {
  /* line 2, app/assets/stylesheets/modules/mobile.scss */
  .container-fluid {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 10, app/assets/stylesheets/modules/mobile.scss */
  #header .header-content {
    width: 70%;
  }
  /* line 13, app/assets/stylesheets/modules/mobile.scss */
  .step-1-content .item img {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
  /* line 18, app/assets/stylesheets/modules/mobile.scss */
  .inset {
    padding: 0;
  }
  /* line 21, app/assets/stylesheets/modules/mobile.scss */
  .step-1-content .item {
    width: 16%;
  }
  /* line 24, app/assets/stylesheets/modules/mobile.scss */
  .about-section3 #map {
    height: 500px;
  }
}

@media (max-width: 1200px) {
  /* line 30, app/assets/stylesheets/modules/mobile.scss */
  #header .header-content {
    width: 70%;
  }
  /* line 33, app/assets/stylesheets/modules/mobile.scss */
  #header .header-content #header-nav,
#header .header-content #main-nav {
    display: inline-block;
    float: right;
  }
  /* line 38, app/assets/stylesheets/modules/mobile.scss */
  #header .header-content #header-nav {
    display: inline-block;
    float: right;
  }
  /* line 42, app/assets/stylesheets/modules/mobile.scss */
  #header .header-content #main-nav ul li {
    padding: 0 10px;
  }
  /* line 45, app/assets/stylesheets/modules/mobile.scss */
  #stats .item,
#stats .item.first,
#stats .item.last {
    width: 33%;
    padding-left: 0;
  }
  /* line 51, app/assets/stylesheets/modules/mobile.scss */
  #how .video {
    margin-right: 50px;
  }
  /* line 54, app/assets/stylesheets/modules/mobile.scss */
  #how h4 {
    padding-top: 0;
  }
  /* line 57, app/assets/stylesheets/modules/mobile.scss */
  .step-2-content .type-content table {
    overflow-x: auto;
    display: block;
    min-height: .01%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 65, app/assets/stylesheets/modules/mobile.scss */
  .step-2-content .type-content table select {
    width: 200px;
  }
  /* line 68, app/assets/stylesheets/modules/mobile.scss */
  .about-section3 #map {
    height: 300px;
  }
  /* line 71, app/assets/stylesheets/modules/mobile.scss */
  .shipping-section .column {
    width: 65%;
  }
  /* line 74, app/assets/stylesheets/modules/mobile.scss */
  .shipping-section .sidebar {
    width: 32%;
  }
}

@media (max-width: 992px) {
  /* line 80, app/assets/stylesheets/modules/mobile.scss */
  .shipping-section .column .column-third,
.shipping-section .column .column-third.last {
    display: block;
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  /* line 87, app/assets/stylesheets/modules/mobile.scss */
  .shipping-section .column .payment .item {
    float: none;
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
  /* line 93, app/assets/stylesheets/modules/mobile.scss */
  .shipping-section .column .shipping-info .column-half {
    display: block;
    width: 100%;
    float: none;
  }
  /* line 98, app/assets/stylesheets/modules/mobile.scss */
  .shipping-section .column .shipping-info .column-half a {
    float: none;
    margin-top: 30px;
  }
  /* line 102, app/assets/stylesheets/modules/mobile.scss */
  .shipping-section .column .shipping-step .column-half {
    display: block;
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  /* line 111, app/assets/stylesheets/modules/mobile.scss */
  #stats .item,
#stats .item.first,
#stats .item.last {
    width: 100%;
    border: none;
    text-align: center;
    margin-bottom: 30px;
  }
  /* line 119, app/assets/stylesheets/modules/mobile.scss */
  #teaser .container {
    height: auto;
  }
  /* line 122, app/assets/stylesheets/modules/mobile.scss */
  #how .video {
    float: none;
    display: block;
    width: 100%;
    margin-right: 0;
  }
  /* line 128, app/assets/stylesheets/modules/mobile.scss */
  #how h4 {
    padding-top: 30px;
  }
  /* line 131, app/assets/stylesheets/modules/mobile.scss */
  #how .btn {
    padding: 18px 35px;
  }
  /* line 134, app/assets/stylesheets/modules/mobile.scss */
  #updates input[type=text] {
    width: 300px;
  }
  /* line 137, app/assets/stylesheets/modules/mobile.scss */
  #requirement .item {
    width: 100%;
    margin: 0 0 20px 0;
    float: none;
  }
  /* line 142, app/assets/stylesheets/modules/mobile.scss */
  #help .box {
    float: none;
    margin: 0 0 20px 0;
    width: 100%;
  }
  /* line 147, app/assets/stylesheets/modules/mobile.scss */
  .step-title {
    font-size: 2.2rem !important;
  }
  /* line 150, app/assets/stylesheets/modules/mobile.scss */
  .step-title span {
    margin: 0 20px 0 0 !important;
    font-size: 2.2rem !important;
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    font-size: 2.2rem !important;
  }
  /* line 159, app/assets/stylesheets/modules/mobile.scss */
  .step-1-content .item {
    width: 30%;
  }
  /* line 162, app/assets/stylesheets/modules/mobile.scss */
  .step-3-content .buttons a {
    margin-right: 10px;
  }
  /* line 165, app/assets/stylesheets/modules/mobile.scss */
  .step-4-content .inset {
    width: 100%;
  }
  /* line 168, app/assets/stylesheets/modules/mobile.scss */
  .step-4-content .item {
    width: 75%;
    margin-right: 0;
    float: none;
  }
  /* line 173, app/assets/stylesheets/modules/mobile.scss */
  .step-4-content .item .name {
    width: auto;
  }
  /* line 176, app/assets/stylesheets/modules/mobile.scss */
  .step-4-content .item a.delete {
    margin: 0;
  }
  /* line 179, app/assets/stylesheets/modules/mobile.scss */
  .about-section-1 .column {
    float: none;
    display: inline-block;
    width: 100%;
  }
  /* line 184, app/assets/stylesheets/modules/mobile.scss */
  .contact-section .column,
.contact-section .sidebar {
    width: 100%;
    display: block;
    float: none;
    margin-bottom: 50px;
  }
  /* line 191, app/assets/stylesheets/modules/mobile.scss */
  .shipping-section .column,
.shipping-section .sidebar {
    margin-bottom: 30px;
    width: 100%;
    display: block;
    float: none;
  }
}

@media (max-width: 670px) {
  /* Sell Page */
  /* line 203, app/assets/stylesheets/modules/mobile.scss */
  .sell-page .inset {
    padding: 0 30px !important;
  }
  /* line 208, app/assets/stylesheets/modules/mobile.scss */
  .sell-page .requirement .item {
    float: none;
    display: block;
    width: 100%;
    margin: 0 0 40px 0;
  }
  /* line 217, app/assets/stylesheets/modules/mobile.scss */
  .sell-page .help .box {
    width: 100%;
    margin: 0 auto;
  }
  /* line 228, app/assets/stylesheets/modules/mobile.scss */
  .sell-page .sell-step-2 .step-2-content .type-content #products-table thead th {
    font-size: 14px;
  }
  /* line 231, app/assets/stylesheets/modules/mobile.scss */
  .sell-page .sell-step-2 .step-2-content .type-content #products-table thead th:first-child {
    text-align: left;
    padding-left: 15px;
  }
  /* line 236, app/assets/stylesheets/modules/mobile.scss */
  .sell-page .sell-step-2 .step-2-content .type-content #products-table thead th:nth-child(2) {
    text-align: center;
  }
  /* line 243, app/assets/stylesheets/modules/mobile.scss */
  .sell-page .sell-step-2 .step-2-content .type-content #products-table tbody td {
    padding: 5px;
    font-size: 14px;
  }
  /* line 247, app/assets/stylesheets/modules/mobile.scss */
  .sell-page .sell-step-2 .step-2-content .type-content #products-table tbody td input[type="number"],
.sell-page .sell-step-2 .step-2-content .type-content #products-table tbody td select,
.sell-page .sell-step-2 .step-2-content .type-content #products-table tbody td button {
    font-size: 14px;
  }
  /* line 253, app/assets/stylesheets/modules/mobile.scss */
  .sell-page .sell-step-2 .step-2-content .type-content #products-table tbody td select {
    background-image: none;
    -webkit-appearance: menulist !important;
    -moz-appearance: menulist !important;
  }
  /* line 267, app/assets/stylesheets/modules/mobile.scss */
  .sell-page .sell-step-3 .step-3-content .item {
    margin: 0 0 5px 0;
    width: 100%;
    font-size: 14px;
    padding-right: 0;
  }
  /* line 273, app/assets/stylesheets/modules/mobile.scss */
  .sell-page .sell-step-3 .step-3-content .item:last-child {
    margin-bottom: 0;
  }
  /* line 278, app/assets/stylesheets/modules/mobile.scss */
  .sell-page .sell-step-3 .step-3-content .item a.delete {
    margin-left: -7px;
    margin-right: 8px;
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
    float: left;
  }
  /* line 288, app/assets/stylesheets/modules/mobile.scss */
  .sell-page .sell-step-3 .step-3-content .item .name {
    width: 90%;
    float: left;
  }
  /* line 293, app/assets/stylesheets/modules/mobile.scss */
  .sell-page .sell-step-3 .step-3-content .item .price {
    font-size: 17px;
    width: auto;
    padding: 10px;
  }
  /* line 300, app/assets/stylesheets/modules/mobile.scss */
  .sell-page .sell-step-3 .step-3-content .item.total .name {
    font-size: 16px;
  }
  /* line 309, app/assets/stylesheets/modules/mobile.scss */
  .sell-page .sell-action label {
    font-size: 16px !important;
  }
  /* line 314, app/assets/stylesheets/modules/mobile.scss */
  .sell-page .sell-action .center input[type="button"] {
    padding: 20px 15px !important;
    font-size: 16px !important;
  }
  /* Shipping Page */
  /* line 325, app/assets/stylesheets/modules/mobile.scss */
  .shipping-page .page-title {
    margin: 60px 20px 0px 20px;
    font-size: 20px;
  }
  /* line 333, app/assets/stylesheets/modules/mobile.scss */
  .shipping-page .shipping-section .column .payment .item {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  /* line 338, app/assets/stylesheets/modules/mobile.scss */
  .shipping-page .shipping-section .column .payment .item:last-child {
    margin-bottom: 0;
  }
  /* line 346, app/assets/stylesheets/modules/mobile.scss */
  .shipping-page .shipping-section .sidebar .action {
    margin-top: 50px;
    text-align: center;
  }
  /* line 350, app/assets/stylesheets/modules/mobile.scss */
  .shipping-page .shipping-section .sidebar .action input[type="button"] {
    font-size: 24px;
    font-weight: bold;
    padding: 20px;
    border-radius: 4px;
  }
}

@media (max-width: 480px) {
  /* line 363, app/assets/stylesheets/modules/mobile.scss */
  #updates input[type=text] {
    display: block;
    width: 100%;
  }
  /* line 367, app/assets/stylesheets/modules/mobile.scss */
  .step-1-content .item {
    width: 40%;
  }
}
