@charset "UTF-8";
/* line 1, app/assets/stylesheets/keeps/shared/_modifiers.sass */
.no-padding {
  padding: 0;
}

/* line 4, app/assets/stylesheets/keeps/shared/_modifiers.sass */
.text-center {
  text-align: center !important;
}

/* line 7, app/assets/stylesheets/keeps/shared/_modifiers.sass */
.display-none {
  display: none !important;
}

@media (min-width: 1440px) {
  /* line 11, app/assets/stylesheets/keeps/shared/_modifiers.sass */
  .xxl-desktop-visible {
    display: block !important;
  }
}

@media (max-width: 991px) {
  /* line 15, app/assets/stylesheets/keeps/shared/_modifiers.sass */
  .mobile-visible {
    display: block !important;
  }
}

/* line 18, app/assets/stylesheets/keeps/shared/_modifiers.sass */
.display-block {
  display: block !important;
}

@media (min-width: 1440px) {
  /* line 22, app/assets/stylesheets/keeps/shared/_modifiers.sass */
  .xxl-desktop-hidden {
    display: none !important;
  }
}

@media (max-width: 991px) {
  /* line 26, app/assets/stylesheets/keeps/shared/_modifiers.sass */
  .mobile-hidden {
    display: none !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 93, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -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;
  max-width: 100%;
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 57, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -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 103, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 21, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control {
  border-color: #3c763d;
  -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 24, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/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 31, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

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

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

/* line 21, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control {
  border-color: #8a6d3b;
  -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 24, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/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 31, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

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

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

/* line 21, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control {
  border-color: #a94442;
  -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 24, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/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 31, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 39, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  -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 46, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

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

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

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

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

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

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

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

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

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

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

/* line 22, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}

/* line 30, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary.focus:active, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

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

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

/* line 75, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}

/* line 30, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active:hover, .btn-success:active:focus, .btn-success.focus:active, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

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

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

/* line 79, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}

/* line 30, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active:hover, .btn-info:active:focus, .btn-info.focus:active, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

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

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

/* line 83, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

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

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

/* line 30, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning.focus:active, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

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

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

/* line 87, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

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

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

/* line 30, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger.focus:active, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

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

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

/* line 96, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}

/* line 101, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 109, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

/* line 115, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

/* line 123, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

/* line 135, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 139, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 143, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 151, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 157, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 165, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  width: 100%;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse {
  display: none;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse.in {
  display: block;
}

/* line 27, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
tr.collapse.in {
  display: table-row;
}

/* line 29, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 31, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
     transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
     transition-timing-function: ease;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 26, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 31, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

/* line 54, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 65, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

/* line 74, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 85, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

/* line 100, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}

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

/* line 120, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > .dropdown-menu {
  display: block;
}

/* line 125, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > a {
  outline: 0;
}

/* line 134, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

/* line 144, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 150, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}

/* line 160, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

/* line 170, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 183, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}

/* line 190, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  /* line 204, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  /* line 209, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

/* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

/* line 15, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

/* line 26, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar {
  margin-left: -5px;
}

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

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

/* line 39, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

/* line 44, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 51, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 56, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}

/* line 58, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 63, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 69, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 72, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 76, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 81, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 86, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 105, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

/* line 109, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

/* line 116, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle {
  -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 120, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 127, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn .caret {
  margin-left: 0;
}

/* line 131, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 136, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

/* line 145, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

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

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

/* line 157, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}

/* line 162, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 172, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 175, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 179, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 184, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 188, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 193, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 201, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

/* line 206, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

/* line 212, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}

/* line 216, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

/* line 237, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

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

/* line 33, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:focus {
  z-index: 3;
}

/* line 58, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

/* line 63, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 68, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 77, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 89, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

/* line 94, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

/* line 101, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 108, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 117, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 120, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 129, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 135, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

/* line 144, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn {
  position: relative;
}

/* line 146, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

/* line 150, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}

/* line 159, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

/* line 165, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

/* line 9, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

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

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

/* line 15, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav > li {
  position: relative;
  display: block;
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

/* line 31, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav > li.disabled > a {
  color: #777777;
}

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

/* line 46, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}

/* line 59, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 66, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 76, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}

/* line 78, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

/* line 84, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

/* line 89, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

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

/* line 118, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li {
  float: left;
}

/* line 122, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li > a {
  border-radius: 4px;
}

/* line 125, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li + li {
  margin-left: 2px;
}

/* line 131, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

/* line 144, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li {
  float: none;
}

/* line 146, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 160, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

/* line 163, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

/* line 165, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

/* line 171, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

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

/* line 190, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

/* line 193, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 199, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  /* line 206, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  /* line 210, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

/* line 224, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 227, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .active {
  display: block;
}

/* line 237, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

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

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

@media (min-width: 768px) {
  /* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar {
    border-radius: 4px;
  }
}

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

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

@media (min-width: 768px) {
  /* line 31, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-header {
    float: left;
  }
}

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

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

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

/* line 59, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse.in {
  overflow-y: auto;
}

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

/* line 90, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 92, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  /* line 92, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

@media (min-width: 768px) {
  /* line 90, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0;
  }
}

/* line 112, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 116, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 129, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  /* line 129, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 149, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  /* line 149, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}

/* line 161, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

/* line 168, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

/* line 173, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  /* line 178, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

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

/* line 204, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle:focus {
  outline: 0;
}

/* line 209, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

/* line 215, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  /* line 191, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggle {
    display: none;
  }
}

/* line 230, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav {
  margin: 7.5px -15px;
}

/* line 233, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  /* line 241, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  /* line 249, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  /* line 253, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  /* line 255, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  /* line 230, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 268, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav > li {
    float: left;
  }
  /* line 270, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

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

@media (max-width: 767px) {
  /* line 296, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  /* line 300, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  /* line 284, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

/* line 325, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 330, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 341, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

/* line 344, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 347, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 357, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  /* line 357, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 768px) {
  /* line 377, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-left {
    float: left !important;
  }
  /* line 380, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  /* line 384, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

/* line 395, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

/* line 399, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-brand {
  color: #777;
}

/* line 401, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

/* line 408, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-text {
  color: #777;
}

/* line 413, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a {
  color: #777;
}

/* line 416, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

/* line 423, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

/* line 431, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

/* line 442, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 767px) {
  /* line 453, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  /* line 455, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  /* line 462, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  /* line 470, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

/* line 481, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}

/* line 483, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

/* line 487, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

/* line 492, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

/* line 502, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-link {
  color: #777;
}

/* line 504, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-link:hover {
  color: #333;
}

/* line 509, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link {
  color: #777;
}

/* line 511, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}

/* line 517, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

/* line 527, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

/* line 531, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

/* line 533, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

/* line 540, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

/* line 545, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

/* line 548, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

/* line 555, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}

/* line 563, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

/* line 573, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #090909;
}

@media (max-width: 767px) {
  /* line 584, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  /* line 587, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  /* line 590, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  /* line 592, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  /* line 599, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  /* line 607, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

/* line 619, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}

/* line 621, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

/* line 625, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

/* line 630, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

/* line 635, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

/* line 637, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}

/* line 642, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link {
  color: #9d9d9d;
}

/* line 644, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}

/* line 650, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > li {
  display: inline-block;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}

/* line 25, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > .active {
  color: #777777;
}

/* line 4, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li {
  display: inline;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 24, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}

/* line 33, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 49, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 61, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

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

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

/* line 12, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager li {
  display: inline;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

/* line 31, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}

/* line 38, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}

/* line 45, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label:empty {
  display: none;
}

/* line 25, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 33, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 44, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-default {
  background-color: #777777;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

/* line 48, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-primary {
  background-color: #337ab7;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

/* line 52, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-success {
  background-color: #5cb85c;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

/* line 56, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-info {
  background-color: #5bc0de;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-warning {
  background-color: #f0ad4e;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-danger {
  background-color: #d9534f;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  border-radius: 10px;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.badge:empty {
  display: none;
}

/* line 27, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 32, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

/* line 41, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 47, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item > .badge {
  float: right;
}

/* line 51, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}

/* line 55, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 62, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

/* line 24, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron > hr {
  border-top-color: #d5d5d5;
}

/* line 28, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.container .jumbotron, .container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  /* line 43, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
  .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  /* line 49, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron h1,
.jumbotron .h1 {
    font-size: 63px;
  }
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

/* line 27, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

/* line 34, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_thumbnails.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

/* line 9, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert .alert-link {
  font-weight: bold;
}

/* line 27, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}

/* line 32, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 42, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

/* line 47, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 59, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 63, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 71, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-danger .alert-link {
  color: #843534;
}

@-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 26, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -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 36, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -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 54, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -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 64, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/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 73, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-success {
  background-color: #5cb85c;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-success {
  background-image: -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 77, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-info {
  background-color: #5bc0de;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-info {
  background-image: -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 81, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-warning {
  background-color: #f0ad4e;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-warning {
  background-image: -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 85, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-danger {
  background-color: #d9534f;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-danger {
  background-image: -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 1, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media {
  margin-top: 15px;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media:first-child {
  margin-top: 0;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-body {
  width: 10000px;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-object {
  display: block;
}

/* line 24, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-object.img-thumbnail {
  max-width: none;
}

/* line 29, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-right,
.media > .pull-right {
  padding-left: 10px;
}

/* line 34, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-left,
.media > .pull-left {
  padding-right: 10px;
}

/* line 39, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

/* line 46, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-middle {
  vertical-align: middle;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-bottom {
  vertical-align: bottom;
}

/* line 55, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

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

/* line 10, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

/* line 21, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 31, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 34, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #eeeeee;
}

/* line 48, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

/* line 51, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 66, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

/* line 71, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

/* line 83, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item,
button.list-group-item {
  color: #555;
}

/* line 87, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

/* line 92, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 100, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
button.list-group-item {
  width: 100%;
  text-align: left;
}

/* line 4, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

/* line 4, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

/* line 4, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

/* line 4, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

/* line 121, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 125, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -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, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-body {
  padding: 15px;
}

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

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

/* line 22, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 27, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 33, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

/* line 39, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

/* line 49, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 63, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

/* line 74, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 82, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 89, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 100, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 110, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

/* line 115, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

/* line 121, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 127, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 131, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

/* line 135, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

/* line 143, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 149, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 153, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

/* line 157, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

/* line 164, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

/* line 170, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

/* line 174, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

/* line 181, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

/* line 185, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

/* line 194, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

/* line 203, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

/* line 210, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

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

/* line 226, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

/* line 230, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}

/* line 235, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}

/* line 238, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

/* line 244, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer {
  border-top: 0;
}

/* line 246, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

/* line 254, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-default {
  border-color: #ddd;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

/* line 257, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-primary {
  border-color: #337ab7;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

/* line 260, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-success {
  border-color: #d6e9c6;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 263, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-info {
  border-color: #bce8f1;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 266, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-warning {
  border-color: #faebcc;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 269, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-danger {
  border-color: #ebccd1;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 28, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 33, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_wells.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -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, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_wells.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 22, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_wells.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 26, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_wells.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

/* line 15, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_close.scss */
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* line 30, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-open {
  overflow: hidden;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

/* line 32, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -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: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

/* line 36, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 38, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 44, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 51, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

/* line 73, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 74, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* line 79, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

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

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

/* line 85, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 90, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

/* line 97, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 103, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

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

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

/* line 110, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

/* line 115, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 119, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 125, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 136, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  /* line 140, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
  .modal-content {
    -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, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 149, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
  .modal-lg {
    width: 900px;
  }
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

/* line 27, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

/* line 31, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

/* line 37, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 44, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 51, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 58, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

/* line 65, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

/* line 72, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 79, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 86, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

/* line 106, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

/* line 26, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top {
  margin-top: -10px;
}

/* line 27, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right {
  margin-left: 10px;
}

/* line 28, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom {
  margin-top: 10px;
}

/* line 29, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left {
  margin-left: -10px;
}

/* line 33, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow {
  border-width: 11px;
}

/* line 36, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 46, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

/* line 52, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

/* line 59, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

/* line 74, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

/* line 82, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 89, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

/* line 98, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 105, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

/* line 115, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

/* line 124, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .item {
  position: relative;
  display: none;
  -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, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 16, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  /* line 34, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  /* line 39, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  /* line 44, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

/* line 53, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

/* line 59, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active {
  left: 0;
}

/* line 63, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 70, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next {
  left: 100%;
}

/* line 73, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .prev {
  left: -100%;
}

/* line 76, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

/* line 81, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.left {
  left: -100%;
}

/* line 84, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 93, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* line 109, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control.left {
  background-image: -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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}

/* line 112, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}

/* line 119, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}

/* line 128, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

/* line 138, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

/* line 143, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

/* line 148, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

/* line 157, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev:before {
  content: "\2039";
}

/* line 162, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-next:before {
  content: "\203a";
}

/* line 173, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

/* line 184, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

/* line 207, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

/* line 218, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

/* line 230, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 241, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  /* line 250, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: -10px;
  }
  /* line 254, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    margin-right: -10px;
  }
  /* line 261, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  /* line 268, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}

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

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

/* line 12, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* line 15, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.pull-right {
  float: right !important;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 27, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.hide {
  display: none !important;
}

/* line 30, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.show {
  display: block !important;
}

/* line 33, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 36, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 45, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.hidden {
  display: none !important;
}

/* line 53, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-xs {
  display: none !important;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-sm {
  display: none !important;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-md {
  display: none !important;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-lg {
  display: none !important;
}

/* line 36, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 3, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important;
  }
  /* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xs {
    display: table !important;
  }
  /* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important;
  }
  /* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  /* line 54, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 59, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 64, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 3, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-sm {
    display: block !important;
  }
  /* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-sm {
    display: table !important;
  }
  /* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important;
  }
  /* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 73, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 78, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 83, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 3, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-md {
    display: block !important;
  }
  /* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-md {
    display: table !important;
  }
  /* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important;
  }
  /* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 92, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 97, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 102, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  /* line 3, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg {
    display: block !important;
  }
  /* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-lg {
    display: table !important;
  }
  /* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important;
  }
  /* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  /* line 111, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 116, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 121, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  /* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important;
  }
}

/* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 3, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-print {
    display: block !important;
  }
  /* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-print {
    display: table !important;
  }
  /* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important;
  }
  /* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}

/* line 155, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-block {
  display: none !important;
}

@media print {
  /* line 155, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 162, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important;
}

@media print {
  /* line 162, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 169, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important;
}

@media print {
  /* line 169, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important;
  }
}

/* line 1, app/assets/stylesheets/website/bootstrap-overwrites/_grid.sass */
.row-xs {
  margin-left: -5px;
  margin-right: -5px;
}

/* line 5, app/assets/stylesheets/website/bootstrap-overwrites/_grid.sass */
.row-xs [class^="col-xs"] {
  padding-left: 5px;
  padding-right: 5px;
}

/* line 9, app/assets/stylesheets/website/bootstrap-overwrites/_grid.sass */
.row-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 13, app/assets/stylesheets/website/bootstrap-overwrites/_grid.sass */
.row-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

/* line 17, app/assets/stylesheets/website/bootstrap-overwrites/_grid.sass */
.container {
  padding-right: 20px;
  padding-left: 20px;
}

/* line 21, app/assets/stylesheets/website/bootstrap-overwrites/_grid.sass */
.container-xs {
  max-width: 710px;
}

/* line 24, app/assets/stylesheets/website/bootstrap-overwrites/_grid.sass */
.container-xl {
  max-width: 1240px;
}

@media (min-width: 1441px) {
  /* line 28, app/assets/stylesheets/website/bootstrap-overwrites/_grid.sass */
  .container-lg {
    max-width: 1210px;
  }
}

@media (min-width: 992px) and (max-width: 1441px) {
  /* line 32, app/assets/stylesheets/website/bootstrap-overwrites/_grid.sass */
  .container {
    max-width: 970px;
  }
  /* line 35, app/assets/stylesheets/website/bootstrap-overwrites/_grid.sass */
  .container-lg {
    max-width: 1120px;
  }
  /* line 38, app/assets/stylesheets/website/bootstrap-overwrites/_grid.sass */
  .container-xl {
    max-width: 100%;
  }
}

@media (min-width: 1281px) {
  /* line 42, app/assets/stylesheets/website/bootstrap-overwrites/_grid.sass */
  .container-xl {
    width: 100%;
  }
}

@media (min-width: 992px) {
  /* line 46, app/assets/stylesheets/website/bootstrap-overwrites/_grid.sass */
  .container-sm {
    max-width: 970px;
  }
}

@media (max-width: 767px) {
  /* line 50, app/assets/stylesheets/website/bootstrap-overwrites/_grid.sass */
  .row-reversed-xs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  /* line 54, app/assets/stylesheets/website/bootstrap-overwrites/_grid.sass */
  .col-md-6 + .col-md-6 {
    margin-top: 60px;
  }
}

/* line 1, app/assets/stylesheets/website/bootstrap-overwrites/_modal.sass */
.modal-dialog {
  margin-top: 70px;
  margin-bottom: 70px;
}

/* line 1, app/assets/stylesheets/website/external/_scroll-reveal.sass */
.Reveal {
  visibility: hidden;
}

/* line 4, app/assets/stylesheets/website/external/_scroll-reveal.sass */
.Reveal-divider--enter {
  height: 0 !important;
}

/* line 7, app/assets/stylesheets/website/external/_scroll-reveal.sass */
.Reveal-divider--enter-active {
  -webkit-transition: height 1.5s cubic-bezier(0.6, 0.2, 0.1, 1), opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) !important;
  -o-transition: height 1.5s cubic-bezier(0.6, 0.2, 0.1, 1), opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) !important;
  transition: height 1.5s cubic-bezier(0.6, 0.2, 0.1, 1), opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) !important;
  height: 120px !important;
}

/**
 * React Select
 * ============
 * Created by Jed Watson and Joss Mackison for KeystoneJS, http://www.keystonejs.com/
 * https://twitter.com/jedwatson https://twitter.com/jossmackison https://twitter.com/keystonejs
 * MIT License: https://github.com/JedWatson/react-select
*/
/* line 8, app/assets/stylesheets/website/external/_react-select.css */
.Select {
  position: relative;
}

/* line 11, app/assets/stylesheets/website/external/_react-select.css */
.Select input::-webkit-contacts-auto-fill-button,
.Select input::-webkit-credentials-auto-fill-button {
  display: none !important;
}

/* line 15, app/assets/stylesheets/website/external/_react-select.css */
.Select input::-ms-clear {
  display: none !important;
}

/* line 18, app/assets/stylesheets/website/external/_react-select.css */
.Select input::-ms-reveal {
  display: none !important;
}

/* line 21, app/assets/stylesheets/website/external/_react-select.css */
.Select,
.Select div,
.Select input,
.Select span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 29, app/assets/stylesheets/website/external/_react-select.css */
.Select.is-disabled .Select-arrow-zone {
  cursor: default;
  pointer-events: none;
  opacity: 0.35;
}

/* line 34, app/assets/stylesheets/website/external/_react-select.css */
.Select.is-disabled > .Select-control {
  background-color: #f9f9f9;
}

/* line 37, app/assets/stylesheets/website/external/_react-select.css */
.Select.is-disabled > .Select-control:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 40, app/assets/stylesheets/website/external/_react-select.css */
.Select.is-open > .Select-control {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #fff;
  border-color: #b3b3b3 #ccc #d9d9d9;
}

/* line 46, app/assets/stylesheets/website/external/_react-select.css */
.Select.is-open > .Select-control .Select-arrow {
  top: -2px;
  border-color: transparent transparent #999;
  border-width: 0 5px 5px;
}

/* line 51, app/assets/stylesheets/website/external/_react-select.css */
.Select.is-searchable.is-open > .Select-control {
  cursor: text;
}

/* line 54, app/assets/stylesheets/website/external/_react-select.css */
.Select.is-searchable.is-focused:not(.is-open) > .Select-control {
  cursor: text;
}

/* line 57, app/assets/stylesheets/website/external/_react-select.css */
.Select.is-focused > .Select-control {
  background: #fff;
}

/* line 60, app/assets/stylesheets/website/external/_react-select.css */
.Select.is-focused:not(.is-open) > .Select-control {
  border-color: #007eff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
  background: #fff;
}

/* line 65, app/assets/stylesheets/website/external/_react-select.css */
.Select.has-value.is-clearable.Select--single > .Select-control .Select-value {
  padding-right: 42px;
}

/* line 68, app/assets/stylesheets/website/external/_react-select.css */
.Select.has-value.Select--single > .Select-control .Select-value .Select-value-label,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label {
  color: #333;
}

/* line 72, app/assets/stylesheets/website/external/_react-select.css */
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label {
  cursor: pointer;
  text-decoration: none;
}

/* line 77, app/assets/stylesheets/website/external/_react-select.css */
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  color: #007eff;
  outline: none;
  text-decoration: underline;
}

/* line 85, app/assets/stylesheets/website/external/_react-select.css */
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  background: #fff;
}

/* line 89, app/assets/stylesheets/website/external/_react-select.css */
.Select.has-value.is-pseudo-focused .Select-input {
  opacity: 0;
}

/* line 92, app/assets/stylesheets/website/external/_react-select.css */
.Select.is-open .Select-arrow,
.Select .Select-arrow-zone:hover > .Select-arrow {
  border-top-color: #666;
}

/* line 96, app/assets/stylesheets/website/external/_react-select.css */
.Select.Select--rtl {
  direction: rtl;
  text-align: right;
}

/* line 100, app/assets/stylesheets/website/external/_react-select.css */
.Select-control {
  background-color: #fff;
  border-color: #d9d9d9 #ccc #b3b3b3;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #333;
  cursor: default;
  display: table;
  border-spacing: 0;
  border-collapse: separate;
  height: 36px;
  outline: none;
  overflow: hidden;
  position: relative;
  width: 100%;
}

/* line 116, app/assets/stylesheets/website/external/_react-select.css */
.Select-control:hover {
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}

/* line 119, app/assets/stylesheets/website/external/_react-select.css */
.Select-control .Select-input:focus {
  outline: none;
  background: #fff;
}

/* line 123, app/assets/stylesheets/website/external/_react-select.css */
.Select-placeholder,
.Select--single > .Select-control .Select-value {
  bottom: 0;
  color: #aaa;
  left: 0;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 139, app/assets/stylesheets/website/external/_react-select.css */
.Select-input {
  height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}

/* line 145, app/assets/stylesheets/website/external/_react-select.css */
.Select-input > input {
  width: 100%;
  background: none transparent;
  border: 0 none;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: default;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  outline: none;
  line-height: 17px;
  /* For IE 8 compatibility */
  padding: 8px 0 12px;
  /* For IE 8 compatibility */
  -webkit-appearance: none;
}

/* line 162, app/assets/stylesheets/website/external/_react-select.css */
.is-focused .Select-input > input {
  cursor: text;
}

/* line 165, app/assets/stylesheets/website/external/_react-select.css */
.has-value.is-pseudo-focused .Select-input {
  opacity: 0;
}

/* line 168, app/assets/stylesheets/website/external/_react-select.css */
.Select-control:not(.is-searchable) > .Select-input {
  outline: none;
}

/* line 171, app/assets/stylesheets/website/external/_react-select.css */
.Select-loading-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}

/* line 179, app/assets/stylesheets/website/external/_react-select.css */
.Select-loading {
  -webkit-animation: Select-animation-spin 400ms infinite linear;
  -o-animation: Select-animation-spin 400ms infinite linear;
  animation: Select-animation-spin 400ms infinite linear;
  width: 16px;
  height: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-right-color: #333;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

/* line 193, app/assets/stylesheets/website/external/_react-select.css */
.Select-clear-zone {
  -webkit-animation: Select-animation-fadeIn 200ms;
  -o-animation: Select-animation-fadeIn 200ms;
  animation: Select-animation-fadeIn 200ms;
  color: #999;
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 17px;
}

/* line 205, app/assets/stylesheets/website/external/_react-select.css */
.Select-clear-zone:hover {
  color: #D0021B;
}

/* line 208, app/assets/stylesheets/website/external/_react-select.css */
.Select-clear {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
}

/* line 213, app/assets/stylesheets/website/external/_react-select.css */
.Select--multi .Select-clear-zone {
  width: 17px;
}

/* line 216, app/assets/stylesheets/website/external/_react-select.css */
.Select-arrow-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 25px;
  padding-right: 5px;
}

/* line 225, app/assets/stylesheets/website/external/_react-select.css */
.Select--rtl .Select-arrow-zone {
  padding-right: 0;
  padding-left: 5px;
}

/* line 229, app/assets/stylesheets/website/external/_react-select.css */
.Select-arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
  display: inline-block;
  height: 0;
  width: 0;
  position: relative;
}

/* line 238, app/assets/stylesheets/website/external/_react-select.css */
.Select-control > *:last-child {
  padding-right: 5px;
}

/* line 241, app/assets/stylesheets/website/external/_react-select.css */
.Select--multi .Select-multi-value-wrapper {
  display: inline-block;
}

/* line 244, app/assets/stylesheets/website/external/_react-select.css */
.Select .Select-aria-only {
  position: absolute;
  display: inline-block;
  height: 1px;
  width: 1px;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  float: left;
}

@-webkit-keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* line 270, app/assets/stylesheets/website/external/_react-select.css */
.Select-menu-outer {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-color: #e6e6e6;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: -1px;
  max-height: 200px;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
}

/* line 287, app/assets/stylesheets/website/external/_react-select.css */
.Select-menu {
  max-height: 198px;
  overflow-y: auto;
}

/* line 291, app/assets/stylesheets/website/external/_react-select.css */
.Select-option {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  color: #666666;
  cursor: pointer;
  display: block;
  padding: 8px 10px;
}

/* line 299, app/assets/stylesheets/website/external/_react-select.css */
.Select-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 303, app/assets/stylesheets/website/external/_react-select.css */
.Select-option.is-selected {
  background-color: #f5faff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.04);
  color: #333;
}

/* line 309, app/assets/stylesheets/website/external/_react-select.css */
.Select-option.is-focused {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  color: #333;
}

/* line 315, app/assets/stylesheets/website/external/_react-select.css */
.Select-option.is-disabled {
  color: #cccccc;
  cursor: default;
}

/* line 319, app/assets/stylesheets/website/external/_react-select.css */
.Select-noresults {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #999999;
  cursor: default;
  display: block;
  padding: 8px 10px;
}

/* line 326, app/assets/stylesheets/website/external/_react-select.css */
.Select--multi .Select-input {
  vertical-align: middle;
  margin-left: 10px;
  padding: 0;
}

/* line 331, app/assets/stylesheets/website/external/_react-select.css */
.Select--multi.Select--rtl .Select-input {
  margin-left: 0;
  margin-right: 10px;
}

/* line 335, app/assets/stylesheets/website/external/_react-select.css */
.Select--multi.has-value .Select-input {
  margin-left: 5px;
}

/* line 338, app/assets/stylesheets/website/external/_react-select.css */
.Select--multi .Select-value {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  border-radius: 2px;
  border: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border: 1px solid rgba(0, 126, 255, 0.24);
  color: #007eff;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1.4;
  margin-left: 5px;
  margin-top: 5px;
  vertical-align: top;
}

/* line 354, app/assets/stylesheets/website/external/_react-select.css */
.Select--multi .Select-value-icon,
.Select--multi .Select-value-label {
  display: inline-block;
  vertical-align: middle;
}

/* line 359, app/assets/stylesheets/website/external/_react-select.css */
.Select--multi .Select-value-label {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  cursor: default;
  padding: 2px 5px;
}

/* line 365, app/assets/stylesheets/website/external/_react-select.css */
.Select--multi a.Select-value-label {
  color: #007eff;
  cursor: pointer;
  text-decoration: none;
}

/* line 370, app/assets/stylesheets/website/external/_react-select.css */
.Select--multi a.Select-value-label:hover {
  text-decoration: underline;
}

/* line 373, app/assets/stylesheets/website/external/_react-select.css */
.Select--multi .Select-value-icon {
  cursor: pointer;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-right: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border-right: 1px solid rgba(0, 126, 255, 0.24);
  padding: 1px 5px 3px;
}

/* line 382, app/assets/stylesheets/website/external/_react-select.css */
.Select--multi .Select-value-icon:hover,
.Select--multi .Select-value-icon:focus {
  background-color: #d8eafd;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 113, 230, 0.08);
  color: #0071e6;
}

/* line 389, app/assets/stylesheets/website/external/_react-select.css */
.Select--multi .Select-value-icon:active {
  background-color: #c2e0ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.24);
}

/* line 394, app/assets/stylesheets/website/external/_react-select.css */
.Select--multi.Select--rtl .Select-value {
  margin-left: 0;
  margin-right: 5px;
}

/* line 398, app/assets/stylesheets/website/external/_react-select.css */
.Select--multi.Select--rtl .Select-value-icon {
  border-right: none;
  border-left: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border-left: 1px solid rgba(0, 126, 255, 0.24);
}

/* line 404, app/assets/stylesheets/website/external/_react-select.css */
.Select--multi.is-disabled .Select-value {
  background-color: #fcfcfc;
  border: 1px solid #e3e3e3;
  color: #333;
}

/* line 409, app/assets/stylesheets/website/external/_react-select.css */
.Select--multi.is-disabled .Select-value-icon {
  cursor: not-allowed;
  border-right: 1px solid #e3e3e3;
}

/* line 413, app/assets/stylesheets/website/external/_react-select.css */
.Select--multi.is-disabled .Select-value-icon:hover,
.Select--multi.is-disabled .Select-value-icon:focus,
.Select--multi.is-disabled .Select-value-icon:active {
  background-color: #fcfcfc;
}

@keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@-webkit-keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn);
  }
}

/* Slider */
/* line 3, app/assets/stylesheets/website/external/slick-theme.scss */
.slick-loading .slick-list {
  background: #fff url(/assets/slick/ajax-loader.gif) center center no-repeat;
}

/* Arrows */
/* line 8, app/assets/stylesheets/website/external/slick-theme.scss */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

/* line 25, app/assets/stylesheets/website/external/slick-theme.scss */
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

/* line 34, app/assets/stylesheets/website/external/slick-theme.scss */
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

/* line 41, app/assets/stylesheets/website/external/slick-theme.scss */
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

/* line 46, app/assets/stylesheets/website/external/slick-theme.scss */
.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 56, app/assets/stylesheets/website/external/slick-theme.scss */
.slick-prev {
  left: -25px;
}

/* line 60, app/assets/stylesheets/website/external/slick-theme.scss */
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

/* line 65, app/assets/stylesheets/website/external/slick-theme.scss */
.slick-prev:before {
  content: '←';
}

/* line 69, app/assets/stylesheets/website/external/slick-theme.scss */
[dir='rtl'] .slick-prev:before {
  content: '→';
}

/* line 73, app/assets/stylesheets/website/external/slick-theme.scss */
.slick-next {
  right: -25px;
}

/* line 77, app/assets/stylesheets/website/external/slick-theme.scss */
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

/* line 82, app/assets/stylesheets/website/external/slick-theme.scss */
.slick-next:before {
  content: '→';
}

/* line 86, app/assets/stylesheets/website/external/slick-theme.scss */
[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */
/* line 91, app/assets/stylesheets/website/external/slick-theme.scss */
.slick-slider {
  margin-bottom: 30px;
}

/* line 95, app/assets/stylesheets/website/external/slick-theme.scss */
.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

/* line 105, app/assets/stylesheets/website/external/slick-theme.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

/* line 115, app/assets/stylesheets/website/external/slick-theme.scss */
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

/* line 129, app/assets/stylesheets/website/external/slick-theme.scss */
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

/* line 134, app/assets/stylesheets/website/external/slick-theme.scss */
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

/* line 139, app/assets/stylesheets/website/external/slick-theme.scss */
.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 155, app/assets/stylesheets/website/external/slick-theme.scss */
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

/* line 160, app/assets/stylesheets/website/external/slick-theme.scss */
.slick-prev:before, .slick-next:before {
  font-size: 48px;
  line-height: 1;
  color: black;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 169, app/assets/stylesheets/website/external/slick-theme.scss */
.slick-prev:before {
  content: "<";
}

/* line 173, app/assets/stylesheets/website/external/slick-theme.scss */
[dir="rtl"] .slick-prev:before {
  content: "<";
}

/* line 177, app/assets/stylesheets/website/external/slick-theme.scss */
[dir="rtl"] .slick-next {
  left: -10px;
  top: 70px;
  right: auto;
}

/* line 183, app/assets/stylesheets/website/external/slick-theme.scss */
.slick-next:before {
  content: ">";
}

/* line 187, app/assets/stylesheets/website/external/slick-theme.scss */
[dir="rtl"] .slick-next:before {
  content: ">";
}

/* Slider */
/* line 2, vendor/assets/stylesheets/slick.css */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 21, vendor/assets/stylesheets/slick.css */
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

/* line 31, vendor/assets/stylesheets/slick.css */
.slick-list:focus {
  outline: none;
}

/* line 35, vendor/assets/stylesheets/slick.css */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 41, vendor/assets/stylesheets/slick.css */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 51, vendor/assets/stylesheets/slick.css */
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 61, vendor/assets/stylesheets/slick.css */
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

/* line 68, vendor/assets/stylesheets/slick.css */
.slick-track:after {
  clear: both;
}

/* line 72, vendor/assets/stylesheets/slick.css */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 77, vendor/assets/stylesheets/slick.css */
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

/* line 85, vendor/assets/stylesheets/slick.css */
[dir='rtl'] .slick-slide {
  float: right;
}

/* line 89, vendor/assets/stylesheets/slick.css */
.slick-slide img {
  display: block;
}

/* line 93, vendor/assets/stylesheets/slick.css */
.slick-slide.slick-loading img {
  display: none;
}

/* line 97, vendor/assets/stylesheets/slick.css */
.slick-slide.dragging img {
  pointer-events: none;
}

/* line 101, vendor/assets/stylesheets/slick.css */
.slick-initialized .slick-slide {
  display: block;
}

/* line 105, vendor/assets/stylesheets/slick.css */
.slick-loading .slick-slide {
  visibility: hidden;
}

/* line 109, vendor/assets/stylesheets/slick.css */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 117, vendor/assets/stylesheets/slick.css */
.slick-arrow.slick-hidden {
  display: none;
}

@font-face {
  font-family: "Apercu Light";
  src: url(/assets/apercu-light.eot);
  src: url(/assets/apercu-light.eot#iefix) format("embedded-opentype"), url(/assets/apercu-light.woff) format("woff"), url(/fonts/fonts/apercu-light.woff2) format("woff2");
}

@font-face {
  font-family: "Apercu Mono";
  src: url(/assets/apercu-mono-regular.eot);
  src: url(/assets/apercu-mono-regular.eot#iefix) format("embedded-opentype"), url(/assets/apercu-mono-regular.woff) format("woff"), url(/fonts/fonts/apercu-mono-regular.woff2) format("woff2");
}

@font-face {
  font-family: "Apercu Bold";
  src: url(/assets/apercu-bold.eot);
  src: url(/assets/apercu-bold.eot#iefix) format("embedded-opentype"), url(/assets/apercu-bold.woff) format("woff"), url(/fonts/fonts/apercu-bold.woff2) format("woff2");
}

@font-face {
  font-family: "Tiempos Headline Bold";
  src: url(/assets/TiemposHeadlineWeb-Bold.eot);
  src: url(/assets/TiemposHeadlineWeb-Bold.eot#iefix) format("embedded-opentype"), url(/assets/TiemposHeadlineWeb-Bold.woff) format("woff"), url(/fonts/fonts/TiemposHeadlineWeb-Bold.woff2) format("woff2");
}

@font-face {
  font-family: "Knockout Welterweight";
  src: url(/assets/Knockout-HTF50-Welterweight.otf) format("opentype");
}

@font-face {
  font-family: "Knockout FullLiteweight";
  src: url(/assets/Knockout-HTF69-FullLiteweight.otf) format("opentype");
}

@font-face {
  font-family: "Knockout Featherweight";
  src: url(/assets/Knockout-HTF48-Featherweight-Regular.otf) format("opentype");
}

@font-face {
  font-family: "Knockout Featherweight Bold";
  src: url(/assets/Knockout-HTF68-Featherweight.otf) format("opentype");
}

/* line 1, app/assets/stylesheets/keeps/modules/_normalize.sass */
html {
  height: 100%;
}

/* line 4, app/assets/stylesheets/keeps/modules/_normalize.sass */
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font: 16px/1.5 "Apercu Light", sans-serif;
  color: #231E20;
  background-color: #FBFBFB;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 12, app/assets/stylesheets/keeps/modules/_normalize.sass */
hr {
  border-top: 1px solid #E7E7E7;
  margin: 18px 0 20px;
}

/* line 16, app/assets/stylesheets/keeps/modules/_normalize.sass */
hr.size-md {
  margin: 38px 0 50px;
}

/* line 19, app/assets/stylesheets/keeps/modules/_normalize.sass */
p {
  margin-bottom: 1.5em;
  letter-spacing: 0.02em;
}

/* line 23, app/assets/stylesheets/keeps/modules/_normalize.sass */
p a {
  text-decoration: underline;
}

/* line 26, app/assets/stylesheets/keeps/modules/_normalize.sass */
a {
  color: inherit;
}

/* line 28, app/assets/stylesheets/keeps/modules/_normalize.sass */
a[disabled] {
  cursor: default;
  pointer-events: none;
  opacity: .7;
}

/* line 33, app/assets/stylesheets/keeps/modules/_normalize.sass */
a:hover, a:focus {
  color: #404040;
}

/* line 37, app/assets/stylesheets/keeps/modules/_normalize.sass */
img,
svg {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

/* line 43, app/assets/stylesheets/keeps/modules/_normalize.sass */
ul, ol {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}

/* line 48, app/assets/stylesheets/keeps/modules/_normalize.sass */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1.65;
  font-weight: 400;
}

/* line 52, app/assets/stylesheets/keeps/modules/_normalize.sass */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  text-decoration: underline;
}

/* line 55, app/assets/stylesheets/keeps/modules/_normalize.sass */
h1.is-separator, h2.is-separator, h3.is-separator, h4.is-separator, h5.is-separator, h6.is-separator, .h1.is-separator, .h2.is-separator, .h3.is-separator, .h4.is-separator, .h5.is-separator, .h6.is-separator {
  border-bottom: 1px solid #231E20;
}

/* line 58, app/assets/stylesheets/keeps/modules/_normalize.sass */
h1.is-inverted, h2.is-inverted, h3.is-inverted, h4.is-inverted, h5.is-inverted, h6.is-inverted, .h1.is-inverted, .h2.is-inverted, .h3.is-inverted, .h4.is-inverted, .h5.is-inverted, .h6.is-inverted {
  color: #fff;
}

/* line 62, app/assets/stylesheets/keeps/modules/_normalize.sass */
h1.is-quote::before, h1.is-quote::after, h2.is-quote::before, h2.is-quote::after, h3.is-quote::before, h3.is-quote::after, h4.is-quote::before, h4.is-quote::after, h5.is-quote::before, h5.is-quote::after, h6.is-quote::before, h6.is-quote::after, .h1.is-quote::before, .h1.is-quote::after, .h2.is-quote::before, .h2.is-quote::after, .h3.is-quote::before, .h3.is-quote::after, .h4.is-quote::before, .h4.is-quote::after, .h5.is-quote::before, .h5.is-quote::after, .h6.is-quote::before, .h6.is-quote::after {
  content: "“";
  width: 30px;
  display: inline-block;
}

/* line 68, app/assets/stylesheets/keeps/modules/_normalize.sass */
h1.is-quote::before, h2.is-quote::before, h3.is-quote::before, h4.is-quote::before, h5.is-quote::before, h6.is-quote::before, .h1.is-quote::before, .h2.is-quote::before, .h3.is-quote::before, .h4.is-quote::before, .h5.is-quote::before, .h6.is-quote::before {
  margin-left: 0;
  margin-right: -10px;
}

/* line 72, app/assets/stylesheets/keeps/modules/_normalize.sass */
h1.is-quote::after, h2.is-quote::after, h3.is-quote::after, h4.is-quote::after, h5.is-quote::after, h6.is-quote::after, .h1.is-quote::after, .h2.is-quote::after, .h3.is-quote::after, .h4.is-quote::after, .h5.is-quote::after, .h6.is-quote::after {
  margin-left: -10px;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

/* line 76, app/assets/stylesheets/keeps/modules/_normalize.sass */
h1, .h1 {
  font: 230px/0.85 "Knockout FullLiteweight", sans-serif;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 25px;
  color: #231E20;
}

/* line 84, app/assets/stylesheets/keeps/modules/_normalize.sass */
h1.size-md, .h1.size-md {
  font-size: 166px;
  margin-bottom: 25px;
}

/* line 89, app/assets/stylesheets/keeps/modules/_normalize.sass */
h1.h2, h1.h3 {
  text-align: left;
  text-transform: none;
}

/* line 93, app/assets/stylesheets/keeps/modules/_normalize.sass */
h2, .h2 {
  font: 60px/1.05 "Tiempos Headline Bold", serif;
  margin: 0 0 0.35em;
  color: #231E20;
  text-transform: none;
}

/* line 99, app/assets/stylesheets/keeps/modules/_normalize.sass */
h2.size-md, .h2.size-md {
  font-size: 50px;
}

/* line 102, app/assets/stylesheets/keeps/modules/_normalize.sass */
h2.size-sm, .h2.size-sm {
  font-size: 40px;
}

/* line 105, app/assets/stylesheets/keeps/modules/_normalize.sass */
h2.size-xs, .h2.size-xs {
  font-size: 35px;
}

/* line 108, app/assets/stylesheets/keeps/modules/_normalize.sass */
h3, .h3 {
  font: 20px/1.35 "Apercu Bold", sans-serif;
  margin: 0 0 0.6em;
  letter-spacing: 0.01em;
  color: #231E20;
}

/* line 114, app/assets/stylesheets/keeps/modules/_normalize.sass */
h3.size-md, .h3.size-md {
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: 0.005em;
}

/* line 119, app/assets/stylesheets/keeps/modules/_normalize.sass */
h3.size-sm, .h3.size-sm {
  font-size: 16px;
}

/* line 122, app/assets/stylesheets/keeps/modules/_normalize.sass */
h4, .h4 {
  font: 20px/1.50 "Apercu Light", sans-serif;
  letter-spacing: 0.05em;
}

/* line 126, app/assets/stylesheets/keeps/modules/_normalize.sass */
h5, .h5 {
  font: 18px/1.50 "Apercu Light", sans-serif;
  color: #818181;
}

/* line 130, app/assets/stylesheets/keeps/modules/_normalize.sass */
h6, .h6 {
  font-size: 14px;
  font-family: "Apercu Mono", monospace;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #231E20;
}

/* line 137, app/assets/stylesheets/keeps/modules/_normalize.sass */
h6.is-highlighted, .h6.is-highlighted {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.08em;
  margin: 5px 0 18px;
}

/* line 143, app/assets/stylesheets/keeps/modules/_normalize.sass */
h6.is-highlighted > em, .h6.is-highlighted > em {
  display: inline;
  background: #FAFAF5;
  -webkit-box-shadow: 10px 0 0 #FAFAF5, -10px 0 0 #FAFAF5;
          box-shadow: 10px 0 0 #FAFAF5, -10px 0 0 #FAFAF5;
  font-style: normal;
  padding: 5px 0;
}

/* line 151, app/assets/stylesheets/keeps/modules/_normalize.sass */
h6.is-highlighted--secondary > em, .h6.is-highlighted--secondary > em {
  background: #fff;
  -webkit-box-shadow: 10px 0 0 #fff, -10px 0 0 #fff;
          box-shadow: 10px 0 0 #fff, -10px 0 0 #fff;
}

/* line 156, app/assets/stylesheets/keeps/modules/_normalize.sass */
h6.size-md, .h6.size-md {
  font-size: 16px;
}

/* line 159, app/assets/stylesheets/keeps/modules/_normalize.sass */
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* line 164, app/assets/stylesheets/keeps/modules/_normalize.sass */
textarea {
  color: #231E20;
}

/* line 167, app/assets/stylesheets/keeps/modules/_normalize.sass */
[ng-cloak] {
  display: none !important;
}

@media (max-width: 1441px) {
  /* line 171, app/assets/stylesheets/keeps/modules/_normalize.sass */
  h1, .h1 {
    font-size: 200px;
    line-height: 160px;
  }
  /* line 176, app/assets/stylesheets/keeps/modules/_normalize.sass */
  h3.is-separator, .h3.is-separator {
    margin-bottom: 6px;
    line-height: 1.15;
  }
  /* line 180, app/assets/stylesheets/keeps/modules/_normalize.sass */
  h6, .h6 {
    font-size: 16px;
  }
}

@media (max-width: 992px) {
  /* line 184, app/assets/stylesheets/keeps/modules/_normalize.sass */
  h1, .h1 {
    font-size: 160px;
    line-height: 120px;
  }
  /* line 188, app/assets/stylesheets/keeps/modules/_normalize.sass */
  h2, .h2 {
    font-size: 46px;
    line-height: 1.15;
  }
  /* line 192, app/assets/stylesheets/keeps/modules/_normalize.sass */
  h4, .h4 {
    font-size: 18px;
  }
  /* line 195, app/assets/stylesheets/keeps/modules/_normalize.sass */
  h6, .h6 {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  /* line 199, app/assets/stylesheets/keeps/modules/_normalize.sass */
  body {
    display: block;
    height: 100%;
  }
  /* line 205, app/assets/stylesheets/keeps/modules/_normalize.sass */
  h1.is-quote::before, h2.is-quote::before, h3.is-quote::before, h4.is-quote::before, h5.is-quote::before, h6.is-quote::before, .h1.is-quote::before, .h2.is-quote::before, .h3.is-quote::before, .h4.is-quote::before, .h5.is-quote::before, .h6.is-quote::before {
    margin-left: 0;
    margin-right: -10px;
  }
  /* line 209, app/assets/stylesheets/keeps/modules/_normalize.sass */
  h1.is-quote::after, h2.is-quote::after, h3.is-quote::after, h4.is-quote::after, h5.is-quote::after, h6.is-quote::after, .h1.is-quote::after, .h2.is-quote::after, .h3.is-quote::after, .h4.is-quote::after, .h5.is-quote::after, .h6.is-quote::after {
    margin-left: -10px;
    margin-right: 0;
  }
  /* line 213, app/assets/stylesheets/keeps/modules/_normalize.sass */
  h1, .h1 {
    font-size: 160px;
    line-height: 120px;
  }
  /* line 217, app/assets/stylesheets/keeps/modules/_normalize.sass */
  h1.size-md, .h1.size-md {
    font-size: 120px;
    line-height: 100px;
  }
  /* line 222, app/assets/stylesheets/keeps/modules/_normalize.sass */
  h2.size-md, .h2.size-md {
    font-size: 40px;
  }
  /* line 225, app/assets/stylesheets/keeps/modules/_normalize.sass */
  h2.size-sm, .h2.size-sm {
    font-size: 35px;
  }
  /* line 228, app/assets/stylesheets/keeps/modules/_normalize.sass */
  h2.size-xs, .h2.size-xs {
    font-size: 30px;
  }
  /* line 231, app/assets/stylesheets/keeps/modules/_normalize.sass */
  h4, .h4 {
    letter-spacing: 0.01em;
  }
  /* line 234, app/assets/stylesheets/keeps/modules/_normalize.sass */
  h6, .h6 {
    font-size: 14px;
  }
}

/* line 237, app/assets/stylesheets/keeps/modules/_normalize.sass */
.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

@media (max-width: 375px) {
  /* line 243, app/assets/stylesheets/keeps/modules/_normalize.sass */
  h2, .h2 {
    font-size: 42px;
  }
}

@media (max-width: 480px) {
  /* line 248, app/assets/stylesheets/keeps/modules/_normalize.sass */
  h1, .h1 {
    font-size: 114px;
    line-height: 90px;
  }
  /* line 252, app/assets/stylesheets/keeps/modules/_normalize.sass */
  h1.size-md, .h1.size-md {
    font-size: 114px;
    line-height: 100px;
  }
  /* line 257, app/assets/stylesheets/keeps/modules/_normalize.sass */
  h6.is-highlighted, .h6.is-highlighted {
    margin: 10px 0 27px;
    line-height: 32px;
  }
  /* line 261, app/assets/stylesheets/keeps/modules/_normalize.sass */
  h6.is-highlighted em, .h6.is-highlighted em {
    padding: 8px 0 6px;
  }
}

/* line 1, app/assets/stylesheets/website/modules/btn/_btn.sass */
.Btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: inline-block;
  padding: 0 10px;
  min-width: 220px;
  border: 1px solid #231E20;
  font-size: 12px;
  font-family: "Apercu Bold", sans-serif;
  letter-spacing: 0.15em;
  line-height: 58px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #231E20;
  border-radius: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: background-color .2s, border-color .2s;
  -o-transition: background-color .2s, border-color .2s;
  transition: background-color .2s, border-color .2s;
  margin-bottom: 0;
  outline: none;
  text-decoration: none;
}

@media (min-width: 1199px) {
  /* line 25, app/assets/stylesheets/website/modules/btn/_btn.sass */
  .Btn:hover, .Btn:focus {
    background-color: #15381B;
    color: #fff;
    text-decoration: underline;
  }
}

/* line 31, app/assets/stylesheets/website/modules/btn/_btn.sass */
.Btn--full-width {
  width: 100%;
}

/* line 34, app/assets/stylesheets/website/modules/btn/_btn.sass */
.Btn + .Btn {
  margin-left: 10px;
}

/* line 38, app/assets/stylesheets/website/modules/btn/_btn.sass */
.Btn--fixed {
  opacity: 0;
  position: absolute;
  right: 0;
  height: 90px;
  line-height: 90px;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
}

/* line 46, app/assets/stylesheets/website/modules/btn/_btn.sass */
.is-scrolled-more .Btn--fixed {
  opacity: 1;
}

/* line 50, app/assets/stylesheets/website/modules/btn/_btn.sass */
.Btn--buy {
  background-color: #E22631;
  border: #E22631;
  color: #fff;
  font: 12px/60px "Apercu Bold", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  min-width: 210px;
}

/* line 59, app/assets/stylesheets/website/modules/btn/_btn.sass */
.Btn--buy:hover, .Btn--buy:focus {
  color: #fff;
  background: #BA3838;
  border: #BA3838;
}

/* line 65, app/assets/stylesheets/website/modules/btn/_btn.sass */
.Btn--buy.size-sm {
  font-size: 12px;
  line-height: 43px;
  margin-bottom: 3px;
}

@media (max-width: 479px) {
  /* line 71, app/assets/stylesheets/website/modules/btn/_btn.sass */
  .Btn {
    max-width: 100%;
  }
  /* line 74, app/assets/stylesheets/website/modules/btn/_btn.sass */
  .Btn--buy-now {
    min-width: 140px;
    height: 70px;
    line-height: 70px;
  }
  /* line 80, app/assets/stylesheets/website/modules/btn/_btn.sass */
  .Btn--buy.size-sm {
    line-height: 60px;
    width: 100%;
  }
}

/* line 1, app/assets/stylesheets/website/modules/btn/_btn-group.sass */
.Btn-group {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 1, app/assets/stylesheets/website/modules/btn/_btn--back.sass */
.Btn--back {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  height: calc(120px - 40px);
  line-height: calc(120px - 40px);
  width: 135px;
  min-width: 86px;
  padding-left: 30px;
  text-transform: uppercase;
  background-color: transparent;
  color: #231E20;
  border: none;
}

/* line 16, app/assets/stylesheets/website/modules/btn/_btn--back.sass */
.Btn--back::before, .Btn--back::after {
  content: "";
  position: absolute;
}

/* line 21, app/assets/stylesheets/website/modules/btn/_btn--back.sass */
.Btn--back::after {
  content: "";
  position: absolute;
  right: 50%;
  margin-right: 39px;
  top: calc(50% - 4px);
  border: 0;
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-left: 1px solid #231E20;
  border-bottom: 1px solid #231E20;
}

/* line 34, app/assets/stylesheets/website/modules/btn/_btn--back.sass */
.Btn--back::before {
  border: 0;
  top: calc(50% - 1px);
  right: 50%;
  margin-right: 21px;
  width: 25px;
  height: 1px;
  background-color: #231E20;
}

@media (min-width: 1199px) {
  /* line 45, app/assets/stylesheets/website/modules/btn/_btn--back.sass */
  .Btn--back:hover, .Btn--back:focus {
    color: #231E20;
    background-color: transparent;
    text-decoration: none;
    outline: none;
  }
}

@media (max-width: 767px) {
  /* line 53, app/assets/stylesheets/website/modules/btn/_btn--back.sass */
  .Btn--back {
    height: 70px;
    line-height: 70px;
  }
}

@media (max-width: 479px) {
  /* line 58, app/assets/stylesheets/website/modules/btn/_btn--back.sass */
  .Btn--back {
    height: 46px;
    line-height: 46px;
  }
}

/* line 1, app/assets/stylesheets/website/modules/btn/_btn--basic.sass */
.Btn--basic {
  min-width: 0;
  background-color: #fff;
  border-color: #fff;
  color: #231E20;
}

@media (min-width: 1199px) {
  /* line 8, app/assets/stylesheets/website/modules/btn/_btn--basic.sass */
  .Btn--basic:hover, .Btn--basic:focus {
    background-color: #fff;
    color: #231E20;
  }
}

/* line 1, app/assets/stylesheets/website/modules/btn/_btn--link.sass */
.Btn--link {
  background-color: transparent;
  border: none !important;
  color: #231E20;
  text-decoration: underline !important;
}

@media (min-width: 1199px) {
  /* line 8, app/assets/stylesheets/website/modules/btn/_btn--link.sass */
  .Btn--link:hover, .Btn--link:focus {
    background-color: transparent;
    color: #231E20;
  }
}

/* line 13, app/assets/stylesheets/website/modules/btn/_btn--link.sass */
.User-messages-underline-btn {
  cursor: pointer;
  text-decoration: underline;
}

@media (min-width: 1199px) {
  /* line 3, app/assets/stylesheets/website/modules/btn/_btn--dark.sass */
  .Btn--dark:hover, .Btn--dark:focus {
    background-color: #fff;
    border-color: #fff;
    color: #231E20;
  }
}

/* line 1, app/assets/stylesheets/website/modules/btn/_btn--light.sass */
.Btn--light {
  background-color: #fff;
  color: #231E20;
}

@media (min-width: 1199px) {
  /* line 6, app/assets/stylesheets/website/modules/btn/_btn--light.sass */
  .Btn--light:hover {
    background-color: #231E20;
    color: #fff;
  }
}

/* line 1, app/assets/stylesheets/website/modules/btn/_btn--dropdown.sass */
.Btn--dropdown {
  padding-right: 25px;
}

/* line 4, app/assets/stylesheets/website/modules/btn/_btn--dropdown.sass */
.Btn--dropdown::after {
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  width: 6px;
  height: 6px;
  margin-top: -5px;
  text-align: center;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  border-right: 1px solid #231E20;
  border-bottom: 1px solid #231E20;
  color: #231E20;
  pointer-events: none;
  -webkit-transition: -webkit-transform .4s, -webkit-transform-origin .4s;
  transition: -webkit-transform .4s, -webkit-transform-origin .4s;
  -o-transition: transform .4s, transform-origin .4s;
  transition: transform .4s, transform-origin .4s;
  transition: transform .4s, transform-origin .4s, -webkit-transform .4s, -webkit-transform-origin .4s, -ms-transform-origin .4s;
}

/* line 21, app/assets/stylesheets/website/modules/btn/_btn--dropdown.sass */
.Btn--dropdown.is-active::after {
  -webkit-transform-origin: 50% 80%;
      -ms-transform-origin: 50% 80%;
          transform-origin: 50% 80%;
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
}

/* line 1, app/assets/stylesheets/website/modules/btn/_btn--fluid.sass */
.Btn--fluid {
  min-width: 0;
  width: 100%;
}

/* line 1, app/assets/stylesheets/website/modules/btn/_btn--outline.sass */
.Btn--outline {
  background-color: #fff;
  color: #231E20;
  border: 1px solid #231E20;
  -webkit-transition: color .2s, background-color .2s;
  -o-transition: color .2s, background-color .2s;
  transition: color .2s, background-color .2s;
}

@media (min-width: 1199px) {
  /* line 8, app/assets/stylesheets/website/modules/btn/_btn--outline.sass */
  .Btn--outline:hover, .Btn--outline:focus {
    background-color: #fff;
    color: #76A63F;
    border-color: #76A63F;
  }
}

/* line 1, app/assets/stylesheets/website/modules/btn/_btn--primary.sass */
.Btn--primary {
  background-color: #df3400;
  border-color: #df3400;
}

@media (max-width: 767px) {
  /* line 2, app/assets/stylesheets/website/modules/btn/_btn--slim.sass */
  .Btn--slim {
    line-height: 50px;
  }
}

/* line 1, app/assets/stylesheets/website/modules/_forms.sass */
::-webkit-input-placeholder {
  color: #C3C3C3 !important;
  opacity: 1;
}
::-moz-placeholder {
  color: #C3C3C3 !important;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #C3C3C3 !important;
  opacity: 1;
}
::-ms-input-placeholder {
  color: #C3C3C3 !important;
  opacity: 1;
}
::placeholder {
  color: #C3C3C3 !important;
  opacity: 1;
}

/* line 5, app/assets/stylesheets/website/modules/_forms.sass */
input.ng-empty,
select.ng-empty {
  color: #C3C3C3;
}

/* line 13, app/assets/stylesheets/website/modules/_forms.sass */
input,
select,
.Stripe-card-input {
  width: 100%;
  padding: 8px 0;
  border: none;
  border-radius: 0;
  outline: none;
  font-size: 16px;
  font-family: "Apercu Light", sans-serif;
  background: transparent;
  color: #231E20;
  border-bottom: 1px solid #231E20;
}

/* line 30, app/assets/stylesheets/website/modules/_forms.sass */
input:focus,
select:focus,
textarea:focus {
  outline: none;
}

/* line 33, app/assets/stylesheets/website/modules/_forms.sass */
input[type="date"] {
  text-transform: uppercase;
}

/* line 36, app/assets/stylesheets/website/modules/_forms.sass */
input[type="date"]:focus {
  color: #231E20;
}

/* line 40, app/assets/stylesheets/website/modules/_forms.sass */
select {
  width: 100%;
  border: 1px solid #231E20;
  padding: 16px 20px;
  color: #231E20;
  font-size: 16px;
  font-family: "Apercu Light", sans-serif;
}

/* line 48, app/assets/stylesheets/website/modules/_forms.sass */
select:focus {
  color: #000;
  background-color: #fff;
}

/* line 53, app/assets/stylesheets/website/modules/_forms.sass */
textarea {
  width: 100%;
  max-width: 100%;
  padding: 16px 22px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  font-size: 16px;
  font-family: "Apercu Light", sans-serif;
  -webkit-appearance: none;
}

/* line 64, app/assets/stylesheets/website/modules/_forms.sass */
label {
  font-weight: 400;
  margin-bottom: 3px;
}

/* line 68, app/assets/stylesheets/website/modules/_forms.sass */
.Form--login {
  margin-top: 50px;
}

/* line 71, app/assets/stylesheets/website/modules/_forms.sass */
.Form-group {
  margin-bottom: 15px;
}

/* line 75, app/assets/stylesheets/website/modules/_forms.sass */
.with-note .Form-group {
  margin-bottom: 0;
}

/* line 78, app/assets/stylesheets/website/modules/_forms.sass */
.Form-group .Telephone-input, .Form-group.Telephone-input label {
  width: unset;
}

/* line 81, app/assets/stylesheets/website/modules/_forms.sass */
.Form-group label, .Form-group--label {
  width: 100%;
  padding-top: 5px;
  margin-bottom: 7px;
  color: #231E20;
  font-family: "Apercu Bold", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.1em;
}

/* line 92, app/assets/stylesheets/website/modules/_forms.sass */
.Form-group--bottom label {
  margin-bottom: 26px;
}

/* line 96, app/assets/stylesheets/website/modules/_forms.sass */
.Form-group--bottom-react label {
  margin-bottom: 33px;
}

/* line 100, app/assets/stylesheets/website/modules/_forms.sass */
.Form-gift-code-note {
  font-family: "Apercu Bold";
  margin-top: 18px;
  font-size: 16px;
  letter-spacing: 0.01em;
}

/* line 106, app/assets/stylesheets/website/modules/_forms.sass */
.Form-gift-code-note a {
  text-decoration: underline;
  cursor: pointer;
}

/* line 110, app/assets/stylesheets/website/modules/_forms.sass */
.Form-gift-code-note a.u-grey-font {
  color: #808080;
}

/**
 * Form note
 * Used for adding a requirement note under an input
 */
/* line 117, app/assets/stylesheets/website/modules/_forms.sass */
.Form-note {
  font-style: italic;
  font-size: 11px;
  display: block;
  margin-top: 6px;
}

/* line 123, app/assets/stylesheets/website/modules/_forms.sass */
.Form-group--narrow {
  margin-bottom: 30px;
  max-width: 335px;
}

/*
 * Custom dropdown element based on the native <select> element
 */
/* line 130, app/assets/stylesheets/website/modules/_forms.sass */
.Form-select {
  position: relative;
}

/* line 134, app/assets/stylesheets/website/modules/_forms.sass */
.Form-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 139, app/assets/stylesheets/website/modules/_forms.sass */
.Form-select select::-ms-expand {
  display: none;
}

/* line 143, app/assets/stylesheets/website/modules/_forms.sass */
.Form-select::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -8px;
  text-align: center;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-right: 1px solid #8f8c8d;
  border-bottom: 1px solid #8f8c8d;
  color: #231E20;
  pointer-events: none;
}

/*
 * Completely custom dropdown made with the ui-select component
 * More info here - https://github.com/angular-ui/ui-select
 */
/* line 162, app/assets/stylesheets/website/modules/_forms.sass */
.Form-ui-select {
  position: relative;
  border: 1px solid #231E20;
  height: 60px;
}

/* line 167, app/assets/stylesheets/website/modules/_forms.sass */
.Form-ui-select.open {
  background-color: #fff;
}

/* line 170, app/assets/stylesheets/website/modules/_forms.sass */
.Form-ui-select .ui-select-toggle,
.Form-ui-select .ui-select-search {
  width: 100%;
  padding: 16px 20px;
  color: #231E20;
  font: 16px/1.5 "Apercu Light", sans-serif;
  border: none;
  border-radius: 0;
  height: 56px;
  background-color: transparent;
}

/* line 181, app/assets/stylesheets/website/modules/_forms.sass */
.Form-ui-select .ui-select-toggle:hover, .Form-ui-select .ui-select-toggle:focus,
.Form-ui-select .ui-select-search:hover,
.Form-ui-select .ui-select-search:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
}

/* line 187, app/assets/stylesheets/website/modules/_forms.sass */
.Form-ui-select .ui-select-toggle .text-muted,
.Form-ui-select .ui-select-search .text-muted {
  color: #C3C3C3;
}

/* line 190, app/assets/stylesheets/website/modules/_forms.sass */
.Form-ui-select .ui-select-search {
  cursor: default;
  pointer-events: none;
}

/* line 194, app/assets/stylesheets/website/modules/_forms.sass */
.Form-ui-select .btn-default-focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
}

/* line 200, app/assets/stylesheets/website/modules/_forms.sass */
.Form-ui-select .ui-select-dropdown {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  border-color: #231E20;
  border-top-color: #E7E7E7;
  width: auto;
  left: -1px;
  right: -1px;
  font-size: 16px;
  min-width: 0;
}

/* line 212, app/assets/stylesheets/website/modules/_forms.sass */
.Form-ui-select .ui-select-match-text > span {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
}

/* line 219, app/assets/stylesheets/website/modules/_forms.sass */
.Form-ui-select.direction-up .ui-select-dropdown {
  border-top-color: #231E20;
  border-bottom-color: #E7E7E7;
  margin-top: 0;
  margin-bottom: -1px;
}

/* line 225, app/assets/stylesheets/website/modules/_forms.sass */
.Form-ui-select .ui-select-choices-row .ui-select-choices-row-inner {
  padding: 16px 20px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}

/* line 232, app/assets/stylesheets/website/modules/_forms.sass */
.Form-ui-select .ui-select-choices-row.active > .ui-select-choices-row-inner {
  background-color: #FAFAF5;
}

/* line 236, app/assets/stylesheets/website/modules/_forms.sass */
.Form-ui-select .ui-select-choices-row .ui-select-choices-row-inner {
  color: #231E20 !important;
}

/* line 242, app/assets/stylesheets/website/modules/_forms.sass */
.Form-ui-select .ui-select-choices:hover .ui-select-choices-row.active > .ui-select-choices-row-inner {
  background-color: #fff;
}

/* line 248, app/assets/stylesheets/website/modules/_forms.sass */
.Form-ui-select .ui-select-choices-row .ui-select-choices-row-inner:hover, .Form-ui-select .ui-select-choices-row .ui-select-choices-row-inner:focus,
.Form-ui-select .ui-select-choices-row.active > .ui-select-choices-row-inner:hover,
.Form-ui-select .ui-select-choices-row.active > .ui-select-choices-row-inner:focus {
  background-color: #FAFAF5 !important;
}

/* line 253, app/assets/stylesheets/website/modules/_forms.sass */
.Form-ui-select::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -8px;
  text-align: center;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-right: 1px solid #8f8c8d;
  border-bottom: 1px solid #8f8c8d;
  color: #231E20;
  pointer-events: none;
}

/* line 268, app/assets/stylesheets/website/modules/_forms.sass */
.Form-ui-select i {
  display: none;
}

/**
 * Common styles for custom radio and checkbox inputs
 */
/* line 274, app/assets/stylesheets/website/modules/_forms.sass */
.Form-radio,
.Form-checkbox {
  clear: both;
}

/* line 279, app/assets/stylesheets/website/modules/_forms.sass */
.Form-radio input,
.Form-checkbox input {
  position: absolute;
  opacity: 0;
  width: auto;
}

/* line 285, app/assets/stylesheets/website/modules/_forms.sass */
.Form-radio label,
.Form-checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-itmes: center;
  position: relative;
  cursor: pointer;
  margin: 0;
  padding: 8px 0 8px 38px;
}

/* line 293, app/assets/stylesheets/website/modules/_forms.sass */
.Form-text {
  color: #808080;
  display: inline-block;
  text-align: left;
  text-transform: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-family: "Apercu Light", sans-serif;
}

/* line 301, app/assets/stylesheets/website/modules/_forms.sass */
.Form-text::before, .Form-text::after {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
}

/* line 308, app/assets/stylesheets/website/modules/_forms.sass */
.Form-text::before {
  width: 19px;
  height: 19px;
  border: 1px solid #8f8c8d;
}

/* line 313, app/assets/stylesheets/website/modules/_forms.sass */
.Form-text::after {
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity .1s, border-color .3s;
  -o-transition: opacity .1s, border-color .3s;
  transition: opacity .1s, border-color .3s;
}

/* line 318, app/assets/stylesheets/website/modules/_forms.sass */
input:checked + .Form-text {
  color: #231E20;
  font-family: "Apercu Bold", sans-serif;
  font-weight: 400;
}

/* line 323, app/assets/stylesheets/website/modules/_forms.sass */
input:checked + .Form-text::after {
  opacity: 1;
}

/*
 *  Custom radio icons
 */
/* line 329, app/assets/stylesheets/website/modules/_forms.sass */
.Form-radio {
  position: relative;
}

/* line 333, app/assets/stylesheets/website/modules/_forms.sass */
.Form-radio .Form-text::before, .Form-radio .Form-text::after {
  border-radius: 50%;
}

/* line 338, app/assets/stylesheets/website/modules/_forms.sass */
.Form-radio input:checked + .Form-text::after {
  left: 5px;
  top: 16px;
  opacity: 1;
  width: 9px;
  height: 9px;
  background-color: #231E20;
}

/*
 *  Custom checkbox icons
 */
/* line 351, app/assets/stylesheets/website/modules/_forms.sass */
.Form-checkbox .Form-text::after {
  width: 19px;
  height: 19px;
  background: url(/assets/tick-mark.svg) no-repeat center center;
}

/**
 * Checkbox, which isn't bold when checked
 * Usually used for legal/agree to terms checkboxes
 */
/* line 361, app/assets/stylesheets/website/modules/_forms.sass */
.Form-checkbox--light input:checked + .Form-text {
  font-family: "Apercu Light", sans-serif;
}

/**
 * Form error messages
 */
/* line 370, app/assets/stylesheets/website/modules/_forms.sass */
.ng-submitted .Form-input--error.ng-invalid, .ng-submitted .Form-input--error.invalid,
.Form--submitted .Form-input--error.ng-invalid,
.Form--submitted .Form-input--error.invalid {
  border-color: #FF0000;
}

/* line 373, app/assets/stylesheets/website/modules/_forms.sass */
.Form-input--error.disabled {
  cursor: not-allowed;
}

/* line 376, app/assets/stylesheets/website/modules/_forms.sass */
.Form-stripe {
  border-bottom: 1px solid #231E20;
}

/* line 379, app/assets/stylesheets/website/modules/_forms.sass */
.Form-stripe--error {
  border-color: #FF0000;
}

/* line 382, app/assets/stylesheets/website/modules/_forms.sass */
.Form-error {
  font-family: "Apercu Light", sans-serif;
  color: #ff0000;
}

/* line 386, app/assets/stylesheets/website/modules/_forms.sass */
.Form-error + .Form-error {
  margin-top: -1.5em;
}

@media (max-width: 768px) {
  /* line 390, app/assets/stylesheets/website/modules/_forms.sass */
  input {
    padding: 2px 0 7px;
  }
  /* line 393, app/assets/stylesheets/website/modules/_forms.sass */
  .Form-group {
    margin-bottom: 20px;
  }
  /* line 396, app/assets/stylesheets/website/modules/_forms.sass */
  .Form-group--narrow {
    max-width: 100%;
  }
  /* line 400, app/assets/stylesheets/website/modules/_forms.sass */
  .Form-group--bottom label {
    margin-bottom: 30px;
  }
  /* line 403, app/assets/stylesheets/website/modules/_forms.sass */
  .Form-select::after {
    right: 15px;
  }
  /* line 408, app/assets/stylesheets/website/modules/_forms.sass */
  .Form-radio label,
.Form-checkbox label {
    padding-left: 30px;
  }
}

@media (max-width: 767px) {
  /* line 413, app/assets/stylesheets/website/modules/_forms.sass */
  .Form-group--bottom-xs label {
    margin-bottom: 7px;
  }
  /* line 417, app/assets/stylesheets/website/modules/_forms.sass */
  .Form-ui-select .ui-select-choices-row .ui-select-choices-row-inner {
    padding: 10px 35px 10px 10px;
  }
}

@media (max-width: 320px) {
  /* line 422, app/assets/stylesheets/website/modules/_forms.sass */
  .Form-ui-select .ui-select-choices-row .ui-select-choices-row-inner {
    padding: 8px;
  }
}

/* line 1, app/assets/stylesheets/website/modules/_logo.sass */
.Logo {
  max-height: 90px;
  font-size: 40px;
  font-weight: 900;
  color: #FF4545;
  text-indent: -9999px;
}

/* line 8, app/assets/stylesheets/website/modules/_logo.sass */
.Logo.screen-sm-max {
  display: none;
}

/* line 11, app/assets/stylesheets/website/modules/_logo.sass */
.LogoWrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 119px;
  height: 70px;
  margin: auto;
}

/* line 20, app/assets/stylesheets/website/modules/_logo.sass */
.is-scrolled .LogoWrapper {
  width: 60px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: auto;
}

/* line 25, app/assets/stylesheets/website/modules/_logo.sass */
.Logo-text {
  position: absolute;
  width: 119px;
  opacity: 1;
  -webkit-transition: opacity 1s, -webkit-transform .5s;
  transition: opacity 1s, -webkit-transform .5s;
  -o-transition: opacity 1s, transform .5s;
  transition: opacity 1s, transform .5s;
  transition: opacity 1s, transform .5s, -webkit-transform .5s;
  display: block;
}

/* line 32, app/assets/stylesheets/website/modules/_logo.sass */
.is-scrolled .Logo-text {
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  visibility: hidden;
  height: 70px;
}

/* line 38, app/assets/stylesheets/website/modules/_logo.sass */
.Logo-crown {
  position: absolute;
  width: 44px;
  opacity: 0;
  fill: #FF4646;
  display: block;
  visibility: hidden;
  height: 18px;
}

/* line 47, app/assets/stylesheets/website/modules/_logo.sass */
.is-scrolled .Logo-crown {
  opacity: 1;
  -webkit-transition: opacity 1.5s ease-in-out;
  -o-transition: opacity 1.5s ease-in-out;
  transition: opacity 1.5s ease-in-out;
  visibility: visible;
  height: 70px;
}

/* line 53, app/assets/stylesheets/website/modules/_logo.sass */
.Logo--footer {
  top: 63px;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 19px;
  text-indent: -9999px;
  overflow: hidden;
}

/* line 62, app/assets/stylesheets/website/modules/_logo.sass */
.Logo--footer svg {
  display: block;
  fill: #fff;
  opacity: 1;
}

/* line 67, app/assets/stylesheets/website/modules/_logo.sass */
.Logo--footer:hover, .Logo--footer:focus {
  color: #fff;
}

/* line 71, app/assets/stylesheets/website/modules/_logo.sass */
.Logo--quiz,
.Logo--e-commerce,
.Logo--buy-keeps,
.Logo--get-started {
  pointer-events: none;
}

@media (max-width: 767px) {
  /* line 78, app/assets/stylesheets/website/modules/_logo.sass */
  .Logo {
    width: 103px;
    top: 0;
  }
  /* line 82, app/assets/stylesheets/website/modules/_logo.sass */
  .Logo-text {
    margin-top: 3px;
  }
  /* line 85, app/assets/stylesheets/website/modules/_logo.sass */
  .Logo--footer {
    display: block !important;
    top: 40px;
    left: 50%;
    width: 40px;
    height: 19px;
  }
}

@media (max-width: 479px) {
  /* line 94, app/assets/stylesheets/website/modules/_logo.sass */
  .Logo--quiz {
    height: 46px;
  }
  /* line 97, app/assets/stylesheets/website/modules/_logo.sass */
  .Logo--quiz .Logo-text {
    display: none;
  }
  /* line 100, app/assets/stylesheets/website/modules/_logo.sass */
  .Logo--quiz .Logo-crown {
    display: block;
    opacity: 1;
  }
}

@media (max-width: 991px) {
  /* line 107, app/assets/stylesheets/website/modules/_logo.sass */
  .Logo.screen-sm-max {
    display: block;
    height: 70px;
  }
  /* line 111, app/assets/stylesheets/website/modules/_logo.sass */
  .LogoWrapper {
    height: 70px;
  }
}

/* line 1, app/assets/stylesheets/website/modules/_modal.sass */
.ReactModal__Overlay {
  z-index: 1002;
  background-color: rgba(0, 0, 0, 0.5) !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 30px;
}

/* line 9, app/assets/stylesheets/website/modules/_modal.sass */
.ReactModal__Content {
  top: initial !important;
  bottom: initial !important;
  left: initial !important;
  right: initial !important;
  position: relative !important;
  border: 1px solid #cccccc;
  background: white;
  overflow: hidden;
  border-radius: 4px;
  outline: none;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
  position: fixed !important;
  top: 50% !important;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50% !important;
}

/* line 29, app/assets/stylesheets/website/modules/_modal.sass */
.ReactModal__Content .Legal-close {
  position: absolute;
  top: 20px;
  right: 25px;
  cursor: pointer;
}

/* line 35, app/assets/stylesheets/website/modules/_modal.sass */
.ReactModal__Content .Legal-close.Modal-close {
  z-index: 1010;
}

/* line 40, app/assets/stylesheets/website/modules/_modal.sass */
.ReactModal__Content .Legal-close:not(.Modal-close) {
  display: none;
}

/* line 43, app/assets/stylesheets/website/modules/_modal.sass */
.ReactModal__Content .Out-of-State-close {
  font-size: 36px !important;
}

/* line 46, app/assets/stylesheets/website/modules/_modal.sass */
.ReactModal__Content--after-open {
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* line 50, app/assets/stylesheets/website/modules/_modal.sass */
.Modal-content {
  position: relative;
  max-height: calc(100vh - 150px);
  padding: 20px;
}

/* line 55, app/assets/stylesheets/website/modules/_modal.sass */
.Modal-content h4 {
  font-size: 36px;
  font-family: "Tiempos Headline Bold", serif;
  letter-spacing: 0.01em;
  color: #231E20;
}

/* line 61, app/assets/stylesheets/website/modules/_modal.sass */
.Modal-content--legal {
  padding: 0;
}

/* line 65, app/assets/stylesheets/website/modules/_modal.sass */
.Modal-content--legal .Content .container {
  width: 100%;
}

/* line 68, app/assets/stylesheets/website/modules/_modal.sass */
.Modal-content-product {
  position: relative;
  padding: 0;
}

/* line 72, app/assets/stylesheets/website/modules/_modal.sass */
.Modal-content-product .Modal-content-image {
  width: 170px;
  margin-top: 5px;
}

@media (max-width: 767px) {
  /* line 72, app/assets/stylesheets/website/modules/_modal.sass */
  .Modal-content-product .Modal-content-image {
    position: absolute;
    left: -30px;
    top: 15px;
    width: 120px;
  }
}

@media (max-width: 767px) {
  /* line 81, app/assets/stylesheets/website/modules/_modal.sass */
  .Modal-content-product .Modal-content-image .Modal-content-image--desktop {
    display: none;
  }
}

/* line 85, app/assets/stylesheets/website/modules/_modal.sass */
.Modal-content-product .Modal-content-image .Modal-content-image--mobile {
  display: none;
}

@media (max-width: 767px) {
  /* line 85, app/assets/stylesheets/website/modules/_modal.sass */
  .Modal-content-product .Modal-content-image .Modal-content-image--mobile {
    display: inline-block;
  }
}

/* line 90, app/assets/stylesheets/website/modules/_modal.sass */
.Modal-content-product .Modal-content-image--thickening {
  margin-top: 15px;
}

@media (max-width: 767px) {
  /* line 90, app/assets/stylesheets/website/modules/_modal.sass */
  .Modal-content-product .Modal-content-image--thickening {
    top: 20px;
  }
}

/* line 95, app/assets/stylesheets/website/modules/_modal.sass */
.Modal-content-wrapper {
  background-color: #ff4646;
  position: relative;
  max-height: 210px;
  height: 100%;
}

/* line 101, app/assets/stylesheets/website/modules/_modal.sass */
.Modal-content-wrapper .Modal-content-product-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  /* line 101, app/assets/stylesheets/website/modules/_modal.sass */
  .Modal-content-wrapper .Modal-content-product-header {
    margin-right: 5px;
  }
}

/* line 108, app/assets/stylesheets/website/modules/_modal.sass */
.Modal-content-wrapper .Modal-content-body {
  margin-top: 24px;
  margin-left: 24px;
}

@media (max-width: 767px) {
  /* line 108, app/assets/stylesheets/website/modules/_modal.sass */
  .Modal-content-wrapper .Modal-content-body {
    margin-left: 100px;
  }
}

/* line 114, app/assets/stylesheets/website/modules/_modal.sass */
.Modal-content-wrapper .Modal-content-body .Modal--close--icon {
  width: 16px;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 35px;
  margin-top: 30px;
}

@media (max-width: 767px) {
  /* line 114, app/assets/stylesheets/website/modules/_modal.sass */
  .Modal-content-wrapper .Modal-content-body .Modal--close--icon {
    margin-right: 20px;
    margin-top: 15px;
  }
}

/* line 124, app/assets/stylesheets/website/modules/_modal.sass */
.Modal-content-wrapper .Modal-content-body .Modal--close--icon:hover {
  opacity: 0.8;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* line 129, app/assets/stylesheets/website/modules/_modal.sass */
.Modal-content-wrapper .Modal-content-body .Product--description {
  font-size: 16px;
  line-height: 24px;
  max-width: 305px;
  color: white;
}

@media (max-width: 767px) {
  /* line 129, app/assets/stylesheets/website/modules/_modal.sass */
  .Modal-content-wrapper .Modal-content-body .Product--description {
    margin-right: 40px;
    font-size: 14px;
    line-height: 20px;
  }
}

/* line 139, app/assets/stylesheets/website/modules/_modal.sass */
.Modal-content-wrapper .Modal-content-body .Product--divider {
  width: 305px;
  border: solid 0.5px #ffffff;
  margin-top: 10px;
  margin-bottom: 13px;
}

@media (max-width: 767px) {
  /* line 139, app/assets/stylesheets/website/modules/_modal.sass */
  .Modal-content-wrapper .Modal-content-body .Product--divider {
    width: 85%;
  }
}

/* line 147, app/assets/stylesheets/website/modules/_modal.sass */
.Modal-content-wrapper .Modal-content-body .Product--price--container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

/* line 151, app/assets/stylesheets/website/modules/_modal.sass */
.Modal-content-wrapper .Modal-content-body .Product--price {
  margin-right: 5px;
  height: 58px;
  font-family: "Apercu Bold", serif;
  font-size: 26px;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: normal;
  color: white;
}

/* line 161, app/assets/stylesheets/website/modules/_modal.sass */
.Modal-content-wrapper .Modal-content-body .Product--header {
  -webkit-box-flex: 2;
      -ms-flex: 2 2;
          flex: 2 2;
  max-width: 300px;
  font-family: "Tiempos Headline Bold", serif;
  font-size: 24px;
  letter-spacing: normal;
  line-height: 28px;
  color: white;
}

@media (max-width: 767px) {
  /* line 161, app/assets/stylesheets/website/modules/_modal.sass */
  .Modal-content-wrapper .Modal-content-body .Product--header {
    font-size: 20px;
    line-height: 24px;
  }
}

/* line 173, app/assets/stylesheets/website/modules/_modal.sass */
.Modal-content-wrapper .Modal-content-body--product {
  margin-left: 0px;
}

@media (max-width: 767px) {
  /* line 173, app/assets/stylesheets/website/modules/_modal.sass */
  .Modal-content-wrapper .Modal-content-body--product {
    margin-left: 100px;
  }
}

/* line 179, app/assets/stylesheets/website/modules/_modal.sass */
.Modal-content-wrapper--thickening {
  background-color: #76A63F;
  position: relative;
  max-height: 240px;
  height: 100%;
}

/* line 185, app/assets/stylesheets/website/modules/_modal.sass */
.Modal-content-product-body {
  width: 420px;
  margin: auto;
  margin-top: 50px;
  text-align: center;
}

@media (max-width: 767px) {
  /* line 185, app/assets/stylesheets/website/modules/_modal.sass */
  .Modal-content-product-body {
    width: 100%;
    padding: 25px;
    margin-top: 25px;
  }
}

/* line 195, app/assets/stylesheets/website/modules/_modal.sass */
.Modal-content-product-body .Product--info--header {
  font-family: "Apercu Bold";
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: normal;
  color: #231e20;
  margin-bottom: 10px;
}

/* line 203, app/assets/stylesheets/website/modules/_modal.sass */
.Modal-content-product-body .Product--cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 207, app/assets/stylesheets/website/modules/_modal.sass */
.Modal-content-product-body .Product--cta .Btn {
  width: 380px;
  margin: auto;
  margin-top: 20px;
}

/* line 212, app/assets/stylesheets/website/modules/_modal.sass */
.Modal-content-product-body .Product--cta .Btn--disabled {
  background-color: #e7e7e7;
  color: #979797;
  border: none;
}

/* line 217, app/assets/stylesheets/website/modules/_modal.sass */
.Modal-content-product-body .Product--cta .Product--dismiss-link {
  margin-top: 20px;
  margin-bottom: 50px;
  font-family: "Apercu Bold", serif;
  font-size: 12px;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.17;
  letter-spacing: 1.85px;
  text-transform: uppercase;
  text-decoration: underline;
  color: #231e20;
}

@media (max-width: 767px) {
  /* line 217, app/assets/stylesheets/website/modules/_modal.sass */
  .Modal-content-product-body .Product--cta .Product--dismiss-link {
    margin-bottom: 0;
  }
}

/* line 232, app/assets/stylesheets/website/modules/_modal.sass */
.Modal-content-product-body .Product--info--facts {
  text-align: left;
}

/* line 234, app/assets/stylesheets/website/modules/_modal.sass */
.Modal-content-product-body .Product--info--facts .Product--list--container {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

/* line 238, app/assets/stylesheets/website/modules/_modal.sass */
.Modal-content-product-body .Product--info--facts .Product--list--style {
  opacity: 0.7;
}

/* line 241, app/assets/stylesheets/website/modules/_modal.sass */
.Modal-content-product-body .Product--info--facts ul li {
  list-style: none;
  opacity: 0.7;
  font-family: "Apercu light", serif;
  font-size: 16px;
  font-stretch: normal;
  line-height: 1.38;
  letter-spacing: normal;
  color: #4c4c4c;
  margin-bottom: 10px;
  margin-left: 10px;
}

/* line 253, app/assets/stylesheets/website/modules/_modal.sass */
.Out-Of-State-Title {
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 12px;
}

/* line 259, app/assets/stylesheets/website/modules/_modal.sass */
.Out-Of-State-Content a {
  cursor: pointer;
}

/* line 262, app/assets/stylesheets/website/modules/_modal.sass */
.Out-Of-State-Content p {
  margin-bottom: .9em !important;
}

/* line 265, app/assets/stylesheets/website/modules/_modal.sass */
.Out-Of-State-Description {
  font-size: 16px;
  line-height: 1.5;
  color: #808080;
}

/* line 270, app/assets/stylesheets/website/modules/_modal.sass */
.Out-Of-State-Notes {
  font-size: 14px;
  color: #808080;
}

@media (max-width: 991px) {
  /* line 276, app/assets/stylesheets/website/modules/_modal.sass */
  .Modal-content .Legal {
    padding: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 280, app/assets/stylesheets/website/modules/_modal.sass */
  .Modal-content {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  /* line 284, app/assets/stylesheets/website/modules/_modal.sass */
  .Out-Of-State-Description {
    font-size: 14px;
    line-height: 1.5;
    color: #808080;
  }
  /* line 289, app/assets/stylesheets/website/modules/_modal.sass */
  .Out-Of-State-Notes {
    font-size: 12px;
  }
  /* line 292, app/assets/stylesheets/website/modules/_modal.sass */
  .ReactModal__Content {
    margin: 10px;
  }
  /* line 295, app/assets/stylesheets/website/modules/_modal.sass */
  .Modal-content {
    width: auto;
    margin: 10px;
    left: 0 !important;
    right: 0 !important;
    padding: 0;
  }
  /* line 302, app/assets/stylesheets/website/modules/_modal.sass */
  .Modal-content h4 {
    margin-top: 25px;
    font-size: 20px;
    margin-bottom: 12px;
  }
}

/* line 1, app/assets/stylesheets/website/modules/_wrapper.sass */
.Wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  min-height: 100vh;
  max-width: 100%;
}

@media (max-width: 767px) {
  /* line 9, app/assets/stylesheets/website/modules/_wrapper.sass */
  .Wrapper {
    min-height: 0;
  }
}

/* line 1, app/assets/stylesheets/website/modules/_header.sass */
.Header {
  position: relative;
  height: 90px;
  background: #ffffff;
}

/* line 5, app/assets/stylesheets/website/modules/_header.sass */
.Header.Header--logged-in, .Header.is-scrolled {
  border-bottom-color: #e7e7e7;
  height: 70px;
}

/* line 9, app/assets/stylesheets/website/modules/_header.sass */
.Header-wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 5;
  width: 100%;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom-color .2s;
  -o-transition: border-bottom-color .2s;
  transition: border-bottom-color .2s;
}

/* line 16, app/assets/stylesheets/website/modules/_header.sass */
.Header.mobile-menu-open {
  background-color: #FAFAF5;
}

/* line 21, app/assets/stylesheets/website/modules/_header.sass */
.Header:not(.mobile-menu-open) a.sign-in {
  background: url(/assets/sign-in.svg) no-repeat center center;
  font-size: 0px;
  width: 25px;
}

/* line 28, app/assets/stylesheets/website/modules/_header.sass */
.Header--clean {
  border-bottom-color: #e7e7e7;
}

/* line 31, app/assets/stylesheets/website/modules/_header.sass */
.Header--status {
  height: 120px;
}

/* line 34, app/assets/stylesheets/website/modules/_header.sass */
.Header--border {
  border-bottom-color: #e7e7e7;
}

/* line 38, app/assets/stylesheets/website/modules/_header.sass */
.Header-cta {
  display: none;
  height: 70px;
  line-height: 70px;
  min-width: 127px;
  float: right;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
}

/* line 48, app/assets/stylesheets/website/modules/_header.sass */
.is-scrolled-more .Header-cta {
  pointer-events: auto;
  opacity: 1;
}

@media (max-width: 992px) {
  /* line 53, app/assets/stylesheets/website/modules/_header.sass */
  .Header {
    height: 70px;
  }
}

@media (max-width: 767px) {
  /* line 57, app/assets/stylesheets/website/modules/_header.sass */
  .Header {
    height: 70px;
  }
  /* line 60, app/assets/stylesheets/website/modules/_header.sass */
  .Header.is-scrolled {
    border-bottom-color: #e7e7e7;
    height: 55px;
  }
  /* line 64, app/assets/stylesheets/website/modules/_header.sass */
  .Header-cta {
    display: block;
  }
}

@media (max-width: 479px) {
  /* line 68, app/assets/stylesheets/website/modules/_header.sass */
  .Header--quiz {
    height: 46px;
  }
}

/* line 1, app/assets/stylesheets/website/modules/_navi.sass */
.Navi, .Navi-mobile {
  line-height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

/* line 8, app/assets/stylesheets/website/modules/_navi.sass */
.is-scrolled .Navi, .is-scrolled .Navi-mobile {
  line-height: 70px;
}

/* line 13, app/assets/stylesheets/website/modules/_navi.sass */
.is-scrolled .Navi a:not(.is-active, .Navi-dropdown-toggler, .Btn):hover, .is-scrolled .Navi a:not(.is-active, .Navi-dropdown-toggler, .Btn):focus, .is-scrolled .Navi-mobile a:not(.is-active, .Navi-dropdown-toggler, .Btn):hover, .is-scrolled .Navi-mobile a:not(.is-active, .Navi-dropdown-toggler, .Btn):focus {
  line-height: 67px;
}

/* line 17, app/assets/stylesheets/website/modules/_navi.sass */
.Navi li, .Navi-mobile li {
  list-style: none;
  float: left;
}

/* line 21, app/assets/stylesheets/website/modules/_navi.sass */
.Navi a, .Navi-mobile a {
  position: relative;
  display: block;
  padding: 0 16px;
  font-family: "Apercu Bold", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  text-decoration: none;
  -webkit-transition: line-height .1s;
  -o-transition: line-height .1s;
  transition: line-height .1s;
  outline: none;
}

/* line 34, app/assets/stylesheets/website/modules/_navi.sass */
.Navi a:not(.is-active, .Navi-dropdown-toggler, .Btn):hover, .Navi a:not(.is-active, .Navi-dropdown-toggler, .Btn):focus, .Navi-mobile a:not(.is-active, .Navi-dropdown-toggler, .Btn):hover, .Navi-mobile a:not(.is-active, .Navi-dropdown-toggler, .Btn):focus {
  line-height: 82px;
}

/* line 38, app/assets/stylesheets/website/modules/_navi.sass */
.Navi a.Logo, .Navi-mobile a.Logo {
  padding: 0px;
  display: block;
}

/* line 42, app/assets/stylesheets/website/modules/_navi.sass */
.Navi-content {
  padding: 0px 36px;
}

/* line 45, app/assets/stylesheets/website/modules/_navi.sass */
.Navi-secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 50, app/assets/stylesheets/website/modules/_navi.sass */
.Navi-secondary li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 55, app/assets/stylesheets/website/modules/_navi.sass */
.Navi-secondary li:not(:last-of-type) {
  padding-right: 18px;
}

/* line 58, app/assets/stylesheets/website/modules/_navi.sass */
.Navi-secondary li a {
  padding: 0px;
}

/* line 61, app/assets/stylesheets/website/modules/_navi.sass */
.Navi-secondary .Navi-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  height: 44px;
}

/* line 68, app/assets/stylesheets/website/modules/_navi.sass */
.Navi-secondary .Get-started {
  background: #231E20;
  color: #fff;
  width: 174px;
}

/* line 73, app/assets/stylesheets/website/modules/_navi.sass */
.Navi-secondary .Icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 34px;
  height: 34px;
}

/* line 79, app/assets/stylesheets/website/modules/_navi.sass */
.Navi-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 83, app/assets/stylesheets/website/modules/_navi.sass */
.Navi-main a:not(.Navi-dropdown-toggler) {
  color: #242424;
}

/* line 86, app/assets/stylesheets/website/modules/_navi.sass */
.Navi-main a.is-active:not(.Navi-dropdown-toggler)::after {
  content: "";
  position: relative;
  bottom: 30px;
  display: block;
  margin: 0 auto;
  width: 0;
  height: 1px;
  -webkit-transition: width .2s;
  -o-transition: width .2s;
  transition: width .2s;
  background: #231E20;
  -webkit-animation: .4s ease forwards navi-active 1.5s;
          animation: .4s ease forwards navi-active 1.5s;
}

/* line 98, app/assets/stylesheets/website/modules/_navi.sass */
.is-scrolled .Navi-main a.is-active:not(.Navi-dropdown-toggler)::after {
  bottom: 20px;
}

/* line 101, app/assets/stylesheets/website/modules/_navi.sass */
.Navi--footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 104, app/assets/stylesheets/website/modules/_navi.sass */
.Navi--footer > ul {
  width: 50%;
}

@-webkit-keyframes navi-active {
  0% {
    width: 0;
  }
  100% {
    width: 40px;
  }
}

@keyframes navi-active {
  0% {
    width: 0;
  }
  100% {
    width: 40px;
  }
}

/* line 113, app/assets/stylesheets/website/modules/_navi.sass */
.Navi-mobile {
  display: none;
}

/* line 117, app/assets/stylesheets/website/modules/_navi.sass */
.Navi-dropdown {
  color: #000;
  list-style: none;
  position: relative;
  padding-right: 4px;
}

/* line 123, app/assets/stylesheets/website/modules/_navi.sass */
.Navi-dropdown-toggler {
  position: relative;
  float: right;
}

/* line 127, app/assets/stylesheets/website/modules/_navi.sass */
.Navi-dropdown-toggler:hover, .Navi-dropdown-toggler:focus {
  color: #242424;
}

/* line 131, app/assets/stylesheets/website/modules/_navi.sass */
.Navi-dropdown-menu {
  position: absolute;
  left: 0;
  top: 100%;
  overflow: hidden;
  background: #fff;
  min-width: 133px;
  max-height: 0;
  background: #FAFAF5;
}

/* line 141, app/assets/stylesheets/website/modules/_navi.sass */
.Navi-dropdown-menu.is-active {
  max-height: 1000px;
  border: 1px solid #E7E7E7;
  border-top: none;
}

/* line 146, app/assets/stylesheets/website/modules/_navi.sass */
.Navi-dropdown-menu li {
  list-style: none;
  float: none;
}

/* line 150, app/assets/stylesheets/website/modules/_navi.sass */
.Navi-dropdown-menu a {
  display: block;
  height: auto !important;
  padding: 13px 24px;
  text-align: left;
  line-height: 20px !important;
  color: #231E20;
  text-transform: capitalize;
  font-size: 14px;
  white-space: nowrap;
}

/* line 161, app/assets/stylesheets/website/modules/_navi.sass */
.Navi-dropdown-menu a:focus, .Navi-dropdown-menu a:hover {
  line-height: 20px;
  background: #FAFAF5;
  text-decoration: underline;
}

@media (max-width: 375px) {
  /* line 168, app/assets/stylesheets/website/modules/_navi.sass */
  .Navi-main {
    width: 100%;
    padding-top: 0px !important;
  }
  /* line 172, app/assets/stylesheets/website/modules/_navi.sass */
  .Navi-main li {
    margin: 1px 0;
  }
  /* line 176, app/assets/stylesheets/website/modules/_navi.sass */
  .Navi-secondary li:last-child {
    margin-top: 0px !important;
  }
  /* line 179, app/assets/stylesheets/website/modules/_navi.sass */
  .Navi-dropdown.refer-btn {
    display: none;
  }
}

@media (max-width: 1199px) {
  /* line 184, app/assets/stylesheets/website/modules/_navi.sass */
  .Navi-main a:not(> Navi-dropdown-toggler) {
    padding: 0 8px;
  }
  /* line 187, app/assets/stylesheets/website/modules/_navi.sass */
  .Navi-secondary {
    margin-right: 0;
  }
  /* line 190, app/assets/stylesheets/website/modules/_navi.sass */
  .Navi-dropdown-toggler {
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  /* line 195, app/assets/stylesheets/website/modules/_navi.sass */
  .Navi {
    line-height: 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  /* line 201, app/assets/stylesheets/website/modules/_navi.sass */
  .Navi .Navi-secondary {
    display: none;
  }
  /* line 204, app/assets/stylesheets/website/modules/_navi.sass */
  .Navi-content {
    -webkit-transform: translateX(110%);
        -ms-transform: translateX(110%);
            transform: translateX(110%);
    position: fixed;
    top: 90px;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateX(110%);
    background: white;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
  }
  /* line 215, app/assets/stylesheets/website/modules/_navi.sass */
  .Navi-content.is-active {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  /* line 218, app/assets/stylesheets/website/modules/_navi.sass */
  .Navi-content li {
    width: 100%;
  }
  /* line 221, app/assets/stylesheets/website/modules/_navi.sass */
  .Navi-main {
    width: 100%;
    height: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: absolute;
    background-color: #FAFAF5;
    padding: 0px 24px;
  }
  /* line 229, app/assets/stylesheets/website/modules/_navi.sass */
  .Navi-main a:not(.Navi-dropdown-toggler) {
    font-size: 24px;
    text-transform: capitalize;
    letter-spacing: 0.25px;
    line-height: 60px;
    padding-left: 16px;
  }
  /* line 230, app/assets/stylesheets/website/modules/_navi.sass */
  .Navi-main a.is-active:not(.Navi-dropdown-toggler)::after {
    display: none;
  }
  /* line 233, app/assets/stylesheets/website/modules/_navi.sass */
  .Navi-main a.is-active:not(.Navi-dropdown-toggler) {
    text-decoration: underline;
  }
  /* line 242, app/assets/stylesheets/website/modules/_navi.sass */
  .Navi-main .mobile-menu-footer {
    line-height: 24px;
    text-align: center;
    padding-top: 20px;
  }
  /* line 247, app/assets/stylesheets/website/modules/_navi.sass */
  .Navi-main .mobile-menu-footer a {
    display: inline;
    padding: 0px;
    line-height: 24px;
    font-size: 16px;
    text-decoration: underline;
  }
  /* line 254, app/assets/stylesheets/website/modules/_navi.sass */
  .Navi-main .Btn--get-started {
    background-color: #E22631;
    border: #E22631;
    color: #fff !important;
    font: 12px/60px "Apercu Bold", sans-serif !important;
    text-transform: uppercase !important;
    letter-spacing: 0.15em !important;
    width: 335px;
  }
  /* line 263, app/assets/stylesheets/website/modules/_navi.sass */
  .Navi-main .Section--header-cta {
    margin: 2.55vh auto;
  }
  /* line 266, app/assets/stylesheets/website/modules/_navi.sass */
  .Navi-main .Section--header-cta {
    margin: 2.55vh auto;
  }
  /* line 269, app/assets/stylesheets/website/modules/_navi.sass */
  .Navi-secondary {
    width: 90%;
    float: none !important;
    margin: auto;
  }
  /* line 274, app/assets/stylesheets/website/modules/_navi.sass */
  .Navi-secondary__subnav {
    width: 100%;
  }
  /* line 277, app/assets/stylesheets/website/modules/_navi.sass */
  .Navi-dropdown-toggler {
    max-width: 135px;
    text-indent: -9999px;
    background: url(/assets/icons/account.svg) no-repeat center center;
  }
  /* line 282, app/assets/stylesheets/website/modules/_navi.sass */
  .Navi-dropdown-toggler::after {
    display: none;
  }
  /* line 285, app/assets/stylesheets/website/modules/_navi.sass */
  .Navi-dropdown-menu {
    margin-top: 1px;
  }
  /* line 288, app/assets/stylesheets/website/modules/_navi.sass */
  .Navi-mobile {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding: 0px 24px;
  }
  /* line 299, app/assets/stylesheets/website/modules/_navi.sass */
  .Navi-mobile .Logo {
    height: 100%;
  }
  /* line 302, app/assets/stylesheets/website/modules/_navi.sass */
  .Navi-mobile .Logo .LogoWrapper {
    height: 100%;
  }
  /* line 306, app/assets/stylesheets/website/modules/_navi.sass */
  .Navi-mobile div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  /* line 311, app/assets/stylesheets/website/modules/_navi.sass */
  .Navi-mobile a.sign-in {
    margin-right: 18px;
    padding: 0px;
    font-size: 14px;
  }
  /* line 316, app/assets/stylesheets/website/modules/_navi.sass */
  .Navi-mobile a.Navi-cta.is-active {
    font-size: 12px;
    background: none;
    margin-right: 0px;
  }
  /* line 322, app/assets/stylesheets/website/modules/_navi.sass */
  .Navi-toggle {
    position: relative;
    display: block;
    padding: 0;
    width: 48px;
    height: 34px;
    background: none;
    border: none;
    outline: none;
  }
  /* line 332, app/assets/stylesheets/website/modules/_navi.sass */
  .Navi-toggle em, .Navi-toggle span, .Navi-toggle strong {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -18px;
    height: 1px;
    width: 30px;
    background: #231E20;
    -webkit-transition: opacity .2s, -webkit-transform .2s;
    transition: opacity .2s, -webkit-transform .2s;
    -o-transition: opacity .2s, transform .2s;
    transition: opacity .2s, transform .2s;
    transition: opacity .2s, transform .2s, -webkit-transform .2s;
  }
  /* line 342, app/assets/stylesheets/website/modules/_navi.sass */
  .Navi-toggle em {
    -webkit-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
            transform: translateY(-6px);
  }
  /* line 345, app/assets/stylesheets/website/modules/_navi.sass */
  .Navi-toggle strong {
    -webkit-transform: translateY(6px);
        -ms-transform: translateY(6px);
            transform: translateY(6px);
  }
  /* line 350, app/assets/stylesheets/website/modules/_navi.sass */
  .Navi-toggle.is-active span {
    opacity: 0;
  }
  /* line 353, app/assets/stylesheets/website/modules/_navi.sass */
  .Navi-toggle.is-active em {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  /* line 357, app/assets/stylesheets/website/modules/_navi.sass */
  .Navi-toggle.is-active strong {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  /* line 363, app/assets/stylesheets/website/modules/_navi.sass */
  .Navi--footer > ul {
    padding-left: 7px;
  }
  /* line 366, app/assets/stylesheets/website/modules/_navi.sass */
  .Navi--footer > ul:last-child {
    padding-left: 47px;
  }
  /* line 369, app/assets/stylesheets/website/modules/_navi.sass */
  .get-started {
    padding: 0 24px;
  }
}

/* line 373, app/assets/stylesheets/website/modules/_navi.sass */
.Navi--fixed {
  position: fixed;
  left: 50%;
  top: 379px;
  margin-left: -570px;
  list-style: none;
  width: 150px;
  z-index: 4;
}

/* line 382, app/assets/stylesheets/website/modules/_navi.sass */
.Navi--fixed a {
  font-size: 12px;
  cursor: pointer;
}

/* line 386, app/assets/stylesheets/website/modules/_navi.sass */
.Navi--about-us {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 390, app/assets/stylesheets/website/modules/_navi.sass */
.Navi--fixed-cta {
  padding-top: 13px;
}

/* line 393, app/assets/stylesheets/website/modules/_navi.sass */
.Navi--fixed-link {
  font-size: 12px;
  cursor: pointer;
  display: block;
  margin-bottom: 6px;
  padding: 12px 17px 17px;
  border-right: 1px solid #e5e4e4;
  font-family: "Apercu Bold", sans-serif;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none !important;
  text-align: right;
  color: #231E20;
  letter-spacing: 0.1em;
  -webkit-transition: border-color .2s;
  -o-transition: border-color .2s;
  transition: border-color .2s;
}

/* line 409, app/assets/stylesheets/website/modules/_navi.sass */
.Navi--fixed-link:hover, .Navi--fixed-link:focus, .Navi--fixed-link.active, .Navi--fixed-link.is-active {
  color: #231E20;
  text-decoration: none;
}

/* line 416, app/assets/stylesheets/website/modules/_navi.sass */
.Navi--fixed-link:hover, .Navi--fixed-link.active, .Navi--fixed-link.is-active {
  border-right-color: #ff4646;
}

@media (max-width: 1199px) {
  /* line 422, app/assets/stylesheets/website/modules/_navi.sass */
  .Navi--fixed {
    left: 10px;
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  /* line 427, app/assets/stylesheets/website/modules/_navi.sass */
  .Navi--fixed {
    top: auto !important;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
  }
  /* line 434, app/assets/stylesheets/website/modules/_navi.sass */
  .Navi--fixed li:not(.Navi--fixed-cta) {
    display: none;
  }
  /* line 437, app/assets/stylesheets/website/modules/_navi.sass */
  .Navi--fixed-cta {
    display: block;
    padding: 0 20px 20px;
    background-color: #fbfbfb;
  }
  /* line 442, app/assets/stylesheets/website/modules/_navi.sass */
  .Navi-dropdown.refer-btn {
    display: none;
  }
}

@media (min-width: 992px) {
  /* line 447, app/assets/stylesheets/website/modules/_navi.sass */
  .Navi-secondary__subnav {
    float: right;
  }
}

/* line 1, app/assets/stylesheets/website/modules/_content.sass */
.Content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
  overflow: hidden;
}

/* line 6, app/assets/stylesheets/website/modules/_content.sass */
.Content--quiz {
  padding-top: 120px;
  overflow: unset;
}

/* line 10, app/assets/stylesheets/website/modules/_content.sass */
.Content--ecommerce,
.Content--account {
  background-color: #fbfbfb;
}

@media (max-width: 767px) {
  /* line 16, app/assets/stylesheets/website/modules/_content.sass */
  .Content--quiz ng-view.ng-enter {
    -webkit-transition-duration: .4s;
         -o-transition-duration: .4s;
            transition-duration: .4s;
  }
  /* line 19, app/assets/stylesheets/website/modules/_content.sass */
  .Content--quiz .Quiz.ng-enter,
.Content--quiz ng-view.ng-enter .Quiz {
    -webkit-animation: quiz-view-enter .4s ease-in-out;
            animation: quiz-view-enter .4s ease-in-out;
  }
}

@media (max-width: 479px) {
  /* line 24, app/assets/stylesheets/website/modules/_content.sass */
  .Content--ecommerce {
    padding-top: 70px;
  }
  /* line 27, app/assets/stylesheets/website/modules/_content.sass */
  .Content--quiz {
    padding-top: 46px;
  }
}

@-webkit-keyframes quiz-view-enter {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes quiz-view-enter {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* line 1, app/assets/stylesheets/website/modules/_footer.sass */
.Footer {
  position: relative;
  padding: 156px 0 52px;
  background: #231E20;
  color: #fff;
  z-index: 5;
}

/* line 8, app/assets/stylesheets/website/modules/_footer.sass */
.Footer a {
  display: inline-block;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  font-family: "Apercu Bold", sans-serif;
  font-size: 12px;
  letter-spacing: 0.15em;
  color: #fff;
  -webkit-transition: -webkit-transform .1s ease-in;
  transition: -webkit-transform .1s ease-in;
  -o-transition: transform .1s ease-in;
  transition: transform .1s ease-in;
  transition: transform .1s ease-in, -webkit-transform .1s ease-in;
  cursor: pointer;
  text-decoration: none;
}

/* line 19, app/assets/stylesheets/website/modules/_footer.sass */
.Footer a:hover, .Footer a:focus {
  text-decoration: underline;
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
}

/* line 24, app/assets/stylesheets/website/modules/_footer.sass */
.Footer--thin {
  padding: 15px 50px;
}

/* line 27, app/assets/stylesheets/website/modules/_footer.sass */
.Footer--thin .Footer-copyright,
.Footer--thin .Footer-brands {
  padding-top: 0;
}

/* line 31, app/assets/stylesheets/website/modules/_footer.sass */
.Footer-copyright,
.Footer-social,
.Footer-brands {
  font-size: 12px;
  color: #FBFBFB;
  letter-spacing: 0.03em;
}

/* line 38, app/assets/stylesheets/website/modules/_footer.sass */
.Footer-copyright a,
.Footer-social a,
.Footer-brands a {
  display: block;
  min-width: 30px;
  line-height: 17px;
  font-family: "Apercu Light", sans-serif;
  color: #FBFBFB;
  letter-spacing: inherit;
}

/* line 46, app/assets/stylesheets/website/modules/_footer.sass */
.Footer-copyright a:hover, .Footer-copyright a:focus,
.Footer-social a:hover,
.Footer-social a:focus,
.Footer-brands a:hover,
.Footer-brands a:focus {
  text-decoration: none;
  color: #fff;
}

/* line 51, app/assets/stylesheets/website/modules/_footer.sass */
.Footer-social,
.Footer-brands {
  padding-top: 65px;
}

/* line 56, app/assets/stylesheets/website/modules/_footer.sass */
.Footer-social > li {
  display: inline-block;
  margin-left: 12px;
}

/* line 60, app/assets/stylesheets/website/modules/_footer.sass */
.Footer-social > li:first-child {
  margin-left: 0;
}

/* line 62, app/assets/stylesheets/website/modules/_footer.sass */
.Footer-social a {
  font-size: 0;
}

/* line 65, app/assets/stylesheets/website/modules/_footer.sass */
.Footer-copyright {
  padding-top: 16px;
}

/* line 68, app/assets/stylesheets/website/modules/_footer.sass */
.Footer-brands {
  padding-bottom: 16px;
  border-bottom: 1px solid #CCCCCC;
}

/* line 72, app/assets/stylesheets/website/modules/_footer.sass */
.Footer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 75, app/assets/stylesheets/website/modules/_footer.sass */
.Footer-col {
  width: 50%;
}

/* line 78, app/assets/stylesheets/website/modules/_footer.sass */
.Footer-col:last-child {
  margin-left: auto;
  width: 36%;
}

@media (max-width: 768px) {
  /* line 84, app/assets/stylesheets/website/modules/_footer.sass */
  .Footer {
    padding-bottom: 100px;
  }
  /* line 89, app/assets/stylesheets/website/modules/_footer.sass */
  .Footer-copyright li:first-child,
.Footer-brands li:first-child {
    width: 100%;
    display: block;
  }
  /* line 93, app/assets/stylesheets/website/modules/_footer.sass */
  .Footer-copyright li:nth-child(2),
.Footer-brands li:nth-child(2) {
    margin-left: 0;
  }
  /* line 95, app/assets/stylesheets/website/modules/_footer.sass */
  .Footer-cpaa {
    padding-top: 0;
  }
  /* line 98, app/assets/stylesheets/website/modules/_footer.sass */
  .Footer-social,
.Footer-brands {
    padding-top: 30px;
  }
}

@media (max-width: 767px) {
  /* line 103, app/assets/stylesheets/website/modules/_footer.sass */
  .Footer {
    padding: 70px 0 100px;
  }
  /* line 106, app/assets/stylesheets/website/modules/_footer.sass */
  .Footer--thin {
    padding: 15px;
  }
  /* line 109, app/assets/stylesheets/website/modules/_footer.sass */
  .Footer-copyright,
.Footer-brands {
    text-align: center;
  }
  /* line 113, app/assets/stylesheets/website/modules/_footer.sass */
  .Footer-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  /* line 117, app/assets/stylesheets/website/modules/_footer.sass */
  .Footer-col {
    width: 100% !important;
  }
  /* line 120, app/assets/stylesheets/website/modules/_footer.sass */
  .Footer-col + .Footer-col {
    margin-bottom: 20px;
  }
}

/* line 3, app/assets/stylesheets/website/modules/_divider.sass */
.Divider {
  position: absolute;
  bottom: -60px;
  left: 50%;
  height: 120px;
  width: 1px;
  z-index: 1;
}

/* line 11, app/assets/stylesheets/website/modules/_divider.sass */
.Divider-content {
  position: relative;
  width: inherit;
  height: inherit;
  display: block;
  overflow: hidden;
}

/* line 18, app/assets/stylesheets/website/modules/_divider.sass */
.Divider-content::after {
  content: "";
  width: inherit;
  height: 120px;
  position: relative;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #fff), color-stop(51%, #000), to(#000));
  background: -o-linear-gradient(#fff 0%, #fff 50%, #000 51%, #000 100%);
  background: linear-gradient(#fff 0%, #fff 50%, #000 51%, #000 100%);
}

/* line 29, app/assets/stylesheets/website/modules/_divider.sass */
.Divider--inverted .Divider-content::after {
  background: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(50%, #000), color-stop(51%, #fff), to(#fff));
  background: -o-linear-gradient(#000 0%, #000 50%, #fff 51%, #fff 100%);
  background: linear-gradient(#000 0%, #000 50%, #fff 51%, #fff 100%);
}

/* line 33, app/assets/stylesheets/website/modules/_divider.sass */
.Divider--mini {
  position: relative;
}

/* line 36, app/assets/stylesheets/website/modules/_divider.sass */
.Divider--mini::before {
  content: "";
  position: absolute;
  top: -16px;
  width: 42px;
  height: 1px;
  background-color: #FF4646;
}

/* line 45, app/assets/stylesheets/website/modules/_divider.sass */
.Divider--mini.is-inverted::before {
  background-color: #fff;
}

/* line 1, app/assets/stylesheets/website/modules/_list.sass */
.List {
  margin-bottom: 10px;
}

/* line 4, app/assets/stylesheets/website/modules/_list.sass */
.List > li {
  padding: 0 0 16px 25px;
  list-style: none;
  position: relative;
  letter-spacing: 0.025em;
}

/* line 10, app/assets/stylesheets/website/modules/_list.sass */
.List > li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 10px;
  width: 10px;
  border-top: 1px solid #231E20;
  opacity: .5;
}

/* line 19, app/assets/stylesheets/website/modules/_list.sass */
.List-2 {
  margin-bottom: 20px;
}

/* line 22, app/assets/stylesheets/website/modules/_list.sass */
.List-2 > li {
  list-style: none;
  padding: 7px 0;
  text-transform: uppercase;
}

/* line 27, app/assets/stylesheets/website/modules/_list.sass */
.List--inline {
  width: 500px;
}

/* line 29, app/assets/stylesheets/website/modules/_list.sass */
.List--inline > li {
  display: inline-block;
  margin-left: 12px;
}

/* line 33, app/assets/stylesheets/website/modules/_list.sass */
.List--inline > li:first-child {
  margin-left: 0;
}

@media (max-width: 767px) {
  /* line 37, app/assets/stylesheets/website/modules/_list.sass */
  .List--inline {
    width: 100%;
  }
}

/* line 41, app/assets/stylesheets/website/modules/_list.sass */
.List--social > li {
  margin-left: 30px;
}

/* line 44, app/assets/stylesheets/website/modules/_list.sass */
.List--images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  list-style: none;
}

/* line 49, app/assets/stylesheets/website/modules/_list.sass */
.List--images > li {
  position: relative;
  width: 100%;
  text-align: center;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* line 58, app/assets/stylesheets/website/modules/_list.sass */
.List--images > li:hover img, .List--images > li:focus img {
  -webkit-filter: grayscale(100%) brightness(0.3);
          filter: grayscale(100%) brightness(0.3);
}

/* line 60, app/assets/stylesheets/website/modules/_list.sass */
.List--images > li:hover blockquote, .List--images > li:focus blockquote {
  opacity: 1;
}

/* line 65, app/assets/stylesheets/website/modules/_list.sass */
.List--images > li.skipped:hover img, .List--images > li.skipped:focus img {
  -webkit-filter: none;
          filter: none;
}

/* line 67, app/assets/stylesheets/website/modules/_list.sass */
.List--images > li.skipped:hover blockquote, .List--images > li.skipped:focus blockquote {
  opacity: 0;
}

/* line 69, app/assets/stylesheets/website/modules/_list.sass */
.List--images img {
  display: block;
  position: relative;
  max-width: 100%;
  -webkit-transition: -webkit-filter .5s;
  transition: -webkit-filter .5s;
  -o-transition: filter .5s;
  transition: filter .5s;
  transition: filter .5s, -webkit-filter .5s;
}

/* line 75, app/assets/stylesheets/website/modules/_list.sass */
.List--images blockquote {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  border: none;
  color: #fff;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  font-size: 16px;
}

/* line 92, app/assets/stylesheets/website/modules/_list.sass */
.List--images cite {
  display: block;
  padding-top: 30px;
}

/* line 96, app/assets/stylesheets/website/modules/_list.sass */
.List--icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 80px;
  list-style: none;
}

/* line 102, app/assets/stylesheets/website/modules/_list.sass */
.List--icons > li {
  width: 100%;
  text-align: center;
  padding: 17px 20px;
  border-left: 1px solid rgba(32, 30, 32, 0.1);
}

/* line 108, app/assets/stylesheets/website/modules/_list.sass */
.List--icons > li:last-child {
  border-right: 1px solid rgba(32, 30, 32, 0.1);
}

/* line 111, app/assets/stylesheets/website/modules/_list.sass */
.List--icons div.List--icons-text {
  color: #4C4C4C;
  font-size: 14px;
  margin-bottom: 0;
  font-family: "Apercu Mono", monospace;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  line-height: 1.65;
  font-weight: 400;
}

/* line 121, app/assets/stylesheets/website/modules/_list.sass */
.List--icons .List--icons-image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 94px;
}

/* line 128, app/assets/stylesheets/website/modules/_list.sass */
.List--icons-inside.List--cols-3 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 131, app/assets/stylesheets/website/modules/_list.sass */
.List--icons-inside.List--cols-3 > li {
  width: 33.3333%;
  border-top: 1px solid rgba(32, 30, 32, 0.1);
}

/* line 135, app/assets/stylesheets/website/modules/_list.sass */
.List--icons-inside.List--cols-3 > li:nth-child(3n+1), .List--icons-inside.List--cols-3 > li:first-child {
  border-left: none;
}

/* line 139, app/assets/stylesheets/website/modules/_list.sass */
.List--icons-inside.List--cols-3 > li:nth-child(1), .List--icons-inside.List--cols-3 > li:nth-child(2), .List--icons-inside.List--cols-3 > li:nth-child(3) {
  border-top: none;
}

/* line 144, app/assets/stylesheets/website/modules/_list.sass */
.List--icons-inside.List--cols-3 > li:last-child {
  border-right: none;
}

/* line 147, app/assets/stylesheets/website/modules/_list.sass */
.List--steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

/* line 151, app/assets/stylesheets/website/modules/_list.sass */
.List--steps li {
  padding: 0 5px;
  margin-bottom: 10px;
}

/* line 155, app/assets/stylesheets/website/modules/_list.sass */
.List--steps h4 {
  color: #000;
}

/* line 158, app/assets/stylesheets/website/modules/_list.sass */
.List--steps p {
  font-size: 15px;
  margin-bottom: 0;
}

/* line 162, app/assets/stylesheets/website/modules/_list.sass */
.List--steps-compact {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 166, app/assets/stylesheets/website/modules/_list.sass */
.List--steps-compact li {
  max-width: 310px;
  padding: 0 20px 40px;
  margin: 0;
  margin-bottom: auto;
}

@media (min-width: 768px) {
  /* line 172, app/assets/stylesheets/website/modules/_list.sass */
  .List--steps-compact li.List--step-compact {
    padding: 0 12px;
  }
}

/* line 176, app/assets/stylesheets/website/modules/_list.sass */
.List--steps-compact h3 {
  margin-bottom: 18px;
}

/* line 179, app/assets/stylesheets/website/modules/_list.sass */
.List--steps-compact p {
  color: #4C4C4C;
  font-size: 15px;
}

/* line 183, app/assets/stylesheets/website/modules/_list.sass */
.List--steps-compact .List--steps-icon {
  height: 87px;
}

/* line 186, app/assets/stylesheets/website/modules/_list.sass */
.List--steps-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 191, app/assets/stylesheets/website/modules/_list.sass */
.List--group {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid #ddd;
}

/* line 197, app/assets/stylesheets/website/modules/_list.sass */
.List--group a {
  display: block;
  padding: 15px;
  text-decoration: none !important;
  border-top: 1px solid #ddd;
  background-color: #fff;
  -webkit-transition: background-color .2s;
  -o-transition: background-color .2s;
  transition: background-color .2s;
}

/* line 205, app/assets/stylesheets/website/modules/_list.sass */
.List--group a:hover, .List--group a:focus {
  background-color: #f5f5f5;
}

/* line 209, app/assets/stylesheets/website/modules/_list.sass */
.List--group a:first-child {
  border-top: none;
}

/* line 211, app/assets/stylesheets/website/modules/_list.sass */
.List--group a[disabled] {
  background-color: #FAFAF5;
}

/* line 214, app/assets/stylesheets/website/modules/_list.sass */
.List--group-icon {
  margin-right: 10px;
  min-width: 16px;
}

/* line 219, app/assets/stylesheets/website/modules/_list.sass */
.List--logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 50px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 225, app/assets/stylesheets/website/modules/_list.sass */
.List--logos img {
  max-width: 260px;
}

/* line 228, app/assets/stylesheets/website/modules/_list.sass */
.List--logos li.featured img {
  height: 60px;
  width: auto;
}

@media (max-width: 1441px) {
  /* line 234, app/assets/stylesheets/website/modules/_list.sass */
  .List--icons > li {
    padding: 17px 15px;
  }
  /* line 238, app/assets/stylesheets/website/modules/_list.sass */
  .List--images blockquote {
    font-size: 14px;
    margin-bottom: 15px;
  }
  /* line 242, app/assets/stylesheets/website/modules/_list.sass */
  .List--images cite {
    padding-top: 20px;
  }
}

@media (max-width: 992px) {
  /* line 246, app/assets/stylesheets/website/modules/_list.sass */
  .List--steps {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  /* line 249, app/assets/stylesheets/website/modules/_list.sass */
  .List--steps > li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
  }
  /* line 254, app/assets/stylesheets/website/modules/_list.sass */
  .List--steps-compact li {
    margin: 0 10px;
    padding: 0 0 20px;
  }
  /* line 258, app/assets/stylesheets/website/modules/_list.sass */
  .List--logos {
    margin-top: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
  }
  /* line 263, app/assets/stylesheets/website/modules/_list.sass */
  .List--logos li {
    width: 50%;
    padding: 10px 20px;
  }
  /* line 267, app/assets/stylesheets/website/modules/_list.sass */
  .List--logos li.featured {
    width: 100%;
    padding: 22px 20px;
  }
  /* line 271, app/assets/stylesheets/website/modules/_list.sass */
  .List--logos img {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  /* line 275, app/assets/stylesheets/website/modules/_list.sass */
  .List {
    line-height: 1.4;
  }
  /* line 278, app/assets/stylesheets/website/modules/_list.sass */
  .List--steps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /* line 281, app/assets/stylesheets/website/modules/_list.sass */
  .List--images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  /* line 285, app/assets/stylesheets/website/modules/_list.sass */
  .List--images img {
    display: inline-block;
    margin: auto;
  }
  /* line 292, app/assets/stylesheets/website/modules/_list.sass */
  .List--images > li:hover img, .List--images > li:focus img {
    -webkit-filter: grayscale(0) brightness(1);
            filter: grayscale(0) brightness(1);
  }
  /* line 295, app/assets/stylesheets/website/modules/_list.sass */
  .List--images blockquote {
    padding: 30px;
    display: block;
    position: relative;
    color: black;
    opacity: 1;
  }
  /* line 302, app/assets/stylesheets/website/modules/_list.sass */
  .List--social {
    text-align: center;
  }
  /* line 305, app/assets/stylesheets/website/modules/_list.sass */
  .List--social > li {
    display: inline-block;
  }
  /* line 308, app/assets/stylesheets/website/modules/_list.sass */
  .List--icons {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  /* line 312, app/assets/stylesheets/website/modules/_list.sass */
  .List--icons img {
    max-height: 100px;
    max-width: 100px;
  }
  /* line 316, app/assets/stylesheets/website/modules/_list.sass */
  .List--icons p {
    font-size: 13px;
    margin-top: 5px;
  }
  /* line 320, app/assets/stylesheets/website/modules/_list.sass */
  .List--icons p br {
    display: block;
  }
  /* line 323, app/assets/stylesheets/website/modules/_list.sass */
  .List--icons-inside.List--cols-3,
.List--icons.List--cols-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  /* line 327, app/assets/stylesheets/website/modules/_list.sass */
  .List--icons-inside.List--cols-3 > li,
.List--icons.List--cols-5 > li {
    width: 50%;
    border: none;
    border-top: 1px solid rgba(32, 30, 32, 0.1);
  }
  /* line 332, app/assets/stylesheets/website/modules/_list.sass */
  .List--icons-inside.List--cols-3 > li:nth-child(even),
.List--icons.List--cols-5 > li:nth-child(even) {
    border-left: 1px solid rgba(32, 30, 32, 0.1);
  }
  /* line 335, app/assets/stylesheets/website/modules/_list.sass */
  .List--icons-inside.List--cols-3 > li:nth-child(3),
.List--icons.List--cols-5 > li:nth-child(3) {
    border-top: 1px solid rgba(32, 30, 32, 0.1);
  }
  /* line 338, app/assets/stylesheets/website/modules/_list.sass */
  .List--icons-inside.List--cols-3 > li:first-child,
.List--icons.List--cols-5 > li:first-child {
    border: none;
  }
  /* line 341, app/assets/stylesheets/website/modules/_list.sass */
  .List--icons-inside.List--cols-3 > li:nth-child(2),
.List--icons.List--cols-5 > li:nth-child(2) {
    border-top: none;
  }
  /* line 344, app/assets/stylesheets/website/modules/_list.sass */
  .List--icons-inside.List--cols-3 > li:last-child,
.List--icons.List--cols-5 > li:last-child {
    border-right: none;
    border-bottom: none;
  }
  /* line 348, app/assets/stylesheets/website/modules/_list.sass */
  .List--icons-inside.List--cols-3 > li:last-child:nth-child(odd),
.List--icons.List--cols-5 > li:last-child:nth-child(odd) {
    width: 100%;
  }
}

/* line 351, app/assets/stylesheets/website/modules/_list.sass */
.invert-color {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

/* line 1, app/assets/stylesheets/website/modules/_table.sass */
.Table--comparison {
  border-collapse: separate;
  color: #4C4C4C;
  width: 100%;
  font-family: "Apercu Mono", monospace;
}

/* line 7, app/assets/stylesheets/website/modules/_table.sass */
.Table--comparison th, .Table--comparison td {
  padding: 15px 34px 11px;
  border-bottom: 1px solid #eee;
  letter-spacing: 0.08em;
}

/* line 12, app/assets/stylesheets/website/modules/_table.sass */
.Table--comparison th:first-child, .Table--comparison td:first-child {
  padding-left: 0;
}

/* line 15, app/assets/stylesheets/website/modules/_table.sass */
.Table--comparison th {
  padding-bottom: 23px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 400;
  opacity: .7;
}

/* line 23, app/assets/stylesheets/website/modules/_table.sass */
.Table--comparison td {
  font-size: 14px;
  border-left: 1px solid #eee;
  width: 33%;
}

/* line 28, app/assets/stylesheets/website/modules/_table.sass */
.Table--comparison td:first-child {
  border-left: none;
}

/* line 31, app/assets/stylesheets/website/modules/_table.sass */
.Table--comparison td > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 44px;
}

/* line 38, app/assets/stylesheets/website/modules/_table.sass */
.Table--comparison small {
  display: none;
}

/* line 41, app/assets/stylesheets/website/modules/_table.sass */
.Table--comparison h6 {
  color: #4C4C4C;
  margin: 0;
}

/* line 45, app/assets/stylesheets/website/modules/_table.sass */
.Table--comparison span {
  display: block;
  font-size: 14px;
  font-family: "Apercu Light";
  letter-spacing: 0.025em;
  color: #4C4C4C;
  opacity: .7;
}

/* line 53, app/assets/stylesheets/website/modules/_table.sass */
.Table--comparison .regular-case {
  text-transform: none;
}

/* line 56, app/assets/stylesheets/website/modules/_table.sass */
.Table-highlight {
  background: #FAFAF5;
  color: #76A63F;
}

/* line 60, app/assets/stylesheets/website/modules/_table.sass */
.Table-highlight span {
  color: #76A63F;
  opacity: 1;
  font-family: "Apercu Mono";
  font-size: 11px;
}

/* line 67, app/assets/stylesheets/website/modules/_table.sass */
.Table--slim th,
.Table--slim td {
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 768px) {
  /* line 74, app/assets/stylesheets/website/modules/_table.sass */
  .Table--comparison {
    display: block;
  }
  /* line 77, app/assets/stylesheets/website/modules/_table.sass */
  .Table--comparison tr, .Table--comparison td {
    display: block;
  }
  /* line 80, app/assets/stylesheets/website/modules/_table.sass */
  .Table--comparison tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: hidden;
    margin-bottom: 15px;
  }
  /* line 86, app/assets/stylesheets/website/modules/_table.sass */
  .Table--comparison th {
    display: none;
  }
  /* line 89, app/assets/stylesheets/website/modules/_table.sass */
  .Table--comparison td {
    padding: 10px 10px 24px;
    float: left;
    width: 50%;
    border-left: none;
    font-size: 13px;
    text-align: center;
  }
  /* line 97, app/assets/stylesheets/website/modules/_table.sass */
  .Table--comparison td:first-child {
    width: 100%;
    text-align: left;
    padding-bottom: 5px;
    padding-left: 3px;
  }
  /* line 103, app/assets/stylesheets/website/modules/_table.sass */
  .Table--comparison td > div {
    min-height: 0;
  }
  /* line 106, app/assets/stylesheets/website/modules/_table.sass */
  .Table--comparison small {
    color: #999;
    display: block;
    font-size: 11px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    margin-bottom: 19px;
  }
  /* line 115, app/assets/stylesheets/website/modules/_table.sass */
  .Table-highlight span {
    margin-top: 10px;
  }
}

@media (max-width: 360px) {
  /* line 120, app/assets/stylesheets/website/modules/_table.sass */
  .Table--comparison td {
    padding: 10px  2px;
  }
}

/* line 1, app/assets/stylesheets/website/modules/_box.sass */
.Box {
  padding: 20px;
}

/* line 4, app/assets/stylesheets/website/modules/_box.sass */
.Box p:last-child {
  margin-bottom: 0;
}

/* line 8, app/assets/stylesheets/website/modules/_box.sass */
.Box--sm {
  padding: 10px;
}

/* line 12, app/assets/stylesheets/website/modules/_box.sass */
.Box--sm.Box--expanded {
  padding: 10px 20px;
  margin-left: -20px;
  margin-right: -20px;
}

/* line 17, app/assets/stylesheets/website/modules/_box.sass */
.Box--lg {
  padding: 37px;
}

/* line 22, app/assets/stylesheets/website/modules/_box.sass */
.Box--secondary {
  background: #fff;
}

/* line 25, app/assets/stylesheets/website/modules/_box.sass */
.Box--error {
  color: #df3400;
  background-color: rgba(223, 52, 0, 0.03);
  border: 1px solid #df3400;
}

/* line 30, app/assets/stylesheets/website/modules/_box.sass */
.Box--quote {
  border: 1px solid #FD4648;
  padding: 89px 20px 92px;
  -webkit-box-shadow: 0 0 0 4px white, 0 0 0 5px #FD4648;
          box-shadow: 0 0 0 4px white, 0 0 0 5px #FD4648;
  margin: 72px 5px 130px;
  position: relative;
  text-align: center;
}

/* line 38, app/assets/stylesheets/website/modules/_box.sass */
.Box--quote p {
  font-family: "Tiempos Headline Bold";
  font-size: 40px;
  margin: 0;
  color: #FD4648;
  line-height: 1.3;
  letter-spacing: 0;
}

/* line 46, app/assets/stylesheets/website/modules/_box.sass */
.Box--quote cite {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -17px;
  z-index: 10;
  text-align: center;
}

/* line 54, app/assets/stylesheets/website/modules/_box.sass */
.Box--quote span {
  display: inline-block;
  text-transform: uppercase;
  color: #4C4C4C;
  font-family: "Apercu Mono", monospace;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.14em;
  padding: 0 18px;
  background-color: #fff;
  vertical-align: middle;
}

/* line 66, app/assets/stylesheets/website/modules/_box.sass */
.Box--photo {
  background-color: #2C361E;
  color: #fff;
  display: inline-block;
  padding: 10px;
  max-width: 100%;
}

/* line 73, app/assets/stylesheets/website/modules/_box.sass */
.Box--photo .Box-title {
  margin-top: 0;
  padding: 0;
  font-weight: bold;
  font-family: "Apercu Mono", monospace;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: center;
}

/* line 85, app/assets/stylesheets/website/modules/_box.sass */
.Box-placeholder {
  background-size: 100%;
  background-repeat: no-repeat;
}

/* line 90, app/assets/stylesheets/website/modules/_box.sass */
.Box-placeholder--global {
  background-image: url(/assets/placeholder-photos/global.jpg);
}

/* line 90, app/assets/stylesheets/website/modules/_box.sass */
.Box-placeholder--hairline {
  background-image: url(/assets/placeholder-photos/hairline.jpg);
}

/* line 90, app/assets/stylesheets/website/modules/_box.sass */
.Box-placeholder--crown {
  background-image: url(/assets/placeholder-photos/crown.jpg);
}

/* line 93, app/assets/stylesheets/website/modules/_box.sass */
.Box-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -15px;
  margin-right: -15px;
}

/* line 99, app/assets/stylesheets/website/modules/_box.sass */
.Box-group > .Box {
  width: 100%;
  margin-left: 15px;
  margin-right: 15px;
}

/* line 104, app/assets/stylesheets/website/modules/_box.sass */
.Box-group h3 {
  margin-bottom: 0;
}

/* line 107, app/assets/stylesheets/website/modules/_box.sass */
.Box-group-2 {
  padding: 0 80px;
  margin-left: -7px;
  margin-right: -7px;
}

/* line 112, app/assets/stylesheets/website/modules/_box.sass */
.Box-group-2 > .Box {
  margin-left: 7px;
  margin-right: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px 7px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1199px) {
  /* line 107, app/assets/stylesheets/website/modules/_box.sass */
  .Box-group-2 {
    padding: 0;
  }
}

/* line 124, app/assets/stylesheets/website/modules/_box.sass */
.Box--plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 30px 0;
  padding: 25px 15px;
  position: relative;
  border: 1px solid #E7E7E7;
  overflow: hidden;
}

/* line 133, app/assets/stylesheets/website/modules/_box.sass */
.Box--plan img {
  max-height: 200px;
}

/* line 136, app/assets/stylesheets/website/modules/_box.sass */
.Box--plan .Box--plan-alert {
  font-family: "Apercu Bold", sans-serif;
  font-size: 16px;
  text-align: center;
  color: #FF4646;
}

/* line 142, app/assets/stylesheets/website/modules/_box.sass */
.Box--plan-footer {
  margin-top: auto;
}

/* line 146, app/assets/stylesheets/website/modules/_box.sass */
.Box--buy {
  border: 1px solid #E7E7E7;
  font-size: 15px;
  padding: 15px 3px 5px;
  color: #818181;
}

/* line 152, app/assets/stylesheets/website/modules/_box.sass */
.Box--buy img {
  max-height: 135px;
  margin-bottom: 7px;
}

/* line 157, app/assets/stylesheets/website/modules/_box.sass */
.Box--buy .List > li {
  padding: 0 0 10px 25px;
  font-size: 15px;
  color: #818181;
}

/* line 161, app/assets/stylesheets/website/modules/_box.sass */
.Box--buy .List > li::before {
  top: 8px;
}

/* line 164, app/assets/stylesheets/website/modules/_box.sass */
.Box--buy-title {
  min-height: 45px;
}

/* line 167, app/assets/stylesheets/website/modules/_box.sass */
.Box--buy-header {
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* line 174, app/assets/stylesheets/website/modules/_box.sass */
.Box--buy-header .Box--best-for {
  font-family: "Apercu Mono";
}

/* line 177, app/assets/stylesheets/website/modules/_box.sass */
.Box--buy-header span {
  display: block;
  font-size: 14px;
  margin-bottom: 0;
}

/* line 182, app/assets/stylesheets/website/modules/_box.sass */
.Box--buy-header h2 {
  font-size: 18px;
  margin-bottom: 2px;
  line-height: 1.2em;
}

/* line 187, app/assets/stylesheets/website/modules/_box.sass */
.Box--buy-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (min-width: 1200px) {
  /* line 187, app/assets/stylesheets/website/modules/_box.sass */
  .Box--buy-body {
    margin-bottom: 15px;
  }
}

/* line 193, app/assets/stylesheets/website/modules/_box.sass */
.Box--buy-footer {
  margin-top: auto;
  min-height: 75px;
}

/* line 197, app/assets/stylesheets/website/modules/_box.sass */
.Box--buy-footer p {
  padding-top: 6px;
}

/* line 200, app/assets/stylesheets/website/modules/_box.sass */
.Box--buy-footer .Box--buy-footer--mono {
  font-family: "Apercu Mono", serif;
  font-size: 12px;
}

/* line 204, app/assets/stylesheets/website/modules/_box.sass */
.Box--buy-sub-heading {
  font-size: 13px;
  color: #818181;
}

/* line 208, app/assets/stylesheets/website/modules/_box.sass */
.Box-ribbon {
  position: absolute;
  top: 31px;
  right: -57px;
  width: 200px;
  height: 30px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  line-height: 30px;
  text-align: center;
  background-color: #15381B;
  color: #fff;
  font-family: "Apercu Bold";
}

/* line 221, app/assets/stylesheets/website/modules/_box.sass */
.Box-ribbon-reduced {
  top: 20px !important;
  right: -70px !important;
  height: 20px !important;
  line-height: 20px !important;
  font-size: 10px !important;
}

/* line 228, app/assets/stylesheets/website/modules/_box.sass */
.Box--info {
  background: #e6e6e6;
  margin-bottom: 20px;
}

/* line 232, app/assets/stylesheets/website/modules/_box.sass */
.Box--row {
  margin-bottom: 18px;
}

@media (max-width: 1281px) {
  /* line 237, app/assets/stylesheets/website/modules/_box.sass */
  .Box--buy-footer p {
    padding-top: 8px;
  }
}

@media (max-width: 992px) {
  /* line 241, app/assets/stylesheets/website/modules/_box.sass */
  .Box-group-2 {
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  /* line 246, app/assets/stylesheets/website/modules/_box.sass */
  .Box-group-2 > .Box {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
  }
}

@media (max-width: 768px) {
  /* line 252, app/assets/stylesheets/website/modules/_box.sass */
  .Box-group hr {
    margin-top: 0;
    margin-bottom: 10px;
  }
  /* line 256, app/assets/stylesheets/website/modules/_box.sass */
  .Box-group h3 {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 0;
  }
  /* line 261, app/assets/stylesheets/website/modules/_box.sass */
  .Box-group > .Box {
    margin: 0 0 0 5px;
    padding: 20px 10px 10px;
  }
  /* line 265, app/assets/stylesheets/website/modules/_box.sass */
  .Box-group > .Box:first-child {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  /* line 269, app/assets/stylesheets/website/modules/_box.sass */
  .Box {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 273, app/assets/stylesheets/website/modules/_box.sass */
  .Box--info {
    padding: 10px;
    font-size: 13px;
  }
  /* line 277, app/assets/stylesheets/website/modules/_box.sass */
  .Box--plan {
    border-left: none;
    border-right: none;
    padding: 20px;
  }
  /* line 282, app/assets/stylesheets/website/modules/_box.sass */
  .Box--plan h3 {
    margin-top: 20px;
  }
  /* line 285, app/assets/stylesheets/website/modules/_box.sass */
  .Box--plan hr {
    margin: 10px -20px;
  }
  /* line 288, app/assets/stylesheets/website/modules/_box.sass */
  .Box--buy {
    padding-top: 5px;
    border-left: none;
    border-right: none;
    font-size: 14px;
  }
  /* line 294, app/assets/stylesheets/website/modules/_box.sass */
  .Box--buy li {
    color: #818181;
  }
  /* line 297, app/assets/stylesheets/website/modules/_box.sass */
  .Box--buy img {
    max-height: 160px;
  }
  /* line 300, app/assets/stylesheets/website/modules/_box.sass */
  .Box--buy-sub-heading {
    font-size: 14px;
    color: #818181;
  }
  /* line 305, app/assets/stylesheets/website/modules/_box.sass */
  .Box--buy-header span {
    display: block;
    font-size: 14px;
    margin-bottom: 0;
  }
  /* line 310, app/assets/stylesheets/website/modules/_box.sass */
  .Box--buy-header h2 {
    font-size: 24px;
  }
  /* line 314, app/assets/stylesheets/website/modules/_box.sass */
  .Box--buy-title h2 {
    font-size: 18px;
  }
  /* line 317, app/assets/stylesheets/website/modules/_box.sass */
  .Box--buy-title .Box--buy-sub-heading {
    font-size: 13px;
  }
  /* line 320, app/assets/stylesheets/website/modules/_box.sass */
  .Box--buy-body {
    font-size: 17px;
    margin: 10px 0 15px;
  }
  /* line 324, app/assets/stylesheets/website/modules/_box.sass */
  .Box-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /* line 327, app/assets/stylesheets/website/modules/_box.sass */
  .Box-group > .Box {
    margin: -1px 0 0;
  }
  /* line 330, app/assets/stylesheets/website/modules/_box.sass */
  .Box-group > .Box {
    margin: -1px 0 0;
  }
  /* line 333, app/assets/stylesheets/website/modules/_box.sass */
  .Box-group-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /* line 335, app/assets/stylesheets/website/modules/_box.sass */
  .Box-group-2 > .Box {
    width: 100%;
    padding: 20px 10px;
  }
  /* line 339, app/assets/stylesheets/website/modules/_box.sass */
  .Box--lg {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  /* line 343, app/assets/stylesheets/website/modules/_box.sass */
  .Box--photo {
    padding: 10px;
  }
  /* line 346, app/assets/stylesheets/website/modules/_box.sass */
  .Box--quote {
    margin: 42px 5px 83px;
    padding-top: 49px;
    padding-bottom: 74px;
  }
  /* line 351, app/assets/stylesheets/website/modules/_box.sass */
  .Box--quote p {
    font-size: 28px;
    line-height: 1.15;
  }
  /* line 355, app/assets/stylesheets/website/modules/_box.sass */
  .Box--quote cite {
    bottom: -12px;
  }
  /* line 358, app/assets/stylesheets/website/modules/_box.sass */
  .Box--quote span {
    padding: 0 5px;
    font-size: 13px;
  }
  /* line 361, app/assets/stylesheets/website/modules/_box.sass */
  .Box--buy-footer {
    width: 100%;
  }
  /* line 363, app/assets/stylesheets/website/modules/_box.sass */
  .Box--buy-footer p {
    padding-top: 8px;
  }
}

/* line 366, app/assets/stylesheets/website/modules/_box.sass */
.Box--buy-single {
  min-width: 300px;
  width: 80% !important;
  max-width: 780px;
  margin: 0 auto !important;
}

@media (min-width: 767px) {
  /* line 366, app/assets/stylesheets/website/modules/_box.sass */
  .Box--buy-single {
    text-align: left;
  }
}

/* line 375, app/assets/stylesheets/website/modules/_box.sass */
.Box--buy-single .Box--buy-body {
  font-family: "Apercu Light";
  font-size: 16px;
  line-height: 1.38;
  color: #231e20;
}

@media (max-width: 767px) {
  /* line 375, app/assets/stylesheets/website/modules/_box.sass */
  .Box--buy-single .Box--buy-body {
    margin-top: 0;
  }
}

/* line 384, app/assets/stylesheets/website/modules/_box.sass */
.Box--buy-single .Box--buy-separator {
  width: 65px;
  height: 1px;
  background-color: #ff4646;
}

@media (max-width: 767px) {
  /* line 384, app/assets/stylesheets/website/modules/_box.sass */
  .Box--buy-single .Box--buy-separator {
    margin: 0 auto;
  }
}

/* line 391, app/assets/stylesheets/website/modules/_box.sass */
.Box--buy-single .Box--buy-title {
  width: 100%;
}

@media (min-width: 767px) {
  /* line 391, app/assets/stylesheets/website/modules/_box.sass */
  .Box--buy-single .Box--buy-title {
    margin-bottom: 30px;
  }
}

/* line 395, app/assets/stylesheets/website/modules/_box.sass */
.Box--buy-single .Box--buy-title h3 {
  font-size: 20px;
  line-height: 3.15;
  font-family: "Tiempos Headline Bold";
}

/* line 400, app/assets/stylesheets/website/modules/_box.sass */
.Box--buy-single .Box--buy-image {
  text-align: center;
}

@media (min-width: 767px) {
  /* line 400, app/assets/stylesheets/website/modules/_box.sass */
  .Box--buy-single .Box--buy-image {
    margin-left: 10%;
  }
}

/* line 404, app/assets/stylesheets/website/modules/_box.sass */
.Box--buy-single .Box--buy-image img {
  max-height: 209px;
  margin: -10px;
}

@media (min-width: 767px) {
  /* line 404, app/assets/stylesheets/website/modules/_box.sass */
  .Box--buy-single .Box--buy-image img {
    height: 275px;
    max-height: 275px;
    float: left;
  }
}

/* line 412, app/assets/stylesheets/website/modules/_box.sass */
.Box--buy-single .Box--buy-description {
  max-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: -10px auto 20px;
}

@media (min-width: 767px) {
  /* line 412, app/assets/stylesheets/website/modules/_box.sass */
  .Box--buy-single .Box--buy-description {
    margin-top: 10px;
  }
}

/* line 422, app/assets/stylesheets/website/modules/_box.sass */
.Box--buy-single .Box--buy-footer {
  margin-top: 10px;
  min-width: 250px;
}

/* line 425, app/assets/stylesheets/website/modules/_box.sass */
.Box--buy-single .Box--buy-footer .Btn {
  width: 100%;
}

/* line 1, app/assets/stylesheets/website/modules/_link.sass */
.Link {
  border-bottom: none !important;
  color: #231E20;
  font-size: 12px;
  font-family: "Apercu Bold", sans-serif;
  letter-spacing: 0.15em;
  position: relative;
  text-decoration: underline;
  text-transform: uppercase;
}

/* line 11, app/assets/stylesheets/website/modules/_link.sass */
.Link::after {
  content: "";
  position: absolute;
  right: -36px;
  top: 0;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  -o-transition: transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  width: 28px;
  height: 11px;
  background: url(/assets/link-arrow.svg) no-repeat 0 0;
}

/* line 22, app/assets/stylesheets/website/modules/_link.sass */
.Link:focus, .Link:hover {
  color: #231E20;
  text-decoration: none;
}

/* line 27, app/assets/stylesheets/website/modules/_link.sass */
.Link:focus::after, .Link:hover::after {
  -webkit-transform: translateX(6px);
      -ms-transform: translateX(6px);
          transform: translateX(6px);
}

/* line 30, app/assets/stylesheets/website/modules/_link.sass */
.Link--reversed {
  padding-left: 36px;
}

/* line 33, app/assets/stylesheets/website/modules/_link.sass */
.Link--reversed::after {
  left: 0;
  right: auto;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

/* line 40, app/assets/stylesheets/website/modules/_link.sass */
.Link--reversed:focus::after, .Link--reversed:hover::after {
  -webkit-transform: translateX(-6px) scaleX(-1);
      -ms-transform: translateX(-6px) scaleX(-1);
          transform: translateX(-6px) scaleX(-1);
}

/* line 43, app/assets/stylesheets/website/modules/_link.sass */
.Link--inverted {
  color: #fff !important;
  font-weight: 400;
}

/* line 47, app/assets/stylesheets/website/modules/_link.sass */
.Link--inverted::after {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

/* line 52, app/assets/stylesheets/website/modules/_link.sass */
.Link--secondary:hover, .Link--secondary:focus {
  color: #000;
}

/* line 56, app/assets/stylesheets/website/modules/_link.sass */
.Link--secondary::after, .Link--secondary::before {
  display: none;
}

/* line 63, app/assets/stylesheets/website/modules/_link.sass */
.Link--back {
  z-index: 5;
  position: fixed;
  top: 0;
  height: 90px;
  line-height: 90px;
}

/* line 70, app/assets/stylesheets/website/modules/_link.sass */
.Link--back::after {
  height: 90px;
  background-position: 0 calc(50% - 1px);
}

@media (max-width: 768px) {
  /* line 75, app/assets/stylesheets/website/modules/_link.sass */
  .Link--back {
    position: fixed;
    left: 20px;
    height: 70px;
    line-height: 70px;
  }
  /* line 81, app/assets/stylesheets/website/modules/_link.sass */
  .Link--back::after {
    height: 70px;
  }
}

@media (max-width: 767px) {
  /* line 85, app/assets/stylesheets/website/modules/_link.sass */
  .Link--back {
    position: fixed;
    left: 0;
    height: 70px;
    line-height: 70px;
    width: 70px;
    text-indent: -9999px;
    background: url(/assets/icons/back-arrow.svg) no-repeat 18px center;
  }
  /* line 94, app/assets/stylesheets/website/modules/_link.sass */
  .Link--back::after {
    display: none;
  }
}

/* line 1, app/assets/stylesheets/website/modules/_icon.sass */
.Icon {
  height: 24px;
  width: 24px;
  padding: 0;
  line-height: 20px;
  font-size: 14px;
  font-family: "Apercu Mono", monospace;
  color: #fff;
  text-align: center;
  border: none;
  outline: none;
}

/* line 13, app/assets/stylesheets/website/modules/_icon.sass */
.Icon--circle {
  border-radius: 50%;
}

/* line 16, app/assets/stylesheets/website/modules/_icon.sass */
.Icon--lg {
  width: 60px;
  height: 60px;
}

/* line 20, app/assets/stylesheets/website/modules/_icon.sass */
.Icon-arrow {
  width: 70px;
  height: 70px;
  background: url(/assets/icons/back-arrow.svg) no-repeat 18px center;
  display: block;
}

/* line 26, app/assets/stylesheets/website/modules/_icon.sass */
.Icon-arrow--reversed {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

/* line 9, app/assets/stylesheets/website/modules/_loader.sass */
.Loader {
  margin: 20px 0;
  width: 100%;
  height: 40px;
  text-align: center;
}

/* line 16, app/assets/stylesheets/website/modules/_loader.sass */
.Loader > div {
  height: 100%;
  margin: 0 2px;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
          animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

/* line 24, app/assets/stylesheets/website/modules/_loader.sass */
.Loader > div:nth-child(1) {
  -webkit-animation-delay: -1.2s;
          animation-delay: -1.2s;
}

/* line 24, app/assets/stylesheets/website/modules/_loader.sass */
.Loader > div:nth-child(2) {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}

/* line 24, app/assets/stylesheets/website/modules/_loader.sass */
.Loader > div:nth-child(3) {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

/* line 24, app/assets/stylesheets/website/modules/_loader.sass */
.Loader > div:nth-child(4) {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}

/* line 24, app/assets/stylesheets/website/modules/_loader.sass */
.Loader > div:nth-child(5) {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

/* line 27, app/assets/stylesheets/website/modules/_loader.sass */
.Loader--button {
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 13px 0;
  background-color: inherit;
}

/* line 1, app/assets/stylesheets/website/modules/_tooltip.sass */
.Tooltip {
  display: inline-block;
  position: relative;
  margin-left: 1px;
}

/* line 8, app/assets/stylesheets/website/modules/_tooltip.sass */
.Tooltip:hover .Tooltip-content, .Tooltip:focus .Tooltip-content {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

/* line 13, app/assets/stylesheets/website/modules/_tooltip.sass */
.Tooltip-icon {
  vertical-align: middle;
  display: inline-block;
  width: 18px;
  height: 18px;
  text-align: center;
  background: url(/assets/icons/info-tooltip.svg) no-repeat 0 center;
  text-indent: -9999px;
  overflow: hidden;
}

/* line 23, app/assets/stylesheets/website/modules/_tooltip.sass */
.Tooltip-content {
  position: absolute;
  top: 29px;
  left: -21px;
  z-index: 2;
  padding: 21px 22px 17px;
  width: 240px;
  border: 1px solid #E7E7E7;
  background-color: #fff;
  font-size: 12px;
  font-family: "Apercu Light", sans-serif;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: none;
  color: #4C4C4C;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-transition: opacity .2s, -webkit-transform .2s;
  transition: opacity .2s, -webkit-transform .2s;
  -o-transition: opacity .2s, transform .2s;
  transition: opacity .2s, transform .2s;
  transition: opacity .2s, transform .2s, -webkit-transform .2s;
}

/* line 43, app/assets/stylesheets/website/modules/_tooltip.sass */
.Tooltip-content::before, .Tooltip-content::after {
  content: "";
  position: absolute;
  left: 22px;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* line 52, app/assets/stylesheets/website/modules/_tooltip.sass */
.Tooltip-content::before {
  z-index: 3;
  top: -5px;
  background: #fff;
}

/* line 57, app/assets/stylesheets/website/modules/_tooltip.sass */
.Tooltip-content::after {
  z-index: 1;
  top: -7px;
  background: #E7E7E7;
}

@media (max-width: 767px) {
  /* line 64, app/assets/stylesheets/website/modules/_tooltip.sass */
  .Tooltip-content {
    left: -69px;
  }
  /* line 67, app/assets/stylesheets/website/modules/_tooltip.sass */
  .Tooltip-content::before, .Tooltip-content::after {
    left: 70px;
  }
}

/* line 1, app/assets/stylesheets/website/modules/_carousel.sass */
.Carousel {
  text-align: center;
  margin: 0 auto;
  max-width: 400px;
}

/* line 6, app/assets/stylesheets/website/modules/_carousel.sass */
.Carousel .slick-slider .slick-list {
  z-index: 500;
}

/* line 9, app/assets/stylesheets/website/modules/_carousel.sass */
.Carousel .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  outline: none;
  border: none;
  text-indent: -9999px;
  width: 30px;
  height: 57px;
  background: url(/assets/icons/back-arrow.svg) no-repeat center center/cover;
  z-index: 999;
}

/* line 23, app/assets/stylesheets/website/modules/_carousel.sass */
.Carousel .slick-disabled {
  display: none !important;
}

/* line 26, app/assets/stylesheets/website/modules/_carousel.sass */
.Carousel .slick-prev {
  left: -30px;
}

/* line 29, app/assets/stylesheets/website/modules/_carousel.sass */
.Carousel .slick-next {
  right: -30px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* line 33, app/assets/stylesheets/website/modules/_carousel.sass */
.Carousel--tweets {
  max-width: 100%;
}

/* line 36, app/assets/stylesheets/website/modules/_carousel.sass */
.Carousel-item {
  padding: 0 10px;
}

/* line 39, app/assets/stylesheets/website/modules/_carousel.sass */
.Carousel-item img {
  max-height: 230px;
  max-width: 300px;
  width: auto;
  display: block;
}

/* line 45, app/assets/stylesheets/website/modules/_carousel.sass */
.Carousel-item.slick-slide {
  opacity: .8;
  -webkit-transform: scale(0.96);
      -ms-transform: scale(0.96);
          transform: scale(0.96);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  outline: none;
}

/* line 51, app/assets/stylesheets/website/modules/_carousel.sass */
.Carousel-item.slick-center {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

/* line 55, app/assets/stylesheets/website/modules/_carousel.sass */
.Carousel-item > div {
  margin-bottom: 10px;
}

/* line 58, app/assets/stylesheets/website/modules/_carousel.sass */
.Carousel-item > div:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  /* line 63, app/assets/stylesheets/website/modules/_carousel.sass */
  .Carousel {
    margin-top: 10px;
  }
  /* line 66, app/assets/stylesheets/website/modules/_carousel.sass */
  .Carousel .slick-arrow {
    width: 20px;
    height: 40px;
    opacity: .3;
    margin-top: -255px;
  }
  /* line 72, app/assets/stylesheets/website/modules/_carousel.sass */
  .Carousel .slick-prev {
    left: 0px;
  }
  /* line 75, app/assets/stylesheets/website/modules/_carousel.sass */
  .Carousel .slick-next {
    right: 0px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  /* line 80, app/assets/stylesheets/website/modules/_carousel.sass */
  .Carousel-item .Box {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    max-width: 260px;
  }
  /* line 86, app/assets/stylesheets/website/modules/_carousel.sass */
  .Carousel-item img {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  /* line 92, app/assets/stylesheets/website/modules/_carousel.sass */
  .Carousel--tweets {
    max-width: 100%;
    margin-top: 0;
    padding: 0 15px;
  }
  /* line 97, app/assets/stylesheets/website/modules/_carousel.sass */
  .Carousel--tweets .slick-prev {
    left: -10px;
  }
  /* line 100, app/assets/stylesheets/website/modules/_carousel.sass */
  .Carousel--tweets .slick-next {
    right: -10px;
  }
}

/* line 3, app/assets/stylesheets/website/modules/_progress-tracking.sass */
.ProgressTracking__carousel .slick-slide, .ProgressTracking__carousel .slick-slide * {
  outline: none;
}

/* line 5, app/assets/stylesheets/website/modules/_progress-tracking.sass */
.ProgressTracking__carousel .slick-arrow {
  display: block !important;
  top: 10px !important;
  z-index: 10;
}

/* line 9, app/assets/stylesheets/website/modules/_progress-tracking.sass */
.ProgressTracking__carousel .slick-prev {
  left: 5%;
}

/* line 11, app/assets/stylesheets/website/modules/_progress-tracking.sass */
.ProgressTracking__carousel .slick-next {
  right: 5%;
}

/* line 14, app/assets/stylesheets/website/modules/_progress-tracking.sass */
.ProgressTracking__series-overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5px auto;
}

/* line 19, app/assets/stylesheets/website/modules/_progress-tracking.sass */
.ProgressTracking__button {
  margin-top: 10px;
}

/* line 22, app/assets/stylesheets/website/modules/_progress-tracking.sass */
.ProgressTracking__photo {
  max-height: 230px;
  max-width: 260px;
  width: auto;
  display: block;
}

/* line 28, app/assets/stylesheets/website/modules/_progress-tracking.sass */
.ProgressTracking__footer {
  margin: 30px 0 20px;
}

/* line 31, app/assets/stylesheets/website/modules/_progress-tracking.sass */
.ProgressTracking__footer-buttons {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 37, app/assets/stylesheets/website/modules/_progress-tracking.sass */
.ProgressTracking__footer.Quiz-footer {
  position: relative !important;
  margin-top: 30px;
  z-index: 0;
}

@media (min-width: 767px) {
  /* line 45, app/assets/stylesheets/website/modules/_progress-tracking.sass */
  .ProgressTracking__carousel .slick-prev {
    left: 0;
  }
  /* line 47, app/assets/stylesheets/website/modules/_progress-tracking.sass */
  .ProgressTracking__carousel .slick-next {
    right: 0;
  }
  /* line 49, app/assets/stylesheets/website/modules/_progress-tracking.sass */
  .ProgressTracking__photo {
    max-width: 300px;
    margin: 5px;
  }
}

/* line 1, app/assets/stylesheets/website/modules/_separator.sass */
.hr-reduced {
  margin: 10px 0 10px;
}

/* line 5, app/assets/stylesheets/website/modules/_radio-picker.sass */
.Radio-picker .Radio-picker--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 10, app/assets/stylesheets/website/modules/_radio-picker.sass */
.Radio-picker .Radio-picker--error {
  margin-top: 8px;
}

/* line 13, app/assets/stylesheets/website/modules/_radio-picker.sass */
.Radio-picker .Radio-picker--item-container {
  margin: 0 3px;
  position: relative;
}

/* line 17, app/assets/stylesheets/website/modules/_radio-picker.sass */
.Radio-picker .Radio-picker--item-container:first-child {
  margin-left: 0;
}

/* line 20, app/assets/stylesheets/website/modules/_radio-picker.sass */
.Radio-picker .Radio-picker--item-container:last-child {
  margin-right: 0;
}

/* line 23, app/assets/stylesheets/website/modules/_radio-picker.sass */
.Radio-picker .Radio-picker--item-container input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: auto;
}

/* line 28, app/assets/stylesheets/website/modules/_radio-picker.sass */
.Radio-picker .Radio-picker--item-container label {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  border: 1px solid #E7E7E7;
  color: #231E20;
  -webkit-transition: border-color 0.2s;
  -o-transition: border-color 0.2s;
  transition: border-color 0.2s;
}

/* line 41, app/assets/stylesheets/website/modules/_radio-picker.sass */
.Radio-picker .Radio-picker--item-container input[type="radio"]:checked ~ label {
  border-color: #231E20;
  background-color: #FFF !important;
}

/* line 4, app/assets/stylesheets/website/modules/_dropdown.sass */
.Dropdown-input .Tooltip {
  margin-left: 4px;
}

/* line 7, app/assets/stylesheets/website/modules/_dropdown.sass */
.Dropdown-input .Select {
  margin-top: 8px;
}

/* line 10, app/assets/stylesheets/website/modules/_dropdown.sass */
.Dropdown-input .Select:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -8px;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 1px solid #8f8c8d;
  border-bottom: 1px solid #8f8c8d;
  color: #231E20;
  pointer-events: none;
}

/* line 27, app/assets/stylesheets/website/modules/_dropdown.sass */
.Dropdown-input .Select-arrow-zone, .Dropdown-input .Select-clear-zone {
  display: none;
}

/* line 30, app/assets/stylesheets/website/modules/_dropdown.sass */
.Dropdown-input .Select.is-focused:not(.is-open) > .Select-control {
  border-color: #231E20;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #FFF;
}

/* line 35, app/assets/stylesheets/website/modules/_dropdown.sass */
.Dropdown-input .Select-control {
  border-radius: 0;
  border: 1px solid #231E20;
  height: 60px;
}

/* line 40, app/assets/stylesheets/website/modules/_dropdown.sass */
.Dropdown-input .Select-value {
  padding: 0 !important;
}

/* line 43, app/assets/stylesheets/website/modules/_dropdown.sass */
.Dropdown-input .Select-placeholder {
  cursor: pointer;
}

/* line 46, app/assets/stylesheets/website/modules/_dropdown.sass */
.Dropdown-input .Select-input, .Dropdown-input .Select-placeholder, .Dropdown-input .Select-value-label, .Dropdown-input .Select-option {
  display: block;
  font: 16px/1.5 "Apercu Light", sans-serif;
  height: 56px;
  line-height: 1.5;
  padding: 16px 20px;
  whitespace: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  text-transform: initial;
  letter-spacing: initial;
  text-decoration: none;
}

/* line 60, app/assets/stylesheets/website/modules/_dropdown.sass */
.Dropdown-input .Select-input, .Dropdown-input .Select-value-label, .Dropdown-input .Select-option {
  color: #231E20;
}

/* line 63, app/assets/stylesheets/website/modules/_dropdown.sass */
.Dropdown-input .Select-input > input {
  padding: 0;
}

/* line 66, app/assets/stylesheets/website/modules/_dropdown.sass */
.Dropdown-input .Select-option, .Dropdown-input .Selected-option.is-selected {
  background-color: #FFF;
}

/* line 69, app/assets/stylesheets/website/modules/_dropdown.sass */
.Dropdown-input .Select-option.is-focused, .Dropdown-input .Selected-option.is-selected.is-focused {
  background-color: #FAFAF5;
}

/* line 72, app/assets/stylesheets/website/modules/_dropdown.sass */
.Dropdown-input .Select-menu-outer {
  z-index: 999;
}

/* line 76, app/assets/stylesheets/website/modules/_dropdown.sass */
.Dropdown-input.Dropdown-input-normal-flow .Select {
  margin-top: 0;
}

/* line 1, app/assets/stylesheets/website/modules/_text-input.sass */
.Text-input--textarea {
  height: 120px;
  resize: none;
  padding: 12px;
  margin: 8px 0 0 0;
}

/* line 1, app/assets/stylesheets/website/modules/_two-column-layout.sass */
.TwoColumnLayout {
  margin-top: 35px;
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/website/modules/_two-column-layout.sass */
  .TwoColumnLayout {
    margin-top: 0;
  }
}

/* line 8, app/assets/stylesheets/website/modules/_two-column-layout.sass */
.TwoColumnLayout h2 {
  margin-bottom: 20px;
}

/* line 11, app/assets/stylesheets/website/modules/_two-column-layout.sass */
.TwoColumnLayout--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  /* line 11, app/assets/stylesheets/website/modules/_two-column-layout.sass */
  .TwoColumnLayout--left {
    padding: 20px;
    background-color: #F7F7F7;
    text-align: center;
  }
}

/* line 21, app/assets/stylesheets/website/modules/_two-column-layout.sass */
.TwoColumnLayout--left p {
  opacity: 0.7;
  font-size: 18px;
  color: #4C4C4C;
  letter-spacing: 0;
  line-height: 28px;
}

/* line 28, app/assets/stylesheets/website/modules/_two-column-layout.sass */
.TwoColumnLayout--left p:last-child {
  margin-bottom: 0;
}

/* line 31, app/assets/stylesheets/website/modules/_two-column-layout.sass */
.TwoColumnLayout--left-inner {
  min-width: 370px;
}

@media (max-width: 991px) {
  /* line 34, app/assets/stylesheets/website/modules/_two-column-layout.sass */
  .TwoColumnLayout--right {
    margin-top: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 34, app/assets/stylesheets/website/modules/_two-column-layout.sass */
  .TwoColumnLayout--right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* line 44, app/assets/stylesheets/website/modules/_two-column-layout.sass */
.TwoColumnLayout--buttons {
  margin-top: 40px;
}

/* line 1, app/assets/stylesheets/website/modules/section/_section.sass */
.Section {
  position: relative;
  padding: 70px 0;
  color: #818181;
}

/* line 6, app/assets/stylesheets/website/modules/section/_section.sass */
.Section.size-sm {
  padding: 30px 0;
}

/* line 9, app/assets/stylesheets/website/modules/section/_section.sass */
.Section > h6, .Section > .h6 {
  position: absolute;
  top: 61px;
  width: 100%;
  color: #FF4646;
  text-align: center;
}

/* line 16, app/assets/stylesheets/website/modules/section/_section.sass */
.Section > h6.is-inverted, .Section > .h6.is-inverted {
  color: #fff;
}

/* line 19, app/assets/stylesheets/website/modules/section/_section.sass */
.Section strong {
  font-family: "Apercu Bold", sans-serif;
  font-weight: 400;
  color: #231E20;
}

/* line 24, app/assets/stylesheets/website/modules/section/_section.sass */
.Section a:not(.Link, .Btn, .Section-Link) {
  color: #231E20;
  text-decoration: underline;
}

/* line 28, app/assets/stylesheets/website/modules/section/_section.sass */
.Section a:not(.Link, .Btn, .Section-Link):hover, .Section a:not(.Link, .Btn, .Section-Link):focus {
  color: #000;
}

/* line 32, app/assets/stylesheets/website/modules/section/_section.sass */
.Section .container {
  position: relative;
  z-index: 1;
}

/* line 36, app/assets/stylesheets/website/modules/section/_section.sass */
.Section-subtitle {
  margin-bottom: 1em;
  color: #000;
}

/* line 40, app/assets/stylesheets/website/modules/section/_section.sass */
.Section-mini-content {
  max-width: 435px;
  margin: 0 auto 30px;
  font-size: 18px;
  line-height: 28px;
}

/* line 46, app/assets/stylesheets/website/modules/section/_section.sass */
.Section-note {
  font-size: 11px;
  font-style: italic;
  line-height: 1.5;
  margin-top: 20px;
  display: block;
}

/* line 53, app/assets/stylesheets/website/modules/section/_section.sass */
.Section-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  margin: 0 auto;
  background-color: #fbfbfb;
  opacity: 0.7;
}

@media (min-width: 769px) and (max-width: 991px) {
  /* line 63, app/assets/stylesheets/website/modules/section/_section.sass */
  .Section h6, .Section .h6.tablet-static {
    position: static;
  }
}

@media (max-width: 768px) {
  /* line 67, app/assets/stylesheets/website/modules/section/_section.sass */
  .Section {
    padding: 60px 0;
  }
  /* line 70, app/assets/stylesheets/website/modules/section/_section.sass */
  .Section h6, .Section .h6 {
    position: static;
  }
  /* line 73, app/assets/stylesheets/website/modules/section/_section.sass */
  .Section hr {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  /* line 79, app/assets/stylesheets/website/modules/section/_section.sass */
  .Section-content {
    width: 100% !important;
    float: none !important;
    margin: 0;
  }
}

/* line 1, app/assets/stylesheets/website/modules/section/_section--thin.sass */
.Section--thin {
  padding: 20px 0;
}

/* line 1, app/assets/stylesheets/website/modules/section/_section--2.sass */
.Section--2 {
  background: #15381B;
}

/* line 4, app/assets/stylesheets/website/modules/section/_section--2.sass */
.Section--2 p {
  color: #fff;
  opacity: .7;
}

/* line 1, app/assets/stylesheets/website/modules/section/_section--secondary.sass */
.Section--secondary {
  background: #FAFAF5;
}

/* line 4, app/assets/stylesheets/website/modules/section/_section--secondary.sass */
.Section--secondary p {
  color: #4C4C4C;
  opacity: .7;
}

@media (max-width: 767px) {
  /* line 11, app/assets/stylesheets/website/modules/section/_section--secondary.sass */
  .Section--secondary p.buy-note {
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 0;
  }
}

/* line 1, app/assets/stylesheets/website/modules/section/_section--secondary-higher-contrast.sass */
.Section--secondary-higher-contrast {
  background: #FAFAF5;
}

/* line 4, app/assets/stylesheets/website/modules/section/_section--secondary-higher-contrast.sass */
.Section--secondary-higher-contrast p {
  color: #4C4C4C;
  opacity: .85;
  font-size: 18px;
}

@media (max-width: 767px) {
  /* line 12, app/assets/stylesheets/website/modules/section/_section--secondary-higher-contrast.sass */
  .Section--secondary-higher-contrast p.buy-note {
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 0;
  }
}

/* line 1, app/assets/stylesheets/website/modules/section/_section--board.sass */
.Section--board {
  padding-top: 140px;
  background-color: #FAFAF5;
}

/* line 5, app/assets/stylesheets/website/modules/section/_section--board.sass */
.Section--board img,
.Section--board h3 {
  margin-bottom: 40px;
}

/* line 9, app/assets/stylesheets/website/modules/section/_section--board.sass */
.Section--board h4 {
  color: #818181;
}

/* line 12, app/assets/stylesheets/website/modules/section/_section--board.sass */
.Section--board-2 {
  padding-top: 60px;
  padding-bottom: 50px;
  background-color: #fff;
}

/* line 17, app/assets/stylesheets/website/modules/section/_section--board.sass */
.Section--board-2 h2 {
  margin-bottom: 70px;
}

/* line 20, app/assets/stylesheets/website/modules/section/_section--board.sass */
.Section--board-2 h3 {
  margin-bottom: 18px;
}

/* line 23, app/assets/stylesheets/website/modules/section/_section--board.sass */
.Section--board-2 p {
  color: #4C4C4C;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  opacity: .7;
}

/* line 30, app/assets/stylesheets/website/modules/section/_section--board.sass */
.Section--board-2 img {
  max-width: 230px;
}

@media (max-width: 767px) {
  /* line 35, app/assets/stylesheets/website/modules/section/_section--board.sass */
  .Section--board {
    padding-top: 60px;
  }
  /* line 38, app/assets/stylesheets/website/modules/section/_section--board.sass */
  .Section--board img,
.Section--board h3 {
    margin-bottom: 20px;
  }
  /* line 42, app/assets/stylesheets/website/modules/section/_section--board.sass */
  .Section--board h4 {
    margin-bottom: 40px;
  }
  /* line 46, app/assets/stylesheets/website/modules/section/_section--board.sass */
  .Section--board h2 {
    margin-bottom: 10px;
  }
  /* line 49, app/assets/stylesheets/website/modules/section/_section--board.sass */
  .Section--board p {
    font-size: 15px;
  }
  /* line 52, app/assets/stylesheets/website/modules/section/_section--board.sass */
  .Section--board img {
    margin-top: 20px;
  }
}

/* line 2, app/assets/stylesheets/website/modules/section/_section--centered.sass */
.Section--centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 1, app/assets/stylesheets/website/modules/section/_section--footer.sass */
.Section--footer {
  padding: 90px 0;
  background-color: #FAFAF5;
  text-align: center;
}

@media (max-width: 768px) {
  /* line 7, app/assets/stylesheets/website/modules/section/_section--footer.sass */
  .Section--footer {
    padding: 60px 0;
  }
}

/* line 1, app/assets/stylesheets/website/modules/section/_section--founders.sass */
.Section--founders {
  background-color: #FAFAF5;
  padding-top: 150px;
  padding-bottom: 30px;
}

/* line 8, app/assets/stylesheets/website/modules/section/_section--founders.sass */
.Section--founders-2 {
  padding: 50px 0;
}

/* line 11, app/assets/stylesheets/website/modules/section/_section--founders.sass */
.Section--founders-2 .Section--content {
  padding-top: 30px;
}

@media (max-width: 768px) {
  /* line 16, app/assets/stylesheets/website/modules/section/_section--founders.sass */
  .Section--founders {
    padding-top: 80px;
  }
  /* line 19, app/assets/stylesheets/website/modules/section/_section--founders.sass */
  .Section--founders h2 {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  /* line 23, app/assets/stylesheets/website/modules/section/_section--founders.sass */
  .Section--founders {
    padding-bottom: 70px;
  }
  /* line 26, app/assets/stylesheets/website/modules/section/_section--founders.sass */
  .Section--founders h2 {
    margin-top: 30px;
    font-size: 43px;
  }
}

/* line 1, app/assets/stylesheets/website/modules/section/_section--header-content.sass */
.Section--header-content {
  position: relative;
  text-align: center;
}

/* line 5, app/assets/stylesheets/website/modules/section/_section--header-content.sass */
.Section--header-content img {
  position: absolute;
  left: 49.5%;
  bottom: -6.37vh;
  margin-left: -53.5vh;
  max-width: 44.59vh;
}

/* line 12, app/assets/stylesheets/website/modules/section/_section--header-content.sass */
.Section--header-cta {
  display: inline-block;
  max-width: 79.62vh;
  margin: 0 auto 2.55vh;
  padding-left: 28.13vh;
  text-align: left;
}

/* line 19, app/assets/stylesheets/website/modules/section/_section--header-content.sass */
.Section--header-cta p {
  text-align: left;
  color: #4C4C4C;
  opacity: 0;
  -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
          transform: translateX(-10px);
  -webkit-animation: 1.2s ease forwards move-left;
          animation: 1.2s ease forwards move-left;
  line-height: 3.18vh;
  font-size: 2.12vh;
  margin-top: 1.06vh;
  margin-bottom: 2.55vh;
}

/* line 30, app/assets/stylesheets/website/modules/section/_section--header-content.sass */
.Section--header-cta a {
  opacity: 0;
  -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
          transform: translateX(-10px);
  -webkit-animation: 1.2s ease .2s forwards move-left;
          animation: 1.2s ease .2s forwards move-left;
}

/* line 35, app/assets/stylesheets/website/modules/section/_section--header-content.sass */
.Section--header-cta .Btn {
  line-height: 6.16vh;
}

@-webkit-keyframes move-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes move-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@media (orientation: portrait) and (max-width: 767px) {
  /* line 48, app/assets/stylesheets/website/modules/section/_section--header-content.sass */
  .Section--header-content img {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    width: 52%;
    display: inline-block;
    margin: -15.39vh 0 10px -4.25vh;
  }
  /* line 57, app/assets/stylesheets/website/modules/section/_section--header-content.sass */
  .Section--header-cta {
    text-align: center;
    padding-left: 0;
  }
  /* line 61, app/assets/stylesheets/website/modules/section/_section--header-content.sass */
  .Section--header-cta h4 {
    text-align: center;
    padding: 0 30px;
    font-size: 18px;
    letter-spacing: 0.005em;
  }
  /* line 67, app/assets/stylesheets/website/modules/section/_section--header-content.sass */
  .Section--header-cta .Btn {
    line-height: 58px;
  }
}

@media (orientation: portrait) and (max-width: 480px) {
  /* line 72, app/assets/stylesheets/website/modules/section/_section--header-content.sass */
  .Section--header-content img {
    margin: -4.25vh 0 1px -6.79vh;
    width: 70%;
  }
  /* line 76, app/assets/stylesheets/website/modules/section/_section--header-content.sass */
  .Section--header-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  /* line 80, app/assets/stylesheets/website/modules/section/_section--header-content.sass */
  .Section--header-cta p {
    margin-top: 2.55vh;
    text-align: center;
  }
  /* line 83, app/assets/stylesheets/website/modules/section/_section--header-content.sass */
  .Section--header-cta h4 {
    text-align: center;
    padding: 0;
  }
}

/* line 2, app/assets/stylesheets/website/modules/section/_section--header.sass */
.Section--header {
  min-height: calc(100vh - 90px);
  padding-top: 6.37vh;
  padding-bottom: 6.37vh;
}

/* line 7, app/assets/stylesheets/website/modules/section/_section--header.sass */
.Section--header h1 {
  margin-bottom: 2.12vh;
}

/* line 10, app/assets/stylesheets/website/modules/section/_section--header.sass */
.Section--header-image {
  width: 100%;
  height: 51.17vh;
}

@media (orientation: portrait) and (max-width: 767px) {
  /* line 15, app/assets/stylesheets/website/modules/section/_section--header.sass */
  .Section--header {
    padding-top: 15px;
    padding-bottom: 60px;
  }
  /* line 19, app/assets/stylesheets/website/modules/section/_section--header.sass */
  .Section--header-image {
    height: auto;
  }
  /* line 22, app/assets/stylesheets/website/modules/section/_section--header.sass */
  .Section--header h1 {
    padding: 0 10px;
  }
}

@media (orientation: portrait) and (max-width: 480px) {
  /* line 26, app/assets/stylesheets/website/modules/section/_section--header.sass */
  .Section--header {
    min-height: auto;
    padding-bottom: 40px;
  }
}

@media (orientation: portrait) and (max-width: 375px) {
  /* line 32, app/assets/stylesheets/website/modules/section/_section--header.sass */
  .Section--header-image {
    width: auto;
    height: 25vh;
  }
  /* line 36, app/assets/stylesheets/website/modules/section/_section--header.sass */
  .Section--header-content img {
    height: 32vh;
    width: auto;
  }
}

/* line 1, app/assets/stylesheets/website/modules/section/_section--subfooter.sass */
.Section--subfooter {
  z-index: 2;
  padding-bottom: 0;
}

/* line 5, app/assets/stylesheets/website/modules/section/_section--subfooter.sass */
.Section--subfooter h6, .Section--subfooter .h6 {
  color: #FF4646;
  text-align: left;
}

/* line 10, app/assets/stylesheets/website/modules/section/_section--subfooter.sass */
.Section--subfooter::before, .Section--subfooter::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 18, app/assets/stylesheets/website/modules/section/_section--subfooter.sass */
.Section--subfooter::before {
  z-index: -2;
  top: 155px;
  background: #FAFAF5;
}

/* line 23, app/assets/stylesheets/website/modules/section/_section--subfooter.sass */
.Section--subfooter::after {
  z-index: -1;
  height: 60px;
  background: #15381B;
}

/* line 29, app/assets/stylesheets/website/modules/section/_section--subfooter.sass */
.Section--subfooter-clean:after {
  display: none;
}

@media (max-width: 767px) {
  /* line 35, app/assets/stylesheets/website/modules/section/_section--subfooter.sass */
  .Section--subfooter::before {
    top: 115px;
  }
  /* line 38, app/assets/stylesheets/website/modules/section/_section--subfooter.sass */
  .Section--subfooter::after {
    display: none;
  }
}

/* line 1, app/assets/stylesheets/website/modules/section/_section--logos.sass */
.Section--logos {
  padding: 30px 0 50px;
}

@media (max-width: 767px) {
  /* line 6, app/assets/stylesheets/website/modules/section/_section--logos.sass */
  .Section--logos {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  /* line 2, app/assets/stylesheets/website/modules/section/_section--carousel.sass */
  .Section--carousel {
    padding-bottom: 0;
  }
}

/* line 1, app/assets/stylesheets/keeps/modules/section/_section--doctor-consultation.sass */
.Section--doctor-consultation {
  background-color: #FAFAF5;
  padding-top: 180px;
  padding-bottom: 100px;
}

/* line 6, app/assets/stylesheets/keeps/modules/section/_section--doctor-consultation.sass */
.Section--doctor-consultation > img {
  position: absolute;
  top: 23%;
  left: 45%;
  width: 790px;
  margin-left: 50px;
}

@media (max-width: 768px) {
  /* line 14, app/assets/stylesheets/keeps/modules/section/_section--doctor-consultation.sass */
  .Section--doctor-consultation {
    padding-top: 80px;
  }
}

@media (max-width: 767px) {
  /* line 18, app/assets/stylesheets/keeps/modules/section/_section--doctor-consultation.sass */
  .Section--doctor-consultation {
    padding-top: 70px;
    padding-bottom: 310px;
  }
  /* line 22, app/assets/stylesheets/keeps/modules/section/_section--doctor-consultation.sass */
  .Section--doctor-consultation h6 {
    margin-bottom: 50px;
  }
  /* line 25, app/assets/stylesheets/keeps/modules/section/_section--doctor-consultation.sass */
  .Section--doctor-consultation > img {
    left: -35px;
    top: auto;
    max-width: 530px;
    margin: 10px 0 0 0;
  }
}

/* line 1, app/assets/stylesheets/keeps/modules/section/_section--in-case.sass */
.Section--in-case {
  margin-top: 60px;
  padding-top: 120px;
}

/* line 4, app/assets/stylesheets/keeps/modules/section/_section--in-case.sass */
.Section--in-case .h2 {
  text-align: center;
}

@media (max-width: 767px) {
  /* line 8, app/assets/stylesheets/keeps/modules/section/_section--in-case.sass */
  .Section--in-case {
    margin-top: 0;
    padding-top: 50px;
  }
}

/* line 1, app/assets/stylesheets/keeps/modules/section/_section--no-magic-cure.sass */
.Section--no-magic-cure {
  padding-top: 100px;
  padding-bottom: 183px;
  background: url(/assets/sections/no-magic-cure.jpg) no-repeat center center/cover;
  color: #fff;
  text-align: center;
}

/* line 8, app/assets/stylesheets/keeps/modules/section/_section--no-magic-cure.sass */
.Section--no-magic-cure img {
  margin-bottom: 35px;
  max-width: 120px;
}

/* line 12, app/assets/stylesheets/keeps/modules/section/_section--no-magic-cure.sass */
.Section--no-magic-cure .Section-content {
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}

/* line 17, app/assets/stylesheets/keeps/modules/section/_section--no-magic-cure.sass */
.Section--no-magic-cure .Section-content p {
  font: 20px/1.50 "Apercu Light", sans-serif;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  /* line 23, app/assets/stylesheets/keeps/modules/section/_section--no-magic-cure.sass */
  .Section--no-magic-cure {
    padding: 60px 0 105px;
  }
  /* line 26, app/assets/stylesheets/keeps/modules/section/_section--no-magic-cure.sass */
  .Section--no-magic-cure img {
    max-width: 84px;
    margin-bottom: 20px;
  }
}

/* line 1, app/assets/stylesheets/keeps/modules/section/_section--our-offering.sass */
.Section--our-offering {
  height: 386px;
  background: url(/assets/sections/our-offering.jpg) no-repeat center 60%/cover;
}

/* line 5, app/assets/stylesheets/keeps/modules/section/_section--our-offering.sass */
.Section--our-offering .headline {
  font: 24px/1.25 "Apercu Bold", sans-serif;
  letter-spacing: 0.005em;
  color: #fff;
  text-transform: none;
}

@media (max-width: 768px) {
  /* line 13, app/assets/stylesheets/keeps/modules/section/_section--our-offering.sass */
  .Section--our-offering {
    height: auto;
    min-height: 260px;
    padding-left: 25px;
    padding-right: 25px;
  }
}

/* line 1, app/assets/stylesheets/keeps/modules/section/_section--prices.sass */
.Section--prices {
  padding-top: 100px;
}

/* line 4, app/assets/stylesheets/keeps/modules/section/_section--prices.sass */
.Section--prices p {
  line-height: 1.7;
}

/* line 7, app/assets/stylesheets/keeps/modules/section/_section--prices.sass */
.Section--prices h2 {
  margin-bottom: 48px;
}

@media (max-width: 767px) {
  /* line 12, app/assets/stylesheets/keeps/modules/section/_section--prices.sass */
  .Section--prices {
    padding-bottom: 40px;
  }
  /* line 15, app/assets/stylesheets/keeps/modules/section/_section--prices.sass */
  .Section--prices h2 {
    margin-bottom: 20px;
  }
}

/* line 1, app/assets/stylesheets/keeps/modules/section/_section--problem.sass */
.Section--problem {
  padding-top: 80px;
  padding-bottom: 140px;
}

@media (max-width: 767px) {
  /* line 6, app/assets/stylesheets/keeps/modules/section/_section--problem.sass */
  .Section--problem {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}

/* line 3, app/assets/stylesheets/keeps/modules/section/_section--products.sass */
.Section--products {
  padding-top: 70px;
  padding-bottom: 140px;
}

/* line 7, app/assets/stylesheets/keeps/modules/section/_section--products.sass */
.Section--products hr {
  margin-top: 100px;
  margin-bottom: 80px;
}

/* line 11, app/assets/stylesheets/keeps/modules/section/_section--products.sass */
.Section--products-product-details {
  z-index: 2;
}

/* line 14, app/assets/stylesheets/keeps/modules/section/_section--products.sass */
.Section--products-product-image-col {
  z-index: 1;
}

/* line 17, app/assets/stylesheets/keeps/modules/section/_section--products.sass */
.Section--products-product-image-col img {
  max-width: 340px;
  margin-left: -30%;
}

/* line 21, app/assets/stylesheets/keeps/modules/section/_section--products.sass */
.Section--products-product-tall-image-col img {
  max-width: 392px;
  margin-left: -45%;
  margin-top: -14%;
}

/* line 26, app/assets/stylesheets/keeps/modules/section/_section--products.sass */
.Section--products-product-xtall-image-col img {
  max-width: 360px;
  max-height: 360px;
  margin-left: -45%;
}

/* line 31, app/assets/stylesheets/keeps/modules/section/_section--products.sass */
.Section--products-product-xtall-mobile-image-col img {
  max-height: 180px;
  padding-bottom: 15px;
  margin-left: 10%;
}

/* line 36, app/assets/stylesheets/keeps/modules/section/_section--products.sass */
.Section--products-link {
  padding-top: 45px;
  margin-right: 25px;
  margin-left: 25px;
}

@media (max-width: 1441px) {
  /* line 42, app/assets/stylesheets/keeps/modules/section/_section--products.sass */
  .Section--products {
    padding-top: 70px;
    padding-bottom: 60px;
  }
  /* line 46, app/assets/stylesheets/keeps/modules/section/_section--products.sass */
  .Section--products-product-tall-image-col img {
    margin-left: -75%;
    margin-top: -15%;
  }
}

@media (max-width: 991px) {
  /* line 54, app/assets/stylesheets/keeps/modules/section/_section--products.sass */
  .Section--products-product-image-col img, .Section--products-product-tall-image-col img {
    margin-left: 0;
    margin-top: 0;
    max-width: 100%;
  }
}

/* line 1, app/assets/stylesheets/keeps/modules/section/_section--side-effects.sass */
.Section--side-effects {
  padding-top: 110px;
  padding-bottom: 60px;
}

@media (max-width: 768px) {
  /* line 6, app/assets/stylesheets/keeps/modules/section/_section--side-effects.sass */
  .Section--side-effects {
    padding-top: 75px;
    padding-bottom: 30px;
  }
}

/* line 1, app/assets/stylesheets/keeps/modules/section/_section--stay-ahead.sass */
.Section--stay-ahead {
  padding-top: 56px;
  padding-bottom: 140px;
}

/* line 5, app/assets/stylesheets/keeps/modules/section/_section--stay-ahead.sass */
.Section--stay-ahead > img {
  position: absolute;
  right: 46%;
  top: 65%;
  margin-top: -240px;
  margin-right: -50px;
  max-width: 790px;
}

/* line 13, app/assets/stylesheets/keeps/modules/section/_section--stay-ahead.sass */
.Section--stay-ahead h1 {
  margin-bottom: 60px;
}

/* line 16, app/assets/stylesheets/keeps/modules/section/_section--stay-ahead.sass */
.Section--stay-ahead h4 {
  color: #4C4C4C;
  margin-bottom: 21px;
  letter-spacing: 0.02em;
}

/* line 21, app/assets/stylesheets/keeps/modules/section/_section--stay-ahead.sass */
.Section--stay-ahead .Section-content {
  float: right;
  width: 370px;
  margin-right: 73px;
}

@media (max-width: 1441px) {
  /* line 29, app/assets/stylesheets/keeps/modules/section/_section--stay-ahead.sass */
  .Section--stay-ahead > img {
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  /* line 35, app/assets/stylesheets/keeps/modules/section/_section--stay-ahead.sass */
  .Section--stay-ahead > img {
    right: 67%;
  }
}

@media (max-width: 767px) {
  /* line 40, app/assets/stylesheets/keeps/modules/section/_section--stay-ahead.sass */
  .Section--stay-ahead {
    padding-bottom: 280px;
  }
  /* line 43, app/assets/stylesheets/keeps/modules/section/_section--stay-ahead.sass */
  .Section--stay-ahead > img {
    left: 16px;
    top: auto;
    bottom: -94px;
    max-width: 530px;
    margin: 0;
  }
}

/* line 1, app/assets/stylesheets/keeps/modules/section/_section--steps.sass */
.Section--steps {
  padding-top: 80px;
}

@media (max-width: 767px) {
  /* line 5, app/assets/stylesheets/keeps/modules/section/_section--steps.sass */
  .Section--steps {
    padding-top: 90px;
  }
}

/* line 1, app/assets/stylesheets/keeps/modules/section/_section--straightforward-approach.sass */
.Section--straightforward-approach {
  padding-top: 150px;
  padding-bottom: 90px;
}

/* line 5, app/assets/stylesheets/keeps/modules/section/_section--straightforward-approach.sass */
.Section--straightforward-approach > img {
  position: absolute;
  right: 51%;
  top: 50%;
  margin-top: -240px;
  max-width: 790px;
}

@media (max-width: 991px) {
  /* line 13, app/assets/stylesheets/keeps/modules/section/_section--straightforward-approach.sass */
  .Section--straightforward-approach {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  /* line 17, app/assets/stylesheets/keeps/modules/section/_section--straightforward-approach.sass */
  .Section--straightforward-approach > img {
    right: 51%;
  }
}

@media (max-width: 767px) {
  /* line 22, app/assets/stylesheets/keeps/modules/section/_section--straightforward-approach.sass */
  .Section--straightforward-approach {
    padding-top: 60px;
  }
  /* line 25, app/assets/stylesheets/keeps/modules/section/_section--straightforward-approach.sass */
  .Section--straightforward-approach > img {
    left: 16px;
    top: auto;
    bottom: -54px;
    max-width: 530px;
    margin: 0;
  }
}

/* line 1, app/assets/stylesheets/keeps/modules/section/_section--thank-you-phone.sass */
.Section--thank-you-phone {
  min-height: 570px;
}

/* line 4, app/assets/stylesheets/keeps/modules/section/_section--thank-you-phone.sass */
.Section--thank-you-phone img {
  position: absolute;
  top: 0;
  left: 45%;
  width: 790px;
  margin-left: 50px;
  margin-top: 22px;
}

@media (max-width: 768px) {
  /* line 14, app/assets/stylesheets/keeps/modules/section/_section--thank-you-phone.sass */
  .Section--thank-you-phone {
    min-height: 480px;
  }
}

@media (max-width: 767px) {
  /* line 19, app/assets/stylesheets/keeps/modules/section/_section--thank-you-phone.sass */
  .Section--thank-you-phone {
    min-height: 570px;
  }
  /* line 22, app/assets/stylesheets/keeps/modules/section/_section--thank-you-phone.sass */
  .Section--thank-you-phone img {
    left: -35px;
    top: auto;
    max-width: 530px;
    margin: 10px 0 0 0;
  }
}

/* line 1, app/assets/stylesheets/keeps/modules/section/_section--time-to-take-action.sass */
.Section--time-to-take-action {
  padding: 95px 0 105px;
  background: url(/assets/sections/take-action_hero_bg.jpg) no-repeat center center/cover;
  color: #fff;
}

/* line 6, app/assets/stylesheets/keeps/modules/section/_section--time-to-take-action.sass */
.Section--time-to-take-action h1 {
  margin-bottom: 13px;
}

@media (max-width: 768px) {
  /* line 10, app/assets/stylesheets/keeps/modules/section/_section--time-to-take-action.sass */
  .Section--time-to-take-action {
    padding: 110px 0;
  }
}

/* line 1, app/assets/stylesheets/keeps/modules/section/_section--treatments.sass */
.Section--treatments {
  padding-top: 140px;
  padding-bottom: 150px;
}

@media (max-width: 767px) {
  /* line 6, app/assets/stylesheets/keeps/modules/section/_section--treatments.sass */
  .Section--treatments {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}

/* line 1, app/assets/stylesheets/keeps/modules/section/_section--why-keeps.sass */
.Section--why-keeps {
  background: url(/assets/sections/why-keeps.jpg) no-repeat center 10%/cover;
  color: #fff;
  padding-top: 165px;
  padding-bottom: 90px;
}

/* line 7, app/assets/stylesheets/keeps/modules/section/_section--why-keeps.sass */
.Section--why-keeps h2 {
  margin-bottom: 30px;
}

/* line 10, app/assets/stylesheets/keeps/modules/section/_section--why-keeps.sass */
.Section--why-keeps p.content {
  opacity: .7;
  margin-bottom: 25px;
  font: 20px/1.50 "Apercu Light", sans-serif;
  letter-spacing: 0.05em;
}

/* line 16, app/assets/stylesheets/keeps/modules/section/_section--why-keeps.sass */
.Section--why-keeps .Section-content {
  width: 420px;
  clear: both;
  float: left;
  padding: 40px 0 68px;
}

/* line 22, app/assets/stylesheets/keeps/modules/section/_section--why-keeps.sass */
.Section--why-keeps .Section-content:last-child {
  width: 365px;
  float: right;
}

@media (max-width: 768px) {
  /* line 27, app/assets/stylesheets/keeps/modules/section/_section--why-keeps.sass */
  .Section--why-keeps {
    padding-top: 80px;
    padding-bottom: 20px;
  }
  /* line 31, app/assets/stylesheets/keeps/modules/section/_section--why-keeps.sass */
  .Section--why-keeps h2 {
    margin-bottom: 20px;
  }
  /* line 34, app/assets/stylesheets/keeps/modules/section/_section--why-keeps.sass */
  .Section--why-keeps .Section-content {
    padding: 30px 0;
  }
}

/* line 1, app/assets/stylesheets/keeps/modules/section/_section--ecommerce.sass */
.Section--ecommerce {
  height: 386px;
  background: url(/assets/sections/buy-treatment.jpg) no-repeat center center/cover;
}

@media (max-width: 768px) {
  /* line 6, app/assets/stylesheets/keeps/modules/section/_section--ecommerce.sass */
  .Section--ecommerce {
    height: 300px;
  }
}

/* line 1, app/assets/stylesheets/keeps/modules/section/_section--purchase-treatment.sass */
.Section--purchase-treatment {
  padding-top: 150px;
}

@media (max-width: 767px) {
  /* line 5, app/assets/stylesheets/keeps/modules/section/_section--purchase-treatment.sass */
  .Section--purchase-treatment {
    padding-top: 100px;
  }
  /* line 8, app/assets/stylesheets/keeps/modules/section/_section--purchase-treatment.sass */
  .Section--box-purchase-treatment {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 767px) {
  /* line 15, app/assets/stylesheets/keeps/modules/section/_section--purchase-treatment.sass */
  .Section--purchase-treatment .List--steps li {
    width: 33%;
  }
}

/* line 1, app/assets/stylesheets/keeps/modules/section/_section--how-it-works.sass */
.Section--how-it-works {
  padding-top: 112px;
}

@media (max-width: 767px) {
  /* line 5, app/assets/stylesheets/keeps/modules/section/_section--how-it-works.sass */
  .Section--how-it-works {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  /* line 8, app/assets/stylesheets/keeps/modules/section/_section--how-it-works.sass */
  .Section--how-it-works.Section--below-header {
    padding-top: 100px;
  }
  /* line 11, app/assets/stylesheets/keeps/modules/section/_section--how-it-works.sass */
  .Section--box-how-it-works {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 1, app/assets/stylesheets/keeps/modules/section/_section--about-us.sass */
.Section--about-us-header {
  background: url(/assets/sections/about_us_bg.jpg) no-repeat center center/cover;
  background-position-y: 15%;
}

/* line 5, app/assets/stylesheets/keeps/modules/section/_section--about-us.sass */
.Section--about-us-footer {
  background-image: url("sections/take-action_hero_bg.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  /* line 12, app/assets/stylesheets/keeps/modules/section/_section--about-us.sass */
  .Section--about-us-footer {
    -webkit-background-size: cover;
    background-size: cover;
    background-position-x: center;
  }
}

/* line 2, app/assets/stylesheets/keeps/modules/section/_section--back.sass */
.Section--back,
.Section--back .container {
  position: static;
}

/* line 1, app/assets/stylesheets/keeps/modules/section/_section--buy-keeps.sass */
.Section--buy-keeps {
  padding-top: 130px;
}

/* line 4, app/assets/stylesheets/keeps/modules/section/_section--buy-keeps.sass */
.Section--buy-keeps .Box--buy-alert {
  font-family: "Apercu Bold", sans-serif;
  font-size: 13px;
  text-align: center;
  color: #FF4646;
  margin-bottom: 7px;
}

/* line 11, app/assets/stylesheets/keeps/modules/section/_section--buy-keeps.sass */
.Section--buy-keeps p {
  margin: 7px 0;
}

/* line 14, app/assets/stylesheets/keeps/modules/section/_section--buy-keeps.sass */
.Section--buy-keeps-header {
  background: url(/assets/sections/homepage-1.jpg) no-repeat right center/cover;
}

/* line 17, app/assets/stylesheets/keeps/modules/section/_section--buy-keeps.sass */
.Section--buy-keeps-header h1 {
  font-family: "Knockout Featherweight Bold", sans-serif;
  font-size: 150px;
  line-height: 0.9;
  margin-bottom: 24px;
}

/* line 23, app/assets/stylesheets/keeps/modules/section/_section--buy-keeps.sass */
.Section--buy-keeps-header h3 {
  width: 55%;
  margin: 0 auto 58px;
}

@media (max-width: 992px) {
  /* line 29, app/assets/stylesheets/keeps/modules/section/_section--buy-keeps.sass */
  .Section--buy-keeps {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  /* line 34, app/assets/stylesheets/keeps/modules/section/_section--buy-keeps.sass */
  .Section--buy-keeps-header h3 {
    width: 100%;
  }
}

@media (max-width: 767px) {
  /* line 38, app/assets/stylesheets/keeps/modules/section/_section--buy-keeps.sass */
  .Section--buy-keeps-header {
    background: url(/assets/sections/homepage-1.jpg) no-repeat 35% center/cover;
  }
  /* line 42, app/assets/stylesheets/keeps/modules/section/_section--buy-keeps.sass */
  .Section--buy-keeps-header h1 {
    font-size: 60px;
  }
  /* line 45, app/assets/stylesheets/keeps/modules/section/_section--buy-keeps.sass */
  .Section--buy-keeps-header h3 {
    font-size: 20px;
  }
}

/* line 1, app/assets/stylesheets/keeps/modules/section/_section--get-started.sass */
.Section--get-started {
  padding-top: 110px;
  background-color: white;
}

/* line 5, app/assets/stylesheets/keeps/modules/section/_section--get-started.sass */
.Section--get-started h6 {
  position: static;
}

/* line 8, app/assets/stylesheets/keeps/modules/section/_section--get-started.sass */
.Section--get-started .Box--product-info-container {
  margin: 14px;
  margin-bottom: 20px;
}

/* line 12, app/assets/stylesheets/keeps/modules/section/_section--get-started.sass */
.Section--get-started .Box--buy-header span {
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* line 16, app/assets/stylesheets/keeps/modules/section/_section--get-started.sass */
.Section--get-started .Box--buy-sub-heading {
  letter-spacing: 0;
  font-size: 12px;
  margin-bottom: 7px;
  line-height: 1;
}

/* line 22, app/assets/stylesheets/keeps/modules/section/_section--get-started.sass */
.Section--get-started .Box--buy-alert {
  font-family: "Apercu Bold", sans-serif;
  font-size: 13px;
  color: #FF4646;
  margin-bottom: 7px;
}

/* line 30, app/assets/stylesheets/keeps/modules/section/_section--get-started.sass */
.Section--get-started .Box-group > .Box {
  padding: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 34, app/assets/stylesheets/keeps/modules/section/_section--get-started.sass */
.Section--get-started .Box--buy-body-container {
  margin: 8px;
  margin-left: 15px;
  margin-right: 15px;
}

/* line 40, app/assets/stylesheets/keeps/modules/section/_section--get-started.sass */
.Section--get-started .Box--buy .Btn {
  width: 90%;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

/* line 45, app/assets/stylesheets/keeps/modules/section/_section--get-started.sass */
.Section--LTDD {
  background-color: #fafaf5;
  padding: 30px 0;
}

/* line 49, app/assets/stylesheets/keeps/modules/section/_section--get-started.sass */
.Section--LTDD .LTDD--information {
  color: #231e20;
  margin-bottom: 20px;
}

/* line 53, app/assets/stylesheets/keeps/modules/section/_section--get-started.sass */
.Section--LTDD .LTDD--information .Btn {
  line-height: 45px;
}

/* line 56, app/assets/stylesheets/keeps/modules/section/_section--get-started.sass */
.Section--LTDD .LTDD--container {
  max-width: 365px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

/* line 62, app/assets/stylesheets/keeps/modules/section/_section--get-started.sass */
.Section--LTDD .LTDD--container .LTDD--title-container {
  margin: 15px;
}

/* line 65, app/assets/stylesheets/keeps/modules/section/_section--get-started.sass */
.Section--LTDD .LTDD--container .LTDD--title-container h2 {
  font-size: 24px;
}

/* line 68, app/assets/stylesheets/keeps/modules/section/_section--get-started.sass */
.Section--get-started-header {
  background: url("review_hero_2x.jpg") no-repeat right center/cover;
  min-height: 300px;
}

@media (max-width: 1441px) {
  /* line 68, app/assets/stylesheets/keeps/modules/section/_section--get-started.sass */
  .Section--get-started-header {
    background: url("review_hero_1x.jpg") no-repeat right center/cover;
  }
}

/* line 74, app/assets/stylesheets/keeps/modules/section/_section--get-started.sass */
.Section--get-started-header .Section-overlay {
  background: #15381B;
  opacity: 0.85;
}

/* line 79, app/assets/stylesheets/keeps/modules/section/_section--get-started.sass */
.Section--get-started-header .List--step-compact p {
  font-size: 16px;
  color: white;
}

/* line 83, app/assets/stylesheets/keeps/modules/section/_section--get-started.sass */
.Section--get-started-header .List--step-compact .Get-started-list-container h3 {
  margin-bottom: 10px;
}

/* line 85, app/assets/stylesheets/keeps/modules/section/_section--get-started.sass */
.Section--get-started-header .List--step-compact .Get-started-list-container .List--item-container {
  margin: 30px;
  margin-top: 0px;
}

/* line 89, app/assets/stylesheets/keeps/modules/section/_section--get-started.sass */
.Section--get-started-header h1 {
  font-family: "Apercu Bold", sans-serif;
  font-size: 24px;
  line-height: 1.2em;
  margin-bottom: 24px;
  color: #FFF;
  text-transform: none;
}

/* line 97, app/assets/stylesheets/keeps/modules/section/_section--get-started.sass */
.Section--get-started-header h3 {
  width: 100%;
  font-size: 16px;
  color: white;
  margin: 0 auto 58px;
}

/* line 103, app/assets/stylesheets/keeps/modules/section/_section--get-started.sass */
.Section--get-started-header .List--steps-title {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  /* line 103, app/assets/stylesheets/keeps/modules/section/_section--get-started.sass */
  .Section--get-started-header .List--steps-title {
    margin-bottom: 30px;
  }
}

/* line 107, app/assets/stylesheets/keeps/modules/section/_section--get-started.sass */
.Section--get-started-header .List--steps-title h2 {
  color: white;
  font-size: 36px;
}

@media (max-width: 1199px) and (min-width: 992px) {
  /* line 115, app/assets/stylesheets/keeps/modules/section/_section--get-started.sass */
  .Section--get-started .Btn--buy {
    min-width: 0;
    letter-spacing: 0.03em;
    line-height: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  /* line 122, app/assets/stylesheets/keeps/modules/section/_section--get-started.sass */
  .Section--get-started .Box--buy-footer-doctor {
    margin-top: 14px;
  }
}

@media (max-width: 992px) {
  /* line 126, app/assets/stylesheets/keeps/modules/section/_section--get-started.sass */
  .Section--get-started {
    padding-top: 30px;
    padding-bottom: 25px;
  }
  /* line 130, app/assets/stylesheets/keeps/modules/section/_section--get-started.sass */
  .Section--padding-sm {
    padding: 20px 0;
    padding-bottom: 0px;
  }
  /* line 135, app/assets/stylesheets/keeps/modules/section/_section--get-started.sass */
  .Section--get-started-header h3 {
    width: 100%;
  }
  /* line 139, app/assets/stylesheets/keeps/modules/section/_section--get-started.sass */
  .List--steps-compact li {
    padding: 0 0 10px;
  }
}

@media (max-width: 767px) {
  /* line 143, app/assets/stylesheets/keeps/modules/section/_section--get-started.sass */
  .Section--get-started-header {
    background: url("review_hero_1x.jpg");
    background-position: 85% 5%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  /* line 150, app/assets/stylesheets/keeps/modules/section/_section--get-started.sass */
  .Section--get-started-header .List--step-compact .Get-started-list-container .List--item-container {
    margin: 30px;
    margin-top: 0px;
    margin-bottom: 15px;
  }
  /* line 155, app/assets/stylesheets/keeps/modules/section/_section--get-started.sass */
  .Section--get-started-header h1 {
    font-size: 25px;
    text-transform: none;
  }
  /* line 159, app/assets/stylesheets/keeps/modules/section/_section--get-started.sass */
  .Section--get-started-header h3 {
    font-size: 20px;
  }
  /* line 164, app/assets/stylesheets/keeps/modules/section/_section--get-started.sass */
  .Section--get-started .Box--buy {
    border: 1px solid #E7E7E7;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }
  /* line 168, app/assets/stylesheets/keeps/modules/section/_section--get-started.sass */
  .Section--get-started .Box-group > .Box {
    margin-bottom: 20px;
  }
}

/* line 171, app/assets/stylesheets/keeps/modules/section/_section--get-started.sass */
.Purchase--panel-regular-price {
  background-color: white;
  font-family: "Apercu Mono";
  font-size: 12px;
  margin: 5px;
  color: #979797;
}

/* line 178, app/assets/stylesheets/keeps/modules/section/_section--get-started.sass */
.Description--title {
  font-family: "Apercu Mono";
  font-size: 14px;
  text-transform: uppercase;
}

/* line 183, app/assets/stylesheets/keeps/modules/section/_section--get-started.sass */
.Description--info {
  color: black;
  font-family: "Apercu Bold";
}

/* line 187, app/assets/stylesheets/keeps/modules/section/_section--get-started.sass */
.Radio--title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: self-end;
      -ms-flex-align: self-end;
          align-items: self-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 192, app/assets/stylesheets/keeps/modules/section/_section--get-started.sass */
.Radio--title-container .Radio--title {
  margin-right: 5px;
}

/* line 195, app/assets/stylesheets/keeps/modules/section/_section--get-started.sass */
.Radio--title-container .Tooltip-icon {
  width: 14px;
}

/* line 198, app/assets/stylesheets/keeps/modules/section/_section--get-started.sass */
.Radio--title {
  font-family: "Apercu Mono";
  font-size: 14px;
  text-transform: uppercase;
}

/* line 203, app/assets/stylesheets/keeps/modules/section/_section--get-started.sass */
.Radio--item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

/* line 206, app/assets/stylesheets/keeps/modules/section/_section--get-started.sass */
.Box--purchase-container {
  background-color: #fbfbfb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
  height: 145px;
}

/* line 214, app/assets/stylesheets/keeps/modules/section/_section--get-started.sass */
.Radio--container {
  margin-left: 15px;
}

/* line 217, app/assets/stylesheets/keeps/modules/section/_section--get-started.sass */
.Radio--with-info {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #4c4c4c;
  font-family: "Apercu Light";
  margin-top: 8px;
  text-align: left;
}

/* line 226, app/assets/stylesheets/keeps/modules/section/_section--get-started.sass */
.Radio--with-info p {
  font-size: 12px;
  margin-top: 0;
  line-height: 1;
}

/* line 231, app/assets/stylesheets/keeps/modules/section/_section--get-started.sass */
.Radio--with-addtl-info {
  margin-top: 10px;
}

/* line 233, app/assets/stylesheets/keeps/modules/section/_section--get-started.sass */
.Radio--with-addtl-info label {
  margin-bottom: 0px;
}

/* line 236, app/assets/stylesheets/keeps/modules/section/_section--get-started.sass */
.Radio--input-selected {
  color: black;
  font-family: "Apercu Bold";
}

/* line 240, app/assets/stylesheets/keeps/modules/section/_section--get-started.sass */
.Radio--input-selected p {
  font-family: "Apercu Light";
}

/* line 1, app/assets/stylesheets/keeps/modules/section/_section--gift-cards.scss */
.Content--gift-cards {
  background-color: #fbfbfb;
}

/* line 5, app/assets/stylesheets/keeps/modules/section/_section--gift-cards.scss */
.Gift-cards--small-title {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 20px;
}

/* line 11, app/assets/stylesheets/keeps/modules/section/_section--gift-cards.scss */
.Gift-cards--icon-border {
  padding: 45px;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  margin-bottom: 25px;
}

/* line 18, app/assets/stylesheets/keeps/modules/section/_section--gift-cards.scss */
.Gift-cards--icon-border .Gift-cards--gift-icon {
  margin-bottom: 0;
}

/* line 23, app/assets/stylesheets/keeps/modules/section/_section--gift-cards.scss */
.Gift-cards--gift-icon {
  background: url(/assets/icons/gift_icon.png) no-repeat center center;
  background-size: contain;
  width: 90px;
  height: 90px;
  margin-bottom: 20px;
}

@media (min-width: 767px) {
  /* line 30, app/assets/stylesheets/keeps/modules/section/_section--gift-cards.scss */
  .Gift-cards--gift-icon.mobile-only {
    display: none;
  }
}

/* line 37, app/assets/stylesheets/keeps/modules/section/_section--gift-cards.scss */
.Gift-cards--centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 44, app/assets/stylesheets/keeps/modules/section/_section--gift-cards.scss */
.Gift-cards--form {
  position: relative;
  width: 335px;
}

@media (max-width: 767px) {
  /* line 44, app/assets/stylesheets/keeps/modules/section/_section--gift-cards.scss */
  .Gift-cards--form {
    width: auto;
  }
}

/* line 53, app/assets/stylesheets/keeps/modules/section/_section--gift-cards.scss */
.Gift-cards--form-section {
  margin-bottom: 40px;
}

/* line 57, app/assets/stylesheets/keeps/modules/section/_section--gift-cards.scss */
.Gift-cards--form--header {
  font-family: "Apercu Bold";
  font-size: 18px;
  letter-spacing: 0;
  line-height: 24px;
  color: #231e20;
  border-bottom: 1px solid #231e20;
  padding-bottom: 8px;
  margin-bottom: 20px;
}

/* line 68, app/assets/stylesheets/keeps/modules/section/_section--gift-cards.scss */
.Gift-cards--registration-amounts {
  width: 100%;
  margin-bottom: 20px;
}

/* line 72, app/assets/stylesheets/keeps/modules/section/_section--gift-cards.scss */
.Gift-cards--registration-amounts .Radio-picker--item-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 32%;
          flex: 0 32%;
}

/* line 77, app/assets/stylesheets/keeps/modules/section/_section--gift-cards.scss */
.Gift-cards--registration-amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

/* line 85, app/assets/stylesheets/keeps/modules/section/_section--gift-cards.scss */
.Gift-cards--registration-amount--title {
  font-size: 14px;
}

/* line 89, app/assets/stylesheets/keeps/modules/section/_section--gift-cards.scss */
.Gift-cards--registration-amount--number {
  font-family: "Tiempos Headline Bold", serif;
  font-size: 40px;
  border: 2px solid #ff4646;
  border-radius: 100%;
  margin: 7px 0;
  width: 74px;
  height: 74px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 102, app/assets/stylesheets/keeps/modules/section/_section--gift-cards.scss */
.Gift-cards--registration-amount--price {
  font-weight: 800;
  font-size: 14px;
}

/* line 107, app/assets/stylesheets/keeps/modules/section/_section--gift-cards.scss */
.Gift-cards--registration-amount--amount-off {
  font-size: 11px;
}

/* line 111, app/assets/stylesheets/keeps/modules/section/_section--gift-cards.scss */
.Gift-cards--form--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

/* line 116, app/assets/stylesheets/keeps/modules/section/_section--gift-cards.scss */
.Gift-cards--form--row-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 8px;
}

/* line 120, app/assets/stylesheets/keeps/modules/section/_section--gift-cards.scss */
.Gift-cards--form--row-item:first-child {
  margin-left: 0;
}

/* line 124, app/assets/stylesheets/keeps/modules/section/_section--gift-cards.scss */
.Gift-cards--form--row-item:last-child {
  margin-right: 0;
}

/* line 129, app/assets/stylesheets/keeps/modules/section/_section--gift-cards.scss */
.Gift-cards--appearence-label {
  margin-top: 15px;
  padding: 0;
}

/* line 135, app/assets/stylesheets/keeps/modules/section/_section--gift-cards.scss */
.Gift-cards--appearence-picker.Radio-picker .Radio-picker--item-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 49%;
          flex: 0 49%;
  height: 156px;
  margin-bottom: 6px;
}

/* line 140, app/assets/stylesheets/keeps/modules/section/_section--gift-cards.scss */
.Gift-cards--appearence-picker.Radio-picker .Radio-picker--item-container:nth-child(odd) {
  margin-left: 0;
}

/* line 144, app/assets/stylesheets/keeps/modules/section/_section--gift-cards.scss */
.Gift-cards--appearence-picker.Radio-picker .Radio-picker--item-container:nth-child(even) {
  margin-right: 0;
}

/* line 150, app/assets/stylesheets/keeps/modules/section/_section--gift-cards.scss */
.Gift-cards--appearence {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* line 159, app/assets/stylesheets/keeps/modules/section/_section--gift-cards.scss */
.Gift-cards--appearence-image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* line 166, app/assets/stylesheets/keeps/modules/section/_section--gift-cards.scss */
.Gift-cards--appearence-image.hairline {
  background-image: url(/assets/quiz/hair-loss/hairline.svg);
}

/* line 170, app/assets/stylesheets/keeps/modules/section/_section--gift-cards.scss */
.Gift-cards--appearence-image.crown {
  background-image: url(/assets/quiz/hair-loss/crown.svg);
}

/* line 174, app/assets/stylesheets/keeps/modules/section/_section--gift-cards.scss */
.Gift-cards--appearence-image.hairline-and-crown {
  background-image: url(/assets/quiz/hair-loss/both.svg);
}

/* line 178, app/assets/stylesheets/keeps/modules/section/_section--gift-cards.scss */
.Gift-cards--appearence-image.bald {
  background-image: url(/assets/quiz/hair-loss/bald.svg);
}

/* line 183, app/assets/stylesheets/keeps/modules/section/_section--gift-cards.scss */
.Gift-cards--appearence-text {
  text-align: center;
  font-size: 14px;
  margin-top: 8px;
}

/* line 189, app/assets/stylesheets/keeps/modules/section/_section--gift-cards.scss */
.Gift-cards--order-data.Quiz-order-info {
  padding: 20px;
  margin: 0 -20px;
  background-color: #fff;
}

@media (max-width: 767px) {
  /* line 189, app/assets/stylesheets/keeps/modules/section/_section--gift-cards.scss */
  .Gift-cards--order-data.Quiz-order-info {
    margin: auto;
  }
}

/* line 198, app/assets/stylesheets/keeps/modules/section/_section--gift-cards.scss */
.Gift-cards--order-data.Quiz-order-info h3 {
  font-family: "Apercu Bold";
  font-size: 22px;
  line-height: 22px;
  letter-spacing: 0;
  color: #231e20;
  border-bottom: 1px solid #231e20;
  padding-bottom: 8px;
  margin-bottom: 20px;
}

/* line 210, app/assets/stylesheets/keeps/modules/section/_section--gift-cards.scss */
.Gift-cards--order-heading {
  font-family: "Apercu Bold";
  margin-bottom: 8px;
}

/* line 215, app/assets/stylesheets/keeps/modules/section/_section--gift-cards.scss */
.Gift-cards--order-total {
  font-family: "Apercu Bold";
}

/* line 219, app/assets/stylesheets/keeps/modules/section/_section--gift-cards.scss */
.Gift-cards--order-data--submit {
  margin-top: 20px;
}

/* line 222, app/assets/stylesheets/keeps/modules/section/_section--gift-cards.scss */
.Gift-cards--order-data--submit button {
  width: 100%;
}

/* line 227, app/assets/stylesheets/keeps/modules/section/_section--gift-cards.scss */
.Gift-cards--static {
  padding: 70px 20px 90px 20px;
}

/* line 230, app/assets/stylesheets/keeps/modules/section/_section--gift-cards.scss */
.Gift-cards--static p {
  opacity: 0.7;
  font-size: 18px;
  color: #4c4c4c;
  letter-spacing: 0;
  line-height: 28px;
}

/* line 239, app/assets/stylesheets/keeps/modules/section/_section--gift-cards.scss */
.Gift-cards--static-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 245, app/assets/stylesheets/keeps/modules/section/_section--gift-cards.scss */
.Gift-cards--static-button {
  margin-top: 30px;
}

/* line 1, app/assets/stylesheets/keeps/modules/section/_section--contact.sass */
.Section--contact {
  padding: 90px 0;
}

/* line 1, app/assets/stylesheets/keeps/modules/section/_section--reviews.sass */
.featured-in-background {
  background: #fafaf5;
}

@media only screen and (max-width: 993px) {
  /* line 5, app/assets/stylesheets/keeps/modules/section/_section--reviews.sass */
  .men-of-action {
    margin: 0 10px;
  }
}

/* line 8, app/assets/stylesheets/keeps/modules/section/_section--reviews.sass */
.men-of-action-title {
  font-size: 30px;
  margin: 0 -20px 0.35em;
}

/* line 11, app/assets/stylesheets/keeps/modules/section/_section--reviews.sass */
.men-of-action-subtitle {
  margin: 0 -40px;
  font-size: 100%;
  letter-spacing: -0.3px;
}

/* line 15, app/assets/stylesheets/keeps/modules/section/_section--reviews.sass */
.featured-header::before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 45px;
  border: 1px solid #faa5a1;
  margin-bottom: 8px;
}

@media only screen and (max-width: 1300px) {
  /* line 24, app/assets/stylesheets/keeps/modules/section/_section--reviews.sass */
  .men-of-action-title {
    font-size: 30px;
  }
  /* line 26, app/assets/stylesheets/keeps/modules/section/_section--reviews.sass */
  .men-of-action-subtitle {
    font-size: 90%;
  }
}

@media only screen and (min-width: 766px) {
  /* line 30, app/assets/stylesheets/keeps/modules/section/_section--reviews.sass */
  .slick-arrow {
    display: none !important;
  }
}

/* line 33, app/assets/stylesheets/keeps/modules/section/_section--reviews.sass */
.men-of-action-substrate::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 320px;
  background: #fafaf5;
}

/* line 41, app/assets/stylesheets/keeps/modules/section/_section--reviews.sass */
.review-carousel {
  padding-top: 28px;
  display: table;
  table-layout: fixed;
  width: 80%;
  margin: 0 auto;
}

/* line 48, app/assets/stylesheets/keeps/modules/section/_section--reviews.sass */
.slick-active {
  outline: none;
}

/* line 51, app/assets/stylesheets/keeps/modules/section/_section--reviews.sass */
.carousel-img {
  max-width: 350px;
}

/* line 54, app/assets/stylesheets/keeps/modules/section/_section--reviews.sass */
.slick-prev {
  left: -35px;
}

/* line 57, app/assets/stylesheets/keeps/modules/section/_section--reviews.sass */
.slick-next {
  right: -30px;
}

/* line 60, app/assets/stylesheets/keeps/modules/section/_section--reviews.sass */
.yotpo-sum-reviews {
  top: -25px !important;
  left: 0 !important;
}

/* line 1, app/assets/stylesheets/keeps/modules/section/_section--jobs.sass */
.Section--jobs {
  padding-bottom: 0;
}

/* line 1, app/assets/stylesheets/keeps/modules/section/_section--ooh-homepage.sass */
.Section--ooh-homepage {
  background-color: #FAFAF5;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 0;
}

/* line 7, app/assets/stylesheets/keeps/modules/section/_section--ooh-homepage.sass */
.Section--ooh-homepage h1 {
  font: 40px/48px "Apercu Bold", sans-serif;
}

/* line 10, app/assets/stylesheets/keeps/modules/section/_section--ooh-homepage.sass */
.Section--ooh-homepage .ooh-homepage-image-left-desktop,
.Section--ooh-homepage .ooh-homepage-image-right-desktop {
  display: none;
}

/* line 14, app/assets/stylesheets/keeps/modules/section/_section--ooh-homepage.sass */
.Section--ooh-homepage .Section--header-content {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

/* line 21, app/assets/stylesheets/keeps/modules/section/_section--ooh-homepage.sass */
.Section--ooh-homepage .Section--header-content .Btn {
  height: 60px;
  width: 262px;
  margin: auto;
  background-color: #FF4646;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 31, app/assets/stylesheets/keeps/modules/section/_section--ooh-homepage.sass */
.Section--ooh-homepage .Section--header-content .Section--header-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
}

/* line 36, app/assets/stylesheets/keeps/modules/section/_section--ooh-homepage.sass */
.Section--ooh-homepage .Section--header-content p {
  font: 16px/24px "Apercu Light", sans-serif;
  letter-spacing: 0.05em;
  color: #4C4C4C;
  margin-top: 0;
  text-align: center;
}

/* line 43, app/assets/stylesheets/keeps/modules/section/_section--ooh-homepage.sass */
.Section--ooh-homepage .Section--images-mobile {
  padding-top: 40px;
}

@media (min-width: 1024px) {
  /* line 47, app/assets/stylesheets/keeps/modules/section/_section--ooh-homepage.sass */
  .Section--ooh-homepage {
    padding: 0;
    display: grid;
    grid-template-columns: [left] 25% [middle] 50% [right] 25%;
    min-height: 0;
  }
  /* line 53, app/assets/stylesheets/keeps/modules/section/_section--ooh-homepage.sass */
  .Section--ooh-homepage .ooh-homepage-text-content {
    -ms-flex-item-align: center;
        align-self: center;
    text-align: center;
  }
  /* line 57, app/assets/stylesheets/keeps/modules/section/_section--ooh-homepage.sass */
  .Section--ooh-homepage h1 {
    font-size: 54px;
    line-height: 60px;
  }
  /* line 62, app/assets/stylesheets/keeps/modules/section/_section--ooh-homepage.sass */
  .Section--ooh-homepage .Section--header-content p {
    font: 21px/32px "Apercu Light", sans-serif;
  }
  /* line 65, app/assets/stylesheets/keeps/modules/section/_section--ooh-homepage.sass */
  .Section--ooh-homepage .Section--images-mobile {
    display: none;
  }
  /* line 68, app/assets/stylesheets/keeps/modules/section/_section--ooh-homepage.sass */
  .Section--ooh-homepage .ooh-homepage-image-left-desktop,
.Section--ooh-homepage .ooh-homepage-image-right-desktop {
    display: block;
  }
}

/* line 1, app/assets/stylesheets/keeps/modules/section/_section--khr.sass */
.Section--khr {
  background: url(/assets/sections/KHR-background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  max-width: 1202px;
  height: 475px;
  margin: 0 auto;
  color: #fff;
  margin-bottom: 80px;
}

@media (max-width: 991px) {
  /* line 1, app/assets/stylesheets/keeps/modules/section/_section--khr.sass */
  .Section--khr {
    margin-left: -35px;
    margin-right: -35px;
    margin-bottom: 40px;
    height: 424px;
  }
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/keeps/modules/section/_section--khr.sass */
  .Section--khr {
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 10px;
  }
}

@media (max-width: 480px) {
  /* line 1, app/assets/stylesheets/keeps/modules/section/_section--khr.sass */
  .Section--khr {
    background-position: 45% 75%;
    margin-left: -25px;
    margin-right: -25px;
  }
}

/* line 29, app/assets/stylesheets/keeps/modules/section/_section--khr.sass */
.Section--khr h2 {
  color: #fff;
  font-family: "Apercu Bold", sans-serif;
  text-transform: uppercase;
}

@media (max-width: 480px) {
  /* line 29, app/assets/stylesheets/keeps/modules/section/_section--khr.sass */
  .Section--khr h2 {
    font-size: 42px;
  }
}

/* line 36, app/assets/stylesheets/keeps/modules/section/_section--khr.sass */
.Section--khr .title-description {
  color: #fff;
  margin-bottom: 24px;
  font-size: 20px;
  font-family: "Apercu Light";
}

/* line 42, app/assets/stylesheets/keeps/modules/section/_section--khr.sass */
.Section--khr .Btn {
  background-color: #fff;
  border-color: #fff;
  color: #231E20;
}

@media (min-width: 1199px) {
  /* line 48, app/assets/stylesheets/keeps/modules/section/_section--khr.sass */
  .Section--khr .Btn:hover, .Section--khr .Btn:focus {
    background-color: #fff;
    color: #231E20;
  }
}

/* line 53, app/assets/stylesheets/keeps/modules/section/_section--khr.sass */
.Section--khr .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 10px;
  padding-left: 180px;
}

@media (max-width: 1199px) {
  /* line 53, app/assets/stylesheets/keeps/modules/section/_section--khr.sass */
  .Section--khr .content {
    padding-left: 100px;
  }
}

@media (max-width: 991px) {
  /* line 53, app/assets/stylesheets/keeps/modules/section/_section--khr.sass */
  .Section--khr .content {
    padding-left: 25px;
  }
}

/* line 1, app/assets/stylesheets/keeps/modules/section/_section--intro-pomade.sass */
.Section--pomade {
  background: url(/assets/sections/introducing-pomade.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 495px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 991px) {
  /* line 1, app/assets/stylesheets/keeps/modules/section/_section--intro-pomade.sass */
  .Section--pomade {
    background-position: 35%;
  }
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/keeps/modules/section/_section--intro-pomade.sass */
  .Section--pomade {
    padding-top: 0;
    height: 540px;
  }
}

@media (max-width: 480px) {
  /* line 1, app/assets/stylesheets/keeps/modules/section/_section--intro-pomade.sass */
  .Section--pomade {
    background: url(/assets/sections/img-pomade-bg-m.jpg);
    background-repeat: no-repeat;
    height: 540px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 36px;
    margin-left: 0px;
    background-size: cover;
    background-position: bottom;
  }
}

@media (max-width: 1439px) {
  /* line 27, app/assets/stylesheets/keeps/modules/section/_section--intro-pomade.sass */
  .Section--pomade h2 {
    font-size: 48px;
  }
}

@media (max-width: 991px) {
  /* line 27, app/assets/stylesheets/keeps/modules/section/_section--intro-pomade.sass */
  .Section--pomade h2 {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  /* line 27, app/assets/stylesheets/keeps/modules/section/_section--intro-pomade.sass */
  .Section--pomade h2 {
    font-size: 36px;
  }
}

/* line 39, app/assets/stylesheets/keeps/modules/section/_section--intro-pomade.sass */
.Section--pomade .title-description {
  margin-bottom: 36px;
  margin-top: 16px;
  font-size: 20px;
  color: #000000;
}

@media (max-width: 480px) {
  /* line 39, app/assets/stylesheets/keeps/modules/section/_section--intro-pomade.sass */
  .Section--pomade .title-description {
    margin-bottom: 24px;
    margin-top: 5px;
    font-size: 16px;
  }
}

/* line 50, app/assets/stylesheets/keeps/modules/section/_section--intro-pomade.sass */
.Section--pomade .Btn {
  background-color: #000000;
  width: 245px;
}

/* line 54, app/assets/stylesheets/keeps/modules/section/_section--intro-pomade.sass */
.Section--pomade .container-pomade {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 480px) {
  /* line 54, app/assets/stylesheets/keeps/modules/section/_section--intro-pomade.sass */
  .Section--pomade .container-pomade {
    width: 100%;
  }
}

/* line 62, app/assets/stylesheets/keeps/modules/section/_section--intro-pomade.sass */
.Section--pomade .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  max-width: 600px;
}

@media (max-width: 767px) {
  /* line 62, app/assets/stylesheets/keeps/modules/section/_section--intro-pomade.sass */
  .Section--pomade .content {
    margin-top: 25px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (max-width: 480px) {
  /* line 62, app/assets/stylesheets/keeps/modules/section/_section--intro-pomade.sass */
  .Section--pomade .content {
    margin-right: 15px;
  }
}

@media (max-width: 375px) {
  /* line 62, app/assets/stylesheets/keeps/modules/section/_section--intro-pomade.sass */
  .Section--pomade .content {
    margin-right: 10px;
  }
}

/* line 1, app/assets/stylesheets/keeps/modules/_step.sass */
.Step {
  padding: 55px 0;
}

/* line 4, app/assets/stylesheets/keeps/modules/_step.sass */
.Step + .Step {
  padding-top: 0;
}

/* line 7, app/assets/stylesheets/keeps/modules/_step.sass */
.Step-img + div {
  margin-top: 60px;
}

/* line 11, app/assets/stylesheets/keeps/modules/_step.sass */
.Step-number {
  float: left;
  width: 260px;
  margin-bottom: 40px;
  font: 140px/1 "Tiempos Headline Bold", serif;
  color: #231E20;
  text-align: center;
}

/* line 19, app/assets/stylesheets/keeps/modules/_step.sass */
.Step-number.is-reversed {
  float: right;
}

/* line 22, app/assets/stylesheets/keeps/modules/_step.sass */
.Step-title {
  width: 340px;
  float: left;
  position: relative;
  padding-top: 13px;
  padding-right: 30px;
  margin-top: 27px;
  text-align: left;
  border: none;
  color: #231E20;
  line-height: 1.5;
}

/* line 34, app/assets/stylesheets/keeps/modules/_step.sass */
.Step-title.is-reversed {
  float: right;
}

/* line 37, app/assets/stylesheets/keeps/modules/_step.sass */
.Step-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1px;
  height: 1px;
  width: 43px;
  background: #FF4646;
}

/* line 46, app/assets/stylesheets/keeps/modules/_step.sass */
.Steps-indicator {
  position: fixed;
  left: 50%;
  top: 50%;
  margin-top: -67px;
  margin-left: -605px;
  list-style: none;
  opacity: 0;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
  z-index: 200;
}

/* line 57, app/assets/stylesheets/keeps/modules/_step.sass */
.Steps-indicator.is-visible {
  opacity: 1;
}

/* line 60, app/assets/stylesheets/keeps/modules/_step.sass */
.Steps-indicator li {
  margin: 14px 0;
  width: 26px;
  height: 26px;
  line-height: 26px;
  font-size: 13px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid transparent;
  color: #6e6e6e;
  cursor: pointer;
  -webkit-transition: border-color .4s, color .4s;
  -o-transition: border-color .4s, color .4s;
  transition: border-color .4s, color .4s;
}

/* line 73, app/assets/stylesheets/keeps/modules/_step.sass */
.Steps-indicator li.is-active {
  border-color: #e37070;
  color: #e37070;
}

@media (max-width: 768px) {
  /* line 78, app/assets/stylesheets/keeps/modules/_step.sass */
  .Step {
    padding-top: 0;
  }
  /* line 81, app/assets/stylesheets/keeps/modules/_step.sass */
  .Step-img {
    margin: 0 -20px;
  }
  /* line 85, app/assets/stylesheets/keeps/modules/_step.sass */
  .Step-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-top: 20px;
    margin-bottom: 35px;
  }
  /* line 92, app/assets/stylesheets/keeps/modules/_step.sass */
  .Step-number {
    width: 30%;
    font-size: 140px;
    line-height: 1;
    margin: 0 0 5px;
  }
  /* line 98, app/assets/stylesheets/keeps/modules/_step.sass */
  .Step-title {
    width: 64%;
    margin: 0 0 0 auto;
    padding-right: 15px;
    padding-top: 20px;
    font-size: 18px;
    line-height: 1.45;
  }
}

/* line 1, app/assets/stylesheets/keeps/modules/_price.sass */
.Price {
  overflow: hidden;
  margin-top: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 6, app/assets/stylesheets/keeps/modules/_price.sass */
.Price-content {
  padding-right: 10px;
  line-height: 1.4;
  width: 50%;
}

/* line 11, app/assets/stylesheets/keeps/modules/_price.sass */
.Price-content > a {
  float: left;
}

/* line 14, app/assets/stylesheets/keeps/modules/_price.sass */
.Price-content small {
  display: block;
  opacity: .7;
  font-size: 14px;
  color: #4C4C4C;
  letter-spacing: 0.025em;
  margin-top: 3px;
}

/* line 22, app/assets/stylesheets/keeps/modules/_price.sass */
.Price-content strong {
  color: #231E20;
  font-family: "Tiempos Headline Bold", serif;
  font-size: 24px;
}

/* line 27, app/assets/stylesheets/keeps/modules/_price.sass */
.Price-content span {
  font-size: 60px;
  line-height: 1;
}

/* line 31, app/assets/stylesheets/keeps/modules/_price.sass */
.Price-content sup {
  position: relative;
  top: -23px;
  font-size: 28px;
}

/* line 36, app/assets/stylesheets/keeps/modules/_price.sass */
.Price-content em {
  font-style: normal;
}

/* line 39, app/assets/stylesheets/keeps/modules/_price.sass */
.Price-action {
  width: 50%;
  padding-top: 26px;
}

/* line 44, app/assets/stylesheets/keeps/modules/_price.sass */
.Price-content--2 {
  margin: 0 auto 30px;
  text-align: center;
  padding-right: 0;
  width: 100%;
}

/* line 50, app/assets/stylesheets/keeps/modules/_price.sass */
.Price-content--2 span {
  font-size: 70px;
}

/* line 53, app/assets/stylesheets/keeps/modules/_price.sass */
.Price-content--2 small {
  font-family: "Apercu Bold", sans-serif;
  font-size: 18px;
  opacity: 1;
  margin-bottom: -4px;
}

/* line 59, app/assets/stylesheets/keeps/modules/_price.sass */
.Price-content--2 em, .Price-content--2 sup {
  font-size: 38px;
}

/* line 62, app/assets/stylesheets/keeps/modules/_price.sass */
.Price-content--2 sup {
  position: relative;
  top: -23px;
  left: -3px;
}

/* line 69, app/assets/stylesheets/keeps/modules/_price.sass */
.Price--treatment {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Apercu Bold";
  font-size: 30px;
  text-align: center;
  color: #231E20;
}

/* line 78, app/assets/stylesheets/keeps/modules/_price.sass */
.Price-note {
  display: block;
  font-size: 14px;
  font-style: normal;
}

/* line 83, app/assets/stylesheets/keeps/modules/_price.sass */
.Price-original,
.Price-discounted {
  margin: 0 10px;
}

/* line 87, app/assets/stylesheets/keeps/modules/_price.sass */
.Price-original {
  position: relative;
}

/* line 90, app/assets/stylesheets/keeps/modules/_price.sass */
.Price-original::after {
  content: "";
  position: absolute;
  top: 19px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #FF4646;
}

/* line 99, app/assets/stylesheets/keeps/modules/_price.sass */
.Price-discounted {
  color: #FF4646;
}

/* line 104, app/assets/stylesheets/keeps/modules/_price.sass */
.Price--plan {
  margin-bottom: 20px;
  display: block;
  text-align: center;
}

/* line 109, app/assets/stylesheets/keeps/modules/_price.sass */
.Price-title {
  font-family: "Apercu Light";
  margin-bottom: 0;
}

/* line 113, app/assets/stylesheets/keeps/modules/_price.sass */
.Price-title strong {
  font-family: "Apercu Bold";
}

/* line 116, app/assets/stylesheets/keeps/modules/_price.sass */
.Price-promo {
  display: block;
  font-weight: bold;
  font-size: 16px;
  font-family: "Apercu Bold";
  color: #FF4646;
}

@media (max-width: 768px) {
  /* line 125, app/assets/stylesheets/keeps/modules/_price.sass */
  .Price > a {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

/* line 3, app/assets/stylesheets/keeps/modules/_newsletter.sass */
.Newsletter {
  overflow: hidden;
  margin-bottom: 34px;
  padding-top: 13px;
}

/* line 8, app/assets/stylesheets/keeps/modules/_newsletter.sass */
.Newsletter h2 {
  font-size: 26px;
  margin-bottom: 26px;
}

/* line 12, app/assets/stylesheets/keeps/modules/_newsletter.sass */
.Newsletter button,
.Newsletter input {
  float: left;
  height: 40px;
  padding-right: 10px;
  line-height: 30px;
  border: none;
  background: none;
  border-radius: 0;
  border-bottom: 1px solid #CCCCCC;
  outline: none;
  width: calc(100% - 78px);
  color: #fff;
}

/* line 26, app/assets/stylesheets/keeps/modules/_newsletter.sass */
.Newsletter button {
  text-transform: uppercase;
  width: 78px;
  font-family: "Apercu Bold", sans-serif;
  font-size: 12px;
  letter-spacing: 0.15em;
}

/* line 33, app/assets/stylesheets/keeps/modules/_newsletter.sass */
.Newsletter ::-webkit-input-placeholder {
  color: #fff !important;
  opacity: .4;
  padding-left: 14px;
  letter-spacing: 0.04em;
}
.Newsletter ::-moz-placeholder {
  color: #fff !important;
  opacity: .4;
  padding-left: 14px;
  letter-spacing: 0.04em;
}
.Newsletter :-ms-input-placeholder {
  color: #fff !important;
  opacity: .4;
  padding-left: 14px;
  letter-spacing: 0.04em;
}
.Newsletter ::-ms-input-placeholder {
  color: #fff !important;
  opacity: .4;
  padding-left: 14px;
  letter-spacing: 0.04em;
}
.Newsletter ::placeholder {
  color: #fff !important;
  opacity: .4;
  padding-left: 14px;
  letter-spacing: 0.04em;
}

/* line 39, app/assets/stylesheets/keeps/modules/_newsletter.sass */
.Newsletter .Newsletter-container {
  height: 40px;
}

/* line 42, app/assets/stylesheets/keeps/modules/_newsletter.sass */
.Newsletter .Newsletter-message {
  padding-left: 17px;
  margin-top: 7px;
  height: 24px;
}

@media (max-width: 767px) {
  /* line 48, app/assets/stylesheets/keeps/modules/_newsletter.sass */
  .Newsletter {
    margin-top: 30px;
  }
  /* line 51, app/assets/stylesheets/keeps/modules/_newsletter.sass */
  .Newsletter h2 {
    text-align: center;
  }
}

/* line 1, app/assets/stylesheets/shared/modules/_checkout.sass */
.Checkout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 5, app/assets/stylesheets/shared/modules/_checkout.sass */
.Checkout h3 {
  font-size: 24px;
  border-bottom: 1px solid #231E20;
  padding-bottom: 15px;
  margin-bottom: 31px;
}

/* line 11, app/assets/stylesheets/shared/modules/_checkout.sass */
.Checkout .Promo-title {
  padding-bottom: 45px;
}

/* line 14, app/assets/stylesheets/shared/modules/_checkout.sass */
.Checkout h4 {
  font-size: 18px;
  font-family: "Apercu Bold", sans-serif;
  letter-spacing: 0.01em;
  margin-top: 0;
  margin-bottom: 6px;
}

/* line 21, app/assets/stylesheets/shared/modules/_checkout.sass */
.Checkout-navi {
  padding-left: 20px;
  width: 100%;
}

/* line 25, app/assets/stylesheets/shared/modules/_checkout.sass */
.Checkout-content,
.Checkout-summary {
  background: #fff;
  padding: 40px 60px;
  padding-bottom: 0px;
  height: 100%;
}

/* line 32, app/assets/stylesheets/shared/modules/_checkout.sass */
.Checkout-content .Checkout-summary-no-padding,
.Checkout-summary .Checkout-summary-no-padding {
  padding: 0;
}

/* line 35, app/assets/stylesheets/shared/modules/_checkout.sass */
.Checkout-content {
  width: calc(61% - 18px);
  margin-right: 18px;
}

/* line 39, app/assets/stylesheets/shared/modules/_checkout.sass */
.Checkout-note {
  margin-top: -20px;
}

/* line 42, app/assets/stylesheets/shared/modules/_checkout.sass */
.Checkout-summary {
  width: 39%;
}

/* line 47, app/assets/stylesheets/shared/modules/_checkout.sass */
.Checkout-summary.Checkout-summary--ecommerce .Checkout-drugs .Treatment-addon-banner + .Treatment-no-top-border {
  margin-top: 0;
}

/* line 50, app/assets/stylesheets/shared/modules/_checkout.sass */
.Checkout-summary.Checkout-summary--ecommerce .Checkout-drugs .Treatment-drugs-item {
  border: 1px solid #ccc;
  padding: 15px;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 59, app/assets/stylesheets/shared/modules/_checkout.sass */
.Checkout-summary.Checkout-summary--ecommerce .Checkout-drugs .Treatment-drugs-item h4 {
  font-size: 17px;
  margin-bottom: 4px;
  text-align: left;
}

/* line 64, app/assets/stylesheets/shared/modules/_checkout.sass */
.Checkout-summary.Checkout-summary--ecommerce .Checkout-drugs .Treatment-drugs-item .Checkout-subtitle {
  margin-bottom: 0;
  line-height: 1;
}

/* line 68, app/assets/stylesheets/shared/modules/_checkout.sass */
.Checkout-summary.Checkout-summary--ecommerce .Checkout-drugs .Treatment-drugs-item .Price {
  margin-top: 0;
}

/* line 71, app/assets/stylesheets/shared/modules/_checkout.sass */
.Checkout-summary.Checkout-summary--ecommerce .Checkout-drugs .Treatment-drugs-item .Price .Price--treatment {
  font-size: 20px;
  line-height: 1;
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 7px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 79, app/assets/stylesheets/shared/modules/_checkout.sass */
.Checkout-summary.Checkout-summary--ecommerce .Checkout-drugs .Treatment-drugs-item .Price .Price--treatment .Price-note {
  font-size: 10px;
  margin-top: 0;
  margin-left: 10px;
}

/* line 85, app/assets/stylesheets/shared/modules/_checkout.sass */
.Checkout-summary.Checkout-summary--ecommerce .Checkout-drugs .Treatment-drugs-item .Price .Treatment-drugs-additional-info p {
  line-height: 1.2;
  margin-bottom: 0;
  font-size: 12px;
}

/* line 90, app/assets/stylesheets/shared/modules/_checkout.sass */
.Checkout-summary.Checkout-summary--ecommerce .Checkout-drugs .Treatment-drugs-item .Treatment-drugs-icon {
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

/* line 94, app/assets/stylesheets/shared/modules/_checkout.sass */
.Checkout-summary.Checkout-summary--ecommerce .Checkout-drugs .Treatment-drugs-item .Treatment-drugs-icon img {
  width: 100%;
}

/* line 97, app/assets/stylesheets/shared/modules/_checkout.sass */
.Checkout-summary.Checkout-summary--ecommerce .Checkout-drugs div.Treatment-drugs-item--delete-border-bottom {
  border-top: none;
}

/* line 101, app/assets/stylesheets/shared/modules/_checkout.sass */
.Checkout-summary.Checkout-summary--ecommerce .Checkout-total .Checkout--caption {
  font-size: 16px;
}

/* line 104, app/assets/stylesheets/shared/modules/_checkout.sass */
.Checkout-summary.Checkout-summary--ecommerce .Checkout-total > div {
  margin-bottom: 0;
}

/* line 107, app/assets/stylesheets/shared/modules/_checkout.sass */
.Checkout-section {
  margin-bottom: 41px;
}

/* line 111, app/assets/stylesheets/shared/modules/_checkout.sass */
.Checkout-section-header a.edit-link {
  font-size: 16px;
  text-decoration: underline;
  margin-top: -72px;
  color: green;
  float: right;
}

/* line 119, app/assets/stylesheets/shared/modules/_checkout.sass */
.Checkout-section-body p:not(:last-child) {
  margin-bottom: 0.5em;
}

/* line 122, app/assets/stylesheets/shared/modules/_checkout.sass */
.Checkout-costs,
.Checkout-total {
  padding: 20px 0;
}

/* line 126, app/assets/stylesheets/shared/modules/_checkout.sass */
.Checkout-costs > div,
.Checkout-total > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 7px;
}

/* line 131, app/assets/stylesheets/shared/modules/_checkout.sass */
.Checkout-costs p,
.Checkout-total p {
  margin: 0;
  letter-spacing: 0;
}

/* line 137, app/assets/stylesheets/shared/modules/_checkout.sass */
.Checkout-costs div:last-child p {
  margin: 0;
}

/* line 142, app/assets/stylesheets/shared/modules/_checkout.sass */
.Checkout-costs div:last-child p {
  margin: 0;
}

/* line 147, app/assets/stylesheets/shared/modules/_checkout.sass */
.Checkout-costs div:last-child p {
  margin: 0;
}

/* line 150, app/assets/stylesheets/shared/modules/_checkout.sass */
.Checkout-total {
  border-top: 1px solid #ccc;
  font-family: "Apercu Bold", sans-serif;
}

/* line 154, app/assets/stylesheets/shared/modules/_checkout.sass */
.Checkout-total > div {
  color: #231E20;
  font-weight: bold;
}

/* line 158, app/assets/stylesheets/shared/modules/_checkout.sass */
.Checkout-total h4 {
  font-size: 18px;
  font-family: "Apercu Bold", sans-serif;
  letter-spacing: 0.01em;
  margin-top: 0;
  margin-bottom: 6px;
}

/* line 165, app/assets/stylesheets/shared/modules/_checkout.sass */
.Checkout-total.Checkout--ecommerce {
  border-top: none;
}

/* line 168, app/assets/stylesheets/shared/modules/_checkout.sass */
.Checkout-total p {
  letter-spacing: -0.3px;
}

/* line 171, app/assets/stylesheets/shared/modules/_checkout.sass */
.Checkout-address-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 174, app/assets/stylesheets/shared/modules/_checkout.sass */
.Checkout-address-footer > button {
  width: 50%;
  min-width: 0;
}

/* line 178, app/assets/stylesheets/shared/modules/_checkout.sass */
.Checkout-total-discount, .Checkout-sentence-discount {
  color: #ff0000;
  max-width: 200px;
}

/* line 182, app/assets/stylesheets/shared/modules/_checkout.sass */
.Checkout-legal {
  padding: 20px 0;
  font-size: 14px;
}

/* line 186, app/assets/stylesheets/shared/modules/_checkout.sass */
.Checkout-legal a {
  text-decoration: underline;
  -webkit-transition: color .2s linear;
  -o-transition: color .2s linear;
  transition: color .2s linear;
}

/* line 190, app/assets/stylesheets/shared/modules/_checkout.sass */
.Checkout-legal a:hover, .Checkout-legal a:focus {
  color: #000;
}

/* line 194, app/assets/stylesheets/shared/modules/_checkout.sass */
.Checkout-legal--first-item {
  padding-bottom: 0;
}

@media (max-width: 767px) {
  /* line 194, app/assets/stylesheets/shared/modules/_checkout.sass */
  .Checkout-legal--first-item {
    padding-bottom: 20px;
  }
}

@media (max-width: 1441px) {
  /* line 200, app/assets/stylesheets/shared/modules/_checkout.sass */
  .Checkout-content,
.Checkout-summary {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 1199px) {
  /* line 206, app/assets/stylesheets/shared/modules/_checkout.sass */
  .Checkout-content,
.Checkout-summary {
    padding: 20px;
    padding-bottom: 0px;
  }
}

@media (max-width: 992px) {
  /* line 213, app/assets/stylesheets/shared/modules/_checkout.sass */
  .Checkout-content,
.Checkout-summary {
    width: 100%;
  }
  /* line 217, app/assets/stylesheets/shared/modules/_checkout.sass */
  .Checkout-content {
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  /* line 224, app/assets/stylesheets/shared/modules/_checkout.sass */
  .Checkout h3 {
    margin: 0 0 15px;
  }
  /* line 227, app/assets/stylesheets/shared/modules/_checkout.sass */
  .Checkout h4 {
    margin-top: 0;
  }
  /* line 230, app/assets/stylesheets/shared/modules/_checkout.sass */
  .Checkout-navi {
    padding: 15px 0 0;
  }
  /* line 233, app/assets/stylesheets/shared/modules/_checkout.sass */
  .Checkout-section {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 19px;
  }
  /* line 238, app/assets/stylesheets/shared/modules/_checkout.sass */
  .Checkout-section p {
    margin-bottom: 18px;
  }
  /* line 241, app/assets/stylesheets/shared/modules/_checkout.sass */
  .Checkout-note {
    margin-top: 0;
  }
  /* line 244, app/assets/stylesheets/shared/modules/_checkout.sass */
  .Checkout-content,
.Checkout-summary {
    width: 100%;
    padding: 26px 23px;
  }
  /* line 249, app/assets/stylesheets/shared/modules/_checkout.sass */
  .Checkout-content {
    margin-right: 0;
  }
  /* line 252, app/assets/stylesheets/shared/modules/_checkout.sass */
  .Checkout-submit {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 20px 20px;
    z-index: 999;
  }
  /* line 260, app/assets/stylesheets/shared/modules/_checkout.sass */
  .Checkout-legal {
    padding-top: 0;
  }
}

/* line 263, app/assets/stylesheets/shared/modules/_checkout.sass */
.AddOn--section {
  margin-left: auto;
  background-color: #fbfbfb;
}

/* line 267, app/assets/stylesheets/shared/modules/_checkout.sass */
.AddOn--title {
  font-family: "Apercu Mono", serif;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  color: #606060;
  background-color: #fbfbfb;
  padding-top: 45px;
  margin-left: -40px;
  margin-right: -40px;
}

@media (min-width: 1441px) {
  /* line 267, app/assets/stylesheets/shared/modules/_checkout.sass */
  .AddOn--title {
    margin-right: -60px;
    margin-left: -60px;
  }
}

@media (max-width: 1199px) {
  /* line 267, app/assets/stylesheets/shared/modules/_checkout.sass */
  .AddOn--title {
    margin-right: -25px;
    margin-left: -25px;
  }
}

/* line 287, app/assets/stylesheets/shared/modules/_checkout.sass */
.AddOn--divider {
  padding-bottom: 15px;
  margin-left: -40px;
  margin-right: -40px;
  background-color: #fbfbfb;
}

@media (min-width: 1441px) {
  /* line 287, app/assets/stylesheets/shared/modules/_checkout.sass */
  .AddOn--divider {
    margin-right: -60px;
    margin-left: -60px;
  }
}

@media (max-width: 1199px) {
  /* line 287, app/assets/stylesheets/shared/modules/_checkout.sass */
  .AddOn--divider {
    margin-right: -25px;
    margin-left: -25px;
  }
}

/* line 300, app/assets/stylesheets/shared/modules/_checkout.sass */
.AddOn--content {
  margin-left: 20px;
  max-width: 250px;
}

@media (max-width: 991px) {
  /* line 300, app/assets/stylesheets/shared/modules/_checkout.sass */
  .AddOn--content {
    margin-left: 10px;
  }
}

/* line 307, app/assets/stylesheets/shared/modules/_checkout.sass */
.AddOn--panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: solid 1px #f1ebdd;
  background-color: #fafaf5;
  padding: 20px;
  margin-right: -40px;
  margin-left: -40px;
}

@media (min-width: 1441px) {
  /* line 307, app/assets/stylesheets/shared/modules/_checkout.sass */
  .AddOn--panel {
    margin-right: -60px;
    margin-left: -60px;
  }
}

@media (max-width: 1199px) {
  /* line 307, app/assets/stylesheets/shared/modules/_checkout.sass */
  .AddOn--panel {
    margin-right: -25px;
    margin-left: -25px;
  }
}

@media (max-width: 767px) {
  /* line 307, app/assets/stylesheets/shared/modules/_checkout.sass */
  .AddOn--panel {
    font-size: 20px;
  }
  /* line 322, app/assets/stylesheets/shared/modules/_checkout.sass */
  .AddOn--panel:last-child {
    margin-bottom: 50px;
  }
}

/* line 325, app/assets/stylesheets/shared/modules/_checkout.sass */
.AddOn--panel .AddOn--name {
  font-size: 24px;
  font-family: "Tiempos Headline Bold", serif;
  color: #231E20;
  line-height: 1;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  /* line 325, app/assets/stylesheets/shared/modules/_checkout.sass */
  .AddOn--panel .AddOn--name {
    width: 240px;
    font-size: 20px;
    margin-bottom: 11px;
  }
}

/* line 336, app/assets/stylesheets/shared/modules/_checkout.sass */
.AddOn--panel .AddOn--name .AddOn--name-new {
  color: red;
  font-weight: bold;
  font-size: 14px;
  vertical-align: top;
  line-height: 24px;
  font-family: "Apercu Light", serif;
}

/* line 344, app/assets/stylesheets/shared/modules/_checkout.sass */
.AddOn--panel .AddOn--description {
  font-family: "Apercu Light", serif;
  font-size: 14px;
  line-height: 1.43;
  color: #231e20;
}

/* line 350, app/assets/stylesheets/shared/modules/_checkout.sass */
.AddOn--panel .AddOn--price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 5px;
  font-family: "Apercu Bold", serif;
  font-size: 26px;
  font-weight: bold;
  line-height: 2.42;
  letter-spacing: normal;
  color: black;
}

@media (max-width: 991px) {
  /* line 350, app/assets/stylesheets/shared/modules/_checkout.sass */
  .AddOn--panel .AddOn--price {
    font-size: 24px;
  }
}

/* line 363, app/assets/stylesheets/shared/modules/_checkout.sass */
.AddOn--panel .Btn--disabled {
  background-color: #e7e7e7;
  color: #979797;
  border: none;
}

/* line 368, app/assets/stylesheets/shared/modules/_checkout.sass */
.AddOn--panel .AddOn--price-cadence {
  font-size: 14px;
  line-height: 1.6;
  color: #231e20;
  margin-left: 10px;
  font-weight: normal;
  font-family: "Apercu Light", serif;
}

/* line 376, app/assets/stylesheets/shared/modules/_checkout.sass */
.AddOn--panel .AddOn--modal-trigger {
  text-decoration: underline;
  display: inline-block;
}

/* line 379, app/assets/stylesheets/shared/modules/_checkout.sass */
.AddOn--panel .AddOn--modal-trigger:hover {
  cursor: pointer;
}

/* line 382, app/assets/stylesheets/shared/modules/_checkout.sass */
.AddOn--panel .AddOn--image {
  max-width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  /* line 391, app/assets/stylesheets/shared/modules/_checkout.sass */
  .Checkout-summary.Checkout-summary--ecommerce .Checkout-costs {
    padding: 20px 0 10px;
    border-bottom: 1px solid #ccc;
  }
  /* line 395, app/assets/stylesheets/shared/modules/_checkout.sass */
  .Checkout-summary.Checkout-summary--ecommerce .Checkout-total {
    padding: 10px 0 40px;
  }
}

/* line 398, app/assets/stylesheets/shared/modules/_checkout.sass */
.Checkout--caption {
  font-size: 18px;
  font-family: "Apercu Bold", sans-serif;
  letter-spacing: 0.01em;
  margin-top: 0;
  margin-bottom: 6px;
}

/* line 405, app/assets/stylesheets/shared/modules/_checkout.sass */
.Checkout--header-container {
  font-size: 24px;
  font: 24px/1.35 "Apercu Bold", sans-serif;
  border-bottom: 1px solid #231E20;
  padding-bottom: 15px;
  margin: 0 0 0.6em;
  letter-spacing: 0.01em;
  margin-bottom: 31px;
}

/* line 413, app/assets/stylesheets/shared/modules/_checkout.sass */
.Checkout--header-container h3 {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

@media (max-width: 768px) {
  /* line 419, app/assets/stylesheets/shared/modules/_checkout.sass */
  .Checkout--header-container {
    margin: 0 0 15px;
  }
}

/* line 1, app/assets/stylesheets/keeps/modules/_treatment.sass */
.Treatment {
  max-width: 768px;
  margin: 0 auto;
  color: #808080;
}

/* line 6, app/assets/stylesheets/keeps/modules/_treatment.sass */
.Treatment a {
  text-decoration: underline;
}

/* line 9, app/assets/stylesheets/keeps/modules/_treatment.sass */
.Treatment h2 {
  text-align: center;
  margin-bottom: 25px;
}

/* line 13, app/assets/stylesheets/keeps/modules/_treatment.sass */
.Treatment h3 {
  margin-bottom: 20px;
  font-size: 22px;
}

/* line 17, app/assets/stylesheets/keeps/modules/_treatment.sass */
.Treatment h4 {
  font-size: 18px;
  font-family: "Apercu Bold", sans-serif;
  letter-spacing: 0.01em;
  margin-top: 0;
  margin-bottom: 6px;
}

/* line 24, app/assets/stylesheets/keeps/modules/_treatment.sass */
.Treatment h5 {
  margin: 5px 0;
  border-bottom: 1px solid #ccc;
  font-size: 12px;
  color: #555;
  text-transform: uppercase;
}

/* line 31, app/assets/stylesheets/keeps/modules/_treatment.sass */
.Treatment h5:hover, .Treatment h5:focus {
  color: #231E20;
}

/* line 36, app/assets/stylesheets/keeps/modules/_treatment.sass */
.Treatment div .Treatment-box {
  padding-top: 50px;
  margin-bottom: 20px;
}

/* line 38, app/assets/stylesheets/keeps/modules/_treatment.sass */
.Treatment div .Treatment-box h1 {
  margin-bottom: .5em;
}

/* line 42, app/assets/stylesheets/keeps/modules/_treatment.sass */
.Treatment-drugs-discount h3 {
  color: #FF0000;
  font-weight: bold;
  text-align: center;
}

/* line 47, app/assets/stylesheets/keeps/modules/_treatment.sass */
.Treatment-doctor-photo {
  margin-bottom: 14px;
}

/* line 50, app/assets/stylesheets/keeps/modules/_treatment.sass */
.Treatment-drugs-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding: 30px 0;
  border-bottom: 1px solid #ccc;
}

/* line 57, app/assets/stylesheets/keeps/modules/_treatment.sass */
.Treatment-drugs-item h4 {
  font-size: 20px;
  color: #231E20;
}

/* line 61, app/assets/stylesheets/keeps/modules/_treatment.sass */
.Treatment-drugs-item button {
  position: absolute;
  z-index: 3;
  right: -30px;
  top: 50%;
  margin-top: -12px;
  text-align: center;
  padding: 0;
  background-color: #231E20;
}

/* line 71, app/assets/stylesheets/keeps/modules/_treatment.sass */
.Treatment-drugs-item::after {
  content: "";
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
}

/* Temporary hack to display proper notice for generic minox */
/* line 79, app/assets/stylesheets/keeps/modules/_treatment.sass */
.Content.Content--account .Treatment-drugs-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: auto;
  min-width: auto;
  padding-right: 20px;
}

/* line 86, app/assets/stylesheets/keeps/modules/_treatment.sass */
.Content.Content--account .Treatment-drugs-content {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  width: auto;
  min-width: auto;
}

/* line 90, app/assets/stylesheets/keeps/modules/_treatment.sass */
.Content.Content--account .Treatment-drugs-price {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  width: auto;
  min-width: auto;
}

/* line 95, app/assets/stylesheets/keeps/modules/_treatment.sass */
.Treatment-drugs-item--checkout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* line 100, app/assets/stylesheets/keeps/modules/_treatment.sass */
.Treatment-drugs-item--checkout .Treatment-drugs-icon {
  min-width: 77px;
  padding: 0 0 0 3px;
  margin: 0 20px 0 10px;
}

/* line 105, app/assets/stylesheets/keeps/modules/_treatment.sass */
.Treatment-drugs-item--checkout .Treatment-drugs-icon img {
  width: 59px;
}

/* line 108, app/assets/stylesheets/keeps/modules/_treatment.sass */
.Treatment-drugs-item--checkout .Treatment-drugs-content,
.Treatment-drugs-item--checkout .Treatment-drugs-price {
  width: auto;
}

/* line 112, app/assets/stylesheets/keeps/modules/_treatment.sass */
.Treatment-drugs-item--checkout .Treatment-drugs-content {
  width: 100%;
}

/* line 115, app/assets/stylesheets/keeps/modules/_treatment.sass */
.Treatment-drugs-item--checkout .Treatment-drugs-content > div {
  color: #4C4C4C;
  opacity: .7;
  letter-spacing: 0.02em;
}

/* line 120, app/assets/stylesheets/keeps/modules/_treatment.sass */
.Treatment-drugs-item--checkout .Treatment-drugs-price {
  -ms-flex-item-align: start;
      align-self: start;
  width: 70px;
  padding: 2px 0 0;
  font-size: 18px;
  color: #4C4C4C;
}

/* line 128, app/assets/stylesheets/keeps/modules/_treatment.sass */
.Treatment-drugs-item--removed::after {
  content: "";
  opacity: .5;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #e8e8e8;
}

/* line 139, app/assets/stylesheets/keeps/modules/_treatment.sass */
.Treatment-drugs-icon {
  width: 12%;
}

/* line 142, app/assets/stylesheets/keeps/modules/_treatment.sass */
.Treatment-drugs-icon img {
  width: 60px;
}

/* line 145, app/assets/stylesheets/keeps/modules/_treatment.sass */
.Treatment-drugs-content {
  width: 85%;
}

/* line 148, app/assets/stylesheets/keeps/modules/_treatment.sass */
.Treatment-drugs-content > a {
  display: block;
  margin-top: 15px;
}

/* line 152, app/assets/stylesheets/keeps/modules/_treatment.sass */
.Treatment-drugs-remove {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 10px;
  width: 12px;
}

/* line 158, app/assets/stylesheets/keeps/modules/_treatment.sass */
.Treatment-drugs-remove:hover {
  cursor: pointer;
  opacity: 0.7;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
}

/* line 163, app/assets/stylesheets/keeps/modules/_treatment.sass */
.Treatment-addon-banner {
  background-color: #fafaf5;
  text-align: center;
  font-size: 12px;
  font-family: "Apercu Mono";
  text-transform: uppercase;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  width: 100%;
  top: 0;
}

/* line 175, app/assets/stylesheets/keeps/modules/_treatment.sass */
.Treatment-drugs-price {
  padding-right: 0;
  font-size: 20px;
  -ms-flex-item-align: center;
      align-self: center;
}

/* line 180, app/assets/stylesheets/keeps/modules/_treatment.sass */
.Treatment-drugs-price > span,
.Treatment-drugs-price > strong {
  font-size: 14px;
}

/* line 184, app/assets/stylesheets/keeps/modules/_treatment.sass */
.Treatment-drugs-price > strong {
  color: #FF0000;
}

/* line 187, app/assets/stylesheets/keeps/modules/_treatment.sass */
.Treatment-drugs-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 190, app/assets/stylesheets/keeps/modules/_treatment.sass */
.Treatment-drugs-footer-loader {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100px;
  min-width: 100px;
  margin-left: 120px;
}

@media (max-width: 1199px) {
  /* line 198, app/assets/stylesheets/keeps/modules/_treatment.sass */
  .Treatment-drugs-footer-loader {
    margin-left: 0;
  }
}

/* line 201, app/assets/stylesheets/keeps/modules/_treatment.sass */
.Treatment-drugs-footer-total {
  text-align: center;
  padding-top: 2px;
  margin: 0;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  width: 100%;
  margin: 0;
}

/* line 209, app/assets/stylesheets/keeps/modules/_treatment.sass */
.Treatment-drugs-footer-total .Checkout-costs {
  padding-top: 0;
}

/* line 213, app/assets/stylesheets/keeps/modules/_treatment.sass */
.Treatment-drugs-footer-total .Checkout-total > div {
  margin: 0;
}

/* line 216, app/assets/stylesheets/keeps/modules/_treatment.sass */
.Treatment-drugs-footer-total h4 {
  font-family: "Apercu Light";
  color: black;
}

/* line 221, app/assets/stylesheets/keeps/modules/_treatment.sass */
.Treatment-total-discount {
  color: #ff0000;
}

/* line 224, app/assets/stylesheets/keeps/modules/_treatment.sass */
.Treatment-drugs-footer-plan {
  text-align: center;
  padding: 20px 100px;
}

@media (max-width: 767px) {
  /* line 224, app/assets/stylesheets/keeps/modules/_treatment.sass */
  .Treatment-drugs-footer-plan {
    padding: 20px;
  }
}

/* line 230, app/assets/stylesheets/keeps/modules/_treatment.sass */
.Treatment-drugs-footer-plan p {
  margin-bottom: 15px;
}

/* line 234, app/assets/stylesheets/keeps/modules/_treatment.sass */
.Treatment-drugs-footer-plan-body > h3 {
  margin: 15px 0 0;
  padding-top: 15px;
  border-top: 1px solid #ccc;
}

/* line 239, app/assets/stylesheets/keeps/modules/_treatment.sass */
.Treatment-drugs-footer-plan-body > div {
  white-space: pre-line;
}

/* line 243, app/assets/stylesheets/keeps/modules/_treatment.sass */
.Treatment-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 247, app/assets/stylesheets/keeps/modules/_treatment.sass */
.Treatment-header h3 {
  width: 100%;
}

/* line 250, app/assets/stylesheets/keeps/modules/_treatment.sass */
.Treatment-doctor {
  width: 206px;
  padding-right: 32px;
  padding-top: 6px;
}

/* line 255, app/assets/stylesheets/keeps/modules/_treatment.sass */
.Treatment-first-message {
  width: 488px;
}

/* line 258, app/assets/stylesheets/keeps/modules/_treatment.sass */
.Treatment-doctor-license {
  font-size: 14px;
  margin-top: 5px;
}

/* line 262, app/assets/stylesheets/keeps/modules/_treatment.sass */
.Treatment-doctor-license dl {
  margin-bottom: 0;
}

/* line 265, app/assets/stylesheets/keeps/modules/_treatment.sass */
.Treatment-doctor-license dt {
  color: #666;
  font-weight: 400;
}

/* line 269, app/assets/stylesheets/keeps/modules/_treatment.sass */
.Treatment-doctor-license dd {
  display: inline-block;
  margin-bottom: 4px;
}

/* line 273, app/assets/stylesheets/keeps/modules/_treatment.sass */
.Treatment-first-message-content {
  white-space: pre-line;
}

/* line 276, app/assets/stylesheets/keeps/modules/_treatment.sass */
.Treatment-details {
  margin-bottom: 50px;
}

/* line 279, app/assets/stylesheets/keeps/modules/_treatment.sass */
.Treatment--plan {
  color: #000;
  padding-left: 0;
}

/* line 283, app/assets/stylesheets/keeps/modules/_treatment.sass */
.Treatment-plan {
  margin-bottom: 40px;
  white-space: pre-line;
}

/* line 287, app/assets/stylesheets/keeps/modules/_treatment.sass */
.Treatment-back {
  padding: 0 20px;
}

/* line 291, app/assets/stylesheets/keeps/modules/_treatment.sass */
.Treatment-supply-per-day h2 {
  text-align: center;
  font-size: 32px;
  font-family: "Playfair Display", serif;
  text-transform: none;
  color: #000;
  font-weight: 900;
}

/* line 299, app/assets/stylesheets/keeps/modules/_treatment.sass */
.Treatment-drugs-header-title {
  font-size: 36px;
  line-height: 1.2;
}

/* line 303, app/assets/stylesheets/keeps/modules/_treatment.sass */
.Treatment-drugs-header-subtitle {
  margin-bottom: 40px;
}

/* line 306, app/assets/stylesheets/keeps/modules/_treatment.sass */
.Treatment-drugs-header-refill-info {
  padding: 20px;
}

/* line 309, app/assets/stylesheets/keeps/modules/_treatment.sass */
.Treatment-link-anchor {
  bottom: 120px;
}

@media (max-width: 1199px) {
  /* line 313, app/assets/stylesheets/keeps/modules/_treatment.sass */
  .Treatment {
    padding-left: 50px;
  }
  /* line 317, app/assets/stylesheets/keeps/modules/_treatment.sass */
  .Treatment-plan h1 {
    margin-top: 30px;
  }
  /* line 321, app/assets/stylesheets/keeps/modules/_treatment.sass */
  .Treatment-plan h1 {
    margin-top: 30px;
  }
  /* line 324, app/assets/stylesheets/keeps/modules/_treatment.sass */
  .Treatment-doctor {
    width: 33%;
  }
  /* line 327, app/assets/stylesheets/keeps/modules/_treatment.sass */
  .Treatment-first-message {
    width: 67%;
  }
}

@media (max-width: 992px) {
  /* line 332, app/assets/stylesheets/keeps/modules/_treatment.sass */
  .Treatment {
    padding-left: unset;
  }
  /* line 335, app/assets/stylesheets/keeps/modules/_treatment.sass */
  .Treatment--plan {
    padding-left: 0;
  }
}

@media (max-width: 768px) {
  /* line 340, app/assets/stylesheets/keeps/modules/_treatment.sass */
  .Treatment--plan {
    padding-top: 15px;
  }
}

@media (max-width: 767px) {
  /* line 345, app/assets/stylesheets/keeps/modules/_treatment.sass */
  .Treatment {
    padding: 0 0 32px;
  }
  /* line 348, app/assets/stylesheets/keeps/modules/_treatment.sass */
  .Treatment h2 {
    font-size: 34px;
    margin-bottom: 18px;
  }
  /* line 352, app/assets/stylesheets/keeps/modules/_treatment.sass */
  .Treatment h3,
.Treatment h4 {
    font-size: 18px;
  }
  /* line 356, app/assets/stylesheets/keeps/modules/_treatment.sass */
  .Treatment h4 {
    margin-bottom: 10px;
    line-height: 1.2;
  }
  /* line 360, app/assets/stylesheets/keeps/modules/_treatment.sass */
  .Treatment-back {
    padding: 0;
  }
  /* line 363, app/assets/stylesheets/keeps/modules/_treatment.sass */
  .Treatment-box {
    margin: 25px -15px;
    padding: 15px;
  }
  /* line 367, app/assets/stylesheets/keeps/modules/_treatment.sass */
  .Treatment-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0;
  }
  /* line 371, app/assets/stylesheets/keeps/modules/_treatment.sass */
  .Treatment-doctor,
.Treatment-first-message {
    padding: 0;
    width: 100%;
  }
  /* line 377, app/assets/stylesheets/keeps/modules/_treatment.sass */
  .Treatment-plan h1 {
    margin-top: 30px;
  }
  /* line 380, app/assets/stylesheets/keeps/modules/_treatment.sass */
  .Treatment-plan h2 {
    font-size: 24px;
    margin: 20px 0;
  }
  /* line 384, app/assets/stylesheets/keeps/modules/_treatment.sass */
  .Treatment-doctor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
  /* line 390, app/assets/stylesheets/keeps/modules/_treatment.sass */
  .Treatment-doctor p {
    margin-bottom: 0;
    color: #4C4C4C;
    opacity: .7;
  }
  /* line 395, app/assets/stylesheets/keeps/modules/_treatment.sass */
  .Treatment-doctor-photo {
    width: 29%;
    margin-bottom: 0;
  }
  /* line 399, app/assets/stylesheets/keeps/modules/_treatment.sass */
  .Treatment-doctor-info {
    width: 71%;
    padding-left: 17px;
  }
  /* line 403, app/assets/stylesheets/keeps/modules/_treatment.sass */
  .Treatment-drugs-item {
    padding: 19px 0 27px;
  }
  /* line 406, app/assets/stylesheets/keeps/modules/_treatment.sass */
  .Treatment-drugs-icon {
    width: 19%;
    padding-top: 7px;
  }
  /* line 410, app/assets/stylesheets/keeps/modules/_treatment.sass */
  .Treatment-drugs-icon > img {
    position: relative;
    top: -10px;
  }
  /* line 414, app/assets/stylesheets/keeps/modules/_treatment.sass */
  .Treatment-drugs-item--checkout {
    padding: 19px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  /* line 418, app/assets/stylesheets/keeps/modules/_treatment.sass */
  .Treatment-drugs-item--checkout h4 {
    font-size: 18px;
    margin-bottom: 0;
  }
  /* line 422, app/assets/stylesheets/keeps/modules/_treatment.sass */
  .Treatment-drugs-item--checkout .Treatment-drugs-price {
    -ms-flex-item-align: center;
        align-self: center;
    padding-top: 0;
  }
  /* line 427, app/assets/stylesheets/keeps/modules/_treatment.sass */
  .Treatment-drugs-icon > img {
    top: 0;
  }
  /* line 431, app/assets/stylesheets/keeps/modules/_treatment.sass */
  .Treatment-drugs-content {
    font-size: 14px;
  }
  /* line 434, app/assets/stylesheets/keeps/modules/_treatment.sass */
  .Treatment-drugs-content > div {
    margin-bottom: 6px;
  }
  /* line 437, app/assets/stylesheets/keeps/modules/_treatment.sass */
  .Treatment-drugs-price {
    -ms-flex-item-align: start;
        align-self: start;
    font-size: 16px;
    padding-right: 0;
    width: 30%;
  }
  /* line 444, app/assets/stylesheets/keeps/modules/_treatment.sass */
  .Treatment-drugs-item button {
    right: 8px;
  }
  /* line 447, app/assets/stylesheets/keeps/modules/_treatment.sass */
  .Treatment-drugs-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-top: 20px;
  }
  /* line 452, app/assets/stylesheets/keeps/modules/_treatment.sass */
  .Treatment-drugs-footer-total,
.Treatment-drugs-footer-plan {
    float: none;
    width: 100%;
  }
  /* line 457, app/assets/stylesheets/keeps/modules/_treatment.sass */
  .Treatment-drugs-footer-total h3,
.Treatment-drugs-footer-plan h3 {
    margin-bottom: 8px;
  }
  /* line 460, app/assets/stylesheets/keeps/modules/_treatment.sass */
  .Treatment-drugs-footer-total hr,
.Treatment-drugs-footer-plan hr {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  /* line 464, app/assets/stylesheets/keeps/modules/_treatment.sass */
  .Treatment-drugs-header-subtitle {
    margin-bottom: 18px;
  }
  /* line 467, app/assets/stylesheets/keeps/modules/_treatment.sass */
  .Treatment-drugs-header-refill-info {
    padding: 20px 0 20px 0;
  }
  /* line 470, app/assets/stylesheets/keeps/modules/_treatment.sass */
  .Treatment-drugs-footer-plan {
    padding-top: 20px;
  }
  /* line 474, app/assets/stylesheets/keeps/modules/_treatment.sass */
  .Treatment-supply-per-day h2 {
    font-size: 28px;
  }
  /* line 478, app/assets/stylesheets/keeps/modules/_treatment.sass */
  .Treatment-drugs-header .Treatment-drugs-header-title {
    font-size: 24px;
    margin-top: 10px;
  }
}

/* line 483, app/assets/stylesheets/keeps/modules/_treatment.sass */
.ReactModal__Content {
  width: 767px;
}

/* line 486, app/assets/stylesheets/keeps/modules/_treatment.sass */
.ReactModal__Content .Treatment-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  /* line 486, app/assets/stylesheets/keeps/modules/_treatment.sass */
  .ReactModal__Content .Treatment-modal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}

/* line 492, app/assets/stylesheets/keeps/modules/_treatment.sass */
.ReactModal__Content .Treatment-modal .Treatment-modal-icon {
  text-align: center;
}

@media (max-width: 767px) {
  /* line 492, app/assets/stylesheets/keeps/modules/_treatment.sass */
  .ReactModal__Content .Treatment-modal .Treatment-modal-icon {
    margin-bottom: 20px;
    text-align: left;
  }
}

/* line 498, app/assets/stylesheets/keeps/modules/_treatment.sass */
.ReactModal__Content .Treatment-modal .Treatment-modal-icon img {
  width: 100px;
  height: auto;
  max-width: unset;
}

/* line 503, app/assets/stylesheets/keeps/modules/_treatment.sass */
.ReactModal__Content .Treatment-modal .Treatment-modal-body {
  margin-left: 50px;
}

@media (max-width: 767px) {
  /* line 503, app/assets/stylesheets/keeps/modules/_treatment.sass */
  .ReactModal__Content .Treatment-modal .Treatment-modal-body {
    margin-left: 0;
  }
}

/* line 508, app/assets/stylesheets/keeps/modules/_treatment.sass */
.ReactModal__Content .Add-button {
  padding-top: 40px;
  text-align: center;
}

@media (max-width: 767px) {
  /* line 483, app/assets/stylesheets/keeps/modules/_treatment.sass */
  .ReactModal__Content {
    width: 100%;
    max-height: 100vh;
    height: 100%;
    margin: 0;
    padding: 0;
  }
}

/* line 3, app/assets/stylesheets/keeps/modules/_promo.sass */
.Promo {
  text-align: center;
  z-index: 100;
  margin-bottom: 20px;
}

/* line 8, app/assets/stylesheets/keeps/modules/_promo.sass */
.Promo.keeps {
  background-color: #DCD7CE;
}

/* line 10, app/assets/stylesheets/keeps/modules/_promo.sass */
.Promo.keeps .Promo-content {
  text-transform: uppercase;
  padding: 7px 1.5rem;
  color: black;
}

/* line 14, app/assets/stylesheets/keeps/modules/_promo.sass */
.Promo.keeps .Promo-link {
  text-decoration: underline;
  font-family: Apercu Bold;
  color: black;
}

/* line 19, app/assets/stylesheets/keeps/modules/_promo.sass */
.Promo h3, .Promo-content {
  color: #FF0000;
  font-weight: bold;
  margin: auto;
}

/* line 25, app/assets/stylesheets/keeps/modules/_promo.sass */
.Route-tag--quiz-before-login .Promo {
  display: none !important;
}

/* line 28, app/assets/stylesheets/keeps/modules/_promo.sass */
.Promo--active .Promo {
  text-align: center;
  margin-bottom: 0;
  font-family: "Apercu Light", sans-serif;
}

/* line 33, app/assets/stylesheets/keeps/modules/_promo.sass */
.Promo--active .Promo h3, .Promo--active .Promo-content {
  font-size: 14px;
  padding: 3px 1.5rem;
  line-height: 20px;
  font-weight: normal;
  font-family: inherit;
}

/* line 42, app/assets/stylesheets/keeps/modules/_promo.sass */
.Promo--active:not(.Route-tag--quiz-before-login) .Impersonation {
  top: 144px;
}

/* line 45, app/assets/stylesheets/keeps/modules/_promo.sass */
.Promo--active:not(.Route-tag--quiz-before-login) .Btn--back,
.Promo--active:not(.Route-tag--quiz-before-login) .Link--back {
  top: 54px;
}

@media (max-width: 768px) {
  /* line 50, app/assets/stylesheets/keeps/modules/_promo.sass */
  .Promo--active:not(.Route-tag--quiz-before-login) .Navi,
.Promo--active:not(.Route-tag--quiz-before-login) .Impersonation {
    top: 123px;
  }
  /* line 54, app/assets/stylesheets/keeps/modules/_promo.sass */
  .Promo--active:not(.Route-tag--quiz-before-login) .Content--quiz {
    padding-top: 100px;
  }
}

/* line 1, app/assets/stylesheets/keeps/modules/_read-more-collapse.sass */
.Read-more-collapse {
  overflow: hidden;
}

/* line 4, app/assets/stylesheets/keeps/modules/_read-more-collapse.sass */
.Read-more-collapse-content {
  overflow: hidden;
}

/* line 7, app/assets/stylesheets/keeps/modules/_read-more-collapse.sass */
.Read-more-collapse-content read-more-collapse-content {
  display: block;
}

/* line 10, app/assets/stylesheets/keeps/modules/_read-more-collapse.sass */
.Read-more-collapse-toggle {
  display: none;
}

/* line 13, app/assets/stylesheets/keeps/modules/_read-more-collapse.sass */
.Read-more-collapse--disabled .Read-more-collapse-toggle {
  display: none;
}

/* line 16, app/assets/stylesheets/keeps/modules/_read-more-collapse.sass */
.Read-more-collapse--collapsed .Read-more-collapse-toggle {
  display: block;
}

@media (min-width: 768px) {
  /* line 20, app/assets/stylesheets/keeps/modules/_read-more-collapse.sass */
  .Read-more-collapse-content {
    max-height: none !important;
  }
  /* line 23, app/assets/stylesheets/keeps/modules/_read-more-collapse.sass */
  .Read-more-collapse-toggle {
    display: none !important;
  }
}

/* line 1, app/assets/stylesheets/keeps/modules/_messages.sass */
.Messages {
  max-width: 768px;
  background-color: #fff;
  margin: 0 auto;
}

/* line 6, app/assets/stylesheets/keeps/modules/_messages.sass */
.Messages h1 {
  margin-bottom: 20px;
}

/* line 9, app/assets/stylesheets/keeps/modules/_messages.sass */
.Messages textarea {
  height: 60px;
  margin: 10px 0;
  padding-top: 16px;
  padding-bottom: 16px;
}

/* line 15, app/assets/stylesheets/keeps/modules/_messages.sass */
.Messages time {
  font-size: 12px;
  color: #ccc;
}

/* line 19, app/assets/stylesheets/keeps/modules/_messages.sass */
.Messages p {
  color: #808080;
}

/* line 22, app/assets/stylesheets/keeps/modules/_messages.sass */
.Messages-items {
  margin-top: 30px;
}

/* line 25, app/assets/stylesheets/keeps/modules/_messages.sass */
.Messages-item {
  padding: 20px;
  text-align: left;
  border-top: 1px solid #ccc;
  background: #FAFAF5;
}

/* line 31, app/assets/stylesheets/keeps/modules/_messages.sass */
.Messages-item:first-child {
  border-top: none;
}

/* line 34, app/assets/stylesheets/keeps/modules/_messages.sass */
.Messages-body {
  white-space: pre-line;
}

/* line 37, app/assets/stylesheets/keeps/modules/_messages.sass */
.Messages-item--alt {
  background: none;
  text-align: left;
}

/* line 1, app/assets/stylesheets/keeps/modules/_legal.sass */
.Legal {
  padding: 50px;
}

/* line 4, app/assets/stylesheets/keeps/modules/_legal.sass */
.Legal a {
  text-decoration: underline;
  color: blue;
}

/* line 8, app/assets/stylesheets/keeps/modules/_legal.sass */
.Legal ul {
  margin-left: 2em;
}

/* line 12, app/assets/stylesheets/keeps/modules/_legal.sass */
.Legal ol li {
  padding-top: 10px;
}

/* line 15, app/assets/stylesheets/keeps/modules/_legal.sass */
.Legal ol br {
  padding: 5px 0;
}

/* line 18, app/assets/stylesheets/keeps/modules/_legal.sass */
.Legal-close {
  position: absolute;
  top: 15px;
  right: 25px;
}

/* line 25, app/assets/stylesheets/keeps/modules/_legal.sass */
.modal-content .Legal {
  max-height: calc(100vh - 150px);
  overflow-y: auto;
}

/* line 30, app/assets/stylesheets/keeps/modules/_legal.sass */
.Legal-Modal--copy:hover {
  cursor: pointer;
  opacity: 0.8;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}

/* line 2, app/assets/stylesheets/keeps/modules/_thank-you.sass */
.Thank-you-oos a {
  text-decoration: underline;
  font-family: "Apercu Bold", sans-serif;
}

/* line 6, app/assets/stylesheets/keeps/modules/_thank-you.sass */
.Thank-you-header {
  margin: 50px auto;
  text-align: center;
}

/*Friendbuy spinning animation - hide */
/* line 11, app/assets/stylesheets/keeps/modules/_thank-you.sass */
div[id$="_frndby_container"] > img {
  display: none;
}

@media (max-width: 480px) {
  /* line 15, app/assets/stylesheets/keeps/modules/_thank-you.sass */
  .Thank-you-header {
    max-width: 330px;
  }
  /* line 18, app/assets/stylesheets/keeps/modules/_thank-you.sass */
  .Thank-you-header h2 {
    font-size: 35px;
  }
}

/* line 1, app/assets/stylesheets/keeps/modules/_accordion.sass */
.Accordion {
  margin-bottom: 30px;
}

/* line 4, app/assets/stylesheets/keeps/modules/_accordion.sass */
.Accordion-question {
  border-bottom: 1px solid #989898;
}

/* line 7, app/assets/stylesheets/keeps/modules/_accordion.sass */
.Accordion-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 12, app/assets/stylesheets/keeps/modules/_accordion.sass */
.Accordion-icon .Icon {
  margin-top: 20px;
  display: block;
  background: #15381B;
}

/* line 17, app/assets/stylesheets/keeps/modules/_accordion.sass */
.Accordion-body {
  display: none;
}

/* line 20, app/assets/stylesheets/keeps/modules/_accordion.sass */
.Accordion-title {
  margin-right: 37px;
  margin-top: 20px;
}

/* line 24, app/assets/stylesheets/keeps/modules/_accordion.sass */
.Accordion-title h3 {
  color: black;
  font-size: 18px !important;
}

/* line 1, app/assets/stylesheets/keeps/modules/_route.sass */
.Route-tag--quiz {
  background-color: #fbfbfb;
}

/* line 2, app/assets/stylesheets/keeps/modules/_about-us.sass */
.About-us .Navi--fixed {
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

/* line 5, app/assets/stylesheets/keeps/modules/_about-us.sass */
.About-us .Navi--fixed.is-visible {
  opacity: 1;
}

@media (min-width: 1281px) {
  /* line 10, app/assets/stylesheets/keeps/modules/_about-us.sass */
  .About-us .Navi--fixed {
    margin-left: -665px;
  }
}

@media (min-width: 991px) and (max-width: 1281px) {
  /* line 15, app/assets/stylesheets/keeps/modules/_about-us.sass */
  .About-us .Navi--fixed {
    left: -20px;
    margin-left: 0;
  }
  /* line 19, app/assets/stylesheets/keeps/modules/_about-us.sass */
  .About-us .container-sm {
    max-width: 730px;
  }
}

@media (max-width: 991px) {
  /* line 25, app/assets/stylesheets/keeps/modules/_about-us.sass */
  .About-us .Navi--fixed.is-visible {
    opacity: 0;
  }
}

@media (max-width: 767px) {
  /* line 2, app/assets/stylesheets/keeps/modules/_press.sass */
  .Press-header {
    padding: 0 10px;
  }
  /* line 5, app/assets/stylesheets/keeps/modules/_press.sass */
  .Press-logo {
    max-width: 150px;
    margin-bottom: 20px;
  }
}

/* line 1, app/assets/stylesheets/keeps/modules/_blog.sass */
.Content .social-share-button {
  z-index: 1;
  margin-right: 20px;
  top: 35%;
}

@media (max-width: 768px) {
  /* line 7, app/assets/stylesheets/keeps/modules/_blog.sass */
  .Content .social-share-button {
    margin-right: 10px;
  }
}

/* line 10, app/assets/stylesheets/keeps/modules/_blog.sass */
a.Section-Link {
  color: #818181;
  text-decoration: underline;
  font-family: "Apercu Bold", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

/* line 17, app/assets/stylesheets/keeps/modules/_blog.sass */
a.Section-Link.is-active, a.Section-Link:hover {
  color: #231E20;
}

/* line 20, app/assets/stylesheets/keeps/modules/_blog.sass */
.Section--blog-hero {
  height: 386px;
  background: url(/assets/sections/learn_hero_bg.jpg) no-repeat center 37%/cover;
}

@media (max-width: 768px) {
  /* line 25, app/assets/stylesheets/keeps/modules/_blog.sass */
  .Section--blog-hero {
    height: auto;
    min-height: 260px;
    padding-left: 25px;
    padding-right: 25px;
  }
}

/* line 31, app/assets/stylesheets/keeps/modules/_blog.sass */
.Section--blog-sections {
  padding: 80px 0 40px;
  letter-spacing: 0.13em;
  -webkit-transition: line-height .1s;
  -o-transition: line-height .1s;
  transition: line-height .1s;
}

/* line 36, app/assets/stylesheets/keeps/modules/_blog.sass */
.Section--blog-sections .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

/* line 40, app/assets/stylesheets/keeps/modules/_blog.sass */
.Section--blog-sections a.Section-Link {
  padding: 0 22px;
}

@media (max-width: 768px) {
  /* line 44, app/assets/stylesheets/keeps/modules/_blog.sass */
  .Section--blog-sections {
    padding-bottom: 25px;
  }
  /* line 47, app/assets/stylesheets/keeps/modules/_blog.sass */
  .Section--blog-sections .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /* line 51, app/assets/stylesheets/keeps/modules/_blog.sass */
  .Section--blog-sections a.Section-Link {
    margin-top: 7px;
  }
}

/* line 54, app/assets/stylesheets/keeps/modules/_blog.sass */
.Blog {
  padding: 40px;
  font-size: 18px;
}

/* line 58, app/assets/stylesheets/keeps/modules/_blog.sass */
.Blog h3 a {
  font-family: "Tiempos Headline Bold", serif;
  text-decoration: none !important;
}

@media (max-width: 768px) {
  /* line 64, app/assets/stylesheets/keeps/modules/_blog.sass */
  .Blog img {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  /* line 69, app/assets/stylesheets/keeps/modules/_blog.sass */
  .Blog-content {
    padding: 0;
  }
  /* line 72, app/assets/stylesheets/keeps/modules/_blog.sass */
  .Blog-image {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 0;
  }
}

/* line 81, app/assets/stylesheets/keeps/modules/_blog.sass */
.Blog.sections, .Post.sections {
  padding-bottom: 10px;
}

/* line 85, app/assets/stylesheets/keeps/modules/_blog.sass */
.Post {
  padding: 20px 0 60px;
}

/* line 88, app/assets/stylesheets/keeps/modules/_blog.sass */
.Post h3 {
  font-size: 24px;
}

/* line 90, app/assets/stylesheets/keeps/modules/_blog.sass */
.Post .img {
  padding-bottom: 20px;
}

/* line 93, app/assets/stylesheets/keeps/modules/_blog.sass */
.Post .sections {
  margin: 0;
}

/* line 96, app/assets/stylesheets/keeps/modules/_blog.sass */
.Post-container {
  max-width: 710px;
}

/* line 99, app/assets/stylesheets/keeps/modules/_blog.sass */
.Post-title {
  font-family: "Tiempos Headline Bold", serif;
  margin-bottom: 10px;
}

/* line 103, app/assets/stylesheets/keeps/modules/_blog.sass */
.Post-video {
  margin-bottom: 1.5em;
}

/* line 106, app/assets/stylesheets/keeps/modules/_blog.sass */
.Post-video video {
  width: 100% !important;
  height: auto !important;
}

@media (max-width: 768px) {
  /* line 111, app/assets/stylesheets/keeps/modules/_blog.sass */
  .Post-image, .Post-video {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 0;
  }
}

/* line 120, app/assets/stylesheets/keeps/modules/_blog.sass */
.Post-content {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
}

/* line 126, app/assets/stylesheets/keeps/modules/_blog.sass */
.Post-content h1, .Post-content h2, .Post-content h3 {
  font-family: "Tiempos Headline Bold", serif;
  text-align: left;
  text-transform: none;
}

/* line 131, app/assets/stylesheets/keeps/modules/_blog.sass */
.Post-content h1, .Post-content h2 {
  margin-top: 30px;
  margin-bottom: 12px;
}

/* line 135, app/assets/stylesheets/keeps/modules/_blog.sass */
.Post-content h1 {
  font-size: 36px;
  line-height: 40px;
}

/* line 139, app/assets/stylesheets/keeps/modules/_blog.sass */
.Post-content h2 {
  font-size: 32px;
}

/* line 142, app/assets/stylesheets/keeps/modules/_blog.sass */
.Post-content h3 {
  font-size: 24px;
}

/* line 145, app/assets/stylesheets/keeps/modules/_blog.sass */
.Post-content ul {
  margin-bottom: 1.5em;
}

/* line 148, app/assets/stylesheets/keeps/modules/_blog.sass */
.Post-sticky-container {
  position: absolute;
  top: -15px;
  right: -50px;
  width: 25px;
  height: 100%;
}

/* line 155, app/assets/stylesheets/keeps/modules/_blog.sass */
.Post-sticky-container .sticky-container {
  position: relative;
  height: 100%;
}

@media (max-width: 768px) {
  /* line 160, app/assets/stylesheets/keeps/modules/_blog.sass */
  .Post-sticky-container {
    right: -20px;
  }
}

/* line 163, app/assets/stylesheets/keeps/modules/_blog.sass */
.Section .Post-footer {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 169, app/assets/stylesheets/keeps/modules/_blog.sass */
.Section .Post-footer .link {
  margin-bottom: 10px;
}

/* line 172, app/assets/stylesheets/keeps/modules/_blog.sass */
.Section .Post-footer .link:last-child {
  margin-left: auto;
  margin-right: 45px;
}

@media (min-width: 992px) {
  /* line 177, app/assets/stylesheets/keeps/modules/_blog.sass */
  .Post-iframe-fullwidth {
    margin-left: -30%;
    margin-right: -30%;
  }
}

/* line 1, app/assets/stylesheets/keeps/modules/_account_edit.sass */
.AccountEdit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 6, app/assets/stylesheets/keeps/modules/_account_edit.sass */
.AccountEdit h2 {
  font-size: 50px;
}

/* line 9, app/assets/stylesheets/keeps/modules/_account_edit.sass */
.AccountEdit h3 {
  font-size: 20px;
  border-bottom: 1px solid #231E20;
}

/* line 13, app/assets/stylesheets/keeps/modules/_account_edit.sass */
.AccountEdit h4 {
  font-size: 18px;
  font-family: "Apercu Bold", sans-serif;
  letter-spacing: 0.01em;
  margin-top: 0;
  margin-bottom: 6px;
}

/* line 20, app/assets/stylesheets/keeps/modules/_account_edit.sass */
.AccountEdit .form-input-padded {
  padding-right: 25px;
}

/* line 23, app/assets/stylesheets/keeps/modules/_account_edit.sass */
.AccountEdit .submit-button {
  margin-top: -20px;
  margin-bottom: 50px;
}

/* line 27, app/assets/stylesheets/keeps/modules/_account_edit.sass */
.AccountEdit-content {
  padding: 20px 20px;
  width: 783px;
}

/* line 31, app/assets/stylesheets/keeps/modules/_account_edit.sass */
.AccountEdit-section {
  margin-bottom: 41px;
}

/* line 35, app/assets/stylesheets/keeps/modules/_account_edit.sass */
.AccountEdit-section-body p:not(:last-child) {
  margin-bottom: 0.5em;
}

/* line 38, app/assets/stylesheets/keeps/modules/_account_edit.sass */
.invalid {
  border-color: #FF0000;
}

@media (max-width: 1441px) {
  /* line 42, app/assets/stylesheets/keeps/modules/_account_edit.sass */
  .AccountEdit-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 1199px) {
  /* line 47, app/assets/stylesheets/keeps/modules/_account_edit.sass */
  .AccountEdit-content {
    padding: 20px;
  }
}

@media (max-width: 992px) {
  /* line 52, app/assets/stylesheets/keeps/modules/_account_edit.sass */
  .AccountEdit-content {
    width: 100%;
  }
  /* line 55, app/assets/stylesheets/keeps/modules/_account_edit.sass */
  .AccountEdit-content {
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  /* line 60, app/assets/stylesheets/keeps/modules/_account_edit.sass */
  .AccountEdit {
    margin-left: -15px;
    margin-right: -15px;
  }
  /* line 64, app/assets/stylesheets/keeps/modules/_account_edit.sass */
  .AccountEdit h3 {
    margin: 0 -8px 15px;
    padding-left: 8px;
    padding-right: 8px;
  }
  /* line 69, app/assets/stylesheets/keeps/modules/_account_edit.sass */
  .AccountEdit h4 {
    margin-top: 0;
  }
  /* line 72, app/assets/stylesheets/keeps/modules/_account_edit.sass */
  .AccountEdit-section {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 19px;
  }
  /* line 77, app/assets/stylesheets/keeps/modules/_account_edit.sass */
  .AccountEdit-section p {
    margin-bottom: 18px;
  }
  /* line 80, app/assets/stylesheets/keeps/modules/_account_edit.sass */
  .AccountEdit-content {
    width: 100%;
    padding: 26px 23px;
    margin-right: 0;
  }
}

/* line 85, app/assets/stylesheets/keeps/modules/_account_edit.sass */
.PageHeader {
  margin-top: 50px;
  text-align: center;
}

/* line 89, app/assets/stylesheets/keeps/modules/_account_edit.sass */
.Account-edit-underline-btn {
  text-decoration: underline;
  cursor: pointer;
}

/* line 93, app/assets/stylesheets/keeps/modules/_account_edit.sass */
.Account-edit-loader-container {
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 98, app/assets/stylesheets/keeps/modules/_account_edit.sass */
.Account-edit-loader-container .Loader {
  position: static;
}

/* line 101, app/assets/stylesheets/keeps/modules/_account_edit.sass */
.AccountHome--new-products {
  color: #ff4646;
  padding-left: 30px;
  font-family: "Apercu Mono", monospace;
  font-size: 16px;
}

/* line 2, app/assets/stylesheets/keeps/modules/_our-offering.sass */
.our-offering .container {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1440px) {
  /* line 2, app/assets/stylesheets/keeps/modules/_our-offering.sass */
  .our-offering .container {
    width: 1440px;
  }
}

@media (max-width: 991px) {
  /* line 2, app/assets/stylesheets/keeps/modules/_our-offering.sass */
  .our-offering .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}

/* line 12, app/assets/stylesheets/keeps/modules/_our-offering.sass */
.our-offering .text-dark {
  color: #231E20;
}

/* line 15, app/assets/stylesheets/keeps/modules/_our-offering.sass */
.our-offering hr {
  margin: 50px auto;
  max-width: 1200px;
}

@media (max-width: 991px) {
  /* line 15, app/assets/stylesheets/keeps/modules/_our-offering.sass */
  .our-offering hr {
    margin: 25px auto;
  }
}

/* line 21, app/assets/stylesheets/keeps/modules/_our-offering.sass */
.our-offering .Section {
  color: #5C5C5C;
}

/* line 23, app/assets/stylesheets/keeps/modules/_our-offering.sass */
.our-offering .Section.variant {
  padding-bottom: 54px;
}

/* line 26, app/assets/stylesheets/keeps/modules/_our-offering.sass */
.our-offering .List--icons {
  max-width: 1202px;
  margin-left: auto;
  margin-right: auto;
}

/* line 31, app/assets/stylesheets/keeps/modules/_our-offering.sass */
.our-offering .Section--our-offering {
  background: url(/assets/sections/our-offering-variant.jpg) no-repeat center 60%/cover;
}

/* line 34, app/assets/stylesheets/keeps/modules/_our-offering.sass */
.our-offering .h6.is-highlighted, .our-offering .Section-subtitle {
  margin-bottom: 11px;
}

/* line 37, app/assets/stylesheets/keeps/modules/_our-offering.sass */
.our-offering p {
  margin-bottom: 11px;
}

/* line 40, app/assets/stylesheets/keeps/modules/_our-offering.sass */
.our-offering .List > li {
  padding-bottom: 11px;
}

/* line 43, app/assets/stylesheets/keeps/modules/_our-offering.sass */
.our-offering .add-to-cart-block {
  margin: 14px 0 20px;
}

@media (max-width: 991px) {
  /* line 45, app/assets/stylesheets/keeps/modules/_our-offering.sass */
  .our-offering .add-to-cart-block .Btn {
    width: 100%;
  }
}

/* line 49, app/assets/stylesheets/keeps/modules/_our-offering.sass */
.our-offering .full-drug-facts-link-wrap {
  text-align: center;
}

@media (min-width: 992px) {
  /* line 49, app/assets/stylesheets/keeps/modules/_our-offering.sass */
  .our-offering .full-drug-facts-link-wrap {
    text-align: left;
  }
}

/* line 54, app/assets/stylesheets/keeps/modules/_our-offering.sass */
.our-offering .already-using {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

/* line 59, app/assets/stylesheets/keeps/modules/_our-offering.sass */
.our-offering .offering-item {
  margin-bottom: 4rem;
}

/* line 62, app/assets/stylesheets/keeps/modules/_our-offering.sass */
.our-offering .recommended {
  margin-top: 80px;
}

@media (max-width: 991px) {
  /* line 62, app/assets/stylesheets/keeps/modules/_our-offering.sass */
  .our-offering .recommended {
    background: #FAFAF5;
    border-radius: 20px;
    padding: 48px 24px;
    margin-bottom: 25px;
  }
}

/* line 71, app/assets/stylesheets/keeps/modules/_our-offering.sass */
.our-offering .recommended h2 {
  font-size: 36px;
  margin-bottom: 14px;
}

@media (max-width: 991px) {
  /* line 71, app/assets/stylesheets/keeps/modules/_our-offering.sass */
  .our-offering .recommended h2 {
    font-size: 20px;
  }
}

/* line 77, app/assets/stylesheets/keeps/modules/_our-offering.sass */
.our-offering .recommended-block {
  max-width: 1121px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 991px) {
  /* line 77, app/assets/stylesheets/keeps/modules/_our-offering.sass */
  .our-offering .recommended-block {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    background: #FAFAF5;
    border-radius: 20px;
    padding: 48px 24px;
    margin: 47px auto 80px;
  }
}

/* line 89, app/assets/stylesheets/keeps/modules/_our-offering.sass */
.our-offering .recommended-block > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  position: relative;
}

/* line 93, app/assets/stylesheets/keeps/modules/_our-offering.sass */
.our-offering .recommended-block h4 {
  font: 24px/1.3 "Apercu Bold", sans-serif;
  text-align: center;
  letter-spacing: 0.32px;
  color: #231E20;
  margin-bottom: 16px;
}

@media (max-width: 991px) {
  /* line 93, app/assets/stylesheets/keeps/modules/_our-offering.sass */
  .our-offering .recommended-block h4 {
    font-size: 16px;
    margin-bottom: 11px;
  }
}

/* line 103, app/assets/stylesheets/keeps/modules/_our-offering.sass */
.our-offering .recommended-block .Btn {
  width: 100%;
}

/* line 105, app/assets/stylesheets/keeps/modules/_our-offering.sass */
.our-offering .recommended-image {
  position: absolute;
  top: -75px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 991px) {
  /* line 105, app/assets/stylesheets/keeps/modules/_our-offering.sass */
  .our-offering .recommended-image {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

/* line 114, app/assets/stylesheets/keeps/modules/_our-offering.sass */
.our-offering .recommended-actions {
  max-width: 320px;
}

@media (min-width: 992px) {
  /* line 114, app/assets/stylesheets/keeps/modules/_our-offering.sass */
  .our-offering .recommended-actions {
    margin-left: 60px;
  }
}

/* line 119, app/assets/stylesheets/keeps/modules/_our-offering.sass */
.our-offering .recommended-button {
  border: 1px solid #CCCCCC;
  height: 45px;
  width: 154.64px;
  line-height: 45px;
  font-size: 14px;
  font-weight: 300;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  cursor: pointer;
  text-decoration: none !important;
  color: #231E20;
}

/* line 133, app/assets/stylesheets/keeps/modules/_our-offering.sass */
.our-offering .recommended-button.active {
  border: 1.5px solid #231E20;
  font-weight: 700;
}

@media (max-width: 991px) {
  /* line 119, app/assets/stylesheets/keeps/modules/_our-offering.sass */
  .our-offering .recommended-button {
    width: 134px;
  }
}

/* line 140, app/assets/stylesheets/keeps/modules/_our-offering.sass */
.our-offering .recommended-button img {
  height: 14px;
  width: auto;
  margin-right: 6px;
}

/* line 145, app/assets/stylesheets/keeps/modules/_our-offering.sass */
.our-offering .recommended-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 150, app/assets/stylesheets/keeps/modules/_our-offering.sass */
.our-offering .recommended h5 {
  font: 14px/24px "Apercu Bold", sans-serif;
  text-align: center;
  color: #333333;
}

@media (min-width: 992px) {
  /* line 155, app/assets/stylesheets/keeps/modules/_our-offering.sass */
  .our-offering .Finasteride-img {
    margin-top: 50px;
  }
}

@media (min-width: 992px) {
  /* line 159, app/assets/stylesheets/keeps/modules/_our-offering.sass */
  .our-offering .Pomade-img {
    margin-top: 70px;
  }
}

/* line 163, app/assets/stylesheets/keeps/modules/_our-offering.sass */
.our-offering .tall-image {
  max-width: 155px;
}

/* line 166, app/assets/stylesheets/keeps/modules/_our-offering.sass */
.our-offering .starting-at-description {
  max-width: 440px;
  margin: 20px auto 30px;
  color: #4C4C4C;
}

/* line 171, app/assets/stylesheets/keeps/modules/_our-offering.sass */
.our-offering .Section--hero--pomade {
  background: url(/assets/sections/our-offering-pomade-hero.jpg);
  background-position: center 60%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 390px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}

@media (max-width: 768px) {
  /* line 171, app/assets/stylesheets/keeps/modules/_our-offering.sass */
  .our-offering .Section--hero--pomade {
    background-position: 60% 60%;
    height: 326px;
  }
}

/* line 185, app/assets/stylesheets/keeps/modules/_our-offering.sass */
.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

/* line 190, app/assets/stylesheets/keeps/modules/_our-offering.sass */
.js-buy-recommended .subtotal {
  text-decoration: line-through;
}

/* line 1, app/assets/stylesheets/keeps/modules/quiz/_quiz.sass */
.Quiz {
  max-width: 940px;
  margin: 0 auto;
  padding: 75px 0 40px;
}

/* line 6, app/assets/stylesheets/keeps/modules/quiz/_quiz.sass */
.Quiz a {
  border-bottom: 1px solid #231E20;
  color: inherit;
}

/* line 10, app/assets/stylesheets/keeps/modules/quiz/_quiz.sass */
.Quiz a:hover, .Quiz a:focus {
  text-decoration: none;
}

/* line 14, app/assets/stylesheets/keeps/modules/quiz/_quiz.sass */
.Quiz h5 {
  margin-top: 0;
  font-size: 17px;
  font-family: "Apercu Mono", monospace;
  font-weight: 400;
  color: #df3400;
}

/* line 21, app/assets/stylesheets/keeps/modules/quiz/_quiz.sass */
.Quiz h6 {
  font-size: 16px;
  color: #231E20;
  text-transform: none;
  letter-spacing: 0;
}

/* line 27, app/assets/stylesheets/keeps/modules/quiz/_quiz.sass */
.Quiz textarea {
  height: 226px;
}

/* line 31, app/assets/stylesheets/keeps/modules/quiz/_quiz.sass */
.Quiz--account h3 {
  margin-top: 30px;
}

/* line 34, app/assets/stylesheets/keeps/modules/quiz/_quiz.sass */
.Quiz-headline,
.Quiz-content {
  float: left;
}

/* line 38, app/assets/stylesheets/keeps/modules/quiz/_quiz.sass */
.Quiz-headline {
  width: 50%;
  padding-right: 50px;
}

/* line 42, app/assets/stylesheets/keeps/modules/quiz/_quiz.sass */
.Quiz-headline hr {
  display: none;
}

/* line 45, app/assets/stylesheets/keeps/modules/quiz/_quiz.sass */
.Quiz-content {
  width: 100%;
  margin-bottom: 70px;
}

/* line 49, app/assets/stylesheets/keeps/modules/quiz/_quiz.sass */
.Quiz-content--full {
  width: 100%;
}

/* line 52, app/assets/stylesheets/keeps/modules/quiz/_quiz.sass */
.Quiz-title {
  margin-bottom: 27px;
  font-size: 60px;
  line-height: 63px;
  padding-right: 80px;
  text-transform: capitalize;
}

/* line 59, app/assets/stylesheets/keeps/modules/quiz/_quiz.sass */
.Quiz-content--e-commerce {
  float: none;
}

/* line 63, app/assets/stylesheets/keeps/modules/quiz/_quiz.sass */
.Quiz-content--e-commerce .Treatment-drugs-item--checkout h3 {
  margin: 0;
}

/* line 67, app/assets/stylesheets/keeps/modules/quiz/_quiz.sass */
.Quiz-content--e-commerce .Treatment-drugs-item--checkout .Treatment-drugs-icon img {
  width: 100%;
  padding-right: 0;
}

/* line 71, app/assets/stylesheets/keeps/modules/quiz/_quiz.sass */
.Quiz-content--e-commerce .Treatment-drugs-item--checkout .Price--treatment {
  margin-bottom: 5px;
  margin-top: 0;
}

/* line 75, app/assets/stylesheets/keeps/modules/quiz/_quiz.sass */
.Quiz-content--e-commerce .Treatment-drugs-item {
  border: 1px solid #ccc;
  padding: 10px 10px 10px 0;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 82, app/assets/stylesheets/keeps/modules/quiz/_quiz.sass */
.Quiz-content--e-commerce .Treatment-drugs-item p {
  margin-bottom: 0;
  line-height: 1;
}

/* line 86, app/assets/stylesheets/keeps/modules/quiz/_quiz.sass */
.Quiz-content--e-commerce .Treatment-drugs-item p.Checkout-subtitle {
  margin-bottom: 5px;
}

/* line 89, app/assets/stylesheets/keeps/modules/quiz/_quiz.sass */
.Quiz-content--e-commerce .Treatment-drugs-item .Treatment-drugs-icon {
  width: 48%;
}

/* line 93, app/assets/stylesheets/keeps/modules/quiz/_quiz.sass */
.Quiz-content--e-commerce .Treatment-drugs-item .Treatment-drugs-additional-info p {
  padding-left: 10px;
}

/* line 96, app/assets/stylesheets/keeps/modules/quiz/_quiz.sass */
.Quiz-description {
  font-size: 18px;
  line-height: 1.6;
  padding-right: 120px;
  color: #808080;
}

/* line 102, app/assets/stylesheets/keeps/modules/quiz/_quiz.sass */
.Quiz-description--alt {
  background: #F9FAF5;
  padding: 33px 0;
  font-size: 15px;
}

/* line 107, app/assets/stylesheets/keeps/modules/quiz/_quiz.sass */
.Quiz-description--alt h3 {
  position: relative;
  margin-top: 26px;
  font-weight: bold;
}

/* line 112, app/assets/stylesheets/keeps/modules/quiz/_quiz.sass */
.Quiz-description--alt h3::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  width: 42px;
  height: 2px;
  background: #df3400;
}

/* line 121, app/assets/stylesheets/keeps/modules/quiz/_quiz.sass */
.Quiz-order-summary {
  float: none;
  margin: auto;
}

/* line 125, app/assets/stylesheets/keeps/modules/quiz/_quiz.sass */
.Quiz-skip-photo {
  margin-bottom: 15px;
}

/* line 128, app/assets/stylesheets/keeps/modules/quiz/_quiz.sass */
.Quiz-skip-photo h3 {
  font-size: 15px;
  margin-bottom: 15px;
}

/* line 132, app/assets/stylesheets/keeps/modules/quiz/_quiz.sass */
.Quiz-skip-photo h3::before {
  background: none;
}

/* line 135, app/assets/stylesheets/keeps/modules/quiz/_quiz.sass */
.Quiz-legal {
  padding-top: 20px;
  font-size: 14px;
  clear: both;
}

/* line 141, app/assets/stylesheets/keeps/modules/quiz/_quiz.sass */
.Quiz-create-password .Quiz-content {
  margin-bottom: 0;
}

/* line 145, app/assets/stylesheets/keeps/modules/quiz/_quiz.sass */
.Quiz-content--quiz-intro img {
  padding: 10px 0;
}

@media (max-width: 991px) {
  /* line 149, app/assets/stylesheets/keeps/modules/quiz/_quiz.sass */
  .Quiz-skip-photo {
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  /* line 153, app/assets/stylesheets/keeps/modules/quiz/_quiz.sass */
  .Quiz-headline {
    padding-right: 30px;
  }
  /* line 156, app/assets/stylesheets/keeps/modules/quiz/_quiz.sass */
  .Quiz-title,
.Quiz-description {
    padding-right: 0;
  }
  /* line 160, app/assets/stylesheets/keeps/modules/quiz/_quiz.sass */
  .Quiz-title {
    font-size: 45px;
    line-height: 1;
  }
  /* line 164, app/assets/stylesheets/keeps/modules/quiz/_quiz.sass */
  .Quiz-description {
    font-size: 16px;
  }
  /* line 168, app/assets/stylesheets/keeps/modules/quiz/_quiz.sass */
  .Quiz-content--e-commerce h3 {
    font-size: 16px;
    line-height: 1;
  }
  /* line 172, app/assets/stylesheets/keeps/modules/quiz/_quiz.sass */
  .Quiz-content--e-commerce h3.Checkout-subtitle {
    line-height: 2;
  }
  /* line 175, app/assets/stylesheets/keeps/modules/quiz/_quiz.sass */
  .Quiz-content--e-commerce h3.drug-name {
    font-size: 18px;
    margin-bottom: 4px;
  }
  /* line 180, app/assets/stylesheets/keeps/modules/quiz/_quiz.sass */
  .Quiz-create-password h3 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  /* line 184, app/assets/stylesheets/keeps/modules/quiz/_quiz.sass */
  .Quiz {
    padding-top: 50px;
  }
  /* line 187, app/assets/stylesheets/keeps/modules/quiz/_quiz.sass */
  .Quiz-content {
    margin-bottom: 0;
  }
  /* line 191, app/assets/stylesheets/keeps/modules/quiz/_quiz.sass */
  .Quiz-content--e-commerce .Price--treatment {
    font-size: 20px;
  }
  /* line 195, app/assets/stylesheets/keeps/modules/quiz/_quiz.sass */
  .Quiz-content--e-commerce .Price-original:after {
    top: 14px;
  }
  /* line 198, app/assets/stylesheets/keeps/modules/quiz/_quiz.sass */
  .Quiz-content--e-commerce .Price-note {
    font-size: 10px;
  }
  /* line 201, app/assets/stylesheets/keeps/modules/quiz/_quiz.sass */
  .Quiz-content--e-commerce .Treatment-drugs-additional-info {
    font-size: 14px;
    line-height: 1.3em;
  }
  /* line 205, app/assets/stylesheets/keeps/modules/quiz/_quiz.sass */
  .Quiz-content--e-commerce .Treatment-drugs-additional-info .Treatment-drugs-icon {
    width: 48%;
  }
  /* line 208, app/assets/stylesheets/keeps/modules/quiz/_quiz.sass */
  .Quiz-content--e-commerce .Checkout-total > div {
    margin-bottom: 7px;
  }
}

@media (min-width: 480px) {
  /* line 212, app/assets/stylesheets/keeps/modules/quiz/_quiz.sass */
  .Quiz-headline + .Quiz-content {
    width: 50%;
  }
}

@media (max-width: 479px) {
  /* line 217, app/assets/stylesheets/keeps/modules/quiz/_quiz.sass */
  .Quiz {
    padding: 25px 5px 100px;
  }
  /* line 220, app/assets/stylesheets/keeps/modules/quiz/_quiz.sass */
  .Quiz h2 {
    padding-right: 0;
    margin-bottom: 9px;
    font-size: 31px;
    line-height: 40px;
  }
  /* line 226, app/assets/stylesheets/keeps/modules/quiz/_quiz.sass */
  .Quiz h3 {
    margin-top: 2px;
    margin-bottom: 3px;
    font-size: 19px;
    line-height: 1.55;
  }
  /* line 233, app/assets/stylesheets/keeps/modules/quiz/_quiz.sass */
  .Quiz-skip-photo h3 {
    font-size: 15px;
    margin-bottom: 17px;
  }
  /* line 238, app/assets/stylesheets/keeps/modules/quiz/_quiz.sass */
  .Quiz-content {
    padding: 0;
    width: 100%;
  }
  /* line 243, app/assets/stylesheets/keeps/modules/quiz/_quiz.sass */
  .Quiz-headline {
    width: 100%;
    padding-right: 0;
  }
  /* line 247, app/assets/stylesheets/keeps/modules/quiz/_quiz.sass */
  .Quiz-headline hr {
    display: block;
  }
  /* line 250, app/assets/stylesheets/keeps/modules/quiz/_quiz.sass */
  .Quiz-description {
    padding-right: 0;
    font-size: 16px;
    line-height: 1.5;
  }
}

/* line 255, app/assets/stylesheets/keeps/modules/quiz/_quiz.sass */
.Link--skip-photos {
  cursor: pointer;
}

/* line 258, app/assets/stylesheets/keeps/modules/quiz/_quiz.sass */
.Quiz--progress-tracking {
  padding-top: 45px;
}

/* line 1, app/assets/stylesheets/keeps/modules/quiz/_quiz-footer.sass */
.Quiz-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  clear: both;
  z-index: 1001;
  margin-top: 10px;
}

/* line 8, app/assets/stylesheets/keeps/modules/quiz/_quiz-footer.sass */
.Quiz-footer .Btn {
  display: block;
  margin: 0 5px;
}

@media (max-width: 479px) {
  /* line 13, app/assets/stylesheets/keeps/modules/quiz/_quiz-footer.sass */
  .Quiz-footer {
    position: fixed;
    bottom: 0;
    left: -1px;
    right: -1px;
    padding: 0;
    margin-top: 0;
    padding: 0 20px 20px;
    background-color: #fbfbfb;
  }
  /* line 23, app/assets/stylesheets/keeps/modules/quiz/_quiz-footer.sass */
  .Quiz-footer > div {
    width: 100%;
  }
  /* line 26, app/assets/stylesheets/keeps/modules/quiz/_quiz-footer.sass */
  .Quiz-footer .Btn {
    margin: 0;
    min-width: 0;
    width: 100%;
  }
}

/* line 1, app/assets/stylesheets/keeps/modules/quiz/_quiz-status.sass */
.Quiz-status {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  text-transform: uppercase;
  font-family: "Apercu Bold", sans-serif;
  font-size: 12px;
  line-height: 40px;
  letter-spacing: 0.13em;
  color: #bdbbbb;
}

/* line 14, app/assets/stylesheets/keeps/modules/quiz/_quiz-status.sass */
.Quiz-status a {
  cursor: default;
  display: block;
  text-decoration: none;
  pointer-events: none;
}

/* line 20, app/assets/stylesheets/keeps/modules/quiz/_quiz-status.sass */
.Quiz-status li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  text-align: center;
}

/* line 27, app/assets/stylesheets/keeps/modules/quiz/_quiz-status.sass */
.Quiz-status li.is-active > a, .Quiz-status li.is-finished > a {
  cursor: pointer;
  pointer-events: auto;
}

/* line 32, app/assets/stylesheets/keeps/modules/quiz/_quiz-status.sass */
.Quiz-status li.is-finished::after {
  width: 100%;
}

/* line 35, app/assets/stylesheets/keeps/modules/quiz/_quiz-status.sass */
.Quiz-status li.is-active {
  color: #231E20;
}

/* line 38, app/assets/stylesheets/keeps/modules/quiz/_quiz-status.sass */
.Quiz-status-tracker {
  position: absolute;
  height: 1px;
  bottom: -1px;
  left: 0;
  width: 0;
  background-color: #231E20;
  -webkit-transition: .5s width;
  -o-transition: .5s width;
  transition: .5s width;
}

@media (max-width: 992px) {
  /* line 48, app/assets/stylesheets/keeps/modules/quiz/_quiz-status.sass */
  .Quiz-status {
    font-size: 10px;
    letter-spacing: 0;
  }
}

@media (max-width: 480px) {
  /* line 53, app/assets/stylesheets/keeps/modules/quiz/_quiz-status.sass */
  .Quiz-status-tracker {
    height: 2px;
    bottom: -2px;
  }
}

/* line 1, app/assets/stylesheets/keeps/modules/quiz/_quiz-payment.sass */
.Quiz-payment-header {
  margin-top: -15px;
}

/* line 4, app/assets/stylesheets/keeps/modules/quiz/_quiz-payment.sass */
.Quiz-payment-header h3 {
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
}

/* line 9, app/assets/stylesheets/keeps/modules/quiz/_quiz-payment.sass */
.Quiz-billing-info {
  padding-bottom: 0;
}

/* line 12, app/assets/stylesheets/keeps/modules/quiz/_quiz-payment.sass */
.Quiz-payment-content {
  color: #231E20;
  padding: 60px 0 20px;
}

/* line 16, app/assets/stylesheets/keeps/modules/quiz/_quiz-payment.sass */
.Quiz-payment-content.Quiz-includes-info {
  max-width: 680px;
}

/* line 19, app/assets/stylesheets/keeps/modules/quiz/_quiz-payment.sass */
.Quiz-payment-content.Quiz-includes-info img {
  height: 37px;
  margin: 10px 0;
}

/* line 23, app/assets/stylesheets/keeps/modules/quiz/_quiz-payment.sass */
.Quiz-payment-content.Quiz-includes-info p {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.4;
}

/* line 30, app/assets/stylesheets/keeps/modules/quiz/_quiz-payment.sass */
.Quiz-payment-content .media-left img {
  max-width: none;
  width: 55px;
}

/* line 36, app/assets/stylesheets/keeps/modules/quiz/_quiz-payment.sass */
.Quiz-payment-content .media-body .text-additional-info {
  color: #989898;
}

/* line 39, app/assets/stylesheets/keeps/modules/quiz/_quiz-payment.sass */
.Quiz-payment-content .media-body .discounted-price {
  float: right;
}

/* line 42, app/assets/stylesheets/keeps/modules/quiz/_quiz-payment.sass */
.Quiz-payment-content .media-body .text-danger {
  color: #FF0000;
}

/* line 45, app/assets/stylesheets/keeps/modules/quiz/_quiz-payment.sass */
.Quiz-payment-content .media-body .text-danger s {
  float: right;
}

/* line 48, app/assets/stylesheets/keeps/modules/quiz/_quiz-payment.sass */
.Quiz-payment-disclaimer {
  padding: 20px 0;
}

@media (max-width: 768px) {
  /* line 53, app/assets/stylesheets/keeps/modules/quiz/_quiz-payment.sass */
  .Quiz-payment-container .col-md-6 + .col-md-6 {
    margin-top: 0;
  }
}

@media (max-width: 480px) {
  /* line 57, app/assets/stylesheets/keeps/modules/quiz/_quiz-payment.sass */
  .Quiz-payment-header {
    margin-top: 0;
  }
  /* line 60, app/assets/stylesheets/keeps/modules/quiz/_quiz-payment.sass */
  .Quiz-payment-content {
    width: 100%;
    padding: 20px 0;
  }
  /* line 65, app/assets/stylesheets/keeps/modules/quiz/_quiz-payment.sass */
  .Quiz-payment-item p {
    color: #989898;
  }
  /* line 69, app/assets/stylesheets/keeps/modules/quiz/_quiz-payment.sass */
  .Quiz-payment-container .Btn {
    width: 100%;
  }
}

/* line 2, app/assets/stylesheets/keeps/modules/quiz/_quiz-question.sass */
.Quiz-headline + .Quiz-question {
  width: 50%;
  float: left;
  border-top: 0;
  padding-top: 16px;
  clear: none;
}

/* line 9, app/assets/stylesheets/keeps/modules/quiz/_quiz-question.sass */
.Quiz-question {
  padding-top: 80px;
  padding-bottom: 80px;
  border-top: 2px solid #ededed;
  clear: both;
  -webkit-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity .4s;
}

/* line 15, app/assets/stylesheets/keeps/modules/quiz/_quiz-question.sass */
.Quiz-question label:focus-within {
  outline-color: rgba(0, 103, 244, 0.247);
  outline-style: auto;
  outline-width: 5px;
}

/* line 22, app/assets/stylesheets/keeps/modules/quiz/_quiz-question.sass */
.Quiz-question .Quiz-question {
  padding-top: 45px;
  padding-bottom: 0;
  border-top: none;
}

/* line 27, app/assets/stylesheets/keeps/modules/quiz/_quiz-question.sass */
.Quiz-question.Quiz-question--nested {
  padding-top: 45px;
  border-top: none;
  margin-top: -80px;
}

/* line 32, app/assets/stylesheets/keeps/modules/quiz/_quiz-question.sass */
.Quiz-question.ng-enter, .Quiz-question.ng-leave.ng-leave-active {
  opacity: 0;
}

/* line 36, app/assets/stylesheets/keeps/modules/quiz/_quiz-question.sass */
.Quiz-question.ng-leave, .Quiz-question.ng-enter.ng-enter-active {
  opacity: 1;
}

/**
 * CUSTOM QUESTIONS
 * These are questions that have specific design - e.g. they have images,
 * instead of checkboxes or radio buttons
 *
 * The classes of the questions are generated based on the question id in the
 * quiz - "Quiz-question--" + vm.question.id
 */
/* line 62, app/assets/stylesheets/keeps/modules/quiz/_quiz-question.sass */
.Quiz-question--symptoms,
.Quiz-question--hair_loss_loc,
.Quiz-question--hairLossLoc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
}

/* line 68, app/assets/stylesheets/keeps/modules/quiz/_quiz-question.sass */
.Quiz-question--symptoms label,
.Quiz-question--hair_loss_loc label,
.Quiz-question--hairLossLoc label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 286px;
  padding: 10px;
}

/* line 76, app/assets/stylesheets/keeps/modules/quiz/_quiz-question.sass */
.Quiz-question--symptoms input + .Form-text,
.Quiz-question--symptoms input:checked + .Form-text,
.Quiz-question--hair_loss_loc input + .Form-text,
.Quiz-question--hair_loss_loc input:checked + .Form-text,
.Quiz-question--hairLossLoc input + .Form-text,
.Quiz-question--hairLossLoc input:checked + .Form-text {
  display: block;
  width: 100%;
  text-align: center;
  letter-spacing: 0.03em;
}

/* line 83, app/assets/stylesheets/keeps/modules/quiz/_quiz-question.sass */
.Quiz-question--symptoms input + .Form-text::before,
.Quiz-question--symptoms input:checked + .Form-text::before,
.Quiz-question--hair_loss_loc input + .Form-text::before,
.Quiz-question--hair_loss_loc input:checked + .Form-text::before,
.Quiz-question--hairLossLoc input + .Form-text::before,
.Quiz-question--hairLossLoc input:checked + .Form-text::before {
  display: none;
}

/* line 86, app/assets/stylesheets/keeps/modules/quiz/_quiz-question.sass */
.Quiz-question--symptoms input + .Form-text::after,
.Quiz-question--symptoms input:checked + .Form-text::after,
.Quiz-question--hair_loss_loc input + .Form-text::after,
.Quiz-question--hair_loss_loc input:checked + .Form-text::after,
.Quiz-question--hairLossLoc input + .Form-text::after,
.Quiz-question--hairLossLoc input:checked + .Form-text::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #E7E7E7;
  opacity: 1;
  border-radius: 0;
  padding-right: 25px;
  padding-left: 25px;
  background-repeat: no-repeat;
}

/* line 101, app/assets/stylesheets/keeps/modules/quiz/_quiz-question.sass */
.Quiz-question--symptoms input:checked + .Form-text,
.Quiz-question--hair_loss_loc input:checked + .Form-text,
.Quiz-question--hairLossLoc input:checked + .Form-text {
  font-family: "Apercu Bold", sans-serif;
}

/* line 104, app/assets/stylesheets/keeps/modules/quiz/_quiz-question.sass */
.Quiz-question--symptoms input:checked + .Form-text::after,
.Quiz-question--hair_loss_loc input:checked + .Form-text::after,
.Quiz-question--hairLossLoc input:checked + .Form-text::after {
  content: attr(data-text);
  border-color: #231E20;
  background-color: #fff !important;
}

/* line 109, app/assets/stylesheets/keeps/modules/quiz/_quiz-question.sass */
.Quiz-question--symptoms > div,
.Quiz-question--hair_loss_loc > div,
.Quiz-question--hairLossLoc > div {
  margin-left: 10px;
  margin-right: 10px;
}

/* line 114, app/assets/stylesheets/keeps/modules/quiz/_quiz-question.sass */
.Quiz-question--hair_loss_loc,
.Quiz-question--hairLossLoc {
  margin-left: -10px;
  margin-right: -10px;
}

/* line 119, app/assets/stylesheets/keeps/modules/quiz/_quiz-question.sass */
.Quiz-question--hair_loss_loc .Form-text,
.Quiz-question--hairLossLoc .Form-text {
  height: 30px;
}

/* line 122, app/assets/stylesheets/keeps/modules/quiz/_quiz-question.sass */
.Quiz-question--hair_loss_loc .Form-text::after,
.Quiz-question--hairLossLoc .Form-text::after {
  padding-top: 245px;
  background-position: 50% 40px;
}

/* line 126, app/assets/stylesheets/keeps/modules/quiz/_quiz-question.sass */
.Quiz-question--hair_loss_loc > div,
.Quiz-question--hairLossLoc > div {
  width: 100%;
}

/* line 59, app/assets/stylesheets/keeps/modules/quiz/_quiz-question.sass */
.Quiz-question--hair_loss_loc > div:nth-child(1) .Form-text::after,
.Quiz-question--hairLossLoc > div:nth-child(1) .Form-text::after {
  background-image: url(/assets/quiz/hair-loss/hairline.svg);
}

/* line 59, app/assets/stylesheets/keeps/modules/quiz/_quiz-question.sass */
.Quiz-question--hair_loss_loc > div:nth-child(2) .Form-text::after,
.Quiz-question--hairLossLoc > div:nth-child(2) .Form-text::after {
  background-image: url(/assets/quiz/hair-loss/crown.svg);
}

/* line 59, app/assets/stylesheets/keeps/modules/quiz/_quiz-question.sass */
.Quiz-question--hair_loss_loc > div:nth-child(3) .Form-text::after,
.Quiz-question--hairLossLoc > div:nth-child(3) .Form-text::after {
  background-image: url(/assets/quiz/hair-loss/both.svg);
}

/* line 59, app/assets/stylesheets/keeps/modules/quiz/_quiz-question.sass */
.Quiz-question--hair_loss_loc > div:nth-child(4) .Form-text::after,
.Quiz-question--hairLossLoc > div:nth-child(4) .Form-text::after {
  background-image: url(/assets/quiz/hair-loss/patchy.svg);
}

/* line 131, app/assets/stylesheets/keeps/modules/quiz/_quiz-question.sass */
.Quiz-question--symptoms {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -20px;
}

/* line 137, app/assets/stylesheets/keeps/modules/quiz/_quiz-question.sass */
.Quiz-question--symptoms > div {
  margin-bottom: 20px;
  width: calc(33.3333% - 20px);
}

/* line 141, app/assets/stylesheets/keeps/modules/quiz/_quiz-question.sass */
.Quiz-question--symptoms label {
  height: 226px;
}

/* line 144, app/assets/stylesheets/keeps/modules/quiz/_quiz-question.sass */
.Quiz-question--symptoms .Form-text {
  height: 57px;
  padding: 0 17px;
}

/* line 148, app/assets/stylesheets/keeps/modules/quiz/_quiz-question.sass */
.Quiz-question--symptoms .Form-text::after {
  padding-top: 158px;
  background-position: 50% calc(50% - 30px);
}

/* line 59, app/assets/stylesheets/keeps/modules/quiz/_quiz-question.sass */
.Quiz-question--symptoms > div:nth-child(1) .Form-text::after {
  background-image: url(/assets/quiz/symptoms/itching.svg);
}

/* line 59, app/assets/stylesheets/keeps/modules/quiz/_quiz-question.sass */
.Quiz-question--symptoms > div:nth-child(2) .Form-text::after {
  background-image: url(/assets/quiz/symptoms/hair-loss.svg);
}

/* line 59, app/assets/stylesheets/keeps/modules/quiz/_quiz-question.sass */
.Quiz-question--symptoms > div:nth-child(3) .Form-text::after {
  background-image: url(/assets/quiz/symptoms/sudden.svg);
}

/* line 59, app/assets/stylesheets/keeps/modules/quiz/_quiz-question.sass */
.Quiz-question--symptoms > div:nth-child(4) .Form-text::after {
  background-image: url(/assets/quiz/symptoms/dandruff.svg);
}

/* line 59, app/assets/stylesheets/keeps/modules/quiz/_quiz-question.sass */
.Quiz-question--symptoms > div:nth-child(5) .Form-text::after {
  background-image: url(/assets/quiz/symptoms/rash.svg);
}

/* line 59, app/assets/stylesheets/keeps/modules/quiz/_quiz-question.sass */
.Quiz-question--symptoms > div:nth-child(6) .Form-text::after {
  background-image: url(/assets/quiz/symptoms/none.svg);
}

@media (max-width: 768px) {
  /* line 156, app/assets/stylesheets/keeps/modules/quiz/_quiz-question.sass */
  .Quiz-question {
    padding-top: 45px;
    padding-bottom: 0;
    border-top: none;
  }
  /* line 161, app/assets/stylesheets/keeps/modules/quiz/_quiz-question.sass */
  .Quiz-question.Quiz-question--nested {
    margin-top: initial;
  }
  /* line 166, app/assets/stylesheets/keeps/modules/quiz/_quiz-question.sass */
  .Quiz-question--hair_loss_loc label,
.Quiz-question--hairLossLoc label {
    height: 180px;
  }
  /* line 169, app/assets/stylesheets/keeps/modules/quiz/_quiz-question.sass */
  .Quiz-question--hair_loss_loc input + .Form-text::after,
.Quiz-question--hair_loss_loc input:checked + .Form-text::after,
.Quiz-question--hairLossLoc input + .Form-text::after,
.Quiz-question--hairLossLoc input:checked + .Form-text::after {
    background-size: 70%;
    background-position: center 10px;
    padding-top: 140px;
  }
  /* line 175, app/assets/stylesheets/keeps/modules/quiz/_quiz-question.sass */
  .Quiz-question--symptoms {
    margin-bottom: 0;
  }
  /* line 178, app/assets/stylesheets/keeps/modules/quiz/_quiz-question.sass */
  .Quiz-question--symptoms .Form-text {
    height: 70px;
  }
  /* line 181, app/assets/stylesheets/keeps/modules/quiz/_quiz-question.sass */
  .Quiz-question--symptoms input + .Form-text,
.Quiz-question--symptoms input:checked + .Form-text {
    padding: 0 14px;
  }
  /* line 185, app/assets/stylesheets/keeps/modules/quiz/_quiz-question.sass */
  .Quiz-question--symptoms input + .Form-text::after,
.Quiz-question--symptoms input:checked + .Form-text::after {
    padding-left: 19px;
    padding-right: 19px;
    padding-top: 145px;
  }
}

@media (max-width: 767px) {
  /* line 192, app/assets/stylesheets/keeps/modules/quiz/_quiz-question.sass */
  .Quiz-question--hair_loss_loc,
.Quiz-question--hairLossLoc {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -4px;
    margin-right: -4px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  /* line 199, app/assets/stylesheets/keeps/modules/quiz/_quiz-question.sass */
  .Quiz-question--hair_loss_loc > div,
.Quiz-question--hairLossLoc > div {
    margin: 4px;
    width: calc(50% - 8px);
    max-width: 185px;
  }
  /* line 204, app/assets/stylesheets/keeps/modules/quiz/_quiz-question.sass */
  .Quiz-question--hair_loss_loc > div:first-child,
.Quiz-question--hairLossLoc > div:first-child {
    margin: 4px;
  }
  /* line 207, app/assets/stylesheets/keeps/modules/quiz/_quiz-question.sass */
  .Quiz-question--hair_loss_loc label,
.Quiz-question--hairLossLoc label {
    height: 212px;
  }
  /* line 210, app/assets/stylesheets/keeps/modules/quiz/_quiz-question.sass */
  .Quiz-question--hair_loss_loc .Form-text,
.Quiz-question--hairLossLoc .Form-text {
    height: 28px;
  }
  /* line 215, app/assets/stylesheets/keeps/modules/quiz/_quiz-question.sass */
  .Quiz-question--hair_loss_loc input + .Form-text::after,
.Quiz-question--hair_loss_loc input:checked + .Form-text::after,
.Quiz-question--hairLossLoc input + .Form-text::after,
.Quiz-question--hairLossLoc input:checked + .Form-text::after {
    background-size: 80%;
    background-position: center 25px;
    padding-top: 173px;
  }
  /* line 221, app/assets/stylesheets/keeps/modules/quiz/_quiz-question.sass */
  .Quiz-question--symptoms > div {
    width: 100%;
    margin-bottom: 9px;
  }
  /* line 225, app/assets/stylesheets/keeps/modules/quiz/_quiz-question.sass */
  .Quiz-question--symptoms > div:last-child {
    margin-bottom: 0;
  }
  /* line 228, app/assets/stylesheets/keeps/modules/quiz/_quiz-question.sass */
  .Quiz-question--symptoms label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
    min-height: 60px;
    padding: 0 14px 0 50px;
  }
  /* line 235, app/assets/stylesheets/keeps/modules/quiz/_quiz-question.sass */
  .Quiz-question--symptoms input + .Form-text,
.Quiz-question--symptoms input:checked + .Form-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
  }
  /* line 241, app/assets/stylesheets/keeps/modules/quiz/_quiz-question.sass */
  .Quiz-question--symptoms input + .Form-text::after,
.Quiz-question--symptoms input:checked + .Form-text::after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    background-position: 18px center;
    height: auto;
    padding: 0 14px 0 64px;
  }
  /* line 59, app/assets/stylesheets/keeps/modules/quiz/_quiz-question.sass */
  .Quiz-question--symptoms > div:nth-child(1) .Form-text::after {
    background-image: url(/assets/quiz/symptoms/mobile/itching.svg);
  }
  /* line 59, app/assets/stylesheets/keeps/modules/quiz/_quiz-question.sass */
  .Quiz-question--symptoms > div:nth-child(2) .Form-text::after {
    background-image: url(/assets/quiz/symptoms/mobile/hair-loss.svg);
  }
  /* line 59, app/assets/stylesheets/keeps/modules/quiz/_quiz-question.sass */
  .Quiz-question--symptoms > div:nth-child(3) .Form-text::after {
    background-image: url(/assets/quiz/symptoms/mobile/sudden.svg);
  }
  /* line 59, app/assets/stylesheets/keeps/modules/quiz/_quiz-question.sass */
  .Quiz-question--symptoms > div:nth-child(4) .Form-text::after {
    background-image: url(/assets/quiz/symptoms/mobile/dandruff.svg);
  }
  /* line 59, app/assets/stylesheets/keeps/modules/quiz/_quiz-question.sass */
  .Quiz-question--symptoms > div:nth-child(5) .Form-text::after {
    background-image: url(/assets/quiz/symptoms/mobile/rash.svg);
  }
  /* line 59, app/assets/stylesheets/keeps/modules/quiz/_quiz-question.sass */
  .Quiz-question--symptoms > div:nth-child(6) .Form-text::after {
    background-image: url(/assets/quiz/symptoms/mobile/none.svg);
  }
}

/* line 5, app/assets/stylesheets/keeps/modules/quiz/_quiz-photo.sass */
.Quiz--photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 30px;
  padding-bottom: 0;
}

/* line 11, app/assets/stylesheets/keeps/modules/quiz/_quiz-photo.sass */
.Quiz--photos h5 {
  margin-bottom: 0;
}

/* line 14, app/assets/stylesheets/keeps/modules/quiz/_quiz-photo.sass */
.Quiz-photo-header,
.Quiz-photo-content,
.Quiz-photo-footer {
  padding: 5px 0;
}

/* line 19, app/assets/stylesheets/keeps/modules/quiz/_quiz-photo.sass */
.Quiz-photo-canvas {
  max-height: calc(100vh - 430px);
  max-width: 100%;
}

/* line 23, app/assets/stylesheets/keeps/modules/quiz/_quiz-photo.sass */
.Quiz-photo-placeholder {
  width: 255px;
  max-width: 100%;
}

/* line 29, app/assets/stylesheets/keeps/modules/quiz/_quiz-photo.sass */
.Quiz-photo-webcam, .Quiz-photo-webcam video {
  width: auto !important;
  height: auto !important;
  max-height: calc(100vh - 430px);
  max-width: 100%;
}

/* line 35, app/assets/stylesheets/keeps/modules/quiz/_quiz-photo.sass */
.Quiz-photo-webcam video {
  -webkit-transform: scale(1) !important;
      -ms-transform: scale(1) !important;
          transform: scale(1) !important;
}

/* line 39, app/assets/stylesheets/keeps/modules/quiz/_quiz-photo.sass */
.Quiz-photo-webcam-container img {
  display: none;
}

@media (max-height: 650px) {
  /* line 43, app/assets/stylesheets/keeps/modules/quiz/_quiz-photo.sass */
  .Quiz--photos {
    padding-top: 0;
  }
  /* line 46, app/assets/stylesheets/keeps/modules/quiz/_quiz-photo.sass */
  .Quiz-photo-placeholder {
    width: 185px;
  }
  /* line 49, app/assets/stylesheets/keeps/modules/quiz/_quiz-photo.sass */
  .Quiz-photo-canvas {
    max-height: calc(100vh - 370px);
  }
}

@media (max-width: 480px) {
  /* line 54, app/assets/stylesheets/keeps/modules/quiz/_quiz-photo.sass */
  .Quiz-photo-placeholder {
    width: 240px;
  }
  /* line 57, app/assets/stylesheets/keeps/modules/quiz/_quiz-photo.sass */
  .Quiz-photo-canvas {
    max-height: calc(100vh - 370px);
  }
  /* line 60, app/assets/stylesheets/keeps/modules/quiz/_quiz-photo.sass */
  .Quiz-photo--single {
    width: 100%;
    display: inline-block;
  }
  /* line 64, app/assets/stylesheets/keeps/modules/quiz/_quiz-photo.sass */
  .Quiz-photo-description-cta {
    text-align: center;
  }
}

/* line 1, app/assets/stylesheets/shared/_impersonation.sass */
.Impersonation {
  top: 90px;
  position: fixed;
  width: 100%;
  background-color: #ffff00;
  padding: 10px 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  z-index: 99;
  color: #000;
  text-align: center;
}

/* line 13, app/assets/stylesheets/shared/_impersonation.sass */
.Impersonation a {
  text-decoration: none;
  color: #ff0000;
  padding-left: 20px;
}

/* line 18, app/assets/stylesheets/shared/_impersonation.sass */
.Impersonation--doctor {
  top: 48px;
}

/* line 21, app/assets/stylesheets/shared/_impersonation.sass */
.Impersonation--quiz {
  top: 120px;
}

@media (max-width: 768px) {
  /* line 25, app/assets/stylesheets/shared/_impersonation.sass */
  .Impersonation {
    top: 70px;
  }
  /* line 28, app/assets/stylesheets/shared/_impersonation.sass */
  .Impersonation--doctor {
    top: 48px;
  }
}

/* line 31, app/assets/stylesheets/shared/_impersonation.sass */
.doctors-portal-impersonation {
  width: 100%;
  background-color: #ffff00;
  font-family: Arial, sans-serif;
  font-size: 14px;
  z-index: 2000;
  text-align: center;
  position: fixed;
  top: 0px;
  height: 20px;
}

/* line 42, app/assets/stylesheets/shared/_impersonation.sass */
.doctors-portal-impersonation a {
  text-decoration: none;
  color: #ff0000;
  padding-left: 20px;
}

/* line 3, app/assets/stylesheets/website/modules/utilities/_animation_utils.sass */
.fadeable {
  -webkit-transition: 0.05s opacity;
  -o-transition: 0.05s opacity;
  transition: 0.05s opacity;
  -webkit-transition: opacity 0.05s ease-in;
  -moz-transition: opacity 0.05s ease-in;
  -ms-transition: opacity 0.05s ease-in;
  -o-transition: opacity 0.05s ease-in;
  transition: opacity 0.05s ease-in;
}

/* line 11, app/assets/stylesheets/website/modules/utilities/_animation_utils.sass */
.invisible {
  opacity: 0;
}

/* line 14, app/assets/stylesheets/website/modules/utilities/_animation_utils.sass */
.visible {
  opacity: 1;
  visibility: visible;
}

/* line 1, app/assets/stylesheets/website/modules/utilities/_general-utils.sass */
.u-no-margin {
  margin: 0;
}

/* line 4, app/assets/stylesheets/website/modules/utilities/_general-utils.sass */
.u-pe-none {
  pointer-events: none;
}

@media (max-width: 767px) {
  /* line 9, app/assets/stylesheets/website/modules/utilities/_general-utils.sass */
  .u-hide-zopim .zopim {
    display: none !important;
  }
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
.u-mt-xs-0 {
  margin-top: 0px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
.u-mt-xs-5 {
  margin-top: 5px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
.u-mt-xs-10 {
  margin-top: 10px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
.u-mt-xs-15 {
  margin-top: 15px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
.u-mt-xs-20 {
  margin-top: 20px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
.u-mt-xs-25 {
  margin-top: 25px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
.u-mt-xs-30 {
  margin-top: 30px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
.u-mt-xs-35 {
  margin-top: 35px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
.u-mt-xs-40 {
  margin-top: 40px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
.u-mt-xs-45 {
  margin-top: 45px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
.u-mt-xs-50 {
  margin-top: 50px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
.u-mt-xs-55 {
  margin-top: 55px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
.u-mt-xs-60 {
  margin-top: 60px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
.u-mt-xs-65 {
  margin-top: 65px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
.u-mt-xs-70 {
  margin-top: 70px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
.u-mt-xs-75 {
  margin-top: 75px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
.u-mt-xs-80 {
  margin-top: 80px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
.u-mt-xs-85 {
  margin-top: 85px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
.u-mt-xs-90 {
  margin-top: 90px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
.u-mt-xs-95 {
  margin-top: 95px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
.u-mt-xs-100 {
  margin-top: 100px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
.u-mb-xs-0 {
  margin-bottom: 0px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
.u-mb-xs-5 {
  margin-bottom: 5px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
.u-mb-xs-10 {
  margin-bottom: 10px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
.u-mb-xs-15 {
  margin-bottom: 15px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
.u-mb-xs-20 {
  margin-bottom: 20px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
.u-mb-xs-25 {
  margin-bottom: 25px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
.u-mb-xs-30 {
  margin-bottom: 30px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
.u-mb-xs-35 {
  margin-bottom: 35px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
.u-mb-xs-40 {
  margin-bottom: 40px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
.u-mb-xs-45 {
  margin-bottom: 45px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
.u-mb-xs-50 {
  margin-bottom: 50px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
.u-mb-xs-55 {
  margin-bottom: 55px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
.u-mb-xs-60 {
  margin-bottom: 60px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
.u-mb-xs-65 {
  margin-bottom: 65px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
.u-mb-xs-70 {
  margin-bottom: 70px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
.u-mb-xs-75 {
  margin-bottom: 75px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
.u-mb-xs-80 {
  margin-bottom: 80px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
.u-mb-xs-85 {
  margin-bottom: 85px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
.u-mb-xs-90 {
  margin-bottom: 90px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
.u-mb-xs-95 {
  margin-bottom: 95px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
.u-mb-xs-100 {
  margin-bottom: 100px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
.u-ml-xs-0 {
  margin-left: 0px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
.u-ml-xs-5 {
  margin-left: 5px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
.u-ml-xs-10 {
  margin-left: 10px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
.u-ml-xs-15 {
  margin-left: 15px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
.u-ml-xs-20 {
  margin-left: 20px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
.u-ml-xs-25 {
  margin-left: 25px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
.u-ml-xs-30 {
  margin-left: 30px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
.u-ml-xs-35 {
  margin-left: 35px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
.u-ml-xs-40 {
  margin-left: 40px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
.u-ml-xs-45 {
  margin-left: 45px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
.u-ml-xs-50 {
  margin-left: 50px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
.u-ml-xs-55 {
  margin-left: 55px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
.u-ml-xs-60 {
  margin-left: 60px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
.u-ml-xs-65 {
  margin-left: 65px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
.u-ml-xs-70 {
  margin-left: 70px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
.u-ml-xs-75 {
  margin-left: 75px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
.u-ml-xs-80 {
  margin-left: 80px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
.u-ml-xs-85 {
  margin-left: 85px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
.u-ml-xs-90 {
  margin-left: 90px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
.u-ml-xs-95 {
  margin-left: 95px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
.u-ml-xs-100 {
  margin-left: 100px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
.u-mr-xs-0 {
  margin-right: 0px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
.u-mr-xs-5 {
  margin-right: 5px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
.u-mr-xs-10 {
  margin-right: 10px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
.u-mr-xs-15 {
  margin-right: 15px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
.u-mr-xs-20 {
  margin-right: 20px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
.u-mr-xs-25 {
  margin-right: 25px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
.u-mr-xs-30 {
  margin-right: 30px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
.u-mr-xs-35 {
  margin-right: 35px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
.u-mr-xs-40 {
  margin-right: 40px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
.u-mr-xs-45 {
  margin-right: 45px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
.u-mr-xs-50 {
  margin-right: 50px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
.u-mr-xs-55 {
  margin-right: 55px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
.u-mr-xs-60 {
  margin-right: 60px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
.u-mr-xs-65 {
  margin-right: 65px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
.u-mr-xs-70 {
  margin-right: 70px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
.u-mr-xs-75 {
  margin-right: 75px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
.u-mr-xs-80 {
  margin-right: 80px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
.u-mr-xs-85 {
  margin-right: 85px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
.u-mr-xs-90 {
  margin-right: 90px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
.u-mr-xs-95 {
  margin-right: 95px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
.u-mr-xs-100 {
  margin-right: 100px !important;
}

@media (min-width: 992px) {
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
  .u-mt-md-0 {
    margin-top: 0px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
  .u-mt-md-5 {
    margin-top: 5px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
  .u-mt-md-10 {
    margin-top: 10px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
  .u-mt-md-15 {
    margin-top: 15px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
  .u-mt-md-20 {
    margin-top: 20px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
  .u-mt-md-25 {
    margin-top: 25px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
  .u-mt-md-30 {
    margin-top: 30px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
  .u-mt-md-35 {
    margin-top: 35px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
  .u-mt-md-40 {
    margin-top: 40px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
  .u-mt-md-45 {
    margin-top: 45px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
  .u-mt-md-50 {
    margin-top: 50px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
  .u-mt-md-55 {
    margin-top: 55px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
  .u-mt-md-60 {
    margin-top: 60px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
  .u-mt-md-65 {
    margin-top: 65px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
  .u-mt-md-70 {
    margin-top: 70px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
  .u-mt-md-75 {
    margin-top: 75px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
  .u-mt-md-80 {
    margin-top: 80px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
  .u-mt-md-85 {
    margin-top: 85px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
  .u-mt-md-90 {
    margin-top: 90px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
  .u-mt-md-95 {
    margin-top: 95px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
  .u-mt-md-100 {
    margin-top: 100px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
  .u-mb-md-0 {
    margin-bottom: 0px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
  .u-mb-md-5 {
    margin-bottom: 5px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
  .u-mb-md-10 {
    margin-bottom: 10px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
  .u-mb-md-15 {
    margin-bottom: 15px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
  .u-mb-md-20 {
    margin-bottom: 20px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
  .u-mb-md-25 {
    margin-bottom: 25px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
  .u-mb-md-30 {
    margin-bottom: 30px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
  .u-mb-md-35 {
    margin-bottom: 35px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
  .u-mb-md-40 {
    margin-bottom: 40px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
  .u-mb-md-45 {
    margin-bottom: 45px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
  .u-mb-md-50 {
    margin-bottom: 50px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
  .u-mb-md-55 {
    margin-bottom: 55px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
  .u-mb-md-60 {
    margin-bottom: 60px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
  .u-mb-md-65 {
    margin-bottom: 65px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
  .u-mb-md-70 {
    margin-bottom: 70px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
  .u-mb-md-75 {
    margin-bottom: 75px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
  .u-mb-md-80 {
    margin-bottom: 80px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
  .u-mb-md-85 {
    margin-bottom: 85px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
  .u-mb-md-90 {
    margin-bottom: 90px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
  .u-mb-md-95 {
    margin-bottom: 95px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
  .u-mb-md-100 {
    margin-bottom: 100px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
  .u-ml-md-0 {
    margin-left: 0px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
  .u-ml-md-5 {
    margin-left: 5px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
  .u-ml-md-10 {
    margin-left: 10px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
  .u-ml-md-15 {
    margin-left: 15px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
  .u-ml-md-20 {
    margin-left: 20px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
  .u-ml-md-25 {
    margin-left: 25px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
  .u-ml-md-30 {
    margin-left: 30px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
  .u-ml-md-35 {
    margin-left: 35px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
  .u-ml-md-40 {
    margin-left: 40px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
  .u-ml-md-45 {
    margin-left: 45px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
  .u-ml-md-50 {
    margin-left: 50px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
  .u-ml-md-55 {
    margin-left: 55px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
  .u-ml-md-60 {
    margin-left: 60px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
  .u-ml-md-65 {
    margin-left: 65px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
  .u-ml-md-70 {
    margin-left: 70px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
  .u-ml-md-75 {
    margin-left: 75px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
  .u-ml-md-80 {
    margin-left: 80px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
  .u-ml-md-85 {
    margin-left: 85px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
  .u-ml-md-90 {
    margin-left: 90px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
  .u-ml-md-95 {
    margin-left: 95px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
  .u-ml-md-100 {
    margin-left: 100px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
  .u-mr-md-0 {
    margin-right: 0px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
  .u-mr-md-5 {
    margin-right: 5px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
  .u-mr-md-10 {
    margin-right: 10px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
  .u-mr-md-15 {
    margin-right: 15px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
  .u-mr-md-20 {
    margin-right: 20px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
  .u-mr-md-25 {
    margin-right: 25px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
  .u-mr-md-30 {
    margin-right: 30px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
  .u-mr-md-35 {
    margin-right: 35px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
  .u-mr-md-40 {
    margin-right: 40px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
  .u-mr-md-45 {
    margin-right: 45px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
  .u-mr-md-50 {
    margin-right: 50px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
  .u-mr-md-55 {
    margin-right: 55px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
  .u-mr-md-60 {
    margin-right: 60px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
  .u-mr-md-65 {
    margin-right: 65px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
  .u-mr-md-70 {
    margin-right: 70px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
  .u-mr-md-75 {
    margin-right: 75px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
  .u-mr-md-80 {
    margin-right: 80px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
  .u-mr-md-85 {
    margin-right: 85px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
  .u-mr-md-90 {
    margin-right: 90px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
  .u-mr-md-95 {
    margin-right: 95px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-margin.sass */
  .u-mr-md-100 {
    margin-right: 100px !important;
  }
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
.u-pt-xs-0 {
  padding-top: 0px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
.u-pt-xs-5 {
  padding-top: 5px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
.u-pt-xs-10 {
  padding-top: 10px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
.u-pt-xs-15 {
  padding-top: 15px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
.u-pt-xs-20 {
  padding-top: 20px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
.u-pt-xs-25 {
  padding-top: 25px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
.u-pt-xs-30 {
  padding-top: 30px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
.u-pt-xs-35 {
  padding-top: 35px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
.u-pt-xs-40 {
  padding-top: 40px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
.u-pt-xs-45 {
  padding-top: 45px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
.u-pt-xs-50 {
  padding-top: 50px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
.u-pt-xs-55 {
  padding-top: 55px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
.u-pt-xs-60 {
  padding-top: 60px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
.u-pt-xs-65 {
  padding-top: 65px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
.u-pt-xs-70 {
  padding-top: 70px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
.u-pt-xs-75 {
  padding-top: 75px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
.u-pt-xs-80 {
  padding-top: 80px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
.u-pt-xs-85 {
  padding-top: 85px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
.u-pt-xs-90 {
  padding-top: 90px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
.u-pt-xs-95 {
  padding-top: 95px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
.u-pt-xs-100 {
  padding-top: 100px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
.u-pb-xs-0 {
  padding-bottom: 0px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
.u-pb-xs-5 {
  padding-bottom: 5px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
.u-pb-xs-10 {
  padding-bottom: 10px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
.u-pb-xs-15 {
  padding-bottom: 15px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
.u-pb-xs-20 {
  padding-bottom: 20px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
.u-pb-xs-25 {
  padding-bottom: 25px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
.u-pb-xs-30 {
  padding-bottom: 30px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
.u-pb-xs-35 {
  padding-bottom: 35px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
.u-pb-xs-40 {
  padding-bottom: 40px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
.u-pb-xs-45 {
  padding-bottom: 45px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
.u-pb-xs-50 {
  padding-bottom: 50px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
.u-pb-xs-55 {
  padding-bottom: 55px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
.u-pb-xs-60 {
  padding-bottom: 60px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
.u-pb-xs-65 {
  padding-bottom: 65px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
.u-pb-xs-70 {
  padding-bottom: 70px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
.u-pb-xs-75 {
  padding-bottom: 75px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
.u-pb-xs-80 {
  padding-bottom: 80px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
.u-pb-xs-85 {
  padding-bottom: 85px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
.u-pb-xs-90 {
  padding-bottom: 90px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
.u-pb-xs-95 {
  padding-bottom: 95px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
.u-pb-xs-100 {
  padding-bottom: 100px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
.u-pl-xs-0 {
  padding-left: 0px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
.u-pl-xs-5 {
  padding-left: 5px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
.u-pl-xs-10 {
  padding-left: 10px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
.u-pl-xs-15 {
  padding-left: 15px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
.u-pl-xs-20 {
  padding-left: 20px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
.u-pl-xs-25 {
  padding-left: 25px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
.u-pl-xs-30 {
  padding-left: 30px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
.u-pl-xs-35 {
  padding-left: 35px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
.u-pl-xs-40 {
  padding-left: 40px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
.u-pl-xs-45 {
  padding-left: 45px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
.u-pl-xs-50 {
  padding-left: 50px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
.u-pl-xs-55 {
  padding-left: 55px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
.u-pl-xs-60 {
  padding-left: 60px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
.u-pl-xs-65 {
  padding-left: 65px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
.u-pl-xs-70 {
  padding-left: 70px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
.u-pl-xs-75 {
  padding-left: 75px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
.u-pl-xs-80 {
  padding-left: 80px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
.u-pl-xs-85 {
  padding-left: 85px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
.u-pl-xs-90 {
  padding-left: 90px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
.u-pl-xs-95 {
  padding-left: 95px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
.u-pl-xs-100 {
  padding-left: 100px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
.u-pr-xs-0 {
  padding-right: 0px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
.u-pr-xs-5 {
  padding-right: 5px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
.u-pr-xs-10 {
  padding-right: 10px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
.u-pr-xs-15 {
  padding-right: 15px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
.u-pr-xs-20 {
  padding-right: 20px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
.u-pr-xs-25 {
  padding-right: 25px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
.u-pr-xs-30 {
  padding-right: 30px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
.u-pr-xs-35 {
  padding-right: 35px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
.u-pr-xs-40 {
  padding-right: 40px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
.u-pr-xs-45 {
  padding-right: 45px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
.u-pr-xs-50 {
  padding-right: 50px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
.u-pr-xs-55 {
  padding-right: 55px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
.u-pr-xs-60 {
  padding-right: 60px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
.u-pr-xs-65 {
  padding-right: 65px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
.u-pr-xs-70 {
  padding-right: 70px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
.u-pr-xs-75 {
  padding-right: 75px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
.u-pr-xs-80 {
  padding-right: 80px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
.u-pr-xs-85 {
  padding-right: 85px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
.u-pr-xs-90 {
  padding-right: 90px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
.u-pr-xs-95 {
  padding-right: 95px !important;
}

/* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
.u-pr-xs-100 {
  padding-right: 100px !important;
}

@media (min-width: 992px) {
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
  .u-pt-md-0 {
    padding-top: 0px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
  .u-pt-md-5 {
    padding-top: 5px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
  .u-pt-md-10 {
    padding-top: 10px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
  .u-pt-md-15 {
    padding-top: 15px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
  .u-pt-md-20 {
    padding-top: 20px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
  .u-pt-md-25 {
    padding-top: 25px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
  .u-pt-md-30 {
    padding-top: 30px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
  .u-pt-md-35 {
    padding-top: 35px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
  .u-pt-md-40 {
    padding-top: 40px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
  .u-pt-md-45 {
    padding-top: 45px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
  .u-pt-md-50 {
    padding-top: 50px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
  .u-pt-md-55 {
    padding-top: 55px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
  .u-pt-md-60 {
    padding-top: 60px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
  .u-pt-md-65 {
    padding-top: 65px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
  .u-pt-md-70 {
    padding-top: 70px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
  .u-pt-md-75 {
    padding-top: 75px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
  .u-pt-md-80 {
    padding-top: 80px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
  .u-pt-md-85 {
    padding-top: 85px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
  .u-pt-md-90 {
    padding-top: 90px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
  .u-pt-md-95 {
    padding-top: 95px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
  .u-pt-md-100 {
    padding-top: 100px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
  .u-pb-md-0 {
    padding-bottom: 0px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
  .u-pb-md-5 {
    padding-bottom: 5px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
  .u-pb-md-10 {
    padding-bottom: 10px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
  .u-pb-md-15 {
    padding-bottom: 15px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
  .u-pb-md-20 {
    padding-bottom: 20px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
  .u-pb-md-25 {
    padding-bottom: 25px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
  .u-pb-md-30 {
    padding-bottom: 30px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
  .u-pb-md-35 {
    padding-bottom: 35px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
  .u-pb-md-40 {
    padding-bottom: 40px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
  .u-pb-md-45 {
    padding-bottom: 45px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
  .u-pb-md-50 {
    padding-bottom: 50px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
  .u-pb-md-55 {
    padding-bottom: 55px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
  .u-pb-md-60 {
    padding-bottom: 60px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
  .u-pb-md-65 {
    padding-bottom: 65px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
  .u-pb-md-70 {
    padding-bottom: 70px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
  .u-pb-md-75 {
    padding-bottom: 75px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
  .u-pb-md-80 {
    padding-bottom: 80px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
  .u-pb-md-85 {
    padding-bottom: 85px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
  .u-pb-md-90 {
    padding-bottom: 90px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
  .u-pb-md-95 {
    padding-bottom: 95px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
  .u-pb-md-100 {
    padding-bottom: 100px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
  .u-pl-md-0 {
    padding-left: 0px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
  .u-pl-md-5 {
    padding-left: 5px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
  .u-pl-md-10 {
    padding-left: 10px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
  .u-pl-md-15 {
    padding-left: 15px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
  .u-pl-md-20 {
    padding-left: 20px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
  .u-pl-md-25 {
    padding-left: 25px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
  .u-pl-md-30 {
    padding-left: 30px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
  .u-pl-md-35 {
    padding-left: 35px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
  .u-pl-md-40 {
    padding-left: 40px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
  .u-pl-md-45 {
    padding-left: 45px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
  .u-pl-md-50 {
    padding-left: 50px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
  .u-pl-md-55 {
    padding-left: 55px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
  .u-pl-md-60 {
    padding-left: 60px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
  .u-pl-md-65 {
    padding-left: 65px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
  .u-pl-md-70 {
    padding-left: 70px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
  .u-pl-md-75 {
    padding-left: 75px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
  .u-pl-md-80 {
    padding-left: 80px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
  .u-pl-md-85 {
    padding-left: 85px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
  .u-pl-md-90 {
    padding-left: 90px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
  .u-pl-md-95 {
    padding-left: 95px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
  .u-pl-md-100 {
    padding-left: 100px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
  .u-pr-md-0 {
    padding-right: 0px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
  .u-pr-md-5 {
    padding-right: 5px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
  .u-pr-md-10 {
    padding-right: 10px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
  .u-pr-md-15 {
    padding-right: 15px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
  .u-pr-md-20 {
    padding-right: 20px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
  .u-pr-md-25 {
    padding-right: 25px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
  .u-pr-md-30 {
    padding-right: 30px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
  .u-pr-md-35 {
    padding-right: 35px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
  .u-pr-md-40 {
    padding-right: 40px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
  .u-pr-md-45 {
    padding-right: 45px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
  .u-pr-md-50 {
    padding-right: 50px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
  .u-pr-md-55 {
    padding-right: 55px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
  .u-pr-md-60 {
    padding-right: 60px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
  .u-pr-md-65 {
    padding-right: 65px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
  .u-pr-md-70 {
    padding-right: 70px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
  .u-pr-md-75 {
    padding-right: 75px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
  .u-pr-md-80 {
    padding-right: 80px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
  .u-pr-md-85 {
    padding-right: 85px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
  .u-pr-md-90 {
    padding-right: 90px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
  .u-pr-md-95 {
    padding-right: 95px !important;
  }
  /* line 5, app/assets/stylesheets/website/modules/utilities/_u-padding.sass */
  .u-pr-md-100 {
    padding-right: 100px !important;
  }
}

/* line 1, app/assets/stylesheets/website/modules/utilities/_u-font-color.sass */
.u-red-font {
  color: #FF4646;
}

/* line 1, ../usr/local/bundle/gems/social-share-button-1.1.0/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-icon {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  display: inline-block;
  height: 18px;
  width: 18px;
}

/* line 10, ../usr/local/bundle/gems/social-share-button-1.1.0/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-twitter {
  background-image: url(/assets/social-share-button/twitter.svg);
}

/* line 14, ../usr/local/bundle/gems/social-share-button-1.1.0/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-facebook {
  background-image: url(/assets/social-share-button/facebook.svg);
}

/* line 18, ../usr/local/bundle/gems/social-share-button-1.1.0/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-google_bookmark {
  background-image: url(/assets/social-share-button/google_bookmark.svg);
}

/* line 22, ../usr/local/bundle/gems/social-share-button-1.1.0/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-google_plus {
  background-image: url(/assets/social-share-button/google_plus.svg);
}

/* line 26, ../usr/local/bundle/gems/social-share-button-1.1.0/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-weibo {
  background-image: url(/assets/social-share-button/weibo.svg);
}

/* line 30, ../usr/local/bundle/gems/social-share-button-1.1.0/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-qq {
  background-image: url(/assets/social-share-button/qq.svg);
}

/* line 34, ../usr/local/bundle/gems/social-share-button-1.1.0/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-delicious {
  background-image: url(/assets/social-share-button/delicious.svg);
}

/* line 38, ../usr/local/bundle/gems/social-share-button-1.1.0/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-linkedin {
  background-image: url(/assets/social-share-button/linkedin.svg);
}

/* line 42, ../usr/local/bundle/gems/social-share-button-1.1.0/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-tumblr {
  background-image: url(/assets/social-share-button/tumblr.svg);
}

/* line 46, ../usr/local/bundle/gems/social-share-button-1.1.0/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-pinterest {
  background-image: url(/assets/social-share-button/pinterest.svg);
}

/* line 50, ../usr/local/bundle/gems/social-share-button-1.1.0/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-douban {
  background-image: url(/assets/social-share-button/douban.svg);
}

/* line 54, ../usr/local/bundle/gems/social-share-button-1.1.0/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-wechat {
  background-image: url(/assets/social-share-button/wechat.svg);
}

/* line 58, ../usr/local/bundle/gems/social-share-button-1.1.0/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-vkontakte {
  background-image: url(/assets/social-share-button/vkontakte.svg);
}

/* line 62, ../usr/local/bundle/gems/social-share-button-1.1.0/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-odnoklassniki {
  background-image: url(/assets/social-share-button/odnoklassniki.svg);
}

/* line 66, ../usr/local/bundle/gems/social-share-button-1.1.0/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-xing {
  background-image: url(/assets/social-share-button/xing.svg);
}

/* line 70, ../usr/local/bundle/gems/social-share-button-1.1.0/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-email {
  background-image: url(/assets/social-share-button/email.svg);
}

/* line 74, ../usr/local/bundle/gems/social-share-button-1.1.0/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-reddit {
  background-image: url(/assets/social-share-button/reddit.svg);
}

/* line 78, ../usr/local/bundle/gems/social-share-button-1.1.0/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-hacker_news {
  background-image: url(/assets/social-share-button/hacker_news.svg);
}

/* line 82, ../usr/local/bundle/gems/social-share-button-1.1.0/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-telegram {
  background-image: url(/assets/social-share-button/telegram.svg);
}

/* line 86, ../usr/local/bundle/gems/social-share-button-1.1.0/app/assets/stylesheets/social-share-button.css.erb */
.ss-wechat-dialog {
  width: 300px;
  position: fixed;
  background: #fff;
  padding: 15px;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
  z-index: 11001;
  font-size: 14px;
  line-height: 1.2em;
}

/* line 98, ../usr/local/bundle/gems/social-share-button-1.1.0/app/assets/stylesheets/social-share-button.css.erb */
.ss-wechat-dialog .wechat-popup-header {
  font-weight: bold;
}

/* line 102, ../usr/local/bundle/gems/social-share-button-1.1.0/app/assets/stylesheets/social-share-button.css.erb */
.ss-wechat-dialog .wechat-dialog-qr {
  text-align: center;
  margin: 25px 0;
}

/* line 107, ../usr/local/bundle/gems/social-share-button-1.1.0/app/assets/stylesheets/social-share-button.css.erb */
.ss-wechat-dialog .wechat-popup-close {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 10px;
  top: 10px;
  color: #999;
  text-decoration: none;
  font-size: 16px;
}

/* line 118, ../usr/local/bundle/gems/social-share-button-1.1.0/app/assets/stylesheets/social-share-button.css.erb */
.ss-wechat-dialog .wechat-popup-footer {
  text-align: left;
  line-height: 22px;
  color: #666;
}

/* line 4, app/assets/stylesheets/website/modules/utilities/_social_share_button.sass */
.social-share-button {
  position: fixed;
  top: 50%;
  right: 0;
  margin-right: 10px;
}

/* line 10, app/assets/stylesheets/website/modules/utilities/_social_share_button.sass */
.social-share-button .ssb-icon {
  display: block;
  padding: 20px 0;
  background-size: 18px 18px;
  height: 18px;
  width: 18px;
}

/* line 17, app/assets/stylesheets/website/modules/utilities/_social_share_button.sass */
.social-share-button .ssb-facebook {
  background-image: url("/assets/social-icons/facebook-green.svg");
}

/* line 20, app/assets/stylesheets/website/modules/utilities/_social_share_button.sass */
.social-share-button .ssb-twitter {
  background-image: url("/assets/social-icons/twitter-green.svg");
}

/* line 23, app/assets/stylesheets/website/modules/utilities/_social_share_button.sass */
.social-share-button .ssb-pinterest {
  background-image: url("/assets/social-icons/pinterest-green.svg");
}

/* line 26, app/assets/stylesheets/website/modules/utilities/_social_share_button.sass */
.social-share-button .ssb-instagram {
  background-image: url("/assets/social-icons/instagram-green.svg");
}

/* line 29, app/assets/stylesheets/website/modules/utilities/_social_share_button.sass */
.social-share-button .ssb-email {
  background-image: url("/assets/social-icons/email-green.svg");
}

@media (max-width: 768px) {
  /* line 34, app/assets/stylesheets/website/modules/utilities/_social_share_button.sass */
  .social-share-button .ssb-icon {
    background-size: 16px 16px;
    height: 16px;
    width: 16px;
  }
}
